/* ==========================================================================
   TBWA
   Digital Arts Network Singapore

   last update: 19 08 13
   ========================================================================== */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
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;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.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;
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
#nus {
  font: normal 15px 'news-gothic-std';
  color: #666;
}
#nus h1,
#nus h2,
#nus h3,
#nus h4,
#nus h5 {
  padding: 0;
  margin: 0;
}
#nus h2 {
  display: inline-block;
  color: #084d89;
  font: bold 50px 'lexia';
  line-height: 50px;
  padding: 0 48px 0 0;
  /*background: url(../images/h2-line38.jpg) no-repeat right center;*/
}
#nus h3 {
  color: #084d89;
  font: normal 34px 'minion-pro';
  line-height: 34px;
}
#nus h4 {
  color: #084d89;
  font: normal 24px 'minion-pro';
  line-height: 24px;
}
#nus h5 {
  color: #084d89;
  font: normal 20px 'minion-pro';
  line-height: 20px;
}
#nus .btnOrange {
  display: inline-block;
  background: #f49644;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 15px;
  line-height: 15px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
#nus .btnOrange:hover {
  opacity: 0.7;
}
#nus .btnBlue {
  display: inline-block;
  background: #084d89;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
#nus .orange {
  color: #f49644;
}
#nus .linkOrange {
  color: #f49644;
  text-decoration: none;
}
#nus .blue {
  color: #084d89;
}
#nus .blue2 {
  color: #0b7ada;
}
#nus .green {
  color: #0f9835;
}
#nus .gray {
  color: #cccccc;
}
#nus .linkBlue2 {
  color: #0b7ada;
  text-decoration: none;
  font-family: arial;
}
#nus .bxslider {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nus p {
  line-height: 25px;
}
#nus a {
  outline: none!important;
}
#nus .wrapper {
  width: 1200px;
  margin: 0 auto;
  /*padding: 0 10px;*/
}
#nus h1.logo {
  display: inline-block;
  width: 330px;
  height: 38px;
}
#nus h1.logo a {
  display: block;
  height: 58px;
  background: url(../images/logo-yale-nus.png) no-repeat;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 1219px) {
  #nus .wrapper {
    width: auto;
  }
  #nus h2 {
    background: none;
    font-size: 40px;
    line-height: 40px;
  }
}
#nus .header {
  position: relative;
  padding-top: 30px;
  box-shadow: 3px 0px 5px #ccc;
}
#nus .header .row2 {
  background: #000;
  position: absolute;
  width: 100%;
  top: 0;
}
#nus .header .row2 .nav1 {
  float: left;
}
#nus .header .row2 .nav1 > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nus .header .row2 .nav1 > ul > li {
  float: left;
}
#nus .header .row2 .nav1 > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font: normal 12px 'lexia';
  text-transform: uppercase;
  line-height: 20px;
  height: 30px;
  padding: 5px 20px;
  background: url(../images/nav1-dot.jpg) no-repeat 100% 14px;
}
#nus .header .row2 .nav1 > ul > li a.btnSearch {
  background: url(../images/search-icon.png) no-repeat 100% 5px;
}
#nus .header .row2 .nav1 > ul > li a.btnLogin {
  background: url(../images/login-arrow.png) no-repeat 110px 14px;
  padding-right: 40px;
}
#nus .header .row2 .nav1 > ul > li a + ul > li > a {
  padding: 7px 20px!important;
}
#nus .header .row2 .nav1 > ul > li.havSubNav:hover > .subNav {
  display: block;
}
#nus .header .row2 .nav1 .subNav {
  display: none;
  padding: 0 0 10px 0;
  list-style: none;
  margin: 0;
  position: absolute;
  background: #000;
  z-index: 9999;
}
#nus .header .row2 .nav1 .subNav.subNav-search {
  margin-left: -75px;
}
#nus .header .row2 .nav1 .subNav a {
  background: none;
}
#nus .header .row2 .nav1 .subNav .inner {
  display: block;
  padding: 10px 20px;
}
#nus .header .row2 .nav1 .subNav input.tf {
  border: none;
  font: normal 12px arial;
  line-height: 14px;
  height: 34px;
  padding: 10px 15px;
  outline: none;
  border-radius: 17px 0 0 17px;
  -webkit-border-radius: 17px 0 0 17px;
  -moz-border-radius: 17px 0 0 17px;
  -ms-border-radius: 17px 0 0 17px;
  -o-border-radius: 17px 0 0 17px;
  width: 230px;
}
#nus .header .row2 .nav1 .subNav input.btnSubmit {
  border: none;
  width: 34px;
  height: 34px;
  background: url(../images/search-icon2.png) no-repeat center center #ffffff;
  border-radius: 0 17px 17px 0;
  -webkit-border-radius: 0 17px 17px 0;
  -moz-border-radius: 0 17px 17px 0;
  -ms-border-radius: 0 17px 17px 0;
  -o-border-radius: 0 17px 17px 0;
  vertical-align: top;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  position: relative;
  left: -4px;
}
#nus .header .row2 .social {
  float: right;
}
#nus .header .row2 .social > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nus .header .row2 .social > ul > li {
  float: left;
  margin: 5px;
}
#nus .header .row2 .social > ul > li a {
  display: block;
  width: 20px;
  height: 20px;
}
#nus .header .row2 .social > ul > li a img {
  vertical-align: top;
}
#nus .header .row1 {
  background: url(../images/bgHeaderRow2.jpg) repeat;
}
#nus .header .row1 .nav2 > .right {
  float: right;
  width: 33.333333333333336%;
}
#nus .header .row1 .nav2 > .right h1.logo {
  display: block;
  width: 100%;
  height: 150px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#nus .header .row1 .nav2 > .right h1.logo a {
  height: 147px;
  background-position: center 70px;
  border-bottom: 2px solid #0b7ada;
}
#nus .header .row1 .nav2 > .right h1.logo.hasSubArrow {
  background: url(../images/login-arrow.png) no-repeat right center;
  padding-right: 31px;
}
#nus .header .row1 .nav2 > .right .btnMobile {
  display: none;
}
#nus .header .row1 .nav2 > ul {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 66.66666666666667%;
  float: left;
}
#nus .header .row1 .nav2 > ul > li {
  float: left;
  width: 25%;
}
#nus .header .row1 .nav2 > ul > li > a {
  display: block;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  padding: 30px 20px;
  border-left: 1px solid #ccc;
  height: 150px;
  /*background: url(../images/nav-arrow-tip.png) no-repeat 100% 100%;*/

}
#nus .header .row1 .nav2 > ul > li > a .txt1 {
  display: inline-block;
  margin-bottom: 10px;
  font: 700 16px 'lexia';
  color: #000;
  background: url(../images/nav-arrow-line17.jpg) no-repeat left top;
  padding-top: 10px;
}
#nus .header .row1 .nav2 > ul > li > a + ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font: normal 12px 'lexia';
  text-transform: uppercase;
  line-height: 16px;
  min-height: 20px;
  padding: 7px 20px;
  background: url(../images/nav1-dot.jpg) no-repeat right center;
}
#nus .header .row1 .nav2 > ul > li.last {
  width: 33.333333333333336%;
}
#nus .header .row1 .nav2 > ul > li.havSubNav:hover > .subNav {
  display: block;
}
#nus .header .row1 .nav2 > ul h1.logo {
  display: block;
  width: 100%;
  height: 150px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#nus .header .row1 .nav2 > ul h1.logo a {
  height: 147px;
  background-position: center 70px;
  border-bottom: 2px solid #0b7ada;
}
#nus .header .row1 .nav2 .subNav {
  display: none;
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  background: #000;
}
#nus .header .row1 .nav2 .subNav a {
  background: none;
}
@media only screen and (max-width: 1219px) {
  #nus .header {
    max-height: 54px;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
    -ms-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
  }
  #nus .header.active {
    max-height: 1000px;
  }
  #nus .header .row1 .nav2 {
    padding: 0;
  }
  #nus .header .row1 .nav2 > .right {
    float: none;
    width: auto;
    padding: 15px 10px;
  }
  #nus .header .row1 .nav2 > .right h1.logo {
    width: 210px;
    border: none;
    height: 24px;
    float: left;
  }
  #nus .header .row1 .nav2 > .right h1.logo a {
    width: 210px;
    border: none;
    height: 24px;
    background-size: 210px auto;
    background-position: left top;
  }
  #nus .header .row1 .nav2 > .right .btnMobile {
    display: block;
    width: 29px;
    height: 24px;
    float: right;
    cursor: pointer;
  }
  #nus .header .row1 .nav2 > .right .btnMobile img {
    vertical-align: top;
  }
  #nus .header .row1 .nav2 > ul {
    float: none;
    width: auto;
    background: #333;
    padding: 10px 0 0 0;
  }
  #nus .header .row1 .nav2 > ul > li {
    float: none;
    width: auto;
  }
  #nus .header .row1 .nav2 > ul > li a {
    padding: 10px;
    height: auto;
    background: none;
    border: none;
  }
  #nus .header .row1 .nav2 > ul > li a.subNavArrow {
    background: url(../images/login-arrow2.png) no-repeat 95% 50%;
  }
  #nus .header .row1 .nav2 > ul > li a .txt1 {
    padding: 0;
    background: none;
    margin: 0;
    color: #fff;
  }
  #nus .header .row1 .nav2 > ul > li .txt2 {
    display: none;
  }
  #nus .header .row1 .nav2 .subNav {
    position: relative;
  }
  #nus .header .row1 .nav2 .subNav .inner {
    padding: 10px;
  }
  #nus .header .row2 {
    position: relative;
    width: auto;
    top: auto;
    background: #333;
  }
  #nus .header .row2 .wrapper {
    padding: 0;
  }
  #nus .header .row2 .nav1 {
    float: none;
  }
  #nus .header .row2 .nav1 > ul > li {
    float: none;
    width: auto;
  }
  #nus .header .row2 .nav1 > ul > li a {
    background: none;
    padding: 10px;
  }
  #nus .header .row2 .nav1 > ul > li a.btnLogin {
    background: url(../images/login-arrow2.png) no-repeat 70px 19px;
  }
  #nus .header .row2 .nav1 > ul > li a.btnSearch {
    background-position: 70px 10px;
  }
  #nus .header .row2 .social {
    float: none;
  }
  #nus .header .row2 .social > ul {
    padding: 10px 10px 20px;
  }
  #nus .header .row2 .social > ul > li {
    margin: 0 5px 0 0;
  }
  #nus .header .row2 .social > ul > li a {
    padding: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: #000;
    width: 30px;
    height: 30px;
  }
  #nus .header .row2 .nav1 .subNav {
    position: relative;
  }
  #nus .header .row2 .nav1 .subNav.subNav-search {
    margin-left: 0px;
  }
  #nus .header .row2 .nav1 .subNav .inner {
    padding: 10px;
  }
}
@media only screen and (min-width: 1220px) {
  #nus a {
    cursor: pointer;
  }
  #nus a:hover {
    opacity: 0.7;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
  }
  #nus .sect2 a:hover,
  #nus a.infoBtn:hover {
    opacity: 1;
  }
  #nus .row1 .nav2 .subNav {
    display: none;
    z-index: 9999;
  }
  #nus .header .row1 .nav2 > ul > li.havSubNav:hover > .subNav {
    display: none;
  }
}
#nus .masthead {
  background: #ccc;
  height: 600px;
  position: relative;
}
#nus .masthead .bx-wrapper {
  position: relative;
}
#nus .masthead .bx-viewport {
  max-height: 620px;
  overflow: hidden;
  background: #084d89;
}
#nus .masthead .bxslider {
  padding: 0;
  list-style: none;
  margin: 0;
}
#nus .masthead .bxslider > li {
  position: relative;
}
#nus .masthead .bxslider .img {
  width: 100%;
  max-height: 620px;
  height: 100%;
  overflow: hidden;
}
#nus .masthead .bxslider .img img {
  min-width: 100%;
  max-width: 1400px;
  min-height: 100%;
  /*max-height:620px;*/
  height: auto;
  margin: 0 auto;
  display: block;
}
#nus .masthead .bxslider .txt {
  position: absolute;
  top: 50px;
  width: 100%;
}
#nus .masthead .bxslider .txt .wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #084d89;
  width: 33.333333333333336%;
}
#nus .masthead .bxslider .txt .wrapper > ul > li {
  float: left;
  color: #fff;
  width: 50%;
}
#nus .masthead .bxslider .txt .wrapper > ul > li p {
  margin: 0;
  padding: 20px;
  border-left: 1px solid #215f95;
}
#nus .masthead .bxslider .txt .wrapper > ul > li:first-child {
  font: 400 italic 32px 'minion-pro';
}
#nus .masthead .bxslider .txt .wrapper > ul > li:first-child p {
  background: url(../images/line35.jpg) no-repeat 20px bottom;
  line-height: 32px;
}
#nus .masthead .bx-controls-direction a {
  position: absolute;
  display: block;
  width: 44px;
  padding: 0 20px;
  height: 86px;
  top: 40%;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
