/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Imports
   ========================================================================== */
  
@font-face {
  font-family: 'signika-bold';
  src: url("../fonts/signika-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/signika-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/signika-bold-webfont.woff") format("woff"), url("../fonts/signika-bold-webfont.ttf") format("truetype"), url("../fonts/signika-bold-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'signika-light';
  src: url("../fonts/signika-light-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/signika-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/signika-light-webfont.woff") format("woff"), url("../fonts/signika-light-webfont.ttf") format("truetype"), url("../fonts/signika-light-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'rsis';
  src: url("../fonts/rsis.eot");
  src: url("../fonts/rsis.eot?#iefix") format("embedded-opentype"), url("../fonts/rsis.woff") format("woff"), url("../fonts/rsis.ttf") format("truetype"), url("../fonts/rsis.svg#rsis") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'rsis';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-circle-with-plus:before {
  content: "\e610"; }

.icon-search:before {
  content: "\e600"; }

.icon-arrow-left:before {
  content: "\e601"; }

.icon-arrow-down:before {
  content: "\e602"; }

.icon-arrow-up:before {
  content: "\e603"; }

.icon-arrow-right:before {
  content: "\e604"; }

.icon-facebook:before {
  content: "\e605"; }

.icon-arrow-left2:before {
  content: "\e606"; }

.icon-uniE607:before {
  content: "\e607"; }

.icon-download:before {
  content: "\e608"; }

.icon-calendar:before {
  content: "\e609"; }

.icon-location:before {
  content: "\e60a"; }

.icon-clock:before {
  content: "\e60b"; }

.icon-twitter:before {
  content: "\e60c"; }

.icon-lock:before {
  content: "\e60d"; }

.icon-uniE60E:before {
  content: "\e60e"; }

.icon-rss:before {
  content: "\ea94"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-youtube:before {
  content: "\ea97"; }

.icon-dress-code:before {
  content: "\e60f"; }

/* link-effect */
.link-effect a {
  overflow: hidden; }

.link-effect a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.link-effect a span::before {
  position: absolute;
  top: 120%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.link-effect a:hover span,
.link-effect a:focus span {
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  transform: translateY(-120%); }

.link-effect-2:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0%;
  border-bottom: 1px solid #b9131c;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  -moz-transition: width 0.2s; }

.link-effect-2:hover:before {
  width: 100%; }

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  margin: 50px auto 70px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s; }

.loader:before {
  left: -3.5em; }

.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #376F9C; }
  40% {
    box-shadow: 0 2.5em 0 0 #376F9C; } }
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #376F9C; }
  40% {
    box-shadow: 0 2.5em 0 0 #376F9C; } }
.calendar {
  max-width: 90%;
  margin: 10px auto 10px auto;
  font-family: 'signika-light', sans-serif; }
  .calendar .clndr .clndr-controls {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px; }
    .calendar .clndr .clndr-controls .clndr-previous-button {
      float: left;
      width: 5%;
      text-align: left;
      cursor: pointer;
      -webkit-user-select: none;
      /* Chrome/Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+ */ }
    .calendar .clndr .clndr-controls .clndr-next-button {
      float: left;
      width: 5%;
      text-align: right;
      cursor: pointer;
      -webkit-user-select: none;
      /* Chrome/Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+ */ }
    .calendar .clndr .clndr-controls .month {
      float: left;
      width: 90%;
      text-align: center;
      font-family: 'signika-bold', sans-serif;
      text-transform: uppercase;
      color: #013158; }
  .calendar .clndr .clndr-grid {
    text-align: center;
    border: 1px solid #005088;
    display: inline-block;
    width: 100%;
    color: #ffffff; }
    .calendar .clndr .clndr-grid .days-of-the-week {
      background: #005088; }
    .calendar .clndr .clndr-grid .header-day {
      float: left;
      width: 14.28%;
      height: 40px;
      background: #005088;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      padding: 10px 0; }
    .calendar .clndr .clndr-grid .day {
      float: left;
      width: 14.28%;
      height: 45px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      padding: 10px 0;
      color: #013158;
      cursor: default; }
      .calendar .clndr .clndr-grid .day .text {
        display: block; }
      .calendar .clndr .clndr-grid .day.event {
        background-color: #B4E09F;
        min-height: 0;
        border: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-transition: all 0.3s; }
      .calendar .clndr .clndr-grid .day.event:hover {
        background-color: #C2EEAD; }
      .calendar .clndr .clndr-grid .day.today {
        background-color: #FFA6A6; }
        .calendar .clndr .clndr-grid .day.today.event:hover {
          background-color: #FD8B8B; }
  .calendar .clndr .empty, .calendar .clndr .adjacent-month {
    float: left;
    width: 14.28%;
    height: 40px;
    background: #ddd; }
  .calendar .clndr .clndr-today-button {
    width: 100%;
    text-align: center;
    cursor: pointer; }
    .calendar .clndr .clndr-today-button:hover {
      background-color: #ddd; }
  .calendar .clndr .event-marker {
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #005088;
    border-radius: 5px;
    position: relative;
    bottom: 6px;
    margin: 0 1px; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.5; }

body {
  font-size: 14px;
  font-family: Arial, sans-serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

a, a:visited {
  color: #0364a8;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #a91317 !important; }
  a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
    color: #a91317 !important; }

h1, h2, h3, h4, h5 {
  font-family: 'signika-bold', sans-serif;
  color: #005088;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #016CB6; }
  table thead {
    background: #005088;
    color: #ffffff;
    text-align: left;
    vertical-align: bottom; }
  table th, table td {
    border-left: 1px solid #016CB6;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em; }
    table th:first-child, table td:first-child {
      border-left-width: 0; }

blockquote {
  background: #DFF2FF;
  font-style: italic;
  color: #005088;
  padding: 20px;
  margin: 20px 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

dt {
  font-weight: bold; }

ol ol {
  list-style-type: lower-latin; }
  ol ol ol {
    list-style-type: lower-roman; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   General
   ========================================================================== */
.wrapper {
  width: 980px;
  margin: 0 auto; }

.mobile {
  display: none; }

::-webkit-input-placeholder {
  font-family: 'Arial', sans-serif;
  font-size: 0.85em; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Arial', sans-serif;
  font-size: 0.85em; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Arial', sans-serif;
  font-size: 0.85em; }

:-ms-input-placeholder {
  font-family: 'Arial', sans-serif;
  font-size: 0.85em; }

.col-1-3 {
  width: 33%;
  display: inline-block;
  vertical-align: top; }

.col-2-3 {
  width: 66%;
  display: inline-block;
  vertical-align: top; }

.gutter {
  padding-right: 17px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }

.btn {
  border: none;
  background: #005088;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  padding: 5px 20px 4px;
  font-family: 'signika-light', sans-serif;
  display: inline-block;
  z-index: 2;
  text-transform: uppercase;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s; }
  .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #046DB9; }
  .btn:hover {
    text-decoration: none;
    color: #ffffff !important; }
  .btn:hover:after, .btn:active:after {
    width: 100%; }
  .btn:visited {
    color: #ffffff; }

.view-more {
  text-align: center;
  margin: 20px 0; }
  .view-more .btn {
    display: block;
    border: 1px solid #013158;
    background: none;
    font-family: 'signika-bold', sans-serif;
    color: #013158;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -moz-transition: background 0.3s; }
    .view-more .btn:hover {
      background: #f0f0f0;
      color: #013158 !important; }
    .view-more .btn:after {
      display: none; }

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  margin-bottom: 20px;
  min-width: 1024px; }

.top-bar {
  background: #013158;
  margin-bottom: 10px; }
  .top-bar .header-links {
    float: right; }
  .top-bar .header-link {
    float: left;
    font-family: 'signika-light', sans-serif; }
    .top-bar .header-link a {
      display: block;
      padding: 13px 10px 10px 10px;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: background 0.2s;
      transition: background 0.2s;
      -moz-transition: background 0.2s; }
    .top-bar .header-link a:hover {
      color: #a91317 !important; }
    .top-bar .header-link .icon-facebook {
      font-size: 1.2em; }
    .top-bar .header-link.fb a {
      padding-bottom: 8px; }
  .top-bar .site-search {
    padding-top: 10px;
    width: 200px;
    position: relative; }
    .top-bar .site-search .site-search-form {
      padding: 0px 10px 8px 10px; }
      .top-bar .site-search .site-search-form .input-txt {
        width: 147px;
        padding: 3px; }
    .top-bar .site-search .btn {
      background: #005088;
      border: 0;
      color: #ffffff;
      padding: 2px 4px 0 4px;
      font-size: 1.3em;
      position: absolute;
      top: 10px;
      right: 0;
      height: 26px;
      -webkit-transition: background 0.5s;
      transition: background 0.5s;
      -moz-transition: background 0.5s; }
    .top-bar .site-search .btn:hover {
      background: #046DB9; }

.nav-bar {
  margin: 30px 0; }
  .nav-bar .wrapper {
    border: none; }

#site-logo {
  float: left;
  padding: 15px 10px 10px 0;
  margin-right: 10px;
  display: inline-block; }
  #site-logo .logo-img {
    width: 200px;
    height: auto; }

#ntu-logo {
  float: right;
  display: inline-block;
  padding: 15px 0 10px 10px; }

.primary-nav {
  display: block;
  clear: both;
  padding-top: 20px; }
  .primary-nav .primary-nav-list {
    list-style: none;
    padding: 0; }
    .primary-nav .primary-nav-list .nav-item {
      display: inline-block;
      font-family: 'signika-light', sans-serif;
      font-size: 15px;
      margin-left: 9px;
      vertical-align: top;
      position: relative;
      padding: 0 0 7px 17px;
      line-height: 1.2;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      .primary-nav .primary-nav-list .nav-item .nav-item-link {
        color: #636363;
        text-decoration: none;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        -moz-transition: color 0.2s; }
        .primary-nav .primary-nav-list .nav-item .nav-item-link .icon {
          position: absolute;
          left: 2px;
          top: 0px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          -moz-transition: all 0.2s; }
      .primary-nav .primary-nav-list .nav-item .primary-nav-list {
        display: none;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 10;
        background: #ffffff;
        -moz-box-shadow: 0 1px 4px 0px #363636;
        -webkit-box-shadow: 0 1px 4px 0px #363636;
        box-shadow: 0 1px 4px 0px #363636; }
        .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item {
          display: block;
          width: 295px;
          padding: 15px 20px 15px 17px;
          height: auto;
          margin-left: 0;
          -webkit-box-sizing: border-box;
          /* Safari/Chrome, other WebKit */
          -moz-box-sizing: border-box;
          /* Firefox, other Gecko */
          box-sizing: border-box;
          /* Opera/IE 8+ */ }
          .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .nav-item-link {
            color: #005088; }
            .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .nav-item-link .icon {
              top: 15px;
              left: 6px;
              color: #005088; }
              .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .nav-item-link .icon:hover {
                color: #a91317; }
            .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .nav-item-link:hover {
              color: #a91317; }
              .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .nav-item-link:hover .icon {
                color: #a91317; }
          .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .primary-nav-list {
            display: none;
            position: static;
            margin: 10px 0 5px 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .primary-nav-list .nav-item {
              padding: 10px;
              font-size: 13px;
              width: auto;
              border-bottom: 1px dotted #727272; }
              .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .primary-nav-list .nav-item .nav-item-link {
                color: #727272; }
              .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .primary-nav-list .nav-item:hover .nav-item-link {
                color: #a91317; }
              .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .primary-nav-list .nav-item:first-child {
                border-top: 1px dotted #727272; }
            .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item .primary-nav-list.research {
              display: block; }
          .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item.active .nav-item-link .icon, .primary-nav .primary-nav-list .nav-item .primary-nav-list .nav-item:hover .nav-item-link .icon {
            /* Safari */
            -webkit-transform: rotate(0deg);
            /* Firefox */
            -moz-transform: rotate(0deg);
            /* IE */
            -ms-transform: rotate(0deg);
            /* Opera */
            -o-transform: rotate(0deg);
            /* Internet Explorer */
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ievalue); }
        .primary-nav .primary-nav-list .nav-item .primary-nav-list.expanded .nav-item {
          padding-left: 22px; }
          .primary-nav .primary-nav-list .nav-item .primary-nav-list.expanded .nav-item .primary-nav-list {
            display: block; }
      .primary-nav .primary-nav-list .nav-item.align-right > .primary-nav-list {
        right: -4px;
        left: auto; }
        .primary-nav .primary-nav-list .nav-item.align-right > .primary-nav-list .nav-item {
          width: 180px; }
      .primary-nav .primary-nav-list .nav-item:hover > .nav-item-link {
        color: #a91317; }
        .primary-nav .primary-nav-list .nav-item:hover > .nav-item-link .icon {
          color: #a91317;
          /* Safari */
          -webkit-transform: rotate(90deg);
          /* Firefox */
          -moz-transform: rotate(90deg);
          /* IE */
          -ms-transform: rotate(90deg);
          /* Opera */
          -o-transform: rotate(90deg);
          /* Internet Explorer */
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ievalue); }
      .primary-nav .primary-nav-list .nav-item:hover > .primary-nav-list {
        display: block; }
      .primary-nav .primary-nav-list .nav-item.active > .nav-item-link {
        color: #a91317; }
        .primary-nav .primary-nav-list .nav-item.active > .nav-item-link .icon {
          color: #a91317; }
      .primary-nav .primary-nav-list .nav-item.two-rows {
        width: 97px; }
      .primary-nav .primary-nav-list .nav-item.two-rows-narrow {
        width: 56px; }
      .primary-nav .primary-nav-list .nav-item.no-margin {
        margin: 0; }
      .primary-nav .primary-nav-list .nav-item.mobile {
        display: none; }

.centre-name {
  font-family: 'signika-bold', sans-serif;
  color: #005088;
  font-weight: normal;
  font-size: 1.7em;
  margin-bottom: 0; }

/* ==========================================================================
   Home
   ========================================================================== */
.section .section-title {
  font-size: 1.4em;
  font-family: 'signika-light', sans-serif;
  font-weight: normal;
  border-bottom: 2px solid #000000;
  margin-top: 0;
  color: #000000; }

a.cta {
  color: #b9131c;
  text-transform: uppercase;
  font-size: 0.8em;
  text-decoration: none;
  position: relative;
  display: inline-block; }

.row {
  margin: 0 0 20px 0; }

.carousel {
  position: relative; }
  .carousel .items .item {
    position: relative;
    overflow: hidden; }
    .carousel .items .item .text {
      color: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 18px 20px 30px 20px;
      background: rgba(0, 0, 0, 0.6);
      box-sizing: border-box;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
      -moz-transition: background 0.3s; }
      .carousel .items .item .text .title {
        font-family: 'Arial', sans-serif;
        font-size: 18px;
        font-weight: normal; }
      .carousel .items .item .text .info {
        font-size: 12px;
        text-transform: uppercase; }
      .carousel .items .item .text .cta {
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 0.8em; }
        .carousel .items .item .text .cta .icon {
          font-size: 1.3em;
          display: inline-block;
          vertical-align: bottom; }
    .carousel .items .item .item-link:hover .text {
      background: rgba(0, 0, 0, 0.8); }
  .carousel .swiper-container, .carousel .swiper-slide {
    width: 100%;
    height: 404px; }
  .carousel .controls {
    position: absolute;
    bottom: 7px;
    z-index: 3;
    width: 100%;
    text-align: center; }

.carousel-pagination {
  float: none;
  margin: 0; }
  .carousel-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #C9C9C9;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -moz-transition: background 0.2s; }
  .carousel-pagination .swiper-active-switch, .carousel-pagination .swiper-pagination-switch:hover {
    background: #b9131c; }

.upcoming-events .section-title {
  margin: 0; }

.upcoming-events-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.tabs {
  margin-bottom: 20px; }
  .tabs .controls {
    height: 29px;
    list-style: none;
    padding: 0; }
    .tabs .controls .control {
      height: 100%;
      float: left;
      border-left: 1px solid transparent;
      width: 25%;
      text-align: center;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      display: table; }
      .tabs .controls .control:first-child {
        border: 0; }
      .tabs .controls .control .control-link {
        display: table-cell;
        vertical-align: middle;
        background: #b2cadb;
        color: #ffffff;
        padding: 5px;
        font-size: 0.9em;
        font-family: 'signika-light', sans-serif;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
        -moz-transition: background 0.2s; }
        .tabs .controls .control .control-link:hover {
          background: #005088;
          color: #ffffff !important; }
      .tabs .controls .control.active .control-link {
        background: #005088; }
    .tabs .controls.three-cols .control {
      width: 33.33%; }
    .tabs .controls.four-cols .control {
      width: 25%; }
    .tabs .controls.six-cols .control {
      width: 16.666%; }
  .tabs .swiper-container, .tabs .swiper-slide {
    width: 100%;
    height: 202px; }
  .tabs .tab .tab-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .tabs .tab .tab-list {
    padding: 0;
    list-style: none;
    margin-top: 0; }
    .tabs .tab .tab-list .tab-item {
      float: left;
      position: relative;
      background-color: #e7e7e7;
      width: 33.3%;
      height: 180px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      .tabs .tab .tab-list .tab-item .tab-item-title {
        padding: 5px 15px;
        margin: 0;
        color: #363636;
        font-weight: normal;
        font-size: 0.9em;
        font-family: 'Arial', sans-serif; }
        .tabs .tab .tab-list .tab-item .tab-item-title .link {
          color: #111111; }
      .tabs .tab .tab-list .tab-item .author {
        padding: 0 15px;
        margin: 0;
        color: #727272;
        font-size: 0.85em; }
      .tabs .tab .tab-list .tab-item:nth-child(2) {
        background-color: #f3f3f3; }
      .tabs .tab .tab-list .tab-item:after {
        background: url(../img/sprites.png) no-repeat -35px -34px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 20px;
        width: 20px;
        content: ''; }
      .tabs .tab .tab-list .tab-item.with-thumb .thumb {
        width: 50px;
        height: auto;
        overflow: hidden;
        margin: 10px;
        float: left; }
        .tabs .tab .tab-list .tab-item.with-thumb .thumb .img {
          width: 100%;
          height: auto; }
    .tabs .tab .tab-list .cta {
      margin-top: 10px;
      display: inline-block; }

.feature {
  margin-bottom: 20px; }
  .feature .section-subtitle {
    margin: 1em 0 0.5em;
    font-size: 1.3em;
    font-family: 'Arial', sans-serif;
    font-weight: bold; }
  .feature .thumb {
    width: 100%;
    overflow: hidden; }
  .feature .excerpt {
    margin: 0.5em 0 1em; }

.brochure {
  background: #e7e7e7;
  padding: 15px;
  min-height: 165px;
  position: relative; }
  .brochure .thumb {
    float: left;
    margin-right: 10px;
    width: 111px;
    overflow: hidden; }
  .brochure .excerpt {
    margin-top: 0; }
  .brochure .cta-container {
    position: absolute;
    bottom: 15px;
    left: 136px; }

.highlight-list {
  padding: 0 10px;
  list-style: none; }
  .highlight-list .highlight {
    background: url(../img/sprites.png) no-repeat -33px -128px;
    padding-left: 45px;
    margin-bottom: 10px; }
    .highlight-list .highlight .highlight-link {
      color: #005088; }
    .highlight-list .highlight .highlight-title {
      font-family: 'Arial', sans-serif;
      margin-bottom: 3px;
      margin-top: 0;
      margin-right: 3px; }
    .highlight-list .highlight .info {
      font-size: 0.85em;
      color: #727272;
      margin: 0; }
  .highlight-list.two-col .highlight {
    float: left;
    width: 45%; }

.rss-feeds .rss-feeds-list {
  padding: 0 10px;
  list-style: none; }
  .rss-feeds .rss-feeds-list .rss-feed {
    background: url(../img/sprites.png) no-repeat -33px -128px;
    padding-left: 45px;
    margin-bottom: 10px; }
    .rss-feeds .rss-feeds-list .rss-feed .rss-feed-link {
      color: #005088; }
    .rss-feeds .rss-feeds-list .rss-feed .rss-feed-title {
      font-family: 'Arial', sans-serif;
      margin-bottom: 3px;
      margin-top: 0;
      margin-right: 3px;
      font-size: 14px; }
    .rss-feeds .rss-feeds-list .rss-feed .info {
      font-size: 0.85em;
      color: #727272;
      margin: 0; }
  .rss-feeds .rss-feeds-list.three-col .rss-feed {
    float: left;
    width: 45%; }
.rss-feeds .widget-cont {
  float: left;
  width: 31.5%;
  margin: 0 17px 0 0; }
  .rss-feeds .widget-cont .cta {
    margin-left: 15px; }

.fixed-carousel {
  position: relative;
  margin-bottom: 30px; }
  .fixed-carousel .control {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99; }
    .fixed-carousel .control .control-link {
      display: table-cell;
      width: 40px;
      height: 199px;
      background: #727272;
      color: #ffffff;
      font-size: 2em;
      text-decoration: none;
      text-align: center;
      vertical-align: middle;
      -webkit-transition: background 0.2s;
      transition: background 0.2s;
      -moz-transition: background 0.2s; }
      .fixed-carousel .control .control-link:hover {
        background: rgba(58, 58, 58, 0.9); }
    .fixed-carousel .control.next {
      right: 2px;
      left: auto; }
  .fixed-carousel .swiper-container, .fixed-carousel .swiper-slide {
    width: 100%;
    height: 199px;
    margin-bottom: 1em; }
  .fixed-carousel .swiper-container {
    margin: 0 42px 1em 42px;
    width: 896px; }
  .fixed-carousel .item {
    width: 222px;
    overflow: hidden;
    padding-right: 2px;
    background: #ffffff; }
    .fixed-carousel .item .thumb {
      width: 100%;
      height: 120px;
      overflow: hidden;
      margin: 0; }
      .fixed-carousel .item .thumb .img {
        width: 100%;
        height: auto; }
    .fixed-carousel .item .link {
      color: #000000;
      background: #e7e7e7;
      display: block;
      height: 100%; }
    .fixed-carousel .item .title {
      padding: 0px 10px;
      font-size: 0.9em; }

/* ==========================================================================
   Centres Landing Page
   ========================================================================== */
/* ==========================================================================
   Article
   ========================================================================== */
.article {
  padding: 26px 0 30px 0; }
  .article .title {
    margin-top: 0;
    line-height: 1.2; }
  .article .additional-info {
    font-family: 'signika-light', sans-serif;
    margin-bottom: 10px; }
    .article .additional-info .link {
      font-style: italic;
      display: block; }
      .article .additional-info .link.related-event {
        font-style: normal; }
    .article .additional-info .categories {
      margin: 0; }
  .article .references {
    margin: 0;
    padding-left: 20px; }
    .article .references .link {
      display: inline; }

.article-header {
  position: relative;
  min-height: 150px; }
  .article-header .title {
    margin: 0 0 2px 0; }
  .article-header .date {
    margin: 0;
    color: #686868;
    font-family: 'signika-bold', sans-serif;
    text-transform: uppercase; }
  .article-header .author {
    margin: 0;
    font-family: 'signika-light', sans-serif;
    font-size: 22px;
    font-weight: bold; }
  .article-header .categories {
    margin: 0;
    font-family: 'signika-light', sans-serif;
    font-size: 16px; }
  .article-header.with-thumb {
    padding-left: 115px; }
    .article-header.with-thumb .thumb {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: 141px;
      overflow: hidden;
      margin: 0; }
      .article-header.with-thumb .thumb .img {
        width: 100%;
        height: auto; }

.last-update {
  font-size: 12px;
  font-family: 'signika-light', sans-serif; }

.social-share {
  margin: 20px 0; }

.comments {
  margin: 20px 0 10px 0; }

#breadcrumb .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none; }
#breadcrumb .breadcrumb-item {
  color: #464646;
  display: inline-block;
  margin-right: 10px;
  font-size: 0.85em; }
  #breadcrumb .breadcrumb-item .breadcrumb-link {
    color: #727272; }
    #breadcrumb .breadcrumb-item .breadcrumb-link:after {
      content: '>';
      display: inline-block;
      margin-left: 10px; }

.secondary-nav {
  margin-top: 26px;
  margin-bottom: 20px; }
  .secondary-nav > .secondary-nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f8f8f8;
    font-family: 'signika-bold', sans-serif;
    font-weight: normal; }
    .secondary-nav > .secondary-nav-list > .secondary-nav-item {
      border-top: 1px solid #cdcdcd; }
      .secondary-nav > .secondary-nav-list > .secondary-nav-item .secondary-nav-link {
        display: block;
        padding: 15px;
        color: #727272;
        text-decoration: none; }
      .secondary-nav > .secondary-nav-list > .secondary-nav-item:first-child {
        border-top: 0; }
      .secondary-nav > .secondary-nav-list > .secondary-nav-item.active > .secondary-nav-link, .secondary-nav > .secondary-nav-list > .secondary-nav-item:hover > .secondary-nav-link {
        color: #a91317; }
      .secondary-nav > .secondary-nav-list > .secondary-nav-item.active .secondary-nav-list {
        display: block; }
    .secondary-nav > .secondary-nav-list .secondary-nav-list {
      font-family: 'signika-light', sans-serif;
      list-style: none;
      padding: 0 10px 0 20px;
      display: none; }
      .secondary-nav > .secondary-nav-list .secondary-nav-list .secondary-nav-item {
        position: relative;
        background: url(../img/sprites.png) no-repeat -90px -424px;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
        -moz-transition: background 0.2s; }
      .secondary-nav > .secondary-nav-list .secondary-nav-list .secondary-nav-item.active, .secondary-nav > .secondary-nav-list .secondary-nav-list .secondary-nav-item:hover {
        background: url(../img/sprites.png) no-repeat -46px -424px; }
        .secondary-nav > .secondary-nav-list .secondary-nav-list .secondary-nav-item.active .secondary-nav-link, .secondary-nav > .secondary-nav-list .secondary-nav-list .secondary-nav-item:hover .secondary-nav-link {
          color: #a91317; }
    .secondary-nav > .secondary-nav-list > .page_item {
      border-top: 1px solid #cdcdcd; }
      .secondary-nav > .secondary-nav-list > .page_item > a {
        display: block;
        padding: 15px;
        color: #727272;
        text-decoration: none; }
      .secondary-nav > .secondary-nav-list > .page_item:first-child {
        border-top: 0; }
      .secondary-nav > .secondary-nav-list > .page_item.current_page_item > a, .secondary-nav > .secondary-nav-list > .page_item:hover > a {
        color: #a91317; }
      .secondary-nav > .secondary-nav-list > .page_item.current_page_item .children {
        display: block; }
      .secondary-nav > .secondary-nav-list > .page_item .children {
        font-family: 'signika-light', sans-serif;
        list-style: none;
        padding: 0 10px 0 20px;
        display: none; }
        .secondary-nav > .secondary-nav-list > .page_item .children .page_item {
          position: relative;
          background: url(../img/sprites.png) no-repeat -90px -424px;
          -webkit-transition: background 0.2s;
          transition: background 0.2s;
          -moz-transition: background 0.2s; }
          .secondary-nav > .secondary-nav-list > .page_item .children .page_item > a {
            display: block;
            padding: 15px;
            color: #727272;
            text-decoration: none; }
          .secondary-nav > .secondary-nav-list > .page_item .children .page_item.current_page_item, .secondary-nav > .secondary-nav-list > .page_item .children .page_item:hover {
            background: url(../img/sprites.png) no-repeat -46px -424px; }
          .secondary-nav > .secondary-nav-list > .page_item .children .page_item.current_page_item > a, .secondary-nav > .secondary-nav-list > .page_item .children .page_item:hover > a {
            color: #a91317; }

/* ==========================================================================
   Filter
   ========================================================================== */
.filter {
  border-top: 1px solid #013158;
  border-bottom: 1px solid #013158;
  padding: 10px 0 10px 0;
  margin: 10px 0; }
  .filter .section-title {
    float: left;
    font-size: 20px;
    font-family: 'signika-light', sans-serif;
    margin: 0;
    width: 15%; }
  .filter .row {
    margin-bottom: 10px; }
    .filter .row:last-child {
      margin-bottom: 0; }
  .filter .ctrls-container {
    float: right;
    width: 85%; }
  .filter .ctrls {
    margin-left: 15px;
    float: left;
    position: relative; }
    .filter .ctrls .ctrl-list {
      display: none;
      min-width: 160px;
      padding: 5px 10px;
      position: absolute;
      top: 35px;
      left: 0;
      z-index: 3;
      background: #ffffff;
      border: 1px solid #0364a8; }
    .filter .ctrls:first-child {
      margin-left: 0; }
    .filter .ctrls:last-child .ctrl-list {
      right: 0;
      left: auto; }
    .filter .ctrls.active .ctrl-list {
      display: block; }
    .filter .ctrls.month {
      margin-top: 2px; }
      .filter .ctrls.month .section-subtitle {
        float: left;
        margin: 0 10px 0 0; }
      .filter .ctrls.month .ctrl {
        float: left; }
      .filter .ctrls.month .input-txt {
        border: 1px solid #0364a8;
        padding: 5px;
        font-size: 12px;
        width: 119px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
  .filter .section-subtitle {
    font-size: 16px;
    font-family: 'signika-light', sans-serif;
    margin: 5px 0 0 0;
    cursor: pointer; }
    .filter .section-subtitle .icon {
      position: relative;
      right: 0;
      top: 3px;
      display: inline-block; }
  .filter .ctrl {
    position: relative; }
  .filter .hidden-ctrl {
    position: absolute;
    left: -9999px; }
    .filter .hidden-ctrl:checked ~ .toggle {
      background: #013158; }
  .filter .block-label {
    color: #013158;
    display: block;
    padding: 5px 15px 6px 18px;
    font-size: 0.9em;
    border-radius: 20px;
    cursor: pointer; }
  .filter .toggle {
    display: block;
    width: 5px;
    height: 5px;
    background: transparent;
    border: 2px solid #013158;
    position: absolute;
    top: 10px;
    left: 2px;
    z-index: -1; }
  .filter .btn {
    float: right;
    color: #ffffff;
    background: #005088;
    padding-left: 10px;
    padding-right: 10px; }

.ui-datepicker {
  width: auto !important;
  background: #ffffff;
  border: 1px solid #005088;
  border-top: none;
  padding: 10px;
  font-size: 12px;
  color: #013158; }
  .ui-datepicker .mtz-monthpicker-month {
    border: 1px solid transparent;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -moz-transition: background 0.2s; }
    .ui-datepicker .mtz-monthpicker-month:hover {
      cursor: pointer !important;
      background: #013158;
      color: #ffffff; }
  .ui-datepicker .mtz-monthpicker-year {
    padding: 5px;
    margin: 5px 0; }

/* ==========================================================================
   Profile
   ========================================================================== */
.profile-listing .list-item {
  padding: 30px 0 30px 160px;
  position: relative;
  border-bottom: 1px solid #cecece; }
.profile-listing .thumb {
  position: absolute;
  left: 0;
  top: 30px;
  width: 140px;
  height: 180px;
  overflow: hidden;
  margin: 0; }
  .profile-listing .thumb img {
    width: 100%; }
.profile-listing .name {
  margin: 0 0 5px 0; }
.profile-listing .info {
  margin: 0 10px 5px 0;
  font-size: 0.9em; }
.profile-listing .title {
  font-size: 1.1em;
  font-family: 'signika-bold', sans-serif; }
.profile-listing .label {
  font-weight: bold; }

.pagination {
  float: right;
  margin: 20px 0; }
  .pagination .pagination-item {
    float: left;
    border: 1px solid transparent;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .pagination .pagination-item:hover, .pagination .pagination-item.active {
      border-color: #0364a8; }
  .pagination .link {
    display: block;
    padding: 3px 7px; }
    .pagination .link:hover {
      text-decoration: none; }

.profile .name {
  margin: 0;
  margin-left: 150px; }
.profile .profile-header {
  position: relative;
  padding: 25px 0 0 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 15px; }
.profile .thumb {
  position: absolute;
  left: 0;
  top: 30px;
  width: 140px;
  height: 180px;
  overflow: hidden;
  margin: 0; }
  .profile .thumb img {
    width: 100%; }
.profile .info {
  margin: 0 10px 5px 150px;
  font-size: 0.9em; }
.profile .title {
  font-size: 1.2em;
  font-family: 'signika-bold', sans-serif; }
.profile .label {
  font-weight: bold; }
.profile .tabs {
  margin: 20px 0; }
  .profile .tabs .controls {
    margin-bottom: 0;
    height: 50px; }
  .profile .tabs .control-link {
    height: 40px;
    text-decoration: none; }
  .profile .tabs .swiper-container, .profile .tabs .swiper-slide {
    width: 100%;
    height: auto; }
  .profile .tabs .tab {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
.profile .publication {
  margin: 10px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #cecece; }
  .profile .publication .title {
    margin: 0; }
  .profile .publication .author {
    margin: 0;
    font-size: 13px; }
  .profile .publication .date {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase; }

/* ==========================================================================
   Publication
   ========================================================================== */
.publication-listing .publication {
  padding: 7px 15px 10px 115px;
  position: relative;
  min-height: 145px;
  margin: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  .publication-listing .publication .thumb {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .publication-listing .publication .title {
    margin: 0px 0 5px 0;
    font-size: 18px;
    line-height: 1;
    font-family: 'signika-bold', sans-serif;
    color: #005088; }
  .publication-listing .publication .author {
    margin: 0;
    font-size: 16px;
    font-weight: bold; }
  .publication-listing .publication .date {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase; }
  .publication-listing .publication .categories {
    margin: 3px 0;
    font-size: 12px; }

/* ==========================================================================
   Grids
   ========================================================================== */
.grid {
  padding-top: 150px;
  position: relative;
  width: 208px;
  margin-bottom: 10px; }
  .grid .title {
    font-family: 'signika-light', sans-serif;
    line-height: 1.4;
    margin: 0;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
    color: #363636;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -moz-transition: background 0.3s; }
  .grid .thumb {
    width: 209px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s; }
  .grid .link {
    display: block;
    height: 100px;
    overflow: hidden;
    padding: 15px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
    .grid .link:hover {
      text-decoration: none;
      background: #e7e7e7; }
      .grid .link:hover .thumb {
        opacity: 1; }

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion-listing {
  margin: 10px 0; }

.accordion {
  padding: 20px 45px 20px 20px;
  background: #f0f9ff;
  position: relative;
  margin: 0 0 20px 0; }
  .accordion .link:hover {
    text-decoration: none; }
  .accordion .title {
    margin: 0;
    font-family: 'signika-light', sans-serif;
    font-size: 18px; }
  .accordion .content {
    font-size: 13px;
    margin: 10px 0 0 0;
    display: none; }
  .accordion .icon-accordion-toggle {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 16px;
    height: 20px; }
    .accordion .icon-accordion-toggle .hor-line, .accordion .icon-accordion-toggle .vert-line {
      display: block;
      width: 15px;
      height: auto;
      border-top: 2px solid #005088;
      position: relative;
      top: 10px; }
    .accordion .icon-accordion-toggle .vert-line {
      top: 8px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -moz-transition: all 0.4s;
      /* Safari */
      -webkit-transform: rotate(90deg);
      /* Firefox */
      -moz-transform: rotate(90deg);
      /* IE */
      -ms-transform: rotate(90deg);
      /* Opera */
      -o-transform: rotate(90deg);
      /* Internet Explorer */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ievalue); }
  .accordion.expanded .content {
    display: block; }
  .accordion.expanded .icon-accordion-toggle .vert-line {
    /* Safari */
    -webkit-transform: rotate(0deg);
    /* Firefox */
    -moz-transform: rotate(0deg);
    /* IE */
    -ms-transform: rotate(0deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ievalue); }

.gallery-item {
  margin: 1em 0 0;
  display: inline-block;
  text-align: center;
  width: 100%; }

/* ==========================================================================
   Events
   ========================================================================== */
.loader {
  display: none; }

.event-listing {
  position: relative; }
  .event-listing .event {
    padding-top: 10px;
    padding-bottom: 20px; }
    .event-listing .event .event-title {
      padding-bottom: 0; }
    .event-listing .event .event-subtitle {
      font-family: Arial, sans-serif;
      font-size: 12px;
      color: #363636;
      margin: 0 0 10px 0; }
    .event-listing .event .event-date {
      top: 25px; }

.legend {
  width: 90%;
  margin: 0 auto 20px auto; }
  .legend .info {
    margin-right: 10px;
    font-family: 'signika-light', sans-serif;
    display: inline-block; }
  .legend .box {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top; }
    .legend .box.date-event {
      background: #B4E09F; }
    .legend .box.today {
      background: #FFA6A6; }

.event, .event-page {
  padding: 0px 10px 0px 59px;
  position: relative;
  border-top: 1px solid #000000;
  min-height: 85px; }
  .event .event-title, .event-page .event-title {
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #005088;
    padding: 10px 0;
    margin: 0; }
  .event .event-date, .event-page .event-date {
    position: absolute;
    left: 10px;
    top: 14px;
    text-align: center;
    color: #005088; }
    .event .event-date .month, .event-page .event-date .month {
      color: #ffffff;
      background: #022643;
      font-size: 1.15em;
      font-family: 'signika-light', sans-serif;
      padding: 3px 6px; }
    .event .event-date .date, .event-page .event-date .date {
      font-family: 'signika-light', sans-serif;
      font-size: 1.85em; }
  .event .info, .event-page .info {
    display: inline-block;
    font-size: 12px;
    max-width: 270px;
    margin-right: 15px; }
  .event .label, .event-page .label {
    color: #005088;
    font-weight: bold;
    margin-right: 3px; }
  .event .icon, .event-page .icon {
    color: #005088;
    font-size: 18px;
    position: relative;
    top: 4px; }
  .event .icon-calendar, .event .icon-lock, .event .icon-clock, .event-page .icon-calendar, .event-page .icon-lock, .event-page .icon-clock {
    margin-right: 3px; }
  .event:first-child, .event-page:first-child {
    border: 0; }

.event-page {
  padding: 26px 0 30px 0;
  border-top: 0; }
  .event-page .hero-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px; }
    .event-page .hero-img .img {
      width: 100%; }
  .event-page .related-content .title {
    font-size: 18px;
    margin: 0; }
  .event-page .info-group {
    margin-top: 20px; }
  .event-page .gallery {
    margin: 20px 0; }
    .event-page .gallery .thumb {
      margin: 0 5px 5px 0; }
      .event-page .gallery .thumb:nth-child(3n+4) {
        margin: 0 5px 5px 0; }

.rsis_eci {
  background: none;
  padding: 0;
  border: 0;
  color: #0364a8; }
  .rsis_eci .icon {
    top: 3px; }
  .rsis_eci:hover, .rsis_eci:focus {
    color: #a91317; }
    .rsis_eci:hover .icon, .rsis_eci:focus .icon {
      color: #a91317; }

.event-page-header {
  position: relative;
  /*change btn to be left-aligned*/ }
  .event-page-header .event-title {
    font-family: 'signika-bold', sans-serif;
    font-size: 2em;
    margin: 0;
    padding: 0; }
  .event-page-header .event-subtitle {
    font-family: 'signika-bold', sans-serif;
    font-size: 1.5em;
    margin: 0 0 5px 0;
    color: #363636;
    line-height: 1.2; }
  .event-page-header .event-date {
    position: static;
    text-align: left;
    margin: 0 0 0px 0;
    color: #636363;
    font-family: 'signika-light', sans-serif;
    text-transform: uppercase; }
    .event-page-header .event-date .icon {
      color: #636363; }
    .event-page-header .event-date .date {
      font-size: 14px;
      display: inline-block;
      width: 200px; }
    .event-page-header .event-date .time {
      font-size: 14px; }
  .event-page-header .info {
    font-size: 14px; }
  .event-page-header .btn {
    position: relative;
    bottom: -5px; }

.gallery .title {
  font-size: 18px;
  margin: 0 0 10px 0; }
.gallery .thumb {
  float: left;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s; }
  .gallery .thumb:hover {
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .gallery .thumb:nth-child(3n+4) {
    margin-right: 0; }
.gallery .img {
  width: 100%;
  height: auto; }

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-listing .blog {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
  clear: both;
  display: table; }
  .blog-listing .blog .date {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'signika-bold', sans-serif;
    color: #636363;
    margin: 0 0 10px 0; }
  .blog-listing .blog .title {
    margin: 0;
    font-size: 18px; }
  .blog-listing .blog .text {
    font-size: 12px;
    margin: 0; }
  .blog-listing .blog .thumb {
    float: left;
    margin: 0 10px 0px 0;
    width: 200px;
    overflow: hidden; }
    .blog-listing .blog .thumb .img {
      width: 100%;
      height: auto; }
  .blog-listing .blog:first-child {
    padding-top: 10px; }
  .blog-listing .blog:before, .blog-listing .blog:after {
    content: " ";
    display: table; }

/* ==========================================================================
   Countdown
   ========================================================================== */
.countdown {
  padding: 5px 20px 10px 20px;
  margin-bottom: 10px;
  font-family: 'signika-light', sans-serif;
  background: #f3f3f3; }
  .countdown .col {
    float: left;
    font-size: 38px;
    text-align: center;
    color: #363636;
    width: 25%; }
    .countdown .col:first-child {
      margin: 0; }
  .countdown .val {
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
    line-height: 1; }
  .countdown .label {
    font-size: 14px;
    padding: 5px 0; }
  .countdown .text {
    text-align: center;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    font-family: 'signika-bold', sans-serif;
    color: #363636; }

/* ==========================================================================
   Media highlight
   ========================================================================== */
.media-highlight-listing .media-highlight {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
  clear: both;
  display: table; }
  .media-highlight-listing .media-highlight .date {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'signika-bold', sans-serif;
    color: #636363;
    margin: 0; }
  .media-highlight-listing .media-highlight .title {
    margin: 0;
    font-size: 18px; }
  .media-highlight-listing .media-highlight .label {
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-family: 'signika-bold', sans-serif; }
  .media-highlight-listing .media-highlight .text {
    font-size: 12px;
    margin: 0; }
  .media-highlight-listing .media-highlight .categories {
    font-size: 12px;
    margin-top: 0;
    padding-top: 0; }

/* ==========================================================================
   Programmes
   ========================================================================== */
.programmes {
  margin-bottom: 20px; }
  .programmes.two-cols .programme {
    width: 49.2%;
    margin: 0 10px 10px 0; }
    .programmes.two-cols .programme:nth-child(even) {
      margin-right: 0 !important; }

.programme {
  width: 32%;
  float: left;
  margin: 0 13px 13px 0;
  height: 115px;
  background: #005088;
  text-align: center;
  display: table;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  .programme .title {
    margin: 0;
    font-family: 'signika-light', sans-serif;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    position: relative; }
    .programme .title .link {
      color: #ffffff;
      padding: 20px;
      display: block; }
      .programme .title .link:hover {
        color: #ffffff !important; }
  .programme .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .programme .thumb .img {
      width: 100%; }
  .programme:hover .thumb {
    -moz-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }
  .programme:nth-child(3n+3) {
    margin-right: 0; }
  .programme:nth-child(1) {
    background-color: #C05338; }
  .programme:nth-child(2) {
    background-color: #641A54; }
  .programme:nth-child(3) {
    background-color: #004457; }
  .programme:nth-child(4) {
    background-color: #008485; }
  .programme:nth-child(5) {
    background-color: #00659D; }
  .programme:nth-child(6) {
    background-color: #558993; }
  .programme:nth-child(7) {
    background-color: #66002E; }
  .programme:nth-child(8) {
    background-color: #404662; }
  .programme:nth-child(9) {
    background-color: #58595B; }

/* ==========================================================================
   Contact Form
   ========================================================================== */
/*==================Getresponse form CSS============================*/
.wf-sortable {
  padding: 0;
  width: 100%; }

.wf-sortable li {
  margin: 0 0 10px 0; }

.wf-text p, .wf-labelpos, .wf-rc-boxm div:nth-of-type(3) {
  width: 20%;
  text-align: right;
  display: inline-block;
  padding: 5px 15px 0 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wf-text p {
  margin: 0 0 10px 0; }

.wf-inputpos, .wf-rc-boxm div:nth-of-type(4) {
  display: inline-block;
  padding-top: 5px;
  width: 60%; }

.wf-inputpos select {
  padding: 5px 7px;
  max-width: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wf-input {
  padding: 5px 7px 5px;
  margin-top: -5px;
  width: 68%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wf-rc-reload {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -99999px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  background: url(../img/sprites-getresponse.png) no-repeat 0 -32px; }

.wf-rc-boxm div:nth-of-type(1) {
  margin: -10px 0 10px 20%;
  border: 1px solid #464646; }

.clrB .wf-text {
  padding-left: 5px;
  position: relative;
  top: -2px; }

.wf-poweredby {
  display: none; }

.wf-button {
  border: none;
  background: #005088;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  padding: 5px 20px 4px;
  font-family: 'signika-light', sans-serif;
  display: inline-block;
  z-index: 2;
  text-transform: uppercase;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin-left: 33%; }

.wf-rc-boxm {
  padding-top: 10px; }

/*==================Getresponse form CSS End============================*/
.content form, .form {
  font-family: 'signika-light', sans-serif; }
  .content form .ctrl, .form .ctrl {
    margin: 0 0 10px 0; }
  .content form .checkbox-group, .form .checkbox-group {
    display: inline-block;
    padding-top: 5px;
    width: 60%; }
  .content form .label, .form .label {
    width: 20%;
    text-align: right;
    display: inline-block;
    padding: 5px 15px 0 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .content form .label-checkbox, .form .label-checkbox {
    margin: 0 10px 0px 0px; }
  .content form .input-txt, .form .input-txt {
    padding: 5px 7px;
    width: 40%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .content form .input-dropdown, .form .input-dropdown {
    padding: 5px 7px;
    max-width: 40%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .content form .input-txt.error, .content form .input-dropdown.error, .form .input-txt.error, .form .input-dropdown.error {
    border: 1px solid #C50000; }
  .content form .ctrl-group, .form .ctrl-group {
    width: 40%;
    display: inline-block; }
    .content form .ctrl-group .input-txt, .content form .ctrl-group .input-dropdown, .form .ctrl-group .input-txt, .form .ctrl-group .input-dropdown {
      width: 49.5%;
      max-width: none; }
  .content form .btn, .form .btn {
    margin-left: 20%; }
  .content form .validation-summary, .form .validation-summary {
    background: #FFD3D3;
    border: 1px solid #C50000;
    padding: 10px 20px 0 20px;
    margin: 0 auto 20px auto;
    width: 80%; }

/* ==========================================================================
   Sitemap
   ========================================================================== */
.sitemap .nav-item {
  font-family: 'signika-bold', sans-serif;
  font-size: 20px;
  margin-bottom: 10px; }
  .sitemap .nav-item .sitemap-list {
    padding-left: 20px; }
    .sitemap .nav-item .sitemap-list .nav-item {
      font-family: Arial, sans-serif;
      font-size: 12px;
      margin: 5px 0; }

/* ==========================================================================
   Search
   ========================================================================== */
.gsc-input-box {
  height: 28px !important; }

.gsc-control-cse table, .gsc-control-cse-en table {
  border: 0; }
  .gsc-control-cse table th, .gsc-control-cse table td, .gsc-control-cse-en table th, .gsc-control-cse-en table td {
    border: 0;
    padding: 0; }
  .gsc-control-cse table td.gsib_a, .gsc-control-cse-en table td.gsib_a {
    padding: 5px 0 0 5px; }

table.gsc-search-box td {
  vertical-align: top !important; }

.gsc-search-box-tools .gsc-search-box .gsc-input {
  font-family: 'ubuntulight', sans-serif;
  font-size: 1em; }

.gsst_a {
  padding-top: 6px !important; }

.gsc-table-result {
  border-collapse: inherit; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #013158;
  color: #ffffff;
  padding: 10px 0 30px 0;
  min-width: 1024px; }
  .footer .wrapper {
    position: relative; }
  .footer .rss-feeds-link {
    padding-left: 27px;
    background: transparent url(../img/rss-icon.png) no-repeat left; }
    .footer .rss-feeds-link a {
      color: #ffffff; }

.footer-link-title {
  font-family: 'signika-light', sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  color: #0c9df7;
  margin-bottom: 0.5em; }
  .footer-link-title .footer-link {
    color: #0c9df7; }

.footer-link-subtitle {
  margin: 0.5em 0 0 0;
  padding-left: 15px;
  display: block; }
  .footer-link-subtitle .footer-link {
    color: #ffffff; }

.footer-link-list {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none; }
  .footer-link-list .link-item {
    margin: 5px 0; }
  .footer-link-list .footer-link {
    color: #ffffff; }

.footer .sub-list {
  padding-left: 30px; }

.address {
  font-style: normal; }

#footer-map {
  margin-top: 1.5em; }

.newsletter-form {
  background: #004670;
  color: #005088;
  padding: 10px; }
  .newsletter-form .input-txt {
    width: 68%;
    padding: 7px 10px;
    border: 0;
    margin-right: 5px; }
  .newsletter-form .btn {
    background: #bb141a; }

.newsletter-buttons .btn {
  background: #bb141a; }

.btn-container {
  color: #ffffff;
  display: inline-block; }

.footer-social ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em; }
  .footer-social ul li {
    display: inline-block;
    padding-right: 15px; }
    .footer-social ul li a {
      color: #fff;
      display: inline-block; }

#back-to-top {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  display: block;
  position: absolute;
  text-align: right;
  top: -68px;
  right: 0;
  width: 100%;
  opacity: 0; }
  #back-to-top a {
    display: inline-block;
    color: #727272;
    font-size: 1.2em; }
    #back-to-top a span {
      display: none; }
    #back-to-top a .icon {
      text-align: center;
      display: inline-block;
      background: #727272;
      color: #fff;
      width: 40px;
      height: 34px;
      font-size: 2em;
      bottom: 8px;
      right: 2px;
      margin-left: 10px;
      position: relative; }
    #back-to-top a:hover .icon {
      color: #a91317; }

#back-to-top.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  opacity: 1;
  right: 20px;
  z-index: 9999;
  margin: 0; }

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only screen and (max-width: 768px) {
  /* ==========================================================================
  	General
  ========================================================================== */
  .wrapper, .col-1-3, .col-2-3 {
    width: 100%;
    display: block; }

  .gutter {
    padding-right: 0; }

  .mobile {
    display: block; }

  .btn:after {
    height: 0;
    position: relative; }

  /* ==========================================================================
  	Header
  ========================================================================== */
  .header, .footer {
    min-width: inherit; }

  .top-bar {
    display: none; }

  .nav-bar {
    margin: 0;
    padding-top: 67px; }
    .nav-bar .wrapper {
      border-top: 1px solid #000; }

  #site-logo {
    float: none; }

  .primary-nav, .secondary-nav, .footer-nav, #breadcrumb {
    display: none; }

  .primary-nav {
    padding-top: 0; }

  .sb-slidebar {
    background: #f8f8f8; }

  .sb-slidebar .primary-nav {
    display: block; }
    .sb-slidebar .primary-nav > .primary-nav-list {
      padding: 0 15px; }
      .sb-slidebar .primary-nav > .primary-nav-list .nav-item {
        display: block;
        margin: 0;
        font-size: 15px;
        padding: 10px 10px 5px 20px; }
        .sb-slidebar .primary-nav > .primary-nav-list .nav-item .nav-item-link {
          color: #727272; }
        .sb-slidebar .primary-nav > .primary-nav-list .nav-item .icon {
          top: 10px; }
        .sb-slidebar .primary-nav > .primary-nav-list .nav-item.two-rows, .sb-slidebar .primary-nav > .primary-nav-list .nav-item.two-rows-narrow {
          width: auto; }
        .sb-slidebar .primary-nav > .primary-nav-list .nav-item:first-child {
          border-top: 0; }
        .sb-slidebar .primary-nav > .primary-nav-list .nav-item:first-child {
          border-top: 0; }
        .sb-slidebar .primary-nav > .primary-nav-list .nav-item .primary-nav-list {
          list-style: none;
          display: none;
          background: none;
          position: static;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .sb-slidebar .primary-nav > .primary-nav-list .nav-item .primary-nav-list .nav-item {
            padding: 10px 10px 5px 15px;
            margin: 0;
            width: auto; }
            .sb-slidebar .primary-nav > .primary-nav-list .nav-item .primary-nav-list .nav-item .icon {
              top: 12px;
              left: -1px;
              color: #005088; }
            .sb-slidebar .primary-nav > .primary-nav-list .nav-item .primary-nav-list .nav-item:hover > .nav-item-link {
              color: #a91317; }
              .sb-slidebar .primary-nav > .primary-nav-list .nav-item .primary-nav-list .nav-item:hover > .nav-item-link .icon {
                color: #a91317; }
          .sb-slidebar .primary-nav > .primary-nav-list .nav-item .primary-nav-list > .nav-item.active > .nav-item-link {
            color: #a91317; }
            .sb-slidebar .primary-nav > .primary-nav-list .nav-item .primary-nav-list > .nav-item.active > .nav-item-link .icon {
              color: #a91317; }
      .sb-slidebar .primary-nav > .primary-nav-list .nav-item.active > .primary-nav-list {
        display: block; }
      .sb-slidebar .primary-nav > .primary-nav-list > .nav-item {
        border-top: 1px solid #d6d6d6; }
        .sb-slidebar .primary-nav > .primary-nav-list > .nav-item.active > .nav-item-link, .sb-slidebar .primary-nav > .primary-nav-list > .nav-item:hover > .nav-item-link {
          color: #a91317; }
          .sb-slidebar .primary-nav > .primary-nav-list > .nav-item.active > .nav-item-link .icon, .sb-slidebar .primary-nav > .primary-nav-list > .nav-item:hover > .nav-item-link .icon {
            color: #a91317; }

  .header {
    margin-bottom: 0; }

  #site-logo {
    padding-left: 10px;
    margin: 0; }
    #site-logo .logo-img {
      width: 200px; }

  #ntu-logo {
    padding-left: 0px;
    padding-right: 10px; }

  .mobile-site-search-form {
    clear: both;
    background: #013158;
    padding: 10px;
    position: relative; }
    .mobile-site-search-form .input-txt {
      width: 100%;
      border-radius: 25px;
      border: 0;
      padding: 5px 35px 5px 10px;
      box-sizing: border-box;
      outline: none; }
    .mobile-site-search-form .btn {
      position: absolute;
      background: none;
      top: 9px;
      right: 14px;
      color: #757575;
      font-size: 1.3em;
      padding: 3px; }

  .navbar-toggle {
    position: absolute;
    right: 5px;
    top: 15px;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
    .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: #727272;
      margin-top: 4px; }

  .centre-name {
    margin: 10px; }

  /* ==========================================================================
  	Home
  ========================================================================== */
  .row {
    margin: 0; }

  .section {
    margin: 10px 0; }

  .section .section-subtitle {
    padding: 0 10px; }

  .section .section-title {
    position: relative;
    padding: 17px 10px 10px;
    margin-bottom: 0; }
  .section .section-title:before {
    background: url(../img/bg-shadow.png) repeat-x;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%; }
  .section .cta {
    margin: 0 10px;
    display: block;
    color: #ffffff;
    background: #b9131c;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    font-size: 0.85em;
    border-radius: 20px; }
    .section .cta:before {
      display: none; }

  .upcoming-events {
    margin-top: 0; }
    .upcoming-events .section-title {
      padding-top: 10px; }
      .upcoming-events .section-title:before {
        height: 0; }

  .tabs .controls {
    display: none; }
  .tabs .swiper-container, .tabs .swiper-slide {
    height: auto; }
  .tabs .tab .tab-title {
    position: relative;
    height: auto;
    width: auto;
    font-family: 'signika-light', sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    background: #005088;
    padding: 15px 10px;
    border-top: 1px solid #022643;
    cursor: pointer; }
    .tabs .tab .tab-title .icon {
      position: absolute;
      right: 10px;
      top: 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -moz-transition: all 0.3s; }
  .tabs .tab:first-child .tab-title {
    border-top: 0; }
  .tabs .tab .tab-list {
    display: none; }
    .tabs .tab .tab-list .tab-item {
      width: 100%;
      float: none;
      min-height: 90px;
      clear: both; }
      .tabs .tab .tab-list .tab-item .tab-item-title {
        font-size: 1em; }
    .tabs .tab .tab-list .cta {
      display: block; }
  .tabs .tab .tab-content {
    display: none; }
  .tabs .tab.active .tab-title .icon {
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ievalue); }
  .tabs .tab.active .tab-list {
    display: block; }
  .tabs .tab.active .tab-content {
    display: block; }

  .feature .thumb {
    text-align: center; }
    .feature .thumb .img {
      min-width: 95%; }
  .feature .excerpt {
    padding: 0 10px; }

  .brochure {
    padding: 10px; }
    .brochure .thumb {
      width: 90px; }
      .brochure .thumb .img {
        width: 100%; }
    .brochure .cta-container {
      margin-top: 15px;
      position: static; }
      .brochure .cta-container .cta {
        margin: 0; }

  .video .excerpt {
    padding: 0 10px; }

  .fixed-carousel .controls {
    display: none; }
  .fixed-carousel .controls-mobile {
    text-align: center; }
  .fixed-carousel .swiper-container {
    margin: 0 0 1em 0; }
  .fixed-carousel .swiper-slide, .fixed-carousel .swiper-container {
    height: 270px;
    width: 100%; }
  .fixed-carousel .item {
    padding-right: 0px; }
    .fixed-carousel .item .thumb {
      width: 100%;
      height: 180px; }
    .fixed-carousel .item .img {
      width: 100%;
      height: auto; }
  .fixed-carousel .cta {
    display: none; }

  /* ==========================================================================
  	Landing page
  ========================================================================== */
  .landing-page .carousel {
    height: 404px; }
    .landing-page .carousel .swiper-container, .landing-page .carousel .swiper-slide {
      height: 404px; }

  /* ==========================================================================
  	Article
  ========================================================================== */
  .article {
    padding: 20px 10px 10px 10px; }
    .article img {
      width: 100%;
      height: auto; }

  .article-header {
    margin-bottom: 20px; }
    .article-header.with-thumb {
      padding-left: 0; }
      .article-header.with-thumb .thumb {
        position: relative;
        float: left;
        margin-right: 10px; }

  .event-page .gallery .thumb {
    margin: 0; }
    .event-page .gallery .thumb:nth-child(3n+4) {
      margin: 0; }

  .event-page-header .event-title {
    font-size: 20px; }
  .event-page-header .event-subtitle {
    font-size: 18px; }
  .event-page-header .event-date {
    margin: 10px 0; }
    .event-page-header .event-date .date {
      display: block;
      width: auto; }

  /* ==========================================================================
  	Filter
  ========================================================================== */
  .filter .section-title {
    float: left;
    width: auto;
    font-family: 'signika-bold', sans-serif;
    margin-right: 10px; }
  .filter .ctrls-container {
    float: left;
    width: auto; }
  .filter .ctrls {
    width: auto;
    margin-right: 10px;
    margin-left: 0;
    float: left; }
  .filter .btn.pull-left {
    float: left; }

  /* ==========================================================================
  	Profile Listing
  ========================================================================== */
  .profile-listing .list-item {
    padding: 170px 0 20px 0; }
  .profile-listing .name {
    text-align: center;
    margin: 15px 0 5px 0; }
  .profile-listing .thumb {
    top: 20px;
    left: 50%;
    margin-left: -70px; }
  .profile-listing .cta-container {
    margin: 10px 0; }

  .profile .profile-header {
    padding: 180px 10px 0 10px;
    height: auto;
    margin: 0;
    text-align: center; }
    .profile .profile-header .info {
      padding: 0; }
  .profile .name {
    margin: 0; }
  .profile .thumb {
    top: 20px;
    left: 50%;
    margin-left: -70px; }
  .profile .info {
    padding: 0 10px;
    float: none;
    margin: 0; }
  .profile .tabs .tab {
    padding: 0; }
  .profile .tabs .tab-content {
    padding: 10px 15px; }

  /* ==========================================================================
  	Publications
  ========================================================================== */
  .publication-listing .publication {
    width: auto;
    float: none;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #cecece; }
    .publication-listing .publication .thumb {
      overflow: hidden;
      text-align: center;
      position: relative;
      margin-bottom: 10px; }
    .publication-listing .publication .img {
      width: auto; }

  /* ==========================================================================
  	Grid Listing
  ========================================================================== */
  .grid-listing .list {
    margin: 0 auto; }

  .grid {
    width: 300px;
    padding-top: 150px; }
    .grid .thumb {
      width: 300px; }

  /* ==========================================================================
  	Programmes
  ========================================================================== */
  .programmes.two-cols .programme {
    width: 100%; }

  .programme {
    width: 100%; }

  /* ==========================================================================
  	Contact Form
  ========================================================================== */
  /*==================Getresponse form CSS Mobile============================*/
  .wf-text p, .wf-labelpos, .wf-rc-boxm div:nth-of-type(3), .wf-input {
    width: 100%;
    text-align: left; }

  .wf-inputpos select {
    max-width: 60px; }

  .wf-inputpos, .wf-rc-boxm div:nth-of-type(4) {
    width: 100%;
    text-align: left; }

  .wf-rc-boxm div:nth-of-type(1) {
    margin: 0; }

  .wf-rc-boxm {
    padding-top: 0px;
    padding-bottom: 10px; }

  .wf-button {
    margin-left: 0; }

  /*==================Getresponse form CSS Mobile End============================*/
  .form .label {
    width: 100%;
    text-align: left; }
  .form .input-dropdown {
    max-width: 100%; }
  .form .input-txt {
    width: 100%; }
  .form .btn {
    margin: 0; }
  .form .ctrl-group {
    width: 100%; }

  /* ==========================================================================
      Highlights
  ========================================================================== */
  .highlights .two-col .highlight {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }

  /* ==========================================================================
      RSS Feeds
  ========================================================================== */
  .rss-feeds .widget-cont {
    width: 100%;
    margin: 0 1px !important; }

  /* ==========================================================================
  	Footer
  ========================================================================== */
  .footer {
    padding: 20px 10px;
    position: relative;
    margin-top: 50px; }
    .footer .wrapper {
      position: static; }

  #footer-map {
    display: none; }

  .social {
    background: #005088;
    padding: 10px 15px;
    border-radius: 30px;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
    .social .social-link {
      color: #ffffff;
      text-decoration: none; }
      .social .social-link:hover {
        color: #ffffff !important; }
        .social .social-link:hover .title {
          color: #ffffff !important; }
    .social .icon {
      display: inline-block;
      font-size: 2em;
      margin: 0 7px 0 0;
      vertical-align: middle; }
    .social .title {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.3em;
      color: #ffffff;
      font-family: 'signika-light', sans-serif;
      margin: 0;
      padding-left: 15px;
      border-left: 1px solid #004474; }

  .address {
    padding-left: 43px;
    position: relative;
    border-bottom: 1px solid #005088;
    border-top: 1px solid #005088;
    margin-top: 40px; }
    .address .footer-link-title {
      margin-bottom: 0; }
    .address .text-address {
      margin-top: 0px; }
    .address .map-link {
      position: absolute;
      left: 0;
      top: 15px;
      display: block;
      height: 43px;
      width: 33px;
      background: url(../img/sprites.png) no-repeat -33px -328px; }

  .newsletter-form {
    text-align: center; }
    .newsletter-form .input-txt {
      width: 68%; }
    .newsletter-form .btn-container {
      width: 20%; }
      .newsletter-form .btn-container .btn {
        padding: 5px 10px;
        width: 100%; }

  .footer-social {
    position: absolute;
    top: 0;
    left: 10px; }
    .footer-social h2 {
      display: inline-block;
      margin-right: 20px; }
    .footer-social ul {
      display: inline-block; }

  #back-to-top {
    top: -58px; } }
@media only screen and (max-width: 480px) {
  #site-logo {
    padding-left: 10px;
    margin: 0; }
    #site-logo .logo-img {
      width: 150px; }

  #ntu-logo {
    padding-left: 0;
    padding-right: 10px; }
    #ntu-logo .logo-img {
      width: 96px; }

  .footer {
    padding-top: 60px; }

  .footer-social h2 {
    display: block; }
  .footer-social ul {
    display: block; }

  /*to make sure the info button is listed in mobile view*/
  .event .info, .event-page .info {
    display: block;
    max-width: none; } }
/* ==========================================================================
   Red theme for GPO site
   ========================================================================== */
.gpo {
 /* ==========================================================================
	Global
========================================================================== */
  /* ==========================================================================
  	Header
  ========================================================================== */
  /* ==========================================================================
  	Content
  ========================================================================== */
  /* ==========================================================================
  	Footer
  ========================================================================== */
  /* ==========================================================================
  	Forum
  ========================================================================== */ }
  .gpo h1, .gpo h2, .gpo h3, .gpo h4, .gpo h5 {
    color: #a91317; }
  .gpo table {
    border: 1px solid #363636; }
    .gpo table thead {
      background: #363636;
      color: #ffffff; }
    .gpo table th, .gpo table td {
      border-left: 1px solid #363636; }
  .gpo blockquote {
    background: #f3f3f3;
    color: #222222; }
  .gpo .btn {
    background: #a91317; }
    .gpo .btn:after {
      background: #971A1D; }
  .gpo .view-more .btn {
    color: #ffffff;
    border: 1px solid #8f1115; }
    .gpo .view-more .btn:hover {
      color: #a91317; }
  .gpo .top-bar {
    background: #000000; }
    .gpo .top-bar .header-link {
      border-color: #ffffff; }
      .gpo .top-bar .header-link .btn {
        background: #a91317; }
      .gpo .top-bar .header-link a {
        color: #ffffff; }
  .gpo .mobile-site-search-form .btn {
    background: none; }
  .gpo .centre-name {
    color: #a91317; }
  .gpo .event .event-date .month {
    background: #363636; }
  .gpo .event .event-date .date {
    color: #363636; }
  .gpo .event .label, .gpo .event .icon {
    color: #727272; }
  .gpo .event-page-header .event-title {
    color: #a91317; }
  .gpo .event-page-header .label, .gpo .event-page-header .icon {
    color: #363636; }
  .gpo .filter .section-title, .gpo .filter .section-subtitle {
    color: #363636; }
  .gpo .filter a {
    color: #363636; }
  .gpo .filter .ctrls.month .input-txt {
    border-color: #363636; }
  .gpo .programme .title .link {
    color: #ffffff; }
    .gpo .programme .title .link:hover {
      color: #ffffff !important; }
  .gpo .calendar .clndr .clndr-controls .month {
    color: #363636; }
  .gpo .calendar .clndr .clndr-grid {
    border-color: #971A1D; }
    .gpo .calendar .clndr .clndr-grid .header-day {
      background: #971A1D; }
  .gpo .newsletter-form {
    background: #363636; }
  .gpo .footer {
    background: #000000; }
  .gpo .footer-link-title {
    color: #ffffff; }
    .gpo .footer-link-title .footer-link {
      color: #ffffff; }
  .gpo div.bbp-template-notice.info {
    display: none; }
  .gpo #bbpress-forums li.bbp-header {
    background-color: #971A1D !important; }
  .gpo #bbpress-forums li.bbp-header a {
    color: #ffffff !important; }
  .gpo #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    background-color: #363636; }
  .gpo .bbp-breadcrumb a {
    color: #727272 !important;
    text-decoration: none; }
  .gpo .bbp-breadcrumb a:hover {
    text-decoration: underline !important; }
  .gpo .bbp-breadcrumb a:after {
    content: '>';
    display: inline-block;
    margin: 0 10px; }
  .gpo .bbp-breadcrumb-sep {
    display: none; }
  .gpo #subscription-toggle {
    float: right; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.italic {
  font-style: italic; }


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
	
ul.controls li.control a.control-link>span {color: #fff !important;}

  *:not(div):not(a):not(.control):not(.control-link):not(.controls),
  div:not(.clndr-grid):not(.days-of-the-week):not(.header-day):not(.day):not(.month):not(.date-event):not(.today):not(.event-marker),
  a:not(.control-link) {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s*/
    box-shadow: none !important;
    text-shadow: none !important; }
    
ul.controls li.control a.control-link>span {color: #fff !important;}

  .calendar .clndr .clndr-grid .day.today, .today 
	{
		border: 1px solid #013158;
	}
	.calendar .clndr .clndr-grid .day.today
	{
		padding: 9px 0px;
	}
	.legend .box.today
	{
		width: 18px;
		height: 18px;
	}
	
  a,
  a:visited {
    text-decoration: underline; }

/*
 * New Mods
 */

section#main
{
	clear: both;
}

iframe, video
{
	display: none;
}
 
.tab.swiper-slide
{
	display: none;
}
.tab.swiper-slide.active
{
	display: block !important;
}
.top-bar {
	display: none;	
}

.nav-bar {
	margin: 0px;
} 
.print-collapse /*We need to make this specific to the left navigation pane*/
{
	display: none;
}
.print-expand /*We need to make this specific to the content when there's a left navigation pane*/
{
	width: 100%;
	display: block;
	clear: both;
}
section.social-share
{
	display: none;
}
/*Mod for page-breaks*/
body{width:100%;overflow-x:initial;}
@page { /*size: A4;*/ margin: 70pt 60pt 70pt 60pt; }
.article {
    padding: 26px 0 0px 0;
}
.list-item , li.article, .publication, .event , .media-highlight, .grid, li.grid, .gallery .thumb, .pagination  {page-break-inside: avoid;}
/*End mod for page-breaks*/
	
#breadcrumb
{
	display: none;
}
.primary-nav
{
	display: none;
}
.footer
{
	display: none;
}
.header 
{
	min-width: 0px;
}
.wrapper
{
	max-width: 100%;
}
.btn
{
	display: none !important;
}
#sb-site
{
	overflow: hidden;
}
/*
 * End Mods
 */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* Contact 7 */
span.wpcf7-list-item {
  display: block; }

/*# sourceMappingURL=rsis.css.map */

/*New Tabs*/
@media only screen and (min-width: 769px) {
	.tabs-container .tab
	{
		display: none;
	}
}
@media print {
	.tabs-container .tab
	{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.tabs-container .tab
	{
		padding: 10px 15px;
	}
}
.tabs-container .tab.active
{
	display: block;
}
.js-rsis-alt-tabs .control-link
{
	cursor: pointer;
}
