@font-face {
  font-family: 'Avenir';
  src: url("../inc/fonts/AvenirBook.eot");
  src: url("../inc/fonts/AvenirBook.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/AvenirBook.woff2") format("woff2"), url("../inc/fonts/AvenirBook.woff") format("woff"), url("../inc/fonts/AvenirBook.ttf") format("truetype"), url("../inc/fonts/AvenirBook.svg#AvenirBook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirHeavy';
  src: url("../inc/fonts/AvenirHeavy.eot");
  src: url("../inc/fonts/AvenirHeavy.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/AvenirHeavy.woff2") format("woff2"), url("../inc/fonts/AvenirHeavy.woff") format("woff"), url("../inc/fonts/AvenirHeavy.ttf") format("truetype"), url("../inc/fonts/AvenirHeavy.svg#AvenirHeavy") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'AvenirLight';
  src: url("../inc/fonts/AvenirLight.eot");
  src: url("../inc/fonts/AvenirLight.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/AvenirLight.woff2") format("woff2"), url("../inc/fonts/AvenirLight.woff") format("woff"), url("../inc/fonts/AvenirLight.ttf") format("truetype"), url("../inc/fonts/AvenirLight.svg#AvenirLight") format("svg");
  font-weight: 300;
  font-style: normal; }

/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
    1.4 Wordpress
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Parts
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-family: "Avenir", san-serif;
  font-weight: normal;
  line-height: 1;
  background: #ffffff;
  overflow-x: hidden; }
  body.fixed {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed; }
  body > * {
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      body > * {
        font-size: 1.6rem; } }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

figure {
  margin: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  margin: 50px 0;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.05); }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0; }

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: "Avenir", san-serif;
  font-weight: normal;
  line-height: 1.35;
  color: #000; }
  h1 .icon, h2 .icon, h3 .icon, h4 .icon, h5 .icon {
    padding: 0 10px 0 0;
    color: #50d2c2; }

h1 {
  font-size: 4.0rem;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2.8rem; } }

h2 {
  font-size: 4.0rem;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 3.0rem;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 2.0rem; } }

h4 {
  font-size: 2.5rem;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 1.8rem; } }

h5 {
  font-family: "AvenirHeavy", san-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

p.big {
  max-width: 650px;
  font-size: 3.0rem;
  line-height: 1.75; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    p.big {
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) {
    p.big {
      font-size: 1.6rem; } }
  p.big a {
    color: #000000; }

/* 1.3 Forms
  -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

legend {
  padding: 0;
  border: 0; }

label {
  margin: 0 0 10px 0;
  display: block;
  font-size: 1.5rem;
  line-height: 1.25; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
  padding: 0 20px;
  width: 100%;
  height: 55px;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.25;
  border: 2px solid #000000;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 20px center;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media screen and (max-width: 960px) {
    input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
      background-position: right 10px center; } }
  input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000000; }
  input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #000000; }
  input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #000000; }
  input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000000; }

textarea {
  padding: 20px;
  display: block;
  height: 150px; }

input[type="search"] {
  padding: 0 50px 0 20px;
  background-image: url(../img/icon-search.png); }

select {
  padding: 0 50px 0 20px;
  width: 100%;
  background-image: url(../img/arrow-down.png); }

::-webkit-search-cancel-button {
  opacity: 0; }

.gform_fields, .form-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -25px;
  padding: 0;
  position: relative;
  list-style: none; }
  .gform_fields li, .gform_fields .form-item, .form-items li, .form-items .form-item {
    margin: 0 25px 30px 25px;
    width: calc(50% - 50px); }
    @media screen and (max-width: 767px) {
      .gform_fields li, .gform_fields .form-item, .form-items li, .form-items .form-item {
        width: calc(100% - 50px); } }
    .gform_fields li.expanded, .gform_fields .form-item.expanded, .form-items li.expanded, .form-items .form-item.expanded {
      width: calc(100% - 50px); }
  .gform_fields .button, .form-items .button {
    display: inline-block; }
  .gform_fields .chosen-container, .form-items .chosen-container {
    width: 100% !important; }

.gform_description {
  margin: 0 0 25px 0;
  display: block; }

.gform_body {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.gform_button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .gform_button:disabled {
    color: #ffffff;
    background: #000000;
    opacity: 0.5; }

.validation_error {
  margin: 0 0 20px 0;
  padding: 15px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red; }

.validation_message {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  text-align: left;
  color: red; }

.gform_confirmation_message {
  font-size: 2.0rem;
  line-height: 1.5; }

.gform_ajax_spinner {
  display: none; }

.spinner {
  position: relative;
  pointer-events: none; }
  .spinner > * {
    opacity: 0.1; }
  .spinner:after {
    margin: -15px 0 0 -15px;
    content: "\f1ce";
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    font-size: 3.0rem;
    line-height: 1;
    -webkit-animation: spinner 2s infinite linear;
    -moz-animation: spinner 2s infinite linear;
    animation: spinner 2s infinite linear; }

/* 1.4 Wordpress
  -------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.gallery-caption {
  max-width: 100%; }

.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  padding: 2.5% 5%;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.75;
  background: rgba(0, 0, 0, 0.05); }

.sticky {
  max-width: 100%; }

.bypostauthor {
  max-width: 100%; }

.screen-reader-text {
  display: none; }

.mejs-audio {
  max-width: 100%;
  overflow: hidden; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

img.alignnone, figure.alignnone {
  margin: 6% 0; }
  @media screen and (max-width: 767px) {
    img.alignnone, figure.alignnone {
      margin: 10% auto; } }

img.alignleft, figure.alignleft {
  margin: 1% 8% 2% 0;
  float: left; }
  @media screen and (max-width: 767px) {
    img.alignleft, figure.alignleft {
      margin: 10% auto;
      float: none; } }

img.aligncenter, figure.aligncenter {
  margin: 6% auto; }
  @media screen and (max-width: 767px) {
    img.aligncenter, figure.aligncenter {
      margin: 10% auto; } }

img.alignright, figure.alignright {
  margin: 1% 0 2% 8%;
  float: right; }
  @media screen and (max-width: 767px) {
    img.alignright, figure.alignright {
      margin: 10% auto;
      float: none; } }

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  #site-wrap .page-row {
    display: table-row;
    min-height: 1px;
    overflow: hidden; }
    #site-wrap .page-row.expanded {
      height: 100%; }

#site-header {
  position: fixed;
  z-index: 10;
  top: -1px;
  left: 0;
  right: 0;
  height: 125px;
  background: #ffffff;
  box-shadow: 1px 1px 1px transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #site-header.is-fixed {
    box-shadow: 1px 1px 1px #eaeaea; }
  @media screen and (max-width: 960px) {
    #site-header {
      z-index: 11;
      height: 70px;
      box-shadow: 1px 1px 1px #eaeaea; } }

#header-top {
  display: block;
  position: relative; }
  #header-top:after {
    content: "";
    display: table;
    clear: both; }
  #header-top #top-logo {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 22.1918046826%; }
    #header-top #top-logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      #header-top #top-logo {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 100%;
        margin-right: 0; }
        #header-top #top-logo:last-child {
          margin-right: 0; } }
    #header-top #top-logo a {
      margin: 25px 0 0 0;
      display: inline-block; }
      @media screen and (max-width: 960px) {
        #header-top #top-logo a {
          margin: 10px 0 0 0; }
          #header-top #top-logo a img {
            max-height: 50px; } }
  #header-top #top-nav {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 74.0639348942%;
    margin-right: 0; }
    #header-top #top-nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      #header-top #top-nav {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 70px 30px 40px 30px;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 35%;
        right: 0;
        bottom: 0;
        width: auto;
        background: #ffffff;
        visibility: hidden;
        box-shadow: -1px -1px 1px #eaeaea;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; } }
  @media screen and (max-width: 960px) and (max-width: 767px) {
    #header-top #top-nav {
      left: 15%; } }
    @media screen and (max-width: 960px) {
        #header-top #top-nav.is-toggled {
          visibility: visible;
          -webkit-transform: translateX(0%);
          -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
          transform: translateX(0%); } }
    @media screen and (max-width: 960px) and (max-width: 960px) {
      #header-top #top-nav.is-toggled {
        overflow: scroll; } }
    #header-top #top-nav #nav-top {
      display: block;
      padding: 15px 30px 0 0;
      height: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      #header-top #top-nav #nav-top:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 960px) {
        #header-top #top-nav #nav-top {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          box-ordinal-group: 2;
          -webkit-order: 2;
          -moz-order: 2;
          order: 2;
          -ms-flex-order: 2;
          padding: 0;
          height: auto;
          border-bottom: none; } }
      #header-top #top-nav #nav-top .top-secondary {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 65.4185798589%; }
        #header-top #top-nav #nav-top .top-secondary:last-child {
          margin-right: 0; }
        @media screen and (max-width: 960px) {
          #header-top #top-nav #nav-top .top-secondary {
            float: left;
            display: block;
            margin-right: 3.7442604232%;
            width: 100%; }
            #header-top #top-nav #nav-top .top-secondary:last-child {
              margin-right: 0; } }
      #header-top #top-nav #nav-top .top-user {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 30.8371597179%;
        margin-right: 0;
        position: relative; }
        #header-top #top-nav #nav-top .top-user:last-child {
          margin-right: 0; }
        @media screen and (max-width: 960px) {
          #header-top #top-nav #nav-top .top-user {
            float: left;
            display: block;
            margin-right: 3.7442604232%;
            width: 100%; }
            #header-top #top-nav #nav-top .top-user:last-child {
              margin-right: 0; } }
    #header-top #top-nav #nav-bot {
      display: block;
      padding: 28px 30px 0 0;
      position: relative;
      height: 75px;
      overflow: hidden;
      width: 100%; }
      #header-top #top-nav #nav-bot:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 960px) {
        #header-top #top-nav #nav-bot {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          box-ordinal-group: 1;
          -webkit-order: 1;
          -moz-order: 1;
          order: 1;
          -ms-flex-order: 1;
          padding: 0;
          height: auto;
          overflow: visible; } }
      #header-top #top-nav #nav-bot #toggle-search {
        display: inline-block;
        position: absolute;
        z-index: 8;
        top: 50%;
        right: 30px;
        width: 30px;
        height: 30px;
        text-decoration: none;
        color: #000000;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 960px) {
          #header-top #top-nav #nav-bot #toggle-search {
            display: none; } }
        #header-top #top-nav #nav-bot #toggle-search:before, #header-top #top-nav #nav-bot #toggle-search:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          font-family: "simple-line-icons";
          font-size: 3.0rem;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 30px;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        #header-top #top-nav #nav-bot #toggle-search:before {
          content: "\e090";
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.2s 0.2s ease-in-out;
          -moz-transition: all 0.2s 0.2s ease-in-out;
          transition: all 0.2s 0.2s ease-in-out; }
        #header-top #top-nav #nav-bot #toggle-search:after {
          content: "\e082";
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #header-top #top-nav #nav-bot #toggle-search.is-toggled:before {
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #header-top #top-nav #nav-bot #toggle-search.is-toggled:after {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.2s 0.2s ease-in-out;
          -moz-transition: all 0.2s 0.2s ease-in-out;
          transition: all 0.2s 0.2s ease-in-out; }
      #header-top #top-nav #nav-bot .search-container {
        position: absolute;
        z-index: 7;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #efefef;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media screen and (max-width: 960px) {
          #header-top #top-nav #nav-bot .search-container {
            position: relative;
            background: transparent;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0); } }
        #header-top #top-nav #nav-bot .search-container.is-toggled {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        #header-top #top-nav #nav-bot .search-container input {
          margin: 13px 0 0 0;
          font-size: 2.0rem;
          border: none;
          background: transparent; }
          @media screen and (max-width: 960px) {
            #header-top #top-nav #nav-bot .search-container input {
              margin: 10px 0 20px 0;
              padding: 0 10px;
              font-size: 1.6rem;
              background: #eaeaea; } }
  #header-top #toggle-nav {
    display: none;
    position: absolute;
    z-index: 10;
    top: 17px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 4.0rem;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: #000000; }
    #header-top #toggle-nav:before {
      content: "\f0c9";
      font-family: "fontawesome"; }
    #header-top #toggle-nav.is-toggled:before {
      content: "\f00d";
      font-family: "fontawesome"; }
    @media screen and (max-width: 960px) {
      #header-top #toggle-nav {
        display: block; } }

#site-main {
  margin: 125px 0 0 0;
  position: relative;
  line-height: 2; }
  @media screen and (max-width: 960px) {
    #site-main {
      margin: 70px 0 0 0; } }

#site-footer {
  position: relative;
  z-index: 7;
  font-size: 1.3rem;
  line-height: 1.5;
  background: #ffffff; }
  @media screen and (min-width: 768px) {
    #site-footer {
      border-top: 1px solid #eaeaea; } }
  @media screen and (max-width: 767px) {
    #site-footer .container {
      padding: 0; } }
  #site-footer a {
    color: #000000; }
    #site-footer a:hover {
      color: #50d2c2; }

#footer-top {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea; }
  @media screen and (max-width: 767px) {
    #footer-top {
      padding: 0;
      border-bottom: none; } }
  #footer-top > div {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: middle; }
    #footer-top > div img {
      display: inline-block;
      max-height: 71px; }
    #footer-top > div p {
      margin: 0; }
  #footer-top #top-anchor {
    text-align: center; }
    #footer-top #top-anchor #back-top {
      font-size: 2.0rem;
      text-transform: lowercase; }
      @media screen and (max-width: 767px) {
        #footer-top #top-anchor #back-top {
          padding: 15px 0 20px 0;
          display: block;
          border-top: 1px solid #eaeaea;
          border-bottom: 1px solid #eaeaea;
          f: u; } }
  #footer-top #top-info {
    text-align: right; }
  @media screen and (max-width: 767px) {
    #footer-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      #footer-top > div {
        width: 100%;
        text-align: center !important; }
      #footer-top #top-logo {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        padding: 25px 0 15px 0; }
      #footer-top #top-anchor {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1; }
      #footer-top #top-info {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3; } }

#footer-bottom {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (min-width: 768px) {
    #footer-bottom {
      padding: 20px 0; } }
  #footer-bottom > div {
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: middle; }
    #footer-bottom > div img {
      display: inline-block; }
    #footer-bottom > div p {
      margin: 0; }
  #footer-bottom #bottom-digerati {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #footer-bottom #bottom-digerati {
        margin: 25px 0 0 0;
        padding: 15px 0;
        border-top: 1px solid #eaeaea; } }
    #footer-bottom #bottom-digerati img {
      position: relative;
      top: 4px;
      max-height: 18px; }
      @media screen and (max-width: 767px) {
        #footer-bottom #bottom-digerati img {
          top: 2px; } }
  #footer-bottom #bottom-terms {
    text-align: right; }
  @media screen and (max-width: 767px) {
    #footer-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      #footer-bottom > div {
        width: 100%;
        text-align: center !important; }
      #footer-bottom #bottom-copyright {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        padding: 15px 0 0 0; }
      #footer-bottom #bottom-digerati {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3; }
      #footer-bottom #bottom-terms {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2; } }

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  max-width: 1335px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  @media screen and (max-width: 960px) {
    .container {
      padding: 0 30px; } }

/* 2.3 Helpers
  -------------------------------------------------------------------------- */
.clip > *:first-child, .section > *:first-child, .content-sidebar > div > *:first-child, .content-sidebar .column > *:first-child, .content-sidebar .box > *:first-child, .section .sub-section > *:first-child, .content-slides .slide .inner > *:first-child, .news-items .news-item .item-info > *:first-child, .news-items .news-item .item-info.split > div > *:first-child, .modal-content > *:first-child, .accordions .accordion .accordion-header > *:first-child, .accordions .accordion .accordion-content > *:first-child,
.clip > *:first-child > *:first-child,
.section > *:first-child > *:first-child,
.content-sidebar > div > *:first-child > *:first-child,
.content-sidebar .column > *:first-child > *:first-child,
.content-sidebar .box > *:first-child > *:first-child,
.section .sub-section > *:first-child > *:first-child,
.content-slides .slide .inner > *:first-child > *:first-child,
.news-items .news-item .item-info > *:first-child > *:first-child,
.news-items .news-item .item-info.split > div > *:first-child > *:first-child,
.modal-content > *:first-child > *:first-child,
.accordions .accordion .accordion-header > *:first-child > *:first-child,
.accordions .accordion .accordion-content > *:first-child > *:first-child,
.clip > *:first-child > *:first-child > *:first-child,
.section > *:first-child > *:first-child > *:first-child,
.content-sidebar > div > *:first-child > *:first-child > *:first-child,
.content-sidebar .column > *:first-child > *:first-child > *:first-child,
.content-sidebar .box > *:first-child > *:first-child > *:first-child,
.section .sub-section > *:first-child > *:first-child > *:first-child,
.content-slides .slide .inner > *:first-child > *:first-child > *:first-child,
.news-items .news-item .item-info > *:first-child > *:first-child > *:first-child,
.news-items .news-item .item-info.split > div > *:first-child > *:first-child > *:first-child,
.modal-content > *:first-child > *:first-child > *:first-child,
.accordions .accordion .accordion-header > *:first-child > *:first-child > *:first-child,
.accordions .accordion .accordion-content > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important; }

.clip > *:last-child, .section > *:last-child, .content-sidebar > div > *:last-child, .content-sidebar .column > *:last-child, .content-sidebar .box > *:last-child, .section .sub-section > *:last-child, .content-slides .slide .inner > *:last-child, .news-items .news-item .item-info > *:last-child, .news-items .news-item .item-info.split > div > *:last-child, .modal-content > *:last-child, .accordions .accordion .accordion-header > *:last-child, .accordions .accordion .accordion-content > *:last-child,
.clip > *:last-child > *:last-child,
.section > *:last-child > *:last-child,
.content-sidebar > div > *:last-child > *:last-child,
.content-sidebar .column > *:last-child > *:last-child,
.content-sidebar .box > *:last-child > *:last-child,
.section .sub-section > *:last-child > *:last-child,
.content-slides .slide .inner > *:last-child > *:last-child,
.news-items .news-item .item-info > *:last-child > *:last-child,
.news-items .news-item .item-info.split > div > *:last-child > *:last-child,
.modal-content > *:last-child > *:last-child,
.accordions .accordion .accordion-header > *:last-child > *:last-child,
.accordions .accordion .accordion-content > *:last-child > *:last-child,
.clip > *:last-child > *:last-child > *:last-child,
.section > *:last-child > *:last-child > *:last-child,
.content-sidebar > div > *:last-child > *:last-child > *:last-child,
.content-sidebar .column > *:last-child > *:last-child > *:last-child,
.content-sidebar .box > *:last-child > *:last-child > *:last-child,
.section .sub-section > *:last-child > *:last-child > *:last-child,
.content-slides .slide .inner > *:last-child > *:last-child > *:last-child,
.news-items .news-item .item-info > *:last-child > *:last-child > *:last-child,
.news-items .news-item .item-info.split > div > *:last-child > *:last-child > *:last-child,
.modal-content > *:last-child > *:last-child > *:last-child,
.accordions .accordion .accordion-header > *:last-child > *:last-child > *:last-child,
.accordions .accordion .accordion-content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important; }

.icon-community {
  background-image: url(../img/icon-community.svg); }

.icon-minister {
  background-image: url(../img/icon-minister.svg); }

.icon-international {
  background-image: url(../img/icon-international.svg); }

.icon-excel {
  background-image: url(../img/icon-excel.svg); }

.icon-office {
  background-image: url(../img/icon-office.svg); }

.icon-cross {
  background-image: url(../img/icon-cross.svg); }

.icon-graduate {
  background-image: url(../img/icon-graduate.svg); }

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #page-banner {
    color: #ffffff;
    background: #50d2c2; }
    #page-banner h1, #page-banner h2, #page-banner h3, #page-banner h4, #page-banner h5 {
      color: #ffffff; }
    #page-banner h1 {
      font-size: 3rem; } }

