﻿@charset "UTF-8";
/* ==========================================================================
    TABLE OF CONTENT
    --------------------------------------------------------------------------
    01 Global
    02 Layout
    03 Navigation
    04 Banner
    05 Sections
    06 Standard
    07 Footer
    08 Listing
    09 Undergraduate
    10 Graduate
    11 Procurement Listing
    12 FAQ
    13 Persona
    14 Contact Us
    15 Google Site Search
    16 Site Map
    17 Carousels
    18 Fix for CMS
    19 Microsite
    20 Google Map
    21 Responsive
    22 Components
    23 IE
    24 Sticky Nav


00 Imports
================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! 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.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * 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,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * 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; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gsdret43");
  src: url("../fonts/icomoon.eot?gsdret43#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gsdret43") format("truetype"), url("../fonts/icomoon.woff?gsdret43") format("woff"), url("../fonts/icomoon.svg?gsdret43#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin:before {
  content: "\e919"; }

.icon-whatsapp:before {
  content: "\e918"; }

.icon-instagram:before {
  content: "\e917"; }

.icon-back-to-top:before {
  content: "\e913"; }

.icon-search:before {
  content: "\e914"; }

.icon-apply:before {
  content: "\e904"; }

.icon-contact:before {
  content: "\e905"; }

.icon-download:before {
  content: "\e906"; }

.icon-event:before {
  content: "\e907"; }

.icon-faq:before {
  content: "\e908"; }

.icon-feedback:before {
  content: "\e909"; }

.icon-info:before {
  content: "\e90a"; }

.icon-map:before {
  content: "\e90b"; }

.icon-news:before {
  content: "\e90c"; }

.icon-notice:before {
  content: "\e90d"; }

.icon-people:before {
  content: "\e90e"; }

.icon-programme:before {
  content: "\e90f"; }

.icon-research:before {
  content: "\e910"; }

.icon-share:before {
  content: "\e911"; }

.icon-subscribe:before {
  content: "\e912"; }

.icon-android:before {
  content: "\e915"; }

.icon-iphone:before {
  content: "\e916"; }

.icon-home:before {
  content: "\e604"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-sort-down:before {
  content: "\f0d7"; }

.icon-caret:before {
  content: "\f0d8"; }

.icon-sort-up:before {
  content: "\f0d8"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-unsorted:before {
  content: "\f0dc"; }

.icon-map-marker:before {
  content: "\e903"; }

.icon-research-field:before {
  content: "\e900"; }

.icon-speaker:before {
  content: "\e901"; }

.icon-date:before {
  content: "\e902"; }

.icon-binoculars:before {
  content: "\f1e5"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-bank:before {
  content: "\f19c"; }

.icon-institution:before {
  content: "\f19c"; }

.icon-university:before {
  content: "\f19c"; }

.icon-user:before {
  content: "\f007"; }

.icon-map-pin:before {
  content: "\f276"; }

.icon-upload:before {
  content: "\f093"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-instagram-old:before {
  content: "\f16d"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-exclamation-circle:before {
  content: "\e60f"; }

.icon-times-circle:before {
  content: "\f057"; }

/*===========================================
01 Global
===========================================*/
*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  font: 300 62.5%/1.3 "Gotham A", "Gotham B", sans-serif;
  margin: 0 !important;
  background-color: #f6f6f6; }

h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  word-break: break-word; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  address a {
    font-size: 1em; }

address {
  font-weight: 400; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.4em; }

h3 {
  font-size: 2.0em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.5em;
  font-style: italic; }

p {
  font-size: 1.6em;
  font-weight: normal; }

ol,
ul {
  margin: auto;
  padding: inherit; }
  ol p,
  ul p {
    font-size: 1em; }
  ol li,
  ul li {
    /*margin-bottom: 26px;*/ 

  }

ul li:last-child {
    margin-bottom: 0px;
}

dl {
  font-size: 1.6em; }