#nus .masthead .bx-controls-direction a.bx-prev {
  left: 20px;
  background-image: url(../images/masthead-btn-prev.png);
}
#nus .masthead .bx-controls-direction a.bx-next {
  right: 20px;
  background-image: url(../images/masthead-btn-next.png);
}
#nus .masthead .bx-pager-wrapper {
  position: absolute;
  width: 100%;
  bottom: -19px;
  overflow: hidden;
}
#nus .masthead .bx-pager {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#nus .masthead .bx-pager .bx-pager-item {
  display: inline-block;
  width: 16.666666666666668%;
  text-align: left;
  margin: 0 -2px;
}
#nus .masthead .bx-pager .bx-pager-item a {
  display: block;
  padding: 1px;
  text-decoration: none;
  opacity: 1;
}
#nus .masthead .bx-pager .bx-pager-item a .inner {
  display: block;
  padding: 20px;
  background: rgba(8, 77, 137, 0.9);
  color: #fff;
  font: normal 17px 'minion-pro';
  line-height: 17px;
  cursor: pointer;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}
#nus .masthead .bx-pager .bx-pager-item a .orange {
  display: block;
  font-style: italic;
}
#nus .masthead .bx-pager .bx-pager-item a:hover .inner,
#nus .masthead .bx-pager .bx-pager-item a.active .inner {
  background: #f49644;
}
#nus .masthead .bx-pager .bx-pager-item a:hover .inner .orange,
#nus .masthead .bx-pager .bx-pager-item a.active .inner .orange {
  color: #fff;
}
#nus .masthead .bx-pager .spacer {
  display: block;
  height: 74px;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(8, 77, 137, 0.9);
}
#nus .masthead .bx-pager .spacer.spacer1 {
  margin: 1px -3px;
  left: -100%;
}
#nus .masthead .bx-pager .spacer.spacer2 {
  margin: 1px 0;
  left: 100%;
}
@media only screen and (max-width: 1219px) {
  #nus .masthead {
    height: auto;
  }
  #nus .masthead .bx-viewport {
    max-height: none;
  }
  #nus .masthead .bxslider .img img {
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
  #nus .masthead .bxslider .txt {
    position: relative;
    top: auto;
  }
  #nus .masthead .bxslider .txt .wrapper {
    padding: 0;
  }
  #nus .masthead .bxslider .txt .wrapper > ul {
    width: auto;
  }
  #nus .masthead .bxslider .txt .wrapper > ul > li p {
    padding: 15px 10px;
  }
  #nus .masthead .bx-pager-wrapper {
    display: none;
  }
  #nus .masthead .bx-controls-direction a {
    top: 35%;
  }
}
@media only screen and (max-width: 1023px) {
  #nus .masthead .bx-controls-direction a {
    top: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #nus .masthead .bx-controls-direction a {
    top: 25%;
  }
}
@media only screen and (max-width: 599px) {
  #nus .masthead .bx-controls-direction a {
    width: 22px;
    height: 43px;
    background-size: 22px auto;
  }
}
@media only screen and (max-width: 479px) {
  #nus .masthead .bxslider .txt .wrapper > ul > li:first-child p {
    font-size: 22px;
    line-height: 22px;
  }
  #nus .masthead .bx-controls-direction a {
    top: 15%;
  }
}
#nus .sect .wrapper {
  padding: 60px 0;
}
#nus .sect h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1219px) {
  #nus .sect .wrapper {
    padding: 30px 0;
  }
}
#nus .sect1 {
  background: #fff;
  /*.slider2{ position: relative;
			.bxslider{ padding: 0; margin: 0; list-style: none;
				.col1{ float: left; width: 33.3%;
					.img{ padding: 0 10px; }
					img{ width: 100%; }
				}
				.col2{ float: left; width: 66.6%;
					.inner{ padding: 0 300px 0 20px; }
				}
			}
			> .bx-wrapper > .bx-controls > .bx-pager{ width: 200px; position: absolute; top: 0; right: 0; z-index: 60;
				> .bx-pager-item{ margin-bottom: 5px;
					> a{ display: block; line-height: 15px; padding: 5px 10px; cursor: pointer; color: #666; text-decoration: none; position: relative;
						&.active, &:hover{ background: @blue2; color: #fff; .transition(background-color 0.4s ease);
							.tip{ display: block; width: 8px; height: 25px; background: url(../images/courses-tip2.png) no-repeat; position: absolute; top: 0; left: -8px; }
						}
					}
				}
			}
		}*/

}
#nus .sect1 .wrapper {
  background: url(../images/border200.png) repeat;
  border-left: 1px solid #eee;
}
#nus .sect1 h2 {
  padding-left: 10px;
  margin-bottom: 30px;
}
#nus .sect1 .slider1 {
  position: relative;
}
#nus .sect1 .slider1 .bxslider {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nus .sect1 .slider1 .bxslider .col1 {
  float: left;
  width: 33.3%;
}
#nus .sect1 .slider1 .bxslider .col1 .img {
  padding: 0 10px;
}
#nus .sect1 .slider1 .bxslider .col1 img {
  width: 100%;
}
#nus .sect1 .slider1 .bxslider .col2 {
  float: left;
  width: 66.6%;
}
#nus .sect1 .slider1 .bxslider .col2 .inner {
  padding: 0 20px 0 20px;
}
#nus .sect1 .slider1 > .bx-wrapper > .bx-controls > .bx-pager {
  background: #efedee;
  padding: 3px;
  float: right;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: inset 1px 1px 2px #cccccc;
  -webkit-box-shadow: inset 1px 1px 2px #cccccc;
  -moz-box-shadow: inset 1px 1px 2px #cccccc;
  -ms-box-shadow: inset 1px 1px 2px #cccccc;
  -o-box-shadow: inset 1px 1px 2px #cccccc;
  position: absolute;
  top: -68px;
  right: 0;
}
#nus .sect1 .slider1 > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item {
  display: inline-block;
}
#nus .sect1 .slider1 > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a {
  display: block;
  color: #92a1b9;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
#nus .sect1 .slider1 > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a.active {
  background: #fff;
  box-shadow: 1px 1px #cccccc;
  -webkit-box-shadow: 1px 1px #cccccc;
  -moz-box-shadow: 1px 1px #cccccc;
  -ms-box-shadow: 1px 1px #cccccc;
  -o-box-shadow: 1px 1px #cccccc;
  color: #0b7ada;
}
@media only screen and (max-width: 1219px) {
  #nus .sect1 .wrapper {
    background: none;
  }
  #nus .sect1 .slider1 > .bx-wrapper > .bx-controls > .bx-pager {
    right: 10px;
  }
  #nus .sect1 .slider2 .bxslider .col2 .inner {
    padding: 0 10px;
  }
  #nus .sect1 .slider2 .bx-controls {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  #nus .sect1 h2 {
    margin: 10px 0 80px;
  }
  #nus .sect1 .slider1 .bxslider .col1 {
    float: none;
    width: auto;
  }
  #nus .sect1 .slider1 .bxslider .col1 .img {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #nus .sect1 .slider1 .bxslider .col1 img {
    width: 100%;
  }
  #nus .sect1 .slider1 .bxslider .col2 {
    float: none;
    width: auto;
  }
  #nus .sect1 .slider1 .bxslider .col2 .inner {
    padding: 0 20px 0 20px;
  }
  #nus .sect1 .slider1 > .bx-wrapper > .bx-controls > .bx-pager {
    right: auto;
    left: 10px;
    min-width: 200px;
    top: -60px;
  }
  #nus .sect1 .slider2 .bxslider .col1,
  #nus .sect1 .slider2 .bxslider .col2 {
    float: none;
    width: auto;
  }
  #nus .sect1 .slider2 .bxslider .col1 {
    margin-bottom: 20px;
  }
  #nus .sect1 .slider1 > .bx-wrapper > .bx-controls > .bx-pager > .bx-pager-item > a {
    padding: 10px;
  }
}
#nus .ynus_stantemp {
  /*end wrapper overview*/

  /*end wrapper detail*/
  /*wrapper search*/

}
#nus .ynus_stantemp .wrapper.overview {
  background: url(../images/border200.png) repeat 1px 0px;
  padding: 50px 0;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  overflow: visible!important;
  height: 100%!important;
}
#nus .ynus_stantemp .wrapper.overview .breadcrumbs {
  margin: 0 0 25px 10px;
}
#nus .ynus_stantemp .wrapper.overview .breadcrumbs a {
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #f49644;
  text-transform: capitalize;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.overview .breadcrumbs a:hover {
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.overview .breadcrumbs span {
  color: #999;
  margin: 0 10px;
}
#nus .ynus_stantemp .wrapper.overview h2 {
  padding-left: 10px;
  text-transform: capitalize;
}
#nus .ynus_stantemp .wrapper.overview .row {
  padding: 40px 0 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 {
  width: 210px;
  display: block;
  position: relative;
  float: left;
  height: auto;
  min-height: 450px;
  /*general table styles*/

}
#nus .ynus_stantemp .wrapper.overview .row .col1 table {
  width: 98%;
  max-width: 960px;
  margin-top: 15px;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 table th,