#page-banner h1 {
  margin: 0;
  padding: 80px 0; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    #page-banner h1 {
      padding: 60px 0; } }
  @media screen and (max-width: 767px) {
    #page-banner h1 {
      padding: 30px 0; } }
  #page-banner h1 + .sub-nav {
    margin: -30px 0 0 0; }
    @media screen and (max-width: 960px) {
      #page-banner h1 + .sub-nav {
        margin: 0; } }

body.home #page-banner {
  height: 550px;
  background: #ffffff; }
  @media screen and (max-width: 960px) {
    body.home #page-banner {
      height: auto; } }
  body.home #page-banner .container {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 767px) {
      body.home #page-banner .container {
        padding: 0; } }

#page-banner.featured + .section {
  border-top: none; }

#page-banner.aqua {
  background: #50d2c2; }
  #page-banner.aqua h1 .icon, #page-banner.aqua h2 .icon, #page-banner.aqua h3 .icon, #page-banner.aqua h4 .icon, #page-banner.aqua h5 .icon {
    color: #ffffff;
    vertical-align: middle; }

.section {
  padding: 90px 0;
  border-top: 1px solid #eaeaea; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    .section {
      padding: 60px 0; } }
  @media screen and (max-width: 767px) {
    .section {
      padding: 40px 0; } }
  .section.grey {
    background: #f8f8f8; }
  .section.aqua {
    color: #ffffff;
    border-top: none;
    background: #50d2c2; }
    .section.aqua h1, .section.aqua h2, .section.aqua h3, .section.aqua h4, .section.aqua h5 {
      color: #ffffff; }
  .section.collapse {
    padding: 0; }
  .section.collapse-top {
    padding-top: 0; }
  .section + .section.our-colleges,
  .section + .section.our-courses,
  .section + .section.our-units {
    padding-top: 0;
    border-top: none; }
    .section + .section.our-colleges .filter-container,
    .section + .section.our-courses .filter-container,
    .section + .section.our-units .filter-container {
      padding-top: 0; }
  .section.rationale {
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .section {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .section > .container {
        width: calc(100% - 60px); }
      .section .section-heading {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1; }
      .section .section-pager {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3;
        margin-bottom: 0; }
      .section .section-content {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2; }
      .section .section-footer {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        box-ordinal-group: 4;
        -webkit-order: 4;
        -moz-order: 4;
        order: 4;
        -ms-flex-order: 4; } }

.section-heading h2 a {
  text-decoration: none;
  color: #000000; }
  .section-heading h2 a:hover {
    color: #50d2c2; }
  .section-heading h2 a:after {
    display: none;
    content: "";
    margin: 0 0 5px 10px;
    width: 60px;
    height: 11px;
    background: url(../img/arrow-right.svg);
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 767px) {
      .section-heading h2 a:after {
        display: inline-block;
        width: 30px;
        height: 5px;
        background-size: 30px auto; } }

@media screen and (min-width: 768px) {
  .section-heading, .section-footer {
    text-align: center; }
    .section-heading p.big, .section-footer p.big {
      margin: 50px auto; } }

.section-footer {
  margin: 60px 0 0 0; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    .section-footer {
      margin: 40px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .section-footer {
      margin: 20px 0 0 0; }
      .section-footer.hide-small {
        display: none; } }

.section-pager {
  margin: 35px 0 20px 0; }
  @media screen and (min-width: 768px) {
    .section-pager {
      text-align: center; }
      .section-pager .pager {
        display: inline-block;
        left: 0; } }
  @media screen and (max-width: 767px) {
    .section-pager {
      margin: 20px 0; } }

.content-sidebar {
  display: block; }
  .content-sidebar:after {
    content: "";
    display: table;
    clear: both; }
  .content-sidebar > div, .content-sidebar .column {
    min-height: 1px; }
    .content-sidebar > div:first-child, .content-sidebar .column:first-child {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 22.1918046826%;
      top: -10px; }
      .content-sidebar > div:first-child:last-child, .content-sidebar .column:first-child:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        .content-sidebar > div:first-child, .content-sidebar .column:first-child {
          float: left;
          display: block;
          margin-right: 3.7442604232%;
          width: 100%;
          padding: 0 0 40px 0;
          top: 0; }
          .content-sidebar > div:first-child:last-child, .content-sidebar .column:first-child:last-child {
            margin-right: 0; }
          .content-sidebar > div:first-child:empty, .content-sidebar .column:first-child:empty {
            padding: 0; } }
      .content-sidebar > div:first-child h2, .content-sidebar .column:first-child h2 {
        position: relative;
        padding: 0 50px 0 0; }
        @media screen and (max-width: 960px) {
          .content-sidebar > div:first-child h2, .content-sidebar .column:first-child h2 {
            top: 0; } }
        @media screen and (max-width: 767px) {
          .content-sidebar > div:first-child h2, .content-sidebar .column:first-child h2 {
            padding: 0; } }
    .content-sidebar > div:last-child, .content-sidebar .column:last-child {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 74.0639348942%; }
      .content-sidebar > div:last-child:last-child, .content-sidebar .column:last-child:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) {
        .content-sidebar > div:last-child, .content-sidebar .column:last-child {
          float: left;
          display: block;
          margin-right: 3.7442604232%;
          width: 100%; }
          .content-sidebar > div:last-child:last-child, .content-sidebar .column:last-child:last-child {
            margin-right: 0; } }
  .content-sidebar .box {
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05); }
    .content-sidebar .box h4 {
      margin: 0 0 25px 0; }
    .content-sidebar .box .research-thumb {
      margin: 0 auto 30px auto;
      width: 150px;
      height: 150px;
      background: #eaeaea;
      border-radius: 50%; }
      .content-sidebar .box .research-thumb img {
        border-radius: 50%; }
    .content-sidebar .box #toggle-contact-research {
      padding: 0;
      display: block; }
      @media screen and (max-width: 960px) {
        .content-sidebar .box #toggle-contact-research {
          padding: 0 30px;
          display: inline-block; } }
      @media screen and (max-width: 767px) {
        .content-sidebar .box #toggle-contact-research {
          padding: 10px 30px; } }

@media screen and (max-width: 960px) {
  .section.sub-sections {
    padding-top: 0; } }

.section .sub-section {
  margin: 100px 0; }
  @media screen and (min-width: 961px) {
    .section .sub-section .thumb-items {
      margin-top: -40px; } }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    .section .sub-section {
      margin: 80px 0; } }
  @media screen and (max-width: 767px) {
    .section .sub-section {
      margin: 40px 0; } }