menu,
ol,
ul {
  margin-bottom: 20px;
  padding: 0 0 0 18px; }
  menu li,
  ol li,
  ul li {
    font-size: 1.6em; }
    menu li ul li,
    menu li ol li,
    ol li ul li,
    ol li ol li,
    ul li ul li,
    ul li ol li {
      font-size: inherit; }
    menu li a,
    ol li a,
    ul li a {
      font-size: inherit; }
    menu li code,
    menu li kbd,
    menu li pre,
    menu li samp,
    ol li code,
    ol li kbd,
    ol li pre,
    ol li samp,
    ul li code,
    ul li kbd,
    ul li pre,
    ul li samp {
      font-size: inherit; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #d6d9d9;
  background-color: transparent; }
  table tr:nth-child(even) {
    background: #d6d9d9; }
  table th,
  table td {
    padding: 5px 10px; }
    table th a,
    table td a {
      font-size: inherit; }
  table th {
    font-size: 1.8em;
    text-align: left;
    color: #fff;
    background: #bcc0c0; }
  table td {
    font-size: 1.6em; }
    table td * {
      font-size: inherit; }

code,
kbd,
pre,
samp {
  font-size: 1.6em; }
  code code,
  code kbd,
  code pre,
  code samp,
  kbd code,
  kbd kbd,
  kbd pre,
  kbd samp,
  pre code,
  pre kbd,
  pre pre,
  pre samp,
  samp code,
  samp kbd,
  samp pre,
  samp samp {
    font-size: 1em; }

cite a,
p a {
  font-size: inherit; }

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

p {
  font-size: 1.6em;
  word-break: break-word; }
  p code,
  p kbd,
  p pre,
  p samp {
    font-size: 1em; }

a {
  font-size: 1.6em;
  text-decoration: none;
  color: #990033;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

button {
  font-family: inherit; }
  button:focus {
    outline: 0; }

select {
  font-family: inherit;
  font-size: 1.6em;
  padding: 10px; }

textarea {
  font-family: inherit;
  font-size: 1.6em; }

.col-1 {
  position: relative;
  float: left;
  width: 8.3333333333%; }

.col-2 {
  position: relative;
  float: left;
  width: 16.6666666667%; }

.col-3 {
  position: relative;
  float: left;
  width: 25%; }

.col-4 {
  position: relative;
  float: left;
  width: 33.3333333333%; }

.col-5 {
  position: relative;
  float: left;
  width: 41.6666666667%; }

.col-6 {
  position: relative;
  float: left;
  width: 50%; }

.col-7 {
  position: relative;
  float: left;
  width: 58.3333333333%; }

.col-8 {
  position: relative;
  float: left;
  width: 66.6666666667%; }

.col-9 {
  position: relative;
  float: left;
  width: 75%; }

.col-10 {
  position: relative;
  float: left;
  width: 83.3333333333%; }

.col-11 {
  position: relative;
  float: left;
  width: 91.6666666667%; }

.col-12 {
    position: relative;
    float: left;
    width: 100%;
    height: inherit;
}

input {
  font-family: inherit; }

section {
  position: relative;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  section:before, section:after {
    content: '';
    display: table; }
  section:after {
    clear: both; }
  section header {
    border-bottom: 1px solid; }
    section header h2 {
      font-size: 2.5em;
      line-height: 1;
      margin: 0;
      padding-bottom: 14px;
      text-transform: uppercase;
      border-bottom: 6px solid;
      display: inline-block;
      *display: inline;
      zoom: 1; }
    section header .shortcut-link {
      float: right;
      margin-top: 15px; }

.input-text, .faculty-filter-dropdown .faculty-filter-container .input-group input, .faq .faq-search__input .input-group input[type='text'], .faq .faq-search input[type='reset'] {
  font-size: 1.6em;
  line-height: 2.3em;
  width: 100%;
  height: 46px;
  padding: 0 70px 0 10px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #460118;
  -webkit-appearance: none; }

.btn-search-submit, .faculty-filter-dropdown .faculty-filter-container .input-group .search-submit, .faq .faq-search__input .input-group .search-submit {
  font-size: 1.4em;
  position: relative;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 60px;
  color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #000;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.btn--submit, .faculty-filter-dropdown .faculty-filter-container .input-group input[type='submit'],
.faculty-filter-dropdown .faculty-filter-container .input-group input[type='reset'], .faq .faq-search input[type='reset'] {
  float: left;
  width: 49.5%;
  margin-left: 1%;
  padding: 10px;
  color: #fff;
  border: none;
  background-color: #000;
  -webkit-appearance: none; }

.input-checkbox-radio, .faculty-filter-dropdown .faculty-filter-container .input-group input[type='checkbox'],
.faculty-filter-dropdown .faculty-filter-container .input-group input[type='radio'], .faq .faq-search__personas input[type='checkbox'] {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 5px;
  padding: 0; }
  .input-checkbox-radio + label, .faculty-filter-dropdown .faculty-filter-container .input-group input[type='checkbox'] + label,
  .faculty-filter-dropdown .faculty-filter-container .input-group input[type='radio'] + label, .faq .faq-search__personas input[type='checkbox'] + label {
    display: inline-block;
    width: calc(100% - 25px); }

.select-wrapper, .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper, .faq .faq-search .material-select-wrapper {
  font-size: 1.3em;
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-radius: 3px;
  background: #460118; }

.select-card-wrapper, .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper .card-wrapper, .faq .faq-search .material-select-wrapper .card-wrapper {
  right: 0;
  left: 0;
  border: 0;
  border-radius: 0 0 3px 3px;
  background: #380113;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*===========================================
02 Layout
===========================================*/
.mobile-only,
.tablet-only,
.desktop-only {
  display: none; }

.container,
.wrap {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .container:before, .container:after,
  .wrap:before,
  .wrap:after {
    content: '';
    display: table; }
  .container:after,
  .wrap:after {
    clear: both; }

.vh,
.sr-only {
  position: absolute !important;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  border: 0; }

.full-width {
  width: 100% !important; }

.pull-left {
  float: left;
  margin-right: 15px; }

.pull-right {
  float: right;
  margin-left: 15px; }

.table-striped {
  background-color: #fff; }
  .table-striped tr:nth-child(even) {
    background-color: #f6f6f6; }

.table-responsive {
  overflow-x: auto;
  margin-bottom: 25px; }
  .table-responsive table {
    margin-bottom: 0; }

.no-border {
  border: 0px !important; }

.no-transform {
  text-transform: none; }

.backstretch {
  background-position: center;
  background-size: cover; }

.btn {
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .btn.btn-default, .btn.btn-icon {
    border: 1px solid #c2c2c2; }
    .btn.btn-default:hover, .btn.btn-icon:hover {
      color: #fff;
      background-color: #4a4f54; }
  .btn.btn-primary {
    color: #fff;
    border: 1px solid #660022;
    background-color: #990033; }
    .btn.btn-primary:hover {
      background-color: #660022; }

.cta, .cta-blue, .cta-big-shortcut {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 9px 20px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .cta:after, .cta-blue:after, .cta-big-shortcut:after {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.cta-blue {
  color: #000;
  background-color: #1fabdd; }
  .cta-blue:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #1988b0;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .cta-blue:hover:before {
    width: 100%; }

.cta-chevron-right:after {
  margin-left: 5px;
  content: '\f138'; }

.cta-big-shortcut {
  color: #fff; }
  .cta-big-shortcut:after {
    margin-left: 6px;
    content: '\f138'; }

.shortcut-link {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .shortcut-link:after {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    left: 0;
    margin-left: 5px;
    content: '\f138';
    text-transform: none;
    transition-property: left;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .shortcut-link:hover:after {
    left: 5px; }

.bg-lightgrey {
  background-color: #f6f6f6; }

.bg-darkgrey {
  color: #fff;
  background-color: #4a4f54; }
  .bg-darkgrey a {
    color: inherit; }

.bg-darkgrey2 {
  color: #fff;
  background-color: #2d2e2e; }
  .bg-darkgrey2 a {
    color: inherit; }

.bg-grey {
  background-color: #d6d9d9; }

.bg-white {
  background-color: #fff; }

.breadcrumbs {
  font-size: 1em;
  font-weight: bold;
  padding: 17px 15px !important;
  color: #fff;
  background: #000; }
  .breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .breadcrumbs li {
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 6px;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .breadcrumbs li:after {
      font-family: 'icomoon';
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      margin-left: 8px;
      content: '\f054';
      text-transform: none;
      speak: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .breadcrumbs li:last-of-type:after {
      content: ''; }
  .breadcrumbs a {
    font-size: inherit;
    color: inherit; }

.anchor-link:target:before {
  display: block;
  height: 75px;
  /* fixed header height*/
  margin: -75px 0 0;
  /* negative fixed header height */
  content: ''; }

/*===========================================
03 Navigation
===========================================*/
.navbar,
.microsite-bar {
  position: relative;
  z-index: 999;
  right: 0;
  left: 0;
  height: 55px;
  background-color: #fff; }
  .navbar .wrap,
  .microsite-bar .wrap {
    height: inherit;
    padding: 0; }
  .navbar.scrolled,
  .microsite-bar.scrolled {
    position: fixed; }

.navbar.scrolled {
  top: 0; }

.mobile-search {
  font-size: 2.2em;
  display: block;
  float: right;
  width: 55px;
  height: 55px;
  color: #fff;
  border: 0;
  background: #000; }
  .mobile-search.active {
    background: #990033; }
  .mobile-search:active, .mobile-search:focus {
    outline: 0; }

.mobile-search-input {
  position: absolute;
  top: 55px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 55px;
  background: #990033; }
  .mobile-search-input ::-webkit-input-placeholder {
    color: #fff; }
  .mobile-search-input :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .mobile-search-input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .mobile-search-input :-ms-input-placeholder {
    color: #fff; }
  .mobile-search-input form {
    height: 100%; }
  .mobile-search-input input {
    font-size: 1.6em;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    border: none;
    outline: 0;
    background: transparent; }

.mobile-menu {
  font-size: 2.2em;
  display: block;
  float: right;
  width: 55px;
  height: 55px;
  margin-left: 3px;
  color: #fff;
  border: 0;
  background: #000; }
  .mobile-menu.active {
    outline: 0;
    background: #990033; }
  .mobile-menu .line {
    position: relative;
    top: 0;
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px auto;
    background: #fff; }

.top-logo-link {
  position: absolute;
  z-index: 2;
  top: 14px;
  width: 122px;
  height: 29px;
  margin-left: 20px;
  background-image: url("/assets/sutd/img/logo-black.png");
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: linear;
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: linear; }

/*.mobile-nav {
  position: absolute;
  z-index: 999;
  top: 55px;
  display: none;
  overflow-y: scroll;
  width: 100%; }
  .mobile-nav .primary-nav {
    position: relative;
    width: 100%; }
    .mobile-nav .primary-nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .mobile-nav .primary-nav li {
      position: relative;
      min-height: 45px;
      margin-bottom: 0;
      color: #fff;
      border-bottom: 1px solid #83022d;
      background: #990033; }
      .mobile-nav .primary-nav li:after {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: absolute;
        top: 16px;
        right: 20px;
        content: '\f054';
        text-transform: none;
        speak: none;*/
        /* Better Font Rendering =========== 
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .mobile-nav .primary-nav li.opened {
        height: auto; }
        .mobile-nav .primary-nav li.opened:after {
          content: '\f053'; }
    .mobile-nav .primary-nav a {
      display: inline-block;
      padding: 16px 20px;
      text-align: center;
      color: #fff; }
  .mobile-nav .persona-nav {
    position: relative;
    width: 100%;
    padding-top: 15px;
    background: #232323; }
    .mobile-nav .persona-nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .mobile-nav .persona-nav li {
      position: relative;
      height: 45px;
      margin-bottom: 0;
      color: #fff;
      border-bottom: 1px solid #111111;
      background: #232323; }
      .mobile-nav .persona-nav li:after {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: absolute;
        top: 16px;
        right: 20px;
        content: '\f054';
        text-transform: none;
        speak: none;
         Better Font Rendering =========== 
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .mobile-nav .persona-nav a {
      display: block;
      height: 100%;
      margin-bottom: 0;
      padding: 16px 20px;
      color: #fff; }
  .mobile-nav .nav-header {
    font-size: 1em;
    padding-left: 20px;
    text-transform: uppercase;
    color: #fff; }
  .mobile-nav .lvl2 {
    display: none;
    background: #730026; }
    .mobile-nav .lvl2 a {
      height: 100%;
      text-align: left; }
    .mobile-nav .lvl2 li {
        background:#730026 !important;
    }
    .mobile-nav .lvl3 li a {
        height: 100%;
        text-align: left;
        margin-left:15px !important;
    }
    .mobile-nav .lvl3 li {
        background:#4e001a !important;
    }
    .mobile-nav .lvl4 li a {
        width: 100%;
        height: 100%;
        text-align: left;
        background: #4e001a;
        margin-left: 35px !important;
        color:#bdbdbd
    }
    .mobile-nav .lvl4 li:first-child {
        margin-top: 1px !important;
    }*/

.full-overlay {
  position: fixed;
  z-index: 997;
  display: none;
  width: 100%;
  height: 100%; }

.left-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
.left-nav li {
  margin-bottom: 0; }
.left-nav .lvl3 {
  padding: 0 !important; }
  .left-nav .lvl3 li > a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 8px 25px 8px 10px;
    color: #000;
    border-bottom: 1px solid #c2c2c2; }
    .left-nav .lvl3 li > a:before {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      opacity: 0;
      background-color: #000;
      transition-property: opacity;
      transition-duration: 1s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: opacity;
      -webkit-transition-duration: 1s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .left-nav .lvl3 li i {
    position: absolute;
    top: 9px;
    right: 10px;
    color: #000; }
  .left-nav .lvl3 li.active > a,
  .left-nav .lvl3 li a:hover {
    color: #999;
    background-color: #000; }
    .left-nav .lvl3 li.active > a i,
    .left-nav .lvl3 li a:hover i {
      color: #fff; }
  .left-nav .lvl3 li.active .lvl4 {
    display: block; }
.left-nav .lvl4 {
  display: none;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 1px solid #c2c2c2; }
  .left-nav .lvl4 li {
    font-size: .9em; }
    .left-nav .lvl4 li a {
      position: relative;
      display: block;
      padding-left: 30px;
      color: #000;
      border: 0; }
      .left-nav .lvl4 li a i {
        font-size: 1.1em; }
      .left-nav .lvl4 li a:hover {
        color: #990033; }
    .left-nav .lvl4 li.active > a,
    .left-nav .lvl4 li a:hover {
      color: #990033;
      background-color: #d6d9d9; }
      .left-nav .lvl4 li.active > a i,
      .left-nav .lvl4 li a:hover i {
        color: #990033; }
    .left-nav .lvl4 li.active > a {
      font-weight: 500; }
    .left-nav .lvl4 li.active .lvl5 {
      display: block; }
.left-nav .lvl5 {
  display: none;
  padding-left: 0; }
  .left-nav .lvl5 li {
    font-size: 1em; }
    .left-nav .lvl5 li a {
      display: block;
      padding: 5px 10px 5px 50px;
      color: #000;
      background: transparent; }
    .left-nav .lvl5 li.active > a,
    .left-nav .lvl5 li a:hover {
      color: #000;
      background-color: #e2e4e4; }
    .left-nav .lvl5 li.active a {
      font-weight: 500;
      color: #990033; }

/*===========================================
04 Home
===========================================*/
.home-banner h1,
.home-banner .banner-title {
  line-height: 1;
  margin: .67em 0;
  margin-bottom: 10px;
  word-break: normal; }
.home-banner .wrap {
  height: 100%; }
.home-banner .banner-text {
  line-height: 1;
  position: absolute;
  width: 397px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 12px #000; }
  .home-banner .banner-text h1,
  .home-banner .banner-text .banner-title {
    font-weight: 700; }
  .home-banner .banner-text .banner-more {
    color: #fff; }
    .home-banner .banner-text .banner-more:before {
      width: 33px;
      height: 2px;
      margin-right: 4px;
      margin-bottom: 3px;
      content: '';
      background: #fff;
      box-shadow: 0 0 12px #000;
      display: inline-block;
      *display: inline;
      zoom: 1; }
.home-banner .banner-img {
  height: 589px;
  background-position: center;
  background-size: cover; }
.home-banner img {
  width: 100%; }

.carousel1 {
  position: relative;
  background: #000; }
  .carousel1 .carousel-content li {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .carousel1 .carousel-navigation li {
    margin-bottom: 0; }

.microsite-carousel .carousel-navigation {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding-top: 23px;
  text-align: center;
  background: #000; }
  .microsite-carousel .carousel-navigation li {
    width: 9px;
    height: 9px;
    margin-left: 14px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }
    .microsite-carousel .carousel-navigation li.active {
      background: #fff; }

.home-widget {
  background-color: #d6d9d9; }
  .home-widget .widget-nav-bar h3 {
    font-size: 1.6em;
    font-weight: 700;
    padding-bottom: 13px;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .home-widget .widget-nav-bar h3 a {
      margin-right: 50px;
      padding-bottom: 13px;
      color: #000;
      transition-property: "border-bottom";
      transition-duration: 0s;
      transition-timing-function: "ease";
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: "border-bottom";
      -webkit-transition-duration: 0s;
      -webkit-transition-timing-function: "ease"; }
  .home-widget .grid {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .home-widget .grid:before, .home-widget .grid:after {
      content: '';
      display: table; }
    .home-widget .grid:after {
      clear: both; }
    .home-widget .grid .grid-container,
    .home-widget .grid .grid-empty {
      width: -webkit-calc(33.33% - 20px);
      width: -moz-calc(33.33% - 20px);
      width: calc(33.33% - 20px); }
    .home-widget .grid .grid-container {
      float: left;
      margin-bottom: 20px; }
      .home-widget .grid .grid-container--wide {
        width: -webkit-calc(66.66% - 20px);
        width: -moz-calc(66.66% - 20px);
        width: calc(66.66% - 20px); }
    .home-widget .grid .grid-item {
      position: relative;
      background: #fff; }
    .home-widget .grid .widget-content {
      padding: 5px 30px 50px 30px; }
      .home-widget .grid .widget-content p {
        margin: 15px 0; }
      .home-widget .grid .widget-content .shortcut-link {
        display: block;
        padding-bottom: 16px;
        border-bottom: 1px solid #c2c2c2; }
      .home-widget .grid .widget-content .widget-info {
        font-size: .875em;
        padding: 16px 0;
        color: #7d7d7d;
        border-bottom: 1px solid #c2c2c2; }
        .home-widget .grid .widget-content .widget-info p:last-of-type {
          margin-bottom: 0; }
      .home-widget .grid .widget-content .widget-date {
        position: absolute;
        bottom: 15px;
        color: #7d7d7d;
        font-size: 1.4em; }
      .home-widget .grid .widget-content .widget-text-research {
        padding-top: 16px; }
      .home-widget .grid .widget-content .widget-icon {
        margin: 0;
        margin-bottom: 10px; }
      .home-widget .grid .widget-content .widget-icon-main-content {
        display: block; }
      .home-widget .grid .widget-content h4 {
        font-weight: 700;
        text-transform: uppercase; }
      .home-widget .grid .widget-content a {
        font-size: 1.8em;
        text-transform: none; }
      .home-widget .grid .widget-content h4,
      .home-widget .grid .widget-content p {
        font-size: 1.6em; }
      .home-widget .grid .widget-content .icon {
        padding-right: 5px; }
      .home-widget .grid .widget-content .icon-map {
        margin-left: -2px; }
    .home-widget .grid .widget-events .widget-content {
      padding-bottom: 15px; }
    .home-widget .grid .widget-img-big {
      max-height: 240px;
      background-position: center;
      background-size: cover; }
    .home-widget .grid .widget-img-small {
      height: 112px;
      background-position: center;
      background-size: cover; }
    .home-widget .grid .news-container,
    .home-widget .grid .events-container,
    .home-widget .grid .research-container,
    .home-widget .grid .pressreleases-container,
    .home-widget .grid .customize-container {
      display: none; }
  .home-widget .widget-featured {
    border-bottom: 10px solid #222222; }
    .home-widget .widget-featured h4 {
      color: #222222; }
  .home-widget .widget-news {
    border-bottom: 10px solid #990033; }
    .home-widget .widget-news h4 {
      color: #990033; }
  .home-widget .widget-events {
    border-bottom: 10px solid #e6883d; }
    .home-widget .widget-events h4 {
      color: #e6883d; }
  .home-widget .widget-research {
    border-bottom: 10px solid #acda5e; }
    .home-widget .widget-research h4 {
      color: #acda5e; }
  .home-widget .widget-pressreleases {
    border-bottom: 10px solid #8ac6c7; }
    .home-widget .widget-pressreleases h4 {
      color: #8ac6c7; }
  .home-widget .widget-customize {
    border-bottom: 10px solid #8d6a9f; }
    .home-widget .widget-customize h4 {
      color: #8d6a9f; }
  .home-widget .widget-nav-featured,
  .home-widget .widget-nav-news,
  .home-widget .widget-nav-events,
  .home-widget .widget-nav-research,
  .home-widget .widget-nav-pressreleases,
  .home-widget .widget-nav-customize {
    border-bottom: 6px solid transparent; }
    .home-widget .widget-nav-featured:hover,
    .home-widget .widget-nav-news:hover,
    .home-widget .widget-nav-events:hover,
    .home-widget .widget-nav-research:hover,
    .home-widget .widget-nav-pressreleases:hover,
    .home-widget .widget-nav-customize:hover {
      transition-property: all;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .home-widget .widget-nav-featured a:hover,
  .home-widget .widget-nav-featured .active {
    border-bottom: 6px solid #222222; }
  .home-widget .widget-nav-news a:hover,
  .home-widget .widget-nav-news .active {
    border-bottom: 6px solid #990033; }
  .home-widget .widget-nav-events a:hover,
  .home-widget .widget-nav-events .active {
    border-bottom: 6px solid #e6883d; }
  .home-widget .widget-nav-research a:hover,
  .home-widget .widget-nav-research .active {
    border-bottom: 6px solid #acda5e; }
  .home-widget .widget-nav-pressreleases a:hover,
  .home-widget .widget-nav-pressreleases .active {
    border-bottom: 6px solid #8ac6c7; }
  .home-widget .widget-nav-customize a:hover,
  .home-widget .widget-nav-customize .active {
    border-bottom: 6px solid #8d6a9f; }
  .home-widget .widget-button {
    display: none;
    float: right;
    padding-top: 10px; }

/*===========================================
05 Sections
===========================================*/
.overview article h1 {
  font-size: 2.4em; }
.overview p {
  line-height: 1.4667; }
.overview h2 {
  line-height: 1.077; }
.overview aside img {
  width: 40%;
  margin: 15px auto; }
  .overview aside img:nth-child(odd) {
    float: left; }
  .overview aside img:nth-child(even) {
    float: right; }
.overview.landing-overview h2 {
  line-height: 1.333;
  color: #bd1f2e; }
.overview.landing-overview aside {
  text-align: left; }
  .overview.landing-overview aside img {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
.overview.landing-overview .shortcut-link:last-of-type {
  padding: 0;
  border: 0; }
.overview.home-overview .container {
  padding: 0; }
.overview.home-overview article {
  float: left;
  width: 60%;
  min-height: auto;
  padding: 45px 15px 65px;
  background: #f6f6f6; }
  .overview.home-overview article h1:first-child {
    margin-top: 0; }
  .overview.home-overview article:before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #f6f6f6; }
  .overview.home-overview article .buttons {
    bottom: 26px;
    left: 15px; }
.overview.home-overview aside {
  float: left;
  width: 40%;
  padding: 45px 15px 50px;
  border: 0; }
  .overview.home-overview aside header {
    border-color: #d6d9d9; }
  .overview.home-overview aside h2 {
    font-size: 2.5em; }
  .overview.home-overview aside .buttons {
    bottom: 30px;
    left: 15px;
    padding: 0; }
.overview.home-overview .collaborations_list {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .overview.home-overview .collaborations_list a {
    position: relative;
    display: block;
    height: 70px;
    margin: 5px 10px 5px 0; }
  .overview.home-overview .collaborations_list img {
    position: absolute;
    top: 50%;
    float: none;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .overview.home-overview .collaborations_list .slick-dots {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .overview.home-overview .collaborations_list .slick-dots li {
      display: inline-block;
      height: 15px;
      margin-right: 2px;
      margin-left: 2px; }
    .overview.home-overview .collaborations_list .slick-dots button {
      width: 10px;
      height: 10px;
      padding: 0;
      text-indent: 9999px;
      border: 2px solid #d6d9d9;
      border-radius: 50%;
      background: none; }
    .overview.home-overview .collaborations_list .slick-dots .slick-active button {
      background: #d6d9d9; }

.research {
  padding-bottom: 5px; }
  .research header {
    margin-bottom: 12px;
    border-bottom-color: #d6d9d9; }
  .research h2 {
    border-bottom-color: #9fdd44; }

.carousel2 .carousel-content {
  overflow: hidden; }

.research-item {
  font-size: 1.3846em;
  position: relative;
  width: 280px;
  margin-bottom: 0;
  padding-left: 5px; }
  .research-item img {
    width: 100%;
    opacity: .3;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: "ease-in-out";
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: "ease-in-out"; }
  .research-item a {
    line-height: 1.333;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 7%;
    display: block;
    width: 86% !important;
    text-align: left;
    color: #fff; }
    .research-item a:after {
      font-size: .7778em; }
  .research-item.active img, .research-item:hover img {
    opacity: 1; }
  .research-item.active .gradient, .research-item:hover .gradient {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
  .research-item .gradient {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3)); }

.news {
  position: relative;
  float: left;
  width: 60%;
  height: 100%;
  background-color: #d6d9d9; }
  .news .wrapper {
    width: 100%; }
  .news:before {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #d6d9d9; }
  .news header {
    border-bottom-color: #fff; }
  .news h2 {
    border-bottom-color: #f58322; }
  .news .published-date {
    font-size: .75em;
    font-weight: 400;
    text-transform: uppercase;
    color: #d14a00; }
    .news .published-date:before {
      font-family: 'icomoon';
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      margin-right: 4px;
      content: '\f017';
      text-transform: none;
      speak: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.news-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .news-list h4 {
    font-weight: 400;
    margin: 0; }
  .news-list li {
    display: block;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .news-list li:before, .news-list li:after {
      content: '';
      display: table; }
    .news-list li:after {
      clear: both; }
    .news-list li a {
      line-height: 1.4667;
      color: #000; }
      .news-list li a:hover {
        text-decoration: underline; }
  .news-list .thumbnail {
    display: none;
    float: left;
    width: 30%;
    padding-right: 16px; }
  .news-list .details {
    overflow: hidden; }
  .news-list .news-title {
    font-size: .9375em;
    display: block; }

.events {
  float: left;
  width: 40%; }
  .events .wrapper {
    width: 100%; }
  .events header {
    width: 100%;
    border-bottom-color: #c2c2c2; }
  .events h2 {
    border-bottom-color: #6ec8c8; }
  .events .date {
    font-weight: bold;
    line-height: 1;
    float: left;
    width: 30%;
    color: #519c9c; }
  .events .day {
    font-size: 1.5em;
    width: 100%;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .events .month {
    font-size: .625em;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .events .link {
    float: left;
    width: 70%;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .events .event-title {
    font-size: .875em;
    line-height: 1.4286; }

.events-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .events-list li {
    margin-bottom: 0;
    padding-top: 13px;
    border-bottom: 1px solid #c2c2c2;
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .events-list li:before, .events-list li:after {
      content: '';
      display: table; }
    .events-list li:after {
      clear: both; }
  .events-list a {
    color: #000; }
    .events-list a:hover {
      text-decoration: underline; }
  .events-list h4 {
    font-weight: 400;
    margin: 0; }

.grad-childpage ul li {
    margin-bottom: 26px;
}
    .why-sutd header {
  margin-bottom: 26px;
  border-bottom-color: #d6d9d9; }
.why-sutd h2 {
  border-bottom-color: #1fabdd; }
.why-sutd .container {
  z-index: 1;
  height: 100%; }
.why-sutd .background {
  position: relative;
  z-index: 0;
  height: 534px;
  background: url("/assets/sutd/img/why-sutd.jpg") no-repeat center;
  background-size: cover; }
.why-sutd .bg-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 50%, transparent 60%); }

.whysutd-accordion {
  margin: 5px 0;
  padding-right: 45px;
  color: #fff; }
  .whysutd-accordion .accordion-title {
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 8px 25px 8px 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .whysutd-accordion .accordion-title:hover {
      cursor: pointer;
      color: #1fabdd; }
    .whysutd-accordion .accordion-title:after {
      font-family: 'icomoon';
      font-size: .817em;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      position: absolute;
      top: 8px;
      right: 6px;
      content: '\f055';
      text-transform: none;
      speak: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .whysutd-accordion .accordion-title:first-of-type {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .whysutd-accordion .accordion-title.selected {
      color: #1fabdd;
      border-bottom: 0; }
      .whysutd-accordion .accordion-title.selected:after {
        content: '\f056'; }
  .whysutd-accordion .accordion-content {
    padding: 0 22px 22px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .whysutd-accordion .accordion-content p {
      font-size: 1.2em;
      margin-top: 0; }

.testimonials {
  background: #b4c3c3; }
  .testimonials h4 {
    font-size: 1em; }
  .testimonials .wrap {
    height: 100%; }
  .testimonials blockquote {
    width: 100%; }
    .testimonials blockquote p {
      font-size: 1.75em;
      position: relative; }
      .testimonials blockquote p:before {
        position: absolute;
        top: 0;
        left: -32px;
        width: 22px;
        height: 19px;
        content: '';
        background: url("/assets/sutd/fonts/icon_quote-open.svg") no-repeat; }
      .testimonials blockquote p:after {
        position: absolute;
        bottom: 0;
        width: 22px;
        height: 19px;
        margin-left: 10px;
        content: '';
        background: url("/assets/sutd/fonts/icon_quote-close.svg") no-repeat; }
    .testimonials blockquote footer {
      font-size: .875em;
      font-weight: 400;
      text-transform: uppercase; }
  .testimonials .quote-text {
    height: 100%; }
  .testimonials .quote-title {
    margin: 0 40px;
    text-transform: uppercase;
    color: #fff; }
  .testimonials .img-person {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%; }
    .testimonials .img-person img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      max-width: none; }

.carousel3 {
  position: relative;
  height: 100%; }
  .carousel3 .carousel-content {
    height: inherit; }
    .carousel3 .carousel-content ul {
      height: inherit; }
    .carousel3 .carousel-content li {
      position: relative;
      width: 100%;
      height: inherit; }
  .carousel3 .carousel-navigation {
    position: absolute;
    bottom: 40px;
    width: 100%; }
    .carousel3 .carousel-navigation li {
      position: relative;
      margin-left: 14px; }
    .carousel3 .carousel-navigation a {
      display: block;
      overflow: hidden;
      width: 65px;
      height: 65px;
      -webkit-border-radius: 65px;
      -moz-border-radius: 65px;
      border-radius: 65px; }
      .carousel3 .carousel-navigation a.active .overlay {
        display: block; }
  .carousel3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: #7c7c7c;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px; }
  .carousel3 .slick-list,
  .carousel3 .slick-track {
    height: inherit; }

.video .video-container iframe {
  width: 100%; }
.video .video-title h2 {
  font-size: 2.8em;
  font-weight: 300; }

.graduate h3,
.undergraduate h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin: 0;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 6px solid #bd1f2e;
  display: inline-block;
  *display: inline;
  zoom: 1; }
.internal .graduate,
.internal .undergraduate {
  background: none; }
  .internal .graduate article,
  .internal .undergraduate article {
    border-right: 0; }
  .internal .graduate h3,
  .internal .undergraduate h3 {
    color: #000; }

.social-feeds .instagram,
.social-feeds .twitter-facebook {
  float: left; }
.social-feeds #instafeed .content {
  position: relative; }
.social-feeds #instafeed img {
  width: 100%; }
.social-feeds #instafeed .caption {
  font-size: .75em;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.8)); }
.social-feeds #instafeed .profilepic {
  float: left;
  width: 40px;
  margin-right: 10px; }
.social-feeds #instafeed .text {
  display: block;
  width: 100%; }
.social-feeds .feed-container .hidden {
  display: none; }
.social-feeds .feed-container .feed {
  background-color: #fff; }
.social-feeds .feed-container i {
  margin-right: 10px; }
.social-feeds .feed-container .name {
  font-size: 1.6em;
  font-weight: 700;
  color: #000; }
.social-feeds .feed-container p {
  font-size: 1.4em;
  margin-bottom: .2em; }
  .social-feeds .feed-container p a {
    color: #990033; }
.social-feeds .feed-container .date {
  font-size: 1em;
  color: #666666; }

/*===========================================
 06 Standard
 ===========================================*/
.banner {
  position: relative;
  top: 0;
  height: 409px;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner.dark-banner:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4); }
  .banner .wrap {
    height: 100%; }
  .banner .banner-text {
    position: absolute;
    bottom: 30px;
    width: 460px;
    text-transform: uppercase;
    color: #fff; }
    .banner .banner-text h1 {
      font-size: 4.8em;
      font-weight: 700;
      line-height: 1em;
      margin: 0;
      word-break: normal;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .banner.inner {
    height: 305px; }
    .banner.inner .banner-text {
      bottom: 33px; }

.published-date:before,
.author:before,
.venue:before,
.faculty:before,
.research-area:before,
.time-range:before {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin-right: 4px;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.published-date:before {
  content: '\e902'; }

.author:before {
  content: '\e901'; }

.venue:before {
  content: '\e903'; }

.faculty:before {
  content: '\f19c'; }

.research-area:before {
  content: '\e900'; }

.time-range:before {
  content: '\f017'; }

.internal article {
  font-weight: normal;
  line-height: 1.5;
  padding: 0 20px 0 0;
  border-right: 1px solid #c2c2c2; }
  .internal article.col-12 {
    border-right: 0; }
  .internal article > address,
  .internal article > blockquote {
    font-size: 1.6em; }
  .internal article .table-responsive,
  .internal article .intro,
  .internal article .gallery {
    font-size: 1em; }
  .internal article a {
    word-wrap: break-word; }
    .internal article a:hover {
      text-decoration: underline; }
  .internal article table th,
  .internal article table td {
    font-size: 1.5em;
    line-height: 1.4; }
    .internal article table th *,
    .internal article table td * {
      font-size: inherit; }
  .internal article table th {
    white-space: nowrap; }
  .internal article table td {
    min-width: 150px; }
  .internal article li table th,
  .internal article li table td {
    font-size: inherit; }
  .internal article li * {
    font-size: inherit; }
.internal .aside-right {
  padding: 0 10px; }
.internal h2 {
  position: relative;
  margin-bottom: 20px; }
  .internal h2:after {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 46px;
    content: '';
    border-bottom: 6px solid #0586a9; }
.internal h3 {
  color: #0586a9; }
.internal ul,
.internal ol {
  padding-left: 18px; }
.internal img {
  width: auto !important;
  height: auto !important; }
  .internal img.full-width {
    width: 100% !important; }

.share-links {
  width: 100%;
  margin-top: 30px; }
  .share-links p {
    font-size: 1.4em;
    font-weight: bold; }
  .share-links--facebook {
    background: #3B5998; }
  .share-links--twitter {
    background: #1DA1F2; }
  .share-links--linkedin {
    background: #0077B5; }
  .share-links--weibo {
    background: #df2029; }
  .share-links--whatsapp {
    background: #25D366; }

.btn-download,
.cta-btn-download {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  color: #fff; }
  .btn-download:after,
  .cta-btn-download:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background-color: #000;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: linear;
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: linear; }
  .btn-download:hover:after, .btn-download:focus:after,
  .cta-btn-download:hover:after,
  .cta-btn-download:focus:after {
    opacity: .2; }
  .btn-download img,
  .cta-btn-download img {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%; }
  .btn-download span,
  .cta-btn-download span {
    font-size: .875em;
    line-height: 1.6;
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 10px; }
  .btn-download .overlay-color,
  .cta-btn-download .overlay-color {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #990033; }

.circle-btn {
  font-size: 2em;
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .circle-btn:hover {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2); }

.internal .detail-info {
  font-size: 1em; }
.detail-info .published-date,
.detail-info .venue,
.detail-info .time-range,
.detail-info .author,
.detail-info .faculty,
.detail-info .research-area {
  font-size: 1.6em;
  display: block;
  margin-bottom: 10px; }
.detail-info .thumbnail {
  text-align: center; }
  .detail-info .thumbnail img {
    width: 100%; }

.gallery {
  position: relative;
  max-width: 940px;
  margin: auto;
  padding: 15px 30px;
  background-color: #fff; }
  .gallery .gallery__carousel {
    margin-bottom: 50px; }
  .gallery .fancybox {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 100%;
    border: 1px solid #cccccc;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .gallery .fancybox img {
      position: relative;
      display: inline-block;
      width: 100% !important;
      height: 100% !important;
      margin-top: 0;
      margin-left: 0;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .gallery .fancybox:hover {
      border: 1px solid #000; }
  .gallery .title {
    display: none !important; }
  .gallery .slick-arrow {
    font-size: 20px;
    position: absolute;
    border: 0;
    background: transparent; }
  .gallery .slick-prev {
    z-index: 5;
    top: 50%;
    left: -25px; }
  .gallery .slick-next {
    top: 50%;
    right: -25px; }
  .gallery .slick-dots {
    width: 100%;
    padding: 10px;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .gallery .slick-dots li {
      display: inline-block;
      margin: 5px 2px; }
    .gallery .slick-dots button {
      line-height: 30px;
      width: 30px;
      text-align: center;
      border: 0;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .gallery .slick-active {
    outline: 0; }
    .gallery .slick-active button {
      color: #fff;
      background: #000; }

.gallery__carousel--slide {
  margin: 0 5px;
  text-align: center; }

.gallery__carousel--slide-group .gallery__carousel--slide {
  display: inline-block;
  width: 32.1%;
  height: 100px;
  margin: 0 1.5% 5px 0;
  cursor: pointer; }
  .gallery__carousel--slide-group .gallery__carousel--slide:nth-child(3n+3) {
    margin-right: 0; }

.fancybox-title a {
  font-size: 1em; }

.fancybox-wrap {
  z-index: 100; }

.social-share {
  padding: 15px 30px;
  background-color: #e0e0de;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .social-share:before, .social-share:after {
    content: '';
    display: table; }
  .social-share:after {
    clear: both; }
  .social-share p {
    font-weight: 500;
    float: left; }
  .social-share .addthis_toolbox {
    float: left; }
    .social-share .addthis_toolbox a {
      font-size: 1.5em;
      margin-right: 13px; }
      .social-share .addthis_toolbox a:last-of-type {
        margin-right: 0; }
    .social-share .addthis_toolbox i {
      position: relative;
      top: -2px;
      left: -2px; }
      .social-share .addthis_toolbox i.icon-facebook {
        left: 0; }
  .social-share .circle-btn {
    width: 30px;
    height: 30px; }

/*===========================================
 06 Landing Page
 ===========================================*/
.collaborations header {
  position: relative;
  border-bottom-color: #707070; }
.collaborations h2 {
  border-bottom-color: #0586a9; }

.carousel4 .carousel-content {
  position: relative;
  margin-top: 26px; }
  .carousel4 .carousel-content li {
    position: relative; }
.carousel4 .carousel-navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .carousel4 .carousel-navigation li {
    font-size: 1.3em;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .carousel4 .carousel-navigation a {
    font-weight: bold;
    display: block;
    width: 179px;
    padding: 13px 0;
    text-align: center;
    border-bottom: 2px solid #fff; }
    .carousel4 .carousel-navigation a:hover, .carousel4 .carousel-navigation a.active {
      border-bottom-color: #0586a9; }
.carousel4 .snippet {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px; }
  .carousel4 .snippet a {
    font-size: .815em; }
  .carousel4 .snippet p {
    font-size: .815em;
    line-height: 1.3846; }
  .carousel4 .snippet img {
    width: auto; }

.quick-links {
  background-image: url("/assets/sutd/img/quick-links-banner.jpg");
  background-size: cover; }
  .quick-links header {
    border-bottom-color: #cccccc; }
  .quick-links h2 {
    border-bottom-color: #990033; }
  .quick-links .cta, .quick-links .cta-blue, .quick-links .cta-big-shortcut {
    position: relative;
    z-index: 1;
    display: block;
    padding: 18px 0;
    color: #fff;
    border: 2px solid #c2c2c2;
    background-color: #7d7d7d; }
    .quick-links .cta:after, .quick-links .cta-blue:after, .quick-links .cta-big-shortcut:after {
      position: relative;
      margin-top: 5px;
      margin-left: 8px;
      content: '\f138'; }
  .quick-links ul {
    margin-top: 16px;
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .quick-links li {
    font-size: 1em;
    float: left;
    width: 33.3333333333%; }

.box {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 26px;
  border-bottom: 7px solid #fdba11;
  background-color: #fff; }
  .box img {
    width: 100%;
    height: auto; }
  .box .snippet {
    min-height: 142px;
    padding: 25px 30px 13px 30px;
    background-color: #fff; }
    .box .snippet p {
      font-size: 1.5em;
      line-height: 1.4667; }

/* Fix for PUP jobs portal */
#jobs-form .job-listing-wrapper,
#jobs-form .filter-group-title {
  font-size: 1.6em; }

/*===========================================
 07 Footer
 ===========================================*/
.footer {
  background-color: #f6f6f6; }
  .footer ul {
    margin-bottom: 30px;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer ul li {
      font-size: 1.2em;
      margin: 5px 0; }
  .footer a {
    color: #666666; }
  .footer .col-3 {
    padding-right: 30px; }
  .footer .foot-lvl1 > li > a {
    font-weight: bold;
    text-transform: uppercase;
    color: #000; }
  .footer .foot-lvl1 > li li {
    font-size: 1em; }
  .footer .main-links {
    padding: 22px 0; }
  .footer #back-to-top {
    font-size: 1.2em;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .footer #back-to-top i {
      position: relative;
      top: 0;
      transition-property: top;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: top;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .footer #back-to-top:hover i {
      top: -3px; }
  .footer .social-links {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff; }
    .footer .social-links .social,
    .footer .social-links .apps {
      float: left; }
    .footer .social-links .apps a {
      margin-left: -5px; }
    .footer .social-links span {
      font-size: 1.2em;
      float: left; }
      .footer .social-links span.apps-title {
        margin-left: 10px; }
    .footer .social-links ul {
      float: left;
      margin-top: -10px;
      margin-bottom: 0;
      margin-left: 10px; }
    .footer .social-links li {
      font-size: 2em;
      margin-left: 5px;
      display: inline-block;
      *display: inline;
      zoom: 1; }
      .footer .social-links li a {
        color: #000;
        transition-property: all;
        transition-duration: 0.5;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.5;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
        .footer .social-links li a:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }

.copyright {
  padding-top: 22px;
  color: #666666;
  border-top: 2px solid #fff; }
  .copyright ul {
    margin-bottom: 0; }
  .copyright ul:first-child {
    float: right; }
  .copyright ul:last-child {
    float: left; }
  .copyright li {
    margin-left: 20px !important;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .copyright li:first-of-type {
      font-size: 1.2em;
      margin-left: 0 !important; }

/*===========================================
 08 Listing
 ===========================================*/
.listing-filters {
  position: relative;
  margin-bottom: 25px; }
  .listing-filters .material-select-wrapper {
    float: left; }
  .listing-filters legend {
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 10px; }

.filterTitle {
  font-size: 1.6em; }

.search-results .sort {
  position: relative;
  cursor: pointer; }
  .search-results .sort::after {
    position: relative;
    top: 15px;
    right: -4px;
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .search-results .sort.asc::after {
    border-top: 4px solid #730026; }
  .search-results .sort::before {
    position: absolute;
    top: 4px;
    right: -4px;
    width: 0;
    height: 0;
    content: '';
    border-right: 4px solid transparent;
    border-bottom: 4px solid #999;
    border-left: 4px solid transparent; }
  .search-results .sort.desc::before {
    border-bottom: 4px solid #730026; }
.search-results .pagination a {
  line-height: 30px; }

.list-tabs {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .list-tabs:before, .list-tabs:after {
    content: '';
    display: table; }
  .list-tabs:after {
    clear: both; }
  .list-tabs ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .list-tabs li a {
    font-weight: 500;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    color: #000;
    border: 0;
    background-color: #fff; }
    .list-tabs li a:hover, .list-tabs li a:focus {
      color: #999;
      background-color: #000; }
  .list-tabs li.active a {
    color: #999;
    background-color: #000; }

.faculty-filter-dropdown {
  position: relative;
  top: -3px;
  width: 100%; }
  .faculty-filter-dropdown .faculty-filter-container {
    display: none;
    color: #fff;
    background-color: #630121; }
    .faculty-filter-dropdown .faculty-filter-container .input-group {
      width: 100%;
      margin-bottom: 10px; }
    .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper:hover .material-label,
    .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper:hover .icon-chevron-down {
      color: #fff; }
    .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper .card-wrapper li {
      border-bottom: 1px solid #000; }
      .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper .card-wrapper li:last-child {
        border-bottom: 0; }
    .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper .card-wrapper button {
      color: #fff; }
      .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper .card-wrapper button:hover, .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper .card-wrapper button.active {
        background: #24010c; }
    .faculty-filter-dropdown .faculty-filter-container .material-select-wrapper .icon-chevron-down {
      color: #fff; }
    .faculty-filter-dropdown .faculty-filter-container .material-label {
      padding-right: 35px; }
    .faculty-filter-dropdown .faculty-filter-container .dropdown {
      font-family: inherit;
      font-size: 1.3em;
      width: 100%;
      height: 40px;
      margin-bottom: 5px;
      color: #fff;
      border: 0;
      outline: 0;
      background-color: #000; }
    .faculty-filter-dropdown .faculty-filter-container label {
      font-size: 1.6em;
      display: block;
      width: 100%;
      margin-bottom: 5px; }
    .faculty-filter-dropdown .faculty-filter-container .input-group {
      position: relative;
      height: auto;
      margin-bottom: 10px;
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .faculty-filter-dropdown .faculty-filter-container .input-group:before, .faculty-filter-dropdown .faculty-filter-container .input-group:after {
        content: '';
        display: table; }
      .faculty-filter-dropdown .faculty-filter-container .input-group:after {
        clear: both; }
      .faculty-filter-dropdown .faculty-filter-container .input-group input[type='checkbox'] {
        -webkit-appearance: checkbox; }
      .faculty-filter-dropdown .faculty-filter-container .input-group input[type='radio'] {
        -webkit-appearance: radio; }
      .faculty-filter-dropdown .faculty-filter-container .input-group input.search-submit {
        display: none; }
      .faculty-filter-dropdown .faculty-filter-container .input-group input[type='submit'] {
        margin-left: 0; }

.listing-boxes,
.faculty-listing {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .listing-boxes:before, .listing-boxes:after,
  .faculty-listing:before,
  .faculty-listing:after {
    content: '';
    display: table; }
  .listing-boxes:after,
  .faculty-listing:after {
    clear: both; }

.listing-box {
  font-size: 1.6em;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  border-bottom: 7px solid #fdba11;
  background-color: #fff; }
  .listing-box .published-date,
  .listing-box .author,
  .listing-box .time-range,
  .listing-box .venue,
  .listing-box .faculty,
  .listing-box .research-area {
    font-size: .8em;
    position: relative;
    display: block;
    width: 100%;
    padding: 1px 0 1px 20px;
    color: #666666; }
    .listing-box .published-date:before,
    .listing-box .author:before,
    .listing-box .time-range:before,
    .listing-box .venue:before,
    .listing-box .faculty:before,
    .listing-box .research-area:before {
      font-size: .85em;
      position: absolute;
      top: 2px;
      left: 0;
      width: 13px;
      text-align: center; }
  .listing-box .venue:before {
    font-size: 1.1em; }
  .listing-box .published-date:before {
    font-size: 1em; }
  .listing-box .research-area:before {
    top: 4px; }
  .listing-box .time-range:before {
    font-size: 1.1em;
    top: 1px; }
  .listing-box .meta {
    padding: 10px 0;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2; }
    .listing-box .meta:last-child {
      border-bottom: none; }
  .listing-box .shortcut-link {
    font-size: .94em;
    width: 100%;
    margin: 10px 0 0;
    text-transform: none; }
  .listing-box .img-holder img {
    width: 100%; }
  .listing-box > a {
    position: relative;
    display: block;
    margin-bottom: -500px;
    padding-bottom: 500px;
    background-color: #fff; }
    .listing-box > a:hover, .listing-box > a:focus {
      background-color: #ececec; }
      .listing-box > a:hover .shortcut-link:after, .listing-box > a:focus .shortcut-link:after {
        left: 5px; }
  .listing-box .snippet {
    position: relative;
    width: auto;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: linear; }
    .listing-box .snippet p {
      font-size: .8em;
      margin: 10px 0;
      color: #000; }

.persona-article {
  padding: 20px; }
  .persona-article a:hover {
    text-decoration: underline; }

.faculty-listing .listing-box .img-holder {
  float: left;
  width: 25%; }
.faculty-listing .listing-box .snippet {
  overflow: hidden; }
.faculty-listing .shortcut-link {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0; }
.faculty-listing .published-date,
.faculty-listing .author,
.faculty-listing .venue,
.faculty-listing .faculty,
.faculty-listing .research-area {
  font-size: .9em;
  padding: 1px 0; }
.faculty-listing span {
  font-size: .8em;
  display: block;
  width: 100%;
  padding: 1px 0; }
  .faculty-listing span:before {
    display: none; }
.faculty-listing .designation {
  display: block;
  width: 100%;
  margin: 5px 0 10px;
  color: #000; }

.pagination {
  margin-top: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .pagination span,
  .pagination i {
    position: relative;
    top: 4px; }
  .pagination li {
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .pagination li a {
      position: relative;
      z-index: 1;
      display: block;
      width: 30px;
      height: 30px;
      color: #000; }
      .pagination li a:before {
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 30px;
        content: '';
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; }
    .pagination li.active a {
      color: #fff; }
      .pagination li.active a:before {
        background-color: #000; }

/*===========================================
 09 Undergraduate
 ===========================================*/
.timeline-widget {
  width: 100%; }
  .timeline-widget .slick-list,
  .timeline-widget .slick-track {
    height: 100%; }
  .timeline-widget .slick-slide {
    outline: 0; }
  .timeline-widget .slick-disabled {
    display: none !important; }
  .timeline-widget .slick-prev,
  .timeline-widget .slick-next {
    font-size: 4em;
    position: absolute;
    z-index: 1;
    top: 50%;
    color: #fff;
    border: 0;
    background-color: transparent; }
  .timeline-widget .slick-prev {
    left: 0; }
    .timeline-widget .slick-prev:hover {
      left: -5px; }
  .timeline-widget .slick-next {
    right: 0; }
    .timeline-widget .slick-next:hover {
      right: -5px; }

.qualification-filters,
.timeline__header {
  border-bottom: 0; }
  .qualification-filters label,
  .qualification-filters h2,
  .qualification-filters h3,
  .timeline__header label,
  .timeline__header h2,
  .timeline__header h3 {
    font-size: 1.6em;
    width: 100%;
    padding-bottom: 10px;
    text-transform: none;
    border-bottom: 1px solid #999999;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .qualification-filters ul,
  .timeline__header ul {
    width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .qualification-filters li,
  .timeline__header li {
    font-size: 1.3em;
    float: left;
    width: 16.6666666667%;
    margin-bottom: 10px; }
    .qualification-filters li a,
    .timeline__header li a {
      font-weight: 500;
      position: relative;
      z-index: 1;
      display: block;
      padding: 10px;
      color: #999999;
      border-bottom: 4px solid #fff;
      background-color: transparent; }
      .qualification-filters li a:hover,
      .timeline__header li a:hover {
        color: #1fabdd;
        border-bottom-color: #1fabdd; }
    .qualification-filters li.active a,
    .timeline__header li.active a {
      color: #1fabdd;
      border-bottom-color: #1fabdd;
      background-color: transparent; }

.timeline__group {
  height: 350px;
  padding: 5px 0; }

.timeline__content .wrapper {
  display: table;
  height: 100%;
  padding: 0 100px; }
.timeline__content .text-container {
  display: table-cell;
  width: 50%;
  padding: 0 20px;
  vertical-align: middle; }
  .timeline__content .text-container .date {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 3px; }
  .timeline__content .text-container h2,
  .timeline__content .text-container .timeline__content-title {
    font-size: 2.8em;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 5px; }
    .timeline__content .text-container h2 a:hover,
    .timeline__content .text-container .timeline__content-title a:hover {
      text-decoration: underline; }
  .timeline__content .text-container p {
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 10px; }
.timeline__content .thumbnail {
  display: table-cell;
  vertical-align: middle; }
  .timeline__content .thumbnail img {
    width: 100%;
    -moz-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6); }

/*===========================================
 10 Graduate
 ===========================================*/
.graduate-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .graduate-list li {
    font-size: 1.6em;
    width: 100%; }
  .graduate-list .shortcut-link {
    font-size: .875em; }
  .graduate-list .img-holder {
    float: left;
    width: 25%; }
  .graduate-list .snippet {
    float: left;
    width: 75%;
    padding: 25px 30px 13px 30px; }

.master .listing-box .shortcut-link {
  text-transform: uppercase; }

.phd .listing-box .shortcut-link {
  text-transform: uppercase; }

/*===========================================
 11 Procurement Listing
 ===========================================*/
.procurement-filters {
  margin-bottom: 20px;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .procurement-filters:before, .procurement-filters:after {
    content: '';
    display: table; }
  .procurement-filters:after {
    clear: both; }
  .procurement-filters label {
    font-size: 1.6em; }
  .procurement-filters .input-group {
    position: relative;
    float: left;
    height: 40px; }
    .procurement-filters .input-group .material-select-wrapper {
      width: 100%;
      height: 100%; }
    .procurement-filters .input-group .material-label {
      height: 100%;
      padding: 5px; }
    .procurement-filters .input-group .search {
      font-size: 1.6em;
      width: 70%;
      height: 100%;
      border: none;
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .procurement-filters .input-group input.search-submit {
      display: none; }
    .procurement-filters .input-group .search-submit {
      font-size: 1.6em;
      position: relative;
      left: -3px;
      float: none;
      width: 28%;
      height: 100%;
      margin-left: 0;
      padding: 5px;
      border: none;
      background-color: #d6d9d9;
      display: inline-block;
      *display: inline;
      zoom: 1; }

.procurement-table table {
  font-size: .9em; }
  .procurement-table table th {
    padding: 10px; }
    .procurement-table table th a {
      position: relative;
      color: #fff; }
      .procurement-table table th a i {
        font-size: .9em;
        position: absolute;
        right: -16px;
        bottom: 2px; }
      .procurement-table table th a.active {
        color: #4a4f54; }
  .procurement-table table td {
    min-width: auto !important;
    padding: 5px; }

/*===========================================
 12 FAQ
 ===========================================*/
.faq .filters ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
.faq .filters li {
  position: relative;
  float: left; }
  .faq .filters li input[type='checkbox'] {
    display: none; }
    .faq .filters li input[type='checkbox'] + label {
      position: relative;
      cursor: pointer; }
      .faq .filters li input[type='checkbox'] + label:before {
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        content: '';
        border: 1px solid #d6d9d9;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        display: inline-block;
        *display: inline;
        zoom: 1; }
      .faq .filters li input[type='checkbox'] + label:after {
        font-family: 'icomoon';
        font-size: .8em;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: absolute;
        top: -2px;
        left: 4px;
        content: '\f00c';
        text-transform: none;
        opacity: 0;
        color: #fff;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        speak: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .faq .filters li input:checked + label {
    font-weight: 500; }
    .faq .filters li input:checked + label:before {
      background-color: #000; }
    .faq .filters li input:checked + label:after {
      opacity: 1; }
.faq .selected-categories {
  padding-right: 20px; }
  .faq .selected-categories ul {
    padding-left: 20px; }
  .faq .selected-categories li {
    font-size: 1.4em; }
.faq .faq-search {
  margin-bottom: 10px;
  padding: 5px 15px;
  color: white;
  background: #990033; }
  .faq .faq-search__input, .faq .faq-search__filters, .faq .faq-search__personas {
    margin: 20px auto; }
  .faq .faq-search .input-group {
    width: 100%;
    margin-bottom: 10px; }
  .faq .faq-search__input .input-group {
    position: relative; }
  .faq .faq-search input[type='reset'] {
    width: 100%;
    margin-left: 0; }
  .faq .faq-search__personas input[type='checkbox'] {
    vertical-align: top; }
    .faq .faq-search__personas input[type='checkbox'] + label {
      font-size: 1.6em;
      margin-top: -3px;
      margin-bottom: 0;
      color: white; }
  .faq .faq-search .material-select-wrapper:hover .material-label,
  .faq .faq-search .material-select-wrapper:hover .icon-chevron-down {
    color: #fff; }
  .faq .faq-search .material-select-wrapper .card-wrapper li {
    border-bottom: 1px solid #000; }
    .faq .faq-search .material-select-wrapper .card-wrapper li:last-child {
      border-bottom: 0; }
  .faq .faq-search .material-select-wrapper .card-wrapper button {
    color: #fff; }
    .faq .faq-search .material-select-wrapper .card-wrapper button:hover, .faq .faq-search .material-select-wrapper .card-wrapper button.active {
      background: #24010c; }
  .faq .faq-search .material-select-wrapper .icon-chevron-down {
    color: #fff; }
.faq .faq-title h2 {
  color: #1fabdd; }
.faq .faq-title.hide {
  display: none; }

.faq-accordion .accordion-title {
  position: relative;
  padding: 20px 45px 20px 20px;
  color: #fff;
  border-top: 1px solid #d6d9d9;
  border-bottom: 1px solid #d6d9d9;
  background-color: #1fabdd; }
  .faq-accordion .accordion-title h2 {
    font-size: 2em; }
  .faq-accordion .accordion-title.selected {
    border-bottom: none; }
    .faq-accordion .accordion-title.selected:after {
      content: '\f056'; }
  .faq-accordion .accordion-title:hover {
    cursor: pointer; }
  .faq-accordion .accordion-title:after {
    font-family: 'icomoon';
    font-size: 3em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 32px;
    right: 20px;
    margin: auto;
    content: '\f055';
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.faq-accordion .accordion-content {
  padding: 20px;
  background-color: #fff; }
.faq-accordion .faq-category-tag {
  display: inline-block;
  margin-bottom: 5px;
  padding: 8px 12px;
  color: white;
  border-radius: 3px;
  background: #460118; }

/*===========================================
 13 Persona
 ===========================================*/
.persona-listing h2 {
  font-size: 1.6em;
  margin-top: 0; }
.persona-listing a {
  width: 100%; }
.persona-listing .listing-box .shortcut-link {
  margin: 5px 0; }

/*===========================================
 14 Contact us
 ===========================================*/
.contact-us address {
  font-style: normal; }
  .contact-us address p {
    line-height: 1.4;
    position: relative;
    margin: .6em 0; }
  .contact-us address h2,
  .contact-us address h3 {
    font-size: 2em;
    font-style: normal;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding-bottom: 26px; }
    .contact-us address h2:after,
    .contact-us address h3:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 46px;
      content: '';
      border-bottom: 6px solid #0586a9; }
  .contact-us address h2 {
    font-size: 2.4em; }
.contact-us .btn-cta {
  position: relative;
  display: inline-block;
  width: 135px;
  min-height: 74px;
  padding: 15px 35px 15px 15px;
  vertical-align: top;
  color: #fff; }
  .contact-us .btn-cta span {
    position: relative;
    z-index: 2;
    display: block;
    white-space: normal; }
  .contact-us .btn-cta:before {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    content: ''; }
.contact-us .btn-talk-to-us {
  background: #990033; }
  .contact-us .btn-talk-to-us:before {
    background: transparent url("../img/sprites.png") no-repeat 0 13px;
    width: 80px;
    height: 74px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .contact-us .btn-talk-to-us:before {
        background-image: url("../img/sprites-hd.png");
        background-size: 300px 200px; } }
  .contact-us .btn-talk-to-us:hover, .contact-us .btn-talk-to-us:focus {
    background-color: #770128; }
    .contact-us .btn-talk-to-us:hover:before, .contact-us .btn-talk-to-us:focus:before {
      background-position: 0 -88px; }
.contact-us .btn-directory {
  background: #000; }
  .contact-us .btn-directory:hover, .contact-us .btn-directory:focus {
    background-color: #333333; }
    .contact-us .btn-directory:hover:before, .contact-us .btn-directory:focus:before {
      background-position: -100px -111px; }
  .contact-us .btn-directory:before {
    background: transparent url("../img/sprites.png") no-repeat -100px -10px;
    width: 80px;
    height: 74px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .contact-us .btn-directory:before {
        background-image: url("../img/sprites-hd.png");
        background-size: 300px 200px; } }

.map-search .input-group {
  float: left;
  width: 50%;
  height: 30px;
  margin-bottom: 20px; }
  .map-search .input-group .search {
    font-size: 1.6em;
    width: 78%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #d6d9d9;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .map-search .input-group .submit {
    font-size: 1.6em;
    position: relative;
    left: -5px;
    width: 20%;
    height: 100%;
    border: none;
    background-color: #d6d9d9;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .map-search .input-group input.submit {
    display: none; }
.map-search .search-result {
  table-layout: fixed;
  word-wrap: break-word; }
  .map-search .search-result button {
    padding: 10px;
    border: none;
    background-color: #d6d9d9; }
  .map-search .search-result tr:nth-child(even) {
    background-color: #fff; }
  .map-search .search-result tr.active {
    background-color: #d6d9d9; }
    .map-search .search-result tr.active button {
      color: #fff;
      background-color: #4a4f54; }
  .map-search .search-result td {
    font-size: 1.3em; }

.maps-results {
  overflow-y: auto;
  max-height: 300px; }

.maps {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .maps img {
    width: 100%; }
  .maps li {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .maps li.base {
      position: relative;
      z-index: 1; }
    .maps li.active {
      z-index: 2; }

/*===========================================
 15 Google Site Search
 ===========================================*/
.site-search article {
  border-right: 1px solid #c2c2c2; }
.site-search aside {
  padding: 0 10px; }
.site-search table {
  border: 0; }
.site-search .gsc-control-cse {
  border: 0;
  background: none; }
.site-search .gsc-orderby-label {
  font-size: 14px; }
.site-search .gs-webResult.gs-result a.gs-title:visited, .site-search .gs-webResult.gs-result a.gs-title:link {
  color: #990033 !important; }
  .site-search .gs-webResult.gs-result a.gs-title:visited b, .site-search .gs-webResult.gs-result a.gs-title:link b {
    color: inherit; }
.site-search .gs-webResult .gs-snippet {
  font-size: 14px; }
.site-search .gsc-webResult.gsc-result {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  background: none; }
  .site-search .gsc-webResult.gsc-result:hover {
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    background: none; }
.site-search .gsc-results .gsc-imageResult {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  background: none; }
  .site-search .gsc-results .gsc-imageResult:hover {
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    background: none; }
.site-search .gsc-results .gsc-cursor-box {
  text-align: center; }
  .site-search .gsc-results .gsc-cursor-box .gsc-cursor {
    font-size: 16px; }
  .site-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    color: #000;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .site-search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
      font-weight: 700;
      text-decoration: none; }
    .site-search .gsc-results .gsc-cursor-box .gsc-cursor-page:before {
      position: relative;
      display: inline-block;
      width: 0;
      height: 100%;
      content: '';
      vertical-align: middle; }
  .site-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #fff;
    background-color: #000; }
.site-search .gs-webResult div.gs-visibleUrl,
.site-search .gs-imageResult div.gs-visibleUrl {
  font-size: 11px;
  color: #666; }
.site-search .gs-imageResult a.gs-title:visited, .site-search .gs-imageResult a.gs-title:link {
  color: #000 !important; }
  .site-search .gs-imageResult a.gs-title:visited b, .site-search .gs-imageResult a.gs-title:link b {
    color: inherit; }
.site-search .gsc-control-cse {
  font-family: 'Gotham A', 'Gotham B', sans-serif; }
  .site-search .gsc-control-cse .gsc-option-menu-container {
    width: 120px; }
  .site-search .gsc-control-cse .gsc-table-result {
    font-family: 'Gotham A', 'Gotham B', sans-serif; }
.site-search .gsc-table-result,
.site-search .gsc-thumbnail-inside,
.site-search .gsc-url-top {
  padding-left: 0; }
.site-search .gsc-selected-option-container {
  width: 100% !important;
  border: 0;
  background: #fff;
  box-shadow: none; }
.site-search .gsc-selected-option {
  font-size: 13px; }
.site-search .gcsc-branding {
  display: none; }

/*===========================================
 16 Sitemap
 ===========================================*/
.sitemap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .sitemap ul:before, .sitemap ul:after {
    content: '';
    display: table; }
  .sitemap ul:after {
    clear: both; }
.sitemap .lvl1 > li {
  font-size: 1.8em; }
  .sitemap .lvl1 > li > a {
    font-weight: 500;
    color: #000; }
    .sitemap .lvl1 > li > a:hover {
      text-decoration: underline; }
.sitemap .lvl2 {
  margin-top: 10px;
  margin-left: 10%; }
  .sitemap .lvl2 > li {
    font-size: .8em;
    float: left;
    width: 40%; }
    .sitemap .lvl2 > li:nth-child(even) {
      margin-left: 10%; }
    .sitemap .lvl2 > li > a {
      color: #000; }
      .sitemap .lvl2 > li > a:hover {
        text-decoration: underline; }
      .sitemap .lvl2 > li > a:visited {
        color: #4d4d4d; }

/*===========================================
 17 Carousels
 ===========================================*/
.carousel-content ul,
.carousel-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
.carousel-content li,
.carousel-navigation li {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/*===========================================
 18 Fix for CMS
 ===========================================*/
.cms-mode .navbar {
  position: static;
  margin-top: 50px;
  background-color: #000; }

/*===========================================
19 Microsite
===========================================*/
.microsite-main-nav {
  background-color: #000; }
  .microsite-main-nav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .microsite-main-nav li {
    display: block;
    margin-bottom: 0; }
    .microsite-main-nav li a {
      font-weight: 700;
      display: block;
      padding: 20px 10px;
      text-align: center;
      color: #fff; }
      .microsite-main-nav li a:hover {
        color: #000;
        background-color: #fff; }
    .microsite-main-nav li.active a {
      background-color: #990033; }
      .microsite-main-nav li.active a:hover {
        color: #fff; }
  .microsite-main-nav a {
    font-weight: 700;
    display: block;
    padding: 20px 10px;
    text-align: center;
    color: #fff; }
    .microsite-main-nav a:hover {
      color: #000;
      background-color: #fff; }
    .microsite-main-nav a.active {
      background-color: #990033; }
      .microsite-main-nav a.active:hover {
        color: #fff; }

.microsite-bar {
  z-index: 998;
  top: 55px;
  height: auto;
  padding: 15px 20px; }

.microsite-logo-link {
  display: block;
  max-width: 480px; }

.microsite-logo {
  float: left;
  width: 40%;
  padding-right: 10px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.microsite-title {
  font-size: 1em;
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
  text-transform: uppercase;
  word-break: normal;
  color: black; }

.microsite-breadcrumbs {
  right: 0;
  left: 0;
  max-width: 940px;
  margin: 30px 20px 0;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .microsite-breadcrumbs li {
    font-size: 1.2em;
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .microsite-breadcrumbs li a {
      font-weight: 400;
      color: #000; }
      .microsite-breadcrumbs li a:hover {
        text-decoration: underline; }
    .microsite-breadcrumbs li:after {
      font-family: 'icomoon';
      font-size: .85em;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      margin-left: 8px;
      content: '\f054';
      text-transform: none;
      speak: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .microsite-breadcrumbs li:last-child:after {
      content: ''; }

/*===========================================
20 Google map
===========================================*/
.map-container {
  height: 300px; }

.infowindow-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase; }
  .infowindow-title a {
    color: black; }

.infowindow-text p {
  font-size: 1.1em; }

/*===========================================
21 Widget
===========================================*/
a.cta-widget {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #990033; }
  a.cta-widget:after {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    right: 0;
    display: inline-block;
    margin-left: 10px;
    content: '\f138';
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  a.cta-widget:hover {
    text-decoration: none !important;
    background-color: #660022; }

iframe {
  width: 100%; }

.accordion-widget {
  width: 100%; }
  .accordion-widget .accordion-group {
    margin-bottom: 5px; }
  .accordion-widget .accordion-title {
    font-size: 1.6em;
    font-weight: 700;
    position: relative;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
    color: #fff;
    background-color: #1fabdd; }
    .accordion-widget .accordion-title:after {
        position: absolute;
        top: 13px;
        right: 20px;
        margin: auto 0;
        content: "";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .accordion-widget .accordion-title.selected {
      background-color: #00779d; }
      .accordion-widget .accordion-title.selected:after {
        content: "";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .accordion-widget .accordion-content {
    padding: 10px 20px;
    background-color: #fff; }

.navtab-widget {
  width: 100%;
  margin-bottom: 10px; }

.navtab__tabs a:hover, .navtab__tabs a.active {
  text-decoration: none !important; }

.navtab__content {
  background-color: #fff; }
  .navtab__content .navtab__article {
    display: none;
    padding: 20px;
    border-right: 0; }

.newtimeline {
  margin-bottom: 25px; }

.newtimeline__tabs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .newtimeline__tabs a {
    font-size: 2em;
    line-height: 45px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 25px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #bd1f2e;
    border-radius: 50%; }
    .newtimeline__tabs a:after {
      display: block;
      content: '';
      background: #bd1f2e; }
    .newtimeline__tabs a:last-of-type:after {
      display: none; }

.newtimeline__content {
  position: relative;
  border: 1px solid #bd1f2e; }
  .newtimeline__content .navtab__article {
    position: relative;
    display: none;
    padding: 20px;
    border-right: 0; }
    .newtimeline__content .navtab__article:before {
      position: absolute;
      display: block;
      width: 0;
      content: ''; }
    .newtimeline__content .navtab__article:after {
      position: absolute;
      display: block;
      width: 0;
      content: ''; }

/*===========================================
24 Sticky Nav
===========================================*/
.sticky-nav {
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 300px; }
  .sticky-nav .js-share {
    display: none; }
  .sticky-nav.is-scrolled .sticky-nav__item.js-open-menu,
  .sticky-nav.is-scrolled .sticky-nav__item.back-to-top {
    transform: translateY(0); }
  .sticky-nav.is-scrolled .js-open-menu.is-active + .sticky-nav__container {
    transform: scale(1) translateY(0); }
  .sticky-nav__container {
    position: absolute;
    right: 0;
    bottom: 58px;
    padding-bottom: 56px;
    transition: transform .35s;
    transform: scale(0) translateY(100%);
    transform-origin: right bottom;
    opacity: .9;
    background: #730026; }
    .sticky-nav__container .js-share {
      display: block; }
    .js-open-menu.is-active + .sticky-nav__container {
      transform: scale(1) translateY(56px); }
    .sticky-nav__container .sticky-nav__item {
      position: relative;
      right: 0;
      width: 190px;
      padding: 15px 10px; }
      .sticky-nav__container .sticky-nav__item:after {
        display: block;
        clear: both;
        content: ''; }
      .sticky-nav__container .sticky-nav__item .icon {
        float: right;
        width: 40px;
        text-align: center;
        color: #fff; }
      .sticky-nav__container .sticky-nav__item span {
        font-size: .9em;
        font-weight: bold;
        display: inline-block;
        float: right;
        width: 100px;
        margin-top: 2px;
        margin-right: 10px;
        text-align: right;
        text-transform: uppercase; }
  .sticky-nav .social-media__container {
    position: absolute;
    right: 56px;
    display: none;
    width: 120px; }
  .sticky-nav .addthis_toolbox {
    width: 100%; }
    .sticky-nav .addthis_toolbox a {
      font-size: 1.2em;
      float: right;
      width: 24px;
      margin-left: 10px;
      text-align: center;
      color: #fff; }
  .sticky-nav .js-share.is-active span {
    display: none; }
  .sticky-nav .js-share.is-active .social-media__container {
    display: block; }
  .sticky-nav__item {
    font-size: 1.6em;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 55px;
    height: 55px;
    padding: 16px;
    cursor: pointer;
    opacity: .95;
    color: #fff; }
    .sticky-nav__item .icon {
      font-size: 1.6em; }
    .sticky-nav__item span {
      font-size: .5em;
      text-transform: uppercase; }
    .sticky-nav__item.js-open-menu {
      z-index: 2;
      bottom: 58px;
      transition: transform .35s;
      transform: translateY(100%);
      background: #990033; }
      .sticky-nav__item.js-open-menu.is-active {
        background: #730026; }
      .sticky-nav__item.js-open-menu .line {
        position: relative;
        top: 0;
        display: block;
        width: 4px;
        height: 4px;
        margin: 0 auto 4px;
        transition: transform .25s, position .25s;
        transform: rotate(0deg) scale(1);
        background: #fff; }
      .sticky-nav__item.js-open-menu.is-active .line.top {
        top: 8px;
        left: 0;
        transform: rotate(45deg) scaleX(6); }
      .sticky-nav__item.js-open-menu.is-active .line.mid {
        transform: scale(0); }
      .sticky-nav__item.js-open-menu.is-active .line.bot {
        top: -8px;
        left: 0;
        transform: rotate(-45deg) scaleX(6); }
    .sticky-nav__item.back-to-top {
      transition: transform .35s;
      transform: translateY(100%);
      background: #2d2e2e; }

/* cookie panel */
.cookie-panel {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 20px 10px 20px 20px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .cookie-panel .wrap {
    position: relative; }
  .cookie-panel .content {
    font-size: .875em;
    margin-top: 0;
    color: #fff; }
    .cookie-panel .content p {
      margin: 0;
      padding-right: 30px; }
  .cookie-panel__link {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .cookie-panel__accept {
    font-size: 1.4em;
    float: right;
    margin-top: 10px;
    padding: 8px;
    color: #fff;
    border: none;
    background: #990033; }
  .cookie-panel__close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border: 0;
    background: 0 0; }
    .cookie-panel__close .icon-close {
      font-size: 2.2em;
      color: #fff; }

/* Maintanence Notice panel */
.maintenance-panel {
  font-size: .875em;
  position: relative;
  display: none;
  width: 100%;
  padding: 20px;
  padding-right: 20px;
  color: #fff;
  background: #000; }
  .maintenance-panel .wrap {
    position: relative; }
  .maintenance-panel p {
    margin: 0;
    padding: 0 30px 0 0; }
  .maintenance-panel__close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%); }
    .maintenance-panel__close .icon-close {
      font-size: 2.2em;
      color: #fff; }

/* Notification Panel */
.notification-panel {
  background: #d6d9d9;
  display: none; }
  .notification-panel .wrap {
    position: relative; }
  .notification-panel--mobile {
    display: block;
    padding: 0 20px; }
    .notification-panel--mobile .wrap {
      padding: 0 15px; }

/*===========================================
22 Undergraduate Timeline
===========================================*/
.admission-timeline {
  color: black;
  background: #d6d9d9; }

.timeline-title {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: black; }

.timeline-tabs {
  display: none; }

.tab__number {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-right: 5px;
  text-align: center;
  color: white;
  border-radius: 50%;
  background: #2d2e2e; }
.tab__heading {
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  color: #2d2e2e; }

.timeline-content {
  margin-top: 20px; }
  .timeline-content .tab-heading a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #a7a5a5; }
    .timeline-content .tab-heading a.open {
      border-bottom: 0; }
    .timeline-content .tab-heading a i {
      font-size: 1em;
      position: absolute;
      right: 15px;
      color: #2d2e2e;
      background: transparent; }
  .timeline-content .tab-heading.active a .tab__heading {
    color: black; }
  .timeline-content .tab-heading.active a .tab__number {
    color: white;
    background: black; }
  .timeline-content .tab-heading.active a i {
    color: #2d2e2e; }
  .timeline-content .accordion--content {
    padding: 20px 0; }
  .timeline-content .tab-article {
    display: none; }
    .timeline-content .tab-article .article-content {
      margin: 20px 0;
      padding: 10px 15px; }
    .timeline-content .tab-article h2 {
      margin: 0;
      padding: 0;
      padding-bottom: 10px;
      color: #1fabdd; }
    .timeline-content .tab-article .tab-tip {
      font-size: 1.6em;
      line-height: 1.6em;
      position: relative;
      padding: 10px;
      border: 1px solid #1fabdd; }
      .timeline-content .tab-article .tab-tip .tip {
        font-weight: 700;
        color: #1fabdd; }

.error-info {
  width: 100%; }
  .error-info h2,
  .error-info h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px; }
  .error-info .error-title {
    color: #990033; }
  .error-info .cta-widget {
    padding-right: 40px;
    padding-left: 40px; }

/*===========================================
23 Responsive
===========================================*/
@media screen and (max-width: 767px) {
  /*===========================================
  01 Global
  02 Layout
  03 Navigation
  04 Banner
  05 Sections
  06 Standard
  07 Footer
  08 Components
  09 Listing
  10 Undergraduate
  11 Procurement Listing
  12 FAQ
  13 Contact Us
  14 Site map
  15 Google Site Search
  16 Carousels
  17 Microsite
  24 Sticky Nav
  
  
  ===========================================*/
  /*===========================================
  01 Global
  ===========================================*/
  [class*=" col-"], [class^="col-"] {
    width: 100%; }

  /*===========================================
  02 Layout
  ===========================================*/
  .gallery__carousel {
    display: none; }

  .no-mobile {
    display: none !important; }

  .mobile-only {
    display: block; }

  .container {
    padding: 25px 30px; }

  .wrap {
    padding: 0 30px; }

    .title-wrapper {
        padding-top: 26px !important;
        padding-bottom: 15px !important;
    }

    .news-events-wrap {
        padding-top: 26px !important;
        padding: 0;
    }

  .breadcrumbs {
    display: none; }

    ul li {
        margin-bottom: 26px;
    }

        ul li:last-child {
            margin-bottom: 0px;
        }

  /*===========================================
  03 Navigation
  ===========================================*/
  .left-nav {
    background-color: #000;
    padding: 0;
    position: relative; }
    .left-nav.nav-fixed {
      position: fixed;
      z-index: 5; }
    .left-nav .lvl3 > li > a {
      display: block;
      background-color: #000;
      color: #fff; }
      .left-nav .lvl3 > li > a i {
        color: #fff; }
    .left-nav .lvl3 > li.active > a {
      background-color: #fff;
      color: #000; }
      .left-nav .lvl3 > li.active > a i {
        color: #000; }
    .left-nav .lvl5 li.active a {
      background: #d6d9d9; }
    .left-nav .lvl5 li a:hover a {
      background: #fff; }
    .left-nav .dropdown {
      width: 100%;
      height: 40px;
      font-family: inherit;
      font-size: 1.6em;
      color: #fff;
      background-color: #000;
      border: 0;
      outline: 0; }
    .left-nav .lvl4 {
      padding: 0;
      border-top: 0 !important; }
      .left-nav .lvl4 li a {
        background-color: #d6d9d9; }

  .mobile-dropdown-menu, .dropdown-menu {
    display: none; }
    .mobile-dropdown-menu li, .dropdown-menu li {
      display: block;
      width: 100%;
      margin-bottom: 0; }

  .mobile-dropdown-menu.open {
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 1000;
    transition: none; }

  /*===========================================
  04 Home
  ===========================================*/
  .home-banner .wrap {
    padding: 0; }
  .home-banner .banner-text {
    position: relative;
    background: #000;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: auto; }
    .home-banner .banner-text h1,
    .home-banner .banner-text .banner-title {
      font-size: 1.5em; }
      .home-banner .banner-text h1 span,
      .home-banner .banner-text .banner-title span {
        display: block; }
      .home-banner .banner-text h1 .normal,
      .home-banner .banner-text .banner-title .normal {
        font-size: 1em; }
      .home-banner .banner-text h1 .smaller,
      .home-banner .banner-text .banner-title .smaller {
        font-size: 0.8em; }
  .home-banner .banner-img {
    text-align: center;
    height: 339px;
    overflow: hidden; }

  .carousel1 .carousel-navigation {
    background: #000; }
    .carousel1 .carousel-navigation li {
      background: rgba(255, 255, 255, 0.5); }
      .carousel1 .carousel-navigation li.active {
        background: #fff; }

  .home-widget .widget-nav-bar {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    height: 60px;
    position: absolute;
    left: 0;
    width: 100%; }
    .home-widget .widget-nav-bar h3:first-of-type {
      margin-left: 30px; }
    .home-widget .widget-nav-bar h3 a {
      margin-right: 30px; }
  .home-widget .grid {
    margin-top: 65px; }
  .home-widget .grid-container, .home-widget .grid-empty, .home-widget .grid-container--wide {
    width: -webkit-calc(100%) !important;
    width: -moz-calc(100%) !important;
    width: calc(100%) !important; }
  .home-widget .widget-img-big {
    height: 112px; }
  .home-widget .widget-container .container {
    padding: 0; }
  .home-widget .widget-container .widget-thumbnail {
    margin-bottom: 15px; }
  .home-widget .widget-events .shortcut-link {
    padding-bottom: 16px; }

  /*===========================================
  05 Sections
  ===========================================*/
  header h2 {
    font-size: 2.2em; }

  .overview article {
    height: auto;
    padding: 5px 0; }
    .overview article .buttons {
      margin-left: -3%; }
    .overview article .shortcut-link {
      float: left;
      text-align: center;
      width: 27.5%;
      padding: 2px 2%;
      border-right: 2px solid #c2c2c2; }
      .overview article .shortcut-link:first-of-type {
        width: 45%;
        border-left: 2px solid #c2c2c2; }
  .overview aside {
    margin-top: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: auto;
    padding: 28px 0;
    text-align: center; }
    .overview aside .buttons {
      text-align: left;
      clear: left; }
  .overview h2 {
    font-size: 2em; }
  .overview .buttons {
    position: relative; }
  .overview.landing-overview h2 {
    width: 100%; }
  .overview.landing-overview .buttons {
    margin-left: 0; }
    .overview.landing-overview .buttons a {
      width: auto; }
  .overview.home-overview article,
  .overview.home-overview aside {
    width: 100%;
    padding: 40px 30px; }
    .overview.home-overview article .buttons,
    .overview.home-overview aside .buttons {
      bottom: 0;
      margin-top: 30px; }
  .overview.home-overview aside {
    text-align: left;
    margin-top: 0; }
    .overview.home-overview aside .buttons {
      left: 0;
      margin-top: 10px; }

  .research .shortcut-link {
    float: left;
    width: 100%; }

  .research-item {
    font-size: 1.5em; }

  .carousel2 {
    margin-top: 20px; }
    .carousel2 .carousel-navigation li {
      background: rgba(0, 0, 0, 0.3); }
      .carousel2 .carousel-navigation li.active {
        background: #000; }

  .news {
    width: 100%;
    padding: 40px 30px; }
    .news .wrapper {
      float: none;
      margin-right: 0;
      max-width: none;
      padding: 0; }
    .news .thumbnail {
      display: none; }

  .news-list li {
    height: auto; }
  .news-list h4 {
    font-weight: 100; }

  .events {
    width: 100%;
    padding: 40px 30px; }
    .events .wrapper {
      float: none;
      margin-left: 0;
      max-width: none;
      padding: 0; }

  .events-list li {
    height: auto; }
  .events-list h4 {
    font-weight: 100; }

  .why-sutd .background {
    background: none; }
  .why-sutd .bg-overlay {
    background: none; }
  .why-sutd .container {
    width: 100%;
    padding: 0; }

  .whysutd-accordion {
    padding: 0; }
    .whysutd-accordion .accordion-title {
      background-color: #1fabdd;
      color: #000;
      margin-bottom: 4px;
      padding: 22px 55px 22px 35px;
      font-size: 1.6em; }
      .whysutd-accordion .accordion-title:hover, .whysutd-accordion .accordion-title:focus {
        color: #000; }
      .whysutd-accordion .accordion-title.selected {
        background-color: #00181e;
        color: #1fabdd;
        margin-bottom: 0; 
      }
      .whysutd-accordion .accordion-title:after {
        font-size: 0.875em;
        right: 32px;
        top: 21px; }
    .whysutd-accordion .accordion-content {
      margin-bottom: 4px;
      padding: 0 57px 25px 55px;
      background-color: #00181e; }
      .whysutd-accordion .accordion-content p {
        font-size: 1.6em; }

  .testimonials {
    height: 340px; }
    .testimonials .quote-text {
      margin-top: 60px;
      width: auto; }
    .testimonials .quote-title {
      font-size: 0.8125em;
      margin: 0; }
    .testimonials blockquote {
      margin-left: 4px; }
      .testimonials blockquote p {
        width: 213px;
        font-size: 1em; }
        .testimonials blockquote p:before {
          left: -30px; }
    .testimonials .img-person {
      z-index: -1;
      width: 154px;
      height: 166px; }
      .testimonials .img-person img {
        width: 100%; }

  .carousel3 .carousel-navigation a {
    display: none; }
  .carousel3 .carousel-navigation ul {
    margin-left: 16px !important; }
  .carousel3 .carousel-navigation li {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    width: 9px;
    height: 9px;
    background: rgba(0, 0, 0, 0.3); }
    .carousel3 .carousel-navigation li.active {
      background: #000; }

  .video .container {
    padding: 0; }
  .video iframe {
    width: 100%; }
  .video .video-title {
    padding: 0 30px 30px; }
  .video h2 {
    font-size: 1.8em; }

  .graduate article, .undergraduate article {
    padding: 0;
    border: 0;
    margin-top: 32px; }
    .graduate article:first-of-type, .undergraduate article:first-of-type {
      margin-top: 0; }
  .graduate .shortcut-link, .undergraduate .shortcut-link {
    font-size: 1.147em; }
  .internal .graduate .container, .internal .undergraduate .container {
    padding: 0; }
  .internal .graduate article, .internal .undergraduate article {
    padding: 0; }

  .graduate h3 {
    display: none; }
  .graduate p {
    display: none; }

  .social-feeds .instagram {
    height: auto;
    padding-right: 0;
    margin-bottom: 30px; }
  .social-feeds .twitter-facebook {
    height: auto; }
    .social-feeds .twitter-facebook .feed {
      margin-bottom: 20px;
      padding: 20px; }

  /*===========================================
   06 Landing
  ===========================================*/
  .collaborations .img-holder {
    display: none; }
  .collaborations .snippet {
    position: relative;
    width: 100%;
    padding: 0; }
  .collaborations h2 {
    font-size: 2.3em; }

  .carousel4 .carousel-navigation.mobile-only li {
    background: rgba(255, 255, 255, 0.5); }
    .carousel4 .carousel-navigation.mobile-only li.active {
      background: #fff; }

  .quick-links li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 5px; }
  .quick-links a {
    text-align: left;
    padding-left: 10px !important; }

  .box {
    width: 100%; }

  .top-links {
    display: none; }

  /*===========================================
   07 Standard
  ===========================================*/
  .banner {
    width: 100%;
    height: 300px; }
    .banner .wrap {
      padding: 0 10px; }
    .banner .banner-text {
      width: auto; }
      .banner .banner-text h1 {
        font-size: 3em;
        word-break: break-word; }

  .mobile-adjust-padding {
    padding: 0 0 15px 0; }
    .mobile-adjust-padding article {
      padding: 0 30px; }
    .mobile-adjust-padding .aside-right {
      padding: 0 30px; }

  .internal article {
    width: 100%;
    border: 0;
    margin-bottom: 20px; }
  .internal .aside-right {
    width: 100%; }

  .detail-info h1 {
    word-wrap: break-word;
    word-break: normal; }
  .detail-info .published-date, .detail-info .venue, .detail-info .author, .detail-info .faculty, .detail-info .research-area {
    width: 100%; }

  .btn-download {
    height: 80px; }
    .btn-download span {
      top: 15px;
      left: 20px;
      max-width: 80%; }
    .btn-download img {
      top: 20px;
      right: -10px; }

  .cta-btn-download {
    height: 75px;
    width: 320px;
    max-width: 100%;
    display: inline-block; }
    .cta-btn-download span {
      top: 15px;
      left: 20px;
      max-width: 80%; }
    .cta-btn-download img {
      top: 20px;
      right: -10px;
      width: 90px !important; }

  .social-share {
    text-align: center; }
    .social-share p {
      width: 100%; }
    .social-share .addthis_toolbox {
      width: 100%; }

  /*===========================================
  08 Footer
  ===========================================*/
  .footer ul {
    margin: 0; }
  .footer li {
    margin: 15px; }
  .footer .foot-lvl2 {
    display: none; }
  .footer .social-links {
    padding-bottom: 10px; }
    .footer .social-links span {
      float: none;
      display: inline-block;
      width: 100%;
      margin-bottom: 5px; }
      .footer .social-links span.apps-title {
        margin: 0;
        margin-bottom: 5px; }
    .footer .social-links ul {
      margin: 0;
      margin-bottom: 10px; }
    .footer .social-links li {
      margin: 0;
      font-size: 3em; }

  .copyright ul {
    margin-left: 0;
    width: 100%; }
  .copyright li {
    display: block !important;
    margin-left: 0 !important; }

  /*===========================================
  09 Listing
  ===========================================*/
  .listing-filters {
    margin-top: 10px; }
    .listing-filters .material-select-wrapper {
      width: 100%;
      font-size: 1.3em;
      border: 1px solid #c2c2c2; }
      .listing-filters .material-select-wrapper .material-label {
        padding: 0 30px 0 10px; }
      .listing-filters .material-select-wrapper .icon-chevron-down {
        font-size: 12px;
        top: 10px;
        right: 8px; }
      .listing-filters .material-select-wrapper .card-wrapper {
        border: 1px solid #c2c2c2;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: -1px;
        right: -1px; }
    .listing-filters .dropdown {
      height: 40px;
      width: 100%;
      font-family: inherit;
      font-size: 1.3em;
      color: #fff;
      background-color: #000;
      border: 0;
      outline: 0;
      margin-bottom: 5px; }

  .list-tabs {
    margin-top: -5px;
    margin-bottom: 5px; }
    .list-tabs ul {
      position: relative;
      width: 100%; }

  .listing-boxes .listing-box, .graduate-list .listing-box {
    margin-left: 0;
    width: 100%; }
    .listing-boxes .listing-box .img-holder, .graduate-list .listing-box .img-holder {
      width: 100%; }
    .listing-boxes .listing-box .snippet, .graduate-list .listing-box .snippet {
      padding: 15px;
      width: 100%; }

  .faculty-listing .listing-box {
    width: 100%;
    margin-left: 0; }
    .faculty-listing .listing-box .snippet {
      padding: 15px; }

  .faculty-filter-dropdown {
    margin-top: -5px; }
    .faculty-filter-dropdown .faculty-filter-container {
      position: relative;
      padding: 15px 15px 30px 15px;
      width: 100%; }

  .persona-listing .listing-box .img-holder {
    float: left;
    width: 100%; }
  .persona-listing .listing-box .snippet {
    overflow: hidden;
    width: auto; }
  .persona-listing img {
    width: auto; }

  /*===========================================
  10 Undergraduate
  ===========================================*/
  .timeline__header {
    padding: 15px 0; }
    .timeline__header label {
      display: none; }
    .timeline__header .dropdown {
      width: 100%;
      height: 40px;
      font-family: inherit;
      font-size: 1.6em;
      color: #fff;
      background-color: #000;
      border: 0;
      outline: 0; }
    .timeline__header .mobile-dropdown-menu {
      display: none; }
    .timeline__header ul {
      width: 100%; }
    .timeline__header li {
      width: 100%; }
      .timeline__header li a {
        border-bottom-width: 1px; }

  .timeline__content .wrapper {
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px; }
  .timeline__content .text-container {
    width: 100%;
    padding-bottom: 10px; }
    .timeline__content .text-container h2 {
      font-size: 2.5em;
      work-break: normal; }
    .timeline__content .text-container .shortcut-link {
      margin-bottom: 10px; }
  .timeline__content .thumbnail {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6; }

  .milestones .timeline-container {
    height: 500px; }

  .newtimeline__tabs {
    width: 90px;
    float: left; }
    .newtimeline__tabs li {
      position: relative;
      text-align: center;
      width: 50px;
      height: 100px;
      margin: 0; }
      .newtimeline__tabs li:after, .newtimeline__tabs li:before {
        content: "";
        display: block;
        width: 1px;
        height: 26px;
        background: #bd1f2e;
        margin: -1px auto 0; }
    .newtimeline__tabs a {
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
      line-height: 45px;
      padding: 5px;
      border: 1px solid #bd1f2e;
      border-radius: 50%;
      text-align: center;
      font-size: 2em;
      margin: 0;
      position: relative; }
      .newtimeline__tabs a:first-of-type {
        margin-top: 0; }
      .newtimeline__tabs a:last-of-type {
        margin-bottom: 0; }

  .newtimeline__content {
    width: calc(100% - 90px);
    margin-left: 90px;
    border: 1px solid #bd1f2e; }
    .newtimeline__content .navtab__article:before {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 15px solid #bd1f2e;
      left: -15px; }
    .newtimeline__content .navtab__article:after {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 15px solid #fff;
      left: -14px; }
    .newtimeline__content .navtab__article:nth-child(1):before, .newtimeline__content .navtab__article:nth-child(1):after {
      top: 35px; }
    .newtimeline__content .navtab__article:nth-child(2):before, .newtimeline__content .navtab__article:nth-child(2):after {
      top: 135px; }
    .newtimeline__content .navtab__article:nth-child(3):before, .newtimeline__content .navtab__article:nth-child(3):after {
      top: 235px; }
    .newtimeline__content .navtab__article:nth-child(4):before, .newtimeline__content .navtab__article:nth-child(4):after {
      top: 335px; }
    .newtimeline__content .navtab__article:nth-child(5):before, .newtimeline__content .navtab__article:nth-child(5):after {
      top: 435px; }
    .newtimeline__content .navtab__article:nth-child(6):before, .newtimeline__content .navtab__article:nth-child(6):after {
      top: 535px; }
    .newtimeline__content .navtab__article:nth-child(7):before, .newtimeline__content .navtab__article:nth-child(7):after {
      top: 635px; }
    .newtimeline__content .navtab__article:nth-child(8):before, .newtimeline__content .navtab__article:nth-child(8):after {
      top: 735px; }
    .newtimeline__content .navtab__article:nth-child(9):before, .newtimeline__content .navtab__article:nth-child(9):after {
      top: 835px; }

  /*===========================================
  11 Procurement Listing
  ===========================================*/
  .procurement-filters .input-group {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px; }

  .table-nav-btn {
    height: 30px;
    margin-bottom: 20px; }
    .table-nav-btn button {
      border: none;
      background-color: #d6d9d9;
      font-size: 1.6em;
      width: 40px;
      height: 40px; }
      .table-nav-btn button:last-of-type {
        margin-left: 10px; }
    .table-nav-btn .btn-disabled {
      color: #d6d9d9;
      background-color: #ececec; }

  /*===========================================
  12 FAQ
  ===========================================*/
  .faq .filters li {
    width: 48%;
    margin-left: 4%; }
    .faq .filters li:nth-child(odd) {
      margin-left: 0; }

  /*===========================================
  13 Contact Us
  ===========================================*/
  .contact-us address {
    border-bottom: 1px solid #c2c2c2; }

  .contact-us-block:last-child address:last-child {
    border: 0; }

  .map-search .input-group {
    width: 100%; }
  .map-search .map-categories .dropdown {
    height: 40px;
    width: 100%;
    font-family: inherit;
    font-size: 1.3em;
    color: #fff;
    background-color: #000;
    border: 0;
    outline: 0;
    margin-bottom: 5px; }

  .maps li {
    overflow: hidden; }
  .maps img {
    max-width: none;
    width: 150%;
    margin-left: -28%; }

  /*===========================================
  14 Sitemap
  ===========================================*/
  .sitemap .aside-right {
    border-top: 1px solid #000; }
  .sitemap .lvl2 {
    margin-left: 0; }
    .sitemap .lvl2 li {
      width: 45%; }
    .sitemap .lvl2 a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #000; }
      .sitemap .lvl2 a:after {
        content: "\f138";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-size: 0.8em;
        text-transform: none;
        line-height: 1;
        margin-left: 5px;
        position: relative;
        left: 0;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

  /*===========================================
  15 Site Search
  ===========================================*/
  .site-search {
    padding: 15px 15px; }
    .site-search article {
      border-right: 0; }

  /*===========================================
  16 Carousels
  ===========================================*/
  .carousel-navigation.mobile-only {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 23px;
    height: 60px; }
    .carousel-navigation.mobile-only li {
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      margin-left: 14px;
      width: 9px !important;
      height: 9px !important;
      text-indent: 9999px;
      overflow: hidden; }

  /*===========================================
  17 Microsite
  ===========================================*/
  .microsite-main-nav {
    display: none; }
    .microsite-main-nav.landing {
      display: block;
      padding: 0; }
      .microsite-main-nav.landing .dropdown {
        background-color: #990033;
        width: 100%;
        border: none;
        font-size: 1.8em;
        color: #fff;
        padding: 10px; }
      .microsite-main-nav.landing a {
        padding: 10px 10px; }

  .microsite-breadcrumbs {
    display: none; }

  /*===========================================
  18 Widgets
  ===========================================*/
  a.cta-widget {
    display: block;
    max-width: 100%;
    text-align: center; }

  .navtab-widget .dropdown {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #07779d;
    border: 0;
    font-size: 1.6em;
    padding: 10px 20px; }

  .navtab__tabs a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #1fabdd;
    color: #1fabdd; }
    .navtab__tabs a.active {
      color: #fff;
      background-color: #1fabdd; }

  /*===========================================
  24 Sticky Nav
  ===========================================*/
  .cookie-panel .wrap, .maintenance-panel .wrap {
    padding: 0; } }
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  /*===========================================
  24 Sticky Nav
  ===========================================*/
  .sticky-nav {
    width: auto;
    height: 196px;
    padding-right: 64px; }
    .sticky-nav .js-share {
      display: block;
      background: #990033;
      transform: translateY(0);
      transition: transform .35s;
      bottom: 2px;
      padding: 15px; }
      .sticky-nav .js-share span {
        bottom: 8px;
        width: auto;
        position: absolute;
        text-align: center;
        margin: 0;
        right: 0;
        left: 0; }
      .sticky-nav .js-share .social-media__container {
        transform: translateX(150%); }
      .sticky-nav .js-share.is-active {
        background: #730026; }
        .sticky-nav .js-share.is-active span {
          display: block; }
        .sticky-nav .js-share.is-active .social-media__container {
          transform: translateX(0); }
    .sticky-nav.is-scrolled .js-open-menu.is-active + .sticky-nav__container {
      transform: translate(0, 0); }
    .sticky-nav.is-scrolled .js-share {
      transform: translateY(-100%); }
    .sticky-nav__item {
      width: 64px;
      height: 64px;
      padding: 20px 10px;
      bottom: 0;
      text-align: center; }
      .sticky-nav__item.js-open-menu {
        bottom: 132px; }
    .sticky-nav__container {
      position: relative;
      padding-bottom: 0;
      right: 0;
      bottom: 0;
      transform: scale(1) translate(150%, 64px); }
      .js-open-menu.is-active + .sticky-nav__container {
        transform: translate(0, 64px); }
      .sticky-nav__container .sticky-nav__item {
        width: 64px;
        height: 64px;
        padding: 15px 10px;
        position: relative;
        display: inline-block; }
        .sticky-nav__container .sticky-nav__item .icon {
          float: none; }
        .sticky-nav__container .sticky-nav__item span {
          display: block;
          font-size: 0.5em;
          width: auto;
          position: absolute;
          text-align: center;
          margin: 0;
          right: 0;
          left: 0;
          bottom: 8px;
          font-weight: normal; }
        .sticky-nav__container .sticky-nav__item.js-share {
          display: none; }
    .sticky-nav .social-media__container {
      display: block;
      height: 100%;
      top: 0;
      right: 64px;
      width: 160px;
      transform: translateX(150%);
      transform-origin: right;
      transition: transform .35s;
      opacity: .9;
      background: #730026; }
    .sticky-nav .addthis_toolbox {
      margin-top: 22px; }
      .sticky-nav .addthis_toolbox a {
        width: 32px;
        height: 32px;
        margin-left: 0;
        margin-right: 15px;
        font-size: 1.4em; } }
@media screen and (min-width: 768px) {
  /*===========================================
  01 Global
  02 Layout
  03 Navigation
  04 Banner
  05 Sections
  06 Landing Page
  07 Standard
  08 Listing
  09 Undergraduate
  10 Graduate
  11 Procurement
  12 Contact Us
  13 Microsite
  ===========================================*/
  /*===========================================
   01 Global
   ===========================================*/
  img {
    width: auto; }

  /*===========================================
  02 Layout
  ===========================================*/
  .tablet-only {
    display: block !important; }

  .mobile-only, .desktop-only {
    display: none !important; }

  .container, .wrap {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    position: relative;
    margin: auto !important;
    max-width: 940px; }
    .container:before, .container:after, .wrap:before, .wrap:after {
      content: '';
      display: table; }
    .container:after, .wrap:after {
      clear: both; }

  .container {
    padding: 40px 15px; }

  .wrap {
    padding: 0 15px; }

  .title-wrapper {
    padding-top: 40px !important; }

  .news-events-wrap {
    padding: 0; }

  .mobile-nav {
    height: auto; }

  /*===========================================
  03 Navigation
  ===========================================*/
  .left-nav {
    padding: 0 20px 0 0 !important; }

  .top-links {
    position: relative;
    color: #fff;
    font-size: 1.2em; }
    .top-links.wrap {
      padding: 0; }
    .top-links ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      width: 100%; }
    .top-links li {
      float: left;
      position: relative;
      border-left: 2px solid #333333;
      text-transform: uppercase;
      text-align: center;
      vertical-align: middle;
      font-size: 1em;
      font-weight: 700;
      width: 27.6666666667%; }
      .top-links li:first-of-type {
        border: 0;
        width: 17%; }
      .top-links li span {
        display: block;
        padding: 20px 0;
        background: #000; }
      .top-links li a {
        display: block;
        color: inherit;
        padding: 20px 0;
        width: 100%;
        background: #000;
        position: relative;
        z-index: 1; }
        .top-links li a:before {
          transition-property: all;
          transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          /* Safari */
          -webkit-backface-visibility: hidden;
          -webkit-transition-property: all;
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 0%;
          background: #fff;
          height: 100%;
          z-index: -1; }
        .top-links li a:after {
          content: "\f054";
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          margin-left: 8px;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .top-links li a:hover {
          color: #000; }
          .top-links li a:hover:before {
            width: 100%; }

  /*===========================================
  04 Home
  ===========================================*/
  .home-banner h1,
  .home-banner .banner-title {
    font-size: 2.5em; }
    .home-banner h1 span,
    .home-banner .banner-title span {
      display: block; }
    .home-banner h1 .normal,
    .home-banner .banner-title .normal {
      font-size: 1em; }
    .home-banner h1 .smaller,
    .home-banner .banner-title .smaller {
      font-size: 0.7em; }
  .home-banner .banner-text {
    bottom: 185px; }

  .carousel1 .carousel-navigation {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .carousel1 .carousel-navigation li {
      float: left;
      width: 33.3333333333%;
      padding-right: 4px;
      font-size: 1.1em;
      position: relative; }
      .carousel1 .carousel-navigation li:last-of-type {
        padding-right: 0; }
    .carousel1 .carousel-navigation a {
      display: block;
      text-align: center;
      text-transform: uppercase;
      background-color: #990033;
      color: #fff;
      font-weight: bold;
      padding: 22px 0;
      height: 60px;
      position: relative;
      z-index: 1; }
      .carousel1 .carousel-navigation a:before {
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: #730026;
        z-index: -1; }
      .carousel1 .carousel-navigation a.active {
        background: rgba(0, 0, 0, 0.3); }
    .carousel1 .carousel-navigation .index {
      font-weight: 300; }
      .carousel1 .carousel-navigation .index:after {
        content: " - "; }

  .microsite-carousel .carousel-navigation {
    background: none;
    right: 20px;
    width: auto;
    bottom: 10px; }
    .microsite-carousel .carousel-navigation li {
      width: 15px;
      height: 15px; }
    .microsite-carousel .carousel-navigation a {
      display: inline;
      background: none; }

  .home-widget .widget-nav-bar {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .home-widget .widget-img-big {
    height: 112px; }

  /*===========================================
  05 Sections
  ===========================================*/
  .overview {
    position: relative; }
    .overview article {
      position: relative;
      min-height: 244px;
      padding-bottom: 25px; }
      .overview article h1, .overview article h2 {
        width: 100%; }
      .overview article p {
        width: 100%;
        font-size: 1.5em; }
      .overview article .shortcut-link {
        position: relative;
        padding: 2px 25px;
        border-left: 2px solid #c2c2c2; }
        .overview article .shortcut-link:last-of-type {
          border-right: 2px solid #c2c2c2; }
    .overview .buttons {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0; }
    .overview aside {
      position: relative;
      padding: 5px;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      height: 244px; }
      .overview aside .buttons {
        padding: 0 10px; }
      .overview aside img {
        margin: 25px auto;
        width: 45%; }
    .overview.landing-overview h2 {
      font-size: 2.4em;
      width: auto; }
    .overview.landing-overview .buttons {
      padding: 0; }
    .overview.landing-overview aside {
      border: 0; }
    .overview.home-overview aside {
      height: auto; }

  .news .wrapper {
    max-width: 616px;
    float: left;
    padding: 45px 15px; }

  .news-list li {
    height: 80px; }

  .events .wrapper {
    float: right;
    max-width: 324px;
    padding: 45px 15px; }

  .events-list li {
    height: 80px; }

  .testimonials {
    height: 470px; }
    .testimonials .quote-text {
      margin-top: 50px;
      width: 400px; }

  .video .video-title {
    padding-left: 120px; }

  .graduate p, .undergraduate p {
    font-size: 1.5em;
    margin-bottom: 2em; }
  .graduate article, .undergraduate article {
    display: block;
    min-height: 240px;
    position: relative;
    padding: 0 10px;
    border-left: 1px solid #c2c2c2; }
    .graduate article:first-of-type, .undergraduate article:first-of-type {
      padding-left: 0;
      border-left: 0; }
    .graduate article:nth-of-type(2n), .undergraduate article:nth-of-type(2n) {
      padding-right: 0; }
  .graduate a, .undergraduate a {
    position: absolute;
    bottom: 0;
    font-size: 1.035em; }

  .social-feeds .instagram {
    height: auto;
    width: 50%;
    padding-right: 10px; }
  .social-feeds .twitter-facebook {
    height: auto;
    width: 50%; }
  .social-feeds .feed-container .feed {
    height: 174px;
    padding: 10px;
    margin-bottom: 10px; }

  /*===========================================
  06 Landing Page
  ===========================================*/
  .carousel4 .img-holder {
    width: 50%; }
    .carousel4 .img-holder img {
      width: 100%;
      height: auto; }
  .carousel4 .snippet {
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
    height: 100%; }
    .carousel4 .snippet p {
      font-size: 0.8125em; }
  .carousel4 .carousel-navigation a {
    width: 140px; }

  .box {
    width: 48%;
    margin-right: 4%; }
    .box:nth-child(even) {
      margin-right: 0; }

  .quick-links ul {
    height: 100%;
    width: 100%; }
  .quick-links li {
    height: 100%;
    padding-left: 5px; }
    .quick-links li:first-child {
      padding-left: 0; }
  .quick-links .cta, .quick-links .cta-blue, .quick-links .cta-big-shortcut {
    font-size: 1.13em;
    height: 100%; }

  /*===========================================
  07 Standard
  ===========================================*/
  .share-links {
    margin-top: 0; }
    .share-links a {
      left: 0;
      right: 0;
      margin: 5px auto; }

  .btn-download {
    height: 83px; }
    .btn-download span {
      top: 13px;
      font-size: 0.78em;
      left: 12px;
      width: 80%; }
    .btn-download img {
      height: 80%;
      right: -18px; }

  .cta-btn-download {
    height: 65px;
    width: 32.5%;
    display: inline-block; }
    .cta-btn-download span {
      top: 13px;
      font-size: 0.78em;
      left: 12px;
      width: 80%; }
    .cta-btn-download img {
      width: 70px !important; }

  .social-share p {
    margin: 0 20px 0 0; }

  /*===========================================
  08 Listing
  ===========================================*/
  .listing-filters .material-select-wrapper {
    width: 30%;
    margin-left: 5%; }
    .listing-filters .material-select-wrapper:first-of-type {
      margin-left: 0; }
  .listing-filters .list-tabs {
    width: 69%; }
  .listing-filters .dropdown {
    transition-property: background-color;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 30%;
    float: right;
    background-color: #990033;
    border: 0;
    font-size: 1.3em;
    color: #fff;
    padding: 0 12px;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px; }
    .listing-filters .dropdown:hover, .listing-filters .dropdown:focus {
      background-color: #770128; }
    .listing-filters .dropdown i {
      position: absolute;
      right: 15px;
      top: 12px; }

  .list-tabs {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .list-tabs li {
      float: left;
      width: 32.3333333333%;
      margin-left: 1%;
      margin-bottom: 0;
      font-size: 1.3em; }
      .list-tabs li:first-of-type {
        margin-left: 0; }

  .listing-boxes .listing-box {
    width: 31.3333333333%;
    margin-left: 3%; }
    .listing-boxes .listing-box:nth-of-type(3n - 2) {
      margin-left: 0; }
    .listing-boxes .listing-box .snippet {
      padding: 10px 19px 19px; }
  .listing-boxes .listing-one-two {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    clear: both; }
    .listing-boxes .listing-one-two:before, .listing-boxes .listing-one-two:after {
      content: '';
      display: table; }
    .listing-boxes .listing-one-two:after {
      clear: both; }
  .listing-boxes .listing-box--two-third {
    width: 65.6666666667%; }

  .faculty-listing .listing-box {
    width: 47.5%; }
    .faculty-listing .listing-box:nth-of-type(2n) {
      margin-left: 5%; }
    .faculty-listing .listing-box .snippet {
      padding: 15px; }

  .faculty-filter-dropdown .faculty-filter-container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    padding-bottom: 30px;
    z-index: 99; }

  /*===========================================
  09 Undergraduate
  ===========================================*/
  .qualification-filters, .timeline__header {
    background-color: #2d2e2e;
    padding: 0 15px; }
    .qualification-filters label, .qualification-filters h2, .qualification-filters h3, .timeline__header label, .timeline__header h2, .timeline__header h3 {
      font-size: 2em;
      margin: 10px 0;
      color: #fff;
      font-weight: 500; }
    .qualification-filters li, .timeline__header li {
      padding-left: 5px; }
      .qualification-filters li a, .timeline__header li a {
        height: 100%; }

  .milestones {
    margin-bottom: 20px; }
    .milestones .timeline-container {
      height: 350px; }

  .newtimeline__tabs ul {
    padding: 0; }
  .newtimeline__tabs li {
    float: left;
    width: calc(100% / 8);
    text-align: center;
    position: relative; }
    .newtimeline__tabs li:after, .newtimeline__tabs li:before {
      content: "";
      display: block;
      width: calc(50% - 25px);
      height: 1px;
      background: #bd1f2e;
      position: absolute;
      top: 25px;
      left: 0; }
    .newtimeline__tabs li:after {
      left: calc(50% + 25px); }
  .newtimeline__tabs a {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    line-height: 45px;
    padding: 5px;
    border: 1px solid #bd1f2e;
    border-radius: 50%;
    text-align: center;
    font-size: 2em;
    margin: 0 auto;
    position: relative; }

  .newtimeline__content {
    margin: 25px 0; }
    .newtimeline__content .navtab__article:before {
      border-bottom: 15px solid #bd1f2e;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      top: -15px; }
    .newtimeline__content .navtab__article:after {
      border-bottom: 15px solid #ffffff;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      top: -14px;
      left: 15px; }
    .newtimeline__content .navtab__article:nth-child(1):after, .newtimeline__content .navtab__article:nth-child(1):before {
      left: calc(6.25% - 15px); }
    .newtimeline__content .navtab__article:nth-child(2):after, .newtimeline__content .navtab__article:nth-child(2):before {
      left: calc(18.75% - 15px); }
    .newtimeline__content .navtab__article:nth-child(3):after, .newtimeline__content .navtab__article:nth-child(3):before {
      left: calc(31.25% - 15px); }
    .newtimeline__content .navtab__article:nth-child(4):after, .newtimeline__content .navtab__article:nth-child(4):before {
      left: calc(43.75% - 15px); }
    .newtimeline__content .navtab__article:nth-child(5):after, .newtimeline__content .navtab__article:nth-child(5):before {
      left: calc(56.25% - 15px); }
    .newtimeline__content .navtab__article:nth-child(6):after, .newtimeline__content .navtab__article:nth-child(6):before {
      left: calc(68.75% - 15px); }
    .newtimeline__content .navtab__article:nth-child(7):after, .newtimeline__content .navtab__article:nth-child(7):before {
      left: calc(81.25% - 15px); }
    .newtimeline__content .navtab__article:nth-child(8):after, .newtimeline__content .navtab__article:nth-child(8):before {
      left: calc(93.75% - 15px); }
    .newtimeline__content .navtab__article:nth-child(9):after, .newtimeline__content .navtab__article:nth-child(9):before {
      left: calc(106.25% - 15px); }

  /*===========================================
  10 Graduate
  ===========================================*/
  .graduate-list .listing-box {
    margin-left: 0 !important; }

  /*===========================================
  11 Procurement Listing
  ===========================================*/
  .procurement-filters .input-group {
    width: 31.3333333333%;
    margin-left: 3%; }
    .procurement-filters .input-group:first-of-type {
      margin-left: 0; }

  /*===========================================
  12 Contact Us
  ===========================================*/
  .contact-us-block {
    border-bottom: 1px solid #c2c2c2; }
    .contact-us-block:last-child {
      border-bottom: 0; }
    .contact-us-block address:first-child {
      padding-right: 20px; }
    .contact-us-block.campus-address {
      padding-bottom: 20px; }
      .contact-us-block.campus-address .picture {
        padding-right: 20px; }
      .contact-us-block.campus-address address h2 {
        margin-top: 0; }

  .map-categories .list-tabs {
    float: right;
    width: 40%; }

  .faq .filters li {
    width: 30%;
    margin-left: 5%; }
    .faq .filters li:nth-child(3n-2) {
      margin-left: 0; }
  .faq .faq-search__filters {
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .faq .faq-search__filters:before, .faq .faq-search__filters:after {
      content: '';
      display: table; }
    .faq .faq-search__filters:after {
      clear: both; }
    .faq .faq-search__filters .input-group {
      width: calc((90% / 2) - 10px);
      float: left;
      margin-right: 10px; }
    .faq .faq-search__filters .input-group:last-child {
      width: 10%;
      margin-right: 0; }
  .faq .faq-search__personas {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .faq .faq-search__personas:before, .faq .faq-search__personas:after {
      content: '';
      display: table; }
    .faq .faq-search__personas:after {
      clear: both; }
    .faq .faq-search__personas .input-group {
      float: left;
      position: relative;
      width: calc((100% / 3) - 10px);
      margin-right: 10px; }
    .faq .faq-search__personas .input-group:last-child {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    .faq .faq-search__personas input[type="checkbox"] + label {
      margin-top: -3px;
      margin-bottom: 0; }

  /*===========================================
  13 Microsite
  ===========================================*/
  .microsite-logo-link {
    width: auto;
    display: block; }

  .microsite-logo,
  .microsite-title {
    width: auto; }

  .microsite .home-banner {
    /*margin-top: 100px;*/ }

  .microsite-main-nav {
    padding: 0; }
    .microsite-main-nav .nav-list {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .microsite-main-nav .nav-list a {
        display: table-cell;
        vertical-align: middle;
        height: 100%; }

  .navtab__tabs {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .navtab__tabs a {
      display: table-cell;
      height: 100%;
      background-color: #1fabdd;
      border-left: 1px solid #fff;
      color: #fff;
      padding: 22px;
      margin-bottom: 0;
      font-weight: 500;
      position: relative; }
      .navtab__tabs a.hover, .navtab__tabs a.active {
        background-color: #07779d; }
        .navtab__tabs a.hover:after, .navtab__tabs a.active:after {
            content: "";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 2em;
            display: block;
            width: 20px;
            color: #07779d;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -19px;
            margin: auto;
        }
      .navtab__tabs a:first-of-type {
        border-left: 0; }

  /*===========================================
  24 Sticky Nav
  ===========================================*/
  .sticky-nav {
    width: auto;
    height: 220px;
    padding-right: 72px; }
    .sticky-nav .js-share {
      display: block;
      background: #990033;
      transform: translateY(0);
      transition: transform .35s;
      bottom: 2px; }
      .sticky-nav .js-share span {
        bottom: 13px;
        width: auto;
        position: absolute;
        text-align: center;
        margin: 0;
        right: 0;
        left: 0; }
      .sticky-nav .js-share .social-media__container {
        transform: translateX(150%); }
      .sticky-nav .js-share.is-active {
        background: #730026; }
        .sticky-nav .js-share.is-active span {
          display: block; }
        .sticky-nav .js-share.is-active .social-media__container {
          transform: translateX(0); }
    .sticky-nav.is-scrolled .js-open-menu.is-active + .sticky-nav__container {
      transform: translate(0, 0); }
    .sticky-nav.is-scrolled .js-share {
      transform: translateY(-100%); }
    .sticky-nav__item {
      width: 72px;
      height: 72px;
      padding: 22px 10px;
      bottom: 0;
      text-align: center; }
      .sticky-nav__item.js-open-menu {
        bottom: 148px; }
    .sticky-nav__container {
      position: relative;
      padding-bottom: 0;
      right: 0;
      bottom: 0;
      transform: scale(1) translate(150%, 72px); }
      .js-open-menu.is-active + .sticky-nav__container {
        transform: translate(0, 72px); }
      .sticky-nav__container .sticky-nav__item {
        width: 72px;
        height: 72px;
        padding: 15px 10px;
        position: relative;
        display: inline-block; }
        .sticky-nav__container .sticky-nav__item .icon {
          float: none; }
        .sticky-nav__container .sticky-nav__item span {
          display: block;
          font-size: 0.5em;
          width: auto;
          position: absolute;
          text-align: center;
          margin: 0;
          right: 0;
          left: 0;
          bottom: 13px;
          font-weight: normal; }
        .sticky-nav__container .sticky-nav__item.js-share {
          display: none;
          bottom: 0; }
    .sticky-nav .social-media__container {
      display: block;
      height: 100%;
      top: 0;
      right: 72px;
      width: 160px;
      transform: translateX(150%);
      transform-origin: right;
      transition: transform .35s;
      opacity: .9;
      background: #730026; }
    .sticky-nav .addthis_toolbox {
      margin-top: 22px; }
      .sticky-nav .addthis_toolbox a {
        width: 32px;
        height: 32px;
        margin-left: 0;
        margin-right: 15px;
        font-size: 1.4em; }

  .timeline-tabs {
    display: block;
    list-style: none;
    margin: 0 -15px;
    padding: 0; }
    .timeline-tabs li {
      float: left;
      width: 16.6666666667%;
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      position: relative;
      height: 80px;
      border-bottom: 4px solid #1fabdd; }
      .timeline-tabs li:before, .timeline-tabs li:after {
        content: '';
        display: table; }
      .timeline-tabs li:after {
        clear: both; }
      .timeline-tabs li.active:before, .timeline-tabs li.active:after {
        position: absolute;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        left: 50%; }
      .timeline-tabs li.active:after {
        border-top: 15px solid #1fabdd;
        top: 80px; }
      .timeline-tabs li.active:before {
        border-top: 15px solid #d6d9d9;
        z-index: 5;
        top: 75px; }
      .timeline-tabs li a {
        width: 100%;
        position: relative;
        display: block;
        cursor: pointer;
        padding-left: 45px; }
        .timeline-tabs li a .tab__number {
          position: absolute;
          top: 0;
          left: 15px;
          margin: 0; }

  .timeline-content .tab-article {
    display: none; }
    .timeline-content .tab-article:first-child {
      display: block; }
    .timeline-content .tab-article .article-content {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0; } }
@media screen and (min-width: 1024px) {
  /*===========================================
  01 Global
  02 Layout
  03 Navigation
  04 Home
  05 Sections
  06 Standard
  07 Landing
  08 Listing
  09 Footer
  ===========================================*/
  /*===========================================
  01 Global
  ===========================================*/
  /*===========================================
  02 Layout
  ===========================================*/
  .desktop-only {
    display: block !important; }

  .no-desktop, .tablet-only, .mobile-only {
    display: none !important; }

  .container {
    padding: 40px 0; }

  .wrap {
    padding: 0; }

  .cta, .cta-blue, .cta-big-shortcut {
    font-size: 1.3em; }

  .cta-big-shortcut {
    font-size: 1.125em; }

  .shortcut-link {
    font-size: 1.3em; }

  .mobile-menu, .mobile-nav, .mobile-search-input {
    display: none !important; }

  /*===========================================
  03 Navigation
  ===========================================*/
  .mobile-menu, .mobile-search {
    display: none; }

  nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

  .navbar {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: "ease-in-out";
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: "ease-in-out";
    height: 120px;
    background: transparent;
    z-index: 999;
    position: absolute; }
    .navbar a {
      color: #fff; }
    .navbar.scrolled {
      background: #fff;
      height: 74px;
      border-bottom: 1px solid #cccccc; }
      .navbar.scrolled .primary-nav > ul > li {
        font-size: 1.3em; }
      .navbar.scrolled .primary-nav a {
        color: #000; }
      .navbar.scrolled .primary-nav .lvl2 {
        background: rgba(255, 255, 255, 0.95);
        top: 39px; }
      .navbar.scrolled .persona-nav ul {
        background: #000;
        font-size: 0.834em; }
        .navbar.scrolled .persona-nav ul:after {
          display: none; }
        .navbar.scrolled .persona-nav ul a:hover {
          background: #fff;
          color: #000; }
      .navbar.scrolled .top-logo-link {
        background-image: url("/assets/sutd/img/logo-black.png");
        height: 29px; }

  .microsite .navbar.scrolled {
    height: 40px; }
    .microsite .navbar.scrolled .top-logo-link {
      top: 5px;
      bottom: 14px;
      height: 24px;
      width: 103px; }
    .microsite .navbar.scrolled .primary-nav .lvl2 {
      top: 34px; }
  .microsite .primary-nav {
    padding-bottom: 4px;
    top: 5px; }
    .microsite .primary-nav ul.lvl1 > li > a {
      padding: 8px 0; }

  .microsite-breadcrumbs {
    margin: 30px auto 0; }

  .microsite-bar {
    top: 40px;
    position: absolute; }

  .top-logo-link {
    background-image: url("/assets/sutd/img/logo-white.png");
    background-size: cover;
    height: 48px;
    width: 122px;
    bottom: 16px;
    top: auto;
    margin-left: 0; }

  .persona-nav {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: "ease-in-out";
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: "ease-in-out";
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    position: relative;
    font-weight: 300;
    text-align: right; }
    .persona-nav ul {
      display: inline-block;
      *display: inline;
      zoom: 1;
      position: relative;
      padding: 0 10px 0 30px; }
      .persona-nav ul li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 1.2em;
        margin-left: 22px;
        margin-bottom: 0; }
      .persona-nav ul a {
        display: block;
        padding: 10px 5px 10px;
        line-height: 1em; }
        .persona-nav ul a:hover {
          background: #fff;
          color: #000; }
      .persona-nav ul:after {
        content: "";
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        bottom: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.3) 10%); }

  .primary-nav {
    position: absolute;
    display: block;
    font-weight: 400;
    text-align: right;
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent; }
    .primary-nav img {
      float: left; }
    .primary-nav ul.lvl1 > li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 1.4em;
      margin-bottom: 0; }
      .primary-nav ul.lvl1 > li > a {
        display: block;
        padding: 10px 0;
        margin-left: 24px;
        line-height: 1em;
        border-bottom: 6px solid transparent; }
        .primary-nav ul.lvl1 > li > a:hover, .primary-nav ul.lvl1 > li > a.hover {
            border-bottom: 6px solid #990033; 
        }
      .primary-nav ul.lvl1 > li:last-of-type .lvl2 {
        right: 0; }
    .primary-nav ul.lvl2 {
      display: none;
      position: absolute;
      top: 41px;
      text-align: left;
      background: rgba(0, 0, 0, 0.9);
      padding: 17px 30px; }
      .primary-nav ul.lvl2:before {
        display: block;
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: -1px;
        left: 0; }
      .primary-nav ul.lvl2 li {
        display: block;
        margin-bottom: 15px; }
      .primary-nav ul.lvl2 a {
        color: #fff; }
        .primary-nav ul.lvl2 a:hover {
          color: #990033; }
        .primary-nav ul.lvl2 a.current {
          color: #ff0055; }

  .top-search {
    color: #fff; }
    .top-search form {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .top-search button {
      background: none;
      border: 0;
      color: #fff;
      outline: 0; }
    .top-search.ready input {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 150px; }
    .top-search.ready span {
      display: none; }
    .top-search input {
      transition-property: all;
      transition-duration: 0.5s;
      transition-timing-function: "ease-in-out";
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: "ease-in-out";
      border: 0;
      width: 0;
      background: transparent;
      color: #fff;
      font-style: italic;
      outline: 0; }
    .top-search span {
      display: inline; }
    .top-search i {
      margin-left: 6px; }

  /*===========================================
  04 Home
  ===========================================*/
  .home-banner .banner-text {
    bottom: 149px; }

  .carousel1 .carousel-navigation a {
    height: auto; }
    .carousel1 .carousel-navigation a:hover:before {
      width: 100%; }

  .microsite-carousel .carousel-navigation {
    bottom: 20px; }
    .microsite-carousel .carousel-navigation li {
      width: 20px;
      height: 20px; }

  .research-item .shortcut-link {
    font-size: 1.2em; }

  .home-widget .widget-img-big {
    height: 240px; }

  /*===========================================
  05 Sections
  ===========================================*/
  .overview article h1, .overview article h2, .overview article p {
    max-width: 523px; }
  .overview aside img {
    margin: 25px 5px; }
  .overview.landing-overview h2 {
    width: 538px; }
  .overview.landing-overview aside {
    padding: 0; }
  .overview.home-overview article {
    max-width: 616px;
    padding-right: 48px; }
  .overview.home-overview aside {
    float: right;
    max-width: 324px; }

  .news .wrapper {
    padding: 45px 0;
    padding-right: 48px; }

  .news-list li {
    height: 67px; }

  .events .wrapper {
    padding: 45px 0;
    margin-left: 33px; }

  .events-list li {
    height: 67px; }

  .video .video-title {
    padding-left: 60px; }

  .testimonials .quote-text {
    margin-top: 40px;
    width: 505px;
    height: 100%; }

  .graduate article, .undergraduate article {
    min-height: 200px;
    padding-left: 15px;
    padding-right: 15px; }
  .graduate h3, .undergraduate h3 {
    font-size: 1.7em; }
  .graduate p, .undergraduate p {
    margin-bottom: 2em; }
  .graduate a, .undergraduate a {
    font-size: 1.29em; }

  .social-feeds .instagram {
    height: auto;
    width: 41.6666666667%;
    padding-right: 20px; }
  .social-feeds .twitter-facebook {
    height: auto;
    width: 58.3333333333%; }
  .social-feeds .feed-container .feed {
    height: 176px;
    margin-bottom: 20px;
    padding: 20px; }

  /*===========================================
  06 Standard
  ===========================================*/
  .share-links {
    text-align: left; }
    .share-links a {
      display: inline-block;
      *display: inline;
      zoom: 1; }

  /*===========================================
  07 Landing
  ===========================================*/
  .carousel4 .img-holder {
    width: 533px;
    height: 305px; }
    .carousel4 .img-holder img {
      height: auto; }
  .carousel4 .snippet {
    padding: 10px 0 0 37px;
    overflow: auto; }
    .carousel4 .snippet p {
      margin-top: 15px; }

  .box {
    width: 455px; }
    .box:nth-of-type(odd) {
      margin-right: 30px; }
    .box.box-3 {
      width: 32%;
      margin-right: 2%; }
      .box.box-3:last-child {
        margin-right: 0; }

  .quick-links .cta, .quick-links .cta-blue, .quick-links .cta-big-shortcut {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .quick-links .cta:hover, .quick-links .cta-blue:hover, .quick-links .cta-big-shortcut:hover {
      background-color: #313131; }
  .quick-links li {
    padding-left: 30px; }
    .quick-links li:first-child {
      padding-left: 0; }
    .quick-links li .cta, .quick-links li .cta-blue, .quick-links li .cta-big-shortcut {
      font-size: 1.3em; }

  /*===========================================
  09 Footer
  ===========================================*/
  .foot-lvl2 a:hover {
    color: #000; }

  /*===========================================
  10 Gallery
  ===========================================*/
  .gallery__carousel--slide-group .gallery__carousel--slide {
    height: 120px; }

  /*===========================================
  24 Sticky Nav
  ===========================================*/
  .sticky-nav {
    top: 55%;
    bottom: auto;
    width: 72px;
    height: auto;
    overflow: visible;
    position: relative;
    padding-right: 0; }
    .sticky-nav .js-share {
      display: none; }
    .sticky-nav.is-scrolled .js-open-menu.is-active + .sticky-nav__container {
      transform: translateY(0); }
    .sticky-nav.is-scrolled .js-share {
      transform: translateY(0); }
    .sticky-nav__item.back-to-top {
      width: 72px;
      height: 72px;
      padding: 20px 10px;
      text-align: center;
      bottom: 0;
      position: fixed; }
      .sticky-nav__item.back-to-top span {
        display: block;
        font-size: 0.5em;
        width: auto;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        right: 0;
        left: 0;
        bottom: 13px;
        font-weight: normal; }
    .sticky-nav__container {
      display: block;
      width: auto;
      height: auto;
      transform: scale(1) translate(100%, 50%);
      background: none;
      opacity: 1;
      padding: 0;
      bottom: 50%;
      right: 0;
      position: fixed; }
      .sticky-nav__container .js-share {
        display: block; }
      .sticky-nav__container .sticky-nav__item {
        width: 72px;
        height: 72px;
        background: #990033;
        padding: 20px 10px;
        margin-bottom: 2px;
        position: relative;
        text-align: center;
        z-index: 3;
        display: block; }
        .sticky-nav__container .sticky-nav__item .icon {
          float: none; }
        .sticky-nav__container .sticky-nav__item span {
          display: block;
          font-size: 0.5em;
          width: auto;
          position: absolute;
          text-align: center;
          margin: 0;
          right: 0;
          left: 0;
          bottom: 13px;
          font-weight: normal; }
        .sticky-nav__container .sticky-nav__item.js-share {
          display: block; }
      .sticky-nav__container.is-slide {
        transform: translate(0, 50%); }
        .sticky-nav__container.is-slide .js-slide-menu:before {
          content: "\f054"; }
    .sticky-nav .js-share .social-media__container {
      transform: translateX(150%); }
    .sticky-nav .js-share.is-active {
      background: #730026; }
      .sticky-nav .js-share.is-active span {
        display: block; }
      .sticky-nav .js-share.is-active .social-media__container {
        transform: translateX(0); }
    .sticky-nav .js-slide-menu {
      background: #730026;
      height: 72px;
      padding: 25px 5px;
      text-align: center;
      color: #fff;
      width: 30px;
      right: 72px;
      position: absolute; }
      .sticky-nav .js-slide-menu:before {
        content: "\f053";
        font-family: 'icomoon'; }

  .timeline-tabs li a {
    padding-left: 55px; }
    .timeline-tabs li a .tab__number {
      left: 10px;
      font-size: 1.3em; }
    .timeline-tabs li a .tab__heading {
      font-size: 1.2em; }

  .error-info {
    padding-top: 20px;
    width: 50%; }
    .error-info .error-message {
      padding-top: 20px; }

  .notification-panel--desktop {
    display: block; }
  .notification-panel.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; } }
/*===========================================
24 Component
===========================================*/
.material-select-wrapper {
  transition-property: background-color;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  font-size: 1.6em !important;
  padding: 5px 10px;
  position: relative;
  width: 100%; }
  .material-select-wrapper:hover {
    cursor: pointer;
    background-color: #000; }
    .material-select-wrapper:hover .material-label, .material-select-wrapper:hover .icon-chevron-down {
      color: #999; }
  .material-select-wrapper.active {
    background-color: #d6d9d9; }
    .material-select-wrapper.active .material-label {
      color: #000; }
  .material-select-wrapper select {
    height: inherit;
    left: 0;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 10; }
    .material-select-wrapper select.material {
      display: none; }
  .material-select-wrapper .icon-chevron-down {
    bottom: 0;
    color: #000;
    font-size: 12px;
    height: 26px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 10px; }
  .material-select-wrapper .material-label {
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: top;
    width: 100%;
    z-index: 5;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .material-select-wrapper .card-wrapper {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -moz-box-shadow: 1px 1px 2px 0 #ccc;
    -webkit-box-shadow: 1px 1px 2px 0 #ccc;
    box-shadow: 1px 1px 2px 0 #ccc;
    background: #ccc;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    z-index: 10;
    display: none;
    min-width: 100%;
    max-height: 300px;
    overflow-y: auto; }
    .material-select-wrapper .card-wrapper ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .material-select-wrapper .card-wrapper ul li {
        font-size: 1em;
        opacity: 0;
        position: relative;
        top: -20px;
        margin-bottom: 0;
        border-bottom: 1px solid #999; }
        .material-select-wrapper .card-wrapper ul li:last-child {
          border-bottom: 0; }
    .material-select-wrapper .card-wrapper button {
      background: none;
      border: 0;
      font-size: 1em;
      padding: 10px 25px;
      text-align: left;
      width: 100%; }
      .material-select-wrapper .card-wrapper button:hover, .material-select-wrapper .card-wrapper button.active {
        background: #999; }

@media screen and (max-width: 767px) {
  .material-select-wrapper {
    padding: 5px;
    margin-bottom: 10px; }
    .material-select-wrapper .icon-chevron-down {
      right: 5px; } }
.EditingFormLabel {
  font-weight: 500; }

.control-group-inline textarea {
  width: auto !important; }

.form-control {
  font-size: inherit; }

input.form-control, button.form-control {
  height: 32px; }

select.form-control {
  height: 40px;
  word-wrap: break-word; }
  select.form-control option {
    word-wrap: break-word; }

table .material-select-wrapper {
  font-size: inherit !important; }

input.form-control {
  border: none;
  border-bottom: 1px solid #c2c2c2; }

select[multiple="multiple"] {
  height: auto;
  border: none; }

input.uploader-input-file + label {
  border: 1px solid #c2c2c2;
  padding: 10px 15px;
  cursor: pointer; }
  input.uploader-input-file + label:before {
    content: "\f093";
    font-family: 'icomoon';
    speak: none;
    margin-right: 5px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  input.uploader-input-file + label:hover {
    background-color: #d6d9d9; }

.control-group-inline {
  position: relative; }
  .control-group-inline .btn {
    height: 100%; }

.checkbox input[type="checkbox"] {
  display: none; }
  .checkbox input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 5px; }
    .checkbox input[type="checkbox"] + label:hover {
      cursor: pointer; }
    .checkbox input[type="checkbox"] + label:after {
      transition-property: all;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      content: "";
      width: 20px;
      height: 20px;
      border: 1px solid #c2c2c2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .checkbox input[type="checkbox"]:checked + label:after {
    background-color: #000; }
  .checkbox input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    position: absolute;
    color: #fff;
    vertical-align: middle;
    left: 4px;
    font-size: 13px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    z-index: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.radio input[type="radio"] {
  display: none; }
  .radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 25px; }
    .radio input[type="radio"] + label:hover {
      cursor: pointer; }
    .radio input[type="radio"] + label:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      *display: inline;
      zoom: 1;
      content: "";
      width: 20px;
      height: 20px;
      border: 1px solid #c2c2c2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .radio input[type="radio"] + label:after {
      transition-property: all;
      transition-duration: 1s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 1s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      opacity: 0;
      width: 10px;
      height: 10px;
      top: 0;
      bottom: 0;
      left: 5px;
      margin: auto;
      content: "";
      position: absolute;
      background-color: #000; }
  .radio input[type="radio"]:checked + label:after {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.cke {
  width: auto !important;
  max-width: 700px; }
  .cke iframe {
    width: auto !important; }

.calendar-action {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #000;
  font-size: 0.8em;
  margin-left: 10px; }

.datetime-ui-datepicker-calendar {
  margin-bottom: 0; }
  .datetime-ui-datepicker-calendar tbody {
    background-color: #fff; }
    .datetime-ui-datepicker-calendar tbody td {
      text-align: center;
      padding: 0; }
      .datetime-ui-datepicker-calendar tbody td:hover {
        background-color: #b3d4fc; }
    .datetime-ui-datepicker-calendar tbody a {
      color: #000;
      display: block;
      width: 100%;
      height: 100%;
      padding: 7px 10px; }

.datetime-ui-datepicker-title {
  text-align: center; }
  .datetime-ui-datepicker-title select {
    width: 50%;
    font-size: 1.2em; }

.action-buttons {
  background-color: #fff;
  font-size: 1.3em; }
  .action-buttons.AlignRight {
    text-align: right; }

.datetime-ui-datepicker-today {
  background-color: #cae6a5; }

.datetime-ui-datepicker-current-day {
  background-color: #83be34;
  font-weight: 500; }

.datetime-ui-datepicker-other-month {
  background-color: #d6d9d9; }
  .datetime-ui-datepicker-other-month a {
    color: #707070; }

@media screen and (max-width: 767px) {
  .datetime-ui-datepicker {
    width: 100% !important;
    left: 0 !important; }

  input[type="file"] {
    max-width: 160px;
    overflow: visible; }

  textarea.form-control {
    max-width: 230px; } }
@media screen and (min-width: 768px) {
  textarea.form-control {
    max-width: 600px; } }
@media screen and (min-width: 1024px) {
  textarea.form-control {
    max-width: 770px; } }
/*===========================================
25 IE
===========================================*/
.lt-ie10 .why-sutd .bg-overlay {
  background: rgba(0, 0, 0, 0.5); }
.lt-ie10 .social-feeds .instagram .caption {
  background: rgba(0, 0, 0, 0.6); }

/* Webform */
#p_lt_ctl01_pageplaceholder_p_lt_ctl03_BizForm_viewBiz_ncpcheckboxcontrol {
  display: inline-block;
  float: left; }

#CheckBoxControl .ExplanationText {
  overflow: auto;
  padding-left: 20px; }

@media only screen and (max-width: 1023px) {
  .navbar {
    margin-top: 0 !important; } }

/*# sourceMappingURL=main.css.map */