#nus .ynus_stantemp .wrapper.overview .row .col1 table td {
  padding: 10px 20px;
  text-align: left;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 table th {
  font-family: 'minion-pro';
  font-size: 16px;
  text-transform: uppercase;
  background-color: #d2d0d1;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 table td {
  font-size: 13px;
  /*width:49%;*/
  background-color: #fafafa;
  border-bottom: 1px solid #efedee;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 table td + td {
  border-left: 1px solid #efedee;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 table + table {
  margin-top: 30px;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul {
  width: 210px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul li {
  width: 200px;
  margin-bottom: 10px;
  line-height: 19px;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul li a {
  display: block;
  line-height: 19px;
  padding: 5px 10px;
  cursor: pointer;
  color: #666;
  text-decoration: none;
  position: relative;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul li a:hover {
  background-color: #0b7ada;
  color: #fff;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul li.current-menu-item a {
  background: #0b7ada;
  color: #fff;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul li a.active {
  background: #0b7ada;
  color: #fff;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul li.nav-dl a {
  padding-left: 25px;
  background: url(../images/icon-dl.png) no-repeat 11px 50%;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul li.nav-dl a:hover {
  background-color: none;
  color: #666;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 {
  width: 980px;
  display: block;
  position: relative;
  float: right;
  height: auto;
  padding:0 15px 0 0;

  /*end filters*/

  /*general table styles*/

  /*giving styles*/

}
#nus .ynus_stantemp .wrapper.overview .row .col2 h3 {
  margin-bottom: 40px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 p {
  width: auto;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 a {
  color: #084d89;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 img {
  max-width: 100%;
  height: auto;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters {
  position: absolute;
  top: 0px;
  right: 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .categoryfilter,
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter {
  display: inline-block;
  background: #efedee;
  padding: 3px;
  margin: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: inset 1px 1px 2px #cccccc;
  -webkit-box-shadow: inset 1px 1px 2px #cccccc;
  -moz-box-shadow: inset 1px 1px 2px #cccccc;
  -ms-box-shadow: inset 1px 1px 2px #cccccc;
  -o-box-shadow: inset 1px 1px 2px #cccccc;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .categoryfilter .filteritem,
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter .filteritem {
  display: inline-block;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .categoryfilter .filteritem a,
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter .filteritem a {
  display: block;
  color: #92a1b9;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .categoryfilter .filteritem a.active,
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter .filteritem a.active {
  background-color: #fff;
  box-shadow: 1px 1px #cccccc;
  -webkit-box-shadow: 1px 1px #cccccc;
  -moz-box-shadow: 1px 1px #cccccc;
  -ms-box-shadow: 1px 1px #cccccc;
  -o-box-shadow: 1px 1px #cccccc;
  color: #0b7ada;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .categoryfilter .filteritem.current-menu-item a,
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter .filteritem.current-menu-item a {
  background-color: #fff;
  box-shadow: 1px 1px #cccccc;
  -webkit-box-shadow: 1px 1px #cccccc;
  -moz-box-shadow: 1px 1px #cccccc;
  -ms-box-shadow: 1px 1px #cccccc;
  -o-box-shadow: 1px 1px #cccccc;
  color: #0b7ada;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .categoryfilter .filteritem a.grid,
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter .filteritem a.grid {
  background-image: url(../images/iconGrid.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  padding: 10px 20px 10px 40px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .categoryfilter .filteritem a.list,
#nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter .filteritem a.list {
  background-image: url(../images/iconList.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  padding: 10px 20px 10px 40px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .components {
  padding: 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .components img {
  float: left;
  left: -20px;
  position: relative;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .components .chartdesc {
  display: block;
  position: relative;
  float: right;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .components .chartdesc .experience {
  width: 550px;
  height: auto;
  display: block;
  position: relative;
  box-shadow: 1px 0px 5px #cccccc;
  -webkit-box-shadow: 1px 0px 5px #cccccc;
  -moz-box-shadow: 1px 0px 5px #cccccc;
  -ms-box-shadow: 1px 0px 5px #cccccc;
  -o-box-shadow: 1px 0px 5px #cccccc;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  background: #fff;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .components .chartdesc .experience p {
  line-height: 18px;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table {
  width: 98%;
  max-width: 960px;
  margin-top: 15px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table th,
#nus .ynus_stantemp .wrapper.overview .row .col2 table td {
  padding: 10px 20px;
  text-align: left;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table th {
  font-family: 'minion-pro';
  font-size: 16px;
  text-transform: uppercase;
  background-color: #d2d0d1;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table td {
  font-size: 13px;
  /*width:49%;*/
  background-color: #fafafa;
  border-bottom: 1px solid #efedee;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table td + td {
  border-left: 1px solid #efedee;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table + table {
  margin-top: 30px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.pr td {
  width: auto;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.pr td a {
  color: #0b7ada;
  font-family: 'news-gothic-std';
  font-weight: normal;
  margin: 25px 0 0 10px;
  text-transform: none;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.pr td a:hover {
  background: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.pr td + td {
  width: 91%;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience {
  border-collapse: collapse;
  border: 1px solid #fff;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th,
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience td {
  text-align: left;
  vertical-align: top;
  color: #000;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th {
  font-weight: normal;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience thead th {
  background-color: #d2d0d1;
  padding: 10px 0 10px 20px;
  font-size: 13px;
  line-height: 13px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th,
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td {
  padding: 20px 0 20px 20px;
  line-height: 25px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th {
  font-family: 'minion-pro';
  font-size: 28px;
  background-color: #efedee;
  border-bottom: 1px solid #fff;
  width: auto;
  text-align: left;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + th,
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + th + td + th {
  display: none;
  font-family: 'news-gothic-std';
  background-color: #efedee;
  padding: 10px 0 10px 20px;
  font-size: 13px;
  line-height: 13px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-align: left;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td {
  background-color: #fafafa;
  border-bottom: 1px solid #efedee;
  border-left: 1px solid #efedee;
  width: auto;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span {
  position: relative;
  display: inline-block;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  top: 1px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn:hover .subjectInfo {
  opacity: 1;
  z-index: 8000;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo {
  cursor: pointer;
  display: block;
  opacity: 0;
  position: relative;
  width: 342px;
  height: 180px;
  background: url(../images/subject-infotip.png) no-repeat left center;
  z-index: -10;
  left: 25px;
  top: -60px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo > span {
  color: #fff;
  width: 325px;
  min-height: 140px;
  height: auto;
  padding: 20px;
  display: block;
  float: right;
  background: rgba(8, 77, 137, 0.85);
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo > span > h4 {
  color: #fff;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo > span p {
  line-height: 18px;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject span.green a.infoBtn {
  background: url(../images/info-icon-green.png) no-repeat center center;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject span.blue2 a.infoBtn {
  background: url(../images/info-icon-blue.png) no-repeat center center;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject span.orange a.infoBtn {
  background: url(../images/info-icon-orange.png) no-repeat center center;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + td + th + td .subject > span a.infoBtn .subjectInfo {
  background: url(../images/subject-infotip2.png) no-repeat right center;
  z-index: -10;
  left: -390px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + td + th + td .subject > span a.infoBtn .subjectInfo > span {
  float: left;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th.year {
  width: 150px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th.sem1 {
  width: 359px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th.sem2 {
  width: 340px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 p + h4 {
  margin-top: 50px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul li h4 a {
  color: #084d89;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul li h4 a:hover {
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid {
  list-style: none;
  padding: 0;
  margin: 50px -15px 0px 0px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li {
  width: 160px;
  display: block;
  float: left;
  margin: 0 40px 50px 0;
  /*transform:translate3d(0,0,0)!important;position:relative!important;*/
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid.facgrid li {
  height: 350px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li img {
  width: 160px;
  height: 120px;
  display: block;
  outline: none;
  border: none;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap {
  max-height: 420px;
  /*min-height:210px;*/
  min-height: 420px;
  margin: 20px 0 0;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap h4 {
  font-size: 22px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap div {
  margin: 20px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap div,
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap p {
  width: 160px;
  display: block;
  position: relative;
  /**/
  overflow: hidden;
  line-height: 18px;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid.facgrid li img {
  height: 213px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid.facgrid li .wrap {
  min-height: 131px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li {
  width: 980px;
  height: 275px;
  display: block;
  margin: 0 0 40px 0;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li img {
  width: 365px;
  height: auto;
  /*max-height:275px;*/
  float: left;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li .wrap {
  max-height: 275px;
  width: 575px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 10px 0 30px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.career li {
  height: auto;
  margin: 0 0 30px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.career li img {
  display: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.career li .wrap {
  max-height: 100%;
  width: auto;
  padding: 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.career li .wrap h5 {
  line-height: 23px;
  padding-left: 40px;
  background: url(../images/careerbullet.png) no-repeat left center;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li {
  height: inherit;
  background-color: #f0f1f2;
  margin-bottom: 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .left {
  float: left;
  width: 365px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li img {
  float: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .left h4 {
  font-family: 'lexia';
  letter-spacing: 0.3px;
  padding: 10px 0 0 35px;
  margin: 10px 0;
  border-top: 1px solid #f49644;
  text-align: right;
  display: block;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .left h6 {
  font-family: 'minion-pro';
  font-size: 16px;
  font-style: oblique;
  font-weight: 400;
  padding-left: 35px;
  margin: 10px 0 20px;
  text-align: right;
  display: block;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .right {
  width: 575px;
  display: block;
  position: relative;
  float: left;
  padding: 10px 0 30px 30px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .right p {
  width: auto;
  background: url(../images/apos.png) no-repeat top left;
  padding: 10px 0 0 45px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .right span.highlight {
  font-family: 'minion-pro';
  font-size: 20px;
  font-style: oblique;
  display: block;
  color: #0b4089;
  margin-bottom: 30px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li {
  width: 980px;
  height: 325px;
  display: block;
  margin: 0 0 40px 0;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li img {
  width: 365px;
  height: auto;
  /*max-height:275px;*/
  float: left;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li .wrap {
  max-height: 325px;
  width: 575px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 10px 0 30px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery {
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery h4 {
  margin-bottom: 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album li {
  margin: 0 41px 0 0;
  padding: 0;
  display: block;
  background: #000;
  float: left;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album li a {
  display: block;
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album li a .viddetails {
  color: #fff;
  height: auto;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album li a .viddetails z-index:1 span {
  display: block;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album li a .viddetails time {
  display: block;
  font-size: 12px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album li:last-child {
  margin: 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album.g3 li {
  width: 292px;
  height: 219px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery ul.album.g5 li {
  width: 159px;
  height: 119px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap {
  margin: 0 0 50px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer div,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer span,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer a,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer img,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer ul,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer li,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwplayer video,
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap .jwclick {
  background: none;
  color: #fff;
  opacity: 1;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap #jwbox_background {
  display: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap ul li {
  margin: 0 41px 41px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.vidwrap ul li:nth-child(3n) {
  margin: 0 0 41px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.imgwrap {
  margin: 0 0 40px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.imgwrap .gallery br {
  display: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.imgwrap .gallery dl.gallery-item {
  width: auto;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .gallery.imgwrap .gallery dl.gallery-item dt {
  display: block;
  width: 150px;
  height: 150px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .va-gallery {
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .va-gallery ul {
  list-style: none;
  display: block;
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  height: 150px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .va-gallery ul li {
  float: left;
  display: block;
  position: relative;
  margin: 0 41px 41px 0;
  padding: 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .va-gallery ul li a img {
  display: block;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .va-gallery ul li:nth-child(5n) {
  margin: 0 0 41px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .viewall {
  display: block;
  width: 100%;
  position: absolute;
  top: 10px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .viewall a {
  float: right;
  margin: 0 30px 10px 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col1 {
  width: 790px;
  padding-right: 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 {
  width: 190px;
  padding: 20px 0 0;
  margin-right: -15px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 .btnOrange {
  width: 180px;
  text-align: center;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 h3 {
  margin: 30px 0 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 .ctus_email {
  padding-left: 25px;
  background: url(../images/iconMail.jpg) no-repeat left center;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 .ctus_phone {
  padding-left: 25px;
  background: url(../images/iconPhone.jpg) no-repeat left center;
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity {
  padding-right: 20px;
  margin-bottom: 40px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row1 {
  position: relative;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row1 img {
  display: block;
  width: 100%;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row1 .imgDesc {
  background: #084D88;
  color: #fff;
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 310px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row1 .imgDesc .imgDescWrapper {
  padding: 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment {
  background: #f2f2f2;
  border-top: 1px solid #fff;
  padding: 20px 50px 20px 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .left {
  float: left;
  width: 35%;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .left .name {
  display: inline-block;
  color: #084d89;
  font: normal 36px 'lexia';
  line-height: 36px;
  padding: 0 48px 0 0;
  background: url(http://www.yale-nus.edu.sg/wp-content/themes/yalenus/library/images/h2-line38.jpg) no-repeat right center;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .left ul li {
  margin-top: 20px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .left ul li:first-child {
  margin: 0;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .right {
  float: right;
  color: #084D88;
  width: 60%;
  font-size: 18px;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .right p {
  background: url(../images/apos.png) no-repeat top left;
  margin: 0;
  padding: 10px 0 0 45px;
  line-height: 20px !important;
}
@media only screen and (min-width: 1220px) {
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li.padd {
    margin: 0 20px 60px 0;
  }
}
@media only screen and (max-width: 1219px) {
  #nus .ynus_stantemp .wrapper.overview {
    background: none;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col1 {
    display: none;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 {
    width: auto;
    padding: 0 10px;
    float: none;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li {
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
    /*display:inline-block;*/
    display: block;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li img {
    width: 40%;
    height: auto;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li .wrap {
    width: 55%;
    padding: 0 0 0 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li {
    margin: 0 20px 60px 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .components img {
    left: 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col1 {
    width: auto;
    padding-right: 10px;
    display: block;
    clear: both;
    margin-bottom: 50px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 {
    width: auto;
    padding: 0 0;
    display: block;
    clear: both;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 .btnOrange {
    width: 180px;
    text-align: center;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 h3 {
    margin: 30px 0 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 .ctus_email {
    padding-left: 25px;
    background: url(../images/iconMail.jpg) no-repeat left center;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .giving_content .col2 .ctus_phone {
    padding-left: 25px;
    background: url(../images/iconPhone.jpg) no-repeat left center;
    display: block;
    position: relative;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li {
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
    overflow: hidden;
    clear: both;
    height: auto!important;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li img {
    width: 40%;
    height: auto;
    /*max-height:275px;*/
    float: left;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li .wrap {
    max-height: 100%!important;
    width: 55%;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0 10px 0 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity {
    padding-right: 0px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .left .name {
    background: none;
    padding: 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li img {
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .left {
    width: 40%;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .right {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  #nus .ynus_stantemp .wrapper.overview .row .col2 .components {
    padding: 10px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .components img {
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 360px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .components .chartdesc {
    float: none;
    margin-top: 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .components .chartdesc .experience {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    box-shadow: 1px 0px 5px #cccccc;
    -webkit-box-shadow: 1px 0px 5px #cccccc;
    -moz-box-shadow: 1px 0px 5px #cccccc;
    -ms-box-shadow: 1px 0px 5px #cccccc;
    -o-box-shadow: 1px 0px 5px #cccccc;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    background: #fff;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .components .chartdesc .experience p {
    line-height: 18px;
    font-size: 13px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row1 .imgDesc {
    bottom: 50px;
  }
}
@media only screen and (max-width: 979px) {
  #nus .ynus_stantemp .wrapper.overview .row .col2 h3.fac {
    margin-bottom: 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .filters {
    position: relative;
    top: 20px;
    right: 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .filters .viewfilter {
    display: none;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .filters.fac {
    margin-bottom: 40px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 0 30px 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li img {
    width: 160px;
    height: 120px;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap {
    max-height: 380px;
    /*min-height:210px;*/
    min-height: 380px;
    margin: 20px 0 0;
    overflow: hidden;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap h4 {
    font-size: 22px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap div {
    margin: 20px 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap div,
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap p {
    width: 160px;
    display: block;
    position: relative;
    /**/
    overflow: hidden;
    line-height: 18px;
    font-size: 13px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid.facgrid li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 899px) {
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience {
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th,
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience td {
    text-align: left;
    vertical-align: top;
    color: #000;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience thead {
    display: none;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th,
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td {
    padding: 10px 5px 10px 5px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th {
    background-color: #d2d0d1;
    text-align: center;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + th,
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + th + td + th {
    display: block;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td {
    display: block;
    padding: 10px 0px 20px 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span {
    position: relative;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn {
    margin: 0 6px;
    display: inline-block;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn:hover .subjectInfo {
    opacity: 1;
    z-index: 8000;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo {
    display: none;
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -10;
    left: 0px;
    top: 0px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo > span {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: block;
    float: none;
    background: rgba(8, 77, 137, 0.85);
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo > span > h4 {
    color: #fff;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody td .subject > span a.infoBtn .subjectInfo > span p {
    line-height: 18px;
    font-size: 13px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + td + td .subject > span a.infoBtn .subjectInfo {
    background: none;
    z-index: -10;
    left: 0px;
    top: 0px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience tbody th + td + td .subject > span a.infoBtn .subjectInfo > span {
    float: none;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th.year {
    width: auto;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th.sem1 {
    width: auto;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 table.sampleExperience th.sem2 {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row1 .imgDesc {
    position: static;
    bottom: auto;
    right: auto;
    width: auto;
  }
}
@media only screen and (max-width: 639px) {
  #nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment {
    padding: 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .left {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 .addCommunity .row2 .comment .right {
    float: none;
    width: auto;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .left {
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .right {
    width: 90%;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .left h4,
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list.staff-quote li .left h6 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #nus .ynus_stantemp .wrapper.overview .row .col2 {
    width: auto;
    padding: 0 10px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li {
    width: 100%;
    display: block;
    height: auto;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li img {
    width: 100%;
    float: none;
    margin: 20px 0 10px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid li .wrap {
    width: auto;
    padding: 0 10px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid.facgrid li {
    clear: both;
    height: inherit;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid.facgrid li img {
    width: 40%;
    float: left;
    min-width: 100px;
    height: auto;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.grid.facgrid li .wrap {
    width: 55%;
    float: left;
    min-height: auto;
    max-height: auto;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li {
    width: 100%;
    display: block;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li img {
    width: 100%;
    float: none;
    margin: 20px 0 10px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.list li .wrap {
    width: auto;
    padding: 0 0 0 20px;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li {
    width: 100%;
    dmargin: 0 0 30px 0;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li img {
    width: 100%;
    float: none;
  }
  #nus .ynus_stantemp .wrapper.overview .row .col2 ul.customlist li .wrap {
    max-height: auto!important;
    width: 100%;
    position: relative;
    padding: 15px 0;
  }
}
#nus .ynus_stantemp .wrapper.detail {
  background: url(../images/border200.png) repeat 1px 0px;
  padding: 50px 0;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
#nus .ynus_stantemp .wrapper.detail .col1 {
  display: block;
  position: relative;
  float: left;
  width: 958px;
  height: auto;
  min-height: 700px;
  /*profiles*/

  /**/

  /*accordion styles*/

}
#nus .ynus_stantemp .wrapper.detail .col1.gcontent {
  width: 980px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .breadcrumbs {
  margin: 0 0 25px 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .breadcrumbs a {
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #f49644;
  text-transform: capitalize;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .breadcrumbs a:hover {
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .breadcrumbs span {
  color: #999;
  margin: 0 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 h2 {
  padding-left: 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 img {
  display: block;
  position: relative;
  margin: 30px 0 0;
  max-width: 100%;
  height: auto;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_img {
  height: 100%;
  display: block;
  width: 379px;
  margin: 0 40px 0 10px;
  float: left;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_img img {
  margin-top: 0px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_col2 {
  height: 100%;
  display: block;
  width: 529px;
  float: right;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_col2 h2 {
  padding-left: 0px;
  font-family: 'minion-pro';
  font-weight: 300;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_col2 h5 {
  margin-top: 25px;
  width: 100%;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_col2 h5 + h5 {
  margin-top: 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_col2 .profilecontent {
  height: auto;
  width: 529px;
  display: block;
}
#nus .ynus_stantemp .wrapper.detail .col1 .profile_col2 a {
  color: #084d89;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent {
  display: block;
  position: relative;
  width: 948px;
  padding-left: 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent.gcontent {
  width: 980px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent img {
  max-width: 100%;
  height: auto;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent h4 {
  margin-top: 35px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul {
  /*padding-left: 0px;*/
  /*list-style: inside;*/
  padding-left: 20px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul li {
  margin-bottom: 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li {
  width: 160px;
  display: block;
  float: left;
  margin: 0 30px 60px 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li > a {
  width: 160px;
  height: 120px;
  overflow: hidden;
  display: block;
  color: #666;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li > a span {
  color: #666;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li > a img {
  width: 160px;
  height: auto;
  display: block;
  outline: none;
  border: none;
  overflow: hidden;
  margin: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li .wrap {
  max-height: 380px;
  min-height: 380px;
  margin: 0;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li .wrap h4 {
  font-size: 22px;
  margin-top: 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li .wrap div {
  margin: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li .wrap div p {
  margin-top: 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li .wrap div,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li .wrap p {
  width: 160px;
  display: block;
  position: relative;
  /**/
  overflow: hidden;
  line-height: 18px;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.grid li:nth-child(5n) {
  margin: 0 20px 60px 10px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.list li {
  width: 980px;
  height: 275px;
  display: block;
  margin: 0 0 40px 0;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.list li img {
  width: 365px;
  height: auto;
  /*max-height:275px;*/
  float: left;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent ul.list li .wrap {
  max-height: 275px;
  width: 575px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 10px 0 30px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent p {
  margin-top: 35px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent p a {
  color: #0b7ada;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent h4 + p {
  margin-top: 20px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent p + p {
  margin-top: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table {
  width: 98%;
  max-width: 960px;
  margin-top: 15px;
  border: none!important;
  border-collapse: collapse;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table th,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table td {
  padding: 10px 20px;
  text-align: left;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table th {
  font-family: 'minion-pro';
  font-size: 16px;
  text-transform: uppercase;
  background-color: #d2d0d1;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table tr td {
  font-size: 13px;
  /*width:49%;*/
  background-color: #fafafa;
  border-bottom: 1px solid #efedee;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table tr td a {
  color: #0b7ada;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table td + td {
  border-left: 1px solid #efedee;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent table thead tr:first-of-type td {
  font-size: 13px;
  /*width:49%;*/
  background-color: #d2d0d1;
  border-bottom: 1px solid #efedee;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery {
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery h4 {
  margin-bottom: 20px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album li {
  margin: 0 41px 0 0;
  padding: 0;
  display: block;
  background: #000;
  float: left;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album li a {
  display: block;
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album li a .viddetails {
  color: #fff;
  height: auto;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album li a .viddetails span {
  display: block;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album li a .viddetails time {
  display: block;
  font-size: 12px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album li a img {
  margin: 0px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album li:last-child {
  margin: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album.g3 li {
  width: 292px;
  height: 219px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery ul.album.g5 li {
  width: 159px;
  height: 119px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap {
  margin: 0 0 50px 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer div,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer span,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer a,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer img,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer ul,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer li,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwplayer video,
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap .jwclick {
  background: none;
  color: #fff;
  opacity: 1;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap #jwbox_background {
  display: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap ul li {
  margin: 0 41px 41px 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.vidwrap ul li:nth-child(3n) {
  margin: 0 0 41px 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.imgwrap {
  margin: 0 0 40px 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.imgwrap .gallery br {
  display: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.imgwrap .gallery dl.gallery-item {
  width: auto;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .gallery.imgwrap .gallery dl.gallery-item dt {
  display: block;
  width: 150px;
  height: 150px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .va-gallery {
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .va-gallery ul {
  list-style: none;
  display: block;
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  height: 150px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .va-gallery ul li {
  float: left;
  display: block;
  position: relative;
  margin: 0 41px 41px 0;
  padding: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .va-gallery ul li a img {
  display: block;
}
#nus .ynus_stantemp .wrapper.detail .col1 .detailcontent .va-gallery ul li:nth-child(5n) {
  margin: 0 0 41px 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent {
  width: 1000px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li {
  width: 160px;
  display: block;
  float: left;
  margin: 0 40px 50px 0;
  /*transform:translate3d(0,0,0)!important;position:relative!important;*/

}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li .imagewrap {
  width: 160px;
  height: 160px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li .imagewrap img {
  width: 160px;
  height: auto;
  display: block;
  outline: none;
  border: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li .wrap {
  max-height: 380px;
  min-height: 290px;
  margin: 0;
  overflow: hidden;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li .wrap h4 {
  font-size: 22px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li .wrap div {
  margin: 20px 0;
}
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li .wrap div,
#nus .ynus_stantemp .wrapper.detail .col1 .deanscontent ul.deanslist li .wrap p {
  width: 160px;
  display: block;
  position: relative;
  /**/
  overflow: hidden;
  line-height: 18px;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .accordion + h3 {
  margin-top: 50px;
  border: none;
  outline: none;
}
#nus .ynus_stantemp .wrapper.detail .col1 .accordion {
  width: 980px;
  margin-top: 50px;
}
/*#nus .ynus_stantemp .wrapper.detail .col1 .accordion > h3*/
#nus .ynus_stantemp .wrapper .accordion > h3 {
  font-family: 'news-gothic-std';
  color: #0b7ada;
  font-size: 14px;
  line-height: 20px;
  background: #ededed;
  padding: 20px 50px 20px 20px;
  cursor: pointer;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 .accordion > h3 {
  margin-bottom: 1px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .accordion > h3 .acc_norm {
  background: url(../images/acc-norm.png) no-repeat center center;
  width: 8px;
  height: 20px;
  display: block;
  position: absolute;
  right: -20px;
}
#nus .ynus_stantemp .wrapper.detail .col1 .accordion > h3 .acc_active {
  background: url(../images/acc-active.png) no-repeat center center;
  width: 8px;
  height: 20px;
  display: block;
  position: absolute;
  right: -20px;
}
/*#nus .ynus_stantemp .wrapper.detail .col1 .accordion h3 + div.ui-accordion-content*/ 
#nus .ynus_stantemp .wrapper .accordion h3 + div.ui-accordion-content {
  padding: 20px;
  background: #fafafa;
}
#nus .ynus_stantemp .wrapper.detail .col2 {
  display: block;
  position: relative;
  float: right;
  width: 210px;
  height: auto;
  min-height: 700px;
  font-size: 13px;
  /*h5{ font-size:13px;text-transform:uppercase;width:185px;padding:40px 0 10px 20px;margin:0;position:relative;display:block;clear:both;}*/

}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav {
  width: 200px;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li {
  width: 200px;
  margin-bottom: 10px;
  line-height: 17px;
  padding: 40px 0 10px 0;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li a {
  line-height: 15px;
  cursor: pointer;
  color: #666;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  width: 200px;
  padding: 5px 15px;
  margin: 0;
  position: relative;
  display: block;
  clear: both;
  font-weight: bold;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li a:hover {
  background: #0b7ada;
  color: #fff;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li.current-menu-item a {
  background: #0b7ada;
  color: #fff;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 190px;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li ul.sub-menu > li {
  margin: 4px 0;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li ul.sub-menu > li a {
  text-transform: none;
  font-weight: normal;
  padding: 5px 15px 5px 25px;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li ul.sub-menu > li.current-menu-item a {
  background: #0b7ada;
  color: #fff;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li ul.sub-menu a.sidebar-seemore {
  color: #0b7ada;
  font-family: 'news-gothic-std';
  font-size: 14px;
  font-weight: normal;
  margin: 25px 0 0 10px;
  text-transform: none;
}
#nus .ynus_stantemp .wrapper.detail .col2 > ul.sidebarNav > li ul.sub-menu a.sidebar-seemore:hover {
  background: none;
}
@media only screen and (max-width: 1219px) {
  #nus .ynus_stantemp .wrapper.detail {
    background: none;
  }
  #nus .ynus_stantemp .wrapper.detail .col1 .accordion {
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.detail .col1 .accordion > h3 {
    font-size: 13px;
  }
  #nus .ynus_stantemp .wrapper.detail .col1 .accordion > h3 .acc_norm {
    height: 20px;
    display: block;
    right: 30px;
  }
  #nus .ynus_stantemp .wrapper.detail .col1 .accordion > h3 .acc_active {
    height: 20px;
    display: block;
    right: 30px;
  }
  #nus .ynus_stantemp .wrapper.detail .col1 .accordion h3 + div.ui-accordion-content {
    padding: 10px 20px;
  }
  #nus .ynus_stantemp .wrapper.detail .content {
    width: 100%;
    /*profiles*/

    /**/

  }
  #nus .ynus_stantemp .wrapper.detail .content .mast {
    margin: 30px 0 0;
  }
  #nus .ynus_stantemp .wrapper.detail .content .mast img {
    width: 100%;
    height: auto;
  }
  #nus .ynus_stantemp .wrapper.detail .content .profile_img {
    height: auto;
    max-width: 379px;
    width: 30%;
    margin: 0 10px 0 10px;
    float: left;
  }
  #nus .ynus_stantemp .wrapper.detail .content .profile_col2 {
    height: 100%;
    display: block;
    width: 65%;
    max-width: 840px;
    padding: 0 20px;
    float: right;
  }
  #nus .ynus_stantemp .wrapper.detail .content .profile_col2 h5.designation {
    margin-top: 25px;
    width: auto;
    max-width: 529px;
  }
  #nus .ynus_stantemp .wrapper.detail .content .profile_col2 .profilecontent {
    height: auto;
    max-width: 529px;
    width: auto;
  }
  #nus .ynus_stantemp .wrapper.detail .content .profile_col2 .profilecontent a {
    color: #0b7ada;
    text-decoration: none;
  }
  #nus .ynus_stantemp .wrapper.detail .content .detailcontent {
    width: auto;
    padding: 0 10px;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent {
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li {
    width: 160px;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    /*transform:translate3d(0,0,0)!important;position:relative!important;*/

  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li .imagewrap {
    width: 160px;
    height: 160px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li .imagewrap img {
    width: 160px;
    height: auto;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li .wrap {
    max-height: 380px;
    min-height: 290px;
    margin: 0;
    overflow: hidden;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li .wrap h4 {
    font-size: 22px;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li .wrap div {
    margin: 20px 0;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li .wrap div,
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li .wrap p {
    width: 160px;
    display: block;
    position: relative;
    /**/
    overflow: hidden;
    line-height: 18px;
    font-size: 13px;
  }
  #nus .ynus_stantemp .wrapper.detail .content .deanscontent ul.deanslist li:nth-child(5n) {
    margin: 0 20px 0 0;
  }
  #nus .ynus_stantemp .wrapper.detail .col2 {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  #nus .ynus_stantemp .wrapper.detail {
    /*profiles*/

    /**/

  }
  #nus .ynus_stantemp .wrapper.detail .content .profile_img {
    width: 96%;
    margin: 0 auto;
    float: none;
  }
  #nus .ynus_stantemp .wrapper.detail .content .profile_col2 {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    float: none;
  }
}
#nus .ynus_stantemp .wrapper.search {
  background: url(../images/border200.png) repeat 1px 0px;
  padding: 50px 0;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.search h2 {
  padding: 0 48px 0 20px;
}
#nus .ynus_stantemp .wrapper.search .allresults {
  display: block;
  position: relative;
  margin: 15px 0 0 20px;
}
#nus .ynus_stantemp .wrapper.search .col1 {
  display: block;
  position: relative;
  float: left;
  width: 798px;
  height: auto;
  min-height: 700px;
  padding: 0 20px;
  margin-top: 40px;
}
#nus .ynus_stantemp .wrapper.search .col1 form {
  margin-bottom: 40px;
}
#nus .ynus_stantemp .wrapper.search .col1 form input.tf {
  color: #b2b2b2;
  font: normal 30px 'minion-pro';
  border: 1px solid #ededed;
  background: #fafafa;
  line-height: 14px;
  height: 54px;
  padding: 0 15px;
  outline: none;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  width: 758px;
}
#nus .ynus_stantemp .wrapper.search .col1 form input.btnSubmit {
  border: none;
  width: 54px;
  height: 54px;
  background: url(../images/search-icon3.png) no-repeat center center;
  background-color: none;
  vertical-align: top;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0px;
}
#nus .ynus_stantemp .wrapper.search .col1 .searchResult {
  margin-top: 35px;
}
#nus .ynus_stantemp .wrapper.search .col1 .searchResult .entry-content img {
  display: block;
}
#nus .ynus_stantemp .wrapper.search .col1 .searchResult .entry-content p {
  margin: 0;
}
#nus .ynus_stantemp .wrapper.search .col1 .page-navigation {
  display: block;
  width: auto;
  position: relative;
  margin-top: 60px;
}
#nus .ynus_stantemp .wrapper.search .col1 .page-navigation ol.bones_page_navi {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
}
#nus .ynus_stantemp .wrapper.search .col1 .page-navigation ol.bones_page_navi li {
  list-style: none;
  float: left;
  margin: 0 7px;
}
#nus .ynus_stantemp .wrapper.search .col1 .page-navigation ol.bones_page_navi li a {
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.search .col2 {
  display: block;
  position: relative;
  float: right;
  width: 387px;
  height: auto;
  min-height: 700px;
  font-size: 13px;
  margin-left: 10px;
}
#nus .ynus_stantemp .wrapper.search .col2 img {
  display: block;
  margin: 0;
}
#nus .ynus_stantemp .wrapper.search .col2 h5 {
  font-family: 'lexia';
  margin: 10px 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 1219px) {
  #nus .ynus_stantemp .wrapper.search {
    background: none;
  }
  #nus .ynus_stantemp .wrapper.search .col1 {
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.search .col1 form input.tf {
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.search .col1 .page-navigation ol.bones_page_navi {
    left: 30%;
  }
  #nus .ynus_stantemp .wrapper.search .col2 {
    display: none;
  }
}
#nus .ynus_stantemp .wrapper.campustour {
  background: url(../images/map_campus.jpg) no-repeat 50% 0 #000000;
  font-size: 13px;
  height: 813px;
  width: 100%;
}
#nus .ynus_stantemp .wrapper.campustour h2.pgtitle {
  display: none;
}
#nus .ynus_stantemp .wrapper.campustour .campusmast {
  display: none;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints {
  width: 1000px;
  display: block;
  height: 100%;
  max-height: 813px;
  margin: 0 auto;
  position: relative;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  background: url(../images/btn-campus-info.png) no-repeat;
  cursor: pointer;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint:hover {
  opacity: 1;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint:hover .hoverinfo {
  opacity: 1;
  z-index: 8000;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo {
  cursor: pointer;
  display: block;
  opacity: 0;
  position: relative;
  width: 360px;
  height: 180px;
  background: url(../images/subject-infotip.png) no-repeat left center;
  z-index: -10;
  left: 50px;
  top: -54px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo > span {
  color: #fff;
  width: 343px;
  min-height: 140px;
  height: auto;
  padding: 20px;
  display: block;
  float: right;
  background: rgba(8, 77, 137, 0.85);
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo > span > h4 {
  color: #fff;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo > span p {
  line-height: 18px;
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo.inforight {
  background: url(../images/subject-infotip2.png) no-repeat right center;
  left: -380px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo.inforight > span {
  float: left;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .suites {
  left: 60px;
  top: 440px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .dining {
  left: 150px;
  top: 600px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .science {
  left: 140px;
  top: 500px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .sports {
  left: 215px;
  top: 480px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .student {
  left: 330px;
  top: 430px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .learning {
  left: 410px;
  top: 400px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .international {
  left: 570px;
  top: 430px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .courtyard {
  left: 620px;
  top: 380px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .seminar {
  left: 780px;
  top: 380px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .butteries {
  left: 640px;
  top: 450px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .performance {
  left: 490px;
  top: 510px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .black {
  left: 415px;
  top: 550px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .art {
  left: 330px;
  top: 585px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label {
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  background: none;
  cursor: pointer;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-family: 'minion-pro';
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label:hover {
  opacity: 1;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label:hover .hoverinfo {
  opacity: 1;
  z-index: 8000;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label .hoverinfo {
  cursor: pointer;
  display: block;
  opacity: 0;
  position: relative;
  width: 360px;
  height: 180px;
  background: url(../images/subject-infotip.png) no-repeat left center;
  z-index: -10;
  left: 80px;
  top: -85px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label .hoverinfo > span {
  color: #fff;
  width: 343px;
  min-height: 140px;
  height: auto;
  padding: 20px;
  display: block;
  float: right;
  background: rgba(8, 77, 137, 0.85);
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label .hoverinfo > span > h4 {
  color: #fff;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label .hoverinfo > span p {
  line-height: 18px;
  font-size: 13px;
  font-family: 'news-gothic-std';
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label .hoverinfo.inforight {
  background: url(../images/subject-infotip2.png) no-repeat right center;
  left: -380px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints a.label .hoverinfo.inforight > span {
  float: left;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .university-town {
  left: 320px;
  top: 270px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .nus-kentridge {
  left: 830px;
  top: 150px;
  background: url(../images/nus-arrow.png) no-repeat 20px 0px !important;
  padding-top: 40px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .campus-core {
  left: 400px;
  top: 495px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .residential-one {
  left: 830px;
  top: 400px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .residential-two {
  left: 715px;
  top: 490px;
}
#nus .ynus_stantemp .wrapper.campustour .infopoints .residential-three {
  left: 290px;
  top: 675px;
}
@media only screen and (max-width: 999px) {
  #nus .ynus_stantemp .wrapper.campustour {
    background: none;
    height: auto;
    width: 100%;
    cursor: default;
  }
  #nus .ynus_stantemp .wrapper.campustour h2.pgtitle {
    display: block;
    margin: 50px 0 50px 10px;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.campustour-back {
    display: none;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint {
    background: none;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo {
    cursor: default;
    opacity: 1;
    width: 100%;
    height: auto;
    background: none;
    z-index: 8000;
    left: 0;
    top: 0;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo > span {
    color: #666;
    width: 100%;
    min-height: 30px;
    float: none;
    background: none;
    padding: 10px;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo > span > h4 {
    color: #084d89;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo.inforight {
    background: none;
    left: 0px;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.hoverpoint .hoverinfo.inforight > span {
    float: none;
  }
  #nus .ynus_stantemp .wrapper.campustour .infopoints a.label {
    display: none;
  }
}
#nus .ynus_stantemp .wrapper.gmaps {
  width: 100%;
  background: #efefef;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .breadcrumbs {
  margin: 0 0 25px 0;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .breadcrumbs a {
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #f49644;
  text-transform: capitalize;
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .breadcrumbs a:hover {
  text-decoration: none;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .breadcrumbs span {
  color: #999;
  margin: 0 10px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap {
  font-size: 13px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap .legend_item {
  float: left;
  display: block;
  margin: 5px 20px 5px 0;
  padding: 0 0 0 25px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap .legend-lblue {
  background: url(../images/marker-lblue.png) no-repeat 0px 0px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap .legend-pink {
  background: url(../images/marker-pink.png) no-repeat 0px 0px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap .legend-green {
  background: url(../images/marker-green.png) no-repeat 0px 0px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap .legend-orange {
  background: url(../images/marker-orange.png) no-repeat 0px 0px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap .legend-blue {
  background: url(../images/marker-blue.png) no-repeat 0px 0px;
}
#nus .ynus_stantemp .wrapper.gmaps .map_legend .legend-wrap .legend-yellow {
  background: url(../images/marker-yellow.png) no-repeat 0px 0px;
}
#nus .ynus_stantemp .wrapper.gmaps #map-canvas {
  height: 700px;
  background: #eee;
}
#nus .ynus_stantemp .wrapper.gmaps #map-list {
  display: none;
  padding: 0 10px 50px;
}
#nus .ynus_stantemp .wrapper.gmaps .infoWindow {
  width: 400px;
  min-height: 200px;
  height: auto;
  font: arial;
  font-size: 14px;
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  padding: 30px;
  color: #fff;
  right: -65px;
}
#nus .ynus_stantemp .wrapper.gmaps .infoWindow h3 {
  color: #fff!important;
}
#nus .ynus_stantemp .wrapper.gmaps .infoWindow .tip {
  display: block;
  width: 17px;
  height: 35px;
  background: url(../images/maptip.png) no-repeat center top;
  position: absolute;
  right: -17px;
  top: 130px;
}
#nus .ynus_stantemp .wrapper.gmaps .infoWindow .map_closebtn {
  background: url(../images/map_btnClose.png) no-repeat center center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1219px) {
  #nus .ynus_stantemp .wrapper.gmaps .map_legend {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #nus .ynus_stantemp .wrapper.gmaps #map-canvas {
    max-height: 70%;
    height: 500px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #nus .ynus_stantemp .wrapper.gmaps #map-canvas {
    max-height: 60%;
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  #nus .ynus_stantemp .wrapper.gmaps #map-canvas {
    display: none;
  }
  #nus .ynus_stantemp .wrapper.gmaps .legend-wrap {
    display: none;
  }
  #nus .ynus_stantemp .wrapper.gmaps #map-list {
    display: block;
  }
}
@media only screen and (max-width: 899px) {
  #nus .mobilefancybox .fancybox-skin {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: rgba(8, 77, 137, 0.85);
    color: #fff;
  }
  #nus .mobilefancybox .fancybox-skin h4 {
    color: #fff;
  }
}
#nus .sect2 {
  background: url(../images/bg2.jpg) repeat;
  display: none;
}
#nus .sect2 h2 {
  padding-left: 10px;
}
#nus .sect2 .row .col {
  float: left;
  width: 33.333333333333336%;
}
#nus .sect2 .row .col > .inner {
  padding: 0 10px;
}
#nus .sect2 .row .col a {
  display: block;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 2px 1px #cccccc;
  -webkit-box-shadow: 0 0 2px 1px #cccccc;
  -moz-box-shadow: 0 0 2px 1px #cccccc;
  -ms-box-shadow: 0 0 2px 1px #cccccc;
  -o-box-shadow: 0 0 2px 1px #cccccc;
}
#nus .sect2 .row .col a .row1 {
  display: block;
  height: 230px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
#nus .sect2 .row .col a .row1 .img {
  display: block;
  height: 230px;
  overflow: hidden;
}
#nus .sect2 .row .col a .row1 .img img {
  min-width: 100%;
  min-height: 100%;
}
#nus .sect2 .row .col a .row1 .txt {
  display: none;
}
#nus .sect2 .row .col a .row1 .icon {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/seasonal-icon.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#nus .sect2 .row .col a .row1 .about {
  display: inline-block;
  font-size: 12px;
  background: #0b7ada;
  color: #fff;
  padding: 5px 10px;
  line-height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#nus .sect2 .row .col a .row2 {
  display: block;
  font: normal 26px 'minion-pro';
  color: #084d89;
  padding: 20px;
}
#nus .sect2 .row .col a:hover .txt {
  display: block;
  background: rgba(8, 77, 137, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font: italic 30px 'minion-pro';
  line-height: 30px;
}
#nus .sect2 .row .col a:hover .txt > .inner {
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #nus .sect2 .row .col {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
#nus .seasonal-content {
  background: #fff;
}
#nus .seasonal-content .top {
  height: 75px;
  background: url(../images/seasonal-content-bg.jpg) repeat-x;
}
#nus .seasonal-content .top .top-wrapper {
  padding: 20px 50px;
}
#nus .seasonal-content .top .btnClose {
  float: right;
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 9999;
}
#nus .seasonal-content .top .btnClose img {
  vertical-align: top;
}
#nus .seasonal-content .row-wrapper {
  padding: 50px;
}
#nus .seasonal-content .row-wrapper .col1 {
  width: 50%;
  float: right;
}
#nus .seasonal-content .row-wrapper .col1 h3 {
  font-size: 60px;
  line-height: 60px;
}
#nus .seasonal-content .row-wrapper .col2 {
  width: 50%;
  float: left;
}
#nus .seasonal-content .row-wrapper .col2 .inner {
  padding-right: 30px;
}
#nus .seasonal-content .row-wrapper .col2 .inner .img {
  border: 3px solid #fff;
  box-shadow: 0 0 2px 1px #cccccc;
  -webkit-box-shadow: 0 0 2px 1px #cccccc;
  -moz-box-shadow: 0 0 2px 1px #cccccc;
  -ms-box-shadow: 0 0 2px 1px #cccccc;
  -o-box-shadow: 0 0 2px 1px #cccccc;
}
#nus .seasonal-content .row-wrapper .col2 .inner .img img {
  width: 100%;
  display: block;
}
#nus .seasonal-content .row-wrapper .row2 blockquote {
  color: #084d89;
  font: normal 34px 'minion-pro';
  line-height: 44px;
  margin: 30px 0;
  text-align: center;
  padding-left: 40px;
  background: url(../images/quote.png) no-repeat left top;
}
#nus .seasonal-content .row-wrapper .row3 {
  margin-bottom: 30px;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -ms-column-gap: 40px;
  -o-column-gap: 40px;
}
#nus .seasonal-content .row-wrapper .row3 p {
  margin: 0 0 20px;
}
#nus .seasonal-content .row-wrapper .row3 blockquote {
  color: #084d89;
  font: normal 26px 'minion-pro';
  line-height: 36px;
  margin: 0 0 20px;
  padding-left: 40px;
  background: url(../images/quote.png) no-repeat left top;
}
#nus .seasonal-content .row-wrapper .row4 .vid {
  border: 3px solid #fff;
  box-shadow: 0 0 2px 1px #cccccc;
  -webkit-box-shadow: 0 0 2px 1px #cccccc;
  -moz-box-shadow: 0 0 2px 1px #cccccc;
  -ms-box-shadow: 0 0 2px 1px #cccccc;
  -o-box-shadow: 0 0 2px 1px #cccccc;
}
#nus .seasonal-content .row-wrapper .row4 .vid img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #nus .seasonal-content .top .top-wrapper {
    padding: 20px 10px;
  }
  #nus .seasonal-content .row-wrapper {
    padding: 20px 10px;
  }
  #nus .seasonal-content .row-wrapper .col1 {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  #nus .seasonal-content .row-wrapper .col2 {
    width: auto;
    float: none;
  }
  #nus .seasonal-content .row-wrapper .col2 .inner {
    padding: 0;
  }
  #nus .seasonal-content .row-wrapper .row2 blockquote {
    text-align: left;
  }
  #nus .seasonal-content .row-wrapper .row3 {
    column-count: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    -ms-column-gap: normal;
    -o-column-gap: normal;
  }
}
#nus .galleryLightbox {
  background: #fff;
  width: 800px;
}
#nus .galleryLightbox .top {
  height: 75px;
  background: url(../images/seasonal-content-bg.jpg) repeat-x;
}
#nus .galleryLightbox .top .top-wrapper {
  padding: 20px 30px;
}
#nus .galleryLightbox .top .btnClose {
  float: right;
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#nus .galleryLightbox .top .btnClose img {
  vertical-align: top;
}
#nus .galleryLightbox .row-wrapper {
  padding: 30px;
}
#nus .galleryLightbox .row-wrapper .vidWrap {
  display: block!important;
  width: 100%;
  height: 100%;
}
#nus .galleryLightbox .row-wrapper .vidWrap iframe {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  min-height: 400px;
}
#nus .galleryLightbox .row-wrapper img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #nus .galleryLightbox .top .top-wrapper {
    padding: 20px 10px;
  }
  #nus .galleryLightbox .row-wrapper {
    padding: 20px 10px;
  }
  #nus .galleryLightbox .row-wrapper .col1 {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  #nus .galleryLightbox .row-wrapper .col2 {
    width: auto;
    float: none;
  }
  #nus .galleryLightbox .row-wrapper .col2 .inner {
    padding: 0;
  }
  #nus .galleryLightbox .row-wrapper .row2 blockquote {
    text-align: left;
  }
  #nus .galleryLightbox .row-wrapper .row3 {
    column-count: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-gap: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    -ms-column-gap: normal;
    -o-column-gap: normal;
  }
}
#nus .sect3 {
  background: url(../images/bgHeaderRow2.jpg) repeat;
}
#nus .sect3 .wrapper {
  background: url(../images/border200.png) repeat;
  border-left: 1px solid #eee;
  position: relative;
}
#nus .sect3 h2 {
  padding-left: 10px;
}
#nus .sect3 h3 {
  font-size: 60px;
  line-height: 60px;
}
#nus .sect3 .slider {
  position: relative;
}
#nus .sect3 .bxslider .row .col1 {
  float: left;
  width: 66.66666666666667%;
}
#nus .sect3 .bxslider .row .col1 .inner {
  padding: 0 10px 5px;
}
#nus .sect3 .bxslider .row .col1 .inner .img {
  border: 3px solid #fff;
  box-shadow: 0 0 2px 1px #cccccc;
  -webkit-box-shadow: 0 0 2px 1px #cccccc;
  -moz-box-shadow: 0 0 2px 1px #cccccc;
  -ms-box-shadow: 0 0 2px 1px #cccccc;
  -o-box-shadow: 0 0 2px 1px #cccccc;
  max-height: 360px;
  overflow: hidden;
}
#nus .sect3 .bxslider .row .col1 .inner .img img {
  width: 100%;
  display: block;
  height: auto;
}
#nus .sect3 .bxslider .row .col2 {
  float: left;
  width: 33.333333333333336%;
}
#nus .sect3 .bxslider .row .col2 .inner {
  padding: 0 10px;
}
#nus .sect3 .bx-pager {
  float: right;
  position: absolute;
  top: -68px;
  right: 10px;
}
#nus .sect3 .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 2px;
  width: 20px;
  height: 3px;
}
#nus .sect3 .bx-pager .bx-pager-item a {
  display: block;
  height: 3px;
  background: #cad7e3;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
#nus .sect3 .bx-pager .bx-pager-item a.active {
  background: #0b7ada;
}
#nus .sect3 .bx-controls-direction a {
  display: block;
  width: 44px;
  height: 100%;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0 20px;
}
#nus .sect3 .bx-controls-direction a.bx-prev {
  background: url(../images/faculty-prev.png) no-repeat center center;
  left: -84px;
}
#nus .sect3 .bx-controls-direction a.bx-next {
  background: url(../images/faculty-next.png) no-repeat center center;
  right: -84px;
}
@media only screen and (max-width: 1368px) {
  #nus .sect3 .bx-controls-direction {
    display: none;
  }
}
@media only screen and (max-width: 1219px) {
  #nus .sect3 .wrapper {
    background: none;
  }
  #nus .sect3 h3 {
    font-size: 34px;
    line-height: 34px;
  }
  #nus .sect3 .bxslider .row .col1 {
    width: 33.3%;
  }
  #nus .sect3 .bxslider .row .col2 {
    width: 66.6%;
  }
  #nus .sect3 .bx-controls-direction {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #nus .sect3 .bxslider .row .col1,
  #nus .sect3 .bxslider .row .col2 {
    float: none;
    width: auto;
  }
  #nus .sect3 .bxslider .row .col1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #nus .sect3 .bx-pager {
    top: -28px;
  }
}
#nus .sect4 {
  background: url(../images/bg2.jpg) repeat;
  /*.slider{ position: relative; margin-bottom: 20px; }
		.bx-pager{ background: #efedee; padding: 3px; .borderRadius(10px); .boxShadow(inset 1px 1px 2px #ccc); position: absolute; top:-58px; right:10px;
			.bx-pager-item{ display: inline-block;
				a{ display: block; color: #92a1b9; font-size: 12px; line-height: 12px; padding: 10px 20px; .borderRadius(10px); text-decoration: none; font-weight: bold; text-transform: uppercase;
				&.active{ background: #fff; .boxShadow(1px 1px #ccc); color: @blue2; }
				}
			}
		}*/

}
#nus .sect4 h2 {
  padding-left: 10px;
}
#nus .sect4 .row .col {
  float: left;
  width: 16.666666666666668%;
  position: relative;
  overflow: hidden;
}
#nus .sect4 .row .col .inner {
  padding: 0 2px;
}
#nus .sect4 .row .col .inner > a.wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  outline: none;
}
#nus .sect4 .row .col .inner > ul {
  padding: 20px;
  margin: 0;
  list-style: none;
  background: #fff;
  height: 570px;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
#nus .sect4 .row .col .inner > ul > li {
  margin-bottom: 10px;
}
#nus .sect4 .row .col .inner > ul .date {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}
#nus .sect4 .row .col .inner > ul .img {
  /* height: 130px; overflow: hidden; */

}
#nus .sect4 .row .col .inner > ul .img img {
  margin: 0 auto;
  width: 156px;
  height: auto;
}
#nus .sect4 .row .col .inner > ul .title {
  font-size: 20px;
  font-family: 'minion-pro';
  color: #084d89;
  line-height: 25px;
}
#nus .sect4 .row .col .inner > ul .excerpt {
  margin-bottom: 0;
}
#nus .sect4 .row .col .inner > ul .excerpt p {
  margin-top: 0;
}
#nus .sect4 .row .col:hover .inner > ul {
  background: #0b7ada;
  color: #fff;
}
#nus .sect4 .row .col:hover .inner > ul .date,
#nus .sect4 .row .col:hover .inner > ul .title,
#nus .sect4 .row .col:hover .inner > ul .linkBlue2 {
  color: #fff;
}
#nus .sect4 a.btnOrange {
  margin-top: 20px;
}
@media only screen and (max-width: 1219px) {
  #nus .sect4 .row .col {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  #nus .sect4 .row .col > .inner {
    padding: 0 10px;
  }
  #nus .sect4 .row .col .inner > ul {
    padding: 15px;
    height: auto;
  }
  #nus .sect4 .row .col .inner > ul .img {
    float: left;
    width: 33.3%;
  }
  #nus .sect4 .row .col .inner > ul .img .spacer {
    padding-right: 15px;
  }
  #nus .sect4 .row .col .inner > ul .img .spacer img {
    width: 100%;
  }
  #nus .sect4 .row .col .inner > ul .date,
  #nus .sect4 .row .col .inner > ul .title,
  #nus .sect4 .row .col .inner > ul .excerpt {
    float: right;
    width: 66.6%;
  }
}
@media only screen and (max-width: 480px) {
  #nus .sect4 {
    /*.bx-pager{ right: auto; left: 10px; }*/

  }
  #nus .sect4 .wrapper > h2 {
    margin-bottom: 20px;
  }
  #nus .sect4 .row .col .inner > ul li.img {
    width: auto;
    float: none;
    max-width: 156px;
    margin: 10px auto;
    /**/
    display: none;
  }
  #nus .sect4 .row .col .inner > ul li.img .spacer {
    padding-right: 0px;
  }
  #nus .sect4 .row .col .inner > ul .date,
  #nus .sect4 .row .col .inner > ul .title,
  #nus .sect4 .row .col .inner > ul .excerpt {
    float: none;
    width: auto;
  }
}
#nus .sect5 h2 {
  padding-left: 10px;
}
#nus .sect5 .row .col {
  float: left;
  width: 33.333333333333336%;
  margin-bottom: 0px;
  /*&:hover .inner > ul{ background: @blue2; color: #fff;
					.date,
					.title,
					.linkBlue2{ color: #fff; }
				}*/

}
#nus .sect5 .row .col .inner {
  padding: 0 10px 0 10px;
}
#nus .sect5 .row .col .inner div {
  margin-bottom: 10px;
}
#nus .sect5 .row .col .inner .imgdate .wrap {
  max-height: 184px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: -1px 2px 10px #cccccc;
  display: block;
  margin-bottom: 0px;
}
#nus .sect5 .row .col .inner .imgdate .wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  /*max-height:184px;*/
}
#nus .sect5 .row .col .inner .date {
  color: #fff;
  display: inline;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-left: 3px;
  background: #0b7ada;
  width: auto;
}
#nus .sect5 .row .col .inner .title {
  font-size: 20px;
  font-family: 'minion-pro';
  color: #084d89;
  line-height: 25px;
  margin: 20px 0;
}
#nus .sect5 .row .col .inner .by {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #nus .sect5 .row .col {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  #nus .sect5 .row .col .inner .imgdate {
    width: 40%;
    float: left;
  }
  #nus .sect5 .row .col .inner .details {
    width: 55%;
    float: right;
  }
  #nus .sect5 .row .col .inner .details .title {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  #nus .sect5 .row .col {
    margin-bottom: 50px;
  }
  #nus .sect5 .row .col .inner .imgdate {
    width: 100%;
    float: none;
  }
  #nus .sect5 .row .col .inner .details {
    width: 100%;
    float: none;
  }
  #nus .sect5 .row .col .inner .details .title {
    margin: 0 0 20px;
  }
}
#nus .footer .sitemap {
  background: url(../images/bgHeaderRow2.jpg) repeat;
  font-size: 13px;
}
#nus .footer .sitemap .row .col {
  float: left;
  width: 16.666666666666668%;
}
#nus .footer .sitemap .row .col > ul {
  padding: 40px 20px;
  list-style: none;
  margin: 0;
  /*border-left:1px solid #eee;*/
  height: auto;
  /*height: 420px;*/

}
#nus .footer .sitemap .row .col > ul > li {
  margin-bottom: 10px;
}
#nus .footer .sitemap .row .col > ul > li:first-child {
  margin-bottom: 40px;
}
#nus .footer .sitemap .row .col > ul > li.title {
  background: url(../images/footer-line17.jpg) no-repeat left top;
  padding-top: 10px;
  font: bold 16px 'lexia';
  text-transform: uppercase;
  color: #084d89;
}
#nus .footer .sitemap .row .col > ul > li a {
  text-decoration: none;
  color: #666;
}
#nus .footer .sitemap .row .col.last {
  width: 33.333333333333336%;
}
#nus .footer .sitemap .row .col.last > ul {
  border-right: 1px solid #eee;
}
#nus .footer .sitemap .row .col.last > ul .btnSocial {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
#nus .footer .sitemap .row .col.last > ul .btnSocial img {
  vertical-align: top;
}
@media only screen and (max-width: 1219px) {
  #nus .footer .sitemap .wrapper {
    padding: 30px 10px;
  }
  #nus .footer .sitemap .row .col {
    float: none;
    width: auto;
  }
  #nus .footer .sitemap .row .col:nth-child(1),
  #nus .footer .sitemap .row .col:nth-child(2),
  #nus .footer .sitemap .row .col:nth-child(3),
  #nus .footer .sitemap .row .col:nth-child(4) {
    display: none;
  }
  #nus .footer .sitemap .row .col.last {
    width: auto;
  }
  #nus .footer .sitemap .row .col.last ul {
    border: none;
    padding: 0;
    height: auto;
  }
  #nus .footer .sitemap .row .col > ul > li.title {
    margin-bottom: 10px;
  }
}
#nus .footer .contact {
  background: #084d89;
  color: #fff;
  font-size: 13px;
}
#nus .footer .contact .row .col {
  float: left;
  width: 33.333333333333336%;
}
#nus .footer .contact .row .col > ul {
  padding: 40px 20px;
  list-style: none;
  margin: 0;
  border-left: 1px solid #215f95;
  height: 235px;
}
#nus .footer .contact .row .col > ul > li {
  margin-bottom: 10px;
}
#nus .footer .contact .row .col > ul > li.title {
  font: bold 16px 'lexia';
  text-transform: uppercase;
  background: url(../images/footer-line17.jpg) no-repeat left top;
  margin-bottom: 40px;
  padding-top: 10px;
}
#nus .footer .contact .row .col > ul > li h1.logo {
  width: 292px;
  height: 34px;
  margin-bottom: 82px;
}
#nus .footer .contact .row .col > ul > li h1.logo a {
  background-image: url(../images/logo-yale-nus2.png);
  height: 34px;
}
#nus .footer .contact .row .col > ul > li a {
  text-decoration: none;
  color: #f49644;
}
#nus .footer .contact .row .col.last > ul {
  border-right: 1px solid #215f95;
}
#nus .footer .contact .row .col.last > ul a {
  text-decoration: none;
  color: #f49644;
}
@media only screen and (max-width: 1219px) {
  #nus .footer .contact .wrapper {
    padding: 30px 10px;
  }
  #nus .footer .contact .row .col {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #nus .footer .contact .row .col > ul {
    height: auto;
    border: none;
    padding: 0;
  }
  #nus .footer .contact .row .col > ul > li h1.logo {
    margin: 0;
    max-width: 292px;
  }
  #nus .footer .contact .row .col > ul > li.title {
    margin-bottom: 10px;
  }
  #nus .footer .contact .row .col.last > ul {
    border: none;
  }
}
#nus .map-content {
  background: #fff;
}
#nus .map-content .top {
  height: 75px;
  background: url(../images/seasonal-content-bg.jpg) repeat-x;
}
#nus .map-content .top .top-wrapper {
  padding: 20px 50px;
}
#nus .map-content .top .btnClose {
  float: right;
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#nus .map-content .top .btnClose img {
  vertical-align: top;
}
#nus .map-content .row-wrapper {
  padding: 50px;
}
#nus .map-content .row-wrapper h2 {
  font-family: 'minion-pro';
  font-weight: normal;
}
#nus .map-content .row-wrapper .row1 {
  margin-bottom: 30px;
}
#nus .map-content .row-wrapper .row2 {
  margin-bottom: 30px;
}
#nus .map-content .row-wrapper .row2 .col1 {
  width: 50%;
  float: left;
}
#nus .map-content .row-wrapper .row2 .col1 .inner {
  padding-right: 30px;
}
#nus .map-content .row-wrapper .row2 .col2 {
  width: 50%;
  float: left;
}
#nus .map-content .row-wrapper .row2 p {
  margin: 0 0 20px;
}
#nus .map-content .row-wrapper .row3 .holder {
  border: 3px solid #fff;
  box-shadow: 0 0 2px 1px #cccccc;
  -webkit-box-shadow: 0 0 2px 1px #cccccc;
  -moz-box-shadow: 0 0 2px 1px #cccccc;
  -ms-box-shadow: 0 0 2px 1px #cccccc;
  -o-box-shadow: 0 0 2px 1px #cccccc;
}
#nus .map-content .row-wrapper .row3 .holder img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #nus .map-content .top .top-wrapper {
    padding: 20px 10px;
  }
  #nus .map-content .row-wrapper {
    padding: 20px 10px;
  }
  #nus .map-content .row-wrapper .row2 .col1 {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  #nus .map-content .row-wrapper .row2 .col1 .inner {
    padding: 0;
  }
  #nus .map-content .row-wrapper .row2 .col2 {
    width: auto;
    float: none;
  }
}
#nus .comunityStudent {
  margin: 38px 0 80px;
  overflow: hidden;
}
#nus .comunityStudent .col {
  width: 49%;
  height: 288px;
  position: relative;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f8f8f8;
}
#nus .comunityStudent .col img {
  width: 480px;
  height: 288px;
  display: block;
}
#nus .comunityStudent .col .txt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
}
#nus .comunityStudent .col .txt h3 span {
  font-style: italic;
  clear: both;
  display: block;
}
#nus .comunityStudent .col .txt label {
  display: block;
  padding: 5px 0 12px;
  font: normal 18px 'minion-pro';
  color: #084d89;
}
#nus .comunityStudent .col:last-child {
  width: 98%;
}
#nus .comunityStudent .col:last-child img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #nus .comunityStudent {
    margin-bottom: 0;
  }
  #nus .comunityStudent .col {
    width: 100%;
    height: auto;
    display: block;
    background: none !important;
  }
  #nus .comunityStudent .col .img {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
  }
  #nus .comunityStudent .col .txt {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin: 40px 0;
    width: auto;
  }
  #nus .comunityStudent .col .txt h3 {
    margin-bottom: 0px;
  }
  #nus .comunityStudent .col .txt h3 span {
    font-style: italic;
    clear: none;
    display: inline;
  }
  #nus .comunityStudent .col .txt label {
    display: block;
    padding: 5px 0 18px;
    font: normal 18px 'minion-pro';
    color: #084d89;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1235px) {
  #nus .comunityStudent .img {
    width: 100% !important;
    height: auto !important;
  }
}
/* ==============
.fancybox
============== */
.fancybox-inner {
  height: auto !important;
}
.fancybox-wrap {
  position: absolute !important;
  top: 50px !important;
}
.fancybox-nav {
  position: fixed;
  height: 80%!important;
  bottom: 0!important;
  top: auto!important;
}
/*
.fancybox-nav{ position: fixed; width: 31px;
	span{ visibility: visible; }
}
.fancybox-prev span{ background: url(../images/seasonal-btn-prev.png) no-repeat; left: 0; width: 31px; height: 60px; }
.fancybox-next span{ background: url(../images/seasonal-btn-next.png) no-repeat; right: 0; width: 31px; height: 60px; }
*/

/* ==============
	calendar
============== */
#nus .ynus_stantemp .wrapper.overview .row .col01-calendar {
width: 265px;
display: block;
position: relative;
float: left;
height: auto;
min-height: 450px;
padding: 0 0 0 20px;
}

#nus .ynus_stantemp .wrapper.overview .row .col02-calendar {
width: 75%;
display: inline-table;
position: relative;
float: none;
height: auto;
padding: 0 0 0 50px;
}

.calendar-widget {
  margin: 0 0 30px;
}

/* ==============
	Law DDP
============== */
#nus .ynus_stantemp .wrapper.overview .row .col2 table.law-ddp th {
	border-bottom: #EFEDEE 1px solid;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table th.ddp-blank {
	background-color: #FAFAFA;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table td.ync-required {
	background-color: #FCE9D9;
}
/* #nus .ynus_stantemp .wrapper.overview .row .col2 table td.ync-elective {
	background-color: #C5EECE;
} */
#nus .ynus_stantemp .wrapper.overview .row .col2 table td.law-required {
	background-color: #BED7F5;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table td.combined-elective {
	background-color: #EDDFFD;
}
#nus .ynus_stantemp .wrapper.overview .row .col2 table td.ddp-total-credits {
	text-align: right;
}


/* ==============
  Academic Calendar
============== */
.ync-acad-cal-table-header > tr > th {
  text-align: center !important;
}
.ync-acad-cal-table-a-col-1 {
  width:30%;
}
.ync-acad-cal-table-a-col-2 {
  width:30% !important;
}
.ync-acad-cal-table-a-col-3 {
  width:40% !important;
}

.ync-acad-cal-table-b-col-1 {
  width:35%;
}
.ync-acad-cal-table-b-col-2 {
  width:20% !important;
}
.ync-acad-cal-table-b-col-3 {
  width:45% !important;
}
.ync-acad-cal-table > tbody > tr > td:not(:last-child) {
  text-align: center !important;
}
.ync-center {
  text-align: center !important;
}

/* ==============
  Useful Links Table
============== */
#nus .ynus_stantemp .wrapper.overview .row .col2 table td.table-col-1 {
  background-color: #d2d0d1 !important;
  border-bottom: 1px solid #FFF !important;
  color: #000;
  max-width: 150px;
}

/* ==============
  New Faculty Profile
============== */
#nus .btnCV {
  margin-top: 20px;
}
/*#nus .ynus_stantemp .wrapper .col1 .filters {
  position: absolute;
  top: 0px;
  right: 20px;
}*/
#nus .ynus_stantemp .wrapper .col1 .filters .categoryfilter,
#nus .ynus_stantemp .wrapper .col1 .filters .viewfilter {
  display: inline-block;
  background: #efedee;
  padding: 3px;
  margin: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: inset 1px 1px 2px #cccccc;
  -webkit-box-shadow: inset 1px 1px 2px #cccccc;
  -moz-box-shadow: inset 1px 1px 2px #cccccc;
  -ms-box-shadow: inset 1px 1px 2px #cccccc;
  -o-box-shadow: inset 1px 1px 2px #cccccc;
}
#nus .ynus_stantemp .wrapper .col1 .filters .categoryfilter .filteritem,
#nus .ynus_stantemp .wrapper .col1 .filters .viewfilter .filteritem {
  display: inline-block;
}
#nus .ynus_stantemp .wrapper .col1 .filters .categoryfilter .filteritem a,
#nus .ynus_stantemp .wrapper .col1 .filters .viewfilter .filteritem a {
  display: block;
  color: #92a1b9;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#nus .ynus_stantemp .wrapper .col1 .filters .categoryfilter .filteritem a.active,
#nus .ynus_stantemp .wrapper .col1 .filters .viewfilter .filteritem a.active {
  background-color: #fff;
  box-shadow: 1px 1px #cccccc;
  -webkit-box-shadow: 1px 1px #cccccc;
  -moz-box-shadow: 1px 1px #cccccc;
  -ms-box-shadow: 1px 1px #cccccc;
  -o-box-shadow: 1px 1px #cccccc;
  color: #0b7ada;
}
#nus .ynus_stantemp .wrapper .col1 .filters .categoryfilter .filteritem.current-menu-item a,
#nus .ynus_stantemp .wrapper .col1 .filters .viewfilter .filteritem.current-menu-item a {
  background-color: #fff;
  box-shadow: 1px 1px #cccccc;
  -webkit-box-shadow: 1px 1px #cccccc;
  -moz-box-shadow: 1px 1px #cccccc;
  -ms-box-shadow: 1px 1px #cccccc;
  -o-box-shadow: 1px 1px #cccccc;
  color: #0b7ada;
}
#nus .ynus_stantemp .wrapper .col1 .filters .categoryfilter .filteritem a.grid,
#nus .ynus_stantemp .wrapper .col1 .filters .viewfilter .filteritem a.grid {
  background-image: url(../images/iconGrid.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  padding: 10px 20px 10px 40px;
}
#nus .ynus_stantemp .wrapper .col2 .filters .categoryfilter .filteritem a.list,
#nus .ynus_stantemp .wrapper .col2 .filters .viewfilter .filteritem a.list {
  background-image: url(../images/iconList.png);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  padding: 10px 20px 10px 40px;
}

/* ==========================================================================
   Navigation Sub Menu on Sidebar
   ========================================================================== */

.ynus_stantemp .wrapper.overview .row .col1 ul.sub-menu {
  display: none;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul.sub-menu li {
  margin-bottom: 0;
  width: 180px;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul.sub-menu ul li {
  margin-bottom: 0;
  width: 160px;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul.sub-menu li a {
  background: none;
  color: #666;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul.sub-menu li.current-menu-item a {
  font-weight: 700;
  color: #0b7ada;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 ul.sub-menu li.current-menu-item ul li a {
  background: none;
  color: #666;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 li.current-menu-item > ul.sub-menu,
#nus .ynus_stantemp .wrapper.overview .row .col1 li.current-menu-parent > ul.sub-menu {
  padding: 0 0 0 10px;
  display: block;
}
#nus .ynus_stantemp .wrapper.overview .row .col1 li.current-menu-parent > a {
  background: #0b7ada;
  color: #fff;
}
/* Breadcrumbs */
#nus .ynus_stantemp .wrapper.overview .breadcrumbs {
  margin-left: 0px;
}
#nus .ynus_stantemp .wrapper.overview .breadcrumbs a {
  color: #f49644 !important;
}
#nus .ynus_stantemp .wrapper.overview .breadcrumbs-deep {
  display: none;
}
@media only screen and (max-width: 1219px) {
  #nus .ynus_stantemp .wrapper.overview .breadcrumbs-deep {
    display: block;
  }
}

/* ==========================================================================
   Global Site Search
   ========================================================================== */

.gs-result .gs-title, .gs-result .gs-title *,
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color: #0b7ada !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px !important;
  font-family: "minion-pro";
  line-height: 20px !important;
  padding: 1em 0 !important;
}
.gsc-url-top {
  font: normal 13px 'news-gothic-std' !important;
  margin: 1em 0 !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0px !important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #F49644 !important;
}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {
  font: normal 13px 'news-gothic-std' !important;
  line-height: 25px !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #666 !important;
}
.gsc-control-cse, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  background-color: transparent !important;
}
.gsc-webResult .gsc-result {
  padding: 10px 10px 20px 10px !important;
  border-bottom: 1px solid #DDD !important;
}
.gs-per-result-labels {
display: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #E9E9E9 !important;
  background-color: #E9E9E9 !important;
  color: #1155CC !important;
  width: 40px !important;
  padding: 12px !important;
  height: 40px !important;
  border-radius: 100% !important;
  margin-right: 10px !important;
  margin-top: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
  outline: none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #F49644 !important;
  color: #FFF !important;
}
.gsc-tabHeader.gsc-tabhActive {
  height: 29px !important;
}
.gsc-selected-option-container {
  min-width: 100px !important;
}
::-webkit-input-placeholder {
  padding-top: 13px;
}
:-moz-placeholder {
  padding-top: 13px;
}
::-moz-placeholder {
  padding-top: 13px;
}
:-ms-input-placeholder {
  padding-top: 13px;
}

/* ==========================================================================
   Newsletter Pop up
   ========================================================================== */

#nus .newsletter {
  width:auto;
  overflow: hidden;
  top:90px;
}
#nus .newsletter h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#mc4wp-form-1 input {
  box-sizing: border-box;
  cursor: auto;
  height: 35px;
  width: 100% !important;
  padding: 5px 10px;
}
#mc4wp-form-1 input:focus {
  outline: none;
  border: 1px solid #f49644;
}
#mc4wp-form-1 input::-webkit-input-placeholder {
  padding: 0;
}
#mc4wp-form-1 input::-moz-placeholder {
  padding: 0;
}
#mc4wp-form-1 input:-moz-placeholder {
  padding: 0;
}
#mc4wp-form-1 input:-ms-input-placeholder {
  padding: 0;
}
#mc4wp-form-1 select {
  box-sizing: border-box;
  cursor: auto;
  height: 30px !important;
  width: 250px !important;
}
.mc4wp-form button, .mc4wp-form input[type="button"], .mc4wp-form input[type="submit"]{
  background: none repeat scroll 0 0 #f49644;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 5px;
  height: 40px !important;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.mc4wp-form button, .mc4wp-form input[type="button"], .mc4wp-form input[type="submit"]:hover {
  opacity: 0.7;
}
.signup {
  float: right;
  margin-right: 50px;
}
.news-text{
  margin-top: 15px;
  padding: 20px;
  text-align: justify;
  background-color: #eee;
}