@media screen and (max-width: 767px) {
  body.home #page-banner + .section {
    background: rgba(0, 0, 0, 0.05); } }

/* 3.2 Parts
  -------------------------------------------------------------------------- */
.banner-slides {
  height: 100%; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    .banner-slides {
      left: -30px;
      width: calc(100% + 60px);
      border-bottom: 1px solid #eaeaea; } }
  .banner-slides .slick-list,
  .banner-slides .slick-track,
  .banner-slides .slick-slide {
    height: 100%; }
  .banner-slides .slide {
    display: none; }
    .banner-slides .slide .inner {
      display: block;
      height: 100%; }
      .banner-slides .slide .inner:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 960px) {
        .banner-slides .slide .inner {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: column nowrap;
          -moz-flex-flow: column nowrap;
          flex-flow: column nowrap; } }
      .banner-slides .slide .inner .slide-caption {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 22.1918046826%;
        padding: 50px 50px 0 0;
        height: 100%; }
        .banner-slides .slide .inner .slide-caption:last-child {
          margin-right: 0; }
        @media screen and (max-width: 960px) {
          .banner-slides .slide .inner .slide-caption {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            box-ordinal-group: 2;
            -webkit-order: 2;
            -moz-order: 2;
            order: 2;
            -ms-flex-order: 2;
            padding: 30px 50px 30px 30px;
            float: none;
            width: 100%;
            height: auto; } }
        .banner-slides .slide .inner .slide-caption h1 {
          font-size: 3.5rem;
          padding: 0 !important;
          color: #50d2c2;
          line-height: 1.25; }
          @media screen and (max-width: 767px) {
            .banner-slides .slide .inner .slide-caption h1 {
              color: #000000 !important; } }
      .banner-slides .slide .inner .slide-image {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 74.0639348942%;
        height: 100%;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative; }
        .banner-slides .slide .inner .slide-image:last-child {
          margin-right: 0; }
        @media screen and (max-width: 960px) {
          .banner-slides .slide .inner .slide-image {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            -webkit-order: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1;
            position: relative;
            float: none;
            width: 100%;
            height: 300px; } }
        @media screen and (max-width: 767px) {
          .banner-slides .slide .inner .slide-image {
            height: 200px; } }
        .banner-slides .slide .inner .slide-image iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .banner-slides .pager {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 960px) {
      .banner-slides .pager {
        position: relative;
        padding: 0 30px 30px 30px; }
        .banner-slides .pager li {
          color: #000000; } }

.pager {
  margin: 0;
  padding: 0;
  position: relative;
  left: -8px;
  list-style: none;
  overflow: hidden; }
  @media screen and (min-width: 961px) {
    .pager.hide {
      display: none; } }
  .pager.orange li.active {
    color: #f5a738; }
  .pager li {
    float: left;
    font-family: "AvenirHeavy", san-serif;
    font-weight: 900;
    font-size: 1.3rem;
    cursor: pointer; }
    .pager li:last-child.active:before {
      width: 30px; }
    .pager li:last-child.active:after {
      width: 0; }
    .pager li.active {
      color: #50d2c2; }
      .pager li.active:before, .pager li.active:after {
        background: #000000; }
      .pager li.active:after {
        width: 30px; }
    .pager li:after, .pager li:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 2px;
      background: transparent;
      vertical-align: middle;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .pager li:after {
      margin: 0 0 0 8px; }
    .pager li:before {
      margin: 0 8px 0 0;
      width: 0; }

#page-banner .banner-container {
  display: block;
  height: 100%; }
  #page-banner .banner-container:after {
    content: "";
    display: table;
    clear: both; }
  #page-banner .banner-container > div {
    color: #50d2c2;
    min-height: 1px;
    height: 100%; }
    #page-banner .banner-container > div:first-child {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 22.1918046826%; }
      #page-banner .banner-container > div:first-child:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) and (min-width: 768px) {
        #page-banner .banner-container > div:first-child {
          float: left;
          display: block;
          margin-right: 3.7442604232%;
          width: 30.8371597179%; }
          #page-banner .banner-container > div:first-child:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 767px) {
        #page-banner .banner-container > div:first-child {
          float: left;
          display: block;
          margin-right: 3.7442604232%;
          width: 100%; }
          #page-banner .banner-container > div:first-child:last-child {
            margin-right: 0; } }
    #page-banner .banner-container > div:last-child {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 74.0639348942%; }
      #page-banner .banner-container > div:last-child:last-child {
        margin-right: 0; }
      @media screen and (max-width: 960px) and (min-width: 768px) {
        #page-banner .banner-container > div:last-child {
          float: left;
          display: block;
          margin-right: 3.7442604232%;
          width: 65.4185798589%; }
          #page-banner .banner-container > div:last-child:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 767px) {
        #page-banner .banner-container > div:last-child {
          float: left;
          display: block;
          margin-right: 3.7442604232%;
          width: 100%;
          position: relative;
          margin: 0 -30px;
          width: calc(100% + 60px); }
          #page-banner .banner-container > div:last-child:last-child {
            margin-right: 0; }
          #page-banner .banner-container > div:last-child img.size-banner_small {
            display: none; } }
    #page-banner .banner-container > div h1 {
      padding: 60px 60px 0 0; }
      @media screen and (max-width: 960px) {
        #page-banner .banner-container > div h1 {
          padding: 30px 0 0 0; } }
      @media screen and (max-width: 767px) {
        #page-banner .banner-container > div h1 {
          padding: 30px 0; } }

.page-items {
  display: block;
  margin: 0 auto;
  max-width: 1235px; }
  .page-items:after {
    content: "";
    display: table;
    clear: both; }
  .page-items .page-item {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 22.1918046826%;
    padding: 40px 30px;
    position: relative;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.75;
    color: #000000; }
    .page-items .page-item:last-child {
      margin-right: 0; }
    .page-items .page-item:nth-child(4n) {
      margin-right: 0; }
    .page-items .page-item:nth-child(4n+1) {
      clear: left; }
    @media screen and (min-width: 961px) {
      .page-items .page-item:hover {
        background: #50d2c2; }
        .page-items .page-item:hover .icon {
          color: #ffffff; }
        .page-items .page-item:hover .button {
          color: #50d2c2;
          background: #ffffff; }
          .page-items .page-item:hover .button:hover {
            color: #50d2c2;
            border: 2px solid #50d2c2;
            background: #ffffff; } }
    @media screen and (max-width: 960px) and (min-width: 768px) {
      .page-items .page-item {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 30.8371597179%; }
        .page-items .page-item:last-child {
          margin-right: 0; }
        .page-items .page-item:nth-child(3n) {
          margin-right: 0; }
        .page-items .page-item:nth-child(3n+1) {
          clear: left; }
        .page-items .page-item:nth-child(4) {
          display: none; } }
    @media screen and (max-width: 767px) {
      .page-items .page-item {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 100%;
        margin: 0;
        padding: 25px;
        text-align: left;
        background: #eaeaea;
        clear: none !important; }
        .page-items .page-item:last-child {
          margin-right: 0; } }
    .page-items .page-item .icon {
      font-size: 5.0rem;
      line-height: 1;
      color: #50d2c2; }
      @media screen and (max-width: 767px) {
        .page-items .page-item .icon {
          display: none; } }
    .page-items .page-item h3 {
      margin: 15px 0 30px 0; }
      @media screen and (max-width: 767px) {
        .page-items .page-item h3 {
          margin: 0 0 15px 0; } }
    .page-items .page-item p {
      margin: 0; }
    .page-items .page-item .button {
      margin: 35px 0 0 0;
      padding: 0 20px;
      display: block;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .page-items .page-item .button {
          margin: 25px 0 0 0;
          display: inline-block; } }

.page-items-pager {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .page-items-pager {
      display: block !important; } }

.content-image-slides.our-staff .slide, .content-image-slides.slider-colleges .slide, .content-slides.our-staff .slide, .content-slides.slider-colleges .slide {
  cursor: pointer; }
  .content-image-slides.our-staff .slide.slick-active .inner, .content-image-slides.our-staff .slide.slick-current .inner, .content-image-slides.slider-colleges .slide.slick-active .inner, .content-image-slides.slider-colleges .slide.slick-current .inner, .content-slides.our-staff .slide.slick-active .inner, .content-slides.our-staff .slide.slick-current .inner, .content-slides.slider-colleges .slide.slick-active .inner, .content-slides.slider-colleges .slide.slick-current .inner {
    pointer-events: all; }
  .content-image-slides.our-staff .slide .inner, .content-image-slides.slider-colleges .slide .inner, .content-slides.our-staff .slide .inner, .content-slides.slider-colleges .slide .inner {
    pointer-events: none; }
    .content-image-slides.our-staff .slide .inner .image img, .content-image-slides.slider-colleges .slide .inner .image img, .content-slides.our-staff .slide .inner .image img, .content-slides.slider-colleges .slide .inner .image img {
      width: auto;
      height: 375px; }
      @media screen and (max-width: 767px) {
        .content-image-slides.our-staff .slide .inner .image img, .content-image-slides.slider-colleges .slide .inner .image img, .content-slides.our-staff .slide .inner .image img, .content-slides.slider-colleges .slide .inner .image img {
          height: auto; } }

.content-image-slides .slide, .content-slides .slide {
  padding: 0 25px;
  opacity: 0.25;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media screen and (max-width: 767px) {
    .content-image-slides .slide, .content-slides .slide {
      padding: 0 10px; } }
  .content-image-slides .slide.slick-active, .content-image-slides .slide.slick-center, .content-slides .slide.slick-active, .content-slides .slide.slick-center {
    opacity: 1; }
    .content-image-slides .slide.slick-active .inner .info, .content-image-slides .slide.slick-center .inner .info, .content-slides .slide.slick-active .inner .info, .content-slides .slide.slick-center .inner .info {
      visibility: visible;
      opacity: 1; }
  .content-image-slides .slide .inner, .content-slides .slide .inner {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .content-image-slides .slide .inner, .content-slides .slide .inner {
        text-align: left;
        background: transparent; } }
    .content-image-slides .slide .inner .image img, .content-slides .slide .inner .image img {
      margin: 0 auto;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .content-image-slides .slide .inner .image img, .content-slides .slide .inner .image img {
          display: block; } }
    .content-image-slides .slide .inner .info, .content-slides .slide .inner .info {
      margin: 20px 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media screen and (max-width: 767px) {
        .content-image-slides .slide .inner .info, .content-slides .slide .inner .info {
          margin: 0;
          padding: 25px 0; } }
      .content-image-slides .slide .inner .info h5, .content-slides .slide .inner .info h5 {
        margin: 0 0 10px 0; }
      .content-image-slides .slide .inner .info h3, .content-slides .slide .inner .info h3 {
        margin: 0; }
      .content-image-slides .slide .inner .info .button, .content-slides .slide .inner .info .button {
        margin: 30px 0 0 0; }

.content-slides .slide {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .content-slides .slide.slick-center {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .content-slides .slide .inner {
    padding: 60px 90px;
    font-family: "Avenir", san-serif;
    font-weight: normal;
    font-size: 1.5rem;
    background: #50d2c2; }
    @media screen and (max-width: 767px) {
      .content-slides .slide .inner {
        padding: 20px; } }
    .content-slides .slide .inner h1, .content-slides .slide .inner h2, .content-slides .slide .inner h3, .content-slides .slide .inner h4 {
      margin: 20px 0; }
    .content-slides .slide .inner h1 {
      font-family: "AvenirHeavy", san-serif;
      font-weight: 900;
      font-size: 5.0rem;
      line-height: 1; }
    .content-slides .slide .inner h5 {
      margin: 0; }
      .content-slides .slide .inner h5 + p {
        margin-top: 0; }
    .content-slides .slide .inner h1, .content-slides .slide .inner h5 {
      color: #ffffff; }

.icon-items {
  display: block;
  margin: 0 auto;
  max-width: 1235px; }
  .icon-items:after {
    content: "";
    display: table;
    clear: both; }
  .icon-items .icon-item {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 48.1278697884%;
    padding: 20px 20px 20px 0; }
    .icon-items .icon-item:last-child {
      margin-right: 0; }
    .icon-items .icon-item:nth-child(2n) {
      margin-right: 0; }
    .icon-items .icon-item:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 960px) and (min-width: 768px) {
      .icon-items .icon-item {
        padding: 0 20px 0 0; } }
    @media screen and (max-width: 767px) {
      .icon-items .icon-item {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 100%;
        margin-right: 0;
        padding: 0;
        clear: none !important; }
        .icon-items .icon-item:last-child {
          margin-right: 0; }
        .icon-items .icon-item:nth-child(2n) {
          margin: 0 0 0 25px; } }
    .icon-items .icon-item a {
      padding: 40px 0 40px 85px;
      display: block;
      font-family: "Avenir", san-serif;
      font-size: 3.0rem;
      font-weight: normal;
      line-height: 1.35;
      color: #50d2c2;
      vertical-align: middle;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: auto 80px; }
      @media screen and (max-width: 960px) and (min-width: 768px) {
        .icon-items .icon-item a {
          font-size: 2.4rem;
          background-size: auto 60px; } }
      @media screen and (max-width: 767px) {
        .icon-items .icon-item a {
          padding: 20px 0 20px 40px;
          font-size: 1.6rem;
          background-size: auto 35px; } }
      .icon-items .icon-item a:hover {
        color: #50d2c2; }
      .icon-items .icon-item a:after {
        margin: 0; }
        @media screen and (max-width: 767px) {
          .icon-items .icon-item a:after {
            display: none; } }
      .icon-items .icon-item a.icon-community {
        background-position: left 10px center;
        background-size: auto 90px; }
        @media screen and (max-width: 960px) and (min-width: 768px) {
          .icon-items .icon-item a.icon-community {
            background-size: auto 70px; } }
        @media screen and (max-width: 767px) {
          .icon-items .icon-item a.icon-community {
            background-size: auto 35px;
            background-position: left 5px center; } }
      .icon-items .icon-item a.icon-international {
        background-size: auto 70px; }
        @media screen and (max-width: 960px) and (min-width: 768px) {
          .icon-items .icon-item a.icon-international {
            background-size: auto 50px; } }
        @media screen and (max-width: 767px) {
          .icon-items .icon-item a.icon-international {
            padding: 20px 0 20px 50px;
            background-size: auto 35px; } }
      .icon-items .icon-item a span {
        text-decoration: underline;
        color: #50d2c2; }

#favourites {
  padding: 40px 50px;
  position: fixed;
  z-index: 8;
  top: 124px;
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 600px;
  background: #ffffff;
  box-shadow: -1px -1px 1px #eaeaea;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 960px) {
    #favourites {
      padding: 20px 30px;
      z-index: 11;
      top: 70px;
      bottom: 48px;
      width: 65%;
      box-shadow: none; } }
  @media screen and (max-width: 767px) {
    #favourites {
      width: 85%; } }
  #favourites.is-toggled {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  #favourites .favourites-header {
    display: block; }
    #favourites .favourites-header:after {
      content: "";
      display: table;
      clear: both; }
    #favourites .favourites-header .clear, #favourites .favourites-header .edit {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 17.869127165%; }
      #favourites .favourites-header .clear:last-child, #favourites .favourites-header .edit:last-child {
        margin-right: 0; }
    #favourites .favourites-header .edit {
      text-align: right; }
    #favourites .favourites-header .title {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 56.7732248237%;
      text-align: center; }
      #favourites .favourites-header .title:last-child {
        margin-right: 0; }
      #favourites .favourites-header .title h5 {
        margin: 0; }

.favourite-items {
  margin: 40px -50px;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .favourite-items {
      margin: 20px 0; } }
  .favourite-items .favourite-item {
    padding: 30px 50px 0 50px;
    display: block;
    color: #000000;
    border-bottom: 1px solid #eaeaea; }
    @media screen and (min-width: 961px) {
      .favourite-items .favourite-item:hover {
        background: #50d2c2; }
        .favourite-items .favourite-item:hover .icons-courses li span {
          color: #ffffff; } }
    @media screen and (max-width: 767px) {
      .favourite-items .favourite-item {
        padding: 30px 0 0 0; } }
    .favourite-items .favourite-item .item-header {
      display: block; }
      .favourite-items .favourite-item .item-header:after {
        content: "";
        display: table;
        clear: both; }
      .favourite-items .favourite-item .item-header > div:first-child {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 65.4185798589%; }
        .favourite-items .favourite-item .item-header > div:first-child:last-child {
          margin-right: 0; }
        .favourite-items .favourite-item .item-header > div:first-child h4 {
          margin: 0;
          font-family: "AvenirHeavy", san-serif;
          font-weight: 900;
          font-size: 1.8rem; }
          @media screen and (max-width: 767px) {
            .favourite-items .favourite-item .item-header > div:first-child h4 {
              font-size: 1.4rem; } }
      .favourite-items .favourite-item .item-header > div:last-child {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 30.8371597179%;
        text-align: right;
        color: #50d2c2; }
        .favourite-items .favourite-item .item-header > div:last-child:last-child {
          margin-right: 0; }
        @media screen and (max-width: 767px) {
          .favourite-items .favourite-item .item-header > div:last-child {
            font-size: 1.0rem; } }

.icons-course {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -20px 0 0 0;
  padding: 0;
  position: relative;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .icons-course {
      margin: 0 0 60px 0; } }
  .icons-course li {
    padding: 20px 0 20px 30px;
    width: 33.333333%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    /*    @include media($desktop-up) {
      &:nth-child(3n+1) {
        padding: 20px 0;
        border-left: none;
      }
    }*/ }
    @media screen and (max-width: 1180px) {
      .icons-course li {
        width: 50%; }
        .icons-course li:nth-child(odd) {
          padding: 20px 0;
          border-left: none; } }
    @media screen and (max-width: 767px) {
      .icons-course li {
        border-left: none;
        border-bottom: 1px solid #eaeaea; } }
    .icons-course li.disabled > * {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      pointer-events: none;
      opacity: 0.15; }
    .icons-course li .icon {
      display: inline-block;
      width: 60px;
      font-size: 6.0rem;
      line-height: 1;
      color: #50d2c2; }
      .icons-course li .icon.credit_points {
        width: 100px;
        text-laign: right; }
      @media screen and (max-width: 767px) {
        .icons-course li .icon {
          display: block;
          width: 30px;
          font-size: 3.0rem; } }
    .icons-course li .info {
      padding: 0 0 0 15px;
      display: inline-block;
      font-size: 1.5rem;
      line-height: 1.30; }
      @media screen and (max-width: 767px) {
        .icons-course li .info {
          padding: 0; } }
      .icons-course li .info strong {
        display: block;
        font-family: "AvenirHeavy", san-serif;
        font-weight: 900;
        font-size: 2.5rem; }
        @media screen and (max-width: 767px) {
          .icons-course li .info strong {
            font-size: 2.0rem; } }

.icons-courses {
  display: block;
  margin: 20px 0 30px 0;
  padding: 0;
  list-style: none; }
  .icons-courses:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .icons-courses {
      margin: 10px 0 20px 0; } }
  .icons-courses li {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 13.5464496473%;
    position: relative;
    font-family: "AvenirHeavy", san-serif;
    font-weight: 900;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.35; }
    .icons-courses li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .icons-courses li {
        font-size: 1.2rem;
        text-align: left;
        line-height: 1.25; } }
    .icons-courses li.disabled {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.25;
      pointer-events: none; }
    .icons-courses li span {
      display: block;
      color: #50d2c2; }
    .icons-courses li .icon {
      margin: 5px 0 0 0;
      font-size: 2.4rem; }
      @media screen and (max-width: 767px) {
        .icons-courses li .icon {
          font-size: 1.8rem; } }

[data-tooltip] {
  position: relative; }
  [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    -o-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
    -webkit-transition: all 0.2s 0.2s linear;
    -moz-transition: all 0.2s 0.2s linear;
    transition: all 0.2s 0.2s linear; }
  [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    z-index: 8;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateX(-50%) translateY(10px);
    -moz-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    -o-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px); }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    padding: 15px;
    display: block;
    bottom: calc(100% + 20px);
    width: 150px;
    font-family: "AvenirLight", san-serif;
    font-weight: 300;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
    background: #000000; }
  [data-tooltip]:before {
    content: "";
    bottom: calc(100% + 10px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000; }

.tab-items-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tab-items-nav li {
    margin: 0 25px 0 0;
    display: inline-block;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .tab-items-nav li {
        margin: 0 0 15px 0;
        display: block; } }
    .tab-items-nav li:last-child {
      margin: 0; }
    .tab-items-nav li.active {
      color: #ffffff;
      background: #50d2c2; }

.tab-item {
  display: none; }
  .tab-item.active {
    display: block; }

.news-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -25px; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    .news-items {
      margin: 0 -20px; } }
  @media screen and (max-width: 767px) {
    .news-items {
      margin: 0; } }
  .news-items .news-item {
    margin: 50px 25px 0 25px;
    width: calc(33.333333% - 50px);
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #eaeaea; }
    @media screen and (max-width: 960px) and (min-width: 768px) {
      .news-items .news-item {
        margin: 40px 20px 0 20px;
        width: calc(50% - 40px); } }
    @media screen and (max-width: 767px) {
      .news-items .news-item {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: left; } }
    .news-items .news-item.sticky {
      width: calc(66.666666% - 50px);
      text-align: left; }
      @media screen and (max-width: 960px) and (min-width: 768px) {
        .news-items .news-item.sticky {
          margin: 40px 0 0 0;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .news-items .news-item.sticky {
          margin: 20px 0 0 0;
          width: 100%; } }
    .news-items .news-item .item-image img {
      width: 100%;
      height: auto; }
    .news-items .news-item .item-info {
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .news-items .news-item .item-info {
          padding: 20px; }
          .news-items .news-item .item-info p {
            display: none; } }
      .news-items .news-item .item-info.split {
        display: block; }
        .news-items .news-item .item-info.split:after {
          content: "";
          display: table;
          clear: both; }
        .news-items .news-item .item-info.split > div {
          float: left;
          display: block;
          margin-right: 3.7442604232%;
          width: 48.1278697884%; }
          .news-items .news-item .item-info.split > div:last-child {
            margin-right: 0; }
          @media screen and (max-width: 767px) {
            .news-items .news-item .item-info.split > div {
              float: left;
              display: block;
              margin-right: 3.7442604232%;
              width: 100%; }
              .news-items .news-item .item-info.split > div:last-child {
                margin-right: 0; } }
        .news-items .news-item .item-info.split h4 {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .news-items .news-item .item-info h5 {
        margin: 0; }
        .news-items .news-item .item-info h5:before {
          content: "\e085";
          margin: 0 10px 0 0;
          position: relative;
          top: -2px;
          font-family: "simple-line-icons";
          font-size: 2.6rem;
          vertical-align: middle; }
          @media screen and (max-width: 767px) {
            .news-items .news-item .item-info h5:before {
              font-size: 1.6rem; } }
      .news-items .news-item .item-info h4 {
        margin: 20px 0; }
        @media screen and (max-width: 767px) {
          .news-items .news-item .item-info h4 {
            margin: 10px 0; } }
        .news-items .news-item .item-info h4 a {
          text-decoration: none; }
      .news-items .news-item .item-info a {
        color: #000000; }
        .news-items .news-item .item-info a:hover {
          color: #50d2c2; }
      .news-items .news-item .item-info .author {
        font-size: 1.6rem;
        color: #50d2c2; }

.ie9 .news-items {
  overflow: hidden; }
  .ie9 .news-items .news-item {
    float: left; }

.publication-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -25px; }
  .publication-items .publication-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 25px 0 25px;
    position: relative;
    width: calc(50% - 50px);
    font-size: 1.5rem;
    text-decoration: none;
    color: #000000; }
    @media screen and (max-width: 960px) {
      .publication-items .publication-item {
        margin: 30px 25px 0 25px;
        width: calc(100% - 50px); } }
    .publication-items .publication-item:hover {
      background: #50d2c2; }
      .publication-items .publication-item:hover:after {
        color: #ffffff; }
      .publication-items .publication-item:hover .item-info {
        border: 2px solid #50d2c2; }
        .publication-items .publication-item:hover .item-info h5:before,
        .publication-items .publication-item:hover .item-info .author {
          color: #ffffff; }
    .publication-items .publication-item:before {
      content: "";
      position: absolute;
      top: 0;
      right: 75px;
      bottom: 0;
      width: 2px;
      background: rgba(0, 0, 0, 0.1);
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        .publication-items .publication-item:before {
          display: none; } }
    .publication-items .publication-item:after {
      content: "\f178";
      position: absolute;
      top: 50%;
      right: 0;
      width: 75px;
      font-family: "fontawesome";
      font-size: 2.4rem;
      text-align: center;
      color: #50d2c2;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .publication-items .publication-item:after {
          display: none; } }
    .publication-items .publication-item .item-image {
      width: 30%;
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 960px) {
        .publication-items .publication-item .item-image {
          display: none; } }
    .publication-items .publication-item .item-info {
      padding: 35px 100px 35px 35px;
      width: 70%;
      border: 2px solid #eaeaea; }
      @media screen and (max-width: 960px) {
        .publication-items .publication-item .item-info {
          padding: 35px;
          width: 100%; } }
      .publication-items .publication-item .item-info h5 {
        margin: 0; }
        .publication-items .publication-item .item-info h5:before {
          content: "\e055";
          margin: 0 10px 0 0;
          position: relative;
          top: -2px;
          font-family: "simple-line-icons";
          font-size: 2.6rem;
          vertical-align: middle; }
          @media screen and (max-width: 767px) {
            .publication-items .publication-item .item-info h5:before {
              font-size: 1.6rem; } }
      .publication-items .publication-item .item-info h4 {
        margin: 20px 0; }
      .publication-items .publication-item .item-info .author {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #50d2c2; }

.ie9 .publication-items {
  overflow: hidden; }
  .ie9 .publication-items .publication-item {
    float: left; }
    .ie9 .publication-items .publication-item .item-image {
      display: none; }

.search-items {
  margin: 0 0 50px 0; }
  .search-items .search-item {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea; }
    .search-items .search-item a {
      font-size: 2.4rem;
      letter-spacing: 1px;
      text-decoration: none;
      color: #50d2c2; }
    .search-items .search-item small {
      padding: 0 0 0 5px;
      font-style: italic;
      opacity: 0.5; }

.pagination {
  margin: 50px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .pagination {
      margin: 30px 0 0 0; } }
  .pagination li {
    margin: 0 4px;
    display: inline-block;
    font-family: "AvenirHeavy", san-serif;
    font-size: 1.4rem;
    font-weight: 900; }
    .pagination li.active a {
      color: #50d2c2;
      pointer-events: none; }
    .pagination li.prev, .pagination li.next {
      margin: 0 10px; }
      @media screen and (max-width: 767px) {
        .pagination li.prev, .pagination li.next {
          margin: 0 5px; }
          .pagination li.prev a, .pagination li.next a {
            width: 20px; } }
    .pagination li.first, .pagination li.last {
      margin: 0 10px; }
      @media screen and (max-width: 767px) {
        .pagination li.first, .pagination li.last {
          margin: 0 5px; }
          .pagination li.first a, .pagination li.last a {
            width: 30px; } }
    @media screen and (max-width: 767px) {
      .pagination li.next a img, .pagination li.last a img {
        float: right; } }
    @media screen and (max-width: 767px) {
      .pagination li.first a, .pagination li.last a, .pagination li.prev a, .pagination li.next a {
        overflow: hidden;
        display: inline-block; }
        .pagination li.first a img, .pagination li.last a img, .pagination li.prev a img, .pagination li.next a img {
          max-width: none; } }
    .pagination li.disabled {
      pointer-events: none; }
      .pagination li.disabled img {
        opacity: 0.25; }
    .pagination li a {
      text-decoration: none;
      color: #000000; }
      .pagination li a:hover {
        color: #50d2c2; }
      .pagination li a img {
        opacity: 0.5; }
        .pagination li a img:hover {
          opacity: 1; }
  .pagination br {
    display: none; }
    @media screen and (max-width: 767px) {
      .pagination br {
        display: inline; } }

.nav-links {
  margin: 50px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .nav-links {
      margin: 30px 0 0 0; } }
  .nav-links .page-numbers {
    margin: 0 4px;
    display: inline-block;
    font-family: "AvenirHeavy", san-serif;
    font-size: 1.4rem;
    font-weight: 900;
    text-decoration: none;
    color: #000000; }
    .nav-links .page-numbers:hover {
      color: #50d2c2; }
    .nav-links .page-numbers.current {
      color: #50d2c2;
      pointer-events: none; }
    .nav-links .page-numbers img {
      opacity: 0.25; }
      .nav-links .page-numbers img:hover {
        opacity: 1; }
    .nav-links .page-numbers.prev, .nav-links .page-numbers.next {
      margin: 0 10px; }

.filter-container {
  padding: 60px 0 0 0; }
  @media screen and (max-width: 960px) {
    .filter-container {
      padding: 30px 0; } }
  .filter-container.grey {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 960px) {
      .filter-container.grey {
        padding: 30px 0; } }
    .filter-container.grey + .filter-results {
      padding: 50px 0 0 0; }
      @media screen and (max-width: 767px) {
        .filter-container.grey + .filter-results {
          padding: 30px 0 0 0; } }

.filter-results {
  min-height: 100px; }
  .filter-results .container h2 {
    margin: 0; }

.filters {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 0 -20px;
  width: calc(100% + 40px);
  position: relative; }
  .filters > div {
    display: table-cell;
    width: 50%;
    padding: 0 20px; }
  @media screen and (max-width: 960px) {
    .filters {
      display: block;
      margin: 0;
      width: 100%; }
      .filters:after {
        content: "";
        display: table;
        clear: both; }
      .filters > div {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 100%;
        padding: 5px 0; }
        .filters > div:last-child {
          margin-right: 0; } }
  .filters + .filter-buttons {
    margin: 50px 0 0 0; }
    @media screen and (max-width: 960px) {
      .filters + .filter-buttons {
        margin: 30px 0 0 0; } }
    @media screen and (max-width: 767px) {
      .filters + .filter-buttons {
        display: none; } }

.staff-member {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .staff-member {
      margin: 0; } }
  .staff-member .member-thumb {
    display: table-cell;
    width: 20.8333333333%;
    vertical-align: middle; }
    .staff-member .member-thumb .thumb-container {
      width: 100px;
      height: 100px;
      background: #eaeaea;
      border-radius: 50%;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .staff-member .member-thumb .thumb-container {
          width: 40px;
          height: 40px; } }
  .staff-member .member-name {
    display: table-cell;
    width: 79.1666666667%;
    vertical-align: middle; }

.button-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .button-items li {
    margin: 20px 20px 0 0;
    display: inline-block; }
    .button-items li input[type="checkbox"] {
      display: none; }
      .button-items li input[type="checkbox"]:checked + label {
        color: #ffffff;
        background: #50d2c2; }
    .button-items li label {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .button-items li label span {
          display: none; } }
      .button-items li label span {
        margin: 0 5px 0 0;
        position: relative;
        top: -1px;
        font-size: 2.0rem;
        vertical-align: middle; }

.thumb-items {
  margin: 0 0 0 -25px;
  padding: 0;
  position: relative;
  width: calc(100% + 50px);
  list-style: none;
  overflow: hidden; }
  .thumb-items.two-columns .thumb-item {
    width: calc(50% - 50px); }
    @media screen and (min-width: 961px) {
      .thumb-items.two-columns .thumb-item:nth-child(2n) {
        margin-right: 0; }
      .thumb-items.two-columns .thumb-item:nth-child(2n+1) {
        clear: left; } }
  .thumb-items.three-columns .thumb-item {
    width: calc(33.333333% - 50px); }
    @media screen and (min-width: 961px) {
      .thumb-items.three-columns .thumb-item:nth-child(3n) {
        margin-right: 0; }
      .thumb-items.three-columns .thumb-item:nth-child(3n+1) {
        clear: left; } }
  .thumb-items.four-columns .thumb-item {
    width: calc(25% - 50px); }
  .thumb-items .thumb-item {
    margin: 0 25px;
    padding: 80px 0 0 0;
    float: left;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 960px) and (min-width: 768px) {
      .thumb-items .thumb-item {
        padding: 60px 0 0 0;
        width: calc(50% - 50px) !important; }
        .thumb-items .thumb-item:nth-child(2n) {
          margin-right: 0; }
        .thumb-items .thumb-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 767px) {
      .thumb-items .thumb-item {
        width: calc(100% - 50px) !important;
        padding: 40px 0 0 0;
        text-align: left; }
        .thumb-items .thumb-item:nth-child(1n) {
          margin-right: 0; }
        .thumb-items .thumb-item:nth-child(1n+1) {
          clear: left; }
        .thumb-items .thumb-item:first-child {
          padding: 0; } }
    .thumb-items .thumb-item .image {
      margin: 0 0 30px 0; }
      .thumb-items .thumb-item .image img {
        width: 100%; }
    .thumb-items .thumb-item h3 {
      margin: 0; }
    .thumb-items .thumb-item h4 {
      margin: 30px 0; }
      @media screen and (max-width: 767px) {
        .thumb-items .thumb-item h4 {
          margin: 20px 0; } }
    .thumb-items .thumb-item h5 {
      margin: 0 0 10px 0; }
    .thumb-items .thumb-item p {
      margin: 0; }
      @media screen and (min-width: 768px) {
        .thumb-items .thumb-item p {
          padding: 0 20px; } }
    .thumb-items .thumb-item .details {
      height: 120px; }
    .thumb-items .thumb-item .button {
      margin: 30px 0 0 0; }
      @media screen and (max-width: 767px) {
        .thumb-items .thumb-item .button {
          margin: 20px 0 0 0; } }

[data-remodal-target] {
  cursor: pointer; }

.research-areas .research-area {
  margin: 50px 0 0 0; }
  .research-areas .research-area:last-child ul li:last-child {
    padding: 20px 0 0 0; }
  .research-areas .research-area h3 {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    line-height: 1;
    border-bottom: 2px solid #eaeaea; }
  .research-areas .research-area ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .research-areas .research-area ul li {
      padding: 20px 0; }

.contact-container {
  display: block; }
  .contact-container:after {
    content: "";
    display: table;
    clear: both; }
  .contact-container > div:first-child {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 30.8371597179%; }
    .contact-container > div:first-child:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .contact-container > div:first-child {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 100%; }
        .contact-container > div:first-child:last-child {
          margin-right: 0; } }
  .contact-container > div:last-child {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 65.4185798589%; }
    .contact-container > div:last-child:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .contact-container > div:last-child {
        float: left;
        display: block;
        margin-right: 3.7442604232%;
        width: 100%; }
        .contact-container > div:last-child:last-child {
          margin-right: 0; } }

#map {
  height: 350px; }
  @media screen and (max-width: 767px) {
    #map {
      height: 200px;
      pointer-events: none; } }

.our-courses div.name {
  padding: 0 0 0 60px; }

.list-items {
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 960px) {
    .list-items {
      position: relative;
      margin: 0 0 0 -40px;
      width: calc(100% + 80px); } }
  .list-items > li.head {
    padding: 15px 10px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #eaeaea; }
    @media screen and (max-width: 960px) {
      .list-items > li.head {
        padding: 15px 30px; } }
    .list-items > li.head h5 {
      margin: 0; }
  .list-items > li.smaller {
    font-size: 1.5rem; }
  .list-items > li a {
    padding: 20px 10px;
    display: table;
    width: 100%;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #eaeaea;
    table-layout: fixed;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
    @media screen and (max-width: 960px) {
      .list-items > li a {
        padding: 20px 30px; } }
    @media screen and (min-width: 961px) {
      .list-items > li a:hover {
        background: #50d2c2; }
        .list-items > li a:hover > div.name .favourite {
          color: #ffffff; }
        .list-items > li a:hover > div.level span {
          border: 2px solid #ffffff; }
        .list-items > li a:hover > div.flexibilities .icons-courses li span {
          color: #ffffff; }
        .list-items > li a:hover > div.action .button {
          background: #ffffff;
          border: 2px solid #ffffff; }
          .list-items > li a:hover > div.action .button:hover {
            color: #50d2c2; } }
  .list-items > li.head > div, .list-items > li a > div {
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle; }
    .list-items > li.head > div.name, .list-items > li a > div.name {
      position: relative;
      width: 32%; }
      .list-items > li.head > div.name .favourite, .list-items > li a > div.name .favourite {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 25px;
        height: 25px;
        font-size: 2.5rem;
        line-height: 25px;
        color: #50d2c2;
        border: none;
        background: transparent;
        border-radius: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .list-items > li.head > div.name .favourite:before, .list-items > li.head > div.name .favourite:after, .list-items > li a > div.name .favourite:before, .list-items > li a > div.name .favourite:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          font-family: "fontawesome";
          font-size: 3.0rem;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 25px;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .list-items > li.head > div.name .favourite:before, .list-items > li a > div.name .favourite:before {
          content: "\f006"; }
        .list-items > li.head > div.name .favourite:after, .list-items > li a > div.name .favourite:after {
          content: "\f005";
          visibility: hidden;
          opacty: 0; }
        .list-items > li.head > div.name .favourite.is-toggled:before, .list-items > li a > div.name .favourite.is-toggled:before {
          visibility: hidden;
          opacty: 0; }
        .list-items > li.head > div.name .favourite.is-toggled:after, .list-items > li a > div.name .favourite.is-toggled:after {
          visibility: visible;
          opacty: 1; }
    @media screen and (max-width: 767px) {
      .list-items > li.head > div.unit, .list-items > li a > div.unit {
        width: 50px; } }
    @media screen and (max-width: 960px) and (min-width: 768px) {
      .list-items > li.head > div.unit, .list-items > li a > div.unit {
        width: 100px; } }
    .list-items > li.head > div.level, .list-items > li a > div.level {
      width: 12.5%; }
      .list-items > li.head > div.level span, .list-items > li a > div.level span {
        display: inline-block;
        width: 30px;
        height: 30px;
        font-family: "AvenirHeavy", san-serif;
        font-size: 1.6rem;
        text-align: center;
        line-height: 28px;
        border: 2px solid #eaeaea;
        border-radius: 50%; }
    .list-items > li.head > div.flexibilities, .list-items > li a > div.flexibilities {
      width: auto; }
    .list-items > li.head > div.action, .list-items > li a > div.action {
      width: 17.5%; }
      .list-items > li.head > div.action .button, .list-items > li a > div.action .button {
        margin: 0;
        display: block;
        text-align: center; }
    @media screen and (max-width: 960px) {
      .list-items > li.head > div.hide-tablet, .list-items > li a > div.hide-tablet {
        display: none; } }
    @media screen and (max-width: 767px) {
      .list-items > li.head > div.hide-mobile, .list-items > li a > div.hide-mobile {
        display: none; } }
  .list-items > li.head .level span {
    border: none !important; }

.modal-header {
  padding: 30px 80px 30px 40px;
  position: relative;
  border-bottom: 1px solid #eaeaea; }
  @media screen and (max-width: 767px) {
    .modal-header {
      padding: 20px 80px 20px 20px; } }
  .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    border-left: 1px solid #eaeaea; }
    .modal-header .close:before {
      content: "\e082";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font-family: "simple-line-icons";
      font-size: 3.0rem;
      text-align: center;
      line-height: 1;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .modal-header h5 {
    margin: 0; }

.modal-content {
  padding: 40px;
  font-size: 1.6rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .modal-content {
      padding: 20px;
      font-size: 1.4rem; } }
  .modal-content select, .modal-content .chosen-container {
    width: 100% !important; }

.banner-map {
  position: relative; }
  .banner-map .feature {
    position: relative; }
    .banner-map .feature .toggle-map {
      padding: 25px 30px 25px 95px;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 350px;
      font-family: "AvenirHeavy", san-serif;
      font-weight: 900;
      font-size: 1.3rem;
      letter-spacing: 2px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #000000;
      background-color: #50d2c2;
      background-image: url(../img/marker-white.png);
      background-repeat: no-repeat;
      background-position: left 30px center;
      background-size: auto 50px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .banner-map .feature .toggle-map {
          padding: 15px 30px 15px 85px;
          position: relative;
          max-width: 100%;
          font-size: 1.1rem;
          background-size: auto 35px; } }
      .banner-map .feature .toggle-map:hover {
        background-color: #64d7c9; }
      .banner-map .feature .toggle-map p {
        margin: 0; }
  .banner-map .map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: red;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .banner-map .map.is-toggled {
      visibility: visible;
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .banner-map .map.is-toggled {
          visibility: hidden;
          opacity: 0; } }
    .banner-map .map .toggle-map {
      position: absolute;
      z-index: 9;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 50px;
      color: #ffffff;
      background: #50d2c2;
      cursor: pointer; }
      .banner-map .map .toggle-map:before {
        content: "\e082";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        font-family: "simple-line-icons";
        font-size: 3.0rem;
        text-align: center;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .banner-map .map #map {
      width: 100%;
      height: 100%; }

ul.inline {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none; }
  ul.inline li {
    margin: 0 70px 0 0;
    display: inline-block;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      ul.inline li {
        margin: 0;
        display: block; } }
    ul.inline li:last-child {
      margin: 0; }
    ul.inline li .icon {
      margin: 0 15px 0 0;
      display: inline-block;
      font-size: 2.5rem;
      line-height: 1.35;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        ul.inline li .icon {
          font-size: 1.8rem; } }

ul.line {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.line li {
    padding: 0 0 0 45px;
    position: relative; }
    ul.line li:before {
      content: "";
      position: absolute;
      top: 16px;
      left: 0;
      width: 25px;
      height: 2px;
      background: #50d2c2; }

ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

ol ol, ol ul, ul ol, ul ul {
  margin-left: 35px; }

ol.roman {
  margin: 0;
  padding: 0;
  list-style: inside;
  list-style-type: lower-roman; }
  ol.roman li {
    margin: 10px 0; }

.credit-points {
  font-size: 2.0rem;
  line-height: 1.5;
  vertical-align: middle; }
  .credit-points .number {
    font-size: 5.4rem;
    color: #50d2c2;
    vertical-align: middle; }
    @media screen and (max-width: 960px) {
      .credit-points .number {
        font-size: 2.0rem;
        font-weight: bold; } }

.course-structure {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (min-width: 961px) {
    .course-structure {
      border-left: 2px solid #eaeaea; } }
  @media screen and (max-width: 960px) {
    .course-structure {
      display: block; } }
  .course-structure .structure {
    display: table-cell;
    width: 33.333333%;
    vertical-align: top;
    border: 2px solid #eaeaea; }
    @media screen and (min-width: 961px) {
      .course-structure .structure {
        border-left: none; } }
    @media screen and (max-width: 960px) {
      .course-structure .structure {
        margin: 0 0 30px 0;
        display: block;
        width: 100%; } }
    .course-structure .structure .structure-header {
      padding: 20px 30px;
      display: table;
      width: 100%;
      line-height: 1.5;
      table-layout: fixed;
      border-bottom: 2px solid #eaeaea; }
      @media screen and (max-width: 960px) {
        .course-structure .structure .structure-header {
          padding: 20px; } }
      .course-structure .structure .structure-header > div {
        display: table-cell;
        vertical-align: middle; }
        .course-structure .structure .structure-header > div:first-child {
          width: 40px; }
        .course-structure .structure .structure-header > div.points {
          font-family: "AvenirHeavy", san-serif;
          font-size: 1.5rem;
          font-weight: 900;
          line-height: 1.2;
          color: #50d2c2; }
          .course-structure .structure .structure-header > div.points > div {
            display: block;
            color: #000000; }
    .course-structure .structure .structure-content {
      padding: 20px 30px;
      font-size: 2.0rem;
      line-height: 1.65; }
      @media screen and (max-width: 960px) {
        .course-structure .structure .structure-content {
          padding: 20px; } }
      .course-structure .structure .structure-content ul {
        margin: 20px 0;
        padding: 0;
        font-size: 1.5rem;
        list-style: none; }
        @media screen and (max-width: 960px) {
          .course-structure .structure .structure-content ul {
            margin: 10px 0; } }
        .course-structure .structure .structure-content ul li {
          margin: 0 0 35px 0; }
          .course-structure .structure .structure-content ul li:last-child {
            margin: 0; }
          .course-structure .structure .structure-content ul li:before {
            padding: 0 5px 0 0;
            content: "+";
            color: #50d2c2; }

.download {
  margin: 50px 0;
  position: relative;
  display: table;
  display: none;
  width: 100%;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  border: 2px solid #000000;
  table-layout: fixed; }
  .download:hover {
    color: #000000; }
  @media screen and (max-width: 767px) {
    .download {
      margin: 30px 0;
      display: block; } }
  .download > div {
    display: table-cell;
    height: 90px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .download > div {
        display: block;
        height: auto; } }
    .download > div.dropdown {
      width: 140px; }
      @media screen and (max-width: 767px) {
        .download > div.dropdown {
          width: 100%; } }
      .download > div.dropdown .chosen-container {
        left: -2px;
        background: transparent url(../img/arrow-down.png) no-repeat right 30px center; }
        .download > div.dropdown .chosen-container .chosen-single {
          padding: 0 50px 0 30px;
          height: 90px;
          line-height: 90px;
          border-top: none;
          border-bottom: none;
          border-right: 2px solid #ededed; }
          .download > div.dropdown .chosen-container .chosen-single span {
            font-size: 2.4rem;
            color: #50d2c2; }
        .download > div.dropdown .chosen-container .chosen-drop {
          border-top: 2px solid #000000; }
        .download > div.dropdown .chosen-container .chosen-results li {
          padding: 10px 50px 10px 30px; }
      .download > div.dropdown select {
        padding: 0 15px;
        display: block;
        width: 100%;
        border: none; }
    .download > div.title {
      padding: 0 60px 0 30px;
      position: relative;
      width: 75%;
      font-size: 2.4rem;
      line-height: 1.15; }
      @media screen and (max-width: 767px) {
        .download > div.title {
          padding: 15px 30px 15px 15px;
          width: 100%;
          font-size: 2.0rem;
          font-weight: bold;
          border-top: 1px solid #ededed; } }
      .download > div.title:before {
        content: "\e07b";
        position: absolute;
        top: 50%;
        right: 30px;
        font-family: "simple-line-icons";
        font-size: 4.0rem;
        color: #50d2c2;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 960px) and (min-width: 768px) {
          .download > div.title:before {
            font-size: 2.5rem; } }
        @media screen and (max-width: 767px) {
          .download > div.title:before {
            right: 20px;
            font-size: 2.0rem; } }

body.page-template-page-research .download {
  display: table; }

.accordions .accordion {
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out; }
  .accordions .accordion:last-child {
    margin-bottom: 0; }
  .accordions .accordion.is-toggled, .accordions .accordion:hover {
    background: rgba(0, 0, 0, 0.2); }
  .accordions .accordion.is-toggled .accordion-header:after {
    transform: translateY(-50%) rotate(0deg); }
  .accordions .accordion .accordion-header,
  .accordions .accordion .accordion-content {
    position: relative; }
  .accordions .accordion .accordion-header {
    padding: 30px 60px 30px 30px;
    cursor: pointer; }
    .accordions .accordion .accordion-header:after {
      content: "\e604";
      position: absolute;
      top: 50%;
      right: 30px;
      font-family: "simple-line-icons";
      font-size: 24px;
      transform: translateY(-50%) rotate(-90deg);
      transition: transform 0.2s ease-in-out; }
    .accordions .accordion .accordion-header h3 {
      font-size: 18px; }
      @media screen and (min-width: 768px) {
        .accordions .accordion .accordion-header h3 {
          font-size: 22px; } }
  .accordions .accordion .accordion-content {
    padding: 0 30px 30px 30px; }
  .accordions .accordion .accordion-content {
    display: none; }

/* 3.3 Navigation
  -------------------------------------------------------------------------- */
#nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
  z-index: 12;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
  @media screen and (max-width: 960px) {
    #nav-cover {
      right: 65%;
      background: rgba(0, 0, 0, 0.7); } }
  @media screen and (max-width: 767px) {
    #nav-cover {
      right: 85%; } }
  #nav-cover.is-toggled {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s 0.2s ease-in-out;
    -moz-transition: all 0.2s 0.2s ease-in-out;
    transition: all 0.2s 0.2s ease-in-out; }

.nav-secondary, .nav-user {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .nav-secondary > li, .nav-user > li {
    margin: 0 4% 0 0;
    display: inline-block; }
    @media screen and (max-width: 960px) {
      .nav-secondary > li, .nav-user > li {
        margin: 0 0 15px 0;
        display: block; } }
    .nav-secondary > li:last-child, .nav-user > li:last-child {
      margin: 0;
      padding-bottom: 14px; }
    .nav-secondary > li.current-menu-item a, .nav-secondary > li.is-toggled a, .nav-user > li.current-menu-item a, .nav-user > li.is-toggled a {
      color: #50d2c2; }
    .nav-secondary > li a, .nav-user > li a {
      font-size: 1.2rem;
      text-decoration: none;
      line-height: 1.1;
      color: #000000; }
      @media screen and (max-width: 960px) {
        .nav-secondary > li a, .nav-user > li a {
          font-size: 1.6rem; } }
      .nav-secondary > li a:hover, .nav-user > li a:hover {
        color: #50d2c2; }
      .nav-secondary > li a > div, .nav-user > li a > div {
        display: inline-block;
        font-weight: bold;
        letter-spacing: 2px;
        color: #50d2c2; }
    .nav-secondary > li:hover > a, .nav-user > li:hover > a {
      color: #50d2c2; }
    .nav-secondary > li:hover ul, .nav-user > li:hover ul {
      visibility: visible;
      opacity: 1; }
    .nav-secondary > li ul, .nav-user > li ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      right: -10px;
      width: 350px;
      list-style: none;
      background: #50d2c2;
      visibility: hidden;
      opacity: 0; }
      @media screen and (max-width: 960px) {
        .nav-secondary > li ul, .nav-user > li ul {
          margin-top: 30px; } }
      .nav-secondary > li ul.small, .nav-user > li ul.small {
        padding: 10px 0;
        max-width: 200px;
        z-index: 20000; }
        .nav-secondary > li ul.small:before, .nav-user > li ul.small:before {
          right: 10px; }
      .nav-secondary > li ul:before, .nav-user > li ul:before {
        content: "";
        position: absolute;
        top: -12px;
        right: 27px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #50d2c2; }
      .nav-secondary > li ul li, .nav-user > li ul li {
        margin: 0; }
        .nav-secondary > li ul li.name, .nav-user > li ul li.name {
          text-align: center;
          font-size: 16px;
          color: white;
          margin: 10px 0px;
          font-weight: bold; }
        .nav-secondary > li ul li a, .nav-user > li ul li a {
          padding: 10px;
          display: block;
          font-size: 1.5rem;
          text-align: center;
          text-decoration: none;
          color: #ffffff; }
          .nav-secondary > li ul li a:hover, .nav-user > li ul li a:hover {
            color: #ffffff;
            text-decoration: underline; }

.nav-user {
  text-align: right; }
  @media screen and (max-width: 960px) {
    .nav-user {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: left; } }
  .nav-user > li {
    margin: 0 7.5% 0 0; }
    @media screen and (max-width: 960px) {
      .nav-user > li {
        margin: 0;
        float: left;
        width: 50%;
        text-align: center;
        background: #eaeaea; }
        .nav-user > li.is-toggled a {
          color: #000000;
          background: #50d2c2; }
          .nav-user > li.is-toggled a > div {
            color: #ffffff; } }
    .nav-user > li:last-child {
      border-left: 3px solid #ffffff; }
    @media screen and (max-width: 960px) {
      .nav-user > li a {
        padding: 15px 0;
        display: block;
        font-size: 1.3rem;
        color: #000000; }
        .nav-user > li a:hover {
          color: #000000; } }
    .nav-user > li a span {
      margin: 0 10px 0 0;
      position: relative;
      top: -2px;
      font-size: 1.8rem;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .nav-user > li a span {
          margin: 0 5px 0 0;
          font-size: 1.4rem; } }

.nav-primary {
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-primary li {
    margin: 0 5% 0 0;
    display: inline-block; }
    @media screen and (max-width: 960px) {
      .nav-primary li {
        margin: 0 0 20px 0;
        display: block; } }
    .nav-primary li.current-menu-item a {
      color: #50d2c2; }
    .nav-primary li a {
      font-family: "AvenirHeavy", san-serif;
      font-size: 1.6rem;
      text-decoration: none;
      line-height: 1.1;
      color: #000000; }
      @media screen and (max-width: 960px) {
        .nav-primary li a {
          font-size: 2.0rem; } }
      .nav-primary li a:hover {
        color: #50d2c2; }

.sub-nav {
  position: relative; }
  @media screen and (max-width: 960px) {
    .sub-nav {
      left: -30px;
      width: calc(100% + 60px); } }
  .sub-nav #toggle-nav-page {
    padding: 10px 30px;
    display: none;
    font-family: "AvenirHeavy", san-serif;
    font-weight: 900;
    font-size: 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    background: #eaeaea; }
    @media screen and (max-width: 960px) {
      .sub-nav #toggle-nav-page {
        display: block; } }
    .sub-nav #toggle-nav-page.is-toggled:after {
      content: "\e607"; }
    .sub-nav #toggle-nav-page:after {
      content: "\e604";
      margin: 1px 0 0 15px;
      position: relative;
      font-family: "simple-line-icons";
      font-size: 1.2rem; }
  .sub-nav .nav-page {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .sub-nav .nav-page {
        display: none;
        background: #eaeaea; } }
    .sub-nav .nav-page li {
      margin: 0 50px 0 0;
      float: left; }
      @media screen and (max-width: 960px) {
        .sub-nav .nav-page li {
          margin: 0;
          float: none; } }
      .sub-nav .nav-page li.current_page_item a {
        font-family: "AvenirHeavy", san-serif;
        font-weight: 900;
        pointer-events: none;
        border-bottom: 8px solid rgba(255, 255, 255, 0.8); }
        @media screen and (max-width: 960px) {
          .sub-nav .nav-page li.current_page_item a {
            border-bottom: none; } }
        .sub-nav .nav-page li.current_page_item a:hover {
          opacity: 1; }
      .sub-nav .nav-page li a {
        padding: 0 0 20px 0;
        display: block;
        font-size: 1.6rem;
        text-decoration: none;
        color: #ffffff;
        border-bottom: 8px solid transparent;
        cursor: pointer; }
        @media screen and (max-width: 960px) {
          .sub-nav .nav-page li a {
            padding: 10px 30px;
            font-size: 1.4rem;
            color: #000000;
            border-bottom: none;
            border-top: 2px solid #ffffff; } }
        .sub-nav .nav-page li a:hover {
          border-bottom: 8px solid rgba(255, 255, 255, 0.8); }
          @media screen and (max-width: 960px) {
            .sub-nav .nav-page li a:hover {
              border-bottom: none; } }

.content-sidebar {
  position: relative; }
  @media screen and (min-width: 961px) {
    .content-sidebar .sub-nav #toggle-nav-page {
      margin: 0 0 15px 0;
      padding: 0;
      display: block;
      font-size: 1.8rem;
      text-transform: none;
      letter-spacing: 0;
      background: transparent; }
      .content-sidebar .sub-nav #toggle-nav-page:after {
        display: none; } }
  @media screen and (min-width: 961px) {
    .content-sidebar .sub-nav .nav-page {
      display: block !important; }
      .content-sidebar .sub-nav .nav-page li {
        min-width: 250px;
        margin: 10px 0;
        float: none; }
        .content-sidebar .sub-nav .nav-page li.current-menu-item a {
          color: #50d2c2; }
          .content-sidebar .sub-nav .nav-page li.current-menu-item a:before {
            content: "\e606";
            padding: 0 8px 0 0;
            font-family: "simple-line-icons";
            font-size: 0.8rem;
            vertical-align: middle; }
        .content-sidebar .sub-nav .nav-page li a {
          padding: 0;
          color: #000000; }
          .content-sidebar .sub-nav .nav-page li a:hover {
            color: #50d2c2; } }
  .content-sidebar .sticky-container {
    max-width: 296.25px;
    position: fixed; }
    @media screen and (min-width: 961px) {
      .content-sidebar .sticky-container.sticky {
        width: 100%;
        max-width: 296.25px; }
      .content-sidebar .sticky-container.top {
        position: fixed;
        bottom: initial; }
      .content-sidebar .sticky-container.bottom {
        position: absolute !important;
        top: initial !important;
        bottom: 0;
        margin-top: inherit; }
      .content-sidebar .sticky-container #apply-now {
        margin: 20px 0 0 0;
        padding: 0;
        display: block;
        max-width: 200px;
        text-align: center; } }
    @media screen and (max-width: 960px) {
      .content-sidebar .sticky-container {
        position: static !important;
        max-width: none !important; }
        .content-sidebar .sticky-container #apply-now {
          position: fixed;
          z-index: 9;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          text-align: center;
          border-radius: 0; } }
  .content-sidebar .post-meta h5 {
    margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: 1px; }

@media screen and (max-width: 960px) {
  .sticky-wrapper {
    height: auto !important; } }

.button, button, input[type="submit"] {
  padding: 0 60px;
  display: inline-block;
  font-family: "AvenirHeavy", san-serif;
  font-size: 1.5rem;
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 55px;
  letter-spacing: 2px;
  color: #000000;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 32.5px;
  cursor: pointer;
  outline: none; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    .button, button, input[type="submit"] {
      padding: 0 30px;
      font-size: 1.4rem;
      line-height: 50px;
      border-radius: 25px; } }
  @media screen and (max-width: 767px) {
    .button, button, input[type="submit"] {
      padding: 0 20px;
      font-size: 1.2rem;
      line-height: 35px;
      border-radius: 17.5px; } }
  .button.solid, .button:hover, button.solid, button:hover, input[type="submit"].solid, input[type="submit"]:hover {
    color: #ffffff;
    background: #000000; }
  .button.solid:hover, button.solid:hover, input[type="submit"].solid:hover {
    border: 2px solid #333333;
    background: #333333; }
  .button.aqua, button.aqua, input[type="submit"].aqua {
    color: #50d2c2;
    border: 2px solid #50d2c2; }
    .button.aqua.solid, .button.aqua:hover, button.aqua.solid, button.aqua:hover, input[type="submit"].aqua.solid, input[type="submit"].aqua:hover {
      color: #ffffff;
      background: #50d2c2; }
    .button.aqua.solid:hover, button.aqua.solid:hover, input[type="submit"].aqua.solid:hover {
      border: 2px solid #31bead;
      background: #31bead; }
  .button.orange, button.orange, input[type="submit"].orange {
    color: #f5a738;
    border: 2px solid #f5a738; }
    .button.orange.solid, .button.orange:hover, button.orange.solid, button.orange:hover, input[type="submit"].orange.solid, input[type="submit"].orange:hover {
      color: #ffffff;
      background: #f5a738; }
    .button.orange.solid:hover, button.orange.solid:hover, input[type="submit"].orange.solid:hover {
      border: 2px solid #ee910c;
      background: #ee910c; }
  .button.white, button.white, input[type="submit"].white {
    color: #ffffff;
    border: 2px solid #ffffff; }
    .button.white.solid, .button.white:hover, button.white.solid, button.white:hover, input[type="submit"].white.solid, input[type="submit"].white:hover {
      color: #50d2c2;
      background: #ffffff; }
    .button.white.solid:hover, button.white.solid:hover, input[type="submit"].white.solid:hover {
      color: #50d2c2;
      border: 2px solid #ffffff;
      background: #ffffff;
      opacity: 0.8; }
  .button.small, button.small, input[type="submit"].small {
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 40px;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .button.small, button.small, input[type="submit"].small {
        padding: 0 20px;
        font-size: 1.2rem;
        line-height: 35px;
        border-radius: 17.5px; } }

.arrow-right, .arrow-up {
  text-decoration: none;
  line-height: 1;
  color: #000000; }
  @media screen and (max-width: 767px) {
    .arrow-right, .arrow-up {
      font-size: 1.3rem; } }
  .arrow-right:hover, .arrow-up:hover {
    color: #000000; }
    .arrow-right:hover:after, .arrow-up:hover:after {
      margin: 0 0 0 25px; }
  .arrow-right:after, .arrow-up:after {
    content: "";
    margin: 0 0 0 10px;
    display: inline-block;
    width: 60px;
    height: 11px;
    background: url(../img/arrow-right.svg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 767px) {
      .arrow-right:after, .arrow-up:after {
        width: 30px;
        height: 5px;
        background-size: 30px auto; } }
  .arrow-right.aqua span, .arrow-up.aqua span {
    color: #50d2c2; }
  .arrow-right.orange span, .arrow-up.orange span {
    color: #f5a738; }
  .arrow-right span, .arrow-up span {
    text-decoration: underline; }

.arrow-up:after {
  margin: 0 0 0 20px;
  width: 11px;
  height: 23px;
  background: url(../img/arrow-up.svg);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px); }

a:not {
  color: #50d2c2;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:not:hover {
    text-decoration: none;
    color: #50d2c2; }
  a:not img {
    border: none; }
  a:not h3, a:not h5 {
    color: black; }

a.no-style {
  color: inherit;
  text-decoration: none; }
  a.no-style:hover {
    color: inherit; }

.our-colleges .thumb-item a {
  text-decoration: none; }

.loading-text {
  padding: 20px;
  text-align: center;
  font-size: 40px;
  color: #999; }

.section-research-areas {
  /*.container {
    padding: 0;
    overflow: hidden
  }
  .content-sidebar {
    float: left;
    width: 30%;
  }
  .content-main {
    float: left;
    width: 70%;
  }*/ }

.icon.icon-plane {
  transform: rotate(60deg); }

.center {
  text-align: center; }

.aqfLink {
  display: inline-block !important;
  width: 30px !important;
  height: 30px;
  font-family: "AvenirHeavy", san-serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 28px;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  padding: 0 !important; }

.iframeTemplate {
  /*min-height:calc(100% - 125px - 181px);*/
  min-height: 500px;
  height: calc(100vh - 125px);
  width: 100%; }
  .iframeTemplate iframe {
    height: 100%;
    width: 100%;
    border: none; }
    @media screen and (min-width: 768px) {
      .iframeTemplate iframe {
        /*height:calc(100vh - 125px - 181px);*/ } }

.page-template-page-iframe {
  /*overflow-y: hidden;*/ }
  .page-template-page-iframe #site-header {
    border-bottom: 1px solid #eaeaea; }

.drop-downloader {
  border: 2px solid black;
  width: 100%; }
  .drop-downloader .chosen-select {
    width: auto;
    display: inline-block; }
  .drop-downloader .chosen-container {
    width: auto !important;
    font-size: 2.5rem;
    vertical-align: bottom; }
    .drop-downloader .chosen-container .chosen-single {
      border: none;
      height: 90px;
      line-height: 90px; }
    .drop-downloader .chosen-container .chosen-drop {
      width: auto; }
      .drop-downloader .chosen-container .chosen-drop .highlighted {
        color: #50d2c2; }
  .drop-downloader .chosen-container-active .chosen-single span {
    color: #50d2c2; }
  .drop-downloader .chosen-container-active .chosen-drop {
    width: auto;
    left: -2px !important;
    border-top: 2px solid black; }
  .drop-downloader .title {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 90px; }
  .drop-downloader .download-container {
    float: right;
    width: 70px;
    margin-right: 20px; }
    .drop-downloader .download-container .download-icon {
      text-decoration: none;
      font-size: 4rem;
      line-height: 90px; }

.post-password-form {
  max-width: 500px;
  margin: 50px auto; }

.chosen-container {
  min-width: 118px; }

.table-format-1 {
  width: 100%;
  border-collapse: collapse; }
  .table-format-1 tbody {
    padding: 15px; }
  .table-format-1 td {
    padding: 15px; }
  .table-format-1 tr:nth-child(even) td {
    background-color: #f8f8f8; }

.canSort h5 {
  cursor: pointer; }

/* 4.0 State
  ========================================================================== */
/* 4.1 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* 4.2 Plugins
  -------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  outline: none; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\2190'; }

[dir='rtl'] .slick-prev:before {
  content: '\2192'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\2192'; }

[dir='rtl'] .slick-next:before {
  content: '\2190'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '-';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; }

html.remodal-is-locked {
  touch-action: none; }

.remodal, [data-remodal-id] {
  display: none; }

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }
  .remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: ""; }

.remodal-overlay, .remodal-wrapper {
  backface-visibility: hidden; }

.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: blur(3px); }

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }
  .remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards; }
  .remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes; }
  .remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes; }

.remodal-wrapper {
  padding: 10px 10px 0; }

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  text-align: left;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle; }
  .remodal.remodal-is-opening, .remodal.remodal-is-closing {
    animation-duration: 0.3s;
    animation-fill-mode: forwards; }
  .remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes; }
  .remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes; }

.remodal-wrapper:after {
  vertical-align: middle; }

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }
  .remodal-close:hover, .remodal-close:focus {
    color: #2b2e38; }
  .remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center; }

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }
  .remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }
  .remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350; }

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.chosen-container {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: middle;
  background: #ffffff url(../img/arrow-down.png) no-repeat right 20px center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chosen-container.chosen-container-active {
    background: #ffffff url(../img/arrow-up.png) no-repeat right 20px center; }
  .chosen-container ::-webkit-scrollbar {
    display: none; }
  .chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    z-index: 1010;
    top: 100%;
    left: -9999px;
    width: 100%;
    border: 2px solid #000000;
    border-top: 0;
    background: #ffffff;
    box-shadow: none; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 0;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
    overflow: hidden; }
  .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top; }

.chosen-container-single .chosen-single {
  padding: 0 50px 0 20px;
  position: relative;
  display: block;
  height: 55px;
  text-decoration: none;
  line-height: 52px;
  white-space: nowrap;
  color: #000000;
  border: 2px solid #000000;
  overflow: hidden; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  margin-right: 0;
  display: block;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  z-index: 1010;
  white-space: nowrap; }

.chosen-container-single .chosen-drop {
  margin-top: 0px;
  border-radius: 0; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 240px;
  color: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 960px) {
    .chosen-container .chosen-results {
      max-height: none; } }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 50px 10px 20px;
    width: 100%;
    line-height: 1.35;
    border-top: 2px solid #000000;
    word-wrap: break-word;
    list-style: none;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li:first-child {
      border-top: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #cccccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      color: #000000;
      background: rgba(0, 0, 0, 0.1); }
    .chosen-container .chosen-results li.no-results {
      display: list-item;
      color: #777777;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  margin: 0;
  padding: 5px 50px 10px 20px;
  position: relative;
  width: 100%;
  height: 55px;
  min-height: 55px;
  border: 2px solid #000000;
  overflow: hidden;
  cursor: text;
  white-space: nowrap; }
  .chosen-container-multi .chosen-choices li {
    display: inline-block;
    list-style: none; }
    .chosen-container-multi .chosen-choices li.search-field {
      margin: 0;
      padding: 0;
      white-space: nowrap; }
      .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 5px 0 0 0;
        padding: 0;
        height: 30px;
        font-size: 1.6rem;
        border: 0;
        background: transparent;
        color: #000000; }
    .chosen-container-multi .chosen-choices li.search-choice {
      margin: 5px 5px 0 0;
      padding: 0 30px 0 10px;
      position: relative;
      max-width: 100%;
      height: 30px;
      line-height: 30px;
      color: #ffffff;
      background: #50d2c2;
      border: 1px solid #50d2c2;
      border-radius: 5px;
      box-shadow: none;
      cursor: default; }
      .chosen-container-multi .chosen-choices li.search-choice span {
        word-wrap: break-word; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        display: block;
        top: 50%;
        right: 8px;
        width: 12px;
        height: 12px;
        font-size: 1.2rem;
        text-decoration: none;
        line-height: 1;
        color: #ffffff;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
          content: "\e082";
          font-family: "simple-line-icons"; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  position: relative;
  display: list-item;
  color: #50d2c2; }
  .chosen-container-multi .chosen-drop .result-selected:after {
    content: "\e080";
    margin: -1px;
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "simple-line-icons";
    line-height: 1;
    color: #50d2c2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single,
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.sc_events_calendar {
  margin: 50px 0 0 0; }
  @media screen and (max-width: 767px) {
    .sc_events_calendar {
      margin: 30px 0 0 0; } }

#sc_events_calendar_head #sc_event_select:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 767px) {
  #sc_events_calendar_head #sc_event_select {
    display: none; } }

#sc_events_calendar_head #sc_event_select .chosen-container {
  margin: 0 10px 0 0;
  float: left;
  width: calc(45% - 10px) !important; }

#sc_events_calendar_head #sc_event_select #sc_submit {
  padding: 0;
  float: left;
  width: 10%;
  height: 55px;
  font-family: "AvenirHeavy", san-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 0;
  background: #000000; }

#sc_events_calendar_head #sc_calendar_title {
  margin: 50px 0 0 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #sc_events_calendar_head #sc_calendar_title {
      margin: 0 0 25px 0; } }

#sc_events_calendar_head #sc_event_nav_wrap {
  position: relative;
  top: -50px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #sc_events_calendar_head #sc_event_nav_wrap {
      margin: 0 0 20px 0;
      top: 0; } }
  #sc_events_calendar_head #sc_event_nav_wrap form {
    float: left;
    width: 50%; }
    #sc_events_calendar_head #sc_event_nav_wrap form:last-child {
      text-align: right; }

#sc_calendar table {
  width: 100%;
  border: 1px solid #ededed;
  table-layout: fixed; }
  @media screen and (max-width: 767px) {
    #sc_calendar table {
      margin: 0 0 0 -30px;
      position: relative;
      width: calc(100% + 60px);
      font-size: 1.0rem; } }
  #sc_calendar table th {
    padding: 20px;
    background: #ededed; }
    @media screen and (max-width: 767px) {
      #sc_calendar table th {
        padding: 5px; } }
  #sc_calendar table td {
    padding: 30px;
    line-height: 1.1;
    text-align: right;
    border: 1px solid #ededed; }
    @media screen and (max-width: 767px) {
      #sc_calendar table td {
        padding: 5px; } }
    #sc_calendar table td.today {
      background: #ededed; }
      #sc_calendar table td.today .sc_day_div .day-number {
        opacity: 1; }
    #sc_calendar table td .sc_day_div {
      min-height: 80px; }
      @media screen and (max-width: 960px) and (min-width: 768px) {
        #sc_calendar table td .sc_day_div {
          min-height: 60px; } }
      @media screen and (max-width: 767px) {
        #sc_calendar table td .sc_day_div {
          min-height: 30px; } }
      #sc_calendar table td .sc_day_div .day-number {
        padding: 0 0 10px 0;
        font-size: 1.6rem;
        font-weight: bold;
        opacity: 0.5; }
        @media screen and (max-width: 767px) {
          #sc_calendar table td .sc_day_div .day-number {
            font-size: 1.1rem; } }

/* 4.3 Print
  -------------------------------------------------------------------------- */
@media print {
  @page {
    size: A4 portrait !important;
    margin: 25mm !important;
    font-size: 14pt !important; }
  body > * {
    font-size: 12pt !important; }
  #site-header {
    position: relative !important;
    height: auto !important; }
  #site-main {
    margin: 0 !important; }
  #top-nav, #site-footer, #favourites {
    display: none !important; }
  .section {
    padding: 10px 0 !important; }
    .section .sub-section {
      margin: 20px 0 !important;
      page-break-inside: avoid !important; }
  h1 {
    padding: 10px 0 !important;
    font-size: 25pt !important; }
  h2 {
    padding: 10px 0 !important;
    font-size: 20pt !important;
    margin-bottom: 0 !important; }
  h3 {
    padding: 10px 0 !important;
    font-size: 16pt !important;
    margin-bottom: 0 !important; }
  p {
    margin-top: 0 !important; }
  ul {
    margin: 0 !important; }
  .icons-course li .info {
    font-size: 10pt !important; }
    .icons-course li .info strong {
      font-size: 15pt !important; }
  .icon, .number {
    font-size: 20pt !important; }
  .content-sidebar .sticky-width {
    display: none !important; }
  .content-sidebar > div:last-child {
    width: 100% !important; }
  .icons-course li {
    padding: 5px 0 5px 10px !important; }
  .thumb-items .thumb-item {
    padding-top: 10px !important;
    width: 100% !important; }
    .thumb-items .thumb-item .image, .thumb-items .thumb-item h5, .thumb-items .thumb-item .button {
      display: none !important; }
    .thumb-items .thumb-item h3 {
      font-size: 12pt !important;
      text-align: left !important; } }
