@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* some patchs -zouyi 8/16 */
#content .views-field-edit-node {
  word-wrap: normal;
}

html {
  box-sizing: border-box;
  font-family: 'NYUPerstare';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'NYUPerstare';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: 'NYUPerstare';
  font-size: 1em;
  font-weight: 400;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: 'NYUPerstare';
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1742188827') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot?1728626597');
  src: url('../fonts/slick.eot?&1728626597#iefix') format("embedded-opentype"), url('../fonts/slick.woff?1728626597') format("woff"), url('../fonts/slick.ttf?1728626597') format("truetype"), url('../fonts/slick.svg?1728626597#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Import Sass mixins, variables, Compass modules, etc. */
/**
* new standardized styles
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2014, 2:43:29 PM
    Author     : zhengjun
*/
/* sidebar level 1 menu item */
/* sidebar level 2 menu item */
/* sidebar level 2 menu item */
/* sidebar level 3 menu item */
/**
* The following codes are designed from 2019 March
* =================================================================================================
* Attention: 
* -----------
* If you want to see more examples, please go to the "UI Elements" page 
* in Development Site.
*/
/**
* Grid Wrapper
* ============
* 1. Pattern:
* ------------
*   <div class="grid-wrapper">
*        <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg as-last-lg">
*           .......
*        </div>
*   </div>
* 
*
* 2. Attention: 
* --------------
* - Now this class has four Breakpoints (576px, 768px, 992px, 1200px), 
* it's enough for current situation.
* 
* - The "margin-right" of last column is zero, so sometimes we need to insert 
* "as-last-xl, as-last-lg, as-last-md, as-last-sm" classes which also let other
* columns regard as last column.
*
*/
.grid-wrapper img.file-default {
  margin-top: 0 !important;
}
.grid-wrapper [class*="col-"] {
  float: left;
  width: 100%;
  margin-right: 3.9%;
}
.grid-wrapper [class*="col-"]:last-of-type {
  margin-right: 0;
}
@media (min-width: 576px) {
  .grid-wrapper .col-1-sm {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-sm {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-sm {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-sm {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-sm {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-sm {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-sm {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-sm {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-sm {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-sm {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-sm {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-sm {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-wrapper .as-last-sm {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .grid-wrapper .col-1-md {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-md {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-md {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-md {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-md {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-md {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-md {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-md {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-md {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-md {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-md {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-md {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-wrapper .as-last-md {
    margin-right: 0 !important;
  }
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (max-width: 1199.99px) {
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper .col-1-lg {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-lg {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-lg {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-lg {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-lg {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-lg {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-lg {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-lg {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-lg {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-lg {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-lg {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-wrapper .as-last-lg {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper .col-1-xl {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-xl {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-xl {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-xl {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-xl {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-xl {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-xl {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-xl {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-xl {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-xl {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-xl {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-xl {
    max-width: 100%;
  }
  .grid-wrapper .col-5 {
    max-width: 19%;
    margin-right: 1%;
  }
  .grid-wrapper .as-last-xl {
    margin-right: 0;
  }
}

.grid-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.margin-left-zero {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Black.eot");
  src: url("../fonts/NYUPerstare-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Black.woff2") format("woff2"), url("../fonts/NYUPerstare-Black.woff") format("woff"), url("../fonts/NYUPerstare-Black.ttf") format("truetype"), url("../fonts/NYUPerstare-Black.svg#NYUPerstare-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BlackItalic.eot");
  src: url("../fonts/NYUPerstare-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstare-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BlackItalic.svg#NYUPerstare-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Bold.eot");
  src: url("../fonts/NYUPerstare-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Bold.woff2") format("woff2"), url("../fonts/NYUPerstare-Bold.woff") format("woff"), url("../fonts/NYUPerstare-Bold.ttf") format("truetype"), url("../fonts/NYUPerstare-Bold.svg#NYUPerstare-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BoldItalic.eot");
  src: url("../fonts/NYUPerstare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstare-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BoldItalic.svg#NYUPerstare-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Light.eot");
  src: url("../fonts/NYUPerstare-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Light.woff2") format("woff2"), url("../fonts/NYUPerstare-Light.woff") format("woff"), url("../fonts/NYUPerstare-Light.ttf") format("truetype"), url("../fonts/NYUPerstare-Light.svg#NYUPerstare-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-LightItalic.eot");
  src: url("../fonts/NYUPerstare-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-LightItalic.woff") format("woff"), url("../fonts/NYUPerstare-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-LightItalic.svg#NYUPerstare-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Medium.eot");
  src: url("../fonts/NYUPerstare-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Medium.woff2") format("woff2"), url("../fonts/NYUPerstare-Medium.woff") format("woff"), url("../fonts/NYUPerstare-Medium.ttf") format("truetype"), url("../fonts/NYUPerstare-Medium.svg#NYUPerstare-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-MediumItalic.eot");
  src: url("../fonts/NYUPerstare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstare-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-MediumItalic.svg#NYUPerstare-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Regular.eot");
  src: url("../fonts/NYUPerstare-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Regular.woff2") format("woff2"), url("../fonts/NYUPerstare-Regular.woff") format("woff"), url("../fonts/NYUPerstare-Regular.ttf") format("truetype"), url("../fonts/NYUPerstare-Regular.svg#NYUPerstare-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Italic.eot");
  src: url("../fonts/NYUPerstare-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Italic.woff2") format("woff2"), url("../fonts/NYUPerstare-Italic.woff") format("woff"), url("../fonts/NYUPerstare-Italic.ttf") format("truetype"), url("../fonts/NYUPerstare-Italic.svg#NYUPerstare-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Thin.eot");
  src: url("../fonts/NYUPerstare-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Thin.woff2") format("woff2"), url("../fonts/NYUPerstare-Thin.woff") format("woff"), url("../fonts/NYUPerstare-Thin.ttf") format("truetype"), url("../fonts/NYUPerstare-Thin.svg#NYUPerstare-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-ThinItalic.eot");
  src: url("../fonts/NYUPerstare-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstare-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-ThinItalic.svg#NYUPerstare-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Ultra.eot");
  src: url("../fonts/NYUPerstare-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstare-Ultra.woff") format("woff"), url("../fonts/NYUPerstare-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstare-Ultra.svg#NYUPerstare-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-UltraItalic.eot");
  src: url("../fonts/NYUPerstare-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstare-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-UltraItalic.svg#NYUPerstare-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Bold.eot");
  src: url("../fonts/NYUPerstareCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Bold.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Bold.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Bold.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Bold.svg#NYUPerstareCondensed-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BoldItalic.svg#NYUPerstareCondensed-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Black.eot");
  src: url("../fonts/NYUPerstareCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Black.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Black.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Black.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Black.svg#NYUPerstareCondensed-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BlackItalic.svg#NYUPerstareCondensed-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Light.eot");
  src: url("../fonts/NYUPerstareCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Light.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Light.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Light.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Light.svg#NYUPerstareCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-LightItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-LightItalic.svg#NYUPerstareCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Thin.eot");
  src: url("../fonts/NYUPerstareCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Thin.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Thin.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Thin.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Thin.svg#NYUPerstareCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-ThinItalic.svg#NYUPerstareCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Regular.eot");
  src: url("../fonts/NYUPerstareCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Regular.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Regular.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Regular.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Regular.svg#NYUPerstareCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Italic.eot");
  src: url("../fonts/NYUPerstareCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Italic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Italic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Italic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Italic.svg#NYUPerstareCondensed-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Medium.eot");
  src: url("../fonts/NYUPerstareCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Medium.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Medium.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Medium.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Medium.svg#NYUPerstareCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-MediumItalic.svg#NYUPerstareCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot");
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Ultra.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Ultra.svg#NYUPerstareCondensed-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-UltraItalic.svg#NYUPerstareCondensed-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot");
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-ExtraLight.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.svg#../fonts/cn/SourceHanSansCN-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Light.eot");
  src: url("../fonts/cn/SourceHanSansCN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Light.svg#../fonts/cn/SourceHanSansCN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot");
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Normal.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Normal.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Normal.svg#../fonts/cn/SourceHanSansCN-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot");
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Regular.svg#../fonts/cn/SourceHanSansCN-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot");
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Medium.svg#../fonts/cn/SourceHanSansCN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot");
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Bold.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot");
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Heavy.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Heavy.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Heavy.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Heavy.svg#../fonts/cn/SourceHanSansCN-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?td9hng");
  src: url("../fonts/icomoon.eot?td9hng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?td9hng") format("truetype"), url("../fonts/icomoon.woff?td9hng") format("woff"), url("../fonts/icomoon.svg?td9hng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

html, body {
  font-family: "NYUPerstare";
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: "NYUPerstare";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.inner {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 30px;
}

a {
  color: #666;
}
a:hover {
  color: #333;
  text-decoration: none;
}

.page-image {
  max-height: 600px;
  overflow: hidden;
}
.page-image img {
  width: 100%;
}

.slick-dots li:hover button {
  color: #57068C;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #57068C;
  opacity: 1;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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 8/9. */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: "NYUPerstare";
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.42857em;
  font-weight: normal;
  color: #444444;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a {
  color: #444444;
  text-decoration: none;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* Improve readability when focused and also mouse hovered in all browsers. */
a:hover,
a.active {
  outline: 0;
  color: #B2B3B7;
}

a:active {
  color: #9182B0;
}

*:focus, input:focus, select:focus, button:focus, textarea:focus, details:focus, summary:focus, a:focus {
  outline: 3px solid #3dbbdb;
  overflow: -moz-hidden-unscrollable;
}

.form-element:focus {
  outline: 3px solid #3dbbdb !important;
  overflow: -moz-hidden-unscrollable;
}
.form-element:hover:focus {
  outline: 3px solid #3dbbdb !important;
  overflow: -moz-hidden-unscrollable;
}
.form-element .error:hover:focus {
  outline: 3px solid #3dbbdb !important;
  overflow: -moz-hidden-unscrollable;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p {
  line-height: 150%;
}

pre {
  margin: 1.42857em 0;
}

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.42857em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.42857em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.71429em;
  margin-bottom: 0.71429em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.90476em;
  margin-top: 0.95238em;
  margin-bottom: 0.95238em;
}

h3 {
  font-size: 1.17em;
  line-height: 2.442em;
  margin-top: 1.221em;
  margin-bottom: 1.221em;
}

h4 {
  font-size: 1em;
  line-height: 1.42857em;
  margin-top: 1.42857em;
  margin-bottom: 1.42857em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.72117em;
  margin-top: 1.72117em;
  margin-bottom: 1.72117em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.1322em;
  margin-top: 2.1322em;
  margin-bottom: 2.1322em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: 600;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.42857em 0;
}

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "NYUPerstare";
  font-size: 1em;
  line-height: 1.42857em;
}

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
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 {
  /* Address margins set differently in IE 6/7. */
  margin: 1.42857em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto !important;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.42857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.85714em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 0.85714em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 0.85714em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: "NYUPerstare";
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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 */
}

/**
 * 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"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.42857em;
  margin-bottom: 1.42857em;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.42857em;
}

/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
}

/**
 * Navigation bar.
 */
/*#navigation {
   Sometimes you want to prevent overlapping with main div.
   overflow: hidden;
  position: absolute;

  .block {
    margin-bottom: 0;
  }

  .block-menu .block__title,
  .block-menu-block .block__title {

  }

   Main menu and secondary menu links and menu block links.
  .links,
  .menu {
    margin: 0;
    padding: 0;
    text-align: left;  LTR

    li {
       A simple method to get navigation links to appear in one line.
      float: left;  LTR
      padding: 0 10px 0 0;  LTR
      list-style-type: none;
      list-style-image: none;
    }
  }
}*/
/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.42857em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAABgFBMVEUAAADI08j///+QtZA9fj05cDk/fD////8zhTNAZkD///+fxp+ErYT///9QglD///9Oe07X5df///9Bf0E7gjs+hj42gjY2ijZOf05cklw1ajXd5t1LfEtBe0FTi1PU3dQ6fjo+dj48dzw9cj1ylHJ9on04gjhFgEVYh1g6fjpGfEZQhlA8ejxFhUX///8njCcokihftl8njycnjicokCgokyhOq05VsFVAokBbs1tHp0c6fzongicxmTEvmC86nTpQr1Asaiz8/vwsiywrjyt2g2+MxowplCkxkTFufmYwcDAohygreysodihLo0sugy4qlCqDwYPJzsZelVr3+/cskSxbtFstlS3L5csynTIyjjI8pjwzmjM0iDQ3oDdXsVf19vRYqlcniSdnsGcmhiY0dTTU6dRwtXB5unlnfWCCk3vn6ub5+/lhnV55kHMxiTFYoVaazZpioWDCx79IqkiXvJVvg2ilsqByk2x3mXJzoW9HqEeao5RcrlustadEpUR05P1tAAAALnRSTlMAIgVt7/ejAQwKAxpgFLsPwUcg0ZtVQDjBafc0sNi7NZLcXt+Ph8ScccljppnVCMq+4AAAAUdJREFUKM+dzlVzwlAUBODg7lZ3l0uhNE2JosGlWHGou7v99iaXQBleOtPv7ezO7Bzk/5QzUwvLazblQKyy4hWqVqbquFzVn9ulkSpTdLmKTDUidfzmDrzMuARMDbf3dqRkc6fjK/reJKXdNXnkcVvw2vp8+6hYhX/wBoq2Ud7tCwDf7Qbe+c1Wx7zP0Xsv5xoAEPZiNyudpQIWfWiFrjAstwvAHoZhgUVYWEr0EwCXoRx5DkAepWk6aIHFepCk7gDwh84uAMhmShQZHIfFaoBl2TC3zg9ltjiBMVgspVnuyAJOPrXBSwzDQnPk4a9TP/eRB4ppYKGYSMPzxH9c8Lg5xJACgUQyp5t3kNrkxWUiRKCNxfnECe37tEiXWCIjnILEiESM9Kgnjb4kcUgQSZ9+VI3005nmjbPT+jmTDhmkMJjNBgXypx/1oEsauKwB7gAAAABJRU5ErkJggg==');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAxlBMVEUAAAB4azVVVQCVhENwYy9/bix5aSf///9zYyF9bSqPgEGVgkG8sYuKe0COfjptXyiJeDmEdjx+cTj///9zZjKBcy9yYiWFczB2Zyr5xwD4xwBbTyH5yAL2xQHZsxhdUSJrXivtwAlqYDrfthTIog1TTTdNRzJ4ai1/cDXbsgtAOyRGQCvetRFvYSTFoxleVCfXsBKEbx9XUTxnYUqGdTyBcj+4mBZ4ajnjtwnNpguzkxNORiWghBZxZDFmWSxYTiPwwQPitgjdTTAnAAAAPnRSTlMA9QNt/ld8KJFptxsu1SfyNuLsGPtHvUW9/////////////////////////////////////////////////oPnRDMAAADnSURBVCjPjZLXUoNAGEZNNb3ajsJKl4Amplfb+7+ULGAkwGRyrnbON2f25r+6hFIp3zfm80aeby51fdHMGdoCzHbWd5YKsOhkhr5AVTH7ad9bK9Z+v8XtpYaB4OD7B8zBqb9fK+wcZwcvtydDQYDlOFswC0lf+VBgZNs/BEklMdwEAd+zmQq8lv99vawQYBggk/px0ERoXBdkov35qhYGjMeEvFXj4fMdiT6d6khGk8jX4mBl26s4qUlfnEQBG8PYECVfRRn4KhHq8eHJ5MGzHlNY3l0wtLrPkqck3Zb8ZHidYXjmZH4BQc4g59lkML0AAAAASUVORK5CYII=');
  border-color: #ed5;
}

.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA1VBMVEUAAAD//Pz//f3gSkrkXl7jV1fhT0/////////////jV1fiUlLkYGDod3fnbGzpfX3UAAD////ZHh7pe3vbKyvkYGDXERHnbW3pf3/VAwPdNzfiU1PgRkbWCQmwsLDzuLjYFRXiUlKtjIzhS0uIcnLNzc3W1tbsjo72yMjcMTGRh4ffQECiW1uhn5/ma2ucaWmrgYH30tLU1NTZIyPlc3OWiYnkXl7n5+fkXFyko6PZn5///v6RgoLj0dHqhIS4OzvSAADulpa6ubm5uLjHc3OoiYnfZmb6s0s+AAAAEHRSTlMArKvq4uXoq20C5Oji19zV3vvZAwAAAQdJREFUKM91kntPgzAUR1GngLrRThBHCzKYTmA63dv32+//kbz3t6ZZsuz8c3vPSZo0qQN8z7V4Phvrg5ahvc/F+tMyIhaL1UqfcLFeXVj6KMb3zzZAMffEcTGPQVHP4hKFfBNFv1+TeUQU2bL+ixoqjhtUSv18SzmplbrPpFwWSiUd13Fbldb6U1J5YS9vSq2TIw5hQgy5wDe0hQjdkHl7Jku+4mWKkHfBE/vXKc45QnrOjDMO1wMsKYLoEaNHCa4GH7SJdSBGtyQvZ+sihA3v8KmIuYxNCAQxZE/zTsqHnCY90HOPUeCpwB/seY5vSg+eJ7zvmGKx3pRtb8u2R2kfGjrG7/w+/2G9J2vVc3WTAAAAAElFTkSuQmCC');
  border-color: #ed541d;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* Primary tabs. */
.tabs-primary {
  list-style: none;
  list-style-image: none;
  background: white;
  overflow: hidden;
  padding: 0;
}

.tabs-primary .tabs-primary__tab {
  float: left;
  width: 33.3333%;
  text-align: center;
}

.tabs-primary .tabs-primary__tab a {
  background: #E9E9E9;
  line-height: 32px;
  font-size: 18px;
  display: block;
  color: #333333;
}

.tabs-primary .tabs-primary__tab a:hover {
  color: white;
  background-color: #522e91;
}

.tabs-primary .tabs-primary__tab a:active {
  color: white;
  background-color: #322156;
}

.tabs-primary .tabs-primary__tab.is-active a {
  color: white;
  background-color: #522e91;
}

.tabs-primary .tabs-primary__tab:first-child {
  margin-left: 0;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right;
  /* LTR */
}

.more-help-link {
  text-align: right;
  /* LTR */
}

.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcX////y8vLt7e3JycnQ0NDU1NT5+fnk5OTb29tm/OKWAAAADXRSTlMAIEjFMBCf/oDZYK53P37p4wAAAHVJREFUGNNtjwkKwCAMBHtjj41Ntf3/U7tGhQodBM2YJaT7ZVpA9q3WDoVxrrV6kXgBq/UDOCXyKHBQpLyIUgZgpwAJARqFGRRhqRNfcYvXRngGilhzhwexuZu9ntuuqSNjjpjok5hT6ArW0C6z8L8yODfkzV7FmAkaJl7gmgAAAABJRU5ErkJggg==');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
* Pager
**/
.not-front .content-inside ul.pager {
  display: table;
  table-layout: fixed;
  clear: both;
  padding: 0;
  margin: 50px auto 30px auto;
}

ul.pager {
  display: table-cell;
}
ul.pager li {
  min-width: 40px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 12px;
}
ul.pager li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444444;
  text-align: center;
}
ul.pager li:hover {
  background: #CECECE;
}
ul.pager li.pager-current {
  text-align: center;
  color: #FFFFFF;
  background: #5d1889;
}
ul.pager li.pager-ellipsis {
  text-align: center;
  border: none;
}
ul.pager li.pager-ellipsis:hover {
  background: #FFFFFF;
}
ul.pager li.pager-previous {
  background: url("../images/breadcrumb-pager.png");
  background-position: 0px 4px;
  background-repeat: no-repeat;
  text-indent: -200px;
  overflow: hidden;
}
ul.pager li.pager-previous:hover {
  background-color: #CECECE;
  background-position: 0px -116px;
}
ul.pager li.pager-next {
  background: url("../images/breadcrumb-pager.png");
  background-position: 0px -26px;
  background-repeat: no-repeat;
  text-indent: -200px;
  overflow: hidden;
}
ul.pager li.pager-next:hover {
  background-color: #CECECE;
  background-position: 0px -146px;
}
ul.pager li.pager-first {
  background: url("../images/breadcrumb-pager.png");
  background-position: 0px -60px;
  background-repeat: no-repeat;
  text-indent: -200px;
  overflow: hidden;
}
ul.pager li.pager-first:hover {
  background-color: #CECECE;
  background-position: 0px -180px;
}
ul.pager li.pager-last {
  background: url("../images/breadcrumb-pager.png");
  background-position: 0px -90px;
  background-repeat: no-repeat;
  text-indent: -200px;
  overflow: hidden;
}
ul.pager li.pager-last:hover {
  background-color: #CECECE;
  background-position: 0px -210px;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: 1.42857em;
}

/**
 * Menus.
 */
/*.menu__item.is-leaf {
  list-style-image: inline-image("menu-leaf.png");
  @if $support-for-ie6 or $support-for-ie7 {
    *list-style-image: image-url("menu-leaf.png");
  }
  list-style-type: square;
}*/
.menu__item.is-collapsed {
  /*  list-style-image: inline-image("menu-collapsed.png");  LTR
    @if $support-for-ie6 or $support-for-ie7 {
      *list-style-image: image-url("menu-collapsed.png");  LTR
    }
    list-style-type: disc;*/
}

.menu__item.is-active-trail {
  color: #9182B0;
}

/* The active item in a Drupal menu. */
.menu a.active {
  color: #B2B3B7;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
.comments {
  margin: 1.42857em 0;
}

/* Preview of the comment before submitting new or updated comment. */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  margin: 1.42857em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
.openid-link,
.user-link {
  margin-top: 1.42857em;
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

#user-login ul {
  margin: 1.42857em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdj+MdQw2DBIMAABgAUsAHD/GkkAQAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABRJREFUCNdjUGAwYLBgsAFiAwYFAAkiAU0pXr/sAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1742188827');
}

/* webforms */
.webform-component-radios .form-type-radio {
  padding-bottom: 10px;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  a:link,
  a:visited {
    /* Don't underline header. */
  }
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons,
  #block-menu-menu-menu-top-right,
  #block-locale-language,
  .region-bottom .right-wrap {
    visibility: hidden;
    display: none;
  }

  .node-type-job-application #header,
  .node-type-job-application-ch #header {
    display: none;
  }
  .node-type-job-application #main,
  .node-type-job-application-ch #main {
    margin-top: -30px !important;
  }
  .node-type-job-application #page-title,
  .node-type-job-application-ch #page-title {
    font-size: 24px;
    margin: 25px 0 0 0;
  }
  .node-type-job-application .node-job-application h3,
  .node-type-job-application .node-job-application-ch h3,
  .node-type-job-application-ch .node-job-application h3,
  .node-type-job-application-ch .node-job-application-ch h3 {
    margin-top: 0;
  }
  .node-type-job-application .node-job-application .field > .field-label,
  .node-type-job-application .node-job-application-ch .field > .field-label,
  .node-type-job-application-ch .node-job-application .field > .field-label,
  .node-type-job-application-ch .node-job-application-ch .field > .field-label {
    font-size: 11px;
    margin: 0;
    line-height: 1.2em;
  }
  .node-type-job-application .node-job-application .field > .field-items,
  .node-type-job-application .node-job-application-ch .field > .field-items,
  .node-type-job-application-ch .node-job-application .field > .field-items,
  .node-type-job-application-ch .node-job-application-ch .field > .field-items {
    font-size: 11px;
    line-height: 1.2em;
  }
  .node-type-job-application .node-job-application .field-collection-view-links, .node-type-job-application .node-job-application .group-ja-additional-info,
  .node-type-job-application .node-job-application .group-ja-cover-letter, .node-type-job-application .node-job-application .group-ja-attachments, .node-type-job-application .node-job-application .group-ja-declaration,
  .node-type-job-application .node-job-application-ch .field-collection-view-links,
  .node-type-job-application .node-job-application-ch .group-ja-additional-info,
  .node-type-job-application .node-job-application-ch .group-ja-cover-letter,
  .node-type-job-application .node-job-application-ch .group-ja-attachments,
  .node-type-job-application .node-job-application-ch .group-ja-declaration,
  .node-type-job-application-ch .node-job-application .field-collection-view-links,
  .node-type-job-application-ch .node-job-application .group-ja-additional-info,
  .node-type-job-application-ch .node-job-application .group-ja-cover-letter,
  .node-type-job-application-ch .node-job-application .group-ja-attachments,
  .node-type-job-application-ch .node-job-application .group-ja-declaration,
  .node-type-job-application-ch .node-job-application-ch .field-collection-view-links,
  .node-type-job-application-ch .node-job-application-ch .group-ja-additional-info,
  .node-type-job-application-ch .node-job-application-ch .group-ja-cover-letter,
  .node-type-job-application-ch .node-job-application-ch .group-ja-attachments,
  .node-type-job-application-ch .node-job-application-ch .group-ja-declaration {
    display: none;
  }
  .node-type-job-application .field-group-div .field-group-format-wrapper,
  .node-type-job-application-ch .field-group-div .field-group-format-wrapper {
    padding: 0 0 0 40px;
  }
  .node-type-job-application h3,
  .node-type-job-application .field-collection-container,
  .node-type-job-application .field-collection-view,
  .node-type-job-application-ch h3,
  .node-type-job-application-ch .field-collection-container,
  .node-type-job-application-ch .field-collection-view {
    margin: 0 !important;
    padding: 0 !important;
  }
  .node-type-job-application .node-job-application .field,
  .node-type-job-application .node-job-application-ch .field,
  .node-type-job-application-ch .node-job-application .field,
  .node-type-job-application-ch .node-job-application-ch .field {
    margin-bottom: 10px !important;
  }
  .node-type-job-application .field-name-field-education .field-name-field-end-date,
  .node-type-job-application-ch .field-name-field-education .field-name-field-end-date {
    left: 120px !important;
  }
  .node-type-job-application .field-name-field-work-experience .field-name-field-end-date,
  .node-type-job-application-ch .field-name-field-work-experience .field-name-field-end-date {
    left: 60px !important;
  }
}
@media all and (min-width: 786px) {
  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller p {
    font-size: 24px;
    bottom: 18%;
  }
}
@media all and (max-width: 786px) {
  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller p {
    font-size: 18px;
    bottom: 16%;
  }
}
@media all and (max-width: 479px) {
  .region-highlighted #block-nyu-sh-block-home-page-highlight .homepage-region-title {
    margin: 30px auto;
  }

  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller p {
    font-size: 14px;
    bottom: 14%;
  }

  #home-page-highlighted-discover-students .views-field-title {
    display: none;
  }
}
@media all and (min-width: 480px) {
  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller {
    padding-bottom: 10px;
  }
}
@media all and (min-width: 480px) and (max-width: 786px) {
  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller {
    padding-bottom: 20px;
  }

  #home-page-highlighted-discover-students .views-field-title {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  #home-page-highlighted-discover-students .views-field-title a {
    padding: 10px 4px;
  }
}
@media all and (min-width: 786px) {
  #home-page-highlighted-discover-students .views-field-title {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    height: 100%;
  }
  #home-page-highlighted-discover-students .views-field-title a {
    padding: 40% 10px 0 10px;
  }
  #home-page-highlighted-discover-students .title-album a {
    background-image: url(../images/gallary-album.png);
  }
  #home-page-highlighted-discover-students .title-video a {
    background-image: url(../images/gallary-video.png);
  }
  #home-page-highlighted-discover-students .title-article a {
    background-image: url(../images/gallary-news.png);
  }
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information {
  background: none;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller {
  overflow: hidden;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller {
  float: left;
  margin: 1%;
  padding: 0;
  position: relative;
  width: 31.33%;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller p {
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow {
  width: auto;
  background: #E9E9E9;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .sii-slideshow-wrapper {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url("../images/hht-arrow-down.png") no-repeat;
  background-size: 31.33%;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item .view-all a {
  background: #5d1889;
  display: block;
  padding: 8px;
  text-align: center;
  width: 160px;
  color: white;
  -moz-box-shadow: #B2B3B7 2px 2px 10px;
  -webkit-box-shadow: #B2B3B7 2px 2px 10px;
  box-shadow: #B2B3B7 2px 2px 10px;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item .view-all a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-region {
  background-position-x: 1%;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .course-region,
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .admission-region {
  background-position-x: center;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .course-region .view-all a,
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .admission-region .view-all a {
  background: #ffa200;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .faculty-region {
  background-position-x: right;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .faculty-region .view-all a {
  background: #AFA513;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-content {
  padding: 20px;
}
@media all and (min-width: 600px) {
  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item .view-all {
    margin-left: 36%;
  }
  .region-highlighted #block-nyu-sh-block-home-page-highlight .views-field {
    margin-left: 35.4%;
  }
  .region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-field-image,
  .region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-field-course-image,
  .region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-field-profile-picture,
  .region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-field-major-picture {
    float: left;
    width: 34%;
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item .view-all {
    width: 100%;
  }
  .region-highlighted #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item .view-all a {
    margin: 0 auto;
  }
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field {
  font-size: 16px;
  margin-bottom: 20px;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-field-preferred-name,
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-title,
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-name {
  margin-bottom: 10px;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-field-preferred-name a,
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-title a,
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-name a {
  font-size: 24px;
  line-height: 1.5em;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-description,
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-body {
  color: #B2B3B7;
  line-height: 1.5em;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-display-id-major {
  color: #5d1889;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-display-id-major a {
  color: #5d1889;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-display-id-admission,
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-display-id-admission_en {
  color: #ffa200;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-display-id-admission a,
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-display-id-admission_en a {
  color: #ffa200;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-home-page-tab-region {
  color: #AFA513;
}
.region-highlighted #block-nyu-sh-block-home-page-highlight .view-home-page-tab-region a {
  color: #AFA513;
}

.discover-students-title {
  color: #522e91;
  max-width: 500px;
  text-align: center;
  font-size: 28px;
  margin: 20px auto;
}

#home-page-highlighted-discover-students .view-home-page-media {
  overflow: hidden;
}
#home-page-highlighted-discover-students .video a, #home-page-highlighted-discover-students .album a, #home-page-highlighted-discover-students .article a {
  display: block;
}
#home-page-highlighted-discover-students .video img, #home-page-highlighted-discover-students .album img, #home-page-highlighted-discover-students .article img {
  width: 100%;
}
#home-page-highlighted-discover-students .views-column {
  position: relative;
  width: 31.33%;
  overflow: hidden;
  float: left;
  margin: 3px 1% 10px 1%;
}
#home-page-highlighted-discover-students .views-column:hover .views-field-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#home-page-highlighted-discover-students .views-field-title {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  bottom: 4px;
}
#home-page-highlighted-discover-students .views-row-1 .views-column-first {
  width: 64.67%;
}
#home-page-highlighted-discover-students .views-row-2 .views-column-4 {
  width: 64.67%;
}
#home-page-highlighted-discover-students .views-field-title {
  width: 100%;
}
#home-page-highlighted-discover-students .views-field-title a {
  background-color: #000000;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 95% 95%;
  display: block;
  height: 60%;
}
#home-page-highlighted-discover-students .views-field-title a:hover,
#home-page-highlighted-discover-students .views-field-title a:active {
  color: white;
}
#home-page-highlighted-discover-students .more-source-grid {
  width: 97%;
  overflow: hidden;
}
#home-page-highlighted-discover-students .more-source-grid .source-btn {
  display: block;
  background-color: #333333;
  color: #dddddd;
  float: left;
}
#home-page-highlighted-discover-students .more-source-grid .source-btn .type-icon {
  float: right;
  margin: 10px;
}
#home-page-highlighted-discover-students .more-source-grid .source-btn:hover {
  background-color: #111111;
  text-decoration: none;
}
#home-page-highlighted-discover-students .more-source-grid .source-btn > h3 {
  color: white;
  float: left;
  margin: 10px 10px 10px 20px;
  line-height: 40px;
}
#home-page-highlighted-discover-students .more-source-grid .more-photos {
  background: #5d1889;
}
#home-page-highlighted-discover-students .more-source-grid .more-photos .type-icon {
  margin-top: 16px;
}
#home-page-highlighted-discover-students .more-source-grid .more-videos {
  background: #ffa200;
}
#home-page-highlighted-discover-students .more-source-grid .more-videos .type-icon {
  margin-top: 18px;
}
#home-page-highlighted-discover-students .more-source-grid .more-blogs {
  background: #AFA513;
}
#home-page-highlighted-discover-students .more-source-grid .more-blogs .type-icon {
  margin-top: 12px;
}
#home-page-highlighted-discover-students .more-source-grid .more-stories {
  background: #59b2d1;
}

@media all and (max-width: 785px) {
  #home-page-highlighted-discover-students .views-responsive-grid .views-column {
    margin-bottom: 12px;
  }
  #home-page-highlighted-discover-students .more-source-grid {
    margin: 0px 1%;
  }
  #home-page-highlighted-discover-students .more-source-grid .source-btn {
    width: 32%;
  }
  #home-page-highlighted-discover-students .more-source-grid .more-videos {
    margin: 0 2%;
  }
  #home-page-highlighted-discover-students .more-source-grid .source-btn > h3 {
    font-size: 20px;
  }
}
@media all and (min-width: 600px) and (max-width: 785px) {
  .i18n-en #home-page-highlighted-discover-students .more-source-grid .source-btn {
    width: 49%;
  }
  .i18n-en #home-page-highlighted-discover-students .more-source-grid .more-videos,
  .i18n-en #home-page-highlighted-discover-students .more-stories {
    margin: 0 0 0 2%;
  }
  .i18n-en #home-page-highlighted-discover-students .more-source-grid .more-videos,
  .i18n-en #home-page-highlighted-discover-students .more-source-grid .more-news {
    margin-bottom: 10px;
  }
}
/**
 *  Smaller than Phone.
 *  width < 600px
 */
@media all and (max-width: 599px) {
  #home-page-highlighted-discover-students .more-source-grid .source-btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #home-page-highlighted-discover-students .views-responsive-grid .views-column {
    margin-bottom: 9px;
  }
}
/**
 *  Smaller than Phone.
 *  width < 400px
 */
@media all and (max-width: 400px) {
  #block-nyu-sh-block-home-page-highlight .most-important-information .item-element {
    width: auto;
    display: block;
    float: none;
  }

  #home-page-highlighted-discover-students .views-responsive-grid .views-column {
    margin-bottom: 5px;
  }
}
/**
 *  Bigger than Pad.
 *  width > 786px
 */
@media all and (min-width: 786px) {
  #home-page-highlighted-social-media .social-media-bites {
    margin-left: 2%;
  }
  #home-page-highlighted-social-media .social-media-weibo {
    margin-right: 2%;
  }
  #home-page-highlighted-social-media .social-media {
    width: 48%;
    float: left;
  }

  #home-page-highlighted-discover-students .views-row {
    width: 49%;
    float: left;
  }
  #home-page-highlighted-discover-students .views-row-1 {
    margin: 0 0 0 1%;
  }
  #home-page-highlighted-discover-students .views-row-2 {
    margin: 0 1% 0 0;
  }
  #home-page-highlighted-discover-students .views-field-title {
    background: #000000;
  }
  #home-page-highlighted-discover-students .more-source-grid {
    margin: 0 1.5%;
  }
  #home-page-highlighted-discover-students .more-source-grid .source-btn {
    width: 32.66%;
  }
  #home-page-highlighted-discover-students .more-source-grid .more-videos {
    margin: 0 1%;
  }
  #home-page-highlighted-discover-students .more-source-grid .source-btn > h3 {
    font-size: 20px;
  }

  .i18n-en #home-page-highlighted-discover-students .more-source-grid .source-btn {
    width: 24.25%;
  }
  .i18n-en #home-page-highlighted-discover-students .more-source-grid .more-blogs {
    margin-right: 1%;
  }

  #block-nyu-sh-block-home-page-highlight .most-important-information {
    height: 320px;
  }
}
/**
 *  Pad only.
 *  599px > width
 */
@media all and (max-width: 599px) {
  #home-page-highlighted-discover-students .more-source-grid {
    margin: 0;
  }
  #home-page-highlighted-discover-students .more-source-grid .source-btn {
    margin-bottom: 1px;
  }
}
/*
 * Media Bites
 */
#home-page-highlighted-social-media {
  max-width: 1280px;
  margin: 0 auto;
}
#home-page-highlighted-social-media .social-media-content-wrapper {
  overflow: hidden;
  padding: 20px;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media .views-row {
  border-bottom: 1px solid #E9E9E9;
  padding: 0px 10px 10px 10px;
  margin-bottom: 20px;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media .views-field-title {
  font-size: 18px;
  color: #57068C;
  line-height: 1.2em;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media .views-field-body {
  font-size: 15px;
  line-height: 1.75em;
  padding: 20px 0;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media .views-field-field-goto {
  padding-top: 20px;
}
#home-page-highlighted-social-media .social-media-content-wrapper a {
  color: #2B4BD6;
}
#home-page-highlighted-social-media .social-media-content-wrapper h3 {
  color: #5d1889;
  text-align: center;
  font-size: 28px;
  line-height: 1em;
  margin: 24px 0;
}
#home-page-highlighted-social-media .social-media-content-wrapper .view {
  padding: 20px 20px 0 20px;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media-bites .views-row {
  position: relative;
  min-height: 110px;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media-bites .views-field {
  margin: 0 0 0 34%;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media-bites .views-field-title a {
  font-size: 18px;
  color: #57068C;
  line-height: 1.2em;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media-bites .views-field-field-link-image {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
}
#home-page-highlighted-social-media .social-media-content-wrapper .social-media-bites .views-label-field-goto {
  float: left;
  margin-right: 8px;
  line-height: 19px;
}

/* Region Highlighted */
/* responsive slideshow */
.views_slideshow_cycle_main {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto !important;
}

.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}

.views_slideshow_cycle_main .field-content img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

#block-views-home-page-slideshow-block {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#block-views-home-page-slideshow-block .views-field-title {
  margin-right: 100px;
  line-height: 1em;
}
#block-views-home-page-slideshow-block .views-field-title a {
  display: block;
  padding: 10px;
  color: white;
}
#block-views-home-page-slideshow-block .views-field-body {
  display: none;
  color: white;
  position: absolute;
  top: 70%;
  left: 4%;
  font-size: 2em;
  line-height: 1em;
  width: 50%;
}

#block-nyu-sh-block-home-page-highlight .homepage-region-title {
  overflow: hidden;
}
#block-nyu-sh-block-home-page-highlight .second-important-information {
  background-color: #E9E9E9;
  position: relative;
  padding-bottom: 10px;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-slideshow {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-slideshow ul {
  width: 300%;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item {
  float: left;
  width: 33.33%;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items {
  overflow: hidden;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items .statics-item {
  margin-top: 36px;
  float: left;
  height: 160px;
  text-align: center;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items .statics-item .statics-item-title {
  color: #57068C;
  margin: 0;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items .statics-item p {
  color: #888888;
  font-size: 16px;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-contorller {
  text-align: center;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller {
  background: url("../images/contorller.png") no-repeat center;
  cursor: pointer;
  margin: 0 4px;
  padding: 0 8px;
}
#block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller.active {
  background-image: url("../images/contorller-active.png");
}

.i18n-en #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow ul {
  width: 400%;
}
.i18n-en #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .slide-item {
  background-size: 23%;
  width: 25%;
}
.i18n-en #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .admission-region {
  background-position-x: 34%;
}
.i18n-en #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .faculty-region {
  background-position-x: 66%;
}
.i18n-en #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .event-region {
  background-position-x: 99%;
}
.i18n-en #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .event-region .view-all a {
  margin-left: 74%;
  background: #59b2d1;
}
.i18n-en #block-nyu-sh-block-home-page-highlight .second-important-information-contorller .contorller {
  width: 23%;
}

/*
 * Quick links
 */
#homepage-quicklinks-region .quicklinks-wrapper {
  overflow: hidden;
  max-width: 465px;
  margin: 0 auto;
}
#homepage-quicklinks-region ul, #homepage-quicklinks-region li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#homepage-quicklinks-region .quick-link {
  height: 115px;
  float: left;
  background: #E9E9E9;
  margin-bottom: 15px;
}
#homepage-quicklinks-region .quick-link a {
  color: #B2B3B7;
  display: block;
  text-align: center;
  font-size: 18px;
}
#homepage-quicklinks-region .quick-link .ql-icon {
  margin: 15px auto 0 auto;
  background: url(/themes/custom/shanghai/images/quick-links-en.png) no-repeat center;
  width: 60px;
  height: 60px;
}
#homepage-quicklinks-region .quick-link p {
  line-height: 1.75em;
}
#homepage-quicklinks-region .quick-link:hover {
  background-color: #5d1889;
}
#homepage-quicklinks-region .quick-link:hover a {
  color: white;
}
#homepage-quicklinks-region .major .ql-icon {
  background-position: center -685px;
}
#homepage-quicklinks-region .major:hover .ql-icon, #homepage-quicklinks-region .major:active .ql-icon {
  background-position: center -605px;
}
#homepage-quicklinks-region .apply .ql-icon {
  background-position: center -845px;
}
#homepage-quicklinks-region .apply:hover .ql-icon, #homepage-quicklinks-region .apply:active .ql-icon {
  background-position: center -765px;
}
#homepage-quicklinks-region .faculty .ql-icon {
  background-position: center -1005px;
}
#homepage-quicklinks-region .faculty:hover .ql-icon, #homepage-quicklinks-region .faculty:active .ql-icon {
  background-position: center -925px;
}
#homepage-quicklinks-region .events .ql-icon {
  background-position: center -1085px;
}
#homepage-quicklinks-region .events:hover .ql-icon, #homepage-quicklinks-region .events:active .ql-icon {
  background-position: center -1165px;
}
#homepage-quicklinks-region .faqs .ql-icon {
  background-position: center -1245px;
}
#homepage-quicklinks-region .faqs:hover .ql-icon, #homepage-quicklinks-region .faqs:active .ql-icon {
  background-position: center -1325px;
}
#homepage-quicklinks-region .support .ql-icon {
  background-position: center  -1405px;
}
#homepage-quicklinks-region .support:hover .ql-icon, #homepage-quicklinks-region .support:active .ql-icon {
  background-position: center -1485px;
}

@media all and (max-width: 479px) {
  #homepage-quicklinks-region .quick-link {
    width: 48%;
    margin: 1%;
  }
}
@media all and (min-width: 480px) {
  #homepage-quicklinks-region .quick-link {
    width: 145px;
    margin-left: 15px;
  }
  #homepage-quicklinks-region .quick-link.first-clunm {
    margin-left: 0;
  }
}
@media all and (min-width: 786px) {
  #homepage-quicklinks-region {
    display: none;
  }
}
#block-nyu-sh-block-home-page-highlight .event-region .view-content {
  overflow: hidden;
}
#block-nyu-sh-block-home-page-highlight .event-region .views-row {
  float: left;
  width: 30.33%;
  position: relative;
  overflow: hidden;
  margin: 0 1.5%;
}
#block-nyu-sh-block-home-page-highlight .event-region .views-field {
  margin: 0;
  padding: 0 10px;
}
#block-nyu-sh-block-home-page-highlight .event-region .views-field-field-image {
  padding: 0;
  width: 100%;
}
#block-nyu-sh-block-home-page-highlight .event-region .views-field-field-image img {
  width: 100%;
}
#block-nyu-sh-block-home-page-highlight .event-region .views-field-title a {
  font-size: 16px;
  color: #666666;
  display: block;
}
#block-nyu-sh-block-home-page-highlight .event-region .views-field-title:hover a {
  color: #B2B3B7;
}
#block-nyu-sh-block-home-page-highlight .event-region .views-field-field-event-time {
  margin-top: 6px;
}

.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-description,
.region-highlighted #block-nyu-sh-block-home-page-highlight .views-field-body {
  color: #666666;
}

/* Banner */
.banner-wrap {
  overflow: hidden;
  background: #5d1889;
  padding: 0 10px;
}

.banner-region {
  overflow: hidden;
  max-width: 1280px;
}
.banner-region .block, .banner-region .menu__item {
  margin: 0;
  float: right;
}
.banner-region ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner-region ul li {
  list-style: none;
}

#block-menu-banner {
  width: 100%;
}
#block-menu-banner .menu {
  height: 40px;
  float: right;
}
#block-menu-banner .menu .menu__item {
  height: 40px;
  cursor: pointer;
  text-align: center;
}
#block-menu-banner .menu .menu__item:hover .menu__link {
  color: white;
}
#block-menu-banner .menu .menu__item:active .menu__link {
  color: white;
}
#block-menu-banner .menu .menu__item .menu__link {
  min-width: 20px;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  color: #E9E9E9;
  text-align: center;
}
#block-menu-banner .menu .menu__item .meitishidianlink {
  display: none;
}
#block-menu-banner .menu .menu__item .weixin {
  background: url("/themes/custom/shanghai/images/quick-links.png") no-repeat center -400px;
}
#block-menu-banner .menu .menu__item .weixin:hover {
  background-position-y: -450px;
}
#block-menu-banner .menu .menu__item .weibo {
  background: url("/themes/custom/shanghai/images/quick-links.png") no-repeat center -500px;
}
#block-menu-banner .menu .menu__item .weibo:hover {
  background-position-y: -550px;
}
#block-menu-banner .menu .menu__item.for-label {
  color: white;
  font-size: 16px;
  margin-right: 10px;
  cursor: default;
  padding-top: 9px;
}
#block-menu-banner .left-menu {
  float: left;
}

.i18n-en #block-menu-banner .menu .menu__item .menu__link,
.i18n-zh-hans #block-menu-banner .menu .menu__item .menu__link {
  border-left: 1px solid #DDDDDD;
  min-width: 20px;
  height: 20px;
  margin: 10px 15px 10px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  display: block;
  color: #E9E9E9;
  text-align: center;
}
.i18n-en #block-menu-banner .menu .menu__item.giving .menu__link,
.i18n-zh-hans #block-menu-banner .menu .menu__item.giving .menu__link {
  margin-right: 60px;
  border-right: 1px solid white;
  padding-right: 20px;
}
.i18n-en #block-menu-banner .menu .menu__item.first .menu__link,
.i18n-zh-hans #block-menu-banner .menu .menu__item.first .menu__link {
  margin-right: 0;
}
.i18n-en #block-menu-banner .menu .menu__item.last .menu__link,
.i18n-zh-hans #block-menu-banner .menu .menu__item.last .menu__link {
  border: none;
  padding-left: 0;
}

.not-front #block-menu-banner .menu .menu__item .menu__link.meitishidian {
  display: none;
}
.not-front #block-menu-banner .menu .menu__item .menu__link.meitishidianlink {
  display: table-cell;
}

/**
 * class="toggler"
 */
.toggler {
  top: 0;
  position: absolute;
  background: url("../images/header-icons.png") no-repeat center;
  cursor: pointer;
}

#searchbar-toggler {
  right: 0;
}

.toggler:hover,
.toggler.active {
  background-color: #E9E9E9;
}

.toggler:active {
  background-color: #5d1889;
}

/** Header **/
/** Dropdown Menu **/
#header {
  background-color: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
}
#header .block-menu-block, #header .block-menu {
  margin: 0;
  float: right;
  width: 70%;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item, #header .block-menu .menu-block-wrapper > .menu > .menu__item {
  width: 20%;
  float: left;
  position: relative;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu__link, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu__link {
  display: block;
  padding: 18% 0;
  font-size: 20px;
  color: #57068C;
  border-left: 1px solid #E9E9E9;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu__link:active, #header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu__link.active, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu__link:active, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu__link.active {
  background-color: #E9E9E9;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu {
  border: 2px solid #777777;
  display: none;
  z-index: 10000;
  text-align: left;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  column-gap: 20px;
  background: white;
  padding: 10px 10px 20px 10px;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu__link, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu__link {
  font-size: 14px;
  display: block;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu .menu__item, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu .menu__item {
  list-style: url("/themes/custom/shanghai/images/dropdownarrowright.png");
  padding-left: 5px;
  margin-left: 15px;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu .menu__item a, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu > .menu__item > .menu .menu__item a {
  color: #777777;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item:hover > .menu, #header .block-menu .menu-block-wrapper > .menu > .menu__item:hover > .menu {
  display: block;
}
#header .block-menu-block .menu-block-wrapper > .menu > .menu__item:hover > .menu__link, #header .block-menu .menu-block-wrapper > .menu > .menu__item:hover > .menu__link {
  transition: none;
  background: #F0F0F1 url("/themes/custom/shanghai/images/arrow%20up.png") no-repeat center bottom;
}

@media all and (min-width: 1280px) {
  #header .block-menu-block .menu-block-wrapper > .menu {
    /* SPEC Config */
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu {
    position: absolute;
    top: 100%;
    left: -384px;
    width: 900px;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2503 .menu {
    left: -743px;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2918 .menu,
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2514 .menu {
    left: -565px;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-853 .menu {
    width: 540px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-853 .menu .menu-mlid-1380 {
    width: 205%;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-540 .menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-543 .menu {
    left: -744px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2329 .menu,
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2913 .menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    left: -743px;
  }
}
@media all and (max-width: 1279px) {
  #header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu {
    position: fixed;
    left: 15px;
    width: 700px;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-540 .menu,
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-543 .menu,
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2513 .menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2918 .menu,
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-543 .menu,
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-853 .menu {
    left: initial;
    right: 15px;
  }
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2503 .menu,
  #header .block-menu-block .menu-block-wrapper > .menu > .expanded.menu-mlid-2514 .menu {
    left: initial;
    right: 15px;
  }
}
@media all and (max-width: 1080px) {
  #header .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu__link, #header .block-menu .menu-block-wrapper > .menu > .menu__item > .menu__link {
    font-size: 16px;
  }
}
#logo {
  max-width: 25%;
  margin: 0 0 0 1%;
  overflow: hidden;
}

#mobile-logo {
  float: none;
  margin: 0 auto;
}

.header-content-wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.nyush-html-list {
  /* Created color of every list items */
}
.nyush-html-list .views-column {
  cursor: pointer;
  background-color: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.nyush-html-list .views-column:hover, .nyush-html-list .views-column:active {
  background-color: none;
}
.nyush-html-list .views-field-title {
  float: left;
  width: 75%;
  height: 80px;
}
.nyush-html-list .views-field-title a {
  padding: 8px;
  line-height: 18px;
}
.nyush-html-list .views-field-created {
  position: absolute;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  right: 0;
  height: 60px;
  width: 60px;
  background-color: white;
  color: white;
  text-align: center;
  padding: 2px;
}
.nyush-html-list .views-field-created span {
  display: block;
  border: 1px solid #57068C;
  height: 56px;
  padding: 10px 2px 2px;
  color: #57068C;
}
.nyush-html-list .views-field-created span a {
  color: #57068C;
}
.nyush-html-list a {
  line-height: 10px;
  display: block;
  color: #444444;
}

/* social share icons */
.social-share {
  width: 100%;
  height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
}
.social-share span.share-label {
  display: block;
  width: 45px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
.social-share a {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  text-indent: -1000px;
  margin-right: 5px;
}
.social-share a.social-share-facebook {
  background-image: url("../images/social-media-icons.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.social-share a.social-share-twitter {
  background-image: url("../images/social-media-icons.png");
  background-position: 0px -24px;
  background-repeat: no-repeat;
}
.social-share a.social-share-weibo {
  background-image: url("../images/social-media-icons.png");
  background-position: 0px -48px;
  background-repeat: no-repeat;
}
.social-share ul {
  list-style: none;
}

.node-type-article .social-share {
  margin-top: 40px;
}

.node-type-video .pane-node-social-share {
  margin-top: 10px;
}

/***** Color Values *******/
/** Primary Colors **/
/*** Secondary Colors **/
/***** Neutral Colors  ****/
/***** Accent Colors  ****/
/* Custom theme rules */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/**
* new standardized styles
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2014, 2:43:29 PM
    Author     : zhengjun
*/
/* sidebar level 1 menu item */
/* sidebar level 2 menu item */
/* sidebar level 2 menu item */
/* sidebar level 3 menu item */
/**
* The following codes are designed from 2019 March
* =================================================================================================
* Attention: 
* -----------
* If you want to see more examples, please go to the "UI Elements" page 
* in Development Site.
*/
/**
* Grid Wrapper
* ============
* 1. Pattern:
* ------------
*   <div class="grid-wrapper">
*        <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg as-last-lg">
*           .......
*        </div>
*   </div>
* 
*
* 2. Attention: 
* --------------
* - Now this class has four Breakpoints (576px, 768px, 992px, 1200px), 
* it's enough for current situation.
* 
* - The "margin-right" of last column is zero, so sometimes we need to insert 
* "as-last-xl, as-last-lg, as-last-md, as-last-sm" classes which also let other
* columns regard as last column.
*
*/
.grid-wrapper img.file-default {
  margin-top: 0 !important;
}
.grid-wrapper [class*="col-"] {
  float: left;
  width: 100%;
  margin-right: 3.9%;
}
.grid-wrapper [class*="col-"]:last-of-type {
  margin-right: 0;
}
@media (min-width: 576px) {
  .grid-wrapper .col-1-sm {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-sm {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-sm {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-sm {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-sm {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-sm {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-sm {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-sm {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-sm {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-sm {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-sm {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-sm {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-wrapper .as-last-sm {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .grid-wrapper .col-1-md {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-md {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-md {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-md {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-md {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-md {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-md {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-md {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-md {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-md {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-md {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-md {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-wrapper .as-last-md {
    margin-right: 0 !important;
  }
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (max-width: 1199.99px) {
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper .col-1-lg {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-lg {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-lg {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-lg {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-lg {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-lg {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-lg {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-lg {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-lg {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-lg {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-lg {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-wrapper .as-last-lg {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper .col-1-xl {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-xl {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-xl {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-xl {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-xl {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-xl {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-xl {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-xl {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-xl {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-xl {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-xl {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-xl {
    max-width: 100%;
  }
  .grid-wrapper .col-5 {
    max-width: 19%;
    margin-right: 1%;
  }
  .grid-wrapper .as-last-xl {
    margin-right: 0;
  }
}

.grid-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.margin-left-zero {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Black.eot");
  src: url("../fonts/NYUPerstare-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Black.woff2") format("woff2"), url("../fonts/NYUPerstare-Black.woff") format("woff"), url("../fonts/NYUPerstare-Black.ttf") format("truetype"), url("../fonts/NYUPerstare-Black.svg#NYUPerstare-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BlackItalic.eot");
  src: url("../fonts/NYUPerstare-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstare-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BlackItalic.svg#NYUPerstare-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Bold.eot");
  src: url("../fonts/NYUPerstare-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Bold.woff2") format("woff2"), url("../fonts/NYUPerstare-Bold.woff") format("woff"), url("../fonts/NYUPerstare-Bold.ttf") format("truetype"), url("../fonts/NYUPerstare-Bold.svg#NYUPerstare-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BoldItalic.eot");
  src: url("../fonts/NYUPerstare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstare-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BoldItalic.svg#NYUPerstare-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Light.eot");
  src: url("../fonts/NYUPerstare-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Light.woff2") format("woff2"), url("../fonts/NYUPerstare-Light.woff") format("woff"), url("../fonts/NYUPerstare-Light.ttf") format("truetype"), url("../fonts/NYUPerstare-Light.svg#NYUPerstare-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-LightItalic.eot");
  src: url("../fonts/NYUPerstare-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-LightItalic.woff") format("woff"), url("../fonts/NYUPerstare-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-LightItalic.svg#NYUPerstare-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Medium.eot");
  src: url("../fonts/NYUPerstare-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Medium.woff2") format("woff2"), url("../fonts/NYUPerstare-Medium.woff") format("woff"), url("../fonts/NYUPerstare-Medium.ttf") format("truetype"), url("../fonts/NYUPerstare-Medium.svg#NYUPerstare-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-MediumItalic.eot");
  src: url("../fonts/NYUPerstare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstare-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-MediumItalic.svg#NYUPerstare-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Regular.eot");
  src: url("../fonts/NYUPerstare-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Regular.woff2") format("woff2"), url("../fonts/NYUPerstare-Regular.woff") format("woff"), url("../fonts/NYUPerstare-Regular.ttf") format("truetype"), url("../fonts/NYUPerstare-Regular.svg#NYUPerstare-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Italic.eot");
  src: url("../fonts/NYUPerstare-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Italic.woff2") format("woff2"), url("../fonts/NYUPerstare-Italic.woff") format("woff"), url("../fonts/NYUPerstare-Italic.ttf") format("truetype"), url("../fonts/NYUPerstare-Italic.svg#NYUPerstare-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Thin.eot");
  src: url("../fonts/NYUPerstare-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Thin.woff2") format("woff2"), url("../fonts/NYUPerstare-Thin.woff") format("woff"), url("../fonts/NYUPerstare-Thin.ttf") format("truetype"), url("../fonts/NYUPerstare-Thin.svg#NYUPerstare-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-ThinItalic.eot");
  src: url("../fonts/NYUPerstare-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstare-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-ThinItalic.svg#NYUPerstare-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Ultra.eot");
  src: url("../fonts/NYUPerstare-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstare-Ultra.woff") format("woff"), url("../fonts/NYUPerstare-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstare-Ultra.svg#NYUPerstare-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-UltraItalic.eot");
  src: url("../fonts/NYUPerstare-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstare-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-UltraItalic.svg#NYUPerstare-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Bold.eot");
  src: url("../fonts/NYUPerstareCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Bold.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Bold.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Bold.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Bold.svg#NYUPerstareCondensed-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BoldItalic.svg#NYUPerstareCondensed-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Black.eot");
  src: url("../fonts/NYUPerstareCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Black.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Black.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Black.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Black.svg#NYUPerstareCondensed-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BlackItalic.svg#NYUPerstareCondensed-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Light.eot");
  src: url("../fonts/NYUPerstareCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Light.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Light.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Light.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Light.svg#NYUPerstareCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-LightItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-LightItalic.svg#NYUPerstareCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Thin.eot");
  src: url("../fonts/NYUPerstareCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Thin.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Thin.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Thin.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Thin.svg#NYUPerstareCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-ThinItalic.svg#NYUPerstareCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Regular.eot");
  src: url("../fonts/NYUPerstareCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Regular.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Regular.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Regular.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Regular.svg#NYUPerstareCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Italic.eot");
  src: url("../fonts/NYUPerstareCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Italic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Italic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Italic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Italic.svg#NYUPerstareCondensed-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Medium.eot");
  src: url("../fonts/NYUPerstareCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Medium.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Medium.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Medium.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Medium.svg#NYUPerstareCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-MediumItalic.svg#NYUPerstareCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot");
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Ultra.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Ultra.svg#NYUPerstareCondensed-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-UltraItalic.svg#NYUPerstareCondensed-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot");
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-ExtraLight.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.svg#../fonts/cn/SourceHanSansCN-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Light.eot");
  src: url("../fonts/cn/SourceHanSansCN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Light.svg#../fonts/cn/SourceHanSansCN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot");
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Normal.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Normal.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Normal.svg#../fonts/cn/SourceHanSansCN-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot");
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Regular.svg#../fonts/cn/SourceHanSansCN-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot");
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Medium.svg#../fonts/cn/SourceHanSansCN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot");
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Bold.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot");
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Heavy.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Heavy.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Heavy.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Heavy.svg#../fonts/cn/SourceHanSansCN-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?td9hng");
  src: url("../fonts/icomoon.eot?td9hng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?td9hng") format("truetype"), url("../fonts/icomoon.woff?td9hng") format("woff"), url("../fonts/icomoon.svg?td9hng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/*
** preload images - list of preload images.  Add to this list any images that could benefit rom being preloaded before the HTML.  Please keep list small
*/
body:after {
  display: none;
  content: url("/themes/custom/shanghai/images/snyu.gif") url("/themes/custom/shanghai/images/bk-1.gif") url("/themes/custom/shanghai/images/quick-links.png");
}

#page {
  max-width: 1280px;
}
#page #main {
  position: relative;
}

#smooth-wrapper {
  inset: auto !important;
}

h1 {
  font-size: 22px;
}

#navigation dl,
#navigation menu,
#navigation ol,
#navigation ul,
#header dl,
#header menu,
#header ol,
#header ul,
#footer dl,
#footer menu,
#footer ol,
#footer ul,
.view dl,
.view menu,
.view ol,
.view ul,
.region-bottom dl,
.region-bottom menu,
.region-bottom ol,
.region-bottom ul,
.page-staff dl,
.page-staff menu,
.page-staff ol,
.page-staff ul,
.page-community-parents dl,
.page-community-parents menu,
.page-community-parents ol,
.page-community-parents ul,
.page-faculty dl,
.page-faculty menu,
.page-faculty ol,
.page-faculty ul,
.page-community-alumni dl,
.page-community-alumni menu,
.page-community-alumni ol,
.page-community-alumni ul,
.page-search dl,
.page-search menu,
.page-search ol,
.page-search ul,
#block-nyu-sh-block-home-page-highlight dl,
#block-nyu-sh-block-home-page-highlight menu,
#block-nyu-sh-block-home-page-highlight ol,
#block-nyu-sh-block-home-page-highlight ul,
#block-menu-block-4 dl,
#block-menu-block-4 menu,
#block-menu-block-4 ol,
#block-menu-block-4 ul {
  margin: 0;
}
#navigation menu,
#navigation ol,
#navigation ul,
#header menu,
#header ol,
#header ul,
#footer menu,
#footer ol,
#footer ul,
.view menu,
.view ol,
.view ul,
.region-bottom menu,
.region-bottom ol,
.region-bottom ul,
.page-staff menu,
.page-staff ol,
.page-staff ul,
.page-community-parents menu,
.page-community-parents ol,
.page-community-parents ul,
.page-faculty menu,
.page-faculty ol,
.page-faculty ul,
.page-community-alumni menu,
.page-community-alumni ol,
.page-community-alumni ul,
.page-search menu,
.page-search ol,
.page-search ul,
#block-nyu-sh-block-home-page-highlight menu,
#block-nyu-sh-block-home-page-highlight ol,
#block-nyu-sh-block-home-page-highlight ul,
#block-menu-block-4 menu,
#block-menu-block-4 ol,
#block-menu-block-4 ul {
  padding: 0;
  list-style: none;
  list-style-image: none;
}

.float-left {
  float: left;
}

/* these apply to auto-completing form fields */
html.js input.form-autocomplete {
  background-image: url(../images/loader.png);
  /* tweak this according to your gif */
  background-position: 100% 0px;
  /* tweak this according to your gif */
  background-repeat: no-repeat;
}

html.js input.throbbing {
  background-position: 100% -20px;
  /* tweak this according to your gif */
}

/* these apply to all ajax progresses */
.ajax-progress {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ajax-progress .throbber {
  background: transparent url(../images/loader.png) no-repeat 0px 0px;
  /* tweak this according to your gif */
  height: 94px;
  /* tweak this according to your gif */
  width: 94px;
  /* tweak this according to your gif */
  margin: 2px;
  z-index: 10000;
}

#modalBackdrop {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background: #070411;
  background: linear-gradient(135deg, #070411 0%, #130407 100%);
}

a, a:before, a:after, input, textarea, .region-bottom .right-item {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Page Footer */
.responsive-menus.responsified span.toggler {
  box-shadow: none;
  height: 40px;
  padding-top: 20px;
}

.menu__item,
.item-element,
.major-link-item,
.quick-link-item .link_icon {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: 12px center;
}
.menu__item a,
.item-element a,
.major-link-item a,
.quick-link-item .link_icon a {
  background-repeat: no-repeat;
  background-position: 12px center;
}

/* Navigation */
#navigation {
  height: 100%;
  z-index: 900;
  position: fixed;
  top: 60px;
}
#navigation .viewport {
  height: 100%;
}

.region-navigation {
  height: 100%;
}
.region-navigation .block-menu-block a {
  display: block;
}
.region-navigation .block-menu-block .block-title {
  line-height: 24px;
  padding: 10px 12px;
  font-family: "NYUPerstare";
  font-weight: 500;
}
.region-navigation .block-menu-block .block-title a {
  font-size: 18px;
  font-family: "NYUPerstare";
  font-weight: 500;
}
.region-navigation .block-menu-block .menu__item a {
  padding: 5px 0;
}
.region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item a {
  padding-left: 32px;
}

/* Content Page */
.not-front .content-inside .field, .not-front .content-inside #comments {
  margin: 0 20px;
}
.not-front .content-inside .field-type-image, .not-front .content-inside .field-name-body, .not-front .content-inside ul, .not-front .content-inside ol {
  margin: 0;
}
.not-front .content-inside .field-type-image {
  margin-bottom: 30px;
}
.not-front .content-inside .field-name-body, .not-front .content-inside .taxonomy-term-description, .not-front .content-inside .webform-confirmation, .not-front .content-inside .field-name-field-body-2, .not-front .content-inside .field-name-field-bulletin-menu-item {
  padding-bottom: 10px;
  background-color: white;
  padding-top: 15px;
}
.not-front .content-inside .field-name-body .field-item > ul, .not-front .content-inside .field-name-body .field-item > ol, .not-front .content-inside .taxonomy-term-description .field-item > ul, .not-front .content-inside .taxonomy-term-description .field-item > ol, .not-front .content-inside .webform-confirmation .field-item > ul, .not-front .content-inside .webform-confirmation .field-item > ol, .not-front .content-inside .field-name-field-body-2 .field-item > ul, .not-front .content-inside .field-name-field-body-2 .field-item > ol, .not-front .content-inside .field-name-field-bulletin-menu-item .field-item > ul, .not-front .content-inside .field-name-field-bulletin-menu-item .field-item > ol {
  margin-left: 0px;
}
.not-front .content-inside .field-name-body dl,
.not-front .content-inside .field-name-body menu,
.not-front .content-inside .field-name-body ol,
.not-front .content-inside .field-name-body ul, .not-front .content-inside .taxonomy-term-description dl,
.not-front .content-inside .taxonomy-term-description menu,
.not-front .content-inside .taxonomy-term-description ol,
.not-front .content-inside .taxonomy-term-description ul, .not-front .content-inside .webform-confirmation dl,
.not-front .content-inside .webform-confirmation menu,
.not-front .content-inside .webform-confirmation ol,
.not-front .content-inside .webform-confirmation ul, .not-front .content-inside .field-name-field-body-2 dl,
.not-front .content-inside .field-name-field-body-2 menu,
.not-front .content-inside .field-name-field-body-2 ol,
.not-front .content-inside .field-name-field-body-2 ul, .not-front .content-inside .field-name-field-bulletin-menu-item dl,
.not-front .content-inside .field-name-field-bulletin-menu-item menu,
.not-front .content-inside .field-name-field-bulletin-menu-item ol,
.not-front .content-inside .field-name-field-bulletin-menu-item ul {
  padding: 5px 20px 10px 40px;
}
.not-front .content-inside .field-name-body dl li,
.not-front .content-inside .field-name-body menu li,
.not-front .content-inside .field-name-body ol li,
.not-front .content-inside .field-name-body ul li, .not-front .content-inside .taxonomy-term-description dl li,
.not-front .content-inside .taxonomy-term-description menu li,
.not-front .content-inside .taxonomy-term-description ol li,
.not-front .content-inside .taxonomy-term-description ul li, .not-front .content-inside .webform-confirmation dl li,
.not-front .content-inside .webform-confirmation menu li,
.not-front .content-inside .webform-confirmation ol li,
.not-front .content-inside .webform-confirmation ul li, .not-front .content-inside .field-name-field-body-2 dl li,
.not-front .content-inside .field-name-field-body-2 menu li,
.not-front .content-inside .field-name-field-body-2 ol li,
.not-front .content-inside .field-name-field-body-2 ul li, .not-front .content-inside .field-name-field-bulletin-menu-item dl li,
.not-front .content-inside .field-name-field-bulletin-menu-item menu li,
.not-front .content-inside .field-name-field-bulletin-menu-item ol li,
.not-front .content-inside .field-name-field-bulletin-menu-item ul li {
  padding: 4px 0;
  line-height: 1.6;
}
.not-front .content-inside .field-name-body a, .not-front .content-inside .taxonomy-term-description a, .not-front .content-inside .webform-confirmation a, .not-front .content-inside .field-name-field-body-2 a, .not-front .content-inside .field-name-field-bulletin-menu-item a {
  color: #57068C;
}
.not-front .content-inside .field-name-body a:hover,
.not-front .content-inside .field-name-body a:active, .not-front .content-inside .taxonomy-term-description a:hover,
.not-front .content-inside .taxonomy-term-description a:active, .not-front .content-inside .webform-confirmation a:hover,
.not-front .content-inside .webform-confirmation a:active, .not-front .content-inside .field-name-field-body-2 a:hover,
.not-front .content-inside .field-name-field-body-2 a:active, .not-front .content-inside .field-name-field-bulletin-menu-item a:hover,
.not-front .content-inside .field-name-field-bulletin-menu-item a:active {
  color: #57068C;
}
.not-front .content-inside .field-name-body p, .not-front .content-inside .taxonomy-term-description p, .not-front .content-inside .webform-confirmation p, .not-front .content-inside .field-name-field-body-2 p, .not-front .content-inside .field-name-field-bulletin-menu-item p {
  padding: 0px 0px 15px 0px;
  font-size: 14px;
  line-height: 1.6;
}
.not-front .content-inside .field-name-body h3, .not-front .content-inside .taxonomy-term-description h3, .not-front .content-inside .webform-confirmation h3, .not-front .content-inside .field-name-field-body-2 h3, .not-front .content-inside .field-name-field-bulletin-menu-item h3 {
  line-height: 1.5em;
  margin: 0;
  padding: 10px 0px;
}
.not-front .content-inside .field-name-body h3 a, .not-front .content-inside .taxonomy-term-description h3 a, .not-front .content-inside .webform-confirmation h3 a, .not-front .content-inside .field-name-field-body-2 h3 a, .not-front .content-inside .field-name-field-bulletin-menu-item h3 a {
  line-height: 1.5em;
}
.not-front .content-inside .related-nodes-region {
  overflow: hidden;
  background: white;
  margin-top: 10px;
}
.not-front .content-inside .related-nodes-region a {
  line-height: 10px;
  display: block;
  position: relative;
}
.not-front .content-inside .related-nodes-region a .title {
  color: #57068C;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0px;
}
.not-front .content-inside .related-nodes-region .region-title {
  background-color: #E9E9E9;
  margin: 40px 0 20px 0;
  color: white;
  padding-left: 20px;
}
.not-front .content-inside .related-nodes-region .related-nodes-items {
  overflow: hidden;
}
.not-front .content-inside .related-nodes-region .related-nodes-item {
  background: none;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.not-front .content-inside .related-nodes-region .related-nodes-item .title {
  font-size: 16px;
}
.not-front .content-inside .related-nodes-region .no-margin-left {
  margin-left: 0 !important;
}
.not-front .content-inside .quick-links-region {
  overflow: hidden;
}
.not-front .content-inside .quick-links-region .quick-link-item {
  cursor: pointer;
  position: relative;
  background-color: white;
  height: 125px;
}
.not-front .content-inside .quick-links-region .quick-link-item .title, .not-front .content-inside .quick-links-region .quick-link-item .link_icon {
  margin: 0;
  color: #57068C;
}
.not-front .content-inside .quick-links-region .quick-link-item .title, .not-front .content-inside .quick-links-region .quick-link-item .description {
  font-family: "NYUPerstare";
  font-weight: 500;
}
.not-front .content-inside .quick-links-region .quick-link-item .description {
  font-size: 12px;
  line-height: 14px;
  color: #888888;
}
.not-front .content-inside .quick-links-region .quick-link-item .link_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 32px;
  line-height: 24px;
  padding: 10px;
}
.not-front .content-inside .quick-links-region .quick-link-item a {
  padding: 0 10px;
  display: block;
}
.not-front .content-inside .quick-links-region .quick-link-item:hover .title, .not-front .content-inside .quick-links-region .quick-link-item:hover .link_icon {
  color: #6C5995;
}
.not-front .content-inside .quick-links-region .quick-link-item:first-child {
  margin-left: 0;
}
.not-front .content-inside ul.links.inline {
  display: none;
}

.not-front .content-inside .field-name-body .field-label {
  margin: 0 20px;
}

#page-title {
  color: #5d1889;
  font-size: 52px;
  padding-left: 0;
  margin-bottom: 20px;
  min-height: 120px;
  margin: 0;
  padding: 0;
  background: none;
  background: -webkit-linear-gradient(left, #57068C 1%, #e00f78 100%);
  background: -o-linear-gradient(left, #57068C 1%, #e00f78 100%);
  background: -moz-linear-gradient(left, #57068C 1%, #e00f78 100%);
  background: linear-gradient(to right, #57068c 1%, #e00f78 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}

.breadcrumb {
  padding: 10px 0px;
  font-size: 14px;
}
.breadcrumb li a {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  color: #57068C;
}
.breadcrumb li a:hover {
  color: #6C5995;
}
.breadcrumb li a:active {
  color: #322156;
}
.breadcrumb li .breadcrumb-separator {
  width: 6px;
  height: 22px;
  display: inline-block;
  margin: 0px 12px;
}
.breadcrumb li .breadcrumb-separator img {
  display: block;
  padding-top: 11px;
}

.field-slideshow-wrapper .field-slideshow {
  padding-right: 0 !important;
  max-width: 100%;
}

article.node-video {
  background-color: white;
  padding-bottom: 40px;
}

#backtotop {
  bottom: 50px;
  right: 0;
}

#toolbar {
  z-index: 1200;
}

.logged-in #block-block-3 .right-item.login {
  display: none;
}

.not-logged-in #block-block-3 .right-item.logout {
  display: none;
}

/* News Announments */
#views-news-announcement-slidershow {
  position: relative;
}

#views_slideshow_cycle_main_news_announcement-research_ss .views-field-title,
#views_slideshow_cycle_main_news_announcement-slidershow .views-field-title {
  position: absolute;
  bottom: 15%;
  width: 94%;
  margin: auto;
  text-align: center;
  color: white;
  background-color: black;
  font-size: 18px;
  padding: 10px 3%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.views-slideshow-pager-field-item {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-content {
  position: relative;
}

.views-slideshow-controls-bottom {
  right: 30px;
  z-index: 500;
  bottom: 0;
  position: absolute;
}
.views-slideshow-controls-bottom .views-slideshow-pager-fields {
  bottom: 25px;
  position: relative;
  text-align: center;
  z-index: 100;
}
.views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  cursor: pointer;
  width: 20px;
  height: 10px;
  color: #B2B3B7;
  padding: 0;
  line-height: 3em;
  background-color: #ffa200;
  overflow: hidden;
  margin: 0 8px;
}
.views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-content-nothing {
  padding-top: 15px;
}
.views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active,
.views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item:hover {
  background-color: #5d1889;
}

.views-slideshow-controls-text span {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  height: 80px;
  background: url("../images/slideshow-arrow-white-left.png") no-repeat center;
}
.views-slideshow-controls-text span a {
  display: block;
  width: 40px;
  margin-top: 80px;
}
.views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
.views-slideshow-controls-text .views-slideshow-controls-text-previous:hover {
  background-image: url("../images/slideshow-arrow-grey-left.png");
}
.views-slideshow-controls-text .views-slideshow-controls-text-next {
  right: 0;
  background-image: url("../images/slideshow-arrow-white-right.png");
}
.views-slideshow-controls-text .views-slideshow-controls-text-next:hover {
  background-image: url("../images/slideshow-arrow-grey-right.png");
}

.page-news .view-news-announcement .views-field-title,
.page-graduate .view-news-announcement .views-field-title,
.section-videos .view-news-announcement .views-field-title {
  width: 100%;
}
.page-news #edit-field-tags-wrapper,
.page-news #edit-field-tags-tid-wrappe,
.page-news .views-widget-filter-field_graduate_news_tags_tid_1,
.page-news #edit-created-wrapper, .page-news #edit-field-new-news-tags-tid-wrapper,
.page-graduate #edit-field-tags-wrapper,
.page-graduate #edit-field-tags-tid-wrappe,
.page-graduate .views-widget-filter-field_graduate_news_tags_tid_1,
.page-graduate #edit-created-wrapper,
.page-graduate #edit-field-new-news-tags-tid-wrapper,
.section-videos #edit-field-tags-wrapper,
.section-videos #edit-field-tags-tid-wrappe,
.section-videos .views-widget-filter-field_graduate_news_tags_tid_1,
.section-videos #edit-created-wrapper,
.section-videos #edit-field-new-news-tags-tid-wrapper {
  background: url("../images/arrow-white-down.png") no-repeat 95%;
  background-color: #57068C;
  background-size: 20px;
  width: 250px;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
}
.page-news .form-select,
.page-graduate .form-select,
.section-videos .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
.page-news .form-select option,
.page-graduate .form-select option,
.section-videos .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
.page-news .views-widget-sort-by .form-item,
.page-graduate .views-widget-sort-by .form-item,
.section-videos .views-widget-sort-by .form-item {
  overflow: hidden;
}
.page-news .views-widget-sort-by .form-item .form-type-bef-link,
.page-graduate .views-widget-sort-by .form-item .form-type-bef-link,
.section-videos .views-widget-sort-by .form-item .form-type-bef-link {
  float: left;
  width: 45.5%;
  height: 40px;
}
.page-news .views-widget-sort-by .form-item .form-type-bef-link a,
.page-graduate .views-widget-sort-by .form-item .form-type-bef-link a,
.section-videos .views-widget-sort-by .form-item .form-type-bef-link a {
  display: block;
  text-align: center;
  height: 30px;
  padding-top: 10px;
  background-color: #57068C;
  color: white;
}
.page-news .views-widget-sort-by .form-item .form-type-bef-link a:hover,
.page-graduate .views-widget-sort-by .form-item .form-type-bef-link a:hover,
.section-videos .views-widget-sort-by .form-item .form-type-bef-link a:hover {
  background-color: #6C5995;
}
.page-news .views-widget-sort-by .form-item .form-type-bef-link a:active, .page-news .views-widget-sort-by .form-item .form-type-bef-link a.active,
.page-graduate .views-widget-sort-by .form-item .form-type-bef-link a:active,
.page-graduate .views-widget-sort-by .form-item .form-type-bef-link a.active,
.section-videos .views-widget-sort-by .form-item .form-type-bef-link a:active,
.section-videos .views-widget-sort-by .form-item .form-type-bef-link a.active {
  background-color: #322156;
}
.page-news .views-widget-sort-by .form-item .form-type-bef-link.selected a,
.page-graduate .views-widget-sort-by .form-item .form-type-bef-link.selected a,
.section-videos .views-widget-sort-by .form-item .form-type-bef-link.selected a {
  background-color: #6C5995;
}
.page-news #edit-field-tags-wrapper,
.page-graduate #edit-field-tags-wrapper,
.section-videos #edit-field-tags-wrapper {
  width: 333px;
}

.section-videos #edit-created-wrapper, .section-videos #edit-field-new-news-tags-tid-wrapper, .page-news #edit-created-wrapper, .page-news #edit-field-new-news-tags-tid-wrapper {
  width: 170px;
}

.i18n-zh-hans .view-news-announcement.view-display-id-page_1 .view-filters {
  display: block;
}

.view-id-upcoming_events .views-widget-filter-field_graduate_news_tags_tid_1, .view-id-news_announcement.view-display-id-page_1 .views-widget-filter-field_graduate_news_tags_tid_1 {
  background: url("../images/arrow-white-down.png") no-repeat 92%;
  width: 270px;
  background-color: #5d1889;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
}
.view-id-upcoming_events .form-select, .view-id-news_announcement.view-display-id-page_1 .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
.view-id-upcoming_events .form-select option, .view-id-news_announcement.view-display-id-page_1 .form-select option {
  text-indent: 0;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}

.view-id-fellowship #edit-field-gri-fellows-semester-value,
.view-id-fellowship #edit-field-dissert-fellows-semester-value {
  background: url("../images/arrow-white-down.png") no-repeat 92%;
  width: 270px;
  background-color: #57068C;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
}
.view-id-fellowship .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
.view-id-fellowship .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}

.view-meet-the-team .views-widget-filter-field_arc_disciplines_tid {
  float: right;
}
.view-meet-the-team .views-widget-filter-field_arc_disciplines_tid .form-item-field-arc-disciplines-tid {
  background: url("../images/arrow-white-down.png") no-repeat 97%;
  background-size: 18px;
  width: 300px;
  background-color: #57068C;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
}
.view-meet-the-team .views-widget-filter-field_arc_disciplines_tid .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
.view-meet-the-team .views-widget-filter-field_arc_disciplines_tid .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}

.page-event-highlight .view-filters {
  width: 100%;
  margin-bottom: 30px;
}
.page-event-highlight .view-filters .form-type-select {
  background: url("../images/arrow-white-down.png") no-repeat 95%;
  background-color: #57068C;
  background-size: 20px;
  width: 250px;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
}
.page-event-highlight .view-filters .form-type-select .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
.page-event-highlight .view-filters .form-type-select .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
.page-event-highlight .view-filters #edit-field-event-highlights-tags-tid-wrapper {
  float: left;
}
.page-event-highlight .view-filters #edit-created-wrapper {
  float: right;
}
.page-event-highlight .view-filters #edit-created-wrapper .form-type-select {
  width: 170px;
}

/* Author info */
.submitted {
  padding: 10px 20px 20px 20px;
  color: #666666;
  font-size: 16px;
}
.submitted img {
  width: 60px;
}
.submitted a {
  color: #666666;
}

/* Majors */
.view-majors .views-exposed-widgets {
  margin-top: 1em;
}
.view-majors #edit-field-major-belong-to-tid-wrapper {
  float: none;
}
.view-majors .view-header {
  float: right;
  margin-top: .5em;
}
.view-majors .view-header .major-style-tab {
  float: left;
  margin-left: 8px;
  width: 40px;
  height: 40px;
}
.view-majors .view-header .grid {
  background: #EEEEEE url("../images/display-type-grid-btn-bk.png") no-repeat center center;
}
.view-majors .view-header .grid:hover {
  background: #CECECE url("../images/display-type-grid-btn-bk.png") no-repeat center center;
}
.view-majors .view-header .grid:active, .view-majors .view-header .grid.active {
  background-color: #5d1889 !important;
}
.view-majors .view-header .list {
  background: #EEEEEE url("../images/display-type-list-btn-bk.png") no-repeat center center;
}
.view-majors .view-header .list:hover {
  background: #CECECE url("../images/display-type-list-btn-bk.png") no-repeat center center;
}
.view-majors .view-header .list:active, .view-majors .view-header .list.active {
  background-color: #5d1889 !important;
}
.view-majors .view-filters .form-item {
  width: auto;
  text-align: center;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  margin: 0;
  padding: 0;
}
.view-majors .view-filters .form-item input[type=radio] {
  display: none;
}
.view-majors .view-filters .form-item input[type=radio]:checked + label {
  color: #FFFFFF;
  background: #5d1889;
}
.view-majors .view-filters .form-item .option {
  display: block;
  cursor: pointer;
  height: 36px;
  line-height: 36px !important;
  font-size: 14px;
  padding: 2px 16px;
}
.view-majors .view-filters .form-item:hover {
  background: #CECECE;
}
.view-majors .view-filters .form-item:first-child {
  border-left: 1px solid #EEEEEE;
}
.view-majors .view-content .views-row {
  position: relative;
  background-color: white;
}
.view-majors .view-content .views-row img {
  width: 100%;
}
.view-majors .view-content .views-row .views-field-field-major-picture a {
  display: block;
}
.view-majors .view-content .views-row .views-field-name a {
  display: block;
  color: #57068C;
}
.view-majors .major-grid-style {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.view-majors .major-grid-style .views-row {
  margin-bottom: 20px;
  width: 30%;
  border-bottom: 1px solid #CCCCCC;
}
.view-majors .major-grid-style .views-row .views-field-name a {
  font-size: 14px;
  padding: 8px 0px;
  height: 40px;
  line-height: 40px;
}
.view-majors .major-grid-style .views-row .views-field-description {
  display: none;
}
.view-majors .major-grid-style .views-row:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}
.view-majors .major-list-style .views-row {
  overflow: hidden;
  padding-bottom: 8px;
}
.view-majors .major-list-style .views-row .views-field-name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.view-majors .major-list-style .views-row .views-field-name a {
  font-size: 20px;
}
.view-majors .major-list-style .views-row .views-field-description {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.view-majors .major-list-style .views-row .views-field-description a {
  font-size: 16px;
  color: #666666;
  line-height: 13px;
}

.taxonomy-term-description {
  margin: 0;
}

.page-taxonomy .content-inside > p, .page-taxonomy .content-inside .feed-icon, .page-taxonomy .content-inside > article {
  display: none;
}

/* F&Qs Page */
.view-faqs {
  padding: 0;
  background-color: white;
}
.view-faqs .view-header {
  font-size: 24px;
  line-height: 36px;
  color: #57068C;
}
.view-faqs .view-header p {
  font-size: 24px;
  line-height: 36px;
  padding: 20px 0 5px 0;
  font-weight: 500;
}
.view-faqs .views-row {
  margin: 20px 0 0 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #5D1889;
  position: relative;
}
.view-faqs .views-row:first-child {
  margin-top: 0;
}
.view-faqs .views-row .views-field-title {
  line-height: 1.2;
  color: #57068C;
  cursor: pointer;
  margin-top: 0;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 15px 100px 15px 15px;
  position: relative;
  background: #e8e1ea;
  background-image: none;
  border-bottom: 1px solid rgba(93, 24, 137, 0.07);
}
.view-faqs .views-row .views-field-title::after {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  content: '';
  background-image: url("../images/faqarrow.svg");
  background-repeat: no-repeat;
  background-position: center top 50%;
}
.view-faqs .views-row .views-field-title.active, .view-faqs .views-row .views-field-title:active {
  background: #57068C;
  color: #fff;
}
.view-faqs .views-row .views-field-title.active::after, .view-faqs .views-row .views-field-title:active::after {
  background-image: url("../images/faqarrow.svg");
  background-repeat: no-repeat;
  background-position: center top 50%;
  transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.view-faqs .views-row .views-field-title:hover {
  background: #57068C;
  color: #fff;
}
.view-faqs .views-row .views-field-title:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.view-faqs .views-row .views-field-body {
  background: #fff;
  padding: 0 40px;
  display: none;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.view-faqs .views-row .views-field-body p {
  margin: 0;
  max-width: 100%;
  padding: 0 0 15px 0;
}
.view-faqs .views-row .views-field-body p:first-child {
  padding-top: 15px;
}
.view-faqs .views-row .views-field-body h1, .view-faqs .views-row .views-field-body h2, .view-faqs .views-row .views-field-body h3, .view-faqs .views-row .views-field-body h4, .view-faqs .views-row .views-field-body h5, .view-faqs .views-row .views-field-body h6 {
  margin-top: 0;
  padding-top: 15px;
}
.view-faqs .views-row .views-field-body a {
  color: #57068C;
  text-decoration: none;
}
.view-faqs .views-row .views-field-body a:hover {
  color: #6C5995;
}
.view-faqs .views-row .views-field-body a:active {
  color: #322156;
}
.view-faqs .views-row .views-field-body .field-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-faqs .views-field-edit-node {
  position: absolute;
  right: 50px;
  top: 10px;
}
.view-faqs .views-field-edit-node a {
  font-size: 16px;
  color: #b2b2b2;
}
.view-faqs .item-list h3 {
  margin-left: 10px;
}

/* Leadership page */
.page-about-leadership .content-inside, .page-academics-majors .content-inside {
  min-height: 1000px;
}

#LeaderBackdrop, #openPositionBackdrop {
  position: fixed;
  left: 0px;
  margin: 0px;
  background-color: black;
  opacity: 0.8;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-position: initial;
  background-repeat: initial;
}

#LeaderBackdropContent, #openPositionBackdropContent {
  z-index: 1018;
  margin: 0 auto;
  max-width: 880px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  overflow: hidden;
}
#LeaderBackdropContent .content-body-wrapper, #openPositionBackdropContent .content-body-wrapper {
  background-color: white;
  position: relative;
}
#LeaderBackdropContent .leadership-control:hover, #openPositionBackdropContent .leadership-control:hover {
  background-color: #57068C;
}
#LeaderBackdropContent .leadership-control:active, #openPositionBackdropContent .leadership-control:active {
  background-color: #322156;
}
#LeaderBackdropContent .close:hover, #LeaderBackdropContent .close:active, #openPositionBackdropContent .close:hover, #openPositionBackdropContent .close:active {
  background-image: url("../images/close-white.png");
}
#LeaderBackdropContent .views-field-title, #openPositionBackdropContent .views-field-title {
  padding: 20px 20px 0 20px;
  color: #57068C;
  line-height: 1em;
}
#LeaderBackdropContent .views-field-field-official-title, #openPositionBackdropContent .views-field-field-official-title {
  padding: 20px 20px 0 20px;
  font-size: 18px;
}
#LeaderBackdropContent .views-field-body, #openPositionBackdropContent .views-field-body {
  padding: 20px 20px 80px 20px;
  line-height: 24px;
  font-size: 14px;
}
#LeaderBackdropContent .views-field-body p, #openPositionBackdropContent .views-field-body p {
  padding-bottom: 20px;
}

.nyu-promote-news-list {
  padding: 10px 0;
}

.nyu-latest-news-vlist {
  background: white;
  padding: 10px 0;
  color: #444444;
}
.nyu-latest-news-vlist a {
  color: #444444;
  font-family: "NYUPerstare";
  font-weight: 500;
}
.nyu-latest-news-vlist .views-field-field-image {
  float: left;
  line-height: 10px;
  margin-top: 3px;
}
.nyu-latest-news-vlist .views-row {
  overflow: hidden;
  margin-bottom: 10px;
}
.nyu-latest-news-vlist .views-field-title, .nyu-latest-news-vlist .views-field-body {
  margin-left: 65px;
}
.nyu-latest-news-vlist .views-field-title {
  margin-bottom: 4px;
}
.nyu-latest-news-vlist .views-field-title a:hover {
  color: #444444;
}

a.portal-view-all-link {
  color: white;
  background-color: #ffa200;
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
}

a.portal-view-all-link:hover {
  background-color: #6C5995;
}

a.portal-view-all-link:active {
  background-color: #322156;
}

/* three column content page views */
.view-three-columns-content-page .views-row {
  margin-top: 20px;
}

/* Views responsive grid */
.views-responsive-grid .views-row {
  width: 100%;
}

.views-columns-3 {
  overflow: hidden;
}
.views-columns-3 .views-column {
  overflow: hidden;
  margin-bottom: 1em;
  background-color: white;
  border-bottom: 1px solid #CCCCCC;
}
.views-columns-3 .views-column a {
  display: block;
  color: #444444;
}
.views-columns-3 .views-column .views-field-view-node {
  background-image: url("../images/read-more-2px-purple.png");
  background-repeat: no-repeat;
  background-position: center;
}
.views-columns-3 .views-column:hover {
  background-color: white;
}
.views-columns-3 .views-column:hover a {
  color: #444444;
}
.views-columns-3 .views-column:hover .views-field-view-node {
  background-image: url("../images/read-more-2px-white.png");
  background-color: white;
}
.views-columns-3 .views-column:active {
  background-color: white;
}
.views-columns-3 .views-column:active a {
  color: #444444;
}
.views-columns-3 .views-column:active .views-field-view-node {
  background-image: url("../images/read-more-2px-white.png");
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.views-columns-3 .views-column-last {
  text-align: right;
  margin-right: 0;
}
.views-columns-3 .views-column-last .views-field-title {
  text-align: left;
}
.views-columns-3 .views-column-first {
  margin-left: 0;
}
.views-columns-3 .views-field-field-image a {
  line-height: 12px;
}
.views-columns-3 .views-field-title {
  float: left;
  width: 100%;
}
.views-columns-3 .views-field-title a {
  line-height: 15px;
  margin: 8px;
  display: block;
  font-size: 14px;
  overflow: hidden;
}
.views-columns-3 .views-field-view-node {
  float: right;
  width: 20%;
  text-align: center;
  line-height: 60px;
  font-size: 38px;
  background-color: #F4F4F4;
}
@media all and (min-width: 479px) {
  .views-columns-3 .views-column {
    width: 32.3333%;
    float: left;
  }
  .views-columns-3 .views-column-last {
    float: right;
    margin-left: 1%;
  }
  .views-columns-3 .views-column-first {
    margin-right: 1.5%;
  }
}

.pane-student-blog-by-author, .pane-student-blog-other-author, .pane-student-blog-academic-other, .nyu-latest-news-bhlist, .page-user .pane-student-blog-user-page {
  overflow: hidden;
}
.pane-student-blog-by-author .views-row, .pane-student-blog-other-author .views-row, .pane-student-blog-academic-other .views-row, .nyu-latest-news-bhlist .views-row, .page-user .pane-student-blog-user-page .views-row {
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.pane-student-blog-by-author .views-row:after, .pane-student-blog-other-author .views-row:after, .pane-student-blog-academic-other .views-row:after, .nyu-latest-news-bhlist .views-row:after, .page-user .pane-student-blog-user-page .views-row:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .5;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.pane-student-blog-by-author .views-row:hover:after, .pane-student-blog-other-author .views-row:hover:after, .pane-student-blog-academic-other .views-row:hover:after, .nyu-latest-news-bhlist .views-row:hover:after, .page-user .pane-student-blog-user-page .views-row:hover:after {
  opacity: 0;
}
.pane-student-blog-by-author .views-row-first, .pane-student-blog-other-author .views-row-first, .pane-student-blog-academic-other .views-row-first, .nyu-latest-news-bhlist .views-row-first, .page-user .pane-student-blog-user-page .views-row-first,
.pane-student-blog-by-author .views-row-4,
.pane-student-blog-other-author .views-row-4,
.pane-student-blog-academic-other .views-row-4,
.nyu-latest-news-bhlist .views-row-4,
.page-user .pane-student-blog-user-page .views-row-4,
.pane-student-blog-by-author .views-row-7,
.pane-student-blog-other-author .views-row-7,
.pane-student-blog-academic-other .views-row-7,
.nyu-latest-news-bhlist .views-row-7,
.page-user .pane-student-blog-user-page .views-row-7,
.pane-student-blog-by-author .views-row-10,
.pane-student-blog-other-author .views-row-10,
.pane-student-blog-academic-other .views-row-10,
.nyu-latest-news-bhlist .views-row-10,
.page-user .pane-student-blog-user-page .views-row-10,
.pane-student-blog-by-author .views-row-13,
.pane-student-blog-other-author .views-row-13,
.pane-student-blog-academic-other .views-row-13,
.nyu-latest-news-bhlist .views-row-13,
.page-user .pane-student-blog-user-page .views-row-13 {
  margin-left: 0;
}
.pane-student-blog-by-author a, .pane-student-blog-other-author a, .pane-student-blog-academic-other a, .nyu-latest-news-bhlist a, .page-user .pane-student-blog-user-page a {
  display: block;
}
.pane-student-blog-by-author .views-field-field-image, .pane-student-blog-other-author .views-field-field-image, .pane-student-blog-academic-other .views-field-field-image, .nyu-latest-news-bhlist .views-field-field-image, .page-user .pane-student-blog-user-page .views-field-field-image, .pane-student-blog-by-author .views-field-field-album-picture, .pane-student-blog-other-author .views-field-field-album-picture, .pane-student-blog-academic-other .views-field-field-album-picture, .nyu-latest-news-bhlist .views-field-field-album-picture, .page-user .pane-student-blog-user-page .views-field-field-album-picture, .pane-student-blog-by-author .views-field-field-course-image, .pane-student-blog-other-author .views-field-field-course-image, .pane-student-blog-academic-other .views-field-field-course-image, .nyu-latest-news-bhlist .views-field-field-course-image, .page-user .pane-student-blog-user-page .views-field-field-course-image {
  line-height: 10px;
}
.pane-student-blog-by-author .views-field-title, .pane-student-blog-other-author .views-field-title, .pane-student-blog-academic-other .views-field-title, .nyu-latest-news-bhlist .views-field-title, .page-user .pane-student-blog-user-page .views-field-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 80%;
}
.pane-student-blog-by-author .views-field-title a, .pane-student-blog-other-author .views-field-title a, .pane-student-blog-academic-other .views-field-title a, .nyu-latest-news-bhlist .views-field-title a, .page-user .pane-student-blog-user-page .views-field-title a {
  margin: 10px 10px 0 0;
  color: #57068C;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.pane-student-blog-by-author .views-field-view-node, .pane-student-blog-other-author .views-field-view-node, .pane-student-blog-academic-other .views-field-view-node, .nyu-latest-news-bhlist .views-field-view-node, .page-user .pane-student-blog-user-page .views-field-view-node {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 49px;
  width: 50px;
}
.pane-student-blog-by-author .views-field-view-node a, .pane-student-blog-other-author .views-field-view-node a, .pane-student-blog-academic-other .views-field-view-node a, .nyu-latest-news-bhlist .views-field-view-node a, .page-user .pane-student-blog-user-page .views-field-view-node a {
  padding-top: 50px;
  display: block;
}

.pane-title {
  color: #57068C;
  font-weight: normal;
  background-color: white;
  text-align: center;
  margin-bottom: 0;
}

.pane-student-blog-by-author a, .pane-student-blog-other-author a, .pane-student-blog-academic-other a, .nyu-latest-news-bhlist a, .page-user .pane-student-blog-user-page a, .view-student-blog.view-display-id-page > .view-content a,
.view-student-blog.view-display-id-academics_page > .view-content a, .node-type-blog .pane-author-information-pane .views-field-name a,
.node-type-blog .pane-author-information-pane .views-field-field-blog-author a,
.node-type-blog .view-display-id-block .views-field-name a,
.node-type-blog .view-display-id-block .views-field-field-blog-author a, .node-type-article .pane-author-information-pane .views-field-name a,
.node-type-article .pane-author-information-pane .views-field-field-blog-author a,
.node-type-article .view-display-id-block .views-field-name a,
.node-type-article .view-display-id-block .views-field-field-blog-author a, .node-type-academic-blog .pane-author-information-pane .views-field-name a,
.node-type-academic-blog .pane-author-information-pane .views-field-field-blog-author a,
.node-type-academic-blog .view-display-id-block .views-field-name a,
.node-type-academic-blog .view-display-id-block .views-field-field-blog-author a, .node-type-academic-blog .views-exposed-widgets a, .view-open-positions a, .node-type-open-position .panel-flexible a, .page-research .view-link-lists .views-field-field-links a, .portal-link-resources-1-row a, .portal-link-resources-2-row a, .nyu-promote-news-list a, .page-search .search-result h3 a, .people-grid-directory .views-column a, .page-user .pane-blogger-list-panel-pane-1 a {
  color: #444444;
}
.pane-student-blog-by-author a:hover, .pane-student-blog-other-author a:hover, .pane-student-blog-academic-other a:hover, .nyu-latest-news-bhlist a:hover, .page-user .pane-student-blog-user-page a:hover, .view-student-blog.view-display-id-page > .view-content a:hover,
.view-student-blog.view-display-id-academics_page > .view-content a:hover, .node-type-blog .pane-author-information-pane .views-field-name a:hover,
.node-type-blog .pane-author-information-pane .views-field-field-blog-author a:hover,
.node-type-blog .view-display-id-block .views-field-name a:hover,
.node-type-blog .view-display-id-block .views-field-field-blog-author a:hover, .node-type-article .pane-author-information-pane .views-field-name a:hover,
.node-type-article .pane-author-information-pane .views-field-field-blog-author a:hover,
.node-type-article .view-display-id-block .views-field-name a:hover,
.node-type-article .view-display-id-block .views-field-field-blog-author a:hover, .node-type-academic-blog .pane-author-information-pane .views-field-name a:hover,
.node-type-academic-blog .pane-author-information-pane .views-field-field-blog-author a:hover,
.node-type-academic-blog .view-display-id-block .views-field-name a:hover,
.node-type-academic-blog .view-display-id-block .views-field-field-blog-author a:hover, .node-type-academic-blog .views-exposed-widgets a:hover, .view-open-positions a:hover, .node-type-open-position .panel-flexible a:hover, .page-research .view-link-lists .views-field-field-links a:hover, .portal-link-resources-1-row a:hover, .portal-link-resources-2-row a:hover, .nyu-promote-news-list a:hover, .page-search .search-result h3 a:hover, .people-grid-directory .views-column a:hover, .page-user .pane-blogger-list-panel-pane-1 a:hover {
  color: #444444;
}
.pane-student-blog-by-author a:active, .pane-student-blog-other-author a:active, .pane-student-blog-academic-other a:active, .nyu-latest-news-bhlist a:active, .page-user .pane-student-blog-user-page a:active, .view-student-blog.view-display-id-page > .view-content a:active,
.view-student-blog.view-display-id-academics_page > .view-content a:active, .node-type-blog .pane-author-information-pane .views-field-name a:active,
.node-type-blog .pane-author-information-pane .views-field-field-blog-author a:active,
.node-type-blog .view-display-id-block .views-field-name a:active,
.node-type-blog .view-display-id-block .views-field-field-blog-author a:active, .node-type-article .pane-author-information-pane .views-field-name a:active,
.node-type-article .pane-author-information-pane .views-field-field-blog-author a:active,
.node-type-article .view-display-id-block .views-field-name a:active,
.node-type-article .view-display-id-block .views-field-field-blog-author a:active, .node-type-academic-blog .pane-author-information-pane .views-field-name a:active,
.node-type-academic-blog .pane-author-information-pane .views-field-field-blog-author a:active,
.node-type-academic-blog .view-display-id-block .views-field-name a:active,
.node-type-academic-blog .view-display-id-block .views-field-field-blog-author a:active, .node-type-academic-blog .views-exposed-widgets a:active, .view-open-positions a:active, .node-type-open-position .panel-flexible a:active, .page-research .view-link-lists .views-field-field-links a:active, .portal-link-resources-1-row a:active, .portal-link-resources-2-row a:active, .nyu-promote-news-list a:active, .page-search .search-result h3 a:active, .people-grid-directory .views-column a:active, .page-user .pane-blogger-list-panel-pane-1 a:active {
  color: #444444;
}

.pane-student-blog-by-author .pane-title, .pane-student-blog-other-author .pane-title, .pane-student-blog-academic-other .pane-title, .node-type-album .pane-gallery-pane .pane-title, .node-type-album .pane-gallery-video-list .pane-title, .node-type-video .pane-gallery-pane .pane-title, .node-type-video .pane-gallery-video-list .pane-title, .pane-protals-related-news .pane-title, .page-user .pane-title {
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
}

.throbber {
  position: fixed;
  top: 50%;
  left: 48%;
  display: block !important;
}

/* Weights */
a.relevant-link {
  color: white;
  display: block;
  padding: 30px 30px 30px 20px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 20px;
  background: #5d1889 url("../images/slideshow-arrow-grey-right.png") no-repeat 95%;
}

a.relevant-link:hover {
  background: #6C5995 url("../images/slideshow-arrow-grey-right.png") no-repeat 95%;
}

a.relevant-link:active {
  background: #322156 url("../images/slideshow-arrow-grey-right.png") no-repeat 95%;
}

a.nyu-long-arrow-button {
  display: block;
  background: #e9e9e9 url("../images/arrow-prpl-right.png") no-repeat 98%;
  margin-bottom: 10px;
  padding: 2% 20px;
  color: #57068C;
  font-size: 16px;
  line-height: 20px;
}

a.nyu-long-arrow-button:hover {
  color: white;
  background-color: #57068C;
  background-image: url("../images/arrow-white-right.png");
}

a.nyu-long-arrow-button:active {
  color: white;
  background-color: #322156;
  background-image: url("../images/arrow-white-right.png");
}

.nyu-button {
  color: #333333;
  background-color: #E9E9E9;
  height: 60px;
  width: 300px;
}

.nyu-button:hover {
  background-color: white;
}

.nyu-button:active {
  background-color: #DDDDDD;
}

.form-item input, .form-item textarea {
  border: none;
  margin: 2% 10px;
  padding: 10px;
  font-size: 12px;
  background: #E9E9E9;
}

.form-item textarea {
  width: 96%;
}

.form-submit {
  border: none;
  margin: 0 0 10px 0;
  color: #fff;
  background: #57068C;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  padding: 0 50px;
  font-family: "NYUPerstare";
  font-weight: 300;
}

.form-submit:hover {
  background-color: #57068C;
}

.form-submit:active {
  background-color: #322156;
}

.form-item {
  color: #333333;
}
.form-item label {
  padding-left: 10px;
}
.form-item .grippie {
  display: none;
}

.form-type-checkbox input {
  width: auto;
}
.form-type-checkbox label {
  padding-left: 0;
}

.form-type-select select {
  border: none;
  background: #e9e9e9;
  padding: 8px 10px;
  margin: 2% 0px;
}

.form-actions a#edit-cancel {
  margin-left: 10px;
}

.page-user .content-inside {
  background-color: white;
}
.page-user .content-inside .form-item label {
  padding-left: 10px;
}
.page-user .content-inside .description {
  margin-left: 10px;
}

.page-node-496 .left-faculty-image, .page-node-1702 .left-faculty-image, .page-node-1475 .left-faculty-image {
  float: left;
}
.page-node-496 .core-faculty-row, .page-node-1702 .core-faculty-row, .page-node-1475 .core-faculty-row {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}

.page-node-1475 .left-faculty-image {
  padding: 0 20px;
}

#block-menu-block-5 {
  padding-bottom: 120px;
}

.page-contact .content-inside, .page-node-add-album .content-inside {
  background-color: white;
}
.page-contact .form-select, .page-node-add-album .form-select {
  line-height: 1em;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: none;
  height: 40px;
  text-indent: 0;
  cursor: pointer;
  font-size: 12px;
  background-color: #E9E9E9;
  margin: 10px;
  width: 96%;
  color: black;
}
.page-contact .form-select option, .page-node-add-album .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
.page-contact .form-item label, .page-node-add-album .form-item label {
  padding-left: 10px;
}
.page-contact .field-widget-image-image, .page-node-add-album .field-widget-image-image {
  padding: 20px;
}
.page-contact #edit-submit, .page-node-add-album #edit-submit {
  margin-bottom: 10px;
}

.page-node-502 .content-inside .pane-title {
  margin: 40px 0 20px 0;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
}

#block-menu-menu-quick-links {
  float: right;
  width: 20%;
}
#block-menu-menu-quick-links .block-title {
  font-size: 16px;
  font-weight: normal;
  color: #B2B3B7;
}

.front .second-important-information-content,
#block-nyu-sh-block-home-page-highlight .most-important-information,
#home-page-highlighted-discover-students,
#footer,
.not-front #page {
  max-width: 1280px;
  position: relative;
}

.front .second-important-information-content,
#home-page-highlighted-discover-students,
#footer {
  margin: 0 auto;
}

.gpa-calculator-page,
.gpa-calculator-calculator-page {
  background-color: white;
  padding: 20px;
}
.gpa-calculator-page #calculator-datas-wrapper .form-wrapper,
.gpa-calculator-page #cumulative-calculator-datas-wrapper .form-wrapper,
.gpa-calculator-calculator-page #calculator-datas-wrapper .form-wrapper,
.gpa-calculator-calculator-page #cumulative-calculator-datas-wrapper .form-wrapper {
  padding: 0 0 8px 0;
}
.gpa-calculator-page #calculator-datas-wrapper .form-type-select,
.gpa-calculator-page #cumulative-calculator-datas-wrapper .form-type-select,
.gpa-calculator-calculator-page #calculator-datas-wrapper .form-type-select,
.gpa-calculator-calculator-page #cumulative-calculator-datas-wrapper .form-type-select {
  height: inherit !important;
}
.gpa-calculator-page #calculator-datas-wrapper .form-type-select .form-select,
.gpa-calculator-page #cumulative-calculator-datas-wrapper .form-type-select .form-select,
.gpa-calculator-calculator-page #calculator-datas-wrapper .form-type-select .form-select,
.gpa-calculator-calculator-page #cumulative-calculator-datas-wrapper .form-type-select .form-select {
  height: inherit !important;
}
.gpa-calculator-page .form-submit,
.gpa-calculator-calculator-page .form-submit {
  width: 46%;
  margin: 2%;
}
.gpa-calculator-page .ajax-progress .message,
.gpa-calculator-calculator-page .ajax-progress .message {
  display: none;
}
.gpa-calculator-page a,
.gpa-calculator-calculator-page a {
  color: #57068C;
}
.gpa-calculator-page a:hover,
.gpa-calculator-calculator-page a:hover {
  color: #6C5995;
  text-decoration: underline;
}
.gpa-calculator-page a:active,
.gpa-calculator-calculator-page a:active {
  color: #322156;
}
.gpa-calculator-page table,
.gpa-calculator-calculator-page table {
  margin-right: auto;
  margin-left: auto;
}

#calculator-datas-wrapper #edit-calculator-0 .fieldset-wrapper,
#cumulative-calculator-datas-wrapper #edit-calculator-0 .fieldset-wrapper {
  margin-left: 16%;
}
#calculator-datas-wrapper .calculator-header,
#cumulative-calculator-datas-wrapper .calculator-header {
  width: 48%;
  margin-right: 2%;
  float: left;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
#calculator-datas-wrapper .form-wrapper,
#cumulative-calculator-datas-wrapper .form-wrapper {
  padding: 0;
}
#calculator-datas-wrapper .form-type-select,
#cumulative-calculator-datas-wrapper .form-type-select {
  margin: 0;
  float: left;
  width: 40%;
  margin-right: 2%;
  height: 40px;
  padding-top: 10px;
}
#calculator-datas-wrapper .form-type-select .form-select,
#cumulative-calculator-datas-wrapper .form-type-select .form-select {
  width: 100%;
  height: 30px;
  background-color: #E9E9E9;
}
#calculator-datas-wrapper .credit-num,
#cumulative-calculator-datas-wrapper .credit-num {
  width: 14%;
  line-height: 30px;
  text-align: center;
}

.gpa-calculator-calculator-page, .gpa-calculator-page {
  padding: 0;
}

#cumulative-calculator-datas-wrapper .form-type-textfield {
  margin: 0;
  float: left;
  width: 40%;
  margin-right: 2%;
  height: auto;
  padding-top: 10px;
}
#cumulative-calculator-datas-wrapper .form-type-textfield input {
  margin: 0;
  height: 38px;
}

#block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-before-term-grade, #block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-gpa-before-semester {
  padding-left: 0;
}
#block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-before-term-grade label, #block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-before-term-grade input, #block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-before-term-grade textarea, #block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-gpa-before-semester label, #block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-gpa-before-semester input, #block-nyu-sh-block-cumulative-gpa-calculator .gpa-calculator-calculator-page .form-item.form-item-gpa-before-semester textarea {
  margin-left: 0;
}
#block-nyu-sh-block-cumulative-gpa-calculator #gpa-cumulative-result-wrapper input, #block-nyu-sh-block-cumulative-gpa-calculator #gpa-result-wrapper input {
  margin-left: 0;
}

.block-nyu-sh .form-radios {
  width: 100%;
  float: left;
  margin: 15px 0 30px 0;
}
.block-nyu-sh .form-radios .form-item.form-type-radio {
  width: 33%;
  float: left;
}
.block-nyu-sh .form-radios .form-item.form-type-radio label {
  padding-left: 5px;
}

#quicktabs-gpa ul.quicktabs-tabs, .quicktabs-wrapper ul.quicktabs-tabs {
  margin-top: 15px;
  padding: 0;
  border-bottom: #57068c solid 2px;
}
#quicktabs-gpa ul.quicktabs-tabs li, .quicktabs-wrapper ul.quicktabs-tabs li {
  padding: 0;
}
#quicktabs-gpa ul.quicktabs-tabs li a, .quicktabs-wrapper ul.quicktabs-tabs li a {
  background: #E9E9E9;
  padding: 8px 12px;
  color: #656565;
  font-weight: 500;
  display: inline-block;
}
#quicktabs-gpa ul.quicktabs-tabs li.active a, #quicktabs-gpa ul.quicktabs-tabs li:hover a, #quicktabs-gpa ul.quicktabs-tabs li:focus a, .quicktabs-wrapper ul.quicktabs-tabs li.active a, .quicktabs-wrapper ul.quicktabs-tabs li:hover a, .quicktabs-wrapper ul.quicktabs-tabs li:focus a {
  background: #57068c;
  color: #fff;
}

.qusetion-wrapper {
  display: none;
}

.question-open {
  text-decoration: underline;
}

.jwlogo {
  display: none !important;
}

.not-front .content-inside .field-name-field-video {
  margin: 0;
}
.not-front .content-inside .field-name-field-video video {
  width: 100%;
}

.not-front article.node-video {
  background-color: transparent;
  padding: 0;
}

.responsive-menus.responsified.responsive-toggled.absolute {
  z-index: 500;
}

.node-webform {
  background-color: white;
}

.view-event-calendar .calendar-calendar td a {
  font-weight: normal;
}

#content .messages, #content .messages--status, #content .messages--warning, #content .messages--error {
  border: none;
  margin: 20px 0 0 0;
}
#content .messages ul, #content .messages--status ul, #content .messages--warning ul, #content .messages--error ul {
  padding-left: 20px;
  margin-top: -5px;
}
#content .messages ul li, #content .messages--status ul li, #content .messages--warning ul li, #content .messages--error ul li {
  line-height: 1.8em;
}
#content .messages.status, #content .status.messages--status, #content .status.messages--warning, #content .status.messages--error {
  background-image: url(../images/message-dui.png);
}
#content .messages.error, #content .error.messages--status, #content .error.messages--warning, #content .error.messages--error {
  background-image: url(../images/message-wrong.png);
}

/*
* Fixed Region
*/
.html #backtotop.jquery-once-2-processed {
  background: url(../images/quick-links.png) no-repeat left -150px;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 0px;
  display: none;
  text-indent: -9999px;
  cursor: pointer;
  bottom: 60px;
  z-index: 1000;
}
.html #backtotop.jquery-once-2-processed:hover {
  background-position-y: -350px;
}

.not-front #content.no-navigation {
  width: 100%;
  margin-left: 0%;
}

.clear-floats {
  clear: both;
}

#payment-number-request {
  border: none;
  margin: 0 0 10px 0;
  color: #fff;
  background: #522e91;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 20px;
  font-family: "NYUPerstare";
}

.node-type-faculty-publication #block-menu-block-5 {
  display: block !important;
}
.node-type-faculty-publication #block-menu-menu-multimedia-menu ul.multimedia-menu li.last a {
  background-color: #57068C;
}
.node-type-faculty-publication #block-menu-menu-multimedia-menu ul.multimedia-menu li.last a span {
  color: #FFFFFF;
}

.juicebox-gallery .jb-area-caption .jb-caption-desc {
  margin-top: -5px !important;
}

.page-node-15573 .node-focus .field-name-field-focus-image, .page-node-15574 .node-focus .field-name-field-focus-image {
  display: none;
}

#webform-client-form-5172 {
  padding: 20px;
}
#webform-client-form-5172 input {
  margin: 0;
}
#webform-client-form-5172 .webform-container-inline > label {
  width: 200px;
  display: block;
  padding: 5px 0;
}
#webform-client-form-5172 .webform-component {
  margin-bottom: 30px;
}
#webform-client-form-5172 .form-radios .form-type-radio {
  display: block;
}
#webform-client-form-5172 #edit-captcha-response {
  margin-left: 10px;
}

@media (min-width: 600px) {
  #webform-client-form-5172 .webform-container-inline > label {
    float: left;
  }
  #webform-client-form-5172 .form-radios .form-type-radio {
    margin-left: 220px;
  }
}
@media (max-width: 599px) {
  #webform-client-form-5172 .form-radios .form-type-radio {
    margin-left: 0;
  }
}
.page-node-done .webform-confirmation {
  background-color: white;
  padding: 20px;
}
.page-node-done .webform-confirmation a {
  color: #57068C;
}

.page-node-done .breadcrumb {
  display: none;
}

.page-node-done .links {
  margin: 20px;
}
.page-node-done .links a {
  color: #57068C;
}

/* Section Highlight */
#section-highlight-region {
  background: url("/themes/custom/shanghai/images/resources/ali_pic.jpg");
  padding: 20px 0;
}
#section-highlight-region .section-highlight-wrapper {
  color: white;
  border: 1px solid;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.75em;
  text-align: center;
}
#section-highlight-region .section-highlight-wrapper p {
  margin: 20px 0;
  padding: 0 50px;
}
#section-highlight-region .section-highlight-wrapper a {
  font-size: 22px;
  color: #FF9C00;
}

/* FAQ Additional */
.not-front .faq-wrapper {
  margin: 20px 20px 20px 20px;
  background-color: #E9E9E9;
  padding-left: 20px;
}
.not-front .faq-wrapper .research-faq-controller {
  cursor: pointer;
  color: #57068C;
}
.not-front .faq-wrapper .research-faq-controller ul {
  padding: 5px 0;
  list-style: none;
}
.not-front .faq-wrapper .research-faq-content {
  display: none;
}

.view-faqs .field-content ul {
  padding-left: 20px;
  padding-bottom: 10px;
  list-style-type: disc;
}

.view-faqs .field-content table td {
  padding-left: 8px;
  padding-right: 6px;
}

#signup-form .form-item-signup-anon-mail .description {
  display: none;
}

.panels-flexible-region-protals_with_bottom_region-protal_top {
  width: 100% !important;
}

.node-webform .node__title {
  display: none;
}

html.js input.webform-calendar {
  margin: 0;
  padding: 5px;
}

.webform-component-date .webform-container-inline, .webform-component-time .webform-container-inline {
  margin-left: 10px;
}

.webform-component-time .webform-container-inline .form-radio {
  margin: 0 0 0 15px;
}
.webform-component-time .webform-container-inline .option {
  padding-left: 0;
}
.webform-component-time .webform-container-inline div.form-item.form-type-radio {
  display: inline;
  margin-left: 0;
}

.webform-component-select-or-other .form-item input {
  margin: 10px 0 0 10px;
}
.webform-component-select-or-other .form-type-checkboxes {
  margin-bottom: 0;
}
.webform-component-select-or-other .form-type-textfield {
  margin: 0;
}
.webform-component-select-or-other .select-or-other-other {
  margin: 0 0 0 10px;
}

.webform-client-form .form-actions {
  margin-left: 10px;
}

.captcha .form-item .description,
.captcha img,
#edit-captcha-response {
  margin-left: 10px;
}

.finance-linklist-wrapper,
.finance-links {
  display: inline-block;
  vertical-align: top;
}

.finance-linklist-wrapper {
  width: 65%;
}
.finance-linklist-wrapper ul {
  padding: 0 !important;
  list-style: none;
}
.finance-linklist-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 4.5%;
}
.finance-linklist-wrapper ul li:nth-child(3), .finance-linklist-wrapper ul li:nth-child(6) {
  margin-right: 0.5;
}

.finance-links {
  width: 34%;
  margin-top: 4px;
  border: 1px solid #e0e0e2;
  border-radius: 7px;
  padding: 10px 15px;
  box-sizing: border-box;
  max-height: 570px;
  min-height: 180px;
  overflow: auto;
}
.finance-links p {
  line-height: 25px;
  padding: 0 !important;
}
.finance-links p strong {
  line-height: 25px;
  font-size: 18px;
}
.finance-links p a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #57068C !important;
}

@media (max-width: 500px) {
  .finance-linklist-wrapper,
  .finance-links {
    width: 100%;
    margin: 20px 0;
  }

  .finance-linklist-wrapper > ul {
    text-align: center;
    padding: 0 !important;
  }
  .finance-linklist-wrapper > ul li {
    margin: 0;
  }
}
.btn.btn-primary {
  background: #eee6f3;
  text-align: center;
  color: #57068c !important;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary img {
  max-height: 34px;
  margin: -6px 10px 0 0;
  display: inline-block !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #57068c;
  color: #fff !important;
}
.btn.btn-primary:hover img, .btn.btn-primary:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.btn.btn-primary.xs {
  padding: 6px 8px;
  font-size: 13px;
}
.btn.btn-primary.sm {
  padding: 8px;
  font-size: 15px;
}
.btn.btn-primary.md {
  padding: 15px 8px;
  font-size: 15px;
  line-height: 1.35;
}
.btn.btn-primary.md img {
  max-height: 28px;
  margin: -6px 5px 0 0;
  display: inline-block !important;
}
.btn.btn-primary.lg {
  padding: 15px 30px;
  font-size: 18px;
}
.btn.btn-primary span {
  display: block;
  font-size: 14px;
}

.webform-component-select .form-select, .webform-component-select-or-other .form-select {
  margin-left: 10px;
  height: 40px;
  width: 400px;
  background: #E9E9E9;
}

.webform-client-form .description {
  margin-left: 10px;
}

#LeaderBackdropContent .views-field-body a {
  color: #2B4BD6;
}

hr.gateway-hr {
  display: none;
}

.study-away-profiles h3 {
  color: #57068C !important;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box:first-child {
  margin-left: 0;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box:last-child {
  border: none;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box .study-away-profile-box-link {
  display: block;
  width: 100%;
  height: 100%;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box .study-away-profile-box-link > p:last-child {
  display: none;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box .study-away-profile-box-link .study-away-profile-box-img {
  width: 100%;
  min-width: 300px;
  min-height: 150px;
  overflow: hidden;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box .study-away-profile-box-link .study-away-profile-box-img img {
  display: block;
  width: 150%;
  margin-left: -25%;
  max-width: 500%;
  margin-bottom: 15px;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box .study-away-profile-box-link .study-away-profile-box-title {
  padding: 0 10px;
  margin: 15px 0;
  font-size: 16px;
  color: #000;
}
.study-away-profiles .study-away-profile-boxes .study-away-profile-box .study-away-profile-box-link .study-away-profile-box-text {
  padding: 0 10px;
  margin: 15px 0;
  color: #57068C;
  font-size: 12px;
  font-weight: 600;
}

.study-away-email {
  margin-top: 30px;
  font-size: 16px;
  color: #a8a5a5;
}
.study-away-email a {
  color: #57068C !important;
  font-size: 16px;
}

.study-away-links-in ul {
  min-height: 315px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.study-away-links-in ul li {
  float: left;
  width: 49.6%;
  line-height: 35px;
}
.study-away-links-in ul li a {
  font-size: 16px;
  color: #57068C !important;
}

.study-away-links-out ul {
  min-height: 500px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.study-away-links-out ul li {
  float: left;
  width: 49.6%;
  line-height: 35px;
}
.study-away-links-out ul li a {
  font-size: 16px;
  color: #57068C !important;
}

.section-campus-life .field-name-body .temp .temp_col .col_right, .section-about .field-name-body .temp .temp_col .col_right {
  border: 2px solid #522e91;
  padding: 10px;
  margin-bottom: 20px;
}
.section-campus-life .field-name-body .temp .temp_col .col_right a, .section-about .field-name-body .temp .temp_col .col_right a {
  font-weight: 500;
}

@media (max-width: 500px) {
  .study-away-profiles .study-away-profile-boxes .study-away-profile-box {
    display: block;
    width: 100%;
    border: none;
  }

  .study-away-links-in ul li,
  .study-away-links-out ul li {
    float: none;
    width: 100%;
    line-height: 25px;
  }
}
@media all and (min-width: 992px) {
  .not-front.i18n-en #content {
    width: 75%;
  }

  .not-front.i18n-en #navigation {
    width: 25%;
  }

  .not-front #content.no-navigation {
    width: 100% !important;
    margin: 0 !important;
  }

  .front .news-list .read-more-mb {
    display: none;
  }

  .not-front #navigation {
    position: inherit;
  }

  .section-staff-finance .menu-block-2 {
    display: none;
  }

  .menu-block-2 .menu-mlid-6031 {
    display: none;
  }

  /******All pages body width 75% *******/
  #content .content-inside article .field-collection-container {
    max-width: 75%;
  }
}
@media all and (min-width: 1080px) {
  #content .content-inside article table {
    max-width: 75%;
  }
  #content .content-inside .pane-node-body table {
    max-width: 75%;
  }
}
/********* Undergraduate page *****/
.section-undergraduate #content .field-name-body .column-control {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section-undergraduate #content .field-name-body .column-control .grid-4 {
  padding-right: 10px;
  padding-left: 10px;
  width: 33.33%;
  flex: 0 0 33.33333%;
  margin-bottom: 45px;
  float: left;
}
.section-undergraduate #content .field-name-body .column-control .grid-4 .child-item {
  background-color: #5d1889;
  padding: 15px 30px;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.section-undergraduate #content .field-name-body .column-control .grid-4 .child-item h3 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
  font-size: 20px;
  text-align: center;
  max-width: 100%;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.section-undergraduate #content .field-name-body .column-control .grid-4 .child-item p {
  max-width: 100%;
  text-align: center;
  color: #ffffff;
}
.section-undergraduate #content .field-name-body .column-control .grid-4 .child-item a {
  color: #FFFFFF;
}
.section-undergraduate #content .field-name-body .column-control .grid-4 .child-item:hover {
  background-color: #d6374c;
}
@media all and (max-width: 786px) {
  .section-undergraduate #content .field-name-body .column-control .grid-4 .child-item {
    padding: 15px;
  }
}
@media all and (max-width: 786px) {
  .section-undergraduate #content .field-name-body .column-control {
    width: 100%;
    display: block;
  }
  .section-undergraduate #content .field-name-body .column-control .grid-4 {
    width: 100%;
  }
  .section-undergraduate #content .field-name-body .column-control .grid-4 h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .gpa-calculator-page #calculator-datas-wrapper .credit-num {
    width: 100%;
  }
  .gpa-calculator-page #calculator-datas-wrapper .form-type-select {
    width: 100%;
    padding: 2%;
  }
  .gpa-calculator-page .form-submit {
    width: 100%;
    margin: 2% auto 2% auto;
  }
  .gpa-calculator-page .form-item-gpa label {
    padding: 0;
  }
  .gpa-calculator-page #edit-gpa {
    margin: 2% auto;
  }

  #content .field-name-body table tr td {
    min-width: auto;
  }

  .front .news-list .news-item .item-content p {
    display: none;
  }

  #content .content-inside article table p {
    max-width: 100% !important;
  }

  #cumulative-calculator-datas-wrapper .form-type-textfield, #cumulative-calculator-datas-wrapper .credit-num, #cumulative-calculator-datas-wrapper .form-type-select {
    width: 100%;
    padding: 2%;
  }

  .block-nyu-sh .form-radios .form-item.form-type-radio {
    width: 100%;
  }
}
@media (max-width: 320px) {
  #content .field-name-body table tr td {
    padding: 0;
  }
  #content .field-name-body table tr td p {
    padding: 5px;
    font-size: 14px;
  }
}
/**
* The following codes are designed from 2019 March, the purpose of them is to
* reorganize the structure of class and let it can be maintained easily in future.
* =================================================================================================
* Attention:
* -----------
* If you want to see more examples, please go to the "UI Elements" page
* in Development Site.
*/
/**
* Spotlight Box
* =============
* 1. Pattern:
* ------------
*   <div class="spotlight-box">
*        <div class="box-label">
*            <p>
*                <span class="dash-left">Spotlight Box</span>
*            </p>
*        </div>
*       <div class="box-image">
*           <a href="#">
*              <img src="xxx.jpg">
*           </a>
*        </div>
*       <div class="box-content">
*          <h4 class="box-title">
*              <a href="#">
*                   Text Title
*              </a>
*          </h4>
*          <div class="box-message">
*               <p>..........</p>
*               <p>..........</p>
*          </div>
*           <div class="read-more">
*               <a href="#">
*                   Read more
*               </a>
*           </div>
*       </div>
*   </div>
*
*
* 2. Attention:
* --------------
* - If you want to adjust the top position of box-content, suggest use the "margin-top"
* element, do not suggest use "top: -60px" method, because this box is set with
* relative position, not absolute position.
*
* - If you want to adjust the spacing of bottom between upper box and lower box,
* now just use the "margin-bottom" of spotlight-box, no need to adjust the max-height.
*
* - If there is one paragraph only, you can insert "single-para" class into paragraph,
* but actually there has been the nature of single-para by default.
*
* - We set this class to be relative in position and the value of float is "left",
* this purpose is to let you still execute it as grid even if no grid there in real.
*
*/
.spotlight-box {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
}
.spotlight-box h3,
.spotlight-box h4,
.spotlight-box p,
.spotlight-box ul,
.spotlight-box ol {
  max-width: 100% !important;
}
.spotlight-box .box-label p {
  color: #999;
  font-size: 13px !important;
  margin-bottom: 6px !important;
  padding: initial !important;
}
.spotlight-box .box-label p span {
  color: #757575;
}
.spotlight-box .box-image {
  background-color: #D5D5D5;
  font-size: 0;
}
.spotlight-box .box-image a {
  display: inline-block;
}
.spotlight-box .box-image img {
  width: 100%;
}
.spotlight-box .box-image img.file-default {
  margin-top: 0 !important;
}
.spotlight-box .box-content {
  background-color: #fff;
  position: relative;
  max-width: 90%;
  padding: 10px;
  margin-top: -43px;
  margin-left: -1px;
}
.spotlight-box .box-content .box-title {
  font-size: 1em;
  height: auto;
  padding: 0 0 5px 0 !important;
  line-height: 1.2;
}
.spotlight-box .box-content .box-title a {
  color: #57068C;
  font-weight: 600;
  padding: 0 !important;
}
.spotlight-box .box-content .box-title a:hover, .spotlight-box .box-content .box-title a:focus {
  color: #57068C;
}
.spotlight-box .box-content .box-title {
  position: relative;
  top: 10px;
}
.spotlight-box .box-content .box-title,
.spotlight-box .box-content .box-message,
.spotlight-box .box-content .read-more {
  margin: 0 0 10px;
}
.spotlight-box .box-content .box-message {
  height: auto;
  overflow: auto;
}
.spotlight-box .box-content .box-message p {
  color: #757575;
  margin-bottom: 20px;
  padding: initial;
}
.spotlight-box .box-content .box-message p:last-of-type, .spotlight-box .box-content .box-message p.single-para {
  margin-bottom: 10px;
}
.spotlight-box .box-content .read-more {
  margin: 0;
  padding: 0;
}
.spotlight-box .box-content .read-more a {
  color: #444;
  font-size: 13px !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
}
.spotlight-box .box-content .read-more a:hover, .spotlight-box .box-content .read-more a:focus {
  color: #666;
}
@media (max-width: 480px) {
  .spotlight-box .box-content {
    margin-top: -30px;
  }
}
.spotlight-box .box-content p:last-child {
  margin-bottom: 0;
}
.spotlight-box h4.box-title {
  margin: .8em 0;
}

.row .spotlight-box {
  width: auto;
}

.nyu-mediabox {
  margin-bottom: 20px;
  position: relative;
  float: left;
}
.nyu-mediabox h3,
.nyu-mediabox h4,
.nyu-mediabox p,
.nyu-mediabox ul,
.nyu-mediabox ol {
  max-width: 100% !important;
}
.nyu-mediabox .box-label p {
  color: #999;
  font-size: 13px !important;
  margin-bottom: 6px !important;
  padding: initial !important;
}
.nyu-mediabox .box-label p span {
  color: #757575;
}
.nyu-mediabox .box-image {
  background-color: #D5D5D5;
  font-size: 0;
}
.nyu-mediabox .box-image a {
  display: inline-block;
}
.nyu-mediabox .box-image img {
  width: 100%;
}
.nyu-mediabox .box-image img.file-default {
  margin-top: 0 !important;
}
.nyu-mediabox .box-content {
  background-color: #fff;
  position: relative;
  max-width: 90%;
  padding: 10px;
  margin-top: -38px;
  margin-left: -1px;
}
.nyu-mediabox .box-content .box-title {
  position: relative;
  font-size: 1em;
  height: auto;
  line-height: 1.2;
}
.nyu-mediabox .box-content .box-title a {
  color: #57068C;
  font-weight: 600;
  padding: 0 !important;
}
.nyu-mediabox .box-content .box-title a:hover, .nyu-mediabox .box-content .box-title a:focus {
  color: #57068C;
}
.nyu-mediabox .box-content .box-title,
.nyu-mediabox .box-content .box-message,
.nyu-mediabox .box-content .read-more {
  margin: 0;
}
.nyu-mediabox .box-content .box-message {
  height: auto;
  overflow: auto;
}
.nyu-mediabox .box-content .box-message p {
  color: #757575;
  margin-bottom: 20px;
  padding: initial;
}
.nyu-mediabox .box-content .box-message p:last-of-type, .nyu-mediabox .box-content .box-message p.single-para {
  margin-bottom: 10px;
}
.nyu-mediabox .box-content .read-more {
  margin: 0;
  padding: 0;
}
.nyu-mediabox .box-content .read-more a {
  color: #444;
  font-size: 13px !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
}
.nyu-mediabox .box-content .read-more a:hover, .nyu-mediabox .box-content .read-more a:focus {
  color: #666;
}
.nyu-mediabox .box-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .nyu-mediabox .box-content {
    margin-top: -30px;
  }
}
.nyu-mediabox h4.box-title {
  margin: .8em 0;
}
.nyu-mediabox.mediabox-gray .box-content {
  margin: 0;
  padding: 15px;
  max-width: 100%;
  background: #f2f2f2;
  font-size: 14px;
  font-style: italic;
}

.box-label p {
  font-size: 13px !important;
  margin-bottom: 6px !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.box-image img {
  width: 100%;
}

/**
* Info Box
* =========
* 1. Pattern:
* ------------
*   <div class="info-box">
*       .......
*       .......
*       ......
*       ......
*   </div>
*
* 2. Attention:
* --------------
* - Now we just concern the left and right padding.
*
* - We set this class to be relative in position and the value of float is "left",
* this purpose is to let you still execute it as grid even if no grid there in real.
*
*/
.info-box {
  border: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 15px;
  position: relative;
  float: left;
  width: 100%;
}
.info-box h3,
.info-box h4,
.info-box p,
.info-box ul,
.info-box ol,
.info-box table {
  max-width: 100% !important;
}

/**
* Box Image Filter
* =================
* 1. Pattern:
* ------------
*   <div class="spotlight-box box-image-filter">
*       .......
*       .......
*       <div class="box-image">
*           <a href="#">
*              <img src="xxx.jpg">
*           </a>
*        </div>
*       ......
*       ......
*   </div>
*
*
* 2. Attention:
* --------------
* This filter can be used with other box classes together,
* and it just affects the image only, so the content part can
* still be read clearly.
*
*/
.box-image-filter .box-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .5;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 0;
}
.box-image-filter:hover .box-image:after {
  opacity: 0;
}

/**
* Narrow Ul
* =========
* 1. Pattern:
* -----------
* <ul class="narrow-ul">
*  <li>
*   ...........<br>
*   ...........
*  </li>
* </ul>
*
*
* 2. Attention:
* -------------
* The current values of "line-height" and "margin-bottom" are set according to the font size,
* assume the default font size is 16px.
*
*/
.narrow-ul {
  margin-bottom: 20px !important;
}
.narrow-ul li {
  line-height: 1.375 !important;
  margin-bottom: 20px !important;
}

/**
* Table Responsive
* =====================
* 1. Pattern:
* -----------
* <div class="table-responsive">
*   <table>
*    <tr>
*      <td>....</td>
*    </tr>
*   </table>
* </div>
*
*
* 2. Attention:
* --------------
* No special things to be paid attention.
*
*/
.table-responsive {
  height: .01%;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    max-height: 600px;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
* Table Striped Purple
* =====================
* 1. Pattern:
* -----------
* <table class="table-striped-purple">
*  <tr>
*    <td>....</td>
*  </tr>
* </table>
*
*
* 2. Attention:
* --------------
* Because many users will create table by CK Editor in Drupal which cannot create
* <thead><tr><th></th></tr></thead>, so the first <tr> is always regarded as Heading.
*
*/
.table-striped-purple tr td, .table-striped-purple-vertical tr td, .table-primary tr td {
  text-align: left;
  padding: 15px !important;
  color: #404040 !important;
  border: 1px solid #d6d6d6 !important;
}
.table-striped-purple tr td h3, .table-striped-purple-vertical tr td h3,
.table-striped-purple tr td h4,
.table-striped-purple-vertical tr td h4,
.table-striped-purple tr td p,
.table-striped-purple-vertical tr td p,
.table-striped-purple tr td ul,
.table-striped-purple-vertical tr td ul,
.table-striped-purple tr td ol,
.table-striped-purple-vertical tr td ol, .table-primary tr td h3,
.table-primary tr td h4,
.table-primary tr td p,
.table-primary tr td ul,
.table-primary tr td ol {
  max-width: 100% !important;
}
.table-striped-purple tr td h3:last-child, .table-striped-purple-vertical tr td h3:last-child,
.table-striped-purple tr td h4:last-child,
.table-striped-purple-vertical tr td h4:last-child,
.table-striped-purple tr td p:last-child,
.table-striped-purple-vertical tr td p:last-child,
.table-striped-purple tr td ul:last-child,
.table-striped-purple-vertical tr td ul:last-child,
.table-striped-purple tr td ol:last-child,
.table-striped-purple-vertical tr td ol:last-child, .table-primary tr td h3:last-child,
.table-primary tr td h4:last-child,
.table-primary tr td p:last-child,
.table-primary tr td ul:last-child,
.table-primary tr td ol:last-child {
  margin-bottom: 0 !important;
}
.table-striped-purple tr:first-child, .table-striped-purple-vertical tr:first-child, .table-primary tr:first-child {
  color: #fff !important;
  background-color: #702b9d !important;
  font-size: 16px;
}
.table-striped-purple tr:first-child td, .table-striped-purple-vertical tr:first-child td, .table-primary tr:first-child td {
  background-color: #702b9d !important;
  color: #fff !important;
}
.table-striped-purple tr:nth-child(even), .table-striped-purple-vertical tr:nth-child(even), .table-primary tr:nth-child(even) {
  background-color: #eee6f3;
}
.table-striped-purple tr:nth-child(odd), .table-striped-purple-vertical tr:nth-child(odd), .table-primary tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.table-striped-purple-vertical tr:nth-child(even) {
  background-color: #eee6f3;
}
.table-striped-purple-vertical tr:nth-child(even) td:last-child {
  background-color: #f2f2f2;
}
.table-striped-purple-vertical tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table-striped-purple-vertical tr:nth-child(odd) td:last-child {
  background-color: #eee6f3;
}

/**
* Media-box
* ==========
* 1. Pattern:
* -----------
* <div class="media-box">
*     <div class="box-image-left auto-image-size">
*         <img src=".....">
*     </div>
*     <p>......</p>
*     <p>......</p>
* </div>
*
*
* 2. Attention:
* --------------
* - If you want to adjust the width of image, change the value of $box-image-width.
* - If you want to set the image's width be auto, just use the .auto-image-size class.
*/
.media-box {
  display: inline-block;
}
.media-box .box-image-left,
.media-box .box-image-right {
  margin-bottom: 2.6%;
  width: 47.4%;
}
.media-box .box-image-left img,
.media-box .box-image-right img {
  width: 100% !important;
}
.media-box .box-image-left {
  float: left;
  margin-right: 5.2%;
}
.media-box .box-image-right {
  float: right;
  margin-left: 5.2%;
}
.media-box .auto-image-size {
  width: auto !important;
}
.media-box img.file-default {
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  .media-box .box-image-left,
  .media-box .box-image-right {
    float: none;
    width: 100% !important;
    margin: 0 auto 30px;
  }
}

.media-box.faq-style .box-image-left,
.media-box.faq-style .box-image-right {
  width: 30.4%;
}
.media-box.faq-style .box-image-right {
  margin: 0 0 1.5% 3.5%;
}
.media-box.faq-style .box-image-left {
  margin: 0 3.5% 1.5% 0;
}

@media (max-width: 575px) {
  .media-box.faq-style .box-image-left,
  .media-box.faq-style .box-image-right {
    float: none;
    width: 100% !important;
    margin: 0 auto 30px;
  }
}
/**
* As Button Block with purple background
* =======================================
* 1. Pattern:
* -----------
* <a href="" class="as-btn-block-w-purple">
*     ......
* </a>
*
*
* 2. Attention:
* --------------
* - It is not a normal button, we let <a> become as a button by BLOCK method.
* - If you want to change the width, you can insert width-75 or others.
*/
.as-btn-block-w-purple {
  margin-bottom: 40px;
  padding: 10px 15px;
  position: relative;
  float: left;
  width: 100%;
  background-color: #57068C;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* The following codes are designed from 2019 March, please pay attention here,
* because they are the additional classes, that mean their natures should be important and override
* the initial setting, so we suggest to insert "!important" in each nature.
* =================================================================================================
*/
.width-100, .width-75, .width-50 {
  width: 100%;
  max-width: 100% !important;
}
.width-100 h3, .width-75 h3, .width-50 h3,
.width-100 h4,
.width-75 h4,
.width-50 h4,
.width-100 p,
.width-75 p,
.width-50 p,
.width-100 ul,
.width-75 ul,
.width-50 ul,
.width-100 ol,
.width-75 ol,
.width-50 ol,
.width-100 table,
.width-75 table,
.width-50 table {
  max-width: 100% !important;
}
.width-100 img.file-default, .width-75 img.file-default, .width-50 img.file-default {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .width-100, .width-75, .width-50 {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .width-75 {
    max-width: 75% !important;
  }
}
.width-75 blockquote {
  max-width: 100% !important;
}

@media (min-width: 992px) {
  blockquote {
    max-width: 75% !important;
  }
  blockquote p, blockquote table, blockquote ul, blockquote ol {
    max-width: 100% !important;
  }

  .page-node-7158 .field--name-field-quotes {
    max-width: 75% !important;
  }
  .page-node-7158 .field--name-field-quotes p, .page-node-7158 .field--name-field-quotes table, .page-node-7158 .field--name-field-quotes ul, .page-node-7158 .field--name-field-quotes ol {
    max-width: 100% !important;
  }

  .page-node-43056 .paragraph--type--bulletin-menu-item, .page-node-43167 .paragraph--type--bulletin-menu-item, .page-node-43077 .paragraph--type--bulletin-menu-item, .page-node-43264 .paragraph--type--bulletin-menu-item, .page-node-23552 .paragraph--type--bulletin-menu-item, .page-node-43697 .paragraph--type--bulletin-menu-item, .section-page-academic-programs-global-perspectives-society-gps .paragraph--type--bulletin-menu-item, .page-node-43095 .paragraph--type--bulletin-menu-item, .page-node-43777 .paragraph--type--bulletin-menu-item {
    max-width: 75% !important;
  }
  .page-node-43056 .paragraph--type--bulletin-menu-item p, .page-node-43056 .paragraph--type--bulletin-menu-item table, .page-node-43056 .paragraph--type--bulletin-menu-item ul, .page-node-43056 .paragraph--type--bulletin-menu-item ol, .page-node-43167 .paragraph--type--bulletin-menu-item p, .page-node-43167 .paragraph--type--bulletin-menu-item table, .page-node-43167 .paragraph--type--bulletin-menu-item ul, .page-node-43167 .paragraph--type--bulletin-menu-item ol, .page-node-43077 .paragraph--type--bulletin-menu-item p, .page-node-43077 .paragraph--type--bulletin-menu-item table, .page-node-43077 .paragraph--type--bulletin-menu-item ul, .page-node-43077 .paragraph--type--bulletin-menu-item ol, .page-node-43264 .paragraph--type--bulletin-menu-item p, .page-node-43264 .paragraph--type--bulletin-menu-item table, .page-node-43264 .paragraph--type--bulletin-menu-item ul, .page-node-43264 .paragraph--type--bulletin-menu-item ol, .page-node-23552 .paragraph--type--bulletin-menu-item p, .page-node-23552 .paragraph--type--bulletin-menu-item table, .page-node-23552 .paragraph--type--bulletin-menu-item ul, .page-node-23552 .paragraph--type--bulletin-menu-item ol, .page-node-43697 .paragraph--type--bulletin-menu-item p, .page-node-43697 .paragraph--type--bulletin-menu-item table, .page-node-43697 .paragraph--type--bulletin-menu-item ul, .page-node-43697 .paragraph--type--bulletin-menu-item ol, .section-page-academic-programs-global-perspectives-society-gps .paragraph--type--bulletin-menu-item p, .section-page-academic-programs-global-perspectives-society-gps .paragraph--type--bulletin-menu-item table, .section-page-academic-programs-global-perspectives-society-gps .paragraph--type--bulletin-menu-item ul, .section-page-academic-programs-global-perspectives-society-gps .paragraph--type--bulletin-menu-item ol, .page-node-43095 .paragraph--type--bulletin-menu-item p, .page-node-43095 .paragraph--type--bulletin-menu-item table, .page-node-43095 .paragraph--type--bulletin-menu-item ul, .page-node-43095 .paragraph--type--bulletin-menu-item ol, .page-node-43777 .paragraph--type--bulletin-menu-item p, .page-node-43777 .paragraph--type--bulletin-menu-item table, .page-node-43777 .paragraph--type--bulletin-menu-item ul, .page-node-43777 .paragraph--type--bulletin-menu-item ol {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .width-50 {
    max-width: 50% !important;
  }
}

.bd-purple {
  border-color: #57068C !important;
}

.bg-purple {
  background-color: #57068C !important;
}

.text-purple {
  color: #57068C !important;
}

.text-black {
  color: black !important;
}

.text-white {
  color: white !important;
}

.quotation-mark {
  padding-top: 50px;
  padding-bottom: 30px;
}
.quotation-mark:before, .quotation-mark:after {
  position: absolute;
  font-size: 60px;
  color: #57068C;
  font-weight: bold;
  width: 100%;
  left: 0;
  line-height: 0.5;
  padding-left: 15px;
  padding-right: 15px;
}
.quotation-mark:before {
  content: "\201C";
  top: 20px;
}
.quotation-mark:after {
  content: "\201D";
  text-align: right;
  bottom: 0;
}

.read_more a {
  color: #57068C;
}

.nyu-gradient {
  background: #7e2663;
  background: -moz-linear-gradient(left, #7e2663 2%, #903ec7 100%);
  background: -webkit-linear-gradient(left, #7e2663 2%, #903ec7 100%);
  background: linear-gradient(to right, #7e2663 2%, #903ec7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e2663', endColorstr='#903ec7',GradientType=1 );
  color: #fff;
  text-align: center;
  padding: 40px 15px;
  font-size: 22px;
  margin: 30px 0;
}
.nyu-gradient a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.nyu-gradient a:hover, .nyu-gradient a:focus {
  color: #fff;
}
.nyu-gradient.default-text {
  padding: 30px;
  text-align: left;
  font-size: 18px;
}

@media (max-width: 991px) {
  .nyu-gradient {
    padding: 25px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .nyu-gradient {
    padding: 15px;
    font-size: 18px;
  }
}
.view-student-blog .attachment-before .view-content {
  position: relative;
}
.view-student-blog .attachment-before .view-content .views-row {
  border-bottom: 1px solid #CCCCCC;
}
.view-student-blog .attachment-before .views-field-created, .view-student-blog .attachment-before .views-field-title {
  color: white;
  background: black;
  padding: 0 10px;
}
.view-student-blog .attachment-before .views-field-created {
  top: 60%;
  font-family: "NYUPerstare";
}
.view-student-blog .attachment-before .views-field-title {
  top: 70%;
}

.view-student-blog.view-display-id-academics_page .view-empty {
  background-color: white;
  padding: 20px;
}

.view-student-blog.view-display-id-page > .view-content .views-row,
.view-student-blog.view-display-id-academics_page > .view-content .views-row {
  background-color: white;
  position: relative;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #CCCCCC;
}
@media all and (min-width: 479px) {
  .view-student-blog.view-display-id-page > .view-content .views-field-field-image,
  .view-student-blog.view-display-id-academics_page > .view-content .views-field-field-image {
    float: left;
    width: 50%;
  }
  .view-student-blog.view-display-id-page > .view-content .views-field-title, .view-student-blog.view-display-id-page > .view-content .views-field-name, .view-student-blog.view-display-id-page > .view-content .views-field-body,
  .view-student-blog.view-display-id-academics_page > .view-content .views-field-title,
  .view-student-blog.view-display-id-academics_page > .view-content .views-field-name,
  .view-student-blog.view-display-id-academics_page > .view-content .views-field-body {
    margin-left: 51%;
  }
  .view-student-blog.view-display-id-page > .view-content .views-field-title,
  .view-student-blog.view-display-id-academics_page > .view-content .views-field-title {
    margin-right: 60px;
  }
}
.view-student-blog.view-display-id-page > .view-content .views-field-title, .view-student-blog.view-display-id-page > .view-content .views-field-name, .view-student-blog.view-display-id-page > .view-content .views-field-body,
.view-student-blog.view-display-id-academics_page > .view-content .views-field-title,
.view-student-blog.view-display-id-academics_page > .view-content .views-field-name,
.view-student-blog.view-display-id-academics_page > .view-content .views-field-body {
  margin-top: 5px;
  margin-bottom: 10px;
}
.view-student-blog.view-display-id-page > .view-content .views-field-title a,
.view-student-blog.view-display-id-academics_page > .view-content .views-field-title a {
  font-family: "NYUPerstare";
  font-size: 24px;
  line-height: 24px;
}
.view-student-blog.view-display-id-page > .view-content .views-field-name,
.view-student-blog.view-display-id-academics_page > .view-content .views-field-name {
  color: #B2B3B7;
}
.view-student-blog.view-display-id-page > .view-content .views-field-created,
.view-student-blog.view-display-id-academics_page > .view-content .views-field-created {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 52px;
  background: #5d1889;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  padding-top: 8px;
  color: white;
  font-family: "NYUPerstare";
  text-transform: uppercase;
}

.node-type-blog .pane-node-created, .node-type-article .pane-node-created, .node-type-academic-blog .pane-node-created {
  position: static;
  width: auto;
  height: auto;
  background: none;
  text-align: left;
  font-size: 14px;
  padding-top: 8px;
  color: #333;
  float: none;
  margin: 20px 0 0 0px;
}
.node-type-blog .pane-author-information-pane,
.node-type-blog .view-display-id-block, .node-type-article .pane-author-information-pane,
.node-type-article .view-display-id-block, .node-type-academic-blog .pane-author-information-pane,
.node-type-academic-blog .view-display-id-block {
  overflow: hidden;
  background-color: white;
  padding: 20px 0 0 0px;
}
.node-type-blog .pane-author-information-pane .views-field-picture,
.node-type-blog .view-display-id-block .views-field-picture, .node-type-article .pane-author-information-pane .views-field-picture,
.node-type-article .view-display-id-block .views-field-picture, .node-type-academic-blog .pane-author-information-pane .views-field-picture,
.node-type-academic-blog .view-display-id-block .views-field-picture {
  width: 58px;
  height: 58px;
  float: left;
}
.node-type-blog .pane-author-information-pane .views-field-name,
.node-type-blog .pane-author-information-pane .views-field-field-blog-author,
.node-type-blog .view-display-id-block .views-field-name,
.node-type-blog .view-display-id-block .views-field-field-blog-author, .node-type-article .pane-author-information-pane .views-field-name,
.node-type-article .pane-author-information-pane .views-field-field-blog-author,
.node-type-article .view-display-id-block .views-field-name,
.node-type-article .view-display-id-block .views-field-field-blog-author, .node-type-academic-blog .pane-author-information-pane .views-field-name,
.node-type-academic-blog .pane-author-information-pane .views-field-field-blog-author,
.node-type-academic-blog .view-display-id-block .views-field-name,
.node-type-academic-blog .view-display-id-block .views-field-field-blog-author {
  float: left;
  margin-left: 10px;
  margin-top: 0;
  background: none;
}
.node-type-blog .pane-author-information-pane .views-field-name a,
.node-type-blog .pane-author-information-pane .views-field-field-blog-author a,
.node-type-blog .view-display-id-block .views-field-name a,
.node-type-blog .view-display-id-block .views-field-field-blog-author a, .node-type-article .pane-author-information-pane .views-field-name a,
.node-type-article .pane-author-information-pane .views-field-field-blog-author a,
.node-type-article .view-display-id-block .views-field-name a,
.node-type-article .view-display-id-block .views-field-field-blog-author a, .node-type-academic-blog .pane-author-information-pane .views-field-name a,
.node-type-academic-blog .pane-author-information-pane .views-field-field-blog-author a,
.node-type-academic-blog .view-display-id-block .views-field-name a,
.node-type-academic-blog .view-display-id-block .views-field-field-blog-author a {
  display: block;
}

.node-type-academic-blog .content-inside {
  background-color: white;
}
.node-type-academic-blog .views-exposed-form {
  background-color: #DDDDDD;
  margin-right: 20px;
  margin-top: 20px;
}
.node-type-academic-blog .views-exposed-widgets {
  padding: 10px 20px;
}
.node-type-academic-blog .views-exposed-widgets label {
  padding-bottom: 10px;
}
.node-type-academic-blog .views-exposed-widgets .form-item {
  margin-bottom: 4px;
}
.node-type-academic-blog .panels-flexible-region-protals_with_bottom_region-protal_top {
  width: 100%;
}
.node-type-academic-blog .panels-flexible-region-protals_with_bottom_region-protals_bottom_region {
  width: 95%;
  margin: 0 auto;
  float: none;
}

.pane-node-comments .pane-title, .pane-node-comment-form .pane-title {
  background-color: #5d1889;
  color: white;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
}
.pane-node-comments .submitted, .pane-node-comment-form .submitted {
  padding: 0;
  font-size: 14px;
}
.pane-node-comments .comment, .pane-node-comment-form .comment {
  padding: 0 10px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.pane-node-comments .comment .permalink, .pane-node-comment-form .comment .permalink {
  font-size: 16px;
  color: #57068C;
}
.pane-node-comments .form-type-item a, .pane-node-comment-form .form-type-item a {
  color: #57068C;
  margin-left: 20px;
}
.pane-node-comments .form-textarea-wrapper, .pane-node-comment-form .form-textarea-wrapper {
  margin: 10px 18px 0 18px;
}
.pane-node-comments .filter-wrapper, .pane-node-comment-form .filter-wrapper {
  display: none;
}
.pane-node-comments .form-submit, .pane-node-comment-form .form-submit {
  width: auto;
  padding: 0 20px;
}

.view-updates-novel-coronavirus .view-content .views-row {
  border: 1px solid #f2f2f2;
  margin: 0px 0px 32px;
  padding: 24px;
}
.view-updates-novel-coronavirus .view-content .views-row .views-field {
  margin-bottom: 15px;
}
.view-updates-novel-coronavirus .view-content .views-row .views-field p {
  padding: 0px 0px 10px 0px;
  margin: 0 0 .8em;
  color: #656565;
  line-height: 1.375;
}
.view-updates-novel-coronavirus .view-content .views-row .views-field strong {
  color: #656565;
}
.view-updates-novel-coronavirus .view-content .views-row .views-field .views-label {
  margin-right: 5px;
}
.view-updates-novel-coronavirus .view-content .views-row .views-field-field-from .views-label {
  float: left;
}
.view-updates-novel-coronavirus .view-content .views-row .views-field-field-from .field-content {
  display: inline-block;
}
.view-updates-novel-coronavirus .view-content .views-row .views-field-title {
  font-size: 28px;
  font-weight: 500;
}
.view-updates-novel-coronavirus .view-content .views-row .field-name-body ul {
  list-style: disc;
}
.view-updates-novel-coronavirus .view-content .views-row .field-name-body ol {
  list-style: decimal;
}
.view-updates-novel-coronavirus .view-content .views-row .field-name-body a {
  font-weight: 500;
}
.view-updates-novel-coronavirus .views-widget-sort-sort_bef_combine {
  margin-right: 15px;
}
.view-updates-novel-coronavirus .views-exposed-widget {
  float: right;
}
.view-updates-novel-coronavirus .views-exposed-widget label, .view-updates-novel-coronavirus .views-exposed-widget .views-widget {
  display: inline-block;
}
.view-updates-novel-coronavirus .views-exposed-widget select {
  -moz-appearance: none;
  background: transparent none repeat scroll 0% 0%;
  border: medium none;
  color: #8c8c8c;
  font-size: 16px;
  padding: 4px 16px 4px 4px;
  -webkit-appearance: none;
  appearance: none;
}
.view-updates-novel-coronavirus .views-exposed-widget .form-type-select {
  position: relative;
}
.view-updates-novel-coronavirus .views-exposed-widget .form-type-select:after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 18px;
  position: absolute;
  top: 3px;
  right: 4px;
  color: #656565;
  pointer-events: none;
}

body.not-logged-in .view-updates-novel-coronavirus .views-exposed-widgets #edit-field-news-tags-value-wrapper {
  display: none;
}

@media only screen and (min-width: 768px) {
  #block-block-56 {
    margin-top: 298px;
    border: 1px solid #f2f2f2;
    padding: 15px;
  }
  #block-block-56 iframe {
    width: 100%;
    margin-top: 22px;
  }
}
@media only screen and (max-width: 450px) {
  .view-updates-novel-coronavirus .views-exposed-widget {
    float: none;
    margin-bottom: 10px;
  }
  .view-updates-novel-coronavirus .views-exposed-widget .form-item label {
    padding-left: 0;
  }
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: transparent;
}
.calendar-calendar .week-view .full td .inner div.calendar div,
.calendar-calendar .week-view .full td .inner div.calendar div a, .calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  height: 100%;
  margin: 0;
}
.calendar-calendar .week-view div.single-day .i_0.md_0 .view-item .calendar,
.calendar-calendar .week-view div.multi-day .i_0.md_0 .view-item .calendar, .calendar-calendar .day-view div.single-day .i_0.md_0 .view-item .calendar,
.calendar-calendar .day-view div.multi-day .i_0.md_0 .view-item .calendar {
  width: 100% !important;
  margin: 0;
}
.calendar-calendar .view-item-event_calendar .calendar {
  height: 100%;
}
.calendar-calendar .views-field-field-event-time {
  width: 100%;
  height: 100%;
}
.calendar-calendar .month-view .full td.single-day .inner div.calendar .event_type_item,
.calendar-calendar .week-view .full td.single-day .inner div.calendar .event_type_item,
.calendar-calendar .day-view .full td.single-day .inner div.calendar .event_type_item {
  z-index: 900;
  padding: 10px;
}
.calendar-calendar .month-view .full td.multi-day .inner div.calendar,
.calendar-calendar .week-view .full td.multi-day .inner div.calendar,
.calendar-calendar .day-view .full td.multi-day .inner div.calendar {
  border-radius: 0;
}
.calendar-calendar .week-view .full div.multi-day div.weekview,
.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.multi-day div.dayview,
.calendar-calendar .day-view .full div.single-day div.dayview {
  border: none;
  border-radius: 0;
}
.calendar-calendar .month-view .full td .inner div.calendar .event_type_item,
.calendar-calendar .week-view .full td .inner div.calendar .event_type_item,
.calendar-calendar .day-view .full td .inner div.calendar .event_type_item {
  position: relative;
  background-color: #5d1889;
}
.calendar-calendar .month-view .full td .inner div.calendar .event_type_item a,
.calendar-calendar .week-view .full td .inner div.calendar .event_type_item a,
.calendar-calendar .day-view .full td .inner div.calendar .event_type_item a {
  top: 10px;
  color: white;
}
.calendar-calendar .month-view .full td .inner div.calendar .event_type_item .date-display-single,
.calendar-calendar .week-view .full td .inner div.calendar .event_type_item .date-display-single,
.calendar-calendar .day-view .full td .inner div.calendar .event_type_item .date-display-single {
  color: #E9E9E9;
}
.calendar-calendar .month-view .full td .inner div.calendar .event_type_item.event_type_2,
.calendar-calendar .week-view .full td .inner div.calendar .event_type_item.event_type_2,
.calendar-calendar .day-view .full td .inner div.calendar .event_type_item.event_type_2 {
  background-color: #FF9C00;
}
.calendar-calendar .month-view .full td .inner div.calendar .event_type_item.event_type_4,
.calendar-calendar .week-view .full td .inner div.calendar .event_type_item.event_type_4,
.calendar-calendar .day-view .full td .inner div.calendar .event_type_item.event_type_4 {
  background-color: #59b2d1;
}
.calendar-calendar .month-view .full td .inner div.calendar .event_type_item.event_type_5,
.calendar-calendar .week-view .full td .inner div.calendar .event_type_item.event_type_5,
.calendar-calendar .day-view .full td .inner div.calendar .event_type_item.event_type_5 {
  background-color: #AFA513;
}
.calendar-calendar .month-view .full td .inner div.calendar .event_type_item.event_type_10,
.calendar-calendar .week-view .full td .inner div.calendar .event_type_item.event_type_10,
.calendar-calendar .day-view .full td .inner div.calendar .event_type_item.event_type_10 {
  background-color: #5d1889;
}

.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  background: none;
}

.calendar-calendar th.days,
.calendar-calendar td {
  text-align: center !important;
}

.page-calendar .content-inside ul.tabs-primary {
  width: 340px;
  float: right;
  margin-top: 20px;
}
.page-calendar .tabs-primary .tabs-primary__tab.is-active a,
.page-calendar .tabs-primary .tabs-primary__tab a:hover {
  background-color: #5d1889;
}
.page-calendar .tabs-primary__tab a {
  border-left: 2px solid white;
  padding: 5px 0;
}
.page-calendar .views-exposed-widgets {
  margin-bottom: 1.5em;
}

#content .date-nav-wrapper {
  width: 400px;
  margin: 0;
  float: left;
}
#content .date-nav-wrapper .date-nav {
  margin: 26px 0 0 0;
}
#content .date-nav-wrapper .date-heading h3 {
  font-size: 14px;
}
#content .date-nav-wrapper .pager li {
  top: -5px;
  background: none;
  border: none;
  margin: 0;
}
#content .date-nav-wrapper .pager li a {
  font-size: 12px;
  color: #B2B3B7;
}
#content .date-nav-wrapper .date-prev {
  right: auto;
}
#content .date-nav-wrapper .date-next {
  right: 10px;
}
#content .date-nav-wrapper .date-heading {
  width: 400px;
}

@media all {
  .page-zsb-admissions-tour #page #content .panels-flexible-row-first .panels-flexible-row-inside-first {
    width: 100%;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left {
    width: 30%;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper {
    width: 100%;
    margin: 0;
    float: left;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper .date-nav {
    margin: 26px 0 0 0;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper .date-heading h3 {
    font-size: 14px;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper .pager li {
    top: -5px;
    background: none;
    border: none;
    margin: 0;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper .pager li a {
    font-size: 12px;
    color: #B2B3B7;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper .date-prev {
    left: 0px;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper .date-prev a {
    margin-left: 0;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .date-nav-wrapper .date-next {
    right: 0px;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left .view-footer {
    margin-top: 20px;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-right {
    padding-left: 5%;
    width: 65%;
  }
}
@media all and (max-width: 599px) {
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-left {
    width: 100%;
  }
  .page-zsb-admissions-tour #page #content .panels-flexible-row-admissions_welcome_tour_page-1 .panels-flexible-region-admissions_welcome_tour_page-right {
    width: 100%;
    padding-left: 0;
  }
}
.event-title h2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #57068c), to(#e00f78));
  background: -o-linear-gradient(left, #57068c 1%, #e00f78 100%);
  background: linear-gradient(to right, #57068c 1%, #e00f78 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.event-sidebar-block {
  margin-top: 20px;
  background-color: #F7F8F9;
}

#views-calendar-event-block {
  padding: 10px;
}
#views-calendar-event-block .calendar-calendar th.days {
  border: none;
}
#views-calendar-event-block .date-nav {
  margin: 0;
}
#views-calendar-event-block a {
  color: #5d1889;
}
#views-calendar-event-block .calendar-calendar tr td.today, #views-calendar-event-block .calendar-calendar tr.odd td.today, #views-calendar-event-block .calendar-calendar tr.even td.today {
  background-color: #B2B3B7;
  vertical-align: middle;
}
#views-calendar-event-block .calendar-calendar th.days, #views-calendar-event-block .calendar-calendar tr, #views-calendar-event-block .calendar-calendar table.mini td.empty {
  background-color: #F7F8F9;
}
#views-calendar-event-block .view-id-event_calendar.view-display-id-block .month-view thead .days .value, #views-calendar-event-block .view-id-event_calendar.view-display-id-block .month-view th .month, #views-calendar-event-block .view-id-event_calendar.view-display-id-block .month-view td .month {
  text-align: center;
  padding: 7px;
}
#views-calendar-event-block .view-id-event_calendar.view-display-id-block .month-view th, #views-calendar-event-block .view-id-event_calendar.view-display-id-block .month-view td {
  vertical-align: middle;
}
#views-calendar-event-block .view-header {
  text-align: center;
}
#views-calendar-event-block .date-nav-wrapper {
  margin: 0;
}
#views-calendar-event-block .date-nav-wrapper .pager {
  width: 100%;
  display: block;
}
#views-calendar-event-block .date-nav-wrapper .pager li {
  background: none;
  border: none;
  margin: 0;
}
#views-calendar-event-block .date-nav-wrapper .pager li a {
  font-size: 20px;
  color: #B2B3B7;
}
#views-calendar-event-block .date-nav-wrapper .date-prev {
  right: auto;
}
#views-calendar-event-block .date-nav-wrapper .date-next {
  right: 10px;
}

#views-calendar-event-page-exp-filter h2 {
  margin: 0;
  background-color: #5d1889;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
}
#views-calendar-event-page-exp-filter .exposed-filter-item a {
  padding: 10px 20px 10px 50px;
  display: block;
  background: url("/themes/custom/shanghai/images/6_colour.png") no-repeat 20px -108px;
}
#views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="All"] {
  background-image: none;
}
#views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="10"] {
  background-position: 20px -108px;
}
#views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="1"] {
  background-position: 20px -149px;
}
#views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="2"] {
  background-position: 20px 15px;
}
#views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="4"] {
  background-position: 20px -66px;
}
#views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="5"] {
  background-position: 20px -27px;
}
#views-calendar-event-page-exp-filter .exposed-filter-item.active, #views-calendar-event-page-exp-filter .exposed-filter-item a:focus, #views-calendar-event-page-exp-filter .exposed-filter-item a:hover {
  background-color: #E9E9E9;
  color: #57068C;
}
#views-calendar-event-page-exp-filter .exposed-filter-item.active a[data-filterid="2"], #views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="2"]:hover {
  color: #FF9C00;
}
#views-calendar-event-page-exp-filter .exposed-filter-item.active a[data-filterid="4"], #views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="4"]:hover {
  color: #59b2d1;
}
#views-calendar-event-page-exp-filter .exposed-filter-item.active a[data-filterid="5"], #views-calendar-event-page-exp-filter .exposed-filter-item a[data-filterid="5"]:hover {
  color: #AFA513;
}

#views_slideshow_cycle_main_event_calendar-upcoming .views-field-title {
  position: absolute;
  bottom: 15%;
  background-color: black;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
#views_slideshow_cycle_main_event_calendar-upcoming .views-field-title a {
  color: white;
  padding: 10px 20px;
  display: block;
}

@media all and (max-width: 600px) {
  .event-item-list .views-field-title, .event-item-list .views-field-field-event-time {
    padding: 8px;
  }
}
@media all and (min-width: 600px) {
  .event-item-list .views-field-field-image {
    float: left;
    width: 25%;
  }

  .event-item-list .views-field-title, .event-item-list .views-field-field-event-time {
    margin-top: 10px;
    margin-left: 26%;
    margin-right: 120px;
  }
}
@media all and (max-width: 785px) {
  .event-item-list .views-field-field-event-time-1 a {
    padding: 6px 0;
    font-size: 14px;
  }
}
@media all and (min-width: 786px) {
  .event-item-list .views-field-field-event-time-1 a {
    padding: 40% 0;
    height: 100%;
    font-size: 14px;
  }
}
.view-event-calendar #search-filter {
  float: right;
}
.view-event-calendar .event-search-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.view-event-calendar #search-value-placeholder {
  padding: 9px 20px;
  width: 100%;
  background: #fff;
  border: 1px solid #E9E9E9;
}
.view-event-calendar #fake-btn {
  color: #000;
  background-color: #E9E9E9;
  padding: 10px 15px;
  border: none;
}

@media all and (min-width: 960px) {
  #navigation {
    margin-top: 10px;
  }
}
.event-item-list .views-row {
  position: relative;
  overflow: hidden;
  background-color: #E9E9E9;
  margin-bottom: 20px;
}
.event-item-list .views-field-field-image img {
  width: 100%;
}
.event-item-list .views-field-field-image a {
  line-height: 13px;
  display: block;
}
.event-item-list .views-field-field-event-time .views-label {
  float: left;
  margin-right: 10px;
}
.event-item-list .views-field-field-event-time-1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.event-item-list .views-field-field-event-time-1 .field-content {
  height: 100%;
}
.event-item-list .views-field-field-event-time-1 a {
  background-color: #57068C;
  color: white;
  display: block;
  width: 100px;
  text-align: center;
}
.event-item-list .views-field-field-event-time-1 .event_type_2 {
  background-color: #FF9C00;
}
.event-item-list .views-field-field-event-time-1 .event_type_4 {
  background-color: #59b2d1;
}
.event-item-list .views-field-field-event-time-1 .event_type_5 {
  background-color: #AFA513;
}
.event-item-list .views-field-field-event-time-1 .event_type_10 {
  background-color: #57068C;
}

#single-day-container {
  min-height: 1152px;
}

/***  Event Single Page  ***/
@media all and (max-width: 480px) {
  .not-front.node-type-event .content-inside .field-name-field-event-visitors,
  .not-front.node-type-event .content-inside .field-name-field-event-visitors-cn {
    width: 100% !important;
    clear: both;
    margin-bottom: 10px;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-map {
    width: 100% !important;
    clear: both;
  }
  .not-front.node-type-event .content-inside .event-details .event-details-text,
  .not-front.node-type-event .content-inside .event-details .event-details-widget {
    width: 100% !important;
    clear: both;
  }
}
@media all {
  .not-logged-in.node-type-event.i18n-zh-hans #content .tabs-primary {
    display: none !important;
  }

  .not-front.node-type-event .content-inside .field {
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-topic,
  .not-front.node-type-event .content-inside .field-name-field-event-speaker,
  .not-front.node-type-event .content-inside .field-name-field-event-time,
  .not-front.node-type-event .content-inside .field-name-field-event-location,
  .not-front.node-type-event .content-inside .field-name-field-event-registration,
  .not-front.node-type-event .content-inside .field_rsvp {
    clear: both;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-time .date-display-single,
  .not-front.node-type-event .content-inside .field-name-field-event-time .date-display-range {
    display: inline-block;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-visitors,
  .not-front.node-type-event .content-inside .field-name-field-event-visitors-cn {
    width: 48%;
    float: left;
    padding-top: 5px;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-map {
    width: 48%;
    float: right;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-map .field-items {
    margin-top: 20px;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-map .field-items img {
    float: right;
  }
  .not-front.node-type-event .content-inside .social-share {
    width: auto;
    height: 25px;
    float: left;
  }
  .not-front.node-type-event .content-inside .field-entry a {
    font-size: 12px;
    color: #D1126B;
    margin: 0;
    padding: 0;
  }
  .not-front.node-type-event .content-inside .field-entry.utility {
    width: auto;
    height: 25px;
    float: left;
    margin-right: 10px;
  }
  .not-front.node-type-event .content-inside .field-entry.translated-version {
    margin-bottom: 20px;
  }

  .not-front.node-type-event .content-inside .field {
    margin: 0;
    font-size: 14px;
    line-height: 1.75em;
  }
  .not-front.node-type-event .content-inside .field-label {
    margin-right: 10px;
  }
  .not-front.node-type-event .content-inside .field-label:after {
    content: ":";
  }
  .not-front.node-type-event .content-inside .field-name-field-image {
    margin-bottom: 30px;
  }
  .not-front.node-type-event .content-inside .field-name-body {
    margin-top: 20px;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-visitors,
  .not-front.node-type-event .content-inside .field-name-field-event-visitors-cn {
    margin-top: 20px;
    border-top: 1px solid #E9E9E9;
  }
  .not-front.node-type-event .content-inside .field-name-field-event-visitors .field-label,
  .not-front.node-type-event .content-inside .field-name-field-event-visitors-cn .field-label {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .not-front.node-type-event .content-inside #signup-edit-form, .not-front.node-type-event .content-inside #signup-form, .not-front.node-type-event .content-inside .field-name-field-rsvp {
    display: none;
  }
  .not-front.node-type-event .content-inside .node-type-event #signup-form-trigger {
    display: block;
    background-color: #5d1889;
    color: white;
    padding: 5px 10px;
    width: 80px;
    text-align: center;
    margin: 20px 0;
    -moz-box-shadow: #B2B3B7 2px 2px 10px;
    -webkit-box-shadow: #B2B3B7 2px 2px 10px;
    box-shadow: #B2B3B7 2px 2px 10px;
  }
  .not-front.node-type-event .content-inside .node-type-event #signup-form-trigger:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.node-type-event #page #main #content .field-name-field-event-rsvp-type {
  display: none;
}
.node-type-event #page #main #content .field-name-field-event-registration.field-type-registration {
  background-color: #5d1889;
  color: white;
  padding: 5px 10px;
  width: 80px;
  text-align: center;
  margin: 20px 0;
  font-weight: 300;
  -moz-box-shadow: #B2B3B7 2px 2px 10px;
  -webkit-box-shadow: #B2B3B7 2px 2px 10px;
  box-shadow: #B2B3B7 2px 2px 10px;
}
.node-type-event #page #main #content .field-name-field-event-registration.field-type-registration a {
  display: block;
  color: white;
  font-weight: 300;
}
.node-type-event #page #main #content .field-name-field-event-registration.field-type-registration:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

ul.tabs-secondary {
  overflow: auto;
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
}
ul.tabs-secondary li.tabs-secondary__tab {
  height: 25px;
  width: 120px;
  float: left;
  margin-right: 0px;
  border-right: 1px solid #aaa;
  padding: 5px 15px;
}
ul.tabs-secondary li.tabs-secondary__tab:last-child {
  border-right: none;
}

.registration-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.registration-table td, .registration-table th {
  border: 1px solid transparent;
  height: 30px;
  text-align: left;
}
.registration-table th {
  background: #EFEFEF;
  font-weight: bold;
}
.registration-table td {
  background: #FAFAFA;
}

.registration-p {
  padding: 15px 0px;
}
.registration-p a {
  color: #BF0000;
}

.page-events-workflow-summary .sticky-header {
  width: 100%;
}
.page-events-workflow-summary .views-table {
  width: 100%;
}
.page-events-workflow-summary .views-table tr {
  padding: 10px 0px;
}
.page-events-workflow-summary .views-table .view-workflow-summary .views-field-nothing {
  width: 60%;
}
.page-events-workflow-summary .views-table .view-workflow-summary .views-field-comment {
  width: 40%;
}

.page-events-workflow-history .sticky-header {
  width: 100%;
}
.page-events-workflow-history .sticky-header .views-table {
  width: 100%;
}
.page-events-workflow-history .sticky-header .views-table caption {
  font-size: 16px;
}
.page-events-workflow-history .sticky-header .views-table caption a {
  font-size: 16px;
}

@media all and (max-width: 480px) {
  .not-front.node-type-event .content-inside .field-entry {
    margin: 0px;
  }
}
/* events custom styles for individual event pages */
.page-node-register #page #main #content .field-name-field-cgaconf16-rsvp-dates .form-item .description p {
  font-size: 14px;
  padding: 5px 0px;
  color: #BF9000;
}
.page-node-register #page #main #content .field-name-field-cgaconf16-rsvp-dates .form-item .description p a {
  color: #FFC000 !important;
}
.page-node-register #page #main #content .registration-who-msg {
  display: none;
}

.not-logged-in.page-node-register #page #main #content ul.tabs-primary {
  display: none;
}

/*** Faculty landing page ***/
.faculty_boxes .faculty_top_first_box {
  width: 64%;
  float: left;
  max-height: 670px;
  margin-right: 50px;
  overflow: hidden;
}
.faculty_boxes .faculty_top_first_box img {
  margin-top: 0;
  width: 100%;
}
.faculty_boxes .faculty_top_first_box .faculty-list .faculty-item .item-content {
  background: #fff;
  padding: 20px 20px 20px 0;
  position: relative;
  margin: -125px 0 0 0;
  width: 90%;
}
.faculty_boxes .faculty_top_first_box .faculty-list .faculty-item .item-content h4 {
  margin: 0 0 0.5em;
  font-size: 18px;
  font-weight: 700;
}
.faculty_boxes .faculty_top_first_box .faculty-list .faculty-item .item-content p {
  max-width: 90%;
  font-size: 14px;
  color: #000000;
  padding: 0 0 10px 0;
  margin: 0 0 0.8em;
}
.faculty_boxes .faculty_top_first_box a {
  color: #57068C;
}
.faculty_boxes .faculty_top_second_box {
  float: left;
  width: 29.5%;
}
.faculty_boxes .faculty_top_second_box img {
  margin-top: 0;
  width: 100%;
}
.faculty_boxes .faculty_top_second_box .living-list .living-item {
  max-height: 325px;
  overflow: hidden;
}
.faculty_boxes .faculty_top_second_box .living-list .living-item .item-content {
  background: #fff;
  padding: 20px 20px 20px 0;
  position: relative;
  margin: -120px 0 0 0;
  width: 87%;
}
.faculty_boxes .faculty_top_second_box .living-list .living-item .item-content h4 {
  margin: 0 0 0.8em;
  font-size: 18px;
  font-weight: 700;
}
.faculty_boxes .faculty_top_second_box .living-list .living-item .item-content p {
  max-width: 100%;
  font-size: 14px;
  color: #000000;
  padding: 0 0 10px 0;
  margin: 0 0 0.8em;
}
.faculty_boxes .faculty_top_second_box .living-list:nth-child(2) {
  margin-top: 15px;
}
.faculty_boxes a {
  color: #57068C;
}

.faculty_boxes.sport-page .faculty_top_second_box .living-item {
  max-height: 100%;
}
.faculty_boxes.sport-page .faculty_top_second_box .living-item .item-content {
  padding-bottom: 0;
}

.faculty_boxes.research-career-page .faculty_top_first_box .faculty-item .item-content {
  top: auto;
  margin-top: -60px;
}
.faculty_boxes.research-career-page .faculty_top_second_box .living-list .item-content {
  top: auto;
  margin-top: -60px;
}
.faculty_boxes.research-career-page .faculty_top_second_box .living-list .item-content h4 {
  max-width: 100%;
}
.faculty_boxes.research-career-page .living-list:first-child {
  margin-bottom: 60px;
}

.faculty_boxes_bottom {
  clear: both;
}
.faculty_boxes_bottom .faculty_bottom_first_box {
  width: 64%;
  float: left;
  margin-right: 47px;
}
.faculty_boxes_bottom .faculty_bottom_first_box .info_box {
  border: 1px solid #57068C;
  text-align: center;
  max-height: 200px;
  min-height: 120px;
}
.faculty_boxes_bottom .faculty_bottom_first_box .info_box .Boldtext {
  font-size: 18px;
  display: block;
  margin: 15px;
  font-weight: 700;
}
.faculty_boxes_bottom .faculty_bottom_first_box .info_box .vertical-line {
  width: 100px;
  border-bottom: 1px solid #57068C;
  display: block;
  font-size: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.faculty_boxes_bottom .faculty_bottom_first_box .info_box .text {
  display: block;
  margin: 15px;
  color: #000000;
  font-size: 14px;
}
.faculty_boxes_bottom .faculty_bottom_first_box .img_box img {
  margin: 0;
  width: 100%;
  margin: 0;
}
.faculty_boxes_bottom .faculty_bottom_second_box {
  float: left;
  width: 30%;
}
.faculty_boxes_bottom .faculty_bottom_second_box .info_box {
  border: 1px solid #57068C;
  text-align: center;
  min-height: 120px;
}
.faculty_boxes_bottom .faculty_bottom_second_box .info_box .Boldtext {
  font-size: 18px;
  display: block;
  margin: 15px;
  font-weight: 700;
}
.faculty_boxes_bottom .faculty_bottom_second_box .info_box .vertical-line {
  width: 100px;
  border-bottom: 1px solid #57068C;
  display: block;
  font-size: 0px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.faculty_boxes_bottom .faculty_bottom_second_box .info_box .text {
  display: block;
  margin: 15px;
  color: #000000;
  font-size: 14px;
}
.faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1) {
  margin-bottom: 30px;
}
.faculty_boxes_bottom .faculty_bottom_second_box .img_box img {
  margin: 0;
  width: 100%;
  margin: 0;
}

.faculty_boxes.CdC .faculty_top_first_box .faculty-list .item-content {
  top: -85px;
}
.faculty_boxes.CdC .faculty_top_second_box .living-list .item-content {
  top: -80px;
}

.faculty_boxes_bottom.CDc .faculty_bottom_first_box .img_box {
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 170px;
  margin-bottom: 25px;
}
.faculty_boxes_bottom.CDc .faculty_bottom_second_box .info_box {
  height: auto;
  min-height: 300px;
  max-height: inherit;
  border: 1px solid #57068C;
  padding-top: 20%;
}
.faculty_boxes_bottom.CDc .faculty_bottom_second_box .info_box a {
  background: url("../images/p-CDC-1-05.jpg") no-repeat 20% center;
  height: 35px;
  display: block;
  padding-top: 0;
  padding-left: 70px;
}

.page-node-15215 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1),
.section-students .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1) {
  margin-bottom: 25px;
  border: 1px solid #57068C;
}
.page-node-15215 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(2),
.section-students .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(2) {
  min-height: 120px;
}
.page-node-15215 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(2) .Boldtext,
.section-students .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(2) .Boldtext {
  margin-top: 15px;
}

.page-node-12600 .faculty_boxes .faculty_top_first_box,
.page-node-12600 .faculty_boxes .faculty_top_second_box .living-list .living-item {
  margin-bottom: 0px;
}

/*** Faculty landing page ***/
/* Alumni page and Student page */
@media (min-width: 992px) {
  .page-node-5778 .faculty_boxes .faculty_top_first_box,
  .page-node-14125 .faculty_boxes .faculty_top_first_box,
  .page-node-14101 .faculty_boxes .faculty_top_first_box {
    max-height: 560px;
  }
  .page-node-5778 .faculty_boxes .faculty_top_first_box .faculty-list .faculty-item .item-content,
  .page-node-14125 .faculty_boxes .faculty_top_first_box .faculty-list .faculty-item .item-content,
  .page-node-14101 .faculty_boxes .faculty_top_first_box .faculty-list .faculty-item .item-content {
    top: -85px;
  }
  .page-node-5778 .faculty_boxes .faculty_top_second_box .living-list:nth-child(2),
  .page-node-14125 .faculty_boxes .faculty_top_second_box .living-list:nth-child(2),
  .page-node-14101 .faculty_boxes .faculty_top_second_box .living-list:nth-child(2) {
    margin-top: -70px;
  }
  .page-node-5778 .faculty_boxes .faculty_top_second_box .living-list .living-item,
  .page-node-14125 .faculty_boxes .faculty_top_second_box .living-list .living-item,
  .page-node-14101 .faculty_boxes .faculty_top_second_box .living-list .living-item {
    max-height: 345px;
  }
  .page-node-5778 .faculty_boxes .faculty_top_second_box .living-list .living-item .item-content,
  .page-node-14125 .faculty_boxes .faculty_top_second_box .living-list .living-item .item-content,
  .page-node-14101 .faculty_boxes .faculty_top_second_box .living-list .living-item .item-content {
    top: -80px;
  }
}

.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .img_box,
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box .img_box,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_first_box .img_box,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_second_box .img_box,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_first_box .img_box,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box .img_box {
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 170px;
  margin-bottom: 25px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1),
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1),
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1),
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1),
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1),
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1) {
  height: auto;
  min-height: 300px;
  max-height: inherit;
  text-align: left;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .img_box,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_first_box .img_box,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_first_box .img_box {
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 170px;
  margin-bottom: 25px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_first_box .info_box,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_first_box .info_box {
  min-height: 130px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .Boldtext,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .Boldtext,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .Boldtext {
  margin-bottom: 0px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .text,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .text,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .text {
  margin-top: 5px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .text p,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .text p,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .text p {
  margin-bottom: 20px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1),
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1),
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1) {
  margin-bottom: 25px;
  border: 1px solid #57068C;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(2),
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(2),
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(2) {
  min-height: auto;
  margin-bottom: 25px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1) p,
.page-node-14125 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1) p,
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1) p {
  margin-bottom: 20px;
}

.page-node-14101 .faculty_boxes .faculty_top_second_box .living-list .living-item {
  margin-bottom: -40px;
}
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1) {
  min-height: auto;
  text-align: center;
}
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-child(1) {
  min-height: 130px;
}
.page-node-14101 .faculty_boxes_bottom .faculty_bottom_second_box .info_box p {
  max-width: 100%;
}
.page-node-14101 .faculty_boxes_bottom .parent-box {
  border: 1px solid #57068C;
  text-align: center;
}
.page-node-14101 .faculty_boxes_bottom .parent-box .Boldtext {
  font-size: 18px;
  display: block;
  margin: 15px;
  font-weight: 700;
}
.page-node-14101 .faculty_boxes_bottom .parent-box .vertical-line {
  width: 100px;
  border-bottom: 1px solid #57068C;
  display: block;
  font-size: 0px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.page-node-14101 .faculty_boxes_bottom .parent-box .text {
  display: block;
  margin: 15px;
  color: #000000;
  font-size: 14px;
}

/* End - Alumni page and Student page */
/* Students page only */
@media (min-width: 992px) {
  .page-node-5778 .faculty_boxes .faculty_top_second_box .living-list:nth-last-child(1) {
    margin-top: -25px !important;
  }
  .page-node-5778 .faculty_boxes .faculty_top_second_box .living-list .living-item {
    max-height: 325px !important;
  }
}

/* Parents page only */
.page-node-14101 .faculty_boxes .faculty_top_first_box .faculty-item {
  overflow: hidden;
}
.page-node-14101 .faculty_boxes .faculty_top_first_box .faculty-item .item-content {
  top: -100px !important;
}
@media (min-width: 992px) {
  .page-node-14101 .faculty_boxes .faculty_top_first_box .faculty-item .item-content {
    margin-bottom: -100px;
  }
}
@media (max-width: 991px) {
  .page-node-14101 .faculty_boxes .faculty_top_first_box {
    margin-bottom: -100px;
  }
}
.page-node-14101 .faculty_boxes .faculty_top_second_box .living-list:nth-last-child(1) {
  margin-top: -25px !important;
}
.page-node-14101 .faculty_boxes .faculty_top_second_box .living-list .living-item h4 {
  max-width: 100% !important;
}

.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1),
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1) {
  min-height: 130px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1),
  .page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box .info_box:nth-last-child(1) {
    min-height: auto;
  }
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .img_box {
  min-height: 153px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box {
  height: auto;
  max-height: 200px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(-n+ 2) {
  height: auto;
  min-height: auto;
  margin-bottom: 25px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .text {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(-n+ 2) {
    float: left;
    height: auto;
    min-height: 130px;
    max-height: inherit;
    width: 46%;
  }
  .page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) {
    margin-left: 8%;
  }
  .page-node-5778 .faculty_boxes_bottom .faculty_bottom_first_box .info_box:nth-last-child(1) .Boldtext {
    margin-bottom: 15px;
  }
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box .img_box {
  min-height: 130px;
}
.page-node-5778 .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1) {
  margin-bottom: 0;
  border: none;
}

/* End - Students page only */
/*** Faculty filter pages ***/
.absolute-vertical-center {
  position: absolute;
  width: 100%;
  top: 35%;
}

.view-display-id-category_filter .view-filters .exposed-filters {
  display: none;
}
.view-display-id-category_filter .view-menu #faculty-menu .display-type,
.view-display-id-category_filter .view-menu #faculty-menu .filter-btn,
.view-display-id-category_filter .view-menu #faculty-menu .categories-btn {
  display: none;
}
.view-display-id-category_filter .view-menu #faculty-menu #search-filter {
  float: right;
  margin-right: 0;
}

.view-faculty-directory .view-header article header h2 {
  display: none;
}
.view-faculty-directory .exposed-filter.edit-rank-wrapper ul li {
  padding: 5px 0 0 21px;
}
.view-faculty-directory .exposed-filter.edit-rank-wrapper ul li a {
  font-size: 16px;
  font-weight: 500;
}
.view-faculty-directory .views-widget-filter-flagged {
  display: none;
}
.view-faculty-directory .filter-orderBY {
  float: left;
  position: relative;
  width: 97%;
  padding: 0;
  text-align: right;
  color: #757575;
  margin-top: 10px;
}

.page-academics-faculty-filter .view-filters .view-category {
  display: none;
}

.view-faculty .view-header {
  width: 100%;
  height: 0;
  padding-bottom: 42%;
}
.view-faculty .view-header .faculty-header-banner {
  width: 100%;
  height: 0;
  padding-bottom: 42%;
  background: #ddd url("../images/faculty-directory.jpg") no-repeat center center;
  background-size: cover;
}
.view-faculty .view-menu #faculty-menu {
  width: 100%;
  height: 65px;
  text-align: center;
  position: relative;
}
.view-faculty .view-menu #faculty-menu .heading {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #57068C;
  height: 100%;
  line-height: 36px;
}
.view-faculty .view-menu #faculty-menu .search-filter {
  padding: 0;
}
.view-faculty .view-menu #faculty-menu .search-filter .search-field {
  width: 75%;
  border: 1px solid #D2D2D2;
}
.view-faculty .view-menu #faculty-menu .search-filter .search-field #search-value-placeholder {
  padding: 7px;
  width: 100%;
  border: none !important;
  background: #fff;
}
.view-faculty .view-menu #faculty-menu .search-filter .submit-btn {
  width: 24%;
  height: 100%;
}
.view-faculty .view-menu #faculty-menu .search-filter .submit-btn #fake-btn {
  color: #000;
  background-color: #CECECE;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  border: none;
}
.view-faculty .view-menu #faculty-menu .display-type {
  height: 36px;
  width: 25%;
}
.view-faculty .view-menu #faculty-menu .display-type .faculty-filter-btn {
  float: left;
  width: 50%;
  height: 100%;
}
.view-faculty .view-menu #faculty-menu .display-type .faculty-filter-btn:hover {
  cursor: pointer;
}
.view-faculty .view-menu #faculty-menu .display-type .faculty-filter-btn:active, .view-faculty .view-menu #faculty-menu .display-type .faculty-filter-btn.active {
  background-color: #57068C;
}
.view-faculty .view-menu #faculty-menu .display-type .faculty-filter-btn a {
  width: 100%;
  height: 100%;
}
.view-faculty .view-menu #faculty-menu .display-type .grid {
  background: #CECECE url("../images/display-type-grid-btn-bk.png") no-repeat center center;
}
.view-faculty .view-menu #faculty-menu .display-type .grid:hover {
  cursor: pointer;
}
.view-faculty .view-menu #faculty-menu .display-type .list {
  background: #CECECE url("../images/display-type-list-btn-bk.png") no-repeat center center;
}
.view-faculty .view-menu #faculty-menu .cat-fil-btn {
  cursor: pointer;
  text-align: center;
  background: #CECECE;
}
.view-faculty .view-menu #faculty-menu .cat-fil-btn.active {
  background: #57068C;
}
.view-faculty .view-menu #faculty-menu .filter-btn {
  color: #fff;
  width: 21%;
  line-height: 36px;
}
.view-faculty .view-menu #faculty-menu .categories-btn {
  color: #fff;
  padding: 8px 5px;
  width: 42%;
  height: 100%;
  float: right;
  cursor: pointer;
}
.view-faculty .view-container {
  position: relative;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 900px;
}
.view-faculty .view-container .view-content {
  float: left;
}
.view-faculty .view-container .view-content .views-row {
  position: relative;
  background-color: white;
}
.view-faculty .view-container .view-content .views-row a {
  display: block;
  color: #57068C;
  font-weight: 500;
}
.view-faculty .view-container .view-content .views-row .views-field-field-profile-picture a {
  display: block;
}
.view-faculty .view-container .view-content .faculty-grid-directory {
  margin-top: 20px;
}
.view-faculty .view-container .view-content .views-field {
  padding: 8px;
}
.view-faculty .view-container .view-content .views-field-field-faculty-rank,
.view-faculty .view-container .view-content .views-field-field-discipline,
.view-faculty .view-container .view-content .views-field-field-official-title {
  padding-bottom: 0;
}
.view-faculty .view-container .view-content .views-field-field-faculty-rank a,
.view-faculty .view-container .view-content .views-field-field-discipline a,
.view-faculty .view-container .view-content .views-field-field-official-title a {
  display: inline;
  line-height: 1.2em;
}
.view-faculty .view-container .view-content .views-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.view-faculty .view-container .view-content .views-row a:hover {
  color: #6C5995;
}
.view-faculty .view-container .view-content .views-row a:active {
  color: #322156;
}
.view-faculty .view-container .view-content .faculty-grid-directory.listActive {
  padding-right: 10px;
}
.view-faculty .view-container .view-content .faculty-grid-directory.listActive .views-row {
  width: auto !important;
}
.view-faculty .view-container .view-content .faculty-grid-directory.listActive .views-field-field-profile-picture a {
  line-height: 10px;
}
.view-faculty .view-container .view-content .faculty-grid-directory.listActive .views-field-title {
  padding: 6px;
  line-height: 24px;
}
.view-faculty .view-container .view-content .faculty-grid-directory.listActive .views-field-title a {
  font-size: 18px;
  font-weight: 500;
}
.view-faculty .view-container .view-content .faculty-grid-directory.listActive .views-field-title a:hover {
  color: #322156;
}
.view-faculty .view-container .view-content.expand .faculty-grid-directory.listActive {
  padding: 0;
}
.view-faculty .view-container .view-filters {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  overflow: hidden;
  float: right;
  margin-top: 20px;
}
.view-faculty .view-container .view-filters .exposed-filters {
  width: 100%;
  background-color: #fff;
  top: -16px;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widget {
  width: 100%;
  padding: 0 10px 10px 10px;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widget .form-item input[type=radio] {
  overflow: hidden;
  margin-left: -37px;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widget .form-item input[type=radio]:checked + .option {
  font-weight: bold;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widget .form-item .active-term {
  font-weight: bold;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widget .form-item label {
  color: #57068C;
  line-height: 3em;
  font-size: 14px;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widget .form-item label:hover {
  cursor: pointer;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-widget-filter-term_node_tid_depth_i18n label[for="edit-term-node-tid-depth-i18n"] {
  font-weight: normal;
  color: #000;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 10px;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-widget-sort-by {
  display: none;
}
.view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-widget-sort-by label[for="edit-sort-by"] {
  font-weight: normal;
  color: #000;
  font-size: 26px;
  padding-top: 10px;
  margin: 0 0 10px -10px;
  line-height: 1.25em;
}
.view-faculty .view-container .view-filters .exposed-filters .views-widget-filter-field_preferred_name_value {
  display: none;
}
.view-faculty .view-container .view-filters .exposed-filters .views-widget-filter-field_preferred_name_value #edit-field-preferred-name-value {
  border: 1px solid #ddd;
  background-color: #fff;
}
.view-faculty .view-container .view-filters .exposed-filters .views-widget-sort-by {
  display: block;
  clear: both;
}
.view-faculty .view-container .view-filters .exposed-filters .views-widget-sort-order {
  display: none;
}
.view-faculty .view-container .view-filters .exposed-filters .views-submit-button {
  position: absolute;
  bottom: -2000px;
}
.view-faculty .view-container .view-filters .view-category {
  width: 100%;
}
.view-faculty .view-container .view-filters .view-category .content-container {
  background-color: #fff;
  padding: 0 10px 10px 10px;
}
.view-faculty .view-container .view-filters .view-category .content-container .header h3 {
  margin-top: 0;
  font-size: 26px;
  color: #000;
  padding-top: 10px;
  margin-bottom: 10px;
}
.view-faculty .view-container .view-filters .view-category .content-container ul li {
  line-height: 1.5em;
  padding: 10px 0;
}
.view-faculty .view-container .view-filters .view-category .content-container ul li a {
  color: #57068C;
  font-size: 14px;
}
.view-faculty .view-container .view-filters .view-category .content-container ul li.active-term {
  font-weight: bold;
}
.view-faculty .view-container .view-filters .view-category #faculty-rank .content-container {
  border-top: 1px solid #ddd;
}
.view-faculty .view-empty {
  width: 72%;
  background: white;
  margin-top: 20px;
  height: 300px;
}
.view-faculty .view-empty p {
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}
.view-faculty .clear {
  clear: both;
}
.view-faculty .views-exposed-widget.view-rank {
  border-top: #B2B3B7 1px solid;
}

@media all and (min-width: 786px) {
  #faculty-menu .heading {
    width: 33%;
    margin-right: 1%;
  }
  #faculty-menu .search-filter {
    width: 32%;
    margin-right: 1%;
  }
  #faculty-menu .filter-display-btn-wrapper {
    width: 33%;
  }

  .view-faculty .view-menu #faculty-menu .filter-btn {
    margin-left: 4%;
  }
}
@media all and (max-width: 785px) {
  #faculty-menu .heading {
    width: 49%;
    margin-right: 1%;
  }
  #faculty-menu .search-filter {
    width: 49%;
    margin-left: 1%;
  }
  #faculty-menu .filter-display-btn-wrapper {
    width: 100%;
    float: right;
    margin-top: 10px;
  }

  .view-faculty .view-menu #faculty-menu .filter-btn {
    margin-left: 3%;
  }

  .view-faculty .view-menu #faculty-menu .categories-btn {
    width: 47%;
  }

  .view-faculty .view-container {
    margin-top: 10%;
  }
}
@media all and (min-width: 599px) and (max-width: 785px) {
  .view-faculty .view-container .view-content {
    width: 74%;
  }

  .view-faculty .view-container .view-filters {
    width: 26%;
  }
}
@media all and (max-width: 599px) {
  .view-faculty .view-container .view-content,
  .view-faculty .view-container .view-empty {
    width: 64%;
  }

  .view-faculty .view-container .view-filters {
    width: 35%;
  }
}
@media all and (max-width: 479px) {
  .view-faculty .view-menu #faculty-menu .heading,
  #faculty-menu .search-filter {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .view-faculty .view-container {
    margin-top: 100px;
  }
  .view-faculty .view-container .view-filters .view-category .content-container .header h3 {
    font-size: 15px !important;
    margin-bottom: 5px;
  }
  .view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-term_node_tid_depth_i18n label[for="edit-term-node-tid-depth-i18n"] {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .view-faculty .view-container .view-filters .exposed-filters .views-exposed-form .views-exposed-widgets .views-widget-sort-by label[for="edit-sort-by"] {
    color: #000;
    font-size: 15px;
    margin: 0 0 5px -10px;
  }

  .faculty-grid-directory.listActive .views-field-field-profile-picture {
    width: 100%;
    padding: 0;
  }

  .view-faculty-directory .view-container .view-content .faculty-grid-directory .views-row {
    float: left;
    width: 48%;
    margin: 1%;
  }

  .view-faculty-directory .faculty-grid-directory.listActive {
    overflow: hidden;
  }

  .view-faculty-directory .faculty-grid-directory.listActive .views-field-field-profile-picture {
    width: 35%;
  }
}
@media all and (min-width: 479px) {
  .faculty-grid-directory.listActive .views-field-field-profile-picture {
    float: left;
    width: 21%;
  }
  .faculty-grid-directory.listActive .views-field-body {
    margin-left: 22%;
  }

  .faculty-grid-directory.listActive .views-field-title {
    margin-right: 55px;
  }
}
/** New Faculty Page **/
.view-faculty-directory .float-left {
  float: left;
}
.view-faculty-directory #edit-preferred-name-wrapper,
.view-faculty-directory #edit-field-research-interests-value-wrapper,
.view-faculty-directory #edit-field-courses-taught-value-wrapper,
.view-faculty-directory #edit-field-teaching-interests-value-wrapper {
  display: none;
}
.view-faculty-directory .view-container .view-content .views-row {
  position: relative;
  background-color: white;
}
.view-faculty-directory .view-container .view-content .views-row a {
  display: block;
  color: #57068C;
  font-weight: 500;
}
.view-faculty-directory .view-container .view-content .views-row .views-field-field-profile-picture a {
  display: block;
}
.view-faculty-directory .view-container .view-content .views-field {
  padding: 8px;
}
.view-faculty-directory .view-container .view-content .views-field-field-faculty-rank,
.view-faculty-directory .view-container .view-content .views-field-field-discipline,
.view-faculty-directory .view-container .view-content .views-field-field-official-title {
  padding: 5px 8px;
}
.view-faculty-directory .view-container .view-content .views-field-field-faculty-rank a,
.view-faculty-directory .view-container .view-content .views-field-field-discipline a,
.view-faculty-directory .view-container .view-content .views-field-field-official-title a {
  display: inline;
  line-height: 1.2em;
  font-weight: 400;
}
.view-faculty-directory .view-container .view-content .views-row {
  overflow: hidden;
  padding: 20px 0px;
}
.view-faculty-directory .view-container .view-content .views-row a:hover {
  color: #6C5995;
}
.view-faculty-directory .view-container .view-content .views-row a:active {
  color: #322156;
}
.view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-row {
  width: 100% !important;
}
.view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field {
  margin-left: 17%;
}
.view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field-field-profile-picture {
  margin-left: 0;
  float: left;
  width: 15%;
}
.view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field-field-profile-picture a {
  line-height: 10px;
}
.view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field-title {
  padding: 6px;
}
@media all and (min-width: 786px) {
  .view-faculty-directory .view-container .view-content,
  .view-faculty-directory .view-container .view-empty {
    width: 70%;
    float: left;
  }
  .view-faculty-directory .view-container .faculty-directory-filter {
    width: 25%;
    float: left;
  }
  .view-faculty-directory .view-container .faculty-directory-filter h5 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
}
@media all and (max-width: 785px) {
  .view-faculty-directory .view-container .exposed-filter {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.view-faculty-directory .view-container .view-content,
.view-faculty-directory .view-container .view-empty {
  margin: 20px 2%;
}
.view-faculty-directory .view-container .exposed-filter {
  background: #ffffff;
}
.view-faculty-directory .view-empty {
  background: white;
  height: 300px;
}
.view-faculty-directory .view-empty p {
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}
.view-faculty-directory .clear {
  clear: both;
}

.i18n-zh-hans.page-academics-faculty-directory #navigation .region-navigation #block-menu-block-5 {
  display: block !important;
}

#faculty-header-banner {
  overflow: hidden;
}
#faculty-header-banner .heading {
  font-size: 18px;
  height: 39px;
  line-height: 39px;
  width: 25%;
}
#faculty-header-banner .heading .heading-title {
  height: 100%;
}
#faculty-header-banner .heading .heading-title a {
  display: block;
  height: 100%;
  width: 100%;
  background: #57068C;
  color: #fff;
}
#faculty-header-banner .heading .heading-title a span {
  background: url("https://cdn.shanghai.nyu.edu/themes/custom/shanghai/images/email.svg");
  background-size: 100% 100%;
  display: block;
  float: left;
  width: 23px;
  height: 15px;
  margin: 13px 15px 8px 10px;
  display: none;
}
#faculty-header-banner .heading .heading-title a p {
  text-align: center;
  line-height: 39px;
  font-size: 16px;
}
#faculty-header-banner .search-filter {
  padding: 0 2px;
}
#faculty-header-banner .search-filter .search-field {
  width: 75%;
}
#faculty-header-banner .search-filter .search-field #search-value-placeholder {
  border: 1px solid #D2D2D2;
  padding: 7px;
  width: 100%;
  background: #fff;
}
#faculty-header-banner .search-filter .submit-btn {
  width: 25%;
  height: 100%;
}
#faculty-header-banner .search-filter .submit-btn #search-fake-btn {
  color: #000;
  background-color: #CECECE;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  border: none;
}
#faculty-header-banner .filter-display-btn-wrapper {
  height: 36px;
}
#faculty-header-banner .filter-display-btn-wrapper .faculty-filter-btn {
  float: left;
  width: 50%;
  height: 100%;
  padding: 1.5px 0px;
}
#faculty-header-banner .filter-display-btn-wrapper .faculty-filter-btn:hover {
  cursor: pointer;
}
#faculty-header-banner .filter-display-btn-wrapper .faculty-filter-btn:active, #faculty-header-banner .filter-display-btn-wrapper .faculty-filter-btn.active {
  background-color: #5d1889;
}
#faculty-header-banner .filter-display-btn-wrapper .faculty-filter-btn a {
  width: 100%;
  height: 100%;
}
#faculty-header-banner .filter-display-btn-wrapper .grid {
  background: #CECECE url("../images/display-type-grid-btn-bk.png") no-repeat center center;
}
#faculty-header-banner .filter-display-btn-wrapper .grid:hover {
  cursor: pointer;
}
#faculty-header-banner .filter-display-btn-wrapper .list {
  background: #CECECE url("../images/display-type-list-btn-bk.png") no-repeat center center;
}

.faculty-discipline-or-rank {
  margin-left: 22%;
  margin-top: 10px;
  font-size: 12px;
}
.faculty-discipline-or-rank a {
  font-size: 12px;
  color: #2b4bd6;
}

@media (max-width: 1280px) {
  .faculty_boxes_bottom .faculty_bottom_second_box .info_box {
    min-height: auto;
  }
  .faculty_boxes_bottom .faculty_bottom_second_box .info_box .text {
    margin: 5px;
  }
}
@media (max-width: 1199px) {
  /***** Faculty landing page *****/
  .faculty_boxes .faculty_top_first_box {
    width: 60%;
    margin-right: 30px;
    max-height: 650px;
  }
  .faculty_boxes .faculty_top_second_box {
    width: 35%;
  }
  .faculty_boxes .faculty_top_second_box h4 {
    max-width: 100%;
  }
  .faculty_boxes .faculty_top_second_box p {
    max-width: 100% !important;
  }
  .faculty_boxes .faculty_top_second_box .item-content {
    padding-bottom: 0px;
  }

  .faculty_boxes_bottom .faculty_bottom_first_box {
    width: 60%;
    margin-right: 30px;
  }
  .faculty_boxes_bottom .faculty_bottom_second_box {
    width: 35%;
  }

  /***** Faculty landing page *****/
}
@media (max-width: 1024px) {
  .faculty_boxes_bottom .faculty_bottom_second_box > div:nth-child(1) {
    margin-bottom: 20px !important;
  }
  .faculty_boxes_bottom .faculty_bottom_second_box .info_box .Boldtext {
    margin: 10px;
  }
}
@media (max-width: 991px) {
  /***** Faculty landing page *****/
  .faculty_boxes .faculty_top_first_box {
    width: 100%;
    margin: 0;
    max-height: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  .faculty_boxes .faculty_top_second_box {
    width: 100%;
  }
  .faculty_boxes .faculty_top_second_box .living-list .living-item {
    max-height: 100%;
    height: auto;
    margin-bottom: -110px;
  }

  .faculty_boxes_bottom .faculty_bottom_first_box,
  .faculty_boxes_bottom .faculty_bottom_second_box {
    width: 100%;
    margin-right: 0px;
  }
  .faculty_boxes_bottom .faculty_bottom_second_box {
    margin-top: 20px;
  }

  /***** Faculty landing page *****/
  .faculty_boxes_bottom.CDc .faculty_bottom_second_box .info_box {
    min-height: 100%;
    padding-top: 0;
  }
  .faculty_boxes_bottom.CDc .faculty_bottom_second_box .info_box a {
    background-position: top -10px center;
    height: 60px;
    padding: 40px 0 0 0;
  }

  .faculty_boxes.CdC .faculty_top_first_box {
    margin-bottom: -90px;
  }

  .faculty_boxes .faculty_top_second_box .living-list:nth-child(2) {
    margin: 150px 0;
  }

  .view-faculty-directory .view-container .view-content {
    margin: 20px 0%;
  }
  .view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field-field-profile-picture {
    width: 25%;
    margin-left: 0 !important;
  }
  .view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field {
    margin-left: 27%;
  }
  .view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-row {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480px) {
  .view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field-field-profile-picture {
    width: 100%;
  }
  .view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-field {
    margin-left: 0%;
  }
  .view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-row {
    margin: 0 0 15px 0;
  }
}
@media all and (max-width: 786px) {
  #faculty-header-banner .heading {
    width: 95%;
    margin-bottom: 10px;
  }

  #faculty-header-banner .search-filter {
    width: 60%;
  }

  #faculty-header-banner .filter-display-btn-wrapper {
    width: 34%;
  }

  #faculty-header-banner .heading {
    clear: both;
  }

  .faculty-discipline-or-rank {
    margin-left: 0;
  }

  /***** Faculty landing page *****/
  .faculty_boxes .faculty_top_first_box,
  .faculty_boxes .faculty_top_second_box {
    width: 100%;
  }
  .faculty_boxes .faculty_top_second_box {
    margin-top: 15px;
  }
  .faculty_boxes .faculty_top_second_box .living-list > div:nth-child(2) {
    margin-top: 42px;
  }

  .faculty_boxes_bottom {
    margin-top: 45px;
  }
  .faculty_boxes_bottom .faculty_bottom_first_box,
  .faculty_boxes_bottom .faculty_bottom_second_box {
    width: 100%;
    margin-right: 0px;
  }
  .faculty_boxes_bottom .faculty_bottom_first_box {
    margin-bottom: 25px;
    margin-top: 50px;
  }

  /***** Faculty landing page *****/
}
@media all and (min-width: 786px) {
  #faculty-header-banner .heading {
    width: 25%;
  }

  #faculty-header-banner .search-filter {
    width: 54.5%;
  }

  #faculty-header-banner .filter-display-btn-wrapper {
    width: 20%;
  }
}
#faculty-header-banner .search-filter {
  height: 39px;
}
#faculty-header-banner .search-filter > div {
  height: 100%;
}
#faculty-header-banner .search-filter > div input {
  height: 100%;
}

.view-faculty-directory .view-container .exposed-filter-item.active a,
#block-nyu-sh-block-faculty-rank-filter .exposed-filter-item.active a {
  color: #5d1889;
}
.view-faculty-directory .view-container .exposed-filter-item.exposed-filter-item-select-all,
#block-nyu-sh-block-faculty-rank-filter .exposed-filter-item.exposed-filter-item-select-all {
  margin-bottom: 10px;
}
.view-faculty-directory .view-container .exposed-filter-item.exposed-filter-item-select-all a,
#block-nyu-sh-block-faculty-rank-filter .exposed-filter-item.exposed-filter-item-select-all a {
  color: #333333;
  font-size: 14px;
}
.view-faculty-directory .view-container a,
#block-nyu-sh-block-faculty-rank-filter a {
  color: #57068C;
}
.view-faculty-directory .view-container a:hover,
#block-nyu-sh-block-faculty-rank-filter a:hover {
  color: #6C5995;
}
.view-faculty-directory .view-container a:active,
#block-nyu-sh-block-faculty-rank-filter a:active {
  color: #322156;
}

#block-nyu-sh-block-faculty-rank-filter .exposed-filter-item:hover,
#block-nyu-sh-block-faculty-rank-filter a:hover,
#block-nyu-sh-block-faculty-rank-filter a:active {
  background: none;
}

.views-exposed-widget.views-widget-sort-by,
.views-exposed-widget.views-widget-sort-order {
  display: none;
}

#faculty-directory-sort-order {
  cursor: pointer;
  color: #757575;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.exposed-filter.edit-rank-wrapper li.exposed-filter-item-select-all {
  display: none;
}

.exposed-filter.edit-discipline-wrapper li {
  padding: 5px 0 0 21px;
}
.exposed-filter.edit-discipline-wrapper li a {
  font-size: 16px;
  font-weight: 500;
}
.exposed-filter.edit-discipline-wrapper li.exposed-filter-item-select-all {
  display: none;
}

#block-nyu-sh-block-faculty-rank-filter {
  display: none;
}

.faculty-filter-archive-appointments.active {
  background: #ccc;
}

div#faculty-directory {
  width: 100%;
  margin: 10px 0;
}

div#faculty-directory ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

div#faculty-directory ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 0.2%;
  padding: 0;
  width: 24.85%;
  height: 39px;
  box-sizing: border-box;
  background: #DD5100;
  cursor: pointer;
}

div#faculty-directory ul li:first-child {
  margin: 0 0 10px 0px !important;
}

div#faculty-directory ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 39px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
}

.not-front .content-inside .related-nodes-region {
  margin-top: 100px;
  margin-bottom: 0px;
}
.not-front .content-inside .related-nodes-region .related-nodes-item {
  border-bottom: none;
  position: relative;
}
.not-front .content-inside .related-nodes-region .related-nodes-item .title {
  background: #fff;
  padding: 12px 30px 0 0;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 86%;
  height: auto;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 2;
  color: #57068C;
  font-weight: 500;
  font-size: 14px;
}
.not-front .content-inside .related-nodes-region .related-nodes-item img {
  width: 100%;
}
.not-front .content-inside .related-nodes-region .related-nodes-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .5;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.not-front .content-inside .related-nodes-region .related-nodes-item:hover:after {
  opacity: 0;
}
.not-front .content-inside .related-nodes-region .link-list ul, .not-front .content-inside .related-nodes-region .link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.not-front .content-inside .related-nodes-region .link-list ul li {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-bottom: 5%;
}
.not-front .content-inside .related-nodes-region .link-list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.not-front .content-inside .related-nodes-region .link-list .link-item {
  margin-bottom: 20px;
  position: relative;
}
.not-front .content-inside .related-nodes-region .link-list .link-item .item-image img {
  width: 100%;
}

.not-front.page-node-2372 .content-inside .related-nodes-region {
  margin-top: 15px !important;
}

.view-faculty-directory .exposed-filter.edit-rank-wrapper ul li.active a,
.view-faculty-directory .exposed-filter.edit-discipline-wrapper ul li.active a {
  color: #D6374C !important;
}

.not-front .content-inside .field-name-body, .not-front .content-inside .taxonomy-term-description, .not-front .content-inside .webform-confirmation, .not-front .content-inside .field-name-field-body-2 {
  padding: 0;
  margin-top: 10px;
}

@media (max-width: 550px) {
  div#faculty-directory ul li {
    width: 24.8%;
  }

  div#faculty-directory ul li a {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  div#faculty-directory ul li {
    width: 23.5%;
  }
}
.view-faculty-directory .faculty-directory-filter {
  margin-top: 45px;
}
.view-faculty-directory .faculty-directory-filter h5 {
  cursor: pointer;
  background: #F1F1F1;
  padding: 10px 0;
  margin: 5px 0;
  transition: all 0.2s ease;
}
.view-faculty-directory .faculty-directory-filter h5 span {
  background: url("https://cdn.shanghai.nyu.edu/themes/custom/shanghai/images/add.svg");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin: 6px 6px 6px 10px;
  display: block;
  float: left;
}
.view-faculty-directory .faculty-directory-filter .exposed-filter {
  display: none;
}
.view-faculty-directory .faculty-directory-filter > div.show .exposed-filter {
  display: block;
}
.view-faculty-directory .faculty-directory-filter > div.show h5 span {
  transform: rotate(90deg);
}

#faculty-header-banner .heading .heading-title a {
  background: #57068C;
}

#faculty-header-banner .filter-display-btn-wrapper {
  display: none;
}

#faculty-header-banner .search-filter .submit-btn #search-fake-btn {
  background: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px;
  font-size: 13px;
  color: #57068C;
  padding-top: 5px;
  text-align: right;
}

#faculty-header-banner .search-filter {
  position: relative;
  width: 97% !important;
  padding: 0 !important;
}
#faculty-header-banner .search-filter input {
  width: 100%;
  padding-left: 30px;
}

#faculty-header-banner .search-filter .search-field {
  width: 100%;
}

.view-faculty-directory .view-container .view-content .faculty-grid-directory.listActive .views-row {
  border: 1px solid #eee;
  padding: 10px !important;
  margin-bottom: 10px;
}

.view-faculty-directory .view-container .faculty-directory-filter {
  margin-top: 20px;
}
.view-faculty-directory .view-container .faculty-directory-filter .current-appointments-filter {
  border: 1px solid #eee;
  position: relative;
  padding: 15px 15px;
  margin-bottom: 10px;
}
.view-faculty-directory .view-container .faculty-directory-filter .current-appointments-filter p {
  margin: 0;
  line-height: 2;
  font-size: 14px;
}
.view-faculty-directory .view-container .faculty-directory-filter .archived-appointments-filter {
  border: 1px solid #eee;
  position: relative;
  padding: 15px 15px;
  margin-bottom: 10px;
}
.view-faculty-directory .view-container .faculty-directory-filter .archived-appointments-filter p {
  margin: 0;
  line-height: 2;
  font-size: 14px;
}
.view-faculty-directory .view-container .faculty-directory-filter .disciplines-filter {
  border: 1px solid #eee;
  position: relative;
  padding: 15px 15px;
  margin-bottom: 10px;
}
.view-faculty-directory .view-container .faculty-directory-filter .disciplines-filter p {
  margin: 0;
  line-height: 2;
  font-size: 14px;
}

.view-faculty-directory .faculty-directory-filter h5 {
  background: none;
  border: none;
  position: absolute;
  top: 0px;
  right: 10px;
}
.view-faculty-directory .faculty-directory-filter h5 span {
  color: #fff !important;
  width: 12px;
  height: 12px;
  font-size: 12px;
  border-radius: 6px;
}

ul.pager li.pager-current {
  background: #57068C;
  height: 40px;
  line-height: 40px;
}

ul.pager li {
  height: 40px;
  line-height: 40px;
}

ul.pager li a {
  height: 40px;
  line-height: 40px;
}

div#faculty-directory.faculty-directory-links {
  margin-top: 30px;
  margin-bottom: 0;
}
div#faculty-directory.faculty-directory-links ul {
  display: flex;
}
div#faculty-directory.faculty-directory-links ul li a {
  background: #fff;
  border: 1px solid #57068C;
  font-size: 16px;
  font-weight: 500;
  color: #57068C;
  line-height: 36px;
}

#faculty-header-banner .heading {
  width: 100%;
}

/* Staff page */
.faculty_boxes.staff .faculty_top_first_box {
  max-height: 600px;
}

@media (max-width: 991px) {
  .faculty_boxes.staff .faculty_top_first_box {
    max-height: 100%;
  }
}
@media (max-width: 480px) {
  /***** Faculty landing page *****/
  .faculty_boxes .faculty_top_second_box .living-list > div:nth-child(2) {
    margin-top: 0px;
  }

  .faculty_boxes_bottom {
    margin-top: 0px;
  }

  .i18n-zh-hans .faculty_boxes .faculty_top_first_box {
    max-height: 530px;
  }
  .i18n-zh-hans .faculty_boxes .faculty_top_first_box .item-content {
    padding-bottom: 0px;
  }

  /***** Faculty landing page *****/
}
@media (max-width: 414px) {
  .faculty_boxes_bottom {
    margin-top: 25px;
  }

  .i18n-zh-hans .faculty_boxes_bottom {
    margin-top: 0px;
  }
}
@media (max-width: 375px) {
  .faculty_boxes_bottom {
    margin-top: 1px;
  }

  .i18n-zh-hans .faculty_boxes .faculty_top_first_box .item-content {
    padding-bottom: 0px;
  }
}
.node-type-album .pane-gallery-video-list .nyu-latest-news-bhlist .views-field-view-node a, .node-type-video .pane-gallery-video-list .nyu-latest-news-bhlist .views-field-view-node a {
  background: #F4F4F4 url("../images/gallery-video-purple.png") no-repeat center 2px;
}
.node-type-album .pane-gallery-video-list .nyu-latest-news-bhlist .views-row:active .views-field-view-node a,
.node-type-album .pane-gallery-video-list .nyu-latest-news-bhlist .views-row:hover .views-field-view-node a, .node-type-video .pane-gallery-video-list .nyu-latest-news-bhlist .views-row:active .views-field-view-node a,
.node-type-video .pane-gallery-video-list .nyu-latest-news-bhlist .views-row:hover .views-field-view-node a {
  background: #594387 url("../images/gallery-video-white.png") no-repeat center 2px;
}
.node-type-album .view-gallery, .node-type-video .view-gallery {
  position: relative;
}
.node-type-album .view-gallery .view-header, .node-type-video .view-gallery .view-header {
  position: absolute;
  right: 20px;
  top: -50px;
}
.node-type-album .nyu-latest-news-bhlist .views-field-field-album-picture,
.node-type-album .nyu-latest-news-bhlist .views-field-field-course-image, .node-type-video .nyu-latest-news-bhlist .views-field-field-album-picture,
.node-type-video .nyu-latest-news-bhlist .views-field-field-course-image {
  position: relative;
  z-index: 2;
}
.node-type-album .pane-title, .node-type-video .pane-title {
  display: none;
}

.i18n-zh-hans.node-type-album .nyu-latest-news-bhlist .views-row,
.i18n-zh-hans.node-type-video .nyu-latest-news-bhlist .views-row {
  background-color: #E9E9E9;
}

.node-type-video .pane-node-content {
  background: white;
}
.node-type-video .video-description {
  margin: 0;
  background: white;
  padding: 10px 10px 15px 10px;
}

.panels-flexible-region-21-center {
  width: 100%;
}

.i18n-zh-hans.node-type-album .nyu-latest-news-bhlist .views-row,
.i18n-zh-hans.node-type-video .nyu-latest-news-bhlist .views-row {
  background-color: #E9E9E9;
}

.node-type-video .pane-node-content {
  background: white;
}
.node-type-video .video-description {
  margin: 0;
  margin-top: -5px;
  background: #EEEEEE;
  padding: 15px 10px 15px 10px;
}

.panels-flexible-region-21-center {
  width: 100%;
}

@media all and (max-width: 600px) {
  .view-gallery .gallery-menu,
  .view-gallery .news-menu,
  .view-news-announcement .gallery-menu,
  .view-news-announcement .news-menu {
    width: 480px;
  }
  .view-gallery .gallery-menu .views-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option,
  .view-gallery .news-menu .views-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option,
  .view-news-announcement .gallery-menu .views-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option,
  .view-news-announcement .news-menu .views-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option {
    font-size: 10px !important;
  }
}
@media all {
  .view-mailchimp-campaigns-list .view-header .nls {
    width: 100%;
    height: 120px;
    background: #feeeca url("../images/newsletter-1.gif") no-repeat scroll 14% center;
  }
  .view-mailchimp-campaigns-list .view-header .nls .nls-btn {
    background: transparent url("../images/btn-3.gif") no-repeat scroll 0 0;
    float: right;
    font-size: 16px;
    height: 40px;
    margin-right: 33px;
    margin-top: 35px;
    padding: 12px 20px 10px;
    text-align: left;
    width: 250px;
    box-sizing: content-box;
  }
  .view-mailchimp-campaigns-list .view-header .nls .nls-btn a {
    display: block;
    color: #fff;
    font-size: 14px;
  }
  .view-mailchimp-campaigns-list .view-content h3 {
    font-weight: bold;
    display: inline-block;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link {
    display: none;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type {
    display: inline-block;
    float: right;
    line-height: 1.1em;
    margin-top: 1.221em;
    display: block;
    background: #eee6f3;
    text-align: center;
    color: #57068c !important;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type img {
    max-height: 34px;
    margin: -6px 10px 0 0;
    display: inline-block !important;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type:hover, .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type:focus {
    background: #57068c;
    color: #fff !important;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type:hover img, .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type:focus img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type.xs {
    padding: 6px 8px;
    font-size: 13px;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type.sm {
    padding: 8px;
    font-size: 15px;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type.md {
    padding: 15px 8px;
    font-size: 15px;
    line-height: 1.35;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type.md img {
    max-height: 28px;
    margin: -6px 5px 0 0;
    display: inline-block !important;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type.lg {
    padding: 15px 30px;
    font-size: 18px;
  }
  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type span {
    display: block;
    font-size: 14px;
  }

  .view-gallery .views-column,
  .view-news-announcement .views-column,
  .view-mailchimp-campaigns-list .views-column {
    line-height: 0.8em;
  }
  .view-gallery .views-column .gallery-title,
  .view-news-announcement .views-column .gallery-title,
  .view-mailchimp-campaigns-list .views-column .gallery-title {
    line-height: 1.3em;
  }
  .view-gallery .views-column .gallery-created,
  .view-news-announcement .views-column .gallery-created,
  .view-mailchimp-campaigns-list .views-column .gallery-created {
    line-height: 1.2em;
    background: #5d1889;
  }

  .node-type-album .gallery-created {
    background: #5d1889 !important;
  }

  .node-type-video .gallery-created {
    background: #F89800 !important;
  }

  .page-news .gallery-created {
    background: #AFA513 !important;
  }

  .view-gallery .gallery-menu,
  .view-gallery .stories-menu,
  .view-gallery .news-menu,
  .view-news-announcement .gallery-menu,
  .view-news-announcement .stories-menu,
  .view-news-announcement .news-menu,
  .view-mailchimp-campaigns-list .gallery-menu,
  .view-mailchimp-campaigns-list .stories-menu,
  .view-mailchimp-campaigns-list .news-menu {
    width: auto;
    margin: 20px 0;
    float: right;
  }
  .view-gallery .gallery-menu .view-filters,
  .view-gallery .stories-menu .view-filters,
  .view-gallery .news-menu .view-filters,
  .view-news-announcement .gallery-menu .view-filters,
  .view-news-announcement .stories-menu .view-filters,
  .view-news-announcement .news-menu .view-filters,
  .view-mailchimp-campaigns-list .gallery-menu .view-filters,
  .view-mailchimp-campaigns-list .stories-menu .view-filters,
  .view-mailchimp-campaigns-list .news-menu .view-filters {
    width: auto;
    float: right;
  }
  .view-gallery .gallery-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-gallery .stories-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-gallery .news-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-news-announcement .gallery-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-news-announcement .stories-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-mailchimp-campaigns-list .gallery-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-mailchimp-campaigns-list .stories-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios,
  .view-mailchimp-campaigns-list .news-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios {
    height: 36px;
    width: auto;
  }

  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    padding: 0;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created {
    height: auto;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item {
    float: left;
    width: 60px;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    margin: 0;
    padding: 0;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio],
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio],
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio] {
    display: none;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio]:checked + label,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio]:checked + label,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio]:checked + label {
    color: #FFFFFF;
    background: #5d1889;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option {
    display: block;
    cursor: pointer;
    height: 36px;
    line-height: 36px !important;
    font-size: 14px;
    padding-left: 0px;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item:hover,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item:hover,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item:hover {
    background: #CECECE;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item:first-child,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item:first-child,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item:first-child {
    border-left: 1px solid #EEEEEE;
  }
  .view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-submit-button,
  .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-submit-button,
  .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-submit-button {
    display: none;
  }
  .view-gallery .view-content .mailchimp-newsletters,
  .view-news-announcement .view-content .mailchimp-newsletters,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters {
    margin-top: 40px;
  }
  .view-gallery .view-content .gallery-gallery .views-column:hover,
  .view-gallery .view-content .gallery-news-announcement .views-column:hover,
  .view-gallery .view-content .mailchimp-newsletters .views-column:hover,
  .view-news-announcement .view-content .gallery-gallery .views-column:hover,
  .view-news-announcement .view-content .gallery-news-announcement .views-column:hover,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column:hover,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column:hover,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column:hover,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column:hover {
    background-color: white;
  }
  .view-gallery .view-content .gallery-gallery .views-column:hover .views-field-view-node,
  .view-gallery .view-content .gallery-news-announcement .views-column:hover .views-field-view-node,
  .view-gallery .view-content .mailchimp-newsletters .views-column:hover .views-field-view-node,
  .view-news-announcement .view-content .gallery-gallery .views-column:hover .views-field-view-node,
  .view-news-announcement .view-content .gallery-news-announcement .views-column:hover .views-field-view-node,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column:hover .views-field-view-node,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column:hover .views-field-view-node,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column:hover .views-field-view-node,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column:hover .views-field-view-node {
    background-color: none;
  }
  .view-gallery .view-content .gallery-gallery .views-column:active,
  .view-gallery .view-content .gallery-news-announcement .views-column:active,
  .view-gallery .view-content .mailchimp-newsletters .views-column:active,
  .view-news-announcement .view-content .gallery-gallery .views-column:active,
  .view-news-announcement .view-content .gallery-news-announcement .views-column:active,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column:active,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column:active,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column:active,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column:active {
    background-color: none;
  }
  .view-gallery .view-content .gallery-gallery .views-column:active a,
  .view-gallery .view-content .gallery-news-announcement .views-column:active a,
  .view-gallery .view-content .mailchimp-newsletters .views-column:active a,
  .view-news-announcement .view-content .gallery-gallery .views-column:active a,
  .view-news-announcement .view-content .gallery-news-announcement .views-column:active a,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column:active a,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column:active a,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column:active a,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column:active a {
    color: white;
  }
  .view-gallery .view-content .gallery-gallery .views-column,
  .view-gallery .view-content .gallery-news-announcement .views-column,
  .view-gallery .view-content .mailchimp-newsletters .views-column,
  .view-news-announcement .view-content .gallery-gallery .views-column,
  .view-news-announcement .view-content .gallery-news-announcement .views-column,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column {
    background-color: none;
    border-bottom: 1px solid #CCCCCC;
    z-index: 3;
    position: relative;
    width: 31%;
    float: left;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-title,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-title,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-title,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-title,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-title,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-title,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-title,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-title,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-title {
    width: 100%;
    background-color: #fff;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-title a,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-title a,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-title a,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-title a,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-title a,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-title a,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-title a,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-title a,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-title a {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-field-album-picture,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-field-album-picture,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-field-album-picture,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-field-album-picture,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-field-album-picture,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-field-album-picture,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture {
    width: 100%;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-field-album-picture .field-content,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-field-album-picture .field-content,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture .field-content,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-field-album-picture .field-content,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-field-album-picture .field-content,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture .field-content,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-field-album-picture .field-content,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-field-album-picture .field-content,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture .field-content {
    width: 100%;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-field-album-picture .field-content a img,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-field-album-picture .field-content a img,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture .field-content a img,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-field-album-picture .field-content a img,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-field-album-picture .field-content a img,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture .field-content a img,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-field-album-picture .field-content a img,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-field-album-picture .field-content a img,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-field-album-picture .field-content a img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-created,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-created,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-created,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-created,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-created,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-created,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-created,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-created,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-created {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #ffa200;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-created .field-content,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-created .field-content,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-created .field-content,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-created .field-content,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-created .field-content,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-created .field-content,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-created .field-content,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-created .field-content,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-created .field-content {
    width: 100%;
    height: 100%;
    display: table;
  }
  .view-gallery .view-content .gallery-gallery .views-column .views-field-created .field-content a,
  .view-gallery .view-content .gallery-news-announcement .views-column .views-field-created .field-content a,
  .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-created .field-content a,
  .view-news-announcement .view-content .gallery-gallery .views-column .views-field-created .field-content a,
  .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-created .field-content a,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-created .field-content a,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-created .field-content a,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-created .field-content a,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-created .field-content a {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: "NYUPerstare";
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
  }
  .view-gallery .view-content .gallery-gallery .views-column.views-column-2,
  .view-gallery .view-content .gallery-news-announcement .views-column.views-column-2,
  .view-gallery .view-content .mailchimp-newsletters .views-column.views-column-2,
  .view-news-announcement .view-content .gallery-gallery .views-column.views-column-2,
  .view-news-announcement .view-content .gallery-news-announcement .views-column.views-column-2,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column.views-column-2,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column.views-column-2,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column.views-column-2,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column.views-column-2 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .view-gallery .view-content .gallery-gallery .views-column.views-column-3,
  .view-gallery .view-content .gallery-news-announcement .views-column.views-column-3,
  .view-gallery .view-content .mailchimp-newsletters .views-column.views-column-3,
  .view-news-announcement .view-content .gallery-gallery .views-column.views-column-3,
  .view-news-announcement .view-content .gallery-news-announcement .views-column.views-column-3,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column.views-column-3,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column.views-column-3,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column.views-column-3,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column.views-column-3 {
    float: right;
  }

  .section-gazette .view-mailchimp-campaigns-list .view-header .nls {
    background: #feeeca;
  }
  .section-gazette .view-mailchimp-campaigns-list .view-header #mc-embedded-subscribe-form {
    width: 48%;
    margin-top: 38px;
    float: left;
    margin-left: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .section-gazette .view-mailchimp-campaigns-list .view-header #mc-embedded-subscribe-form p {
    float: right;
  }
  .section-gazette .view-mailchimp-campaigns-list .view-header #mc-embedded-subscribe-form input {
    border: 1px solid #F79800;
  }
  .section-gazette .view-mailchimp-campaigns-list .view-header #mc-embedded-subscribe-form .button-subscribe {
    background: #DE5101;
  }
  .section-gazette .view-mailchimp-campaigns-list .view-header .nls-btn {
    width: 29%;
    float: left;
    margin-left: 35px;
    padding-left: 30px;
  }
}
.view-gallery.view-display-id-pane .view-content .gallery-gallery .views-column .views-field-created {
  background: #AFA513;
}

.view-gallery.view-display-id-video_list .view-content .gallery-gallery .views-column .views-field-created {
  background: #59b2d1;
}

.section-photos .node-album .field-name-field-album-picture table {
  max-width: 100% !important;
}
.section-photos .node-album .field-name-field-album-picture .jb-area-caption .jb-caption {
  padding: 12px 25px !important;
}

@media all and (max-width: 600px) {
  .view-mailchimp-campaigns-list .view-header .nls {
    height: 70px;
    background: #feeeca;
  }
  .view-mailchimp-campaigns-list .view-header .nls .nls-btn {
    background: transparent url(https://cdn.shanghai.nyu.edu/themes/custom/shanghai/images/btn-3.gif) no-repeat scroll 0 0;
    font-size: 16px;
    height: 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px 10px;
    text-align: left;
    width: 160px;
  }

  .view-gallery .views-menu,
  .view-news-announcement .views-menu,
  .view-mailchimp-campaigns-list .views-menu {
    width: 250px;
  }
  .view-gallery .views-menu .views-exposed-form .views-exposed-widgets .views-wdiget .form-radios,
  .view-news-announcement .views-menu .views-exposed-form .views-exposed-widgets .views-wdiget .form-radios,
  .view-mailchimp-campaigns-list .views-menu .views-exposed-form .views-exposed-widgets .views-wdiget .form-radios {
    width: 240px;
  }
  .view-gallery .views-menu .views-exposed-form .views-exposed-widgets .views-wdiget .form-radios .form-item,
  .view-news-announcement .views-menu .views-exposed-form .views-exposed-widgets .views-wdiget .form-radios .form-item,
  .view-mailchimp-campaigns-list .views-menu .views-exposed-form .views-exposed-widgets .views-wdiget .form-radios .form-item {
    float: left;
    width: 40px;
  }
  .view-gallery .view-content .gallery-gallery .views-column,
  .view-gallery .view-content .gallery-news-announcement .views-column,
  .view-gallery .view-content .mailchimp-newsletters .views-column,
  .view-news-announcement .view-content .gallery-gallery .views-column,
  .view-news-announcement .view-content .gallery-news-announcement .views-column,
  .view-news-announcement .view-content .mailchimp-newsletters .views-column,
  .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column,
  .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column,
  .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column {
    width: 100%;
    height: 260px !important;
  }

  .view-gallery.view-display-id-pane .gallery-menu {
    width: auto;
  }

  .pane-gallery-video-list .view-gallery .views-menu {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 480px) {
  .view-mailchimp-campaigns-list .view-header .nls .nls-btn a {
    font-size: 12px;
  }

  .section-gazette .view-mailchimp-campaigns-list .view-header .nls {
    background: #feeeca;
    height: 155px;
  }
  .section-gazette .view-mailchimp-campaigns-list .view-header #mc-embedded-subscribe-form {
    width: 100%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: initial;
    margin-left: 0;
  }
}
@media all and (max-width: 380px) {
  .section-gazette .view-mailchimp-campaigns-list .view-header #mc-embedded-subscribe-form input {
    min-width: 279px;
  }
}
@media all and (max-width: 767px) {
  .node-album .juicebox-parent .jb-splash-holder img {
    width: 100% !important;
    left: 0 !important;
  }
  .node-album .juicebox-parent > .juicebox-container,
  .node-album .juicebox-parent .jb-splash-background {
    height: 300px !important;
  }
  .node-album .juicebox-parent > .juicebox-container .jb-splash-holder > img {
    height: auto !important;
  }
  .node-album .gallery-menu .views-exposed-widget.views-widget-filter-created {
    height: auto !important;
  }

  .view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type {
    float: none;
    width: 100%;
    text-align: center;
  }

  .view-gallery .view-content .gallery-gallery .views-column.views-column-2, .view-gallery .view-content .gallery-news-announcement .views-column.views-column-2, .view-gallery .view-content .mailchimp-newsletters .views-column.views-column-2, .view-news-announcement .view-content .gallery-gallery .views-column.views-column-2, .view-news-announcement .view-content .gallery-news-announcement .views-column.views-column-2, .view-news-announcement .view-content .mailchimp-newsletters .views-column.views-column-2, .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column.views-column-2, .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column.views-column-2, .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column.views-column-2 {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.node-job_application-form .multipage-panes,
.node-job_application_ch-form .multipage-panes {
  background: #fff;
}
.node-job_application-form .multipage-panes .form-field-type-static-field,
.node-job_application_ch-form .multipage-panes .form-field-type-static-field {
  padding: 20px;
}
.node-job_application-form .multipage-panes .field-group-multipage,
.node-job_application_ch-form .multipage-panes .field-group-multipage {
  padding: 10px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-wrapper,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-wrapper {
  margin-top: 10px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-wrapper fieldset,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-wrapper fieldset {
  margin-top: 10px;
}
.node-job_application-form .multipage-panes .field-group-multipage input, .node-job_application-form .multipage-panes .field-group-multipage textarea,
.node-job_application_ch-form .multipage-panes .field-group-multipage input,
.node-job_application_ch-form .multipage-panes .field-group-multipage textarea {
  font-size: 12px;
  padding: 2px;
}
.node-job_application-form .multipage-panes .field-group-multipage textarea,
.node-job_application_ch-form .multipage-panes .field-group-multipage textarea {
  resize: none;
}
.node-job_application-form .multipage-panes .field-group-multipage .container-inline-date,
.node-job_application_ch-form .multipage-panes .field-group-multipage .container-inline-date {
  background: #fff;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item .form-wrapper,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item .form-wrapper {
  margin-top: 10px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item label,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item label {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  font-weight: normal;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item input, .node-job_application-form .multipage-panes .field-group-multipage .form-item textarea,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item input,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item textarea {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 3px 3px 3px 5px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item input[type="text"], .node-job_application-form .multipage-panes .field-group-multipage .form-item textarea,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item input[type="text"],
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item textarea {
  width: 100%;
  margin: 0;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item select,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item select {
  height: 30px;
  line-height: 15px;
  text-overflow: "";
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item .field-add-more-submit,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item .field-add-more-submit {
  padding: 2px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item table,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item table {
  border: none;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item table th,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item table th {
  border-bottom: none;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item table td,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item table td {
  padding: 15px;
  background: #fff;
  border: none;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-item-field-declaration-und label,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-item-field-declaration-und label {
  float: left;
  width: 10px;
  margin-top: 2px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-type-radios .form-type-radio,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-type-radios .form-type-radio {
  height: 20px;
  width: 100px;
  display: inline;
  padding: 0;
  margin-right: 15px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-type-radios .form-type-radio label,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-type-radios .form-type-radio label {
  display: inline;
  padding: 0;
  margin: 0;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-type-radios .form-type-radio input[type="radio"],
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-type-radios .form-type-radio input[type="radio"] {
  display: inline;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-type-radios .form-item-field-how-hear-vacancy-und-other label,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-type-radios .form-item-field-how-hear-vacancy-und-other label {
  display: inline;
  width: 100px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-type-radios .form-item-field-how-hear-vacancy-und-other input,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-type-radios .form-item-field-how-hear-vacancy-und-other input {
  width: 100px;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-type-checkbox,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-type-checkbox {
  width: 10px;
  display: inline;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-type-checkbox .description,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-type-checkbox .description {
  display: inline;
  margin: 0;
}
.node-job_application-form .multipage-panes .field-group-multipage fieldset,
.node-job_application_ch-form .multipage-panes .field-group-multipage fieldset {
  border-style: none;
}
.node-job_application-form .multipage-panes .field-group-multipage fieldset .fieldset-legend,
.node-job_application_ch-form .multipage-panes .field-group-multipage fieldset .fieldset-legend {
  color: #000;
  font-weight: normal;
}
.node-job_application-form .multipage-panes .field-group-multipage .container-inline-date,
.node-job_application_ch-form .multipage-panes .field-group-multipage .container-inline-date {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-wrapper,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-wrapper {
  padding: 0;
  margin: 0;
}
.node-job_application-form .multipage-panes .field-group-multipage .form-wrapper .fieldset-wrapper,
.node-job_application_ch-form .multipage-panes .field-group-multipage .form-wrapper .fieldset-wrapper {
  padding: 0;
  margin: 0;
}
.node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list {
  margin-top: 50px;
}
.node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list input,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list input {
  margin: 0;
}
.node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions, .node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button {
  line-height: 1.5em;
  float: right;
}
.node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit, .node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit {
  background: #B2B3B7;
  color: #fff;
  text-shadow: none;
  border-style: none;
  padding: 6px 8px;
  font-weight: normal;
  font-size: 15px;
  border-radius: 0;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-right: 8px;
}
.node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit:hover, .node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit:hover,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit:hover,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit:hover {
  border-style: none;
}
.node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit:hover, .node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit:hover,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit:hover,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit:hover {
  background: #5d1889;
}
.node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit:active, .node-job_application-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit:active,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list #edit-actions .form-submit:active,
.node-job_application_ch-form .multipage-panes .field-group-multipage .multipage-controls-list .multipage-button .form-submit:active {
  background: #5d1889;
}
.node-job_application-form #edit-field-declaration-und,
.node-job_application_ch-form #edit-field-declaration-und {
  float: left;
  margin-top: 5px;
  margin-bottom: 60px;
}
.node-job_application-form .field-name-field-responsibilities- .filter-wrapper,
.node-job_application_ch-form .field-name-field-responsibilities- .filter-wrapper {
  display: none;
}
.node-job_application-form .field-multiple-table,
.node-job_application_ch-form .field-multiple-table {
  width: 100%;
}
.node-job_application-form .form-actions,
.node-job_application_ch-form .form-actions {
  clear: both;
}
.node-job_application-form .form-actions .form-submit,
.node-job_application_ch-form .form-actions .form-submit {
  background: #522E91;
  color: #fff;
  text-shadow: none;
  border-style: none;
  padding: 5px;
  margin: 0;
  font-size: 12px;
  line-height: inherit;
}
.node-job_application-form .form-actions .form-submit:last-child,
.node-job_application_ch-form .form-actions .form-submit:last-child {
  margin-right: 10px;
}
.node-job_application-form .form-actions .form-submit:hover,
.node-job_application_ch-form .form-actions .form-submit:hover {
  border-style: none;
}
.node-job_application-form .form-field-name-field-other-job-position .tabledrag-toggle-weight-wrapper,
.node-job_application_ch-form .form-field-name-field-other-job-position .tabledrag-toggle-weight-wrapper {
  display: none;
}
.node-job_application-form .form-type-managed-file .form-submit,
.node-job_application_ch-form .form-type-managed-file .form-submit {
  display: none !important;
}

.node-job-application,
.node-job-application-ch {
  position: relative;
  padding: 5px;
  background: #fff;
}
.node-job-application h3,
.node-job-application-ch h3 {
  border-bottom: 1px solid #8A8A8A;
}
.node-job-application h3 a,
.node-job-application-ch h3 a {
  font-size: 21px;
}
.node-job-application a,
.node-job-application-ch a {
  color: #000;
}
.node-job-application .field-collection-view,
.node-job-application-ch .field-collection-view {
  margin: 0;
}
.node-job-application .field-group-div h3,
.node-job-application-ch .field-group-div h3 {
  margin-bottom: 0;
  background-color: #E9E9E9;
}
.node-job-application .field-group-div .field-group-format-wrapper,
.node-job-application-ch .field-group-div .field-group-format-wrapper {
  position: relative;
  padding: 16px 0 1px 40px;
  overflow: hidden;
}
.node-job-application .field-group-div .field-group-format-wrapper .field-items,
.node-job-application-ch .field-group-div .field-group-format-wrapper .field-items {
  float: none;
}
.node-job-application .field-group-div .field-collection-container h3,
.node-job-application-ch .field-group-div .field-collection-container h3 {
  background: none;
  margin-top: 0;
}
.node-job-application .field-group-div .entity-field-collection-item .field-group-format-title, .node-job-application .field-group-div .entity-field-collection-item .field-group-format-wrapper,
.node-job-application-ch .field-group-div .entity-field-collection-item .field-group-format-title,
.node-job-application-ch .field-group-div .entity-field-collection-item .field-group-format-wrapper {
  padding-left: 0px;
}
.node-job-application .group-ja-language .field-group-format-wrapper .field-collection-container > .field,
.node-job-application-ch .group-ja-language .field-group-format-wrapper .field-collection-container > .field {
  width: 100%;
}
.node-job-application .group-ja-language .field-group-format-wrapper .field,
.node-job-application-ch .group-ja-language .field-group-format-wrapper .field {
  width: 45%;
  margin: 0;
  float: left;
}
.node-job-application .group-ja-language .field-group-format-wrapper .field .field-label,
.node-job-application-ch .group-ja-language .field-group-format-wrapper .field .field-label {
  margin-right: 10px;
  width: auto;
}
.node-job-application .group-ja-language .field-group-format-wrapper .field .field-items,
.node-job-application-ch .group-ja-language .field-group-format-wrapper .field .field-items {
  margin-left: auto;
}
.node-job-application .group-ja-language .field-name-field-level .field-label,
.node-job-application-ch .group-ja-language .field-name-field-level .field-label {
  width: 60px;
}
.node-job-application .group-ja-language .field-name-field-level .field-items,
.node-job-application-ch .group-ja-language .field-name-field-level .field-items {
  margin-left: 60px;
}
.node-job-application .field .field-label,
.node-job-application-ch .field .field-label {
  width: auto;
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.node-job-application .field,
.node-job-application-ch .field {
  width: 95%;
}
.node-job-application .field > .field-label,
.node-job-application-ch .field > .field-label {
  width: 30%;
  margin-right: 0;
}
.node-job-application .field > .field-items,
.node-job-application-ch .field > .field-items {
  margin-left: 30%;
}
.node-job-application .field-collection-container,
.node-job-application-ch .field-collection-container {
  border: none;
}
.node-job-application .field-collection-container > .field,
.node-job-application-ch .field-collection-container > .field {
  width: 100%;
}
.node-job-application .field-collection-container > .field > .field-items,
.node-job-application-ch .field-collection-container > .field > .field-items {
  margin-left: 0;
}
.node-job-application .field-collection-container .field-type-datetime,
.node-job-application-ch .field-collection-container .field-type-datetime {
  width: auto;
  position: absolute;
  left: 60px;
}
.node-job-application .field-collection-container .field-type-datetime .field-items,
.node-job-application-ch .field-collection-container .field-type-datetime .field-items {
  margin-left: 0;
}
.node-job-application .field-collection-container .field-name-field-start-date,
.node-job-application-ch .field-collection-container .field-name-field-start-date {
  left: 40px;
}
.node-job-application .field-collection-container .field-name-field-end-date,
.node-job-application-ch .field-collection-container .field-name-field-end-date {
  left: 160px;
}
.node-job-application .field-collection-container .group-fc-work-experience .field-name-field-start-date,
.node-job-application-ch .field-collection-container .group-fc-work-experience .field-name-field-start-date {
  left: 0px;
}
.node-job-application .field-collection-container .group-fc-work-experience .field-name-field-end-date,
.node-job-application-ch .field-collection-container .group-fc-work-experience .field-name-field-end-date {
  left: 100px;
}
.node-job-application .field-name-field-photo .field-label,
.node-job-application-ch .field-name-field-photo .field-label {
  display: none;
}
.node-job-application .field-name-field-photo .field-items,
.node-job-application-ch .field-name-field-photo .field-items {
  position: absolute;
  right: 20px;
  top: 20px;
}
.node-job-application .field-name-field-additional-information,
.node-job-application-ch .field-name-field-additional-information {
  width: 95%;
}
.node-job-application .field-group-format-title,
.node-job-application-ch .field-group-format-title {
  padding-left: 20px;
}
.node-job-application .description,
.node-job-application-ch .description {
  margin-left: 20px;
}
.node-job-application .action-links,
.node-job-application-ch .action-links {
  background-color: #666666;
  list-style: none;
}
.node-job-application .action-links a,
.node-job-application-ch .action-links a {
  color: white;
  display: block;
  padding: 5px;
}
.node-job-application .action-links:hover,
.node-job-application-ch .action-links:hover {
  background-color: #888888;
}
.node-job-application .job-application-upload-date,
.node-job-application-ch .job-application-upload-date {
  position: absolute;
  right: 20px;
  top: 0;
}
.node-job-application .shs-hierarchy .shs-parent,
.node-job-application-ch .shs-hierarchy .shs-parent {
  float: left;
  margin-right: 8px;
}

.not-front .content-inside .node-job-application .field,
.not-front .content-inside .node-job-application-ch .field {
  margin-bottom: 16px;
  overflow: hidden;
  margin-left: 0;
}
.not-front .content-inside .node-job-application .field-name-field-work-experience .field-name-field-end-date,
.not-front .content-inside .node-job-application-ch .field-name-field-work-experience .field-name-field-end-date {
  margin-left: 20px;
}
.not-front .content-inside .node-job-application .field-type-image,
.not-front .content-inside .node-job-application-ch .field-type-image {
  margin-right: 20px;
}
.not-front .content-inside .node-job-application .field-type-image .field-items,
.not-front .content-inside .node-job-application-ch .field-type-image .field-items {
  overflow: hidden;
}
.not-front .content-inside .node-job-application .field-type-image .field-items .field-item,
.not-front .content-inside .node-job-application-ch .field-type-image .field-items .field-item {
  float: left;
  margin-right: 10px;
}

.node-2440 .field-name-body {
  height: 450px;
  overflow: hidden;
}

#openPositionHiddenWrapper #openPositionBackdropContent {
  top: 35%;
}

#openPositionBackdropContent {
  background-color: #666666;
}
#openPositionBackdropContent .content-body {
  overflow: hidden;
  margin-top: 60px;
}
#openPositionBackdropContent .job-application-link {
  float: left;
  width: 50%;
  text-align: center;
}
#openPositionBackdropContent .job-application-link a {
  padding: 79px 0;
  font-size: 36px;
  display: block;
}
#openPositionBackdropContent .job-application-link h4 {
  margin: 0;
}
#openPositionBackdropContent .job-application-link p {
  font-size: 14px;
}
#openPositionBackdropContent .chinese-open-position a {
  padding: 80px 0 98px 0;
}
#openPositionBackdropContent .job-application-link:hover {
  background-color: #6C5995;
}
#openPositionBackdropContent .job-application-link:hover a {
  color: white;
}
#openPositionBackdropContent .position-control {
  position: absolute;
  right: 0;
  top: -60px;
  width: 60px;
  height: 60px;
}
#openPositionBackdropContent .position-control a {
  display: block;
  height: 100%;
  background: #666666 url("../images/close-white.png") no-repeat center;
}
#openPositionBackdropContent .position-control:hover a,
#openPositionBackdropContent .position-control:active a {
  background-image: url("../images/close-purple.png");
}

.page-node-add-job-application-ch .field-type-datetime .form-type-textfield .description,
.page-node-add-job-application .field-type-datetime .form-type-textfield .description {
  display: none;
}
.page-node-add-job-application-ch #cke_1_path a,
.page-node-add-job-application #cke_1_path a {
  display: none;
}

.apop-have-department .form-select {
  display: none;
}
.apop-have-department .form-type-select {
  margin-bottom: 0;
}

.apop-department {
  color: #5d1889;
}

.form-type-managed-file a {
  color: #57068C;
}

.page-node-add-job-application .form-submit,
.page-node-add-job-application-ch .form-submit {
  color: #000;
}

#edit-field-additional-references .fieldset-description {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}
#edit-field-additional-references .tabledrag-toggle-weight-wrapper {
  display: none;
}
#edit-field-additional-references .form-wrapper {
  margin-top: 0;
}
#edit-field-additional-references .form-item {
  margin-top: 0;
}
#edit-field-additional-references .form-type-managed-file {
  margin: 0 0 10px 0;
}
#edit-field-additional-references .form-submit {
  background-color: #B2B3B7;
  color: white;
  padding: 0 5px;
}
#edit-field-additional-references .form-submit:hover {
  background-color: #5d1889;
}

.form-type-managed-file {
  margin: 0 0 1.5em 0;
}

.form-type-managed-file .description {
  font-style: italic;
}

.view-open-positions, .node-type-open-position .panel-flexible {
  background: white;
}
.view-open-positions .view-footer, .node-type-open-position .panel-flexible .view-footer {
  margin-top: 25px;
}

.node-type-open-position .content-inside .panel-flexible {
  padding: 20px;
}
.node-type-open-position .content-inside .panel-flexible .panel-pane .node-open-position {
  margin: 0;
  padding: 0;
}
.node-type-open-position .content-inside .panel-flexible .panel-pane .node-open-position .field {
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 0;
}
.node-type-open-position .content-inside .panel-flexible .panel-pane .node-open-position .field .field-label {
  margin-right: 5px;
}

.views-field-field-apply-link a {
  display: none;
}
.views-field-field-apply-link a:first-child {
  display: block;
}

/********** Library Chat ************/
.chat-tab {
  color: #e0d5e8;
  padding: 10px 10px 8px;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
  background: #57068c;
}
.chat-tab:before {
  color: #fff;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.chat-tab, .chat-frame-wrap {
  position: fixed;
  bottom: 0;
  right: 10px;
  border: 0 none;
  z-index: 200;
}

.chat-frame-wrap {
  width: 300px;
  display: none;
  background-color: #F5F5F5;
  padding: 1em;
  box-shadow: -5px -5px 20px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px 3px 0 0;
}

.chat-close {
  border: 0 none;
  background: #f5f7fa;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  padding: 5px;
  right: -5px;
  top: -15px;
}

.ss-chat::before, .ss-chat.right::after {
  content: '💬';
}

.showing-chat-frame .chat-tab {
  display: none;
}
.showing-chat-frame .chat-frame-wrap {
  display: inline-block;
}

.libraryh3lp {
  margin: -1em;
}
.libraryh3lp iframe {
  width: 226px !important;
  height: 226px !important;
  vertical-align: bottom;
  border-radius: 3px 3px 0 0;
  border: none !important;
}

/********** Library Chat ************/
.library-img {
  width: 100%;
}
.library-img img {
  display: block;
  width: 95%;
}

.panels-flexible-region-29-library_button {
  width: 100%;
}

.library-button-icon {
  width: 100%;
  margin-left: -15px;
}
.library-button-icon .library-button, .library-button-icon .library-icon {
  display: inline-block;
  vertical-align: top;
}
.library-button-icon .library-button {
  width: 87%;
}
.library-button-icon .library-button .button-row {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background: #EFEFEF;
  line-height: 2.5;
}
.library-button-icon .library-button .button-row:hover {
  background: #FFF;
}
.library-button-icon .library-icon {
  width: 10%;
}
.library-button-icon .library-icon div {
  width: 150%;
}

.library-hours h6, .library-rss-feed h6 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 10px 0;
}

.library-hours article .field.field-name-body.field-type-text-with-summary.field-label-hidden {
  padding-top: 0;
}

.library-rss-feed ul {
  list-style: none;
  padding: 0;
}
.library-rss-feed ul li {
  margin-bottom: 15px 0;
}
.library-rss-feed h6 {
  color: #57068C;
  margin-bottom: 0;
}
.library-rss-feed .more-link {
  text-align: left;
  margin: 10px 0;
}
.library-rss-feed .more-link a {
  color: #57068C;
}

.library-contact-us-form a {
  display: block;
  background: #57068C;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #57068C;
  transition: 0.2s all ease;
}
.library-contact-us-form a:hover {
  background: #fff;
  color: #57068C;
}

.library-button-icon .links li {
  width: 56px;
  height: 56px;
}

@media (max-width: 1199px) {
  .library-button-icon .links li {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .library-img-icon-button .panels-flexible-column-last .panels-flexible-column-inside-last {
    padding-left: 0;
  }
  .library-img-icon-button .library-button-icon {
    margin-left: 0;
  }

  .library-page-bottom .panels-flexible-column,
  .library-img-icon-button .panels-flexible-column,
  .library-page-info .panels-flexible-column {
    float: none;
    width: 100%;
  }
}
/**
* new standardized styles
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2014, 2:43:29 PM
    Author     : zhengjun
*/
/* sidebar level 1 menu item */
/* sidebar level 2 menu item */
/* sidebar level 2 menu item */
/* sidebar level 3 menu item */
/**
* The following codes are designed from 2019 March
* =================================================================================================
* Attention: 
* -----------
* If you want to see more examples, please go to the "UI Elements" page 
* in Development Site.
*/
/**
* Grid Wrapper
* ============
* 1. Pattern:
* ------------
*   <div class="grid-wrapper">
*        <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg as-last-lg">
*           .......
*        </div>
*   </div>
* 
*
* 2. Attention: 
* --------------
* - Now this class has four Breakpoints (576px, 768px, 992px, 1200px), 
* it's enough for current situation.
* 
* - The "margin-right" of last column is zero, so sometimes we need to insert 
* "as-last-xl, as-last-lg, as-last-md, as-last-sm" classes which also let other
* columns regard as last column.
*
*/
.grid-wrapper img.file-default {
  margin-top: 0 !important;
}
.grid-wrapper [class*="col-"] {
  float: left;
  width: 100%;
  margin-right: 3.9%;
}
.grid-wrapper [class*="col-"]:last-of-type {
  margin-right: 0;
}
@media (min-width: 576px) {
  .grid-wrapper .col-1-sm {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-sm {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-sm {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-sm {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-sm {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-sm {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-sm {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-sm {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-sm {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-sm {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-sm {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-sm {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-wrapper .as-last-sm {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .grid-wrapper .col-1-md {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-md {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-md {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-md {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-md {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-md {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-md {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-md {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-md {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-md {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-md {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-md {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-wrapper .as-last-md {
    margin-right: 0 !important;
  }
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (max-width: 1199.99px) {
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper .col-1-lg {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-lg {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-lg {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-lg {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-lg {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-lg {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-lg {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-lg {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-lg {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-lg {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-lg {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-wrapper .as-last-lg {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper .col-1-xl {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-xl {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-xl {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-xl {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-xl {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-xl {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-xl {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-xl {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-xl {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-xl {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-xl {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-xl {
    max-width: 100%;
  }
  .grid-wrapper .col-5 {
    max-width: 19%;
    margin-right: 1%;
  }
  .grid-wrapper .as-last-xl {
    margin-right: 0;
  }
}

.grid-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.margin-left-zero {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Black.eot");
  src: url("../fonts/NYUPerstare-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Black.woff2") format("woff2"), url("../fonts/NYUPerstare-Black.woff") format("woff"), url("../fonts/NYUPerstare-Black.ttf") format("truetype"), url("../fonts/NYUPerstare-Black.svg#NYUPerstare-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BlackItalic.eot");
  src: url("../fonts/NYUPerstare-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstare-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BlackItalic.svg#NYUPerstare-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Bold.eot");
  src: url("../fonts/NYUPerstare-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Bold.woff2") format("woff2"), url("../fonts/NYUPerstare-Bold.woff") format("woff"), url("../fonts/NYUPerstare-Bold.ttf") format("truetype"), url("../fonts/NYUPerstare-Bold.svg#NYUPerstare-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BoldItalic.eot");
  src: url("../fonts/NYUPerstare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstare-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BoldItalic.svg#NYUPerstare-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Light.eot");
  src: url("../fonts/NYUPerstare-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Light.woff2") format("woff2"), url("../fonts/NYUPerstare-Light.woff") format("woff"), url("../fonts/NYUPerstare-Light.ttf") format("truetype"), url("../fonts/NYUPerstare-Light.svg#NYUPerstare-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-LightItalic.eot");
  src: url("../fonts/NYUPerstare-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-LightItalic.woff") format("woff"), url("../fonts/NYUPerstare-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-LightItalic.svg#NYUPerstare-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Medium.eot");
  src: url("../fonts/NYUPerstare-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Medium.woff2") format("woff2"), url("../fonts/NYUPerstare-Medium.woff") format("woff"), url("../fonts/NYUPerstare-Medium.ttf") format("truetype"), url("../fonts/NYUPerstare-Medium.svg#NYUPerstare-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-MediumItalic.eot");
  src: url("../fonts/NYUPerstare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstare-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-MediumItalic.svg#NYUPerstare-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Regular.eot");
  src: url("../fonts/NYUPerstare-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Regular.woff2") format("woff2"), url("../fonts/NYUPerstare-Regular.woff") format("woff"), url("../fonts/NYUPerstare-Regular.ttf") format("truetype"), url("../fonts/NYUPerstare-Regular.svg#NYUPerstare-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Italic.eot");
  src: url("../fonts/NYUPerstare-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Italic.woff2") format("woff2"), url("../fonts/NYUPerstare-Italic.woff") format("woff"), url("../fonts/NYUPerstare-Italic.ttf") format("truetype"), url("../fonts/NYUPerstare-Italic.svg#NYUPerstare-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Thin.eot");
  src: url("../fonts/NYUPerstare-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Thin.woff2") format("woff2"), url("../fonts/NYUPerstare-Thin.woff") format("woff"), url("../fonts/NYUPerstare-Thin.ttf") format("truetype"), url("../fonts/NYUPerstare-Thin.svg#NYUPerstare-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-ThinItalic.eot");
  src: url("../fonts/NYUPerstare-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstare-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-ThinItalic.svg#NYUPerstare-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Ultra.eot");
  src: url("../fonts/NYUPerstare-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstare-Ultra.woff") format("woff"), url("../fonts/NYUPerstare-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstare-Ultra.svg#NYUPerstare-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-UltraItalic.eot");
  src: url("../fonts/NYUPerstare-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstare-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-UltraItalic.svg#NYUPerstare-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Bold.eot");
  src: url("../fonts/NYUPerstareCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Bold.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Bold.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Bold.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Bold.svg#NYUPerstareCondensed-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BoldItalic.svg#NYUPerstareCondensed-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Black.eot");
  src: url("../fonts/NYUPerstareCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Black.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Black.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Black.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Black.svg#NYUPerstareCondensed-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BlackItalic.svg#NYUPerstareCondensed-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Light.eot");
  src: url("../fonts/NYUPerstareCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Light.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Light.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Light.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Light.svg#NYUPerstareCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-LightItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-LightItalic.svg#NYUPerstareCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Thin.eot");
  src: url("../fonts/NYUPerstareCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Thin.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Thin.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Thin.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Thin.svg#NYUPerstareCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-ThinItalic.svg#NYUPerstareCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Regular.eot");
  src: url("../fonts/NYUPerstareCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Regular.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Regular.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Regular.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Regular.svg#NYUPerstareCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Italic.eot");
  src: url("../fonts/NYUPerstareCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Italic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Italic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Italic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Italic.svg#NYUPerstareCondensed-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Medium.eot");
  src: url("../fonts/NYUPerstareCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Medium.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Medium.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Medium.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Medium.svg#NYUPerstareCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-MediumItalic.svg#NYUPerstareCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot");
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Ultra.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Ultra.svg#NYUPerstareCondensed-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-UltraItalic.svg#NYUPerstareCondensed-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot");
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-ExtraLight.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.svg#../fonts/cn/SourceHanSansCN-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Light.eot");
  src: url("../fonts/cn/SourceHanSansCN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Light.svg#../fonts/cn/SourceHanSansCN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot");
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Normal.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Normal.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Normal.svg#../fonts/cn/SourceHanSansCN-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot");
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Regular.svg#../fonts/cn/SourceHanSansCN-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot");
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Medium.svg#../fonts/cn/SourceHanSansCN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot");
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Bold.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot");
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Heavy.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Heavy.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Heavy.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Heavy.svg#../fonts/cn/SourceHanSansCN-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?td9hng");
  src: url("../fonts/icomoon.eot?td9hng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?td9hng") format("truetype"), url("../fonts/icomoon.woff?td9hng") format("woff"), url("../fonts/icomoon.svg?td9hng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.panels-flexible-region-contents_of_one_to_two-top_content {
  width: 100%;
}

.panels-flexible-region-contents_of_one_to_two-right_content {
  width: 67.0347%;
}

.page-research .view-empty {
  background: white;
  padding: 20px;
}
.page-research .view-protals-related-news .views-row {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
}
.page-research .view-research-slideshow .views-field-title {
  bottom: 15%;
  width: 94%;
  margin: auto;
  color: white;
  padding: 8px 3%;
  background: black;
}
.page-research .view-link-lists .views-row {
  font-size: 13px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 20px;
}
.page-research .view-link-lists .views-row .item-list {
  margin: 0px auto;
}
.page-research .view-link-lists .views-field-field-link-title a {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  font-family: "NYUPerstare";
  background: #5d1889 url("../images/arrow-grey-right.png") no-repeat 98% center;
}
.page-research .view-link-lists .views-field-field-link-title a:hover {
  background-color: #5d1889;
}
.page-research .view-link-lists .views-field-field-link-title a:active {
  background-color: #5d1889;
}
.page-research .view-link-lists .views-field-field-link-image {
  line-height: 10px;
}
.page-research .view-link-lists .views-field-body {
  padding: 10px;
  color: #666666;
}
.page-research .view-link-lists .views-field-field-links {
  overflow: hidden;
  margin-bottom: 10px;
}
.page-research .view-link-lists .views-field-field-links li {
  float: left;
  width: 50%;
}
.page-research .view-link-lists .views-field-field-links li a {
  font-size: 12px;
  padding: 5px 0 5px 12px;
  display: block;
  margin-left: 10px;
  background: url("../images/link-arrow-purple-right.png") no-repeat left;
}
.page-research .view-footer a.portal-view-all-link {
  background-color: #5d1889;
}

.pane-title {
  padding: 10px 0px;
  border-bottom: 1px solid #CCCCCC;
}

.node-type-research-content .pane-title {
  margin: 0;
}
.node-type-research-content .pane-contact {
  margin-top: 20px;
  background-color: white;
}
.node-type-research-content .pane-contact .pane-title {
  background-color: #57068C;
  color: white;
}
.node-type-research-content .form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/arrow-grey-down.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  cursor: pointer;
  border: none;
  margin: 2%;
  padding: 10px;
  font-size: 18px;
  width: 96%;
}
.node-type-research-content select:hover {
  background-color: #DDDDDD;
}

.node-type-research-content .content-inside {
  background-color: white;
}
.node-type-research-content .content-inside .field-name-field-profile-picture {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-research .pane-protals-related-news-panel-pane-1 .pane-title {
  margin-top: 0;
  padding-left: 8px;
  text-align: left;
}

/**
* new standardized styles
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2014, 2:43:29 PM
    Author     : zhengjun
*/
/* sidebar level 1 menu item */
/* sidebar level 2 menu item */
/* sidebar level 2 menu item */
/* sidebar level 3 menu item */
/**
* The following codes are designed from 2019 March
* =================================================================================================
* Attention: 
* -----------
* If you want to see more examples, please go to the "UI Elements" page 
* in Development Site.
*/
/**
* Grid Wrapper
* ============
* 1. Pattern:
* ------------
*   <div class="grid-wrapper">
*        <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg as-last-lg">
*           .......
*        </div>
*   </div>
* 
*
* 2. Attention: 
* --------------
* - Now this class has four Breakpoints (576px, 768px, 992px, 1200px), 
* it's enough for current situation.
* 
* - The "margin-right" of last column is zero, so sometimes we need to insert 
* "as-last-xl, as-last-lg, as-last-md, as-last-sm" classes which also let other
* columns regard as last column.
*
*/
.grid-wrapper img.file-default {
  margin-top: 0 !important;
}
.grid-wrapper [class*="col-"] {
  float: left;
  width: 100%;
  margin-right: 3.9%;
}
.grid-wrapper [class*="col-"]:last-of-type {
  margin-right: 0;
}
@media (min-width: 576px) {
  .grid-wrapper .col-1-sm {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-sm {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-sm {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-sm {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-sm {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-sm {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-sm {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-sm {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-sm {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-sm {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-sm {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-sm {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-wrapper .as-last-sm {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .grid-wrapper .col-1-md {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-md {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-md {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-md {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-md {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-md {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-md {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-md {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-md {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-md {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-md {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-md {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-wrapper .as-last-md {
    margin-right: 0 !important;
  }
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (max-width: 1199.99px) {
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper .col-1-lg {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-lg {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-lg {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-lg {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-lg {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-lg {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-lg {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-lg {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-lg {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-lg {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-lg {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-wrapper .as-last-lg {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper .col-1-xl {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-xl {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-xl {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-xl {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-xl {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-xl {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-xl {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-xl {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-xl {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-xl {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-xl {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-xl {
    max-width: 100%;
  }
  .grid-wrapper .col-5 {
    max-width: 19%;
    margin-right: 1%;
  }
  .grid-wrapper .as-last-xl {
    margin-right: 0;
  }
}

.grid-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.margin-left-zero {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Black.eot");
  src: url("../fonts/NYUPerstare-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Black.woff2") format("woff2"), url("../fonts/NYUPerstare-Black.woff") format("woff"), url("../fonts/NYUPerstare-Black.ttf") format("truetype"), url("../fonts/NYUPerstare-Black.svg#NYUPerstare-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BlackItalic.eot");
  src: url("../fonts/NYUPerstare-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstare-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BlackItalic.svg#NYUPerstare-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Bold.eot");
  src: url("../fonts/NYUPerstare-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Bold.woff2") format("woff2"), url("../fonts/NYUPerstare-Bold.woff") format("woff"), url("../fonts/NYUPerstare-Bold.ttf") format("truetype"), url("../fonts/NYUPerstare-Bold.svg#NYUPerstare-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BoldItalic.eot");
  src: url("../fonts/NYUPerstare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstare-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BoldItalic.svg#NYUPerstare-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Light.eot");
  src: url("../fonts/NYUPerstare-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Light.woff2") format("woff2"), url("../fonts/NYUPerstare-Light.woff") format("woff"), url("../fonts/NYUPerstare-Light.ttf") format("truetype"), url("../fonts/NYUPerstare-Light.svg#NYUPerstare-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-LightItalic.eot");
  src: url("../fonts/NYUPerstare-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-LightItalic.woff") format("woff"), url("../fonts/NYUPerstare-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-LightItalic.svg#NYUPerstare-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Medium.eot");
  src: url("../fonts/NYUPerstare-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Medium.woff2") format("woff2"), url("../fonts/NYUPerstare-Medium.woff") format("woff"), url("../fonts/NYUPerstare-Medium.ttf") format("truetype"), url("../fonts/NYUPerstare-Medium.svg#NYUPerstare-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-MediumItalic.eot");
  src: url("../fonts/NYUPerstare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstare-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-MediumItalic.svg#NYUPerstare-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Regular.eot");
  src: url("../fonts/NYUPerstare-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Regular.woff2") format("woff2"), url("../fonts/NYUPerstare-Regular.woff") format("woff"), url("../fonts/NYUPerstare-Regular.ttf") format("truetype"), url("../fonts/NYUPerstare-Regular.svg#NYUPerstare-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Italic.eot");
  src: url("../fonts/NYUPerstare-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Italic.woff2") format("woff2"), url("../fonts/NYUPerstare-Italic.woff") format("woff"), url("../fonts/NYUPerstare-Italic.ttf") format("truetype"), url("../fonts/NYUPerstare-Italic.svg#NYUPerstare-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Thin.eot");
  src: url("../fonts/NYUPerstare-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Thin.woff2") format("woff2"), url("../fonts/NYUPerstare-Thin.woff") format("woff"), url("../fonts/NYUPerstare-Thin.ttf") format("truetype"), url("../fonts/NYUPerstare-Thin.svg#NYUPerstare-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-ThinItalic.eot");
  src: url("../fonts/NYUPerstare-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstare-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-ThinItalic.svg#NYUPerstare-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Ultra.eot");
  src: url("../fonts/NYUPerstare-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstare-Ultra.woff") format("woff"), url("../fonts/NYUPerstare-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstare-Ultra.svg#NYUPerstare-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-UltraItalic.eot");
  src: url("../fonts/NYUPerstare-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstare-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-UltraItalic.svg#NYUPerstare-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Bold.eot");
  src: url("../fonts/NYUPerstareCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Bold.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Bold.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Bold.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Bold.svg#NYUPerstareCondensed-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BoldItalic.svg#NYUPerstareCondensed-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Black.eot");
  src: url("../fonts/NYUPerstareCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Black.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Black.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Black.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Black.svg#NYUPerstareCondensed-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BlackItalic.svg#NYUPerstareCondensed-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Light.eot");
  src: url("../fonts/NYUPerstareCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Light.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Light.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Light.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Light.svg#NYUPerstareCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-LightItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-LightItalic.svg#NYUPerstareCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Thin.eot");
  src: url("../fonts/NYUPerstareCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Thin.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Thin.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Thin.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Thin.svg#NYUPerstareCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-ThinItalic.svg#NYUPerstareCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Regular.eot");
  src: url("../fonts/NYUPerstareCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Regular.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Regular.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Regular.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Regular.svg#NYUPerstareCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Italic.eot");
  src: url("../fonts/NYUPerstareCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Italic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Italic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Italic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Italic.svg#NYUPerstareCondensed-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Medium.eot");
  src: url("../fonts/NYUPerstareCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Medium.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Medium.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Medium.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Medium.svg#NYUPerstareCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-MediumItalic.svg#NYUPerstareCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot");
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Ultra.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Ultra.svg#NYUPerstareCondensed-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-UltraItalic.svg#NYUPerstareCondensed-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot");
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-ExtraLight.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.svg#../fonts/cn/SourceHanSansCN-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Light.eot");
  src: url("../fonts/cn/SourceHanSansCN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Light.svg#../fonts/cn/SourceHanSansCN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot");
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Normal.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Normal.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Normal.svg#../fonts/cn/SourceHanSansCN-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot");
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Regular.svg#../fonts/cn/SourceHanSansCN-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot");
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Medium.svg#../fonts/cn/SourceHanSansCN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot");
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Bold.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot");
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Heavy.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Heavy.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Heavy.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Heavy.svg#../fonts/cn/SourceHanSansCN-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?td9hng");
  src: url("../fonts/icomoon.eot?td9hng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?td9hng") format("truetype"), url("../fonts/icomoon.woff?td9hng") format("woff"), url("../fonts/icomoon.svg?td9hng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.panels-flexible-region-protals_with_bottom_region-center {
  width: 34.0431%;
}

.portal-link-resources-1-row {
  margin-top: 20px;
  padding: 10px;
  background-color: white;
}
.portal-link-resources-1-row .views-row {
  overflow: hidden;
  padding: 20px 20px 0 20px;
  background-color: #F4F4F4;
  margin-bottom: 10px;
}
.portal-link-resources-1-row .views-field-title {
  color: #333333;
  line-height: 36px;
  padding-bottom: 10px;
}
.portal-link-resources-1-row .views-field-field-link-image {
  float: left;
  max-width: 27%;
}
.portal-link-resources-1-row .views-field-body {
  margin-left: 29%;
}
.portal-link-resources-1-row .views-field-field-links {
  margin-left: 29%;
  padding-bottom: 10px;
}
.portal-link-resources-1-row .views-field-field-links li {
  padding: 10px 0;
}
.portal-link-resources-1-row .views-field-nothing {
  display: none;
  width: 100%;
  clear: both;
  color: #E9E9E9;
  background-color: #E9E9E9;
  margin-left: -20px;
  border-right: 20px solid;
  border-left: 20px solid;
  height: 40px;
  background: #E9E9E9 url("../images/arrow-grey-top-double.png") no-repeat center;
  cursor: pointer;
}
.portal-link-resources-1-row .views-field-nothing:hover {
  background-color: #57068C;
  border-right: 20px solid #57068C;
  border-left: 20px solid #57068C;
  color: #57068C;
}
.portal-link-resources-1-row .views-field-nothing:active {
  background-color: #322156;
  border-right: 20px solid #322156;
  border-left: 20px solid #322156;
  color: #322156;
}
.portal-link-resources-1-row .views-field-nothing.expand {
  background-image: url("../images/arrow-grey-bottom-double.png");
}

.portal-link-resources-2-row {
  background-color: white;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px 0;
}
.portal-link-resources-2-row .views-field-title {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  padding-top: 30px;
  display: none;
}
.portal-link-resources-2-row .views-field-field-links li {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5% 20px 0;
  padding: 0;
  width: 24%;
  height: 42px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.portal-link-resources-2-row .views-field-field-links li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 39px;
  text-decoration: none;
  color: #522e91;
  text-align: center;
  border-left: 3px solid #57068C;
}

.portal-link-resources-related-links .views-field-field-link-title a {
  background: white;
  padding: 20px;
  color: #57068C;
  font-size: 20px;
  display: block;
}
.portal-link-resources-related-links .views-field-field-links a {
  color: #57068C;
  display: block;
  padding: 16px 20px;
  background: #F4F4F4 url("../images/arrow-prpl-right.png") no-repeat 94% center;
}
.portal-link-resources-related-links .views-field-field-links a:hover {
  background-color: #B2B3B7;
}
.portal-link-resources-related-links .views-field-field-links a:active {
  background-color: #DDDDDD;
}

.pane-link-lists-facult-l1 {
  background-color: white;
  padding-bottom: 10px;
}

.pane-related-events .pane-title {
  text-align: left;
  color: black;
}
.pane-related-events ul {
  margin: 0;
}
.pane-related-events .views-row {
  overflow: hidden;
  background-color: white;
  margin-bottom: 20px;
  position: relative;
}
.pane-related-events .views-row .views-field-field-image {
  float: left;
}
.pane-related-events .views-row .views-field-field-image a {
  display: block;
  line-height: 10px;
}
.pane-related-events .views-row .views-field-title {
  margin-left: 140px;
  height: 70px;
}
@media all and (min-width: 479px) {
  .pane-related-events .views-row .views-field-title {
    margin-right: 70px;
  }
}
.pane-related-events .views-row .views-field-title a {
  padding: 10px;
  color: #57068C;
  display: block;
  height: 50px;
}
@media all and (max-width: 479px) {
  .pane-related-events .views-row .views-field-title a {
    line-height: 14px;
  }
}
.pane-related-events .views-row .views-field-field-event-time {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 54px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  line-height: 26px;
  width: 60px;
  background: #442c79;
  color: white;
  padding: 12px 5px 4px 5px;
}
@media all and (max-width: 479px) {
  .pane-related-events .views-row .views-field-field-event-time {
    display: none;
  }
}
.pane-related-events .views-row:hover {
  background-color: #F4F4F4;
}
.pane-related-events .views-row:hover .views-field-field-event-time {
  background-color: #6C5995;
}
.pane-related-events .views-row:hover a {
  color: #6C5995;
}
.pane-related-events .views-row:active {
  background-color: #B2B3B7;
}
.pane-related-events .views-row:active .views-field-field-event-time {
  background-color: #322156;
}
.pane-related-events .views-row:active a {
  color: #322156;
}

.page-community-alumni .pane-2 .link-list-with-icon li {
  margin-top: 10px;
}
.page-community-alumni .pane-custom.pane-3 {
  margin-top: 30px;
  padding-bottom: 10px;
  background-color: white;
}
.page-community-alumni ul#protal-alumni-pane-support-us li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8%;
  padding: 0;
  width: 24%;
  height: 42px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.page-community-alumni ul#protal-alumni-pane-support-us li:first-child {
  margin-left: 0;
}
.page-community-alumni ul#protal-alumni-pane-support-us li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 39px;
  text-decoration: none;
  color: #522e91;
  text-align: center;
  border-left: 3px solid #57068C;
}
.page-community-alumni #portal-alumni-info-pane,
.page-community-alumni #portal-alumni-contact-us-pane {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}
.page-community-alumni #portal-alumni-info-pane #portal-alumni-info {
  list-style: disc;
  margin-left: 20px;
}
.page-community-alumni #portal-alumni-info-pane #portal-alumni-info li a {
  font-size: 18px;
  color: #57068C;
  line-height: 2.5em;
}
.page-community-alumni #portal-alumni-contact-us-pane {
  margin-top: 50px;
  padding: 5px 15px 15px 15px;
  box-sizing: border-box;
  box-shadow: #8a8a8a 0 0 3px;
}
.page-community-alumni #portal-alumni-contact-us-pane h2.pane-title {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
.page-community-alumni #portal-alumni-contact-us-pane h2 {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #57068C;
}
.page-community-alumni #portal-alumni-contact-us-pane h2 span {
  margin: 7px 20px 0 0;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  line-height: 34px;
  background: url("https://cdn.shanghai.nyu.edu/themes/custom/shanghai/images/dot.svg");
  background-size: 100% 100%;
}
.page-community-alumni #portal-alumni-contact-us-pane p {
  margin-left: 35px;
  font-style: italic;
  color: #8a8a8a;
  font-size: 14px;
}
.page-community-alumni .pane-mailchimp-alumni h2.pane-title {
  text-align: left;
  border: none;
}
.page-community-alumni .pane-mailchimp-alumni .view-mailchimp-alumni .view-content {
  display: flex;
}
.page-community-alumni .pane-mailchimp-alumni .view-mailchimp-alumni .view-content .views-row {
  display: inline-block;
  width: 32%;
  margin-left: 2.5%;
}
.page-community-alumni .pane-mailchimp-alumni .view-mailchimp-alumni .view-content .views-row:nth-child(3n+1) {
  margin-left: 0;
}
.page-community-alumni .pane-mailchimp-alumni .view-mailchimp-alumni .view-content .views-row .views-field-created span {
  color: #57068C;
}

.page-community-parents ul#portal-parents-links-info li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8%;
  padding: 0;
  width: 24%;
  height: 42px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.page-community-parents ul#portal-parents-links-info li:first-child {
  margin-left: 0;
}
.page-community-parents ul#portal-parents-links-info li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 39px;
  text-decoration: none;
  color: #522e91;
  text-align: center;
  border-left: 3px solid #57068C;
}
.page-community-parents ul#portal-parents-links-info-2,
.page-community-parents ul#portal-parents-links-info-3 {
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  list-style: disc;
  padding-left: 15px;
  box-sizing: border-box;
}
.page-community-parents ul#portal-parents-links-info-2 li,
.page-community-parents ul#portal-parents-links-info-3 li {
  width: 100%;
}
.page-community-parents ul#portal-parents-links-info-2 li a,
.page-community-parents ul#portal-parents-links-info-3 li a {
  font-size: 16px;
  line-height: 2.5em;
  color: #57068C;
}
.page-community-parents .pane-mailchimp-parents h2.pane-title {
  text-align: left;
  border: none;
}
.page-community-parents .pane-mailchimp-parents .views-row {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  margin-left: 3%;
}
.page-community-parents .pane-mailchimp-parents .views-row:first-child {
  margin-left: 0;
}
.page-community-parents .pane-mailchimp-parents .views-row .views-field-created {
  color: #57068C;
}

a.portal-load-more-link {
  display: block;
  width: 100%;
  text-align: right;
  line-height: 40px;
  color: #57068C;
  font-size: 14px;
}

a.portal-load-more-link:hover {
  color: #57068C;
}

a.portal-load-more-link:active {
  color: #57068C;
}

.page-community-parents .pane-custom.pane-2 {
  margin-top: 20px;
  position: relative;
}
.page-community-parents .pane-custom.pane-2 p {
  line-height: 12px;
}
.page-community-parents .pane-custom.pane-2 h2 {
  position: absolute;
  bottom: 0;
  background: #57068C;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  width: 100%;
  text-indent: 20px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
}

.nyu-promote-news-list .views-row {
  background-color: white;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.nyu-promote-news-list .views-field-title {
  padding: 0 10px;
}
.nyu-promote-news-list img {
  width: 100%;
}

/* override open position */
.view-open-positions {
  /*override class use-ajax*/
}
.view-open-positions .position-link {
  font-size: 13px;
}
.view-open-positions .position-link:hover {
  text-decoration: underline;
  color: #0074BD;
}
.view-open-positions .use-ajax {
  font-size: 13px;
}
.view-open-positions .use-ajax:hover {
  text-decoration: underline;
  color: #0074BD;
}

@media all and (min-width: 786px) {
  .i18n-zh-hans #block-menu-menu-quick-link {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 83px;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .block-title {
    display: none;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu__item {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    background: url("../images/quick-links.png") no-repeat left -50px;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu__item:hover {
    background-position: left -250px;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu__item.first {
    background-position: left 0px;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu__item.first:hover {
    background-position: left -200px;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu__item.last {
    background-position: left -100px;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu__item.last:hover {
    background-position: left -300px;
  }
  .i18n-zh-hans #block-menu-menu-quick-link .menu__link {
    display: block;
    padding-left: 40px;
    height: 100%;
  }

  .i18n-en #block-menu-menu-quick-link {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 83px;
  }
  .i18n-en #block-menu-menu-quick-link .block-title {
    display: none;
  }
  .i18n-en #block-menu-menu-quick-link .menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    width: 70px;
    height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
  }
  .i18n-en #block-menu-menu-quick-link .menu__link {
    display: block;
    padding-left: 70px;
    height: 100%;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(1) {
    background: url("../images/quick-links-en.png") no-repeat right -15px top 0px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(1):hover {
    background-position: left -300px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(2) {
    background: url("../images/quick-links-en.png") no-repeat right -15px top -50px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(2):hover {
    background-position: left -350px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(3) {
    background: url("../images/quick-links-en.png") no-repeat right -15px top -100px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(3):hover {
    background-position: left -400px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(4) {
    background: url("../images/quick-links-en.png") no-repeat right -15px top -150px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(4):hover {
    background-position: left -450px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(5) {
    background: url("../images/quick-links-en.png") no-repeat right -15px top -200px;
  }
  .i18n-en #block-menu-menu-quick-link .menu__item:nth-child(5):hover {
    background-position: left -500px;
  }
}
/**
* new standardized styles
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2014, 2:43:29 PM
    Author     : zhengjun
*/
/* sidebar level 1 menu item */
/* sidebar level 2 menu item */
/* sidebar level 2 menu item */
/* sidebar level 3 menu item */
/**
* The following codes are designed from 2019 March
* =================================================================================================
* Attention: 
* -----------
* If you want to see more examples, please go to the "UI Elements" page 
* in Development Site.
*/
/**
* Grid Wrapper
* ============
* 1. Pattern:
* ------------
*   <div class="grid-wrapper">
*        <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg as-last-lg">
*           .......
*        </div>
*   </div>
* 
*
* 2. Attention: 
* --------------
* - Now this class has four Breakpoints (576px, 768px, 992px, 1200px), 
* it's enough for current situation.
* 
* - The "margin-right" of last column is zero, so sometimes we need to insert 
* "as-last-xl, as-last-lg, as-last-md, as-last-sm" classes which also let other
* columns regard as last column.
*
*/
.grid-wrapper img.file-default {
  margin-top: 0 !important;
}
.grid-wrapper [class*="col-"] {
  float: left;
  width: 100%;
  margin-right: 3.9%;
}
.grid-wrapper [class*="col-"]:last-of-type {
  margin-right: 0;
}
@media (min-width: 576px) {
  .grid-wrapper .col-1-sm {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-sm {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-sm {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-sm {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-sm {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-sm {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-sm {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-sm {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-sm {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-sm {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-sm {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-sm {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-wrapper .as-last-sm {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .grid-wrapper .col-1-md {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-md {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-md {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-md {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-md {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-md {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-md {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-md {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-md {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-md {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-md {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-md {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-wrapper .as-last-md {
    margin-right: 0 !important;
  }
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (max-width: 1199.99px) {
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper .col-1-lg {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-lg {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-lg {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-lg {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-lg {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-lg {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-lg {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-lg {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-lg {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-lg {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-lg {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-wrapper .as-last-lg {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper .col-1-xl {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-xl {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-xl {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-xl {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-xl {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-xl {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-xl {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-xl {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-xl {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-xl {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-xl {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-xl {
    max-width: 100%;
  }
  .grid-wrapper .col-5 {
    max-width: 19%;
    margin-right: 1%;
  }
  .grid-wrapper .as-last-xl {
    margin-right: 0;
  }
}

.grid-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.margin-left-zero {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Black.eot");
  src: url("../fonts/NYUPerstare-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Black.woff2") format("woff2"), url("../fonts/NYUPerstare-Black.woff") format("woff"), url("../fonts/NYUPerstare-Black.ttf") format("truetype"), url("../fonts/NYUPerstare-Black.svg#NYUPerstare-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BlackItalic.eot");
  src: url("../fonts/NYUPerstare-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstare-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BlackItalic.svg#NYUPerstare-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Bold.eot");
  src: url("../fonts/NYUPerstare-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Bold.woff2") format("woff2"), url("../fonts/NYUPerstare-Bold.woff") format("woff"), url("../fonts/NYUPerstare-Bold.ttf") format("truetype"), url("../fonts/NYUPerstare-Bold.svg#NYUPerstare-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BoldItalic.eot");
  src: url("../fonts/NYUPerstare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstare-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BoldItalic.svg#NYUPerstare-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Light.eot");
  src: url("../fonts/NYUPerstare-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Light.woff2") format("woff2"), url("../fonts/NYUPerstare-Light.woff") format("woff"), url("../fonts/NYUPerstare-Light.ttf") format("truetype"), url("../fonts/NYUPerstare-Light.svg#NYUPerstare-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-LightItalic.eot");
  src: url("../fonts/NYUPerstare-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-LightItalic.woff") format("woff"), url("../fonts/NYUPerstare-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-LightItalic.svg#NYUPerstare-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Medium.eot");
  src: url("../fonts/NYUPerstare-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Medium.woff2") format("woff2"), url("../fonts/NYUPerstare-Medium.woff") format("woff"), url("../fonts/NYUPerstare-Medium.ttf") format("truetype"), url("../fonts/NYUPerstare-Medium.svg#NYUPerstare-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-MediumItalic.eot");
  src: url("../fonts/NYUPerstare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstare-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-MediumItalic.svg#NYUPerstare-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Regular.eot");
  src: url("../fonts/NYUPerstare-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Regular.woff2") format("woff2"), url("../fonts/NYUPerstare-Regular.woff") format("woff"), url("../fonts/NYUPerstare-Regular.ttf") format("truetype"), url("../fonts/NYUPerstare-Regular.svg#NYUPerstare-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Italic.eot");
  src: url("../fonts/NYUPerstare-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Italic.woff2") format("woff2"), url("../fonts/NYUPerstare-Italic.woff") format("woff"), url("../fonts/NYUPerstare-Italic.ttf") format("truetype"), url("../fonts/NYUPerstare-Italic.svg#NYUPerstare-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Thin.eot");
  src: url("../fonts/NYUPerstare-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Thin.woff2") format("woff2"), url("../fonts/NYUPerstare-Thin.woff") format("woff"), url("../fonts/NYUPerstare-Thin.ttf") format("truetype"), url("../fonts/NYUPerstare-Thin.svg#NYUPerstare-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-ThinItalic.eot");
  src: url("../fonts/NYUPerstare-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstare-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-ThinItalic.svg#NYUPerstare-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Ultra.eot");
  src: url("../fonts/NYUPerstare-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstare-Ultra.woff") format("woff"), url("../fonts/NYUPerstare-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstare-Ultra.svg#NYUPerstare-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-UltraItalic.eot");
  src: url("../fonts/NYUPerstare-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstare-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-UltraItalic.svg#NYUPerstare-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Bold.eot");
  src: url("../fonts/NYUPerstareCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Bold.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Bold.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Bold.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Bold.svg#NYUPerstareCondensed-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BoldItalic.svg#NYUPerstareCondensed-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Black.eot");
  src: url("../fonts/NYUPerstareCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Black.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Black.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Black.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Black.svg#NYUPerstareCondensed-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BlackItalic.svg#NYUPerstareCondensed-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Light.eot");
  src: url("../fonts/NYUPerstareCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Light.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Light.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Light.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Light.svg#NYUPerstareCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-LightItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-LightItalic.svg#NYUPerstareCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Thin.eot");
  src: url("../fonts/NYUPerstareCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Thin.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Thin.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Thin.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Thin.svg#NYUPerstareCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-ThinItalic.svg#NYUPerstareCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Regular.eot");
  src: url("../fonts/NYUPerstareCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Regular.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Regular.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Regular.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Regular.svg#NYUPerstareCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Italic.eot");
  src: url("../fonts/NYUPerstareCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Italic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Italic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Italic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Italic.svg#NYUPerstareCondensed-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Medium.eot");
  src: url("../fonts/NYUPerstareCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Medium.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Medium.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Medium.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Medium.svg#NYUPerstareCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-MediumItalic.svg#NYUPerstareCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot");
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Ultra.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Ultra.svg#NYUPerstareCondensed-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-UltraItalic.svg#NYUPerstareCondensed-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot");
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-ExtraLight.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.svg#../fonts/cn/SourceHanSansCN-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Light.eot");
  src: url("../fonts/cn/SourceHanSansCN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Light.svg#../fonts/cn/SourceHanSansCN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot");
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Normal.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Normal.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Normal.svg#../fonts/cn/SourceHanSansCN-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot");
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Regular.svg#../fonts/cn/SourceHanSansCN-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot");
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Medium.svg#../fonts/cn/SourceHanSansCN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot");
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Bold.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot");
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Heavy.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Heavy.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Heavy.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Heavy.svg#../fonts/cn/SourceHanSansCN-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?td9hng");
  src: url("../fonts/icomoon.eot?td9hng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?td9hng") format("truetype"), url("../fonts/icomoon.woff?td9hng") format("woff"), url("../fonts/icomoon.svg?td9hng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.page-search .content-inside {
  background-color: white;
}
.page-search .content-inside a {
  color: #6C5995;
}
.page-search .content-inside a:hover {
  color: #57068C;
}
.page-search .content-inside a:active {
  color: #322156;
}
.page-search .search-form {
  padding: 20px 0 40px 0;
  margin: 0 20px;
  border-bottom: 1px solid #E9E9E9;
}
.page-search .search-no-result-wrapper {
  margin-top: 30px;
  padding-bottom: 150px;
  text-align: center;
  color: #333333;
}
.page-search .search-no-result-wrapper #page-title {
  text-align: left;
}
.page-search .search-no-result-wrapper h2 {
  font-size: 50px;
  color: #57068C;
  line-height: 50px;
  margin: 0;
}
.page-search .search-no-result-wrapper h3 {
  font-size: 26px;
  color: #333333;
  margin: 10px 0 20px 0;
  font-family: "NYUPerstare";
}
.page-search .search-no-result-wrapper p {
  font-size: 18px;
  line-height: 32px;
}
.page-search #edit-basic .form-text {
  height: 60px;
  font-size: 32px;
  line-height: 32px;
  padding: 0px 10px;
  border: none;
  margin: 0;
  max-width: 435px;
}
.page-search #edit-basic .form-submit {
  position: absolute;
  height: 60px;
  border: none;
  padding: 0;
  width: 60px;
  text-indent: -150px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-search-retina-purple.png");
  margin: 0;
}
.page-search #edit-basic .form-submit:hover,
.page-search #edit-basic .form-submit.active {
  background-color: #57068C;
  background-image: url("../images/icon-search-retina-white.png");
}
.page-search #edit-basic .form-submit:active {
  background-color: #322156;
  background-image: url("../images/icon-search-retina-white.png");
}
.page-search .search-results {
  padding-bottom: 10px;
}
.page-search .search-result {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #E9E9E9;
}
.page-search .search-result h3 {
  margin: 0;
}
.page-search .search-result h3 a {
  font-size: 24px;
}
.page-search .search-result .search-snippet-info {
  padding: 0;
}
.page-search .search-result .search-snippet {
  font-size: 16px;
  line-height: 24px;
}
.page-search .search-result .search-info {
  color: #B2B3B7;
}
.page-search .item-list {
  padding: 20px 0;
  margin: 0;
}

.view-research-slideshow {
  position: relative;
}

.not-front.page-search #content .content-inside .pager {
  margin: 0;
}

.page-search .content-inside .pager-item a:hover {
  color: white;
}

.page-search .form-submit {
  background-color: #E9E9E9;
}

/**
* new standardized styles
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 11, 2014, 2:43:29 PM
    Author     : zhengjun
*/
/* sidebar level 1 menu item */
/* sidebar level 2 menu item */
/* sidebar level 2 menu item */
/* sidebar level 3 menu item */
/**
* The following codes are designed from 2019 March
* =================================================================================================
* Attention: 
* -----------
* If you want to see more examples, please go to the "UI Elements" page 
* in Development Site.
*/
/**
* Grid Wrapper
* ============
* 1. Pattern:
* ------------
*   <div class="grid-wrapper">
*        <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg">
*           .......
*        </div>
*       <div class="col-6-xl col-4-lg as-last-lg">
*           .......
*        </div>
*   </div>
* 
*
* 2. Attention: 
* --------------
* - Now this class has four Breakpoints (576px, 768px, 992px, 1200px), 
* it's enough for current situation.
* 
* - The "margin-right" of last column is zero, so sometimes we need to insert 
* "as-last-xl, as-last-lg, as-last-md, as-last-sm" classes which also let other
* columns regard as last column.
*
*/
.grid-wrapper img.file-default {
  margin-top: 0 !important;
}
.grid-wrapper [class*="col-"] {
  float: left;
  width: 100%;
  margin-right: 3.9%;
}
.grid-wrapper [class*="col-"]:last-of-type {
  margin-right: 0;
}
@media (min-width: 576px) {
  .grid-wrapper .col-1-sm {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-sm {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-sm {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-sm {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-sm {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-sm {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-sm {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-sm {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-sm {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-sm {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-sm {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-sm {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-wrapper .as-last-sm {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .grid-wrapper .col-1-md {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-md {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-md {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-md {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-md {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-md {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-md {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-md {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-md {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-md {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-md {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-md {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-wrapper .as-last-md {
    margin-right: 0 !important;
  }
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (max-width: 1199.99px) {
  .grid-wrapper .margin-btm-md {
    margin-bottom: 3.9%;
  }
}
@media (min-width: 992px) {
  .grid-wrapper .col-1-lg {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-lg {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-lg {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-lg {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-lg {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-lg {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-lg {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-lg {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-lg {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-lg {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-lg {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-wrapper .as-last-lg {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .grid-wrapper .col-1-xl {
    max-width: 4.75833%;
  }
  .grid-wrapper .col-2-xl {
    max-width: 13.41667%;
  }
  .grid-wrapper .col-3-xl {
    max-width: 22.075%;
  }
  .grid-wrapper .col-4-xl {
    max-width: 30.73333%;
  }
  .grid-wrapper .col-5-xl {
    max-width: 39.39167%;
  }
  .grid-wrapper .col-6-xl {
    max-width: 48.05%;
  }
  .grid-wrapper .col-7-xl {
    max-width: 56.70833%;
  }
  .grid-wrapper .col-8-xl {
    max-width: 65.36667%;
  }
  .grid-wrapper .col-9-xl {
    max-width: 74.025%;
  }
  .grid-wrapper .col-10-xl {
    max-width: 82.68333%;
  }
  .grid-wrapper .col-11-xl {
    max-width: 91.34167%;
  }
  .grid-wrapper .col-12-xl {
    max-width: 100%;
  }
  .grid-wrapper .col-5 {
    max-width: 19%;
    margin-right: 1%;
  }
  .grid-wrapper .as-last-xl {
    margin-right: 0;
  }
}

.grid-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.margin-bottom-zero {
  margin-bottom: 0 !important;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.margin-left-zero {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Black.eot");
  src: url("../fonts/NYUPerstare-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Black.woff2") format("woff2"), url("../fonts/NYUPerstare-Black.woff") format("woff"), url("../fonts/NYUPerstare-Black.ttf") format("truetype"), url("../fonts/NYUPerstare-Black.svg#NYUPerstare-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BlackItalic.eot");
  src: url("../fonts/NYUPerstare-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstare-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BlackItalic.svg#NYUPerstare-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Bold.eot");
  src: url("../fonts/NYUPerstare-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Bold.woff2") format("woff2"), url("../fonts/NYUPerstare-Bold.woff") format("woff"), url("../fonts/NYUPerstare-Bold.ttf") format("truetype"), url("../fonts/NYUPerstare-Bold.svg#NYUPerstare-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-BoldItalic.eot");
  src: url("../fonts/NYUPerstare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstare-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-BoldItalic.svg#NYUPerstare-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Light.eot");
  src: url("../fonts/NYUPerstare-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Light.woff2") format("woff2"), url("../fonts/NYUPerstare-Light.woff") format("woff"), url("../fonts/NYUPerstare-Light.ttf") format("truetype"), url("../fonts/NYUPerstare-Light.svg#NYUPerstare-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-LightItalic.eot");
  src: url("../fonts/NYUPerstare-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-LightItalic.woff") format("woff"), url("../fonts/NYUPerstare-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-LightItalic.svg#NYUPerstare-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Medium.eot");
  src: url("../fonts/NYUPerstare-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Medium.woff2") format("woff2"), url("../fonts/NYUPerstare-Medium.woff") format("woff"), url("../fonts/NYUPerstare-Medium.ttf") format("truetype"), url("../fonts/NYUPerstare-Medium.svg#NYUPerstare-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-MediumItalic.eot");
  src: url("../fonts/NYUPerstare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstare-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-MediumItalic.svg#NYUPerstare-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Regular.eot");
  src: url("../fonts/NYUPerstare-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Regular.woff2") format("woff2"), url("../fonts/NYUPerstare-Regular.woff") format("woff"), url("../fonts/NYUPerstare-Regular.ttf") format("truetype"), url("../fonts/NYUPerstare-Regular.svg#NYUPerstare-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Italic.eot");
  src: url("../fonts/NYUPerstare-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Italic.woff2") format("woff2"), url("../fonts/NYUPerstare-Italic.woff") format("woff"), url("../fonts/NYUPerstare-Italic.ttf") format("truetype"), url("../fonts/NYUPerstare-Italic.svg#NYUPerstare-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Thin.eot");
  src: url("../fonts/NYUPerstare-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Thin.woff2") format("woff2"), url("../fonts/NYUPerstare-Thin.woff") format("woff"), url("../fonts/NYUPerstare-Thin.ttf") format("truetype"), url("../fonts/NYUPerstare-Thin.svg#NYUPerstare-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-ThinItalic.eot");
  src: url("../fonts/NYUPerstare-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstare-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-ThinItalic.svg#NYUPerstare-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-Ultra.eot");
  src: url("../fonts/NYUPerstare-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstare-Ultra.woff") format("woff"), url("../fonts/NYUPerstare-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstare-Ultra.svg#NYUPerstare-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstare';
  src: url("../fonts/NYUPerstare-UltraItalic.eot");
  src: url("../fonts/NYUPerstare-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstare-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstare-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstare-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstare-UltraItalic.svg#NYUPerstare-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Bold.eot");
  src: url("../fonts/NYUPerstareCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Bold.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Bold.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Bold.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Bold.svg#NYUPerstareCondensed-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BoldItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BoldItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BoldItalic.svg#NYUPerstareCondensed-BoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Black.eot");
  src: url("../fonts/NYUPerstareCondensed-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Black.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Black.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Black.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Black.svg#NYUPerstareCondensed-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-BlackItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-BlackItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-BlackItalic.svg#NYUPerstareCondensed-BlackItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Light.eot");
  src: url("../fonts/NYUPerstareCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Light.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Light.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Light.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Light.svg#NYUPerstareCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-LightItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-LightItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-LightItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-LightItalic.svg#NYUPerstareCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Thin.eot");
  src: url("../fonts/NYUPerstareCondensed-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Thin.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Thin.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Thin.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Thin.svg#NYUPerstareCondensed-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-ThinItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-ThinItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-ThinItalic.svg#NYUPerstareCondensed-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Regular.eot");
  src: url("../fonts/NYUPerstareCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Regular.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Regular.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Regular.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Regular.svg#NYUPerstareCondensed-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Italic.eot");
  src: url("../fonts/NYUPerstareCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Italic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Italic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Italic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Italic.svg#NYUPerstareCondensed-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Medium.eot");
  src: url("../fonts/NYUPerstareCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Medium.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Medium.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Medium.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Medium.svg#NYUPerstareCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-MediumItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-MediumItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-MediumItalic.svg#NYUPerstareCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot");
  src: url("../fonts/NYUPerstareCondensed-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-Ultra.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-Ultra.woff") format("woff"), url("../fonts/NYUPerstareCondensed-Ultra.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-Ultra.svg#NYUPerstareCondensed-Ultra") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NYUPerstareCondensed';
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot");
  src: url("../fonts/NYUPerstareCondensed-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff2") format("woff2"), url("../fonts/NYUPerstareCondensed-UltraItalic.woff") format("woff"), url("../fonts/NYUPerstareCondensed-UltraItalic.ttf") format("truetype"), url("../fonts/NYUPerstareCondensed-UltraItalic.svg#NYUPerstareCondensed-UltraItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot");
  src: url("../fonts/cn/SourceHanSansCN-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-ExtraLight.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-ExtraLight.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-ExtraLight.svg#../fonts/cn/SourceHanSansCN-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Light.eot");
  src: url("../fonts/cn/SourceHanSansCN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Light.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Light.svg#../fonts/cn/SourceHanSansCN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot");
  src: url("../fonts/cn/SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Normal.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Normal.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Normal.svg#../fonts/cn/SourceHanSansCN-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot");
  src: url("../fonts/cn/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Regular.svg#../fonts/cn/SourceHanSansCN-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot");
  src: url("../fonts/cn/SourceHanSansCN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Medium.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Medium.svg#../fonts/cn/SourceHanSansCN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot");
  src: url("../fonts/cn/SourceHanSansCN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Bold.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot");
  src: url("../fonts/cn/SourceHanSansCN-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cn/SourceHanSansCN-Heavy.woff2") format("woff2"), url("../fonts/cn/SourceHanSansCN-Heavy.woff") format("woff"), url("../fonts/cn/SourceHanSansCN-Heavy.ttf") format("truetype"), url("../fonts/cn/SourceHanSansCN-Heavy.svg#../fonts/cn/SourceHanSansCN-Heavy") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?td9hng");
  src: url("../fonts/icomoon.eot?td9hng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?td9hng") format("truetype"), url("../fonts/icomoon.woff?td9hng") format("woff"), url("../fonts/icomoon.svg?td9hng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.people-grid-directory {
  margin-top: 20px;
}
.people-grid-directory .views-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.people-grid-directory .views-column {
  float: left;
  background-color: "NYUPerstare";
  padding-bottom: 10px;
  font-weight: 300;
}
.people-grid-directory .views-column a {
  font-size: 14px;
  font-family: "NYUPerstare";
  font-weight: 400;
}
.people-grid-directory .views-column .views-field-title, .people-grid-directory .views-column .views-field-field-last-name {
  font-size: 16px;
  font-family: "NYUPerstare";
  font-weight: 400;
  padding: 5px 10px 0 10px;
  color: #57068C;
}
.people-grid-directory .views-column .views-field-name {
  margin: 0 10px;
}
.people-grid-directory .views-column .views-field-field-official-title {
  padding: 5px 10px 0 10px;
  font-size: 13px;
}

.view-people.view-display-id-faculty .people-grid-directory .views-column {
  height: 80px;
}

.view-display-id-faculty .views-exposed-widgets {
  background: white;
  padding: 15px;
}
.view-display-id-faculty .views-exposed-widgets input {
  margin: 0;
}

.not-front.node-type-instructor .content-inside .field-name-field-profile-picture {
  margin-left: 20px;
}

.node-type-instructor .node-instructor {
  background-color: white;
}
.node-type-instructor .node-instructor .field-label-above {
  margin: 10px 20px;
}
.node-type-instructor .node-instructor .field-label-above .field-items {
  margin-left: 0px;
  margin-bottom: 10px;
}
.node-type-instructor .field-label {
  color: #333333;
  margin-right: 20px;
}
.node-type-instructor .field-name-field-official-title .field-items,
.node-type-instructor .field-name-field-email-address .field-items,
.node-type-instructor .field-name-field-room-number .field-items,
.node-type-instructor .field-name-field-office-phone .field-items {
  color: #333333;
}
.node-type-instructor .field-name-field-official-title .field-items .field-item,
.node-type-instructor .field-name-field-email-address .field-items .field-item,
.node-type-instructor .field-name-field-room-number .field-items .field-item,
.node-type-instructor .field-name-field-office-phone .field-items .field-item {
  margin-bottom: 8px;
}
.node-type-instructor .field-name-field-semester-taught .field-items {
  color: #333333;
}
.node-type-instructor .field-name-field-semester-taught .field-items .field-item {
  margin-bottom: 15px;
}
.node-type-instructor .field-name-field-preferred-name {
  margin-bottom: 10px;
}
.node-type-instructor .field-name-field-preferred-name .field-item {
  font-size: 20px;
  color: #333333;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.node-type-instructor .pane-node-field-research-interests h2,
.node-type-instructor .pane-node-field-courses-taught h2,
.node-type-instructor .pane-node-field-teaching-interests h2 {
  border-bottom: 0px;
}
.node-type-instructor .pane-node-field-research-interests .field-item,
.node-type-instructor .pane-node-field-courses-taught .field-item,
.node-type-instructor .pane-node-field-teaching-interests .field-item {
  color: #656565;
}

.node-type-instructor .panels-flexible-contents_of_one_to_two {
  background-color: white;
}

.not-front.node-type-instructor .panels-flexible-region-contents_of_one_to_two-center {
  margin-top: 20px;
}
.not-front.node-type-instructor .panels-flexible-region-contents_of_one_to_two-center .field-name-field-official-title {
  margin: 20px 0 10px 0;
  font-size: 16px;
}

.view-people.view-display-id-staff {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: white;
}
.view-people.view-display-id-staff .views-field-title {
  font-family: "NYUPerstare";
  font-weight: 400;
}
.view-people.view-display-id-staff th.views-field-title {
  font-weight: bold;
}
.view-people.view-display-id-staff th {
  padding: 10px;
  border-right: 1px solid #ccc;
}
.view-people.view-display-id-staff td {
  padding: 10px;
  border-right: 1px solid #ccc;
}
.view-people.view-display-id-staff tr {
  border-left: 1px solid #ccc;
}
.view-people.view-display-id-staff thead {
  border-top: 1px solid #ccc;
}

body.page-about-staff .view-people.view-display-id-staff {
  padding-top: 0;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form {
  background: #57068C;
  margin: 0 auto 30px auto;
  width: 100%;
  padding: 15px;
  color: #fff;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form label {
  color: #fff;
  font-weight: 500;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form input {
  margin: 0;
  width: 100%;
  background-image: none;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form #edit-field-department-tid-wrapper {
  width: 100%;
  background-image: none;
  margin-bottom: 15px;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form #edit-title-wrapper, body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form #edit-field-last-name-value-wrapper {
  margin-right: 3%;
  width: 35%;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form #edit-title-wrapper input.form-autocomplete, body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form #edit-field-last-name-value-wrapper input.form-autocomplete {
  background-image: none;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form .views-submit-button {
  margin-top: 29px;
  width: 24%;
}
body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form .views-submit-button input.form-submit {
  background: #fff;
  color: #57068C;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form #edit-title-wrapper, body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form #edit-field-last-name-value-wrapper {
    margin-right: 0%;
    margin-bottom: 15px;
    width: 100%;
  }
  body.page-about-staff .view-people.view-display-id-staff .view-filters form .views-exposed-form .views-submit-button {
    margin-top: 15px;
    width: 100%;
  }
}
.profile {
  margin: 20px;
}

.nyu-admin-page-content {
  margin: 0 20px;
}
.nyu-admin-page-content .pane-title {
  text-align: left;
  color: #888888;
  text-indent: 20px;
  line-height: 45px;
  background-color: #E9E9E9;
}
.nyu-admin-page-content .menu__item {
  padding: 5px 10px;
  margin: 5px 0;
  background: url("../images/read-more-1px-purple.png") no-repeat 5%;
  text-indent: 12%;
}
.nyu-admin-page-content .menu__item a {
  display: block;
}
.nyu-admin-page-content .menu__item:hover {
  background-color: #F4F4F4;
}
.nyu-admin-page-content .menu__item:active {
  background: #F4F4F4 url("../images/read-more-1px-grey.png") no-repeat 5%;
}
.nyu-admin-page-content .views-row {
  padding: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.nyu-admin-page-content a {
  font-size: 16px;
  line-height: 24px;
  color: #6C5995;
  font-family: "NYUPerstare";
  font-weight: 400;
}
.nyu-admin-page-content a:hover {
  color: #322156;
}
.nyu-admin-page-content a:active {
  color: #B2B3B7;
}
.nyu-admin-page-content dl,
.nyu-admin-page-content menu,
.nyu-admin-page-content ol,
.nyu-admin-page-content ul {
  margin: 0;
}
.nyu-admin-page-content menu,
.nyu-admin-page-content ol,
.nyu-admin-page-content ul {
  padding: 0;
  list-style: none;
  list-style-image: none;
}

.pane-user-profile .user-picture {
  width: 100px;
}
.pane-user-profile .views-field-mail a {
  display: block;
  margin-right: 20px;
}
.pane-user-profile h3 {
  font-size: 24px;
  color: #57068C;
  line-height: 28px;
  padding-bottom: 10px;
  margin-right: 120px;
}

.page-user .panels-flexible-region-contents_of_one_to_two-bottom {
  width: 100%;
}
.page-user .pane-user-picture {
  margin: 20px 0 10px 20px;
}
.page-user .pane-blogger-list-panel-pane-1 {
  margin-left: 20px;
}
.page-user .pane-blogger-list-panel-pane-1 a {
  font-size: 16px;
}
.page-user .pane-user-field-bio {
  margin: 20px 20px 20px 0;
  font-size: 16px;
  line-height: 22px;
}
.page-user .panels-flexible-row-contents_of_one_to_two-2 {
  background-color: #E9E9E9;
}
.page-user .people-grid-directory .views-column {
  text-align: center;
}
@media all and (max-width: 480px) {
  .page-user .people-grid-directory .views-column {
    height: 250px;
  }
}

@media all {
  .node-type-academic-bulletin .field-collection-view,
  .node-type-academic-bulletin .field-name-field-bulletin-menu-item {
    padding: 0;
    margin: 0;
  }
  .node-type-academic-bulletin .field-name-field-body-2 {
    margin-left: 0 !important;
  }
  .node-type-academic-bulletin .field-name-field-bulletin-menu-category,
  .node-type-academic-bulletin .field-name-field-faq-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    background: #fff;
    margin: 0 0 0 -2px !important;
    padding: 15px 0;
  }
  .node-type-academic-bulletin .field-name-field-bulletin-menu-category .field-items .field-item,
  .node-type-academic-bulletin .field-name-field-faq-title .field-items .field-item {
    margin: 0px;
    background-color: #fff;
  }
  .node-type-academic-bulletin .field-collection-view {
    padding-bottom: 0px;
    border-bottom: 0px dotted #B2B3B7;
  }
  .node-type-academic-bulletin .node-academic-bulletin a {
    color: #57068C;
  }
  .node-type-academic-bulletin .node-academic-bulletin p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .node-type-academic-bulletin .field-item {
    margin-bottom: 20px;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-title {
    background-color: #e8e1ea;
    position: relative;
    margin: 0 !important;
    line-height: 1.2;
    color: #57068C;
    cursor: pointer;
    margin-top: 5px;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 15px 50px 15px 15px;
    position: relative;
    background-image: none;
    border-bottom: 1px solid rgba(93, 24, 137, 0.07);
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    content: '';
    background-image: url("../images/faqarrow.svg");
    background-repeat: no-repeat;
    background-position: center top 50%;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-title.active {
    background: #57068C;
    color: #fff;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-title.active::after {
    background-image: url("../images/faqarrow.svg");
    background-repeat: no-repeat;
    background-position: center top 50%;
    transform: rotate(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-title:hover {
    background: #57068C;
    color: #fff;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-title:hover::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-title .field-items {
    width: 100%;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content {
    display: none;
    margin: 0 !important;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content h4 {
    font-weight: bold;
    color: #000000;
    margin: 20px 0 10px 0;
    font-size: 16px;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content h1, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content h2, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content h3, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content h4, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content h5, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content h6 {
    margin-top: 0;
    padding-top: 15px;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content .field-items .field-item {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content .field-items .field-item p {
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 0 !important;
    padding: 0 0 5px 0;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content .field-items .field-item p:first-child {
    padding-top: 15px;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content .field-items .field-item ul, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content .field-items .field-item ol {
    max-width: 100% !important;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content table, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content ul, .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content ol {
    max-width: 100% !important;
  }
  .node-type-academic-bulletin .field-name-field-bulletin-image .field-item {
    margin-bottom: 0;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-item .field-items .field-item table tr:first-child {
    text-align: center;
    font-weight: bold;
    color: #666666;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-item .field-items .field-item table td {
    padding: 8px;
    border: 1px solid #ddd;
    min-width: auto;
  }
  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-item .field-items .field-item table td p {
    margin: 0;
    padding: 0;
  }

  .node-academic-bulletin {
    background: white;
  }

  .field-name-field-bulletin-menu-item .field-name-field-faq-title, .paragraph--type--bulletin-menu-item .field-name-field-faq-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    background: #fff;
    margin: 0 0 0 -2px !important;
    padding: 15px 0;
  }
  .field-name-field-bulletin-menu-item .field-name-field-faq-title .field-items .field-item, .paragraph--type--bulletin-menu-item .field-name-field-faq-title .field-items .field-item {
    margin: 0px;
    background-color: #fff;
  }
  .field-name-field-bulletin-menu-item .field-item, .paragraph--type--bulletin-menu-item .field-item {
    margin: 20px 0 0 0px;
  }
  .field-name-field-bulletin-menu-item .field-item:first-child, .paragraph--type--bulletin-menu-item .field-item:first-child {
    margin-top: 0;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view, .paragraph--type--bulletin-menu-item .field-item .field-collection-view {
    border: none !important;
    padding-bottom: 0 !important;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .content, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .content {
    position: relative;
    margin: 40px 0 0 0px;
    padding: 0px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #5D1889;
    background: #e8e1ea;
    position: relative;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .content:first-child, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .content:first-child {
    margin-top: 0;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .content .field-item, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .content .field-item {
    margin: 0;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title {
    background-color: #e8e1ea;
    position: relative;
    margin: 0 !important;
    line-height: 1.2;
    color: #57068C;
    cursor: pointer;
    margin-top: 5px;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 15px 50px 15px 15px;
    position: relative;
    background-image: none;
    border-bottom: 1px solid rgba(93, 24, 137, 0.07);
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title::after, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title::after {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    content: '';
    background-image: url("../images/faqarrow.svg");
    background-repeat: no-repeat;
    background-position: center top 50%;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title.active, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title.active {
    background: #57068C;
    color: #fff;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title.active::after, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title.active::after {
    background-image: url("../images/faqarrow.svg");
    background-repeat: no-repeat;
    background-position: center top 50%;
    transform: rotate(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title:hover, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title:hover {
    background: #57068C;
    color: #fff;
  }
  .field-name-field-bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title:hover::after, .paragraph--type--bulletin-menu-item .field-item .field-collection-view .field-name-field-bulletin-menu-title:hover::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .node-11594 .field-collection-container,
  .node-20821 .field-collection-container,
  .node-11345 .field-collection-container,
  .node-12185 .field-collection-container,
  .node-24626 .field-collection-container {
    max-width: 930px !important;
  }
}
.view-display-id-leadership .views-columns-2 .views-row {
  overflow: hidden;
}
.view-display-id-leadership .views-columns-2 .views-column {
  position: relative;
  cursor: pointer;
}
.view-display-id-leadership .views-columns-2 .views-field-title {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.view-display-id-leadership .views-columns-2 .views-field-title a {
  font-size: 16px;
  color: #57068C;
  font-weight: 500;
  display: block;
}
.view-display-id-leadership .views-columns-2 .views-field-field-profile-picture-mini:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .5;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.view-display-id-leadership .views-columns-2 .views-field-field-profile-picture-mini:hover:after {
  opacity: 0;
}
.view-display-id-leadership .views-columns-2 .views-field-field-official-title {
  height: 36px;
  overflow: hidden;
}
.view-display-id-leadership .views-columns-2 .views-field-field-official-title .field-content {
  height: 100%;
}
.view-display-id-leadership .views-columns-2 .views-field-field-official-title a {
  color: #000000;
  display: block;
  height: 100%;
  line-height: 100%;
}
.view-display-id-leadership .views-columns-2 .views-field-nothing {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: #F4F4F4 url("../images/read-more-2px-purple.png") no-repeat center;
  overflow: hidden;
}
.view-display-id-leadership .views-columns-2 .views-field-nothing a {
  color: #57068C;
  padding-top: 86px;
  display: block;
}

.i18n-zh-hans .view-display-id-leadership .views-columns-2 .views-column {
  background-color: #E9E9E9;
}
.i18n-zh-hans .view-display-id-leadership .views-columns-2 .views-column:hover {
  background-color: #57068C;
}
.i18n-zh-hans .view-display-id-leadership .views-columns-2 .views-column:active {
  background-color: #322156;
}

.not-front .content-inside .field-name-field-official-title {
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 100%;
  font-weight: 500;
  margin-left: 0;
}
.not-front .content-inside .field-name-field-official-title .field-label {
  margin-right: 0px;
}

@media all {
  .white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
  }

  .not-front .content-inside .field-name-body ul.img-block, .not-front .content-inside .field-name-field-body-2 ul.img-block {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100% !important;
  }
  .not-front .content-inside .field-name-body ul.img-block li, .not-front .content-inside .field-name-field-body-2 ul.img-block li {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    margin: 12px 24px 12px 0;
    min-height: 100px;
    position: relative;
  }
  .not-front .content-inside .field-name-body ul.img-block li:nth-child(4n), .not-front .content-inside .field-name-field-body-2 ul.img-block li:nth-child(4n) {
    margin-right: 0;
  }
  .not-front .content-inside .field-name-body ul.img-block li img, .not-front .content-inside .field-name-field-body-2 ul.img-block li img {
    width: 100%;
    margin: 0;
  }
  .not-front .content-inside .field-name-body ul.img-block li a, .not-front .content-inside .field-name-field-body-2 ul.img-block li a {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    min-height: 60px;
    font-weight: 400;
    line-height: 1.15;
    background-color: rgba(87, 6, 140, 0.5);
  }
  .not-front .content-inside .field-name-body ul.img-block li:hover a, .not-front .content-inside .field-name-field-body-2 ul.img-block li:hover a {
    background-color: #57068c;
  }

  .section-advising .discover-list .discover-item .item-content h4 {
    max-width: 100%;
    font-size: 1em;
    font-weight: bold;
  }

  #three-column-content-wrapper .views-column {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
  }
  #three-column-content-wrapper .field-name-field-image {
    display: none;
  }
  #three-column-content-wrapper .content-wrapper {
    width: 66%;
    float: left;
  }
  #three-column-content-wrapper .content-right-sidebar {
    width: 30%;
    float: left;
    margin-left: 4%;
  }
  #three-column-content-wrapper .content-right-sidebar h2 {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  #three-column-content-wrapper .content-right-sidebar .views-field-field-image,
  #three-column-content-wrapper .content-right-sidebar .views-field-field-album-picture,
  #three-column-content-wrapper .content-right-sidebar .views-field-field-course-image {
    width: 33%;
    float: right;
    clear: both;
    padding: 0;
    margin: 0;
  }
  #three-column-content-wrapper .content-right-sidebar .views-field-field-image .field-content,
  #three-column-content-wrapper .content-right-sidebar .views-field-field-album-picture .field-content,
  #three-column-content-wrapper .content-right-sidebar .views-field-field-course-image .field-content {
    text-align: right;
  }
  #three-column-content-wrapper .content-right-sidebar .views-field-title {
    width: 66.66%;
    float: left;
    padding: 0;
    margin: 0;
    padding-bottom: 25px;
  }
  #three-column-content-wrapper .content-right-sidebar .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  #three-column-content-wrapper .content-right-sidebar .views-field-body {
    width: 100%;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #three-column-content-wrapper .content-right-sidebar .see-all-link {
    margin-bottom: 40px;
    text-align: right;
  }
  #three-column-content-wrapper .content-right-sidebar .see-all-link .see-all-link-arrow {
    padding: 0 10px;
  }
  #three-column-content-wrapper .content-right-sidebar .see-all-link a {
    color: #57068C;
  }
  #three-column-content-wrapper .content-right-sidebar .see-all-link a:hover {
    color: #6C5995;
  }
  #three-column-content-wrapper .content-right-sidebar .see-all-link a:active {
    color: #322156;
  }

  .shedule-btn {
    background: #57068c;
    border: 0;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 160px;
    color: #fff !important;
    font-weight: 500;
    line-height: 1.15;
  }
  .shedule-btn img {
    display: block;
    margin: 0 auto 5px auto;
    max-width: 46px;
  }

  .absolute-btnbox {
    position: absolute;
    margin: 0 0 0 20px;
    top: 0;
    right: 0;
    max-width: 205px;
    min-width: 205px;
  }

  .btn-tringle {
    background: #57068c;
    color: #fff !important;
    position: relative;
    width: 100%;
    min-width: 170px;
    margin: 0 0 15px 0;
    padding: 18px 10px;
    font-size: 14px;
    display: block;
    text-align: center;
    transition: 0.3s;
  }
  .btn-tringle::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: url("../images/tring_ic.png") right bottom no-repeat;
    background-size: cover;
    width: 8px;
    height: 8px;
  }
  .btn-tringle:hover, .btn-tringle:focus {
    background: #330662;
  }

  .btn-cov {
    width: 100%;
    background: #57068c;
    display: block;
    text-align: center;
    color: #fff !important;
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
  }
  .btn-cov:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 14px;
    height: 3px;
    background: #fff;
  }
  .btn-cov:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 3px;
    height: 14px;
    background: #fff;
  }
  .btn-cov:hover, .btn-cov:focus {
    background: #330662;
  }

  .btn-blue {
    width: 100%;
    background: #57068c;
    text-align: center;
    color: #fff !important;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-blue:hover, .btn-blue:focus {
    background: #330662;
    color: #fff;
  }

  .btn-deepblue {
    width: 100%;
    background: #330662;
    text-align: center;
    color: #fff !important;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-deepblue:hover, .btn-deepblue:focus {
    background: #57068c;
    color: #fff;
    text-decoration: underline;
  }

  .btn-blueborder {
    background: #fff;
    border: #57068c solid 2px;
    display: block;
    padding: 54px 30px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn-blueborder.sm {
    padding: 10px;
    font-size: 14px;
  }
  .btn-blueborder span {
    display: block;
    font-weight: 400;
  }
  .btn-blueborder strong {
    display: block;
  }
  .btn-blueborder:hover {
    background: #57068c;
    border: #57068c solid 2px;
    color: #fff !important;
  }

  .img-iconlink {
    position: relative;
    display: block;
  }
  .img-iconlink img {
    width: 100%;
  }
  .img-iconlink span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .img-iconlink span img {
    display: block;
    margin: 15px auto;
    width: auto !important;
  }

  .btn-nyu {
    background: #eee6f3;
    text-align: center;
    color: #57068c !important;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-nyu img {
    max-height: 34px;
    margin: -6px 10px 0 0;
    display: inline-block !important;
  }
  .btn-nyu:hover, .btn-nyu:focus {
    background: #57068c;
    color: #fff !important;
  }
  .btn-nyu:hover img, .btn-nyu:focus img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .btn-nyu.xs {
    padding: 6px 8px;
    font-size: 13px;
  }
  .btn-nyu.sm {
    padding: 8px;
    font-size: 15px;
  }
  .btn-nyu.md {
    padding: 15px 8px;
    font-size: 15px;
    line-height: 1.35;
  }
  .btn-nyu.md img {
    max-height: 28px;
    margin: -6px 5px 0 0;
    display: inline-block !important;
  }
  .btn-nyu.lg {
    padding: 15px 30px;
    font-size: 18px;
  }
  .btn-nyu span {
    display: block;
    font-size: 14px;
  }

  .btn-purple {
    background: #57068c;
    text-align: center;
    color: #fff !important;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-purple img {
    max-height: 34px;
    margin: -6px 10px 0 0;
    display: inline-block !important;
  }
  .btn-purple:hover, .btn-purple:focus {
    background: #330662;
    color: #fff !important;
  }
  .btn-purple:hover img, .btn-purple:focus img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .cursor-hand {
    cursor: pointer !important;
  }

  .btn-blueborder {
    width: 100%;
    background: #57068c;
    text-align: center;
    color: #fff !important;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    color: #57068c !important;
    padding: 10px;
    font-size: 15px;
    border: #57068c solid 2px;
  }
  .btn-blueborder:hover, .btn-blueborder:focus {
    background: #330662;
    color: #fff;
  }
  .btn-blueborder strong {
    display: block;
  }

  /* styles for page */
  .section-academics .left-faculty-image img {
    margin-right: 10px;
  }

  #it-box-btn {
    background: #522e91;
    border: 1px solid #522e91;
    padding: 10px 50px;
    color: #fff;
    cursor: pointer;
  }

  .it-box-popup {
    width: 900px;
    height: 600px;
    overflow: auto;
    position: fixed;
    z-index: 100000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #ccc;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    display: none;
  }
  .it-box-popup .it-box-popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    background: url("https://cdn.shanghai.nyu.edu/themes/custom/shanghai/images/close.svg");
    background-size: 100% 100%;
    cursor: pointer;
  }
  .it-box-popup article {
    width: 80%;
    margin: 10% 10% 0 10%;
  }

  /* styles for Global Awards page */
  .global_award_box .box-row {
    display: flex;
    flex-wrap: wrap;
  }
  .global_award_box .box-row .box-cell {
    border: 0px solid #57068C;
    padding: 15px 15px 30px 15px;
    width: 31.3%;
    background: #f2f2f2;
    box-sizing: border-box;
    margin-right: 3%;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
  }
  .global_award_box .box-row .box-cell:nth-child(3) {
    margin: 0;
  }
  .global_award_box .box-row p {
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
    line-height: 1.5;
  }
  .global_award_box .box-row p br {
    display: none;
  }
  .global_award_box .box-row .vertical-line {
    border-bottom: 1px solid #57068C;
    width: 40%;
    margin: 10px 0;
    font-size: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .global_award_box .box-row .title {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
    color: #404040;
  }

  .content-inside article .winners-info {
    text-align: center;
  }
  .content-inside article .winners-info p {
    max-width: 100% !important;
    font-size: 15px !important;
  }
  .content-inside article .winners-info p.name-title {
    margin: 0 !important;
    padding: 0 !important;
  }
  .content-inside article .winners-info p.discription {
    min-height: 92px;
  }
  .content-inside article .winners-info img {
    width: 100%;
  }
  .content-inside article .winners-info a.name {
    font-weight: 600;
    padding: 15px 0;
    display: block;
  }
  .content-inside article .winners-info a.btn-nyu {
    display: block;
  }
  .content-inside article .past-award-info a {
    background: #E8E1E9;
    padding: 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .content-inside article .past-award-info a span {
    display: block;
  }

  .teaching-award {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
  }
}
@media all and (max-width: 767px) {
  .teaching-award {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media all {
  .teaching-award .teaching-img img {
    width: 100%;
  }

  .global-page.discover-list > ul {
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
  }
  .global-page.discover-list > ul > li {
    width: 30.6%;
    margin-left: 4%;
  }
  .global-page.discover-list > ul > li .item-image-cover {
    min-height: 325px !important;
  }
  .global-page.discover-list > ul > li .item-content a {
    color: #57068C;
  }
  .global-page.discover-list > ul > li .item-content p {
    height: auto;
    max-height: 110px;
  }
  .global-page.discover-list > ul > li:nth-child(2) {
    margin-left: 4%;
  }
  .global-page.discover-list > ul > li:nth-child(3) {
    width: 30.6%;
    float: left;
  }
  .global-page.discover-list > ul > li:nth-child(3) .item-content {
    width: 90%;
  }
  .global-page.discover-list > ul > li:nth-child(3n+1) {
    margin-left: 0;
  }

  #block-block-36 {
    padding-top: 20px;
  }

  .global-contact-us {
    background: -webkit-linear-gradient(left, #7E2867 1%, #8C36A5 100%);
    width: 75%;
    padding: 50px;
    margin-top: 10px;
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  .global-contact-us {
    width: 100%;
  }
}
@media all {
  .global-contact-us h2, .global-contact-us p, .global-contact-us a {
    color: #FFFFFF !important;
    width: 100% !important;
  }
  .global-contact-us p {
    font-size: 18px;
  }
  .global-contact-us p a {
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
  }
  .global-contact-us h2 {
    margin: 10px 0;
    line-height: 1.5;
  }

  /* styles for Global Awards page */
  /****** SCSS added by mak25 *****/
  .wrapper-content {
    margin-bottom: 4%;
  }
  .wrapper-content p {
    max-width: 100% !important;
  }
  .wrapper-content img.file-default {
    margin-top: 0;
    height: auto;
  }

  .img-box-content .wrapper-content {
    position: relative;
  }
  .img-box-content .bottom-content {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .img-box-content .bottom-content a {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF !important;
  }
  .img-box-content .middle-content {
    position: absolute;
    top: 50%;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
  .img-box-content .middle-content a {
    color: #FFFFFF !important;
  }

  .first-box-content img {
    float: right;
    margin-left: 35px;
  }
  .first-box-content h3 {
    padding-top: 0 !important;
    font-size: 18px !important;
  }

  .second-box-content img {
    float: left;
    margin-right: 52px;
  }

  .text-left {
    text-align: initial !important;
  }

  .text-center {
    text-align: center !important;
  }

  div.vertical-line {
    margin-bottom: 16px;
    margin-top: 10px;
  }

  .small-box.same_height {
    min-height: 360px;
  }

  .small-box {
    border: 1px solid #57068C;
    padding: 30px;
    text-align: center;
  }
  .small-box a {
    font-weight: 500;
  }

  .mwidth {
    max-width: 100% !important;
  }

  .orientation .small-box {
    text-align: inherit;
    padding: 15px 30px;
  }
  .orientation .small-box label {
    margin-bottom: 0;
    color: #000000;
  }
  .orientation .small-box div {
    padding: 10px 0;
  }
  .orientation .small-box:nth-child(2) {
    padding-right: 35px;
  }

  .nyu-start-home .small-box {
    padding: 25px 45px;
  }
  .nyu-start-home .small-box a {
    padding: 15px;
    background-color: #57068C;
    color: #FFFFFF !important;
    display: block;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
  }
  .nyu-start-home .small-box div {
    margin-top: 15px;
  }
  .nyu-start-home .small-box .vertical-line {
    width: 150px;
    font-size: 0px;
    padding: 10px;
  }

  .nyu-duo .small-box {
    padding: 25px 45px;
  }
  .nyu-duo .small-box > a {
    padding: 15px;
    background-color: #57068C;
    color: #FFFFFF !important;
    display: block;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
  }
  .nyu-duo .small-box .vertical-line {
    width: 150px;
    font-size: 0px;
    padding: 10px;
  }
  .nyu-duo .small-box div {
    margin: 15px;
  }

  .move-in.small-box {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .move-in.small-box ul {
    max-width: 100%;
    padding-left: 15px !important;
  }
  .move-in.small-box label {
    text-align: center;
    background-size: 60px 60px;
    height: 60px;
    padding-left: 66px;
    padding-top: 20px;
    color: #000000;
    font-size: 18px;
  }
  .move-in.small-box hr {
    border-bottom: 1px solid #57068C;
    width: 200px;
    left: 0;
    right: 0;
    margin: 10px auto;
  }
  .move-in.small-box a:hover {
    color: #57068C !important;
  }

  .move-in.small-box.flights label {
    background: url("/themes/custom/shanghai/images/plan.png") no-repeat 28% center;
  }

  .move-in.small-box.railway {
    padding-right: 5%;
  }
  .move-in.small-box.railway label {
    background: url("/themes/custom/shanghai/images/metro.png") no-repeat 20% center;
  }

  .move-in.small-box .imgbg {
    text-align: center;
  }
  .move-in.small-box .imgbg img, .move-in.small-box .imgbg label {
    display: inline-block;
  }
  .move-in.small-box .imgbg label {
    padding-left: 20px;
  }

  .move-in.small-box.usefulWeb {
    min-height: 590px;
  }
  .move-in.small-box.usefulWeb label {
    padding-left: 0;
    background: url("/themes/custom/shanghai/images/p-CDC-2-03-4.jpg") no-repeat 20% center;
  }

  .move-in.small-box.handshak label {
    padding-left: 0;
    background: url("/themes/custom/shanghai/images/p-CDC-2-03-5.jpg") no-repeat 32% center;
  }

  .move-in.small-box.schoolName div, .move-in.small-box.schoolName ul,
  .move-in.small-box.uniStatus div,
  .move-in.small-box.uniStatus ul,
  .move-in.small-box.englishTest div,
  .move-in.small-box.englishTest ul {
    text-align: initial;
  }

  .entrepreneurship .collapse-content {
    padding-bottom: 25px;
  }

  .move-in.small-box.entrepreneurshipBox {
    padding: 30px 15px;
    position: relative;
  }
  .move-in.small-box.entrepreneurshipBox a {
    line-height: 28px;
    padding-left: 60px;
    text-align: center;
    display: inline-block;
  }
  .move-in.small-box.entrepreneurshipBox img {
    margin: 3px 10px 0 3px !important;
    position: absolute;
    width: 50px;
    height: 50px;
  }

  .careerDevlop .small-box {
    padding-top: 10px;
  }

  .researchThreeBox .small-box,
  .graduateSchoolThree .small-box {
    min-height: 115px;
  }

  .move-in.small-box.academicBook label {
    padding-left: 0;
    background: url("/themes/custom/shanghai/images/p-CDC-3-04-1.jpg") no-repeat 28% center;
  }
  .move-in.small-box.academicBook div {
    text-align: initial;
  }

  .cdcThree .move-in.small-box {
    padding: 10px 15px;
  }

  .move-in.small-box.academicNetwork label {
    padding-left: 0;
    background: url("/themes/custom/shanghai/images/p-CDC-3-04-1.jpg") no-repeat 38% center;
  }
  .move-in.small-box.academicNetwork div, .move-in.small-box.academicNetwork ul {
    text-align: initial;
  }

  .small-box.student-club {
    text-align: initial;
  }
  .small-box.student-club ul {
    max-width: 100%;
  }
  .small-box.student-club h3 b {
    color: #57068C;
  }
  .small-box.student-club a {
    font-size: 16px;
  }
  .small-box.student-club .parentUl {
    padding-left: 20px !important;
  }
  .small-box.student-club p {
    max-width: 100%;
  }

  .full-box {
    width: 100%;
    border: 1px solid #57068C;
    overflow: auto;
    padding: 30px;
    margin-bottom: 30px;
  }
  .full-box .boxFirst {
    float: left;
    width: 20%;
    text-align: center;
  }
  .full-box .boxFirst .boxImg {
    background: url("/themes/custom/shanghai/images/bus.png") no-repeat center center;
    background-size: 60px 60px;
    height: 60px;
    font-size: 0;
    width: 90%;
  }
  .full-box .boxFirst .boxImgText {
    color: #000000;
    padding-top: 15px;
    font-weight: 500;
    font-size: 18px;
    width: 90%;
  }
  .full-box .boxSecond {
    float: left;
    width: 75%;
  }
  .full-box .horizontal-line {
    float: left;
    height: 130px;
    background: #57068C;
    width: 1px;
    font-size: 0;
    margin-right: 30px;
  }

  .full-box.metro .boxFirst {
    padding-top: 15px;
  }
  .full-box.metro .boxImg {
    background: url("/themes/custom/shanghai/images/train.png") no-repeat center center;
  }

  .full-box.taxi .boxFirst {
    margin-top: 5%;
  }
  .full-box.taxi .boxImg {
    background: url("/themes/custom/shanghai/images/car.png") no-repeat center center;
  }
  .full-box.taxi p {
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
  }
  .full-box.taxi .horizontal-line {
    height: 210px;
  }

  .special-font {
    font-size: 24px;
    font-weight: 700;
    color: #57068C;
  }

  .webform-client-form .webform-component-file .form-managed-file .form-submit {
    margin: 10px;
    line-height: 20px;
    background: #57068C;
    font-weight: bold;
  }

  .page-graduate-research-fellowship-programs .view-header .button,
  .page-graduate-dissertation-fellows .view-header .button {
    display: flex;
    margin-bottom: 40px;
  }
  .page-graduate-research-fellowship-programs .view-header .button a,
  .page-graduate-dissertation-fellows .view-header .button a {
    padding: 7px 30px;
    background: #57068C;
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    min-width: 250px;
    font-weight: 500;
  }
  .page-graduate-research-fellowship-programs .view-header .text,
  .page-graduate-dissertation-fellows .view-header .text {
    color: #57068C;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-row,
  .page-graduate-dissertation-fellows .view-fellowship .views-row {
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0;
    clear: both;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-row-first,
  .page-graduate-dissertation-fellows .view-fellowship .views-row-first {
    padding-top: 0;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-row-last,
  .page-graduate-dissertation-fellows .view-fellowship .views-row-last {
    border-bottom: 0px;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-field-title,
  .page-graduate-dissertation-fellows .view-fellowship .views-field-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-field-title a,
  .page-graduate-dissertation-fellows .view-fellowship .views-field-title a {
    color: #57068C;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-field-field-official-title,
  .page-graduate-dissertation-fellows .view-fellowship .views-field-field-official-title {
    font-weight: 500;
    margin: 10px 0;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-field-field-email-address,
  .page-graduate-dissertation-fellows .view-fellowship .views-field-field-email-address {
    display: flex;
    margin: 10px 0;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-field-field-email-address span,
  .page-graduate-dissertation-fellows .view-fellowship .views-field-field-email-address span {
    font-weight: 500;
    margin-right: 5px;
  }
  .page-graduate-research-fellowship-programs .view-fellowship .views-field-field-email-address a,
  .page-graduate-dissertation-fellows .view-fellowship .views-field-field-email-address a {
    color: #57068C;
    font-weight: 500;
  }

  #view-stories .spotlight-box.col-4-md:nth-child(3n) {
    margin-right: 0;
  }
  #view-stories .spotlight-box.col-4-md {
    min-height: 488px;
  }

  .i18n-zh-hans #view-stories .spotlight-box.col-4-md {
    min-height: 520px;
  }

  .lead-box {
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 20px 0;
  }
  .lead-box img {
    width: 100%;
  }
  .lead-box p {
    max-width: 100% !important;
  }
  .lead-box blockquote {
    width: 100%;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    margin: 0;
    margin-bottom: 50px;
  }
  .lead-box blockquote::before {
    position: absolute;
    font-size: 75px;
    line-height: 1;
    left: -5px;
    top: -2px;
    content: "\201C";
    color: #57068c;
  }
  .lead-box blockquote::after {
    position: absolute;
    float: right;
    font-size: 75px;
    line-height: 1;
    right: 0;
    bottom: -0.5em;
    content: "\201D";
    color: #57068c;
  }

  .smallBlockQuote blockquote {
    width: 40%;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .smallBlockQuote blockquote:first-of-type {
    margin-top: 0;
  }

  .lead-box:last-of-type {
    border-bottom: 0;
  }

  /****** SCSS added by mak25 *****/
  /********** About Us page *******/
  .aboutUsBox {
    display: flex;
  }
  .aboutUsBox .aboutUsBoxContent {
    width: 63%;
    padding: 45px 36px 36px;
    border: 1px solid #57068C;
    min-height: 260px;
  }
  .aboutUsBox .aboutUsBoxContent strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
  }
  .aboutUsBox .aboutUsBoxContent p {
    color: #57068C !important;
    font-weight: bold;
  }
  .aboutUsBox .aboutUsBoxImg {
    width: 37%;
  }
  .aboutUsBox .aboutUsBoxImg img {
    height: 100%;
    width: 100%;
  }

  /********** About Us page *******/
}
.not-front.page-node-20821 .content-inside .field {
  margin: 0;
}

/********** WebForm SCSS START *******/
body.page-node-24625 article.node-webform form.webform-client-form .webform-component label {
  padding-left: 0;
}
body.page-node-24625 article.node-webform form.webform-client-form .webform-component input {
  margin-left: 0;
  margin-right: 0;
}
body.page-node-24625 article.node-webform form.webform-client-form .webform-component input[type="radio"], body.page-node-24625 article.node-webform form.webform-client-form .webform-component input[type="checkbox"] {
  margin-right: 8px;
}
body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-textfield, body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-email {
  width: 48%;
  display: inline-block;
}
body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios .form-type-radio {
  width: 24%;
  display: inline-table;
}
body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios.webform-component--purposes-improve-english .form-type-radio, body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios.webform-component--ielts-exam .form-type-radio, body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios.webform-component--toefl-exam .form-type-radio {
  width: 48%;
  display: inline-table;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset.webform-component-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset.webform-component-fieldset legend {
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset.webform-component-fieldset legend a:hover, body.page-node-24625 article.node-webform form.webform-client-form fieldset.webform-component-fieldset legend a:focus {
  color: #444;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset.webform-component-fieldset.collapsible .fieldset-legend {
  padding: 10px 55px 10px 10px;
  background: #eee url(/themes/custom/shanghai/images/collapse_open.jpg) no-repeat top right;
  background-size: 50px;
  position: relative;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset.webform-component-fieldset.collapsible .fieldset-legend a {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 10px;
  top: 0;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset.webform-component-fieldset.collapsed .fieldset-legend {
  padding: 10px 55px 10px 10px;
  background: #eee url(/themes/custom/shanghai/images/collapse_close.jpg) no-repeat top right;
  background-size: 50px;
  position: relative;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset.collapsed {
  height: auto;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset .webform-component .form-type-checkbox {
  padding: 0 10px;
  margin-bottom: 20px;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset .fieldset-wrapper .webform-component-checkboxes {
  margin-top: 10px;
}
body.page-node-24625 article.node-webform form.webform-client-form fieldset .fieldset-wrapper .webform-component-checkboxes input {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-node-24625 article.node-webform form.webform-client-form .form-actions {
  margin-left: 0;
  margin-top: 30px;
}
body.page-node-24625 article.node-webform form.webform-client-form .form-actions input.form-submit {
  padding-top: 10px;
  padding-bottom: 10px;
}

.design-btn {
  background: #3e1e71 url("../images/timer_bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
}
.design-btn a {
  color: #fff;
  font-weight: 500;
}
.design-btn a:hover {
  color: #fff;
}

#videobutton, #ccbutton {
  margin-top: 3%;
}
#videobutton .col-sm, #ccbutton .col-sm {
  width: 47%;
  float: left;
}
#videobutton .col-sm a, #ccbutton .col-sm a {
  color: #FFFFFF;
}
#videobutton .col-sm:first-child, #ccbutton .col-sm:first-child {
  margin-right: 6%;
}

/********** WebForm SCSS END *******/
.grid-wrapper.academic-advising .small-box {
  padding: 10px;
}
.grid-wrapper.academic-advising .small-box a {
  font-size: 15px;
}
.grid-wrapper.academic-advising .small-box img {
  margin-bottom: 6px;
}

.tick-icons {
  display: block;
  font-size: 22px;
  margin-top: 10px;
}
.tick-icons img {
  max-width: 50px;
}

@media all and (min-width: 786px) {
  body.page-node-26196 #content .content-inside article .field-collection-container, body.page-node-26196 #content .content-inside article table, body.page-node-26197 #content .content-inside article .field-collection-container, body.page-node-26197 #content .content-inside article table, body.page-node-26198 #content .content-inside article .field-collection-container, body.page-node-26198 #content .content-inside article table, body.page-node-26819 #content .content-inside article .field-collection-container, body.page-node-26819 #content .content-inside article table, body.page-node-26820 #content .content-inside article .field-collection-container, body.page-node-26820 #content .content-inside article table, body.page-node-26821 #content .content-inside article .field-collection-container, body.page-node-26821 #content .content-inside article table, body.page-node-26166 #content .content-inside article .field-collection-container, body.page-node-26166 #content .content-inside article table, body.page-node-26202 #content .content-inside article .field-collection-container, body.page-node-26202 #content .content-inside article table, body.page-node-26203 #content .content-inside article .field-collection-container, body.page-node-26203 #content .content-inside article table, body.page-node-26204 #content .content-inside article .field-collection-container, body.page-node-26204 #content .content-inside article table, body.page-node-26205 #content .content-inside article .field-collection-container, body.page-node-26205 #content .content-inside article table, body.page-node-26206 #content .content-inside article .field-collection-container, body.page-node-26206 #content .content-inside article table, body.page-node-26966 #content .content-inside article .field-collection-container, body.page-node-26966 #content .content-inside article table, body.page-node-26967 #content .content-inside article .field-collection-container, body.page-node-26967 #content .content-inside article table, body.page-node-26968 #content .content-inside article .field-collection-container, body.page-node-26968 #content .content-inside article table, body.page-node-26970 #content .content-inside article .field-collection-container, body.page-node-26970 #content .content-inside article table, body.page-node-26971 #content .content-inside article .field-collection-container, body.page-node-26971 #content .content-inside article table, body.page-node-26974 #content .content-inside article .field-collection-container, body.page-node-26974 #content .content-inside article table {
    max-width: 100%;
  }
}
.not-front .content-inside .field-name-body ul.tringle-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  border: #57058d solid 1px;
  padding: 15px;
  position: relative;
}
.not-front .content-inside .field-name-body ul.tringle-list li {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-title {
  width: 220px;
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-title::after {
  background: url("/themes/custom/shanghai/images/prple_circle.png") left top repeat-y;
  position: absolute;
  right: -52px;
  z-index: 2;
  width: 22px;
  height: 22px;
  content: '';
  top: 15px;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info {
  width: calc(100% - 250px);
  float: left;
  padding: 0 0 30px 30px;
  box-sizing: border-box;
  position: relative;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info::before {
  background: url("/themes/custom/shanghai/images/gray-dot.png") left top repeat-y;
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 22px;
  height: 22px;
  content: '';
  top: 15px;
  height: 100%;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info .icon-imgbox {
  width: 80px;
  float: left;
  text-align: center;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info .icon-imgbox img {
  max-width: 100%;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info .content-info {
  float: left;
  width: calc(100% - 80px);
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info .content-info h3 {
  font-size: 16px;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info .content-info li {
  list-style: disc;
}
.not-front .content-inside .field-name-body ul.tringle-list li .cov-info.no-dot::before {
  display: none;
}

#pointer {
  width: 200px;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #774898;
  color: #fff;
  text-align: center;
}
#pointer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
#pointer::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #774898;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.normal-gradientbox {
  padding: 30px !important;
}

.blue-borderbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blue-borderbox:last-child {
  margin-bottom: 0;
}
.blue-borderbox .border-contentbox {
  padding: 15px;
  border: #57068C solid 1px;
  margin: 0 3% 0 0;
}
.blue-borderbox .border-contentbox strong {
  color: #000;
}
.blue-borderbox .border-contentbox p:last-child {
  margin: 0;
  padding: 0;
}
.blue-borderbox .border-contentbox:last-child {
  margin-right: 0;
}
.blue-borderbox .border-contentbox.one-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.blue-borderbox .border-contentbox.two-col {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.blue-borderbox .border-contentbox.three-col {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.pattern-btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.pattern-btnbox .btn-patttern {
  padding: 15px;
  border: #57068C solid 0px;
  margin: 15px 0;
  color: #fff !important;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/hr-nyulogo.jpg") center center repeat;
  width: 220px;
  height: 220px;
  border-radius: 220px;
}
.pattern-btnbox .btn-patttern:last-child {
  margin-right: 0;
}
.pattern-btnbox .btn-patttern.one-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.pattern-btnbox .btn-patttern.two-col {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.four-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.four-qr h3 {
  width: 100%;
  display: block;
}
.four-qr .qr-box {
  width: 50%;
  float: left;
  padding: 25px 25px 25px 0;
  border-bottom: #57068c solid 1px;
  border-right: #57068c solid 1px;
}
.four-qr .qr-box:nth-child(2n - 1) {
  padding: 25px;
  border-right: 0;
}
.four-qr .qr-box:last-child, .four-qr .qr-box:nth-last-child(2) {
  border-bottom: 0;
}

.box-qrimg {
  float: right;
  margin: 0 10%;
}

.not-front.node-type-instructor .panels-flexible-region-contents_of_one_to_two-center {
  margin-top: 0 !important;
}
.not-front.node-type-instructor .panels-flexible-contents_of_one_to_two .panels-flexible-row.panels-flexible-row-first {
  padding: 0 !important;
}
.not-front.node-type-instructor .views-field-field-profile-picture {
  margin-bottom: 12px;
}
.not-front.node-type-instructor .field-name-field-email-address a,
.not-front.node-type-instructor .field-name-field-homepage-link a {
  font-weight: 500;
  color: #57068c;
}
.not-front.node-type-instructor article.node-instructor a {
  font-weight: 500;
  color: #57068c;
}

body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
}
body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li.tabs-secondary__tab {
  height: auto;
  width: 100%;
  float: none;
  border-right: 1px solid #fff;
  background: #e86c00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.15;
}
body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li.tabs-secondary__tab a {
  color: #fff;
  font-size: 15px;
}
body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li:hover, body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li:focus {
  background: #a84b01;
}
body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li:hover a, body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li:focus a {
  color: #fff;
}
body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li.is-active {
  background: #a84b01;
}
body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li.is-active a.active {
  color: #fff;
}
body.logged-in.page-node-revisions-view .content-inside article {
  background: url("../images/watermark_draft.png") center center repeat;
  background-size: 35%;
}
body.logged-in.page-node-revisions-view .content-inside article .field-name-body, body.logged-in.page-node-revisions-view .content-inside article .taxonomy-term-description, body.logged-in.page-node-revisions-view .content-inside article .webform-confirmation, body.logged-in.page-node-revisions-view .content-inside article .field-name-field-body-2 {
  background-color: none;
  background: none;
}
body.logged-in.page-node-revisions-view .content-inside .field-name-body, body.logged-in.page-node-revisions-view .content-inside .taxonomy-term-description, body.logged-in.page-node-revisions-view .content-inside .webform-confirmation, body.logged-in.page-node-revisions-view .content-inside .field-name-field-body-2 {
  background-color: none;
  background: none;
}

body.node-type-team-member article.node-team-member .form-item label {
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
}

body #page .content-inside a img {
  display: block;
}
body #page .content-inside a:focus {
  -webkit-box-shadow: inset 0 0 0 3px #3dbbdb;
  box-shadow: inset 0 0 0 3px #3dbbdb;
  outline: none !important;
}

ul.noliststyle {
  list-style: none;
}
ul.noliststyle li span {
  color: #57068c;
  font-weight: 600;
}

.advance-edu-box {
  margin: 30px 0;
  padding: 20px;
  border: #57068c solid 2px;
  text-align: center;
}
.advance-edu-box ul {
  margin-left: -20px !important;
  padding: 10px 0 !important;
  display: flex;
  justify-content: space-around;
}
.advance-edu-box ul li {
  border-bottom: solid 2px #bebebe;
  position: relative;
  font-weight: 500;
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
  width: 100%;
  text-align: center;
}
.advance-edu-box ul li:first-child::before {
  border-bottom: solid 2px #fff;
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  width: 50%;
  bottom: -2px;
}
.advance-edu-box ul li::after {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  content: '';
  position: absolute;
  left: 45%;
  bottom: -6px;
}
.advance-edu-box ul li:nth-child(odd) {
  color: #f3904f !important;
}
.advance-edu-box ul li:nth-child(odd)::after {
  background: #f3904f;
}
.advance-edu-box ul li:nth-child(even) {
  color: #5b4fa1 !important;
}
.advance-edu-box ul li:nth-child(even)::after {
  background: #5b4fa1;
}

.node-27441 .node__title, .node-27442 .node__title {
  display: none;
}

.icon-box-wraper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icon-box-wraper .icon-box {
  background-color: #fff;
  border: #57068c solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  margin: 8px 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-box-wraper .icon-box.three-col {
  -webkit-box-flex: 0 0 32%;
  -ms-flex: 3;
  flex: 0 0 32%;
  max-width: 32%;
}
.icon-box-wraper .icon-box a {
  padding: 15px;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.icon-box-wraper .icon-box a img {
  display: block;
  margin: 15px auto;
}
.icon-box-wraper .icon-box a:hover {
  color: #fff;
}
.icon-box-wraper .icon-box:hover {
  background-color: #57068c;
  border: #57068c solid 1px;
}
.icon-box-wraper .icon-box:hover a {
  color: #fff !important;
}
.icon-box-wraper .icon-box:hover a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.icon-box-wraper .icon-box:hover a:hover {
  color: #fff;
}

.icon-linkbox {
  background-color: #fff;
  border: #57068c solid 1px;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-linkbox img {
  margin: 15px auto;
  max-width: 90px;
}
.icon-linkbox span {
  display: block;
  font-family: "NYUPerstare";
  font-weight: 500;
  line-height: 1.5;
}
.icon-linkbox span.icon-title {
  font-size: 18px;
  font-weight: 600;
}
.icon-linkbox em {
  font-size: 16px;
  font-style: normal;
  color: #656565;
  line-height: 1.5;
}
.icon-linkbox:hover {
  background-color: #57068c;
  border: #57068c solid 1px;
}
.icon-linkbox:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.icon-linkbox:hover span, .icon-linkbox:hover em {
  color: #fff;
}
.icon-linkbox.no-linkbox img {
  margin: 0 auto 10px auto;
}
.icon-linkbox.no-linkbox p {
  line-height: 1.5 !important;
  padding: 0 !important;
}
.icon-linkbox.no-linkbox p:last-child {
  margin: 0;
  padding: 0;
  text-align: left;
}
.icon-linkbox.no-linkbox em a {
  color: #57068c;
}
.icon-linkbox.no-linkbox:hover {
  background-color: #fff;
  border: #57068c solid 1px;
}
.icon-linkbox.no-linkbox:hover img {
  filter: none;
}
.icon-linkbox.no-linkbox:hover em {
  color: #656565;
}
.icon-linkbox.no-linkbox:hover span.icon-title {
  color: #57068c;
}

.content-twocol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-twocol .col-width-65 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.content-twocol .col-width-32 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
.content-twocol .icon-box-wraper .icon-box {
  min-height: 162px;
}

.content-inside article .thumb-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: #ccc solid 1px;
}
.content-inside article .thumb-list:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.content-inside article .thumb-list img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.content-inside article .thumb-list p {
  max-width: 100%;
}

body.page-node-12202 .spotlight-box .box-content .box-message {
  overflow: hidden;
}

/* Study Away Out of Shanghai Page styling */
.node-5556 .spotlight-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.node-5556 .spotlight-box .box-image {
  width: 100%;
}
.node-5556 .spotlight-box .box-content {
  width: 100%;
  margin-top: -100px !important;
}

.social-iconsbox {
  margin-top: 30px;
}
.social-iconsbox ul {
  padding: 0 !important;
  text-align: center;
}
.social-iconsbox ul li {
  display: inline-block;
  margin: 0 15px;
}
.social-iconsbox ul li a {
  border: #fff solid 1px;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  height: 62px;
  width: 62px;
  display: block;
  text-align: center;
  line-height: 3.5;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.social-iconsbox ul li a i {
  font-size: 32px;
}
.social-iconsbox ul li a i:hover, .social-iconsbox ul li a i:focus {
  color: #75068c;
}
.social-iconsbox ul li a:hover, .social-iconsbox ul li a:focus {
  color: #75068c;
  border: #fff solid 1px;
  background: #fff;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.social-iconsbox ul li a:hover i, .social-iconsbox ul li a:focus i {
  color: #75068c;
}
.social-iconsbox ul li.wechat-tooltip {
  position: relative;
}
.social-iconsbox ul li.wechat-tooltip:hover span {
  opacity: 1;
  transform: translate(-50%, 0);
}
.social-iconsbox ul li.wechat-tooltip span {
  position: absolute;
  left: 50%;
  bottom: 100%;
  opacity: 0;
  margin-bottom: 2em;
  padding: 5px;
  background-color: #fff;
  font-size: 0.6em;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 1em);
  transition: all 0.15s ease-in-out;
  border: #fff solid 1px;
  width: 140px;
}
.social-iconsbox ul li.wechat-tooltip span::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-top-color: #fff;
  transform: translate(-50%, 0);
}
.social-iconsbox ul li.ic_bili a i {
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 46px;
  height: 36px;
}
.social-iconsbox ul li.ic_bili:hover a i {
  filter: none;
}

body.not-logged-in.page-updates-novel-coronavirus ul.pager {
  display: none;
}

.qrinfo-wraper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: #dddddd solid 1px;
  border-right: 0;
  border-bottom: 0;
}
.qrinfo-wraper .qrinfo-box {
  background-color: #ccc;
  border-bottom: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin: 0;
  padding: 20px 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.qrinfo-wraper .qrinfo-box:nth-of-type(odd) {
  background-color: #eee6f3;
}
.qrinfo-wraper .qrinfo-box:nth-of-type(even) {
  background-color: #f2f2f2;
}
.qrinfo-wraper .qrinfo-box p {
  max-width: 100%;
  font-size: 15px !important;
  min-height: 70px;
}
.qrinfo-wraper .qrinfo-box p:last-child {
  margin: 0;
  padding: 0;
}
.qrinfo-wraper .qrinfo-box strong {
  margin-bottom: 10px;
  display: block;
  color: #000;
  font-size: 17px;
}

.i18n-zh-hans .block-jquery-countdown-timer {
  width: 100%;
}

.block-jquery-countdown-timer {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background: #f2f2f2;
  padding: 10px 20px 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-jquery-countdown-timer #jquery-countdown-timer-note-cn, .block-jquery-countdown-timer #jquery-countdown-timer-cn-sign {
  margin-top: -10px;
}
.block-jquery-countdown-timer #jquery-countdown-timer-cn-sign {
  margin-left: -14px;
}
.block-jquery-countdown-timer #jquery-countdown-timer-cn.countdownHolder {
  text-align: center;
}
.block-jquery-countdown-timer .digit {
  text-align: left;
}
.block-jquery-countdown-timer .digit.static {
  background-image: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #57068c;
}
.block-jquery-countdown-timer .countdownHolder {
  font-family: "NYUPerstare";
  margin: 0;
  width: 86px;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
}
.block-jquery-countdown-timer .countdownHolder .countDiv {
  display: none;
}
.block-jquery-countdown-timer .countdownHolder .position {
  width: 28px;
}
.block-jquery-countdown-timer #jquery-countdown-timer-days, .block-jquery-countdown-timer #jquery-countdown-timer-regular-days {
  font-size: 36px;
  font-weight: 600;
  color: #57068c;
  margin-top: -20px;
  padding: 0 10px;
}
.block-jquery-countdown-timer #jquery-countdown-timer-regular-days {
  margin-left: -30px;
}
.block-jquery-countdown-timer #jquery-countdown-timer-note, .block-jquery-countdown-timer #jquery-countdown-timer-regular-note {
  text-align: left;
  font-size: 15px;
  color: #000;
  margin-top: -10px;
  padding: 0;
  margin-left: 5px;
}

.facultylist-box {
  display: grid;
  gap: 15px;
  grid-template-columns: 100px 1fr;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .facultylist-box {
    grid-template-columns: 100%;
  }
}
.facultylist-box .faculty-img img {
  width: 100%;
  max-height: 110px;
  min-height: 110px;
  object-fit: cover;
  object-position: top;
}
.facultylist-box .faculty-content p:last-child {
  margin-bottom: 0;
}
.facultylist-box .faculty-content .faculty-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #404040;
}
.facultylist-box .faculty-content .faculty-pro-title {
  font-size: 15px;
}
.facultylist-box .faculty-content .faculty-pro-title p {
  font-size: 15px;
}

a.image-linkblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #fff !important;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: 18px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body[class*='-majors'] .field-collection-container {
  border-bottom: 0 !important;
}

.followlistbox {
  width: 100%;
  margin-bottom: 50px;
  float: left;
}
.followlistbox .imgbox {
  float: left;
  width: 200px;
  min-height: 50px;
  margin-right: 20px;
}
.followlistbox .imgbox img.file-default {
  margin-top: 5px !important;
}
.followlistbox .infobox {
  overflow: hidden;
  min-height: 50px;
}
.followlistbox .infobox p {
  padding: 0 !important;
  max-width: 100%;
}

.section-updates-novel-coronavirus .content-inside a {
  font-weight: 500;
}
.section-updates-novel-coronavirus .sap-line {
  height: 1px;
  background: #ddd;
  margin: 30px 0;
  display: block;
}
.section-updates-novel-coronavirus .view-updates-novel-coronavirus .views-field strong {
  color: #000 !important;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section-updates-novel-coronavirus .view-updates-novel-coronavirus {
    max-width: 75% !important;
  }
}

.wechat-tooltip {
  position: relative;
}
.wechat-tooltip:hover span {
  opacity: 1;
  transform: translate(-50%, 0);
}
.wechat-tooltip span {
  position: absolute;
  left: 50%;
  bottom: 100%;
  opacity: 0;
  margin-bottom: 2em;
  padding: 5px;
  background-color: #fff;
  font-size: 0.6em;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 1em);
  transition: all 0.15s ease-in-out;
  border: #fff solid 1px;
  width: 140px;
}
.wechat-tooltip span img {
  max-width: 100%;
}

.node-type-academic-bulletin .node-academic-bulletin .field-name-field-content p {
  margin: 0 0 .8em 0;
  padding: 0px 0px 10px 0px;
}

#content article a.ic_pdf[href$=".pdf"] {
  padding-left: 20px;
  background-image: url(https://cdn.shanghai.nyu.edu/modules/file/icons/application-pdf.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.spotlight-box.identify-box .box-content .box-message p {
  font-size: 14px;
  color: #000;
}
.spotlight-box.handshake-box {
  position: relative;
}
.spotlight-box.handshake-box .box-content {
  max-width: 100%;
  background: #eee6f3;
  margin-top: 0;
  text-align: center;
  padding: 20px 20px 5px 20px;
}
.spotlight-box.handshake-box .box-content .box-title {
  margin-bottom: 15px;
}

.btn-purple-round {
  background: #57068c;
  display: block;
  text-align: center;
  padding: 12px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px 0;
  border-radius: 20px;
}

.handshake-ic {
  max-width: 100px;
  margin: 0 0 15px 0;
}

.content-inside article .coloum-content-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .content-inside article .coloum-content-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.content-inside article .coloum-content-box p, .content-inside article .coloum-content-box ul {
  max-width: 100%;
}

.upcoming-events-lists {
  margin-top: 25px;
  overflow: inherit;
  margin-bottom: 80px;
  width: 100%;
  float: left;
}
.upcoming-events-lists .view-content .views-row {
  width: 100%;
}
.upcoming-events-lists .view-content .views-row .events-infoblock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  gap: 15px;
  -ms-grid-columns: 120px .4fr 2fr;
  grid-template-columns: 120px .4fr 2fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .upcoming-events-lists .view-content .views-row .events-infoblock {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.upcoming-events-lists .view-content .views-row .events-infoblock .imagblock {
  text-align: right;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .imagblock img {
  border-radius: 100%;
  height: 120px !important;
  width: 120px;
  margin: 0 auto;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .dateblock {
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .dateblock span {
  display: block;
  font-size: 26px;
  color: #6b6b6b;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .dateblock strong {
  font-weight: 500;
  margin: 5px 0;
  display: block;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .dateblock strong span {
  color: #000;
  font-size: 36px;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .text-block p .event-title {
  font-size: 18px;
  font-weight: 500;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .text-block p .event-title a {
  color: #57068c;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .text-block p .event-title a:hover, .upcoming-events-lists .view-content .views-row .events-infoblock .text-block p .event-title a:focus {
  color: #57068c;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .text-block h6 {
  margin: 5px 0;
  font-size: 15px;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 1.5;
}
.upcoming-events-lists .view-content .views-row .events-infoblock .text-block h6 i {
  margin: 0 10px 0 0;
  font-size: 15px;
  width: 16px;
  text-align: center;
}
.upcoming-events-lists .dateblock {
  display: block;
  font-size: 26px;
  color: #6b6b6b;
}
.upcoming-events-lists .dateblock strong {
  color: #000;
  font-size: 36px;
}

.content-inside article .col-style p, .content-inside article .col-style ul, .content-inside article .col-style ol, .content-inside article .col-style table {
  max-width: 100%;
}

.page-node-12202 .phd-contact-us, .page-node-26327 .phd-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}
.page-node-12202 .phd-contact-us .social-iconsbox, .page-node-26327 .phd-contact-us .social-iconsbox {
  margin: 0 30px;
}
.page-node-12202 .phd-contact-us .social-iconsbox ul li, .page-node-26327 .phd-contact-us .social-iconsbox ul li {
  margin-bottom: 0;
}

.not-front .content-inside .field-name-body .health_center_box h3, .not-front .content-inside .field-name-body .health_center_box p, .not-front .content-inside .field-name-body .health_center_box ul {
  max-width: 100% !important;
}
.not-front .content-inside .field-name-body .health_center_box .small-box {
  text-align: initial;
}
.not-front .content-inside .field-name-body .health_center_box .small-box.lightpurple-box, .not-front .content-inside .field-name-body .health_center_box .small-box.gray-box {
  background: #e9e6f1;
  padding: 15px;
  border: 0;
}
.not-front .content-inside .field-name-body .health_center_box .small-box.lightpurple-box ul, .not-front .content-inside .field-name-body .health_center_box .small-box.gray-box ul {
  padding-left: 30px !important;
}
.not-front .content-inside .field-name-body .health_center_box .small-box.lightpurple-box p, .not-front .content-inside .field-name-body .health_center_box .small-box.lightpurple-box li, .not-front .content-inside .field-name-body .health_center_box .small-box.lightpurple-box a, .not-front .content-inside .field-name-body .health_center_box .small-box.gray-box p, .not-front .content-inside .field-name-body .health_center_box .small-box.gray-box li, .not-front .content-inside .field-name-body .health_center_box .small-box.gray-box a {
  font-size: 15px;
}
.not-front .content-inside .field-name-body .health_center_box .small-box.lightpurple-box .vertical-line, .not-front .content-inside .field-name-body .health_center_box .small-box.gray-box .vertical-line {
  border-color: #cfcfcf;
}
.not-front .content-inside .field-name-body .health_center_box .small-box.lightpurple-box h3, .not-front .content-inside .field-name-body .health_center_box .small-box.gray-box h3 {
  color: #606060;
}
.not-front .content-inside .field-name-body .health_center_box .small-box.gray-box {
  background: #f2f2f2;
}
.not-front .content-inside .field-name-body .health_center_box .small-box h3 {
  text-align: center !important;
  font-size: 20px;
}
.not-front .content-inside .field-name-body .health_center_box .small-box ul li {
  margin-bottom: 15px;
}
.not-front .content-inside .field-name-body .phd-contact-us {
  background: -webkit-linear-gradient(left, #57068c 1%, #8900e1 100%);
  padding: 30px;
}
.not-front .content-inside .field-name-body .phd-contact-us h2, .not-front .content-inside .field-name-body .phd-contact-us p, .not-front .content-inside .field-name-body .phd-contact-us a {
  color: #fff;
}
.not-front .content-inside .field-name-body .phd-contact-us p {
  font-size: 18px;
}
.not-front .content-inside .field-name-body .phd-contact-us p:last-child {
  margin-bottom: 0;
}
.not-front .content-inside .field-name-body .phd-contact-us a {
  text-decoration: underline;
}
.not-front .content-inside .field-name-body .phd-contact-us h2 {
  margin: 0px;
}
.not-front .content-inside .field-name-body .coloum-content-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 767px) {
  .not-front .content-inside .field-name-body .coloum-content-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.not-front .content-inside .field-name-body .coloum-content-box p, .not-front .content-inside .field-name-body .coloum-content-box ul {
  max-width: 100%;
}
.not-front .content-inside .field-name-body .coloum-content-box p img, .not-front .content-inside .field-name-body .coloum-content-box ul img {
  max-width: 100%;
}

.node-332 table, .node-18962 table, .node-340 table {
  display: block;
  overflow-x: auto;
  border: 0;
}

.node-12600 .visaBox .visaHelp img {
  min-height: 130px;
  object-fit: cover;
}

.past-reads-events-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .past-reads-events-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.past-reads-events-list .past-reads-events-list-title {
  position: relative;
  font-size: 20px;
  color: #57068c;
  font-weight: 500;
  padding-left: 20px;
}
.past-reads-events-list .past-reads-events-list-title::before {
  position: absolute;
  width: 2px;
  background: #57068c;
  min-height: 50px;
  content: '';
  left: 0;
  top: 0;
}

.small-text {
  font-size: 14px;
}

.master-program-list .list-info {
  padding-top: 30px;
}
.master-program-list .list-info:first-child {
  padding-top: 0;
}
.master-program-list .btn-blue {
  padding: 12px 25px;
  font-size: 15px;
}

.num-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .num-blocks {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.num-blocks .numimg-info img {
  width: 100%;
}
.num-blocks.col-one {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.num-blocks.col-two {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.num-blocks.col-three {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.num-blocks.col-four {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.num-blocks.grad-edubox {
  -ms-grid-columns: 1fr 150px 140px;
  grid-template-columns: 1fr 150px 165px;
  gap: 0;
}
.num-blocks.grad-edubox img {
  width: 100%;
}
.num-blocks.grad-edubox .num-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.num-blocks .num-info {
  background: #d6d6d6;
  text-align: center;
  padding: 25px 15px 20px 15px;
  font-size: 14px;
}
.num-blocks .num-info strong {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.num-blocks .num-info span {
  font-size: 36px;
  font-weight: 600;
  color: #57068c;
  padding-bottom: 15px;
  display: block;
}
.num-blocks .num-info p {
  margin-bottom: 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
  color: #000;
  max-width: 100%;
}
.num-blocks .num-info p.p-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.num-blocks .num-info ul {
  text-align: left;
  margin: 0 auto;
  max-width: 410px !important;
  font-size: 15px;
}
.num-blocks .num-info ul li::before {
  color: #666;
}

.quote-bg {
  width: 100%;
  background-color: #eee6f3;
  margin-bottom: 30px;
  padding: 20px 50px;
}
.quote-bg p {
  color: #000 !important;
}
.quote-bg::before {
  left: 15px;
  top: 15px;
}
.quote-bg::after {
  right: 15px;
  bottom: 15px;
}
.quote-bg strong {
  color: #000;
}

.bg-gray {
  background-color: #d6d6d6;
}
.bg-gray ul {
  margin: 0;
  padding: 5px 0 5px 22px;
}
.bg-gray ul li {
  font-size: 15px !important;
  position: relative;
  padding: 5px 0 !important;
  margin: 0 !important;
  display: inline-block !important;
  width: 49%;
}
.bg-gray ul li::marker {
  display: none;
}
.bg-gray ul li::before {
  content: "\2022";
  color: #666;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 24px;
  position: absolute;
  padding-left: 2px;
  line-height: 1;
}
.bg-gray ul li strong {
  color: #000;
  font-weight: 500;
}
.bg-gray strong {
  color: #000;
}

.block-gray {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 15px 0;
}
.block-gray h3 {
  margin: 0 0 15px 0 !important;
  line-height: 1.5 !important;
  font-size: 18px;
}
.block-gray strong {
  color: #000;
}
.block-gray p:last-child {
  margin: 0 !important;
  padding: 0 !important;
}

.graybox-box {
  max-width: 440px;
  margin: 10px auto;
}
.graybox-box p {
  margin-bottom: 0 !important;
}
.graybox-box p img {
  max-width: 32px;
  margin: -2px 10px 0 0;
}

.booklet-sec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .booklet-sec {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.booklet-sec a {
  position: relative;
  text-align: center;
}
.booklet-sec a img {
  background: #57068c;
  max-width: 85px;
  border-radius: 100%;
  padding: 5px;
  margin: 10px auto 20px auto;
}
.booklet-sec a span {
  display: block;
  color: #000;
  font-weight: 500;
}
.booklet-sec a::after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100px;
  background: #57068c;
}
.booklet-sec a:nth-child(3n)::after {
  display: none;
}
.booklet-sec a:last-child::after {
  display: none;
}

.equal-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .equal-box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.zoom-img input[type=checkbox] {
  display: none;
}
.zoom-img img {
  transition: transform 0.25s ease;
  cursor: pointer;
}
.zoom-img input[type=checkbox]:checked ~ label > img {
  transform: scale(2);
  cursor: pointer;
  z-index: 999;
  position: relative;
}

.equal-box.branding-resources {
  gap: 30px;
}
.equal-box.branding-resources .branding-info {
  background: #f2f2f2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  padding-bottom: 45px;
}
.equal-box.branding-resources .branding-info img {
  margin: 0 auto;
}
.equal-box.branding-resources .branding-info .brand-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #eee6f3;
  padding: 10px;
  font-weight: 500;
  color: #57068c;
}
.equal-box.branding-resources .branding-info .brand-title a {
  font-weight: 500;
  display: inline-block;
  margin: 0 6px;
}
.equal-box.branding-resources .branding-info:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.equal-box.branding-resources .branding-info:hover .brand-title {
  background: #57068c;
  color: #eee6f3;
}
.equal-box.branding-resources .branding-info:hover .brand-title a {
  color: #eee6f3;
}
.equal-box.branding-resources .branding-info:hover .brand-title a:hover {
  color: #fff;
}
.equal-box .nyu-toolbox h3 {
  border-left: #57068c solid 4px;
  padding: 0 0 0 13px !important;
  margin-bottom: 15px !important;
}
.equal-box .nyu-toolbox ul {
  padding-left: 13px;
}
.equal-box .nyu-toolbox ul li {
  padding-left: 5px;
}
.equal-box.meet-ucteam {
  gap: 50px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}
.equal-box.meet-ucteam .person-infobox {
  background: #f2f2f2;
  padding: 20px;
}
.equal-box.meet-ucteam .person-infobox strong, .equal-box.meet-ucteam .person-infobox a {
  display: block;
}
.equal-box.meet-ucteam .person-infobox a {
  font-weight: 500;
  margin-top: 10px;
}

ul.uchelpdesk {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.uchelpdesk li {
  border-left: #57068c solid 4px;
  padding-left: 15px !important;
  margin-bottom: 30px !important;
}
ul.uchelpdesk li strong {
  display: block;
}

.bg-light-gray {
  background: #f2f2f2;
}

.team-pics img {
  width: 100%;
}

.d-block {
  display: block !important;
}

.shadow-thumb {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .shadow-thumb {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.modal-content-wrapper {
  display: grid;
  justify-content: space-between;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.modal-content-wrapper .image-modal-content {
  cursor: pointer;
  transition: 300ms ease-out;
  -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.modal-content-wrapper .image-modal-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.modal-content-wrapper .image-modal-content:hover {
  transform: scale(1.03);
  transition: 300ms ease-in;
}

/* modal popup styles */
.lightbox-wraper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .lightbox-wraper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.lightbox-wraper .lightbox-content {
  cursor: pointer;
  transition: 300ms ease-out;
  -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.lightbox-wraper .lightbox-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.lightbox-wraper .lightbox-content:hover {
  transform: scale(1.03);
  transition: 300ms ease-in;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 800px;
}
.modal .modal-content .close {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  font-weight: normal;
  background: #f7f7f7;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 1.25;
  z-index: 9;
  cursor: pointer;
}
.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content .mySlides {
  display: none;
}
.modal .modal-content .mySlides p.image-container {
  max-width: 100%;
  text-align: center;
}
.modal .modal-content .mySlides img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.modal .modal-content .mySlides .numbertext {
  color: #000;
  font-size: 12px;
  padding: 15px;
  width: 100%;
  background-color: #f2f2f2;
}
.modal .modal-content .mySlides .numbertext p {
  max-width: 100% !important;
  font-size: 15px !important;
}
.modal .modal-content .mySlides .numbertext h3 {
  font-size: 17px !important;
}

.global-award-appointment-box {
  margin-top: 25px;
  background-color: #f2f2f2;
  padding: 30px;
  text-align: center;
}
.global-award-appointment-box .pic-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .global-award-appointment-box .pic-section {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.global-award-appointment-box .pic-section img {
  margin: 15px auto;
  max-width: 100%;
}

.timeline {
  position: relative;
  margin: 25px 0;
  padding: 30px 0;
  width: 100%;
  list-style-type: none;
  color: #6d6d6d;
}
.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  z-index: 5;
  background: #bebebe;
}
.timeline .timeline-list {
  padding: 0;
}
.timeline .timeline-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.timeline .timeline-list .direction {
  position: relative;
  width: 47%;
}
.timeline .timeline-list .direction .hexa {
  width: 16px;
  height: 16px;
  position: absolute;
  background: #f3904f;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  border-radius: 100%;
  left: -30px;
  right: auto;
  top: 8px;
}
.timeline .timeline-list .direction .desc {
  position: relative;
  margin: 0 1em;
  padding: 1em;
  background: #f3904f;
  z-index: 15;
  color: #fff;
}
.timeline .timeline-list .direction .desc strong {
  display: block;
  padding-bottom: 5px;
}
.timeline .timeline-list .direction .desc::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #f3904f;
}
.timeline .timeline-list:nth-child(odd) .direction {
  float: left;
  text-align: left;
}
.timeline .timeline-list:nth-child(odd) .direction .hexa {
  left: auto;
  right: -30px;
  background: #f3904f;
}
.timeline .timeline-list:nth-child(even) .direction {
  float: right;
  text-align: left;
}
.timeline .timeline-list:nth-child(even) .direction .desc {
  background: #57068c;
}
.timeline .timeline-list:nth-child(even) .direction .desc::before {
  border-right: 15px solid #57068c;
  border-left: transparent;
  left: -15px;
}
.timeline .timeline-list:nth-child(even) .direction .hexa {
  background: #57068c;
}

.people-block {
  width: 100%;
  float: left;
}
.people-block .people-listinfo {
  padding: 15px;
  position: relative;
}
.people-block .people-listinfo .text-block {
  background: #fff;
  padding: 15px;
}
.people-block .people-listinfo .text-block .peoplename {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.people-block .people-listinfo .text-block .title {
  margin-bottom: 15px;
  font-size: 17px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}
.people-block .people-listinfo .text-block .dec-info {
  font-size: 16px;
  color: #676767;
  line-height: 1.5;
}
.people-block .people-listinfo .pic-block {
  position: absolute;
  width: 260px;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.people-block .people-listinfo .pic-block img {
  max-width: 100%;
  height: auto !important;
}
.people-block .people-listinfo blockquote {
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #676767;
  margin: 0;
  width: 100%;
  min-width: 100%;
}
.people-block .people-listinfo blockquote:before {
  position: absolute;
  font-size: 75px;
  line-height: 1;
  left: -5px;
  top: -2px;
  content: "\201C";
  color: #57068c;
}
.people-block .people-listinfo blockquote:after {
  position: absolute;
  float: right;
  font-size: 75px;
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
  color: #57068c;
}
.people-block .people-listinfo:nth-of-type(odd) {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #dadada;
}
.people-block .people-listinfo:nth-of-type(odd) .text-block {
  margin-right: 180px;
  padding-right: 100px;
}
.people-block .people-listinfo:nth-of-type(odd) .pic-block {
  top: 30px;
  right: 15px;
}
.people-block .people-listinfo:nth-of-type(even) {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #58068c;
}
.people-block .people-listinfo:nth-of-type(even) .text-block {
  margin-left: 180px;
  padding-left: 100px;
}
.people-block .people-listinfo:nth-of-type(even) .pic-block {
  top: 30px;
  left: 15px;
}

.staff-links {
  list-style: none;
  padding: 0 !important;
}
.staff-links li {
  display: inline-block;
  vertical-align: middle;
  list-style-position: inside;
}

.staff-btns {
  list-style: none;
  margin-bottom: 30px !important;
  padding: 0 !important;
  max-width: 100% !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 5px;
}
.staff-btns li {
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  display: block;
  vertical-align: middle;
}
.staff-btns li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.35;
  padding: 10px 2px;
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  background: #5d1889;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 100ms;
}
.staff-btns li a:hover {
  background: #d6374c;
}
.staff-btns.three-two-cols {
  grid-template-columns: repeat(6, 1fr);
}
.staff-btns.three-two-cols li {
  min-height: 60px;
}
.staff-btns.three-two-cols li:nth-child(-n + 3) {
  grid-column: span 2;
}
.staff-btns.three-two-cols li:nth-child(4),
.staff-btns.three-two-cols li:nth-child(5) {
  grid-column: span 3;
}

.staff-links li {
  width: 49.5%;
}
.staff-links li a {
  text-decoration: none;
  line-height: 2;
  color: #522e91;
}

.title-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  line-height: 1.5;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .title-img {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.title-img em {
  font-style: normal;
}
.title-img em span {
  display: block;
}

.link-text {
  font-weight: 400 !important;
  color: #57068c;
  text-decoration: none;
  border-bottom: 1px solid rgba(87, 6, 140, 0.2);
}
.link-text:hover, .link-text:focus {
  border-bottom: 1px solid #57068c;
  text-decoration: none;
}

.ai-team-list {
  gap: 30px;
  align-items: flex-start;
}
.ai-team-list img {
  width: 100%;
}

.purple-title-box {
  text-align: center;
  background: #57068c;
}
.purple-title-box strong {
  background: #330662;
  font-size: 15px !important;
  padding: 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.purple-title-box p {
  margin: 0 !important;
  padding: 15px !important;
  color: #fff !important;
  font-size: 15px !important;
}
.purple-title-box p.title {
  padding: 0 !important;
}

.study-numberblock {
  background: url("../images/studies-linebg.png") top right no-repeat;
  background-size: 170px;
  min-height: 120px;
  padding: 0 20px 0 0;
}
.study-numberblock strong {
  display: block;
  text-align: right;
  color: #57068c;
  font-weight: 900;
  font-size: 36px;
  padding-right: 20px;
  line-height: 32px;
  margin: 16px 0 0px;
}

.block-gray .grid-4 {
  row-gap: 30px;
}

.academic-aff-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .academic-aff-block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.academic-people {
  text-align: center;
}
.academic-people img {
  max-width: 200px;
  margin: 0 auto 15px auto;
}

.nyu-border-box {
  border: #57068c solid 1px;
  padding: 15px;
}
.nyu-border-box ul {
  padding: 5px 0 6px 15px !important;
}
.nyu-border-box ul li {
  font-size: 15px !important;
  text-indent: -2px;
}

.box-listheading, .box-listtitle {
  border-bottom: #57068c solid 1px;
  padding-bottom: 5px !important;
  display: block;
  font-size: 16px !important;
  margin-bottom: 15px !important;
}
.box-listheading strong, .box-listtitle strong {
  color: #000 !important;
}

.box-listtitle {
  margin: 15px 0 0 0 !important;
}

.learn-more {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  border-bottom: 1px solid rgba(87, 6, 140, 0.2) !important;
  text-decoration: none;
}
.learn-more:hover, .learn-more:focus {
  border-bottom: 1px solid #57068c !important;
  text-decoration: none;
}

.page-node-7158 .field--name-field-quotes .slick-prev, .page-node-7158 .field--name-field-quotes .slick-next {
  background-size: 10px;
  width: 24px;
  height: 30px;
}
.page-node-7158 .field--name-field-quotes .slick-prev {
  left: 0px;
}
.page-node-7158 .field--name-field-quotes .slick-next {
  right: 0;
}
.page-node-7158 .field--name-field-quotes .slick-slide {
  padding: 30px 35px;
  background: #f2f2f2 url("../images/slide-quote.png") left 20px top 50px no-repeat;
  background-size: 170px;
}
.page-node-7158 .field--name-field-quotes .slick-slide:nth-child(odd) {
  background-color: #eee6f3;
}
.page-node-7158 .field--name-field-quotes .slick-slide:nth-child(even) {
  background-color: #f2f2f2;
}
.page-node-7158 .field--name-field-quotes .slick-slide .field--name-field-name {
  font-weight: 500;
  color: #000;
  margin: 0;
  text-align: right;
}

.process-list {
  list-style: none;
  padding: 10px 0 !important;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .process-list {
    grid-template-columns: 100%;
  }
}
.process-list li {
  background: #eee6f3;
  padding: 15px !important;
  position: relative;
}
.process-list li strong {
  color: #000;
  display: block;
}
.process-list li p {
  margin-bottom: 0 !important;
}
.process-list li p:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
.process-list li::after {
  position: absolute;
  right: -35px;
  top: 50%;
  width: 0;
  height: 0;
  content: '';
  transform: translate(-50%, -50%);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #eee6f3;
}
.process-list li:last-child::after {
  display: none;
}

.thumb-graybox {
  background: #f2f2f2;
  text-align: center;
  height: 100%;
  margin-bottom: 20px;
}
.thumb-graybox .imgbox {
  padding-bottom: 15px;
  width: 100%;
}
.thumb-graybox .imgbox img {
  width: 100%;
}
.thumb-graybox p {
  padding: 0 10px !important;
  font-size: 15px !important;
}
.thumb-graybox p strong {
  font-size: 17px;
  color: #000;
}
.thumb-graybox p a {
  display: block;
}

.form_mandatory span {
  color: #c00 !important;
}
.form_mandatory p span {
  color: #c00 !important;
}

.back-to-top {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 8px;
  width: 11px;
  height: 11px;
  border-left: 3px solid #57068c;
  border-top: 3px solid #57068c;
  transform: translate(-50%, -50%) rotate(45deg);
}

.opprtunities-block {
  margin-bottom: 10px;
}
.opprtunities-block h3 {
  margin-bottom: 10px !important;
}
.opprtunities-block .grid-2 {
  gap: 20px;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
}

.limitless-imgblock p {
  max-width: 100% !important;
  padding-bottom: 0 !important;
  color: #000 !important;
  line-height: 1.25 !important;
}
.limitless-imgblock p span {
  display: block;
}
.limitless-imgblock p img {
  width: 100%;
}

.inclusion-imgblock {
  text-align: center;
}
.inclusion-imgblock img {
  max-width: 180px;
  height: 180px !important;
  object-fit: cover;
  border-radius: 100%;
  margin-top: 10px;
}
.inclusion-imgblock p {
  max-width: 100% !important;
  padding-bottom: 0 !important;
}

.inclusion-eventbox {
  border: #d6d6d6 solid 1px;
}

.inclusion-info {
  padding: 15px;
}
.inclusion-info h4 {
  font-size: 16px;
}
.inclusion-info p {
  padding: 0 !important;
  line-height: 1.5 !important;
}
.inclusion-info p:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
.inclusion-info .btn-blueborder {
  border-width: 1px;
  margin-top: 25px;
}

.view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column.views-column-1 {
  margin-left: 0 !important;
}

.page-view-mailchimp-campaigns-list .view-mailchimp-campaigns-list .view-content h3 {
  margin-bottom: 0 !important;
}
.page-view-mailchimp-campaigns-list .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters {
  margin-top: 20px !important;
}

.student-event-card {
  margin-bottom: 30px;
}
.student-event-card h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.student-event-card h3 a {
  color: #57068c;
}

.student-event-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 260px 1fr;
  grid-template-columns: 260px 1fr;
}
@media (max-width: 767px) {
  .student-event-info {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.student-event-info .event-img img {
  width: 100%;
  height: auto;
}
.student-event-info .event-text strong {
  color: #000;
  font-weight: 500;
}

.block-spring-fall {
  margin-bottom: 30px;
}
.block-spring-fall a {
  border: 1px solid #57068c;
  padding: 15px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block-spring-fall a span {
  display: block;
  font-size: 28px;
  padding-bottom: 5px;
  line-height: 1.15;
}

.non-degree-btnbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .non-degree-btnbox {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.non-degree-btnbox .btn-nyu {
  text-align: left;
}
.non-degree-btnbox .btn-nyu.md {
  padding: 10px 25px;
}
.non-degree-btnbox .btn-nyu.md img {
  max-height: 40px;
  margin: -6px 23px 0 0;
}

.shadow-thumbnail-block {
  margin-bottom: 30px;
  height: 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.shadow-thumbnail-block img {
  width: 100%;
}
.shadow-thumbnail-block h3 {
  padding: 15px 15px 5px 15px !important;
}
.shadow-thumbnail-block p {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.shadow-thumbnail-block p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0px !important;
}

.img-icons {
  max-width: 20px;
  margin: -5px 8px 0 0;
}

.qr-block {
  text-align: center;
}
.qr-block img {
  max-width: 160px;
  margin: 10px 0;
  width: 100%;
}

.block-gray .grid-2 li {
  padding-right: 10px !important;
}

@media (max-width: 1000px) {
  .staff-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .staff-btns {
    grid-template-columns: 100%;
  }

  .staff-links li {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .upcoming-events-lists .view-content .views-row {
    width: 100%;
    max-width: 75%;
  }

  .page-node-27433 h3 {
    font-size: 22px;
  }

  ul.noliststyle li span {
    font-size: 18px;
  }
}
@media all and (min-width: 786px) {
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media all and (max-width: 1200px) {
  .global-page.discover-list > ul > li {
    width: 48%;
  }
  .global-page.discover-list > ul > li img {
    height: 325px;
  }
  .global-page.discover-list > ul > li:nth-child(3) {
    width: 100%;
    clear: both;
    float: none;
    margin-left: 0;
  }

  .first-box-content img {
    margin-bottom: 2%;
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .second-box-content img {
    margin-bottom: 2%;
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .move-in.small-box.railway label {
    background-position: 0 center;
  }

  .move-in.small-box.flights label {
    background-position: 18% center;
  }

  .full-box.metro .boxFirst {
    padding-top: 0;
  }

  .full-box.taxi .boxFirst {
    margin-top: 0;
  }
  .full-box.taxi .boxFirst .boxImg {
    height: 40px;
  }

  .shedule-btn {
    position: relative;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
  }
  .shedule-btn img {
    display: inline-block;
  }

  .absolute-btnbox {
    max-width: 160px;
    min-width: 160px;
  }

  .timeline {
    width: 100%;
  }
  .timeline::before {
    left: -20px;
  }
  .timeline .timeline-list {
    padding: 20px 0;
  }
  .timeline .timeline-list .direction {
    float: none;
    width: 100%;
    text-align: left;
  }
  .timeline .timeline-list .direction .desc {
    text-align: left;
  }
  .timeline .timeline-list:nth-child(odd) .direction .desc::before {
    border-left: transparent;
    border-right: 15px solid #f3904f;
    left: -15px;
  }
  .timeline .timeline-list:nth-child(odd) .direction .hexa {
    left: -28px;
    right: auto;
  }
}
@media all and (max-width: 992px) {
  .full-box .boxFirst {
    width: 100%;
    float: none;
  }
  .full-box .boxFirst .boxImg, .full-box .boxFirst .boxImgText {
    width: 100%;
  }
  .full-box .horizontal-line {
    height: 1px;
    width: 160px;
    margin: 10px 0;
    float: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .full-box .boxSecond {
    width: 100%;
    float: none;
  }

  .full-box.taxi .horizontal-line {
    height: 1px;
  }

  .move-in.small-box.flights label {
    background-position: center top;
    height: auto;
    padding: 62px 0 0 0;
  }

  .move-in.small-box.railway label {
    background-position: center top;
    height: auto;
    padding: 62px 0 0 0;
  }

  .move-in.small-box.handshak label {
    background-position: 5% center;
  }

  .move-in.small-box.academicBook label {
    background-position: top center;
    height: 90px;
    padding-top: 60px;
    margin: 0;
  }

  .move-in.small-box.careerBook {
    min-height: 100%;
  }
  .move-in.small-box.careerBook label {
    background-position: 20% center;
  }

  .move-in.small-box.academicNetwork label {
    background-position: top center;
    height: 90px;
    padding-top: 60px;
    margin: 0;
  }

  .move-in.small-box.usefulWeb {
    min-height: 100%;
  }
  .move-in.small-box.usefulWeb label {
    background-position: 27% center;
  }

  .cdcThree .move-in.small-box {
    min-height: 100%;
  }

  .move-in.small-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .move-in.small-box .imgbg label {
    padding: 0;
    height: auto;
  }

  .lead-box img {
    margin-bottom: 20px !important;
  }
  .lead-box.smallBlockQuote blockquote {
    width: 100%;
  }
  .lead-box .second_img {
    margin-top: 0 !important;
  }

  .absolute-btnbox {
    position: relative;
    margin: 0 0 10px 0;
    max-width: 100%;
  }

  .btn-tringle {
    display: inline-block;
    margin: 0 15px 15px 0;
    width: auto;
  }

  .icon-box-wraper .icon-box, .icon-box-wraper .three-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .content-twocol .col-width-65 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
  .content-twocol .col-width-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }

  .block-jquery-countdown-timer {
    width: 100%;
    float: left;
    display: block;
  }
  .block-jquery-countdown-timer #jquery-countdown-timer-note-cn {
    text-align: center;
    margin-top: 10px;
  }
  .block-jquery-countdown-timer #jquery-countdown-timer-cn-sign {
    margin-top: -20px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .block-jquery-countdown-timer .countdownHolder {
    margin: 0 auto;
    text-align: center;
  }
  .block-jquery-countdown-timer #jquery-countdown-timer-days, .block-jquery-countdown-timer #jquery-countdown-timer-regular-days {
    text-align: center;
  }
  .block-jquery-countdown-timer #jquery-countdown-timer-regular-days {
    margin-left: 0;
  }
  .block-jquery-countdown-timer #jquery-countdown-timer-note, .block-jquery-countdown-timer #jquery-countdown-timer-regular-note {
    text-align: center;
    width: 100%;
    margin: 15px 0;
  }

  .booklet-sec {
    gap: 15px;
  }
}
@media all and (max-width: 768px) {
  #three-column-content-wrapper .content-wrapper {
    width: 100%;
    clear: left;
  }
  #three-column-content-wrapper .content-right-sidebar {
    width: 100%;
    clear: left;
    margin-left: 0;
  }

  .it-box-popup {
    width: 90%;
    height: 90%;
    top: 10px;
  }

  /* styles for Global Awards page */
  .global-page.discover-list .discover-item {
    max-height: 100%;
  }
  .global-page.discover-list > ul > li {
    width: 100%;
  }
  .global-page.discover-list > ul > li .item-content p {
    display: block;
    height: auto;
  }
  .global-page.discover-list > ul li:nth-child(2), .global-page.discover-list > ul li:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }

  .global_award_box .box-row .box-cell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .global_award_box .box-row .box-cell p {
    width: 100%;
  }

  /* styles for Global Awards page */
  .move-in.small-box label {
    width: 100%;
  }

  .nyu-duo .small-box, .nyu-start-home .small-box {
    padding: 25px 15px;
  }

  .researchThreeBox .small-box,
  .graduateSchoolThree .small-box {
    min-height: auto;
  }
}
@media all and (max-width: 767px) {
  body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-textfield, body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-email {
    width: 100%;
    margin: 10px 0;
  }
  body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios .form-type-radio {
    width: 100%;
  }
  body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios.webform-component--purposes-improve-english .form-type-radio, body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios.webform-component--ielts-exam .form-type-radio, body.page-node-24625 article.node-webform form.webform-client-form .webform-component.webform-component-radios.webform-component--toefl-exam .form-type-radio {
    width: 100%;
  }

  #videobutton .col-sm, #ccbutton .col-sm {
    width: 100%;
    margin-bottom: 2%;
  }

  .not-front .content-inside .field-name-body ul.tringle-list li .cov-info {
    width: 100%;
    padding: 20px 0;
  }
  .not-front .content-inside .field-name-body ul.tringle-list li .cov-info::before {
    display: none;
  }
  .not-front .content-inside .field-name-body ul.tringle-list li .cov-info .content-info h3 {
    padding-top: 0;
  }

  .blue-borderbox {
    display: block;
  }
  .blue-borderbox .border-contentbox {
    margin: 0 0 20px 0;
  }
  .blue-borderbox .border-contentbox:last-child {
    margin-bottom: 0;
  }
  .blue-borderbox .border-contentbox.one-col, .blue-borderbox .border-contentbox.two-col, .blue-borderbox .border-contentbox.three-col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .box-qrimg {
    float: none;
    margin: 0;
  }

  body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary {
    display: block;
  }
  body.logged-in.page-node-revisions-view .content-inside ul.tabs-secondary li.tabs-secondary__tab {
    border-right: 0;
    margin: 5px 0;
  }

  ul.noliststyle {
    padding: 15px 0 !important;
  }

  .advance-edu-box ul {
    margin-left: 0 !important;
  }
  .advance-edu-box ul li {
    font-size: 13px !important;
  }

  .center-xs {
    text-align: center !important;
  }

  .icon-box-wraper .icon-box.three-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-twocol .col-width-65 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-twocol .col-width-32 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .content-twocol .icon-box-wraper .icon-box {
    min-height: auto;
  }

  .content-inside article .thumb-list img {
    margin-bottom: 16px;
  }

  .qrinfo-wraper {
    display: block;
  }
  .qrinfo-wraper .qrinfo-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .upcoming-events-lists .view-content .views-row .events-infoblock .imagblock {
    text-align: center;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .upcoming-events-lists .view-content .views-row .events-infoblock .text-block {
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .page-node-12202 .phd-contact-us, .page-node-26327 .phd-contact-us {
    display: block;
    align-items: center;
    max-width: 100%;
    padding: 30px 15px;
  }
  .page-node-12202 .phd-contact-us .social-iconsbox, .page-node-26327 .phd-contact-us .social-iconsbox {
    margin: 15px 0 0 0;
  }
  .page-node-12202 .phd-contact-us .social-iconsbox ul li, .page-node-26327 .phd-contact-us .social-iconsbox ul li {
    margin-bottom: 15px;
  }

  .page-node-7158 a.btn-tringle {
    display: block;
  }

  .not-front .content-inside .field-name-body .coloum-content-box.qr-img {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .num-blocks {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .num-blocks.col-two, .num-blocks.col-four {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .num-blocks.col-three {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .booklet-sec {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .booklet-sec a {
    border-bottom: #000 solid 1px;
    padding-bottom: 15px;
  }
  .booklet-sec a::after {
    display: none;
  }

  .modal-content-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .lightbox-wraper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .lightbox-wraper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media all and (max-width: 767px) {
  .modal {
    padding-top: 60px;
  }
  .modal .modal-content {
    width: 90%;
  }

  .timeline::before {
    left: -10px;
  }
  .timeline .timeline-list .direction .desc {
    margin-right: 0;
  }
  .timeline .timeline-list .direction .hexa {
    left: -18px;
  }
  .timeline .timeline-list:nth-child(odd) .direction .hexa {
    left: -18px;
  }

  .people-block .people-listinfo .text-block {
    padding-bottom: 50px;
  }
  .people-block .people-listinfo .pic-block {
    position: relative;
  }
  .people-block .people-listinfo:nth-of-type(odd) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .people-block .people-listinfo:nth-of-type(odd) .text-block {
    margin-right: 0px;
    padding-right: 15px;
  }
  .people-block .people-listinfo:nth-of-type(odd) .pic-block {
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .people-block .people-listinfo:nth-of-type(even) {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .people-block .people-listinfo:nth-of-type(even) .text-block {
    margin-left: 0px;
    padding-left: 15px;
  }
  .people-block .people-listinfo:nth-of-type(even) .pic-block {
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .content-inside article .winners-info p.discription {
    min-height: auto;
  }

  .title-img {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }

  .ai-team-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .study-numberblock {
    background: none;
    min-height: auto;
    padding: 0;
  }
  .study-numberblock strong {
    line-height: 1.5;
    font-size: 26px;
    border-bottom: #A287AF solid 2px;
    text-align: left;
    margin: 0;
  }

  .facultylist-box .faculty-img img {
    max-height: 100%;
  }

  .process-list li::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -50px;
    top: auto;
    width: 0;
    height: 0;
    content: '';
    transform: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eee6f3;
  }

  .thumb-graybox {
    height: auto;
    padding-bottom: 10px;
  }

  .opprtunities-block .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 560px) {
  .page-graduate-research-fellowship-programs .view-header .button,
  .page-graduate-student-fellows .view-header .button {
    width: 100%;
    display: block;
  }
  .page-graduate-research-fellowship-programs .view-header .button a,
  .page-graduate-student-fellows .view-header .button a {
    display: block;
  }

  .lead-box.smallBlockQuote blockquote {
    width: 100%;
  }
}
@media all and (min-width: 481px) and (max-width: 991px) {
  .node-5556 .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .node-5556 .spotlight-box {
    max-width: 46.05%;
  }
}
@media all and (max-width: 480px) {
  .move-in.small-box.handshak label {
    background-position: 5% center;
  }

  .move-in.small-box.careerBook label {
    background-position: 0% center;
  }

  .move-in.small-box.usefulWeb label {
    background-position: 0% center;
  }
}
@media all and (max-width: 450px) {
  .booklet-sec {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 425px) {
  .btn-tringle {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
@media all {
  /* Major page */
  .other-majors .region-title {
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
    font-family: "NYUPerstare";
    border-bottom: 1px solid #CCCCCC;
  }

  /* Majors */
  .view-majors .view-header .major-style-tab {
    display: block;
  }

  .view-majors .views-exposed-widgets {
    margin-top: 1em;
  }
  .view-majors #edit-field-major-belong-to-tid-wrapper {
    float: none;
    background: #57068C;
  }
  .view-majors .view-filters .form-item {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .view-majors .view-filters .form-item input[type=radio] {
    display: none;
  }
  .view-majors .view-filters .form-item input[type=radio]:checked + label {
    color: #FFFFFF;
    background: #5d1889;
  }
  .view-majors .view-filters .form-item:hover {
    background: #CECECE;
  }
  .view-majors .view-filters .form-item:first-child {
    border-left: 1px solid #EEEEEE;
  }
  .view-majors .view-content .views-row {
    position: relative;
    background-color: white;
  }
  .view-majors .view-content .views-row img {
    width: 100%;
  }
  .view-majors .view-content .views-row .views-field-field-major-picture a {
    display: block;
  }
  .view-majors .view-content .views-row .views-field-name a {
    display: block;
    color: #57068C;
  }
  .view-majors .major-grid-style {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .view-majors .major-grid-style .views-row {
    margin-bottom: 20px;
    width: 30%;
    border-bottom: 1px solid #CCCCCC;
  }
  .view-majors .major-grid-style .views-row .views-field-name a {
    font-size: 14px;
    height: 40px;
    line-height: 24px;
    padding: 0px 0px 8px 0px;
    overflow: hidden;
  }
  .view-majors .major-grid-style .views-row .views-field-description {
    display: none;
  }
  .view-majors .major-grid-style .views-row:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .view-majors .major-list-style .views-row {
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .view-majors .major-list-style .views-row .views-field-name {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .view-majors .major-list-style .views-row .views-field-name a {
    font-size: 20px;
  }
  .view-majors .major-list-style .views-row .views-field-description {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .view-majors .major-list-style .views-row .views-field-description a {
    font-size: 16px;
    color: #666666;
    line-height: 13px;
  }
}
@media all and (max-width: 1280px) {
  .view-majors .view-filters .form-item {
    width: auto;
    border-left: 1px solid #EEEEEE;
    text-align: left;
    margin-bottom: 5px;
  }
  .view-majors .view-filters .form-item .option {
    height: auto;
  }
}
@media all and (max-width: 599px) {
  .view-majors .major-grid-style .views-row {
    width: 100% !important;
  }
  .view-majors .major-grid-style .views-row .views-field-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .view-majors .major-grid-style .views-row .views-field-name a {
    font-size: 20px;
  }
  .view-majors .major-grid-style .views-row:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }

  .view-majors .view-header .major-style-tab {
    display: none;
  }
}
@media all and (min-width: 599px) {
  .view-majors .view-filters .form-item {
    float: left;
  }
}
@media all and (min-width: 599px) and (max-width: 786px) {
  .view-majors .view-filters .form-item {
    width: 60%;
  }
}
.view-majors .views-exposed-widgets {
  margin-top: 0;
}

.view-majors .view-filters .form-item {
  border: none;
}

.view-majors .view-filters .form-item input[type=radio]:checked + label {
  background: #220337;
}

.view-majors .view-filters .form-item .option {
  background: #57068C;
  color: #fff;
  padding: 6px 20px;
  height: auto;
  line-height: 1;
  margin: 0;
}
.view-majors .view-filters .form-item .option:hover {
  opacity: .8;
}

.view-majors .view-header {
  display: none;
}

.views-exposed-form .views-exposed-widget {
  padding: 0;
  *zoom: 1;
}
.views-exposed-form .views-exposed-widget:before, .views-exposed-form .views-exposed-widget:after {
  display: table;
  content: "";
}
.views-exposed-form .views-exposed-widget:after {
  clear: both;
}

.view-majors .major-grid-style .views-row {
  width: 100%;
  clear: both;
  margin: 0 0 20px !important;
  border: 1px solid #ddd !important;
  padding: 20px;
  max-width: none;
}
.view-majors .major-grid-style .views-row .views-field-field-major-picture {
  width: 157px;
  margin-left: 0;
  float: left;
  margin-right: 20px;
}
.view-majors .major-grid-style .views-row .views-field-field-major-picture img {
  display: block;
}
.view-majors .major-grid-style .views-row .views-field-name a {
  font-family: "NYUPerstare";
  margin: 0 0 0px 0;
  font-weight: 500;
  font-size: 20px;
}
.view-majors .major-grid-style .views-row .views-field-description {
  display: block;
  font-size: 14px;
}

.i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu__link {
  color: #000 !important;
}

.i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail {
  color: #000 !important;
}

a.is-active-trail {
  font-weight: 500;
}

@media all {
  #page {
    width: 100%;
  }

  .magazine-header {
    height: 85px;
    padding: 7.5px 0;
    box-sizing: border-box;
    background: #FFF;
    margin-bottom: 10px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0px rgba(0, 0, 0, 0.15);
  }
  .magazine-header .row {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
  }
  .magazine-header .row h2,
  .magazine-header .row ul.magazine-option {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .magazine-header .row h2 a,
  .magazine-header .row ul.magazine-option a {
    line-height: 70px;
  }
  .magazine-header .row h2 {
    width: 210px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
  .magazine-header .row h2 a {
    display: block;
    width: 100%;
    height: 55%;
    margin: 23% 0;
    color: #57068C;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
  }
  .magazine-header .row h2 a.en {
    background: url("../images/magazine.png");
    background-size: 100% 100%;
  }
  .magazine-header .row h2 a.ch {
    width: 110%;
    background: url("../images/magazine-ch.png");
    background-size: 100% 100%;
  }
  .magazine-header .row ul.magazine-option {
    width: 70%;
    list-style: none;
    float: right;
  }
  .magazine-header .row ul.magazine-option li {
    float: left;
    width: 33%;
    height: 100%;
    text-align: center;
  }
  .magazine-header .row ul.magazine-option li:nth-child(1), .magazine-header .row ul.magazine-option li:nth-child(2) {
    border-right: 1px dotted #9b9797;
  }
  .magazine-header .row ul.magazine-option li a {
    display: block;
    font-size: 20px;
    width: 100%;
    height: 100%;
    color: #9b9797;
  }

  .magazine-content {
    min-width: 320px;
    padding: 20px 0;
  }
  .magazine-content .magazine-reader-switch {
    text-align: right;
    margin-bottom: 10px;
  }
  .magazine-content .magazine-reader-switch button {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    height: 35px;
    width: 200px;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #9b9797;
    background: #fff;
    border: 1px solid #9b9797;
    cursor: pointer;
    transition: all 0.2s;
  }
  .magazine-content .magazine-reader-switch button:focus {
    outline: none;
  }
  .magazine-content .magazine-reader-switch button:hover {
    color: #fff;
    border-color: #FF9C00;
    background: #FF9C00;
  }
  .magazine-content .magazine-reader-switch button.active {
    color: #fff;
    border-color: #FF9C00;
    background: #FF9C00;
  }

  #magazine-stories,
  #magazine-cover {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }

  #magazine-stories .view-magazine-stories .view-content .views-row,
  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    border-right: 1px dashed #ccc;
    line-height: 20px;
    transition: all 0.2s ease;
  }
  #magazine-stories .view-magazine-stories .view-content .views-row:hover,
  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row:hover {
    background: #ddd;
    opacity: 0.9;
  }
  #magazine-stories .view-magazine-stories .view-content .views-row .views-field-field-capital-title a,
  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row .views-field-field-capital-title a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }
  #magazine-stories .view-magazine-stories .view-content .views-row .views-field-field-story-image img,
  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row .views-field-field-story-image img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #magazine-stories .view-magazine-stories .view-content .views-row .views-field-view-node a,
  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row .views-field-view-node a {
    text-decoration: underline;
    color: #FF9C00;
  }
  #magazine-stories .view-magazine-stories .view-content .views-row .views-field-body,
  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row .views-field-body {
    font-size: 14px;
    line-height: 16px;
  }

  #magazine-stories {
    width: 65%;
  }
  #magazine-stories p {
    font-size: 14px;
  }
  #magazine-stories .view-magazine-stories .view-content .views-row {
    width: 49%;
  }

  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
    border-right: none;
  }

  #magazine-cover.magazine-latest-issue .view-magazine-stories:last-child .view-content .views-row,
  #magazine-cover.magazine-latest-issue.magazine-about-page .view-magazine-stories .view-content .views-row {
    border-bottom: none;
  }
  #magazine-cover.magazine-latest-issue .view-magazine-stories:last-child .view-content .views-row:hover,
  #magazine-cover.magazine-latest-issue.magazine-about-page .view-magazine-stories .view-content .views-row:hover {
    background: #FFF;
    opacity: 1;
  }

  #magazine-stories.content-inside {
    border-right: 1px dashed #ccc;
    padding: 20px 0;
    box-sizing: border-box;
  }

  #magazine-cover {
    width: 33%;
    padding: 15px;
  }
  #magazine-cover .extra-options {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
  }
  #magazine-cover .extra-options li {
    height: 40px;
    line-height: 40px;
  }
  #magazine-cover .extra-options li a {
    color: #57068C;
    font-size: 18px;
  }
  #magazine-cover .extra-options li a:hover {
    color: #6C5995;
  }
  #magazine-cover .views-field-field-magazine-cover img {
    display: block;
    background-size: 100% 100%;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 5px 5px 4px 1px rgba(0, 0, 0, 0.15);
  }
  #magazine-cover .views-field-field-magazine-pdf,
  #magazine-cover .views-field-field-print-edition {
    float: left;
    width: 40%;
    margin: 20px 10px;
    padding: 10px 0;
    background: #FF9C00;
    box-sizing: border-box;
    transition: all 0.2s ease;
  }
  #magazine-cover .views-field-field-magazine-pdf:hover,
  #magazine-cover .views-field-field-print-edition:hover {
    color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25), 5px 5px 4px 1px rgba(0, 0, 0, 0.1);
  }
  #magazine-cover .views-field-field-magazine-pdf a,
  #magazine-cover .views-field-field-print-edition a {
    display: block;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 15px;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
  }

  #magazine-stories .view-magazine-stories .view-content .views-row .views-field-title,
  #magazine-cover .views-field-field-magazine-cover .views-label-field-magazine-cover,
  #magazine-cover.magazine-latest-issue .view-magazine-stories .view-content .views-row .views-field-title,
  #magazine-stories .magazine-capital-title {
    display: block;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 5px 0;
    border-left: 5px solid #FF9C00;
    color: #FF9C00;
  }

  #magazine-archive,
  #magazine-archive-sidbar {
    display: inline-block;
    vertical-align: top;
  }

  #magazine-archive {
    width: 65%;
    border-right: 1px dashed #ccc;
  }
  #magazine-archive .views-row {
    width: 95%;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin: 0 5% 10px 0;
  }
  #magazine-archive .views-row .views-field-title a {
    font-size: 18px;
    color: #FF9C00;
    margin: 5px 0;
  }
  #magazine-archive .views-row .views-field-field-print-edition,
  #magazine-archive .views-row .views-field-field-magazine-cover {
    display: inline-block;
    vertical-align: top;
  }
  #magazine-archive .views-row .views-field-field-magazine-cover {
    width: 40%;
  }
  #magazine-archive .views-row .views-field-field-magazine-cover .field-content {
    width: 100%;
    height: 100%;
  }
  #magazine-archive .views-row .views-field-field-magazine-cover .field-content a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #magazine-archive .views-row .views-field-field-magazine-cover .field-content a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #magazine-archive .views-row .views-field-field-print-edition {
    width: 59%;
    margin-top: 10px;
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item .item-list li div header h2 {
    font-size: 18px;
    line-height: 21.6px;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 5px solid #FF9C00;
    color: #FF9C00;
    margin: 10px 0;
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item .item-list li .field-name-field-capital-title {
    margin: 0;
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item .item-list li .field-name-field-capital-title a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 500;
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item .magazine-archive-item-btn div {
    float: left;
    width: 40%;
    margin: 20px 10px;
    padding: 10px 0;
    background: #FF9C00;
    box-sizing: border-box;
    transition: all 0.2s ease;
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item .magazine-archive-item-btn div:hover {
    color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25), 5px 5px 4px 1px rgba(0, 0, 0, 0.1);
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item .magazine-archive-item-btn div a {
    display: block;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 15px;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
  }

  #magazine-archive-sidbar {
    width: 33%;
    padding: 20px;
    box-sizing: border-box;
  }

  .magazine-story .node-magazine-story .content-wrapper {
    width: 100% !important;
    padding: 0 50px 0 0;
    box-sizing: border-box;
  }
  .magazine-story .node-magazine-story .content-wrapper .field-name-field-capital-title {
    margin: 10px 0;
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
  }

  .nyushanghai-branding-header {
    height: 50px;
    width: 100%;
    background: #52318f;
    overflow: hidden;
  }
  .nyushanghai-branding-header .row {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .nyushanghai-branding-header .row .nyushanghai-logo {
    height: 100%;
    width: 50%;
    float: left;
  }
  .nyushanghai-branding-header .row .nyushanghai-logo a {
    display: block;
    height: 100%;
  }
  .nyushanghai-branding-header .row .nyushanghai-logo a img {
    display: block;
    height: 100%;
    float: left;
  }

  div.magazine-ck-editor {
    font-family: "NYUPerstare";
  }

  div.magazine-ck-editor p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  div.magazine-ck-editor h5 {
    font-weight: 600;
  }

  div.magazine-ck-editor a {
    color: #FF9C00 !important;
    font-size: inherit;
  }

  .switch-language {
    float: right;
    height: 100%;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    margin-left: 15px;
  }
  .switch-language a {
    display: block;
    padding-left: 10px;
    border-left: 1px solid #f3f1f8;
    height: 100%;
    line-height: 20px;
    color: #f3f1f8;
    font-size: 14px;
    box-sizing: border-box;
  }
}
@media (max-width: 1310px) {
  .magazine-header .row {
    padding: 0 15px;
    box-sizing: border-box;
  }

  #magazine-stories .magazine-capital-title,
  .magazine-story .node-magazine-story .content-wrapper {
    margin-left: 20px;
  }

  .magazine-content .magazine-reader-switch {
    padding-right: 15px;
  }
  .magazine-content .magazine-reader-hint {
    padding-left: 15px;
  }

  .nyushanghai-branding-header .row {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (max-width: 1150px) {
  .magazine-header .row ul.magazine-option {
    display: none;
  }
}
@media (max-width: 1050px) {
  .magazine-header {
    height: 170px;
  }
  .magazine-header .row {
    width: 100%;
    height: 100%;
  }
  .magazine-header .row h2, .magazine-header .row ul.magazine-option {
    display: block;
    height: 50%;
  }
  .magazine-header .row ul.magazine-option {
    width: 100%;
    max-width: 1020px;
    border-top: 1px dotted #9b9797;
  }
  .magazine-header .row ul.magazine-option li {
    width: 33%;
  }
  .magazine-header .row ul.magazine-option li a {
    font-size: 20px;
    line-height: 79px;
  }
}
@media (max-width: 780px) {
  #magazine-stories,
  #magazine-cover,
  #magazine-archive,
  #magazine-archive-sidbar {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  #magazine-cover {
    padding: 0 5%;
  }

  #main {
    margin-top: 0 !important;
  }

  #magazine-stories.content-inside {
    border-right: 1px dashed #ccc;
    padding: 20px 0;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  .magazine-story .node-magazine-story .content-wrapper {
    padding: 0;
  }

  #magazine-stories {
    padding: 0 5%;
  }
  #magazine-stories .view-magazine-stories .view-content .views-row {
    border-right: none;
    border-bottom: 1px dashed #ccc;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #magazine-cover {
    padding: 0 5%;
  }

  .magazine-header .row ul.magazine-option li a {
    font-size: 15px;
    line-height: 79px;
  }

  #magazine-stories.content-inside {
    border-right: none;
    padding: 0 15px;
  }

  #magazine-archive {
    border-right: none;
  }
  #magazine-archive .views-row {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
  }
  #magazine-archive .views-row .views-field-title,
  #magazine-archive .views-row .views-field-field-magazine-cover,
  #magazine-archive .views-row .views-field-field-print-edition {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #magazine-archive .views-row .views-field-field-print-edition .field-content .magazine-archive-item {
    padding: 0;
  }

  #main {
    margin-top: 0 !important;
  }

  .magazine-content .magazine-reader-switch button {
    display: block;
    margin: 10px 0;
  }
}
.field-name-field-magazine-story-pieces .field-collection-view,
.view-magazine .field-collection-view {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}

.views-field-field-magazine-coverimg .views-label-field-magazine-coverimg,
.view-magazine .field-name-field-magazine-story-type {
  margin-bottom: 15px !important;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  font-size: 0.67em;
  line-height: 2.1322em;
  color: #757575;
}
.views-field-field-magazine-coverimg .views-label-field-magazine-coverimg:before,
.view-magazine .field-name-field-magazine-story-type:before {
  content: " ";
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  background: #999;
}

.views-field-field-magazine-coverimg .field-content > a,
.pdfs > a {
  display: block;
  padding: 10px 45px;
  background: #5d1889;
  color: #fff;
  float: left;
  width: auto;
  margin: 7px 0;
  transition: all .2s;
}
.views-field-field-magazine-coverimg .field-content > a:hover,
.pdfs > a:hover {
  background: #d6374c;
}

.view-magazine .field-collection-container {
  border: none;
}
.view-magazine .field-collection-container .field-item {
  margin-bottom: 5px;
}
.view-magazine .views-field-field-magazine-storys {
  padding-right: 25px;
}
.view-magazine .field-name-field-image {
  margin-bottom: 0 !important;
}
.view-magazine .title {
  padding-top: 20px;
  line-height: 1.4em;
  min-height: 60px;
  position: relative;
  background: #fff;
  color: #57068C;
  margin-bottom: 0;
}
.view-magazine .title a {
  color: #57068C;
}
.view-magazine .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.view-magazine .img img {
  width: 100% !important;
  height: auto !important;
}
.view-magazine .body {
  position: relative;
  top: -40px;
}
.view-magazine .body * {
  font-family: "NYUPerstare" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.view-magazine .more-links {
  position: relative;
  top: -40px;
}
.view-magazine .more-links a {
  color: #57068C;
}
.view-magazine .node-article .title {
  top: -60px;
}
.view-magazine .node-article .body,
.view-magazine .node-article .more-links {
  top: -40px;
}
.view-magazine .node-focus .title,
.view-magazine .node-story .title {
  top: -120px;
}
.view-magazine .node-focus .body,
.view-magazine .node-focus .more-links,
.view-magazine .node-story .body,
.view-magazine .node-story .more-links {
  top: -100px;
}

.view-magazine .view-content .views-row-first {
  display: grid;
  grid-template-columns: 75% 25%;
}
.view-magazine .view-content .views-row-first p {
  max-width: 100% !important;
}

@media (max-width: 700px) {
  .view-magazine .view-content .views-row-first {
    display: block;
  }
}
.magazine-archive .views-field-field-magazine-coverimg .field-content .cover a:not(.cover) {
  margin-bottom: 0;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  font-size: 0.67em;
  line-height: 2.1322em;
  color: #757575;
}
.magazine-archive .views-field-field-magazine-coverimg .field-content .cover a:not(.cover):before {
  content: " ";
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  background: #999;
}
.magazine-archive .views-field-field-magazine-storys {
  padding: 0 25px;
}
.magazine-archive .views-field-field-magazine-storys .field-collection-container {
  margin-bottom: 0;
}

.magazine-archive .view-content .views-row {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-bottom: 60px;
}
.magazine-archive .view-content .views-row .field-name-field-magazine-story-pieces {
  margin-bottom: 0;
}
.magazine-archive .view-content .views-row .field-name-field-magazine-story-pieces .field-name-field-magazine-story-type {
  margin: 0 !important;
}
.magazine-archive .view-content .views-row .field-name-field-magazine-story-pieces h2 {
  font-size: 18px;
}
.magazine-archive .view-content .views-row .field-name-field-magazine-story-pieces h2 a {
  color: #57068C;
}
.magazine-archive .view-content .views-row .field-name-field-magazine-story-pieces .field-name-field-magazine-story-piece {
  margin-bottom: 0;
}
.magazine-archive .view-content .views-row .field-name-field-magazine-story-pieces .field-collection-view-links {
  display: none;
}
.magazine-archive .view-content .views-row .action-links-field-collection-add {
  display: none;
}

@media (max-width: 700px) {
  .magazine-archive .view-content .views-row {
    display: block;
  }
}
/* NYUSH Magazine Page */
.nyush-magazine-page .node-left-col {
  width: 74%;
}
.nyush-magazine-page .node-right-col {
  width: 22%;
}
.nyush-magazine-page .spotlight-box .box-content .box-message p {
  font-size: 16px !important;
}
.nyush-magazine-page .magazine-get-copy-wrapper .spotlight-box {
  margin-right: 3.75%;
  margin-bottom: 30px;
  width: 30.83333%;
}
.nyush-magazine-page .magazine-get-copy-wrapper .spotlight-box:nth-last-of-type(1) {
  margin-right: 0;
}
.nyush-magazine-page .story-col {
  border-color: #5d1889 !important;
}
.nyush-magazine-page .story-col a, .nyush-magazine-page .story-col h4 {
  font-weight: bold;
}
.nyush-magazine-page .story-col p.box-label {
  margin-bottom: 0 !important;
}
.nyush-magazine-page .story-col p span.dash-left {
  color: #757575;
  font-size: 12px !important;
  font-style: italic;
}
@media (max-width: 812px) {
  .nyush-magazine-page .node-left-col {
    width: 100%;
  }
  .nyush-magazine-page .node-right-col {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .nyush-magazine-page .magazine-get-copy-wrapper .spotlight-box {
    margin-right: 0;
    width: 100%;
  }
}

@media all {
  /* faculty publication node */
  .node-type-faculty-publication .field.field.field-name-field-publication-type {
    margin: 20px 0px;
  }
  .node-type-faculty-publication .field.field.field-name-field-publication-type .field-label {
    margin-right: 10px;
  }
  .node-type-faculty-publication .field.field-name-field-publication-date {
    margin: 0px 0px;
  }
  .node-type-faculty-publication .field.field-name-field-publication-date .field-label {
    margin-right: 10px;
  }
  .node-type-faculty-publication .field-name-field-author .field-label,
  .node-type-faculty-publication .field-name-field-publisher .field-label,
  .node-type-faculty-publication .field-name-field-isbn .field-label {
    margin-right: 10px;
  }

  /* faculty publication views displays, focus views display */
  .view-id-faculty_publications.view-display-id-page .view-content .views-row,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row,
  .view-id-focus_list.view-display-id-page .view-content .views-row,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row,
  .view-id-focus_list.event-highlights .view-content .views-row,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row {
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
    clear: both;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-image,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-image,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-image,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fp-image,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-focus-image,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-image {
    width: 20%;
    margin-right: 1%;
    float: left;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-edit-node,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-edit-node,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-edit-node,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-edit-node,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-title,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-edit-node {
    width: 78%;
    float: right;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-title a,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-edit-node a,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-title a,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-edit-node a,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-title a,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-edit-node a,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-title a,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-edit-node a,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-title a,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-edit-node a,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-title a,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-edit-node a,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-title a,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-edit-node a,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title a,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-edit-node a,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title a,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-edit-node a,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title a,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-edit-node a,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-title a,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-edit-node a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-time,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-time,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-time,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-body,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-major,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-advice,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fellowship,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-major,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-location,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-time {
    width: 78%;
    float: right;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body a:hover,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body a:active,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body a:focus,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-advice a:hover,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-advice a:active,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-advice a:focus,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-major a:hover,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-major a:active,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-major a:focus,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-location a:active,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-time a:active,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-body a:hover,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-body a:active,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-body a:focus,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-advice a:hover,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-advice a:active,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-advice a:focus,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-major a:hover,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-major a:active,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-major a:focus,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-location a:active,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-time a:active,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-body a:hover,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-body a:active,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-body a:focus,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-advice a:hover,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-advice a:active,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-advice a:focus,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-major a:hover,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-major a:active,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-major a:focus,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-location a:active,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-time a:active,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body a:hover,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body a:active,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body a:focus,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-advice a:hover,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-advice a:active,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-advice a:focus,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-major a:hover,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-major a:active,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-major a:focus,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-location a:active,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-time a:active,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body a:hover,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body a:active,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body a:focus,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-advice a:hover,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-advice a:active,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-advice a:focus,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-major a:hover,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-major a:active,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-major a:focus,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-location a:active,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-time a:active,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body a:hover,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body a:active,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body a:focus,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-advice a:hover,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-advice a:active,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-advice a:focus,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-major a:hover,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-major a:active,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-major a:focus,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-location a:active,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-time a:active,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body a:hover,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body a:active,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body a:focus,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice a:hover,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice a:active,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice a:focus,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major a:hover,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major a:active,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major a:focus,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-location a:active,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-time a:active,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body a:hover,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body a:active,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body a:focus,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-advice a:hover,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-advice a:active,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-advice a:focus,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-major a:hover,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-major a:active,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-major a:focus,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-location a:active,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-time a:active,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body a:hover,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body a:active,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body a:focus,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-advice a:hover,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-advice a:active,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-advice a:focus,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-major a:hover,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-major a:active,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-major a:focus,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location a:active,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time a:active,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time a:focus,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-body a:hover,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-body a:active,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-body a:focus,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-advice a:hover,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-advice a:active,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-advice a:focus,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fellowship a:hover,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fellowship a:active,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fellowship a:focus,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-major a:hover,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-major a:active,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-major a:focus,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location a:hover,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location a:active,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location a:focus,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time a:hover,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time a:active,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time a:focus,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body a:hover,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body a:active,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body a:focus,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-advice a:hover,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-advice a:active,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-advice a:focus,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fellowship a:hover,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fellowship a:active,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fellowship a:focus,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-major a:hover,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-major a:active,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-major a:focus,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-location a:hover,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-location a:active,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-location a:focus,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-time a:hover,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-time a:active,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-time a:focus {
    color: #444444;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body i,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-advice i,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fellowship i,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-major i,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-location i,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-time i,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-body i,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-advice i,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fellowship i,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-major i,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-location i,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-time i,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-body i,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-advice i,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fellowship i,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-major i,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-location i,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-time i,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body i,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-advice i,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fellowship i,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-major i,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-location i,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-time i,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body i,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-advice i,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fellowship i,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-major i,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-location i,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-time i,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body i,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-advice i,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fellowship i,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-major i,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-location i,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-time i,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body i,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice i,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship i,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major i,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-location i,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-time i,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body i,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-advice i,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fellowship i,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-major i,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-location i,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-time i,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body i,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-advice i,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fellowship i,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-major i,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location i,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time i,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-body i,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-advice i,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fellowship i,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-major i,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location i,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time i,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body i,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-advice i,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fellowship i,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-major i,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-location i,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-time i {
    color: #000;
    padding-right: 10px;
    width: 22px;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-author,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-isbn,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-author,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publisher,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-call-number,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-isbn {
    width: 78%;
    float: right;
    margin-top: 10px;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-author span.views-label,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-author span.views-label,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-author span.views-label,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-author span.views-label,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-author span.views-label,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-author span.views-label,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-author span.views-label,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-author span.views-label,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-author span.views-label,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-isbn span.views-label,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-author span.views-label,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publisher span.views-label,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-call-number span.views-label,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-isbn span.views-label,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date span.views-label,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-author span.views-label,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publisher span.views-label,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-call-number span.views-label,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-isbn span.views-label {
    display: block;
    float: left;
    font-weight: 500;
    margin-right: 10px;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-isbn span.views-label .field-content,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date span.views-label .field-content,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-author span.views-label .field-content,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publisher span.views-label .field-content,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-call-number span.views-label .field-content,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-isbn span.views-label .field-content {
    margin-left: 10px;
  }

  .view-id-focus_list.view-display-id-page .view-content .views-row-first,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row-first,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row-first,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row-first,
  .view-id-focus_list.event-highlights .view-content .views-row-first,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row-first,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row-first,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row-first {
    padding-top: 0;
  }

  .view-id-focus_list.view-display-id-page_1 .view-content .views-row-last,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row-last,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row-last,
  .view-id-focus_list.event-highlights .view-content .views-row-last {
    border-bottom: 0;
  }

  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title,
  .view-id-focus_list .view-content .views-row .views-field-title {
    font-size: 18px;
    font-weight: 600;
  }
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body p,
  .view-id-focus_list .view-content .views-row .views-field-body p {
    margin-bottom: 20px;
  }

  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fpt-image,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fpt-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-image {
    width: 30%;
    float: left;
    margin-right: 1%;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-edit-node,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-edit-node {
    width: 65%;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title {
    font-weight: 600;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-body,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-major {
    width: 65%;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-time,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-author,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time {
    width: 65%;
    float: right;
  }

  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title {
    font-weight: 600;
  }
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title .event__title,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title .event__title {
    display: inline-block;
  }
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title a,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title a {
    display: inline-block;
  }
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title a[title~=RSVP],
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title a[title~=RSVP] {
    margin-left: 10px;
  }
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title a[title~=RSVP]::before,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title a[title~=RSVP]::before {
    width: 2px;
    background: #000;
    height: 16px;
    content: '';
    display: inline-block;
    margin: 0 10px -2px 0px;
  }

  .view-id-faculty_publications .view-filters .form-item {
    float: left;
  }
  .view-id-faculty_publications .view-filters .form-item input[type=radio] {
    display: none;
  }
  .view-id-faculty_publications .view-filters .form-item input[type=radio]:checked + label {
    color: #FFFFFF;
    background: #5d1889;
  }
  .view-id-faculty_publications .view-filters .form-item .option {
    display: block;
    cursor: pointer;
    height: 36px;
    line-height: 36px !important;
    font-size: 14px;
    padding: 2px 16px;
  }
}
/***** Global Awards page ****/
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-title {
  font-weight: 700;
  margin-top: 20px;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-title .field-content {
  font-size: 28px;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship .views-label,
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship .field-content,
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major .views-label,
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major .field-content {
  display: inline;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field {
  margin-bottom: 20px;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-label {
  font-weight: 700;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body blockquote {
  width: 85%;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  margin: 0;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body blockquote:before {
  position: absolute;
  font-size: 75px;
  line-height: 1;
  left: -5px;
  top: -2px;
  content: "\201C";
  color: #57068C;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body blockquote:after {
  position: absolute;
  float: right;
  font-size: 75px;
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
  color: #57068C;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice .views-label {
  font-size: 28px;
  color: #57068C;
}
.view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice .field-content {
  margin-left: 45px;
  width: 71%;
}
.view-id-focus_list.view-display-id-page_2 .view-content .field-content {
  font-size: 14px;
}

blockquote {
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  margin: 0;
}
blockquote::before {
  position: absolute;
  font-size: 75px;
  line-height: 1;
  left: -5px;
  top: -2px;
  content: "\201C";
  color: #57068C;
}
blockquote::after {
  position: absolute;
  float: right;
  font-size: 75px;
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
  color: #57068C;
}
blockquote p {
  max-width: 100% !important;
}
blockquote p:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
blockquote.bg-gray {
  background: #f2f2f2;
  padding: 30px 60px;
  margin-bottom: 15px;
}
blockquote.bg-gray::before {
  left: 20px;
  top: 15px;
}
blockquote.bg-gray::after {
  right: 20px;
  bottom: -30px;
}
blockquote.blockquote-default {
  position: relative;
}
blockquote.blockquote-default::before, blockquote.blockquote-default::after {
  display: none;
}
blockquote.blockquote-default strong {
  color: #000 !important;
}
blockquote.blockquote-default .person-info {
  margin-bottom: 15px;
}
blockquote.blockquote-default .person-info p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
blockquote.blockquote-default .person-quote {
  text-indent: 35px;
  padding-top: 10px;
}
blockquote.blockquote-default .person-quote em {
  position: relative;
}
blockquote.blockquote-default .person-quote em::before {
  position: absolute;
  font-size: 75px;
  line-height: 1;
  left: -75px;
  top: -10px;
  content: "\201C";
  color: #57068C;
}
blockquote.blockquote-default .person-quote em::after {
  position: absolute;
  float: right;
  font-size: 75px;
  line-height: 1;
  right: -30px;
  bottom: -50px;
  content: "\201D";
  color: #57068C;
}

.view-faculty-publications.view-id-faculty_publications .view-content .views-row:last-child {
  margin-bottom: 50px;
}
.view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fp-image {
  padding-right: 5%;
}
.view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-title {
  font-weight: 500;
}
.view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date {
  display: flex;
  margin: 0 0 15px 0;
}
.view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date strong.views-label-field-publication-date {
  margin-right: 10px;
}
.view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body a {
  font-weight: 500;
  color: #57068c;
}
.view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body strong {
  font-weight: 500;
}

.i18n-en.section-journal-cover .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date .field-content .date_wrapper_cn {
  display: none;
}

.i18n-zh-hans.section-journal-cover .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date .field-content .date_wrapper_en {
  display: none;
}

@media all and (max-width: 767px) {
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body blockquote {
    width: 100%;
  }

  .view-faculty-publications.view-id-faculty_publications .view-content .views-row:last-child {
    margin-bottom: 80px;
  }
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fp-image {
    padding-right: 0%;
  }
}
/***** Global Awards page ****/
@media all and (max-width: 479px) {
  .view-id-faculty_publications.view-display-id-page .view-content .views-row,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row,
  .view-id-focus_list.view-display-id-page .view-content .views-row,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row,
  .view-id-focus_list.event-highlights .view-content .views-row,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row {
    height: auto;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fpt-image,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-image,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fpt-image,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-image,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fpt-image,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fp-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fpt-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-focus-image,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fp-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fpt-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-focus-image,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-image,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fp-image,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fpt-image,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-focus-image,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-image {
    width: 100%;
    clear: both;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-edit-node,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-edit-node,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-edit-node,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-edit-node,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-edit-node,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-title,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-edit-node {
    width: 100%;
    clear: both;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-title,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-title,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-title {
    margin-top: 15px;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-major,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-advice,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-fellowship,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-major,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-body,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-fellowship,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-major,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-body,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-advice,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-fellowship,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-major {
    width: 100%;
  }
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-field-event-time,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-field-event-time,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-field-event-time,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publication-date,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-author,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-publisher,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-call-number,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-isbn,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-location,
  .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-author,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publication-date,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-author,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-publisher,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-call-number,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-isbn,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location,
  .view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publication-date,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-author,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-publisher,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-call-number,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-isbn,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-location,
  .view-faculty-publications.view-id-faculty_publications .view-content .views-row .views-field-field-event-time {
    width: 100%;
    height: auto;
    clear: both;
  }

  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice,
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-edit-node {
    width: 100%;
    clear: both;
  }
}
/* 403 404 Page. */
.not-front .nyush-error-page {
  text-align: center;
  color: #333333;
  min-height: 500px;
}
.not-front .nyush-error-page h2 {
  padding-top: 30px;
  font-size: 50px;
  margin: 0;
  color: #57068C;
}
.not-front .nyush-error-page .big-line {
  font-size: 22px;
  margin-bottom: 24px;
}
.not-front .nyush-error-page .small-line {
  margin-bottom: 20px;
  font-size: 16px;
}
.not-front .nyush-error-page .field-name-body {
  padding-bottom: 300px;
}

.not-front .content-inside .nyush-error-page a {
  font-weight: 500;
  color: #57068c;
}

.view-meet-the-team {
  background-color: white;
}
.view-meet-the-team .views-row {
  min-height: 250px;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  clear: both;
}
.view-meet-the-team .views-field-field-profile-picture img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
}
.view-meet-the-team .views-field-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.25;
}
.view-meet-the-team .views-field-body {
  margin-top: 15px;
}
.view-meet-the-team .views-field-field-introduction b, .view-meet-the-team .views-field-field-introduction strong {
  color: #000 !important;
}
.view-meet-the-team .views-field-field-introduction p {
  margin: 0 0 15px 0 !important;
}
.view-meet-the-team .views-field-field-introduction a {
  color: #57068C !important;
  font-weight: 600;
}
.view-meet-the-team.view-display-id-advisor .views-row {
  padding: 20px 0;
}
.view-meet-the-team.view-display-id-advisor .views-row img {
  margin-bottom: 15px;
}
.view-meet-the-team .admission-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .view-meet-the-team .admission-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.view-meet-the-team .admission-list .views-row {
  min-height: auto;
  padding: 0;
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .view-meet-the-team .admission-list .views-row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.view-meet-the-team .admission-list .views-field-field-profile-picture {
  margin-left: 0;
  width: 100%;
  position: relative;
}
.view-meet-the-team .admission-list .views-field-field-profile-picture img {
  width: 100%;
  max-height: 130px;
  object-fit: cover;
  object-position: top;
}
.view-meet-the-team .admission-list .team_details .title {
  margin: 10px 0;
  color: #212529;
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.view-meet-the-team .admission-list .team_details .introduction, .view-meet-the-team .admission-list .team_details p {
  font-size: 16px;
  color: #656565;
  line-height: 1.5;
}

@media all and (min-width: 600px) {
  .view-meet-the-team .views-field {
    margin-left: 24%;
    float: left;
    width: 70%;
  }
  .view-meet-the-team .views-field-field-profile-picture {
    margin-left: 0;
    width: 20%;
    position: absolute;
  }
  .view-meet-the-team .admission-list .views-field-field-profile-picture, .view-meet-the-team .admission-list .views-field {
    margin-left: 0;
    width: 100%;
    position: relative;
    float: none;
  }
}
.view-meet-the-team .academic-list li {
  display: grid;
  gap: 15px;
  grid-template-columns: 120px 1fr;
  min-height: auto !important;
  margin-bottom: 30px !important;
  padding: 0 20px 0 0 !important;
}
@media (max-width: 767px) {
  .view-meet-the-team .academic-list li {
    grid-template-columns: 100%;
  }
}
.view-meet-the-team .academic-list li .views-field-field-profile-picture {
  position: relative;
  width: auto;
}
.view-meet-the-team .academic-list li .views-field, .view-meet-the-team .academic-list li .views-field-field-introduction, .view-meet-the-team .academic-list li .views-field-edit-node {
  width: 100%;
  margin-left: 0;
  color: #6d6d6d;
}
.view-meet-the-team .academic-list li .views-field p, .view-meet-the-team .academic-list li .views-field-field-introduction p, .view-meet-the-team .academic-list li .views-field-edit-node p {
  color: #6d6d6d;
  margin: 0 0 5px 0;
  font-size: 15px;
}
.view-meet-the-team .academic-list li .views-field a, .view-meet-the-team .academic-list li .views-field-field-introduction a, .view-meet-the-team .academic-list li .views-field-edit-node a {
  color: #57068c;
  font-weight: 500;
}
.view-meet-the-team .academic-list li .views-field-title {
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .view-meet-the-team .admission-list .views-row {
    gap: 0;
  }
  .view-meet-the-team .views-field-field-profile-picture {
    margin-bottom: 15px;
  }
  .view-meet-the-team .views-field-field-profile-picture img {
    max-height: 100%;
  }
  .view-meet-the-team .views-row {
    padding: 0;
  }
  .view-meet-the-team .views-row .views-field-field-profile-picture {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 599px) {
  .page-view-meet-the-team .view-meet-the-team > div > .item-list ul.academic-list li {
    padding: 0 !important;
  }
}
@media all {
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter {
    margin-top: -80px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter a, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter a, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter a {
    color: #b2b2b2;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter table {
    width: 100% !important;
    margin-left: 0;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter table tr:first-child, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter table tr:first-child, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter table tr:first-child {
    background-color: transparent;
    text-align: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter table td {
    padding: inherit;
    border: none;
    min-width: inherit;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter table td p {
    padding: inherit;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter table td .event-date-day, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter table td .event-date-day, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter table td .event-date-day {
    margin-top: 30px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 {
    margin-top: 0px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 p {
    padding: 0;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 table {
    margin-top: 0;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 table tr {
    background-color: transparent;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 table td {
    border: none;
    padding: 0 8px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 table td p {
    text-align: left;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 .nyus-newsletter-v2-body a, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 .nyus-newsletter-v2-body a, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 .nyus-newsletter-v2-body a {
    color: #b2b2b2;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 .nyus-newsletter-v2-body table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 .nyus-newsletter-v2-body table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 .nyus-newsletter-v2-body table {
    margin-top: 0;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 .nyus-newsletter-v2-body table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 .nyus-newsletter-v2-body table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 .nyus-newsletter-v2-body table tr {
    background-color: transparent;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 .nyus-newsletter-v2-body table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 .nyus-newsletter-v2-body table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 .nyus-newsletter-v2-body table td {
    border: none;
    padding: 0 8px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 .nyus-newsletter-v2-body table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 .nyus-newsletter-v2-body table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 .nyus-newsletter-v2-body table td p {
    text-align: left;
    margin-top: 0 !important;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-newsletter-v2 .nyus-newsletter-v2-footer table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-newsletter-v2 .nyus-newsletter-v2-footer table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-newsletter-v2 .nyus-newsletter-v2-footer table td p {
    text-align: center;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter {
    margin-top: 0px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter p {
    padding: 0;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter table {
    margin-top: 0;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter table h2, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter table h2, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter table h2 {
    margin-left: 10px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter table tr {
    background-color: transparent;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter table td {
    border: none;
    text-align: left;
    padding: 0 8px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter table td p, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter table td p {
    text-align: left;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter .nyus-parent-newsletter-body a, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter .nyus-parent-newsletter-body a, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter .nyus-parent-newsletter-body a {
    color: #b2b2b2;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter .nyus-parent-newsletter-body table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter .nyus-parent-newsletter-body table, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter .nyus-parent-newsletter-body table {
    margin-top: 0;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter .nyus-parent-newsletter-body table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter .nyus-parent-newsletter-body table tr, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter .nyus-parent-newsletter-body table tr {
    background-color: transparent;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter .nyus-parent-newsletter-body table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter .nyus-parent-newsletter-body table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter .nyus-parent-newsletter-body table td {
    border: none;
    padding: 0 8px;
  }
  .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .field-name-body .nyus-parent-newsletter .nyus-parent-newsletter-footer table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .taxonomy-term-description .nyus-parent-newsletter .nyus-parent-newsletter-footer table td, .not-front.node-type-mailchimp-campaign .content-inside .node-mailchimp-campaign .webform-confirmation .nyus-parent-newsletter .nyus-parent-newsletter-footer table td {
    text-align: center;
  }
}
.view-id-mailchimp_parents .views-row .views-field-title {
  margin-top: 10px;
  min-height: 55px;
}
.view-id-mailchimp_parents .views-row .views-column-last {
  text-align: initial;
}

@media all {
  /* cdc newsletter views list */
  .view-career-development-centre-newsletter-list.view-id-career_development_centre_newsletter_list {
    padding-top: 30px;
    height: 500px;
  }
  .view-career-development-centre-newsletter-list.view-id-career_development_centre_newsletter_list .views-field-title {
    padding: 10px;
  }
}
@media all and (max-width: 480px) {
  .view-career-development-centre-newsletter-list.view-id-career_development_centre_newsletter_list {
    padding-top: 30px;
    height: auto;
  }
}
/* newsletter signup form */
@media all {
  .page-gazette-signup .mailchimp-signup-subscribe-form {
    padding-top: 30px;
  }
}
/* ali video gallery views -zouyi 8/12 edit */
@media all {
  .view-ali-video-gallery .views_slideshow_cycle_main {
    overflow: hidden;
  }
  .view-ali-video-gallery .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row-item {
    height: 100%;
  }
  .view-ali-video-gallery .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row-item .views-field-field-video {
    background-color: black;
  }
  .view-ali-video-gallery .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row-item .views-field-field-video video {
    width: 100%;
    height: 477px;
  }
  .view-ali-video-gallery .views-slideshow-controls-bottom {
    position: initial;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }
  .view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields {
    bottom: 0px;
    position: initial;
  }
  .view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
    width: 285px;
    margin-bottom: 16px;
    height: auto;
  }
}
@media all and (max-width: 785px) {
  .page-node-4063 .view-ali-video-gallery .views-slideshow-controls-bottom {
    display: block !important;
  }
  .page-node-4063 .view-ali-video-gallery .views_slideshow_cycle_main {
    display: block !important;
  }
}
.view-ali-video-gallery .views-slideshow-controls-bottom {
  display: block;
}
.view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields img {
  max-height: none;
  max-width: 100%;
}

.node-type-video .pane-videos-description .video-description {
  font-weight: normal;
}

/* three buttons */
@media all {
  .button-three {
    overflow: hidden;
    margin-top: -25px;
    margin-bottom: 15px;
  }
  .button-three #one {
    width: 31%;
    float: left;
  }
  .button-three #two {
    width: 31%;
    margin: 0 3.5%;
    float: left;
  }
  .button-three #three {
    width: 31%;
    float: right;
  }
  .button-three div {
    height: 90px;
    background-color: #b1015c;
  }
  .button-three a {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 90px;
    font-size: 16px;
    color: white !important;
  }
}
@media all and (max-width: 500px) {
  .button-three div {
    width: 100% !important;
    margin: 5px 0 !important;
    display: block !important;
    float: none !important;
  }
}
/* four buttons */
@media all {
  .buttonclass {
    display: block;
    overflow: hidden;
    margin: 20px auto 20px auto;
  }
  .buttonclass .line {
    overflow: hidden;
    float: left;
    width: 49.5%;
  }
  .buttonclass .line .end {
    float: left;
    margin-left: 2.02%;
  }
  .buttonclass .line div {
    display: block;
    float: left;
    width: 48.99%;
    height: 80px;
    background-color: #b1015c;
  }
  .buttonclass .line div a {
    font-size: 16px;
    font-weight: 10;
    line-height: 80px;
    width: 100%;
    display: block;
    text-align: center;
    color: white !important;
  }
  .buttonclass .right {
    margin-left: 1%;
  }
}
@media all and (max-width: 900px) {
  .buttonclass .line {
    margin-bottom: 10px;
    width: 100%;
  }
  .buttonclass .line .end {
    margin-left: 2.02%;
  }
  .buttonclass .line div {
    width: 48.99%;
    height: 80px;
  }
  .buttonclass .right {
    margin-left: 0;
  }
}
@media all and (max-width: 500px) {
  .buttonclass .line {
    margin-bottom: 0;
    width: 100%;
  }
  .buttonclass .line .end {
    margin-left: 0;
  }
  .buttonclass .line div {
    width: 100%;
    margin-bottom: 5px;
  }
  .buttonclass .right {
    margin-left: 0;
  }
}
/* six buttons */
@media all {
  .button-six {
    display: block;
    overflow: hidden;
    margin: 0 auto 10px auto;
  }
  .button-six .line .line-first {
    margin: 10px 1% 10px 0;
  }
  .button-six .line .line-last {
    margin: 10px 0 10px 1%;
  }
  .button-six .line div {
    float: left;
    width: 32%;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 10px 1%;
  }
  .button-six .line div img {
    box-shadow: 0 5px 10px #BABABA;
  }
}
@media all and (max-width: 500px) {
  .button-six .line div {
    width: 100%;
    margin: 1px 1% !important;
  }
  .button-six .line div img {
    box-shadow: none;
  }
}
/*override the academics/primary-page*/
@media all {
  .view-display-id-works_by_faculty_homeblock,
  .view-display-id-works_recommended_by_faculty_homeblock {
    margin-top: 15px;
  }
  .view-display-id-works_by_faculty_homeblock .views-field-field-fp-image .field-content,
  .view-display-id-works_recommended_by_faculty_homeblock .views-field-field-fp-image .field-content {
    float: left;
    margin-right: 10px;
  }

  .panels-flexible-library_main_page .panel-flexible-inside .panels-flexible-row-library_main_page-2 {
    margin-top: 20px;
  }

  .library_main_part .panels-flexible-region-inside .pane-custom .library-wrapper {
    height: auto;
    min-height: 235px;
    padding-top: 20px;
  }
  .library_main_part .panels-flexible-region-inside .pane-custom .library-wrapper .library-left-wrapper {
    padding-left: 60px;
  }

  .library_icon {
    text-align: right;
  }

  .library_buttons .button-row {
    margin-left: 40px;
    margin-bottom: 15px;
    padding: 4px;
    line-height: 15px;
    text-align: center;
    width: 75%;
    height: 20px;
    background-color: #EFEFEF;
    transition: background-color 0.2s ease-in-out;
    margin-top: 2px;
  }
  .library_buttons .button-row:hover {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
  }
  .library_buttons .button-row a {
    display: block;
    line-height: 20px;
  }
  .library_buttons .button-row a:hover {
    color: #444444;
  }

  .library_photo .panel-pane {
    line-height: 0;
  }
  .library_photo .panels-flexible-region-inside {
    padding: 0px;
  }

  .library_introduction {
    width: 30%;
    margin-right: 2.5%;
  }
  .library_introduction .pane-title {
    text-align: left;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .library_buttons {
    margin-top: 10px;
  }
  .library_buttons .button-row {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px !important;
  }

  .library_icon .panels-flexible-region-inside-last .pane-custom div {
    text-align: center;
    width: 25%;
    float: left;
  }

  .page-node-4155 .field-name-body {
    width: 100% !important;
    margin: 0;
    float: none;
    /*margin-right: 3%;*/
  }
  .page-node-4155 .chat-box {
    width: 100% !important;
    float: initial;
  }
}
/* override on contact us page -zouyi 8/16 */
@media all {
  .page-node-4287 .view-meet-the-team {
    width: 70%;
    float: left;
  }
  .page-node-4287 .view-meet-the-team .item-list ul .views-row {
    padding: 20px 0;
    min-height: auto;
  }
  .page-node-4287 .text-right {
    width: 30%;
    float: left;
  }
  .page-node-4287 .text-right .text-right-map {
    margin-top: 15px;
  }

  .page-node-4155 .field-name-body {
    width: 65%;
    float: left;
    padding-right: 5%;
  }
  .page-node-4155 .chat-box {
    width: 30%;
    float: left;
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  .page-node-4287 .view-meet-the-team {
    width: 100%;
    float: initial;
  }
  .page-node-4287 .text-right {
    width: 100%;
    float: initial;
  }
}
.page-academics-library .library_introduction .views-field-title {
  margin-bottom: 30px;
}
.page-academics-library .library_introduction .views-field-title a {
  font-size: 16px;
}

@media all {
  .page-ask-a-librarian .libraryh3lp {
    margin: 0 auto;
    width: 200px;
  }
  .page-ask-a-librarian .chat-box {
    padding: 20px 5%;
  }
  .page-ask-a-librarian .list-right {
    padding-top: 20px;
  }
  .page-ask-a-librarian .list-right .row .image {
    float: left;
    margin: 0 5px 5px 0;
  }
  .page-ask-a-librarian .list-right .row .image img {
    width: 30px;
  }
  .page-ask-a-librarian .list-right .row .title span {
    font-weight: 600;
    font-size: 16px;
  }
  .page-ask-a-librarian .list-bottom .links {
    margin-top: 15px;
  }
  .page-ask-a-librarian .list-bottom .links p {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .page-ask-a-librarian .chat-box {
    float: left;
    width: 40%;
  }
  .page-ask-a-librarian .list-right {
    float: left;
    width: 45%;
    padding-left: 5%;
  }
}
#library-policies .library-policies {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}
#library-policies .library-policies h2 {
  font-size: 1.5em;
}
#library-policies .library-policies ul {
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
#library-policies .library-policies ul li a {
  font-size: 16px;
  line-height: 2.5em;
  color: #5d1889 !important;
}

/* admissions tour */
@media all {
  .panels-flexible-admissions_welcome_tour_page {
    padding: 0;
    width: 100%;
  }
  .panels-flexible-admissions_welcome_tour_page .panels-flexible-row-admissions_welcome_tour_page-main-row-inside * {
    width: 100%;
  }
  .panels-flexible-admissions_welcome_tour_page .panels-flexible-row-admissions_welcome_tour_page-main-row-inside {
    padding: 0;
  }
  .panels-flexible-admissions_welcome_tour_page .panels-flexible-row-admissions_welcome_tour_page-main-row-inside .ad-tour-video {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
  }
  .panels-flexible-admissions_welcome_tour_page .panels-flexible-row-admissions_welcome_tour_page-main-row-inside .ad-tour-video-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  .panels-flexible-admissions_welcome_tour_page .panels-flexible-row-admissions_welcome_tour_page-main-row-inside .view-id-event_calendar .view-header .pager {
    margin: 0 auto;
  }
  .panels-flexible-admissions_welcome_tour_page .panels-flexible-row-admissions_welcome_tour_page-main-row-inside .view-id-event_calendar .view-header .date-heading a {
    font-size: 16px;
  }
}
@media all and (max-width: 599px) {
  .panels-flexible-admissions_welcome_tour_page .panels-flexible-row-admissions_welcome_tour_page-main-row-inside .video {
    width: 100%;
    clear: both;
  }
}
.page-node-4073 .breadcrumb {
  display: none;
}
.page-node-4073 .node-type-campus-life #content {
  min-height: inherit;
  padding: 0;
}
.page-node-4073 #page-title {
  display: none;
}
.page-node-4073 .node-type-campus-life #main {
  padding-bottom: 0;
}
.page-node-4073 .node-type-campus-life #main #navigation {
  display: none;
}
.page-node-4073 .node-type-campus-life #main #content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.page-node-4073 .node-type-campus-life #main #content .content-inside {
  margin: 0;
}
.page-node-4073 .node-type-campus-life #page {
  max-width: none !important;
}
.page-node-4073 .view-display-id-slideshow {
  float: left;
  width: 50%;
}
.page-node-4073 .views-row {
  overflow: hidden;
  position: relative;
}
.page-node-4073 .views-row a {
  color: white;
  line-height: 9px;
  display: block;
}
.page-node-4073 .views-row a:hover, .page-node-4073 .views-row a:active {
  color: white;
}
.page-node-4073 .views-row img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.page-node-4073 .views-field-title {
  box-shadow: inset 0 30px 50px -35px #000000;
  z-index: 100;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-node-4073 .views-field-title a {
  line-height: 1.5em;
  font-size: 18px;
  padding: 5%;
  display: block;
  height: 90%;
  text-transform: uppercase;
}
.page-node-4073 .views-field-title a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.page-node-4073 .view-display-id-item_list .views-row-1 a, .page-node-4073 .view-display-id-item_list .views-row-4 a, .page-node-4073 .view-display-id-item_list .views-row-5 a {
  background: #87689d;
}
.page-node-4073 .view-display-id-item_list .views-row-1 a:hover, .page-node-4073 .view-display-id-item_list .views-row-4 a:hover, .page-node-4073 .view-display-id-item_list .views-row-5 a:hover {
  background: #5e496e;
}
.page-node-4073 .view-display-id-item_list_bottom .views-row-2 a, .page-node-4073 .view-display-id-item_list_bottom .views-row-4 a {
  background: #87689d;
}
.page-node-4073 .view-display-id-item_list_bottom .views-row-2 a:hover, .page-node-4073 .view-display-id-item_list_bottom .views-row-4 a:hover {
  background: #5e496e;
}
@media all and (max-width: 785px) {
  .page-node-4073 .view-display-id-slideshow {
    display: none;
  }
}
@media all and (min-width: 786px) {
  .page-node-4073 .view-display-id-item_list {
    float: right;
    width: 50%;
  }
  .page-node-4073 .node-type-campus-life #page-title {
    background-color: transparent;
    position: absolute;
    z-index: 200;
    font-size: 36px;
    margin-top: 10px;
  }
}
.page-node-4073 .view-display-id-item_list .views-row {
  width: 50%;
  float: left;
}
.page-node-4073 #campus-life-home-top-wrapper {
  overflow: hidden;
}
.page-node-4073 .view-display-id-item_list_bottom {
  width: 100%;
}
.page-node-4073 .view-display-id-item_list_bottom .views-row {
  float: left;
}
@media all and (max-width: 599px) {
  .page-node-4073 .view-display-id-item_list_bottom .views-row {
    width: 50%;
  }
}
@media all and (min-width: 600px) {
  .page-node-4073 .view-display-id-item_list_bottom .views-row {
    width: 25%;
  }
}

.view-research-opportunities .view-content .views-table {
  width: 100%;
}

.view-webform-submissions .view-content .views-table {
  width: 100%;
}

.applyform {
  padding: 10px 20px;
  color: white;
  background: #522e91;
}

.not-front .content-inside .field-name-body .red-textbox {
  text-align: center;
  padding: 15px 0 30px 0;
  font-weight: 500;
  color: red;
}
.not-front .content-inside .field-name-body .red-textbox p {
  text-align: center;
  font-weight: bold;
  color: red;
}
.not-front .content-inside .field-name-body .sps-table-info {
  text-align: center;
}
.not-front .content-inside .field-name-body .sps-table-info p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
.not-front .content-inside .field-name-body .sps-table-info p:first-child {
  color: #000 !important;
}
.not-front .content-inside .field-name-body .sps-table-info table {
  margin-bottom: 50px;
}
.not-front .content-inside .field-name-body .sps-table-info table tr td {
  font-family: "NYUPerstare";
  border-color: #000;
  padding: 4px;
  font-size: 14px;
  line-height: 22px;
}
.not-front .content-inside .field-name-body .field-item ul.icons-block {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100% !important;
}
.not-front .content-inside .field-name-body .field-item ul.icons-block li {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin: 10px 0;
  background-color: #57068C;
}
.not-front .content-inside .field-name-body .field-item ul.icons-block li a {
  padding: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.25;
}
.not-front .content-inside .field-name-body .field-item ul.icons-block li a img.file-default {
  margin: 0 10px !important;
}
.not-front .content-inside .field-name-body .field-item ul.icons-block li a span {
  padding-left: 20px;
  text-align: left;
}
.not-front .content-inside .field-name-body .field-item ul.icons-description-block li {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.not-front .content-inside .field-name-body .field-item ul.icons-description-block li a {
  background-color: #57068C;
  cursor: default;
  height: auto;
  min-height: 90px;
}
.not-front .content-inside .field-name-body .field-item ul.icons-description-block li br {
  display: none;
}
.not-front .content-inside .field-name-body .field-item ul.icons-description-block li .iconbox-text {
  padding: 15px 10px 20px 10px;
}
.not-front .content-inside .field-name-body .field-item ul.icons-description-block li .iconbox-text p {
  max-width: 100%;
  padding: 0;
  line-height: 1;
}
.not-front .content-inside .field-name-body .field-item ul.icons-description-block li .iconbox-text p:last-child {
  margin: 0;
  padding: 0;
}
.not-front .content-inside .field-name-body .field-item ul.icons-description-block li .iconbox-text a {
  padding: 0;
  display: inline-block;
  justify-content: normal;
  align-items: normal;
  width: auto;
  height: auto;
  min-height: auto;
  background: none;
  color: #57068C;
  line-height: 1.5;
  font-size: 16px;
  cursor: pointer;
}

.dark-gray {
  background: #ccc;
}

.light-gray {
  background: #d9d2e9;
}

.light-pink {
  background: #e6b8af;
}

.light-green {
  background: #d9ead3;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.m-0 {
  margin: 0px !important;
}

.connect-btn {
  border: none;
  margin: 0 0 10px 0;
  color: #fff !important;
  background: #57068C;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  padding: 9px 30px;
  display: inline-block;
  text-transform: uppercase;
}

.linktext {
  text-align: right;
}

.panels-flexible-region-29-in_the_media_top_img {
  width: 100%;
}

.in-the-media-content-info > .inside h2 {
  text-align: left;
  border: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.in-the-media-content-info > .inside h5 {
  margin: 0;
}

.view-home-page-media-bites.view-display-id-bites_page .views-row {
  position: relative;
  min-height: 130px;
  float: left;
  width: 100%;
  margin: 2%;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.view-home-page-media-bites.view-display-id-bites_page .views-field {
  margin: 0 0 0 35%;
}
.view-home-page-media-bites.view-display-id-bites_page .views-field-title a {
  font-size: 18px;
  color: #57068C;
  line-height: 1.2em;
}
.view-home-page-media-bites.view-display-id-bites_page .views-field-field-link-image {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
}
.view-home-page-media-bites.view-display-id-bites_page .views-field-field-goto-1 {
  padding-top: 20px;
}
.view-home-page-media-bites.view-display-id-bites_page .views-field-field-goto-1 .views-label {
  float: left;
  margin-right: 8px;
  line-height: 19px;
}
.view-home-page-media-bites.view-display-id-bites_page .views-field-field-goto-1 a {
  color: #2B4BD6;
}

.view-quick-takes.view-display-id-page .views-row {
  position: relative;
  min-height: 130px;
  float: left;
  width: 100%;
  margin: 2%;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.view-quick-takes.view-display-id-page .views-field {
  margin: 0 0 0 35%;
}
.view-quick-takes.view-display-id-page .views-field-title a {
  font-size: 18px;
  color: #57068C;
  line-height: 1.2em;
}
.view-quick-takes.view-display-id-page .views-field-field-image {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
}

/* admissions pages */
@media all {
  .not-front .content-inside .block-block p, .not-front .content-inside .block-block li {
    font-size: 16px;
    color: #656565;
    line-height: 1.375;
  }
  .not-front .content-inside .block-block p strong, .not-front .content-inside .block-block p b, .not-front .content-inside .block-block li strong, .not-front .content-inside .block-block li b {
    color: #212529;
  }
  .not-front .content-inside .block-block li label {
    color: #212529;
  }
  .not-front .content-inside .block-block a {
    color: #57068C;
  }

  .page-node-502 .global-page-banner, .page-node-2371 .global-page-banner {
    background: none !important;
    overflow: hidden;
    height: 500px;
  }
  .page-node-502 #navigation, .page-node-2371 #navigation {
    display: none !important;
  }
  .page-node-502 #content, .page-node-2371 #content {
    width: 100%;
    margin: 0;
  }
  .page-node-502 .section-boxes, .page-node-2371 .section-boxes {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
  }
  .page-node-502 .section-boxes .container_box, .page-node-2371 .section-boxes .container_box {
    position: relative;
    width: 33.333%;
    float: left;
    padding: 15px;
  }
  .page-node-502 .section-boxes .container_box .container, .page-node-2371 .section-boxes .container_box .container {
    position: relative;
  }
  .page-node-502 .section-boxes .container_box p, .page-node-2371 .section-boxes .container_box p {
    text-align: center;
    margin-bottom: 15px;
  }
  .page-node-502 .section-boxes .container_box p a, .page-node-2371 .section-boxes .container_box p a {
    color: #57068C;
    font-weight: 700;
    font-size: 28px;
  }
}
@media all and (max-width: 600px) {
  .page-node-502 .section-boxes .container_box p a, .page-node-2371 .section-boxes .container_box p a {
    font-size: 24px;
  }
}
@media all and (max-width: 440px) {
  .page-node-502 .section-boxes .container_box p a, .page-node-2371 .section-boxes .container_box p a {
    font-size: 21px;
  }
}
@media all {
  .page-node-502 .section-boxes .container_box .apply, .page-node-2371 .section-boxes .container_box .apply {
    text-align: center;
    margin: 15px 0;
  }
  .page-node-502 .section-boxes .container_box .apply a, .page-node-2371 .section-boxes .container_box .apply a {
    font-size: 16px;
    background: #57068C;
    color: #FFFFFF !important;
    font-weight: 700;
    width: 100%;
    font-family: "NYUPerstare";
  }
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .page-node-502 .section-boxes .container_box, .page-node-2371 .section-boxes .container_box {
    padding: 7px;
  }
}
@media all and (max-width: 767px) {
  .page-node-502 .section-boxes .container_box, .page-node-2371 .section-boxes .container_box {
    padding: 7px;
  }
}
@media all {
  .page-node-502 .section-boxes .image, .page-node-2371 .section-boxes .image {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-node-502 .section-boxes .overlay, .page-node-2371 .section-boxes .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: white;
  }
  .page-node-502 .section-boxes .container:hover .overlay, .page-node-2371 .section-boxes .container:hover .overlay {
    opacity: 0.9;
  }
  .page-node-502 .section-boxes .text, .page-node-2371 .section-boxes .text {
    color: #57068C;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 69%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .page-node-502 .section-boxes .boxes > div:nth-child(4n+4), .page-node-2371 .section-boxes .boxes > div:nth-child(4n+4) {
    margin-right: 0;
  }
  .page-node-502 #section-boxes-first .container_box, .page-node-2371 #section-boxes-first .container_box {
    width: 20%;
  }
  .page-node-502 #section-boxes-first .container_box .container, .page-node-2371 #section-boxes-first .container_box .container {
    position: relative;
  }
  .page-node-502 #section-boxes-first .container_box .container .text, .page-node-2371 #section-boxes-first .container_box .container .text {
    width: 95%;
    color: #FFFFFF;
  }
  .page-node-502 #section-boxes-first .container_box .container .text .top_text, .page-node-2371 #section-boxes-first .container_box .container .text .top_text {
    font-size: 0px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    height: 70px;
    background-size: contain;
  }
  .page-node-502 #section-boxes-first .container_box .container .text .top_text::after, .page-node-2371 #section-boxes-first .container_box .container .text .top_text::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #FFFFFF;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
  .page-node-502 #section-boxes-first .container_box .container .text .top_text, .page-node-2371 #section-boxes-first .container_box .container .text .top_text {
    height: 50px;
  }
}
@media all and (min-width: 421px) and (max-width: 767px) {
  .page-node-502 #section-boxes-first .container_box .container .text .top_text, .page-node-2371 #section-boxes-first .container_box .container .text .top_text {
    height: 50px;
  }
}
@media all {
  .page-node-502 #section-boxes-first .container_box .container .text p, .page-node-2371 #section-boxes-first .container_box .container .text p {
    padding-top: 20px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-node-502 #section-boxes-first .container_box .container .text p, .page-node-2371 #section-boxes-first .container_box .container .text p {
    font-size: 16px;
  }
}
@media all and (max-width: 400px) {
  .page-node-502 #section-boxes-first .container_box .container .text p, .page-node-2371 #section-boxes-first .container_box .container .text p {
    font-size: 16px;
  }
}
@media all {
  .page-node-502 #section-boxes-first .container_box .container:hover .overlay, .page-node-2371 #section-boxes-first .container_box .container:hover .overlay {
    opacity: 0.9;
    cursor: pointer;
  }
  .page-node-502 #section-boxes-first span.container_link, .page-node-2371 #section-boxes-first span.container_link {
    color: #57068C;
    font-weight: 500;
    font-size: 28px;
  }
}
@media all and (max-width: 1239px) {
  .page-node-502 #section-boxes-first span.container_link, .page-node-2371 #section-boxes-first span.container_link {
    font-size: 18px;
  }
}
@media all {
  .page-node-502 #section-boxes-first .overlay, .page-node-2371 #section-boxes-first .overlay {
    background-color: #57068C;
  }
  .page-node-502 .home-pano-link, .page-node-2371 .home-pano-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 360px;
    background: #666 url(/themes/custom/shanghai/images/admission/Admissions-Landing-360.jpg) center center no-repeat;
    background-size: cover;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
  }
  .page-node-502 video, .page-node-2371 video {
    object-fit: cover;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
  }
  .page-node-502 .video_text, .page-node-2371 .video_text {
    position: absolute;
    width: 100%;
    margin-top: -100px;
  }
  .page-node-502 .video_text .inner, .page-node-2371 .video_text .inner {
    text-align: center;
    color: white;
    font-size: 52px;
    position: relative;
    z-index: 9;
  }
  .page-node-502 .arrowImg, .page-node-2371 .arrowImg {
    background: url(/themes/custom/shanghai/images/admission/Admissions-arrow-6.png) center center no-repeat;
    height: 100px;
  }

  .page-node-502 #page-title, .page-node-2371 #page-title {
    display: none;
  }

  .page-node-502 #section-boxes-first .container_box:nth-of-type(2) .container .text {
    top: 50%;
  }
  .page-node-502 .container_box:nth-of-type(1) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-1.png) center center no-repeat;
  }
  .page-node-502 .container_box:nth-of-type(2) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-2.png) center center no-repeat;
  }
  .page-node-502 .container_box:nth-of-type(3) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-3.png) center center no-repeat;
  }
  .page-node-502 .container_box:nth-of-type(4) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-4.png) center center no-repeat;
  }
  .page-node-502 .container_box:nth-of-type(5) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-5.png) center center no-repeat;
  }

  .page-node-2371 .section-boxes .container_box p a {
    font-size: 18px;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(1) .container .text {
    top: 43%;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(3) .container .text {
    top: 44%;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(4) .container .text {
    top: 51%;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(5) .container .text {
    top: 34%;
  }
  .page-node-2371 #section-boxes-first .container_link {
    font-size: 18px !important;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(1) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-2.png) center center no-repeat;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(2) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-3.png) center center no-repeat;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(3) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-4.png) center center no-repeat;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(4) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-5.png) center center no-repeat;
  }
  .page-node-2371 #section-boxes-first .container_box:nth-of-type(5) .top_text {
    background: url(/themes/custom/shanghai/images/admission/Admissions-icon-1.png) center center no-repeat;
  }

  #block-block-16 p {
    width: 75%;
  }
  #block-block-16 .global_network img {
    width: 100%;
    margin: 0;
  }
  #block-block-16 .global_network .global-item {
    width: 30.6%;
    float: left;
    margin-right: 4%;
    height: auto;
    position: relative;
    margin-bottom: 4%;
  }
  #block-block-16 .global_network .global-item .item-content {
    background-color: rgba(254, 254, 254, 0.75);
    padding: 5px 10px;
    position: absolute;
    top: auto;
    left: 0px;
    bottom: 0;
    width: 90%;
  }
  #block-block-16 .global_network .global-item .item-content h3 {
    margin: 0;
    line-height: 1.5;
  }
  #block-block-16 .global_network .global-item .item-content a {
    color: #57068C;
  }
  #block-block-16 .global_network > div:nth-child(3n+3) {
    margin-right: 0;
  }

  .i18n-zh-hans #block-block-16 .item-content h3 {
    color: #57068C;
  }
}
.clear {
  clear: both;
}

/***** TEST **/
.verticalslider {
  overflow: hidden;
  width: 840px;
  margin: 0;
  margin-top: -400px;
  height: 100%;
  position: absolute;
}

.verticalslider_tabs {
  float: left;
  width: 290px;
}

.i18n-zh-hans .verticalslider {
  width: 760px;
}
.i18n-zh-hans .verticalslider_tabs {
  width: 188px;
}
.i18n-zh-hans .verticalslider_contents {
  width: 572px;
}
.i18n-zh-hans .verticalslider_contents li p {
  width: 51%;
}

.verticalslider_tabs, .verticalslider_tabs li {
  margin: 0px;
  padding: 0px;
}

.verticalslider_tabs li {
  list-style-type: none;
}

.verticalslider_tabs a:focus {
  box-shadow: none !important;
}

.verticalslider_tabs a:link,
.verticalslider_tabs a:visited {
  display: block;
  height: 29px;
  padding: 5px 5px 5px 25px;
  background-color: #5d1889;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
  text-decoration: none;
  text-transform: uppercase;
}

.verticalslider_tabs a:hover,
.verticalslider_tabs a:active {
  background-color: #330662;
}

.verticalslider_tabs li:first-child a:link,
.verticalslider_tabs li:first-child a:visited {
  border-top: none;
  height: 30px;
}

.verticalslider_tabs .activeTab a:link,
.verticalslider_tabs .activeTab a:visited {
  background: #330662;
  color: #FFFFFF;
}

.verticalslider_tabs .activeTab a:hover,
.verticalslider_tabs .activeTab a:active {
  background: #330662;
  color: #FFFFFF;
}

/* Contents */
.verticalslider_contents {
  float: left;
  width: 550px;
  margin: 0px;
  padding: 0px;
}

.verticalslider_contents li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  padding: 0px;
  display: none;
  list-style-type: none;
  position: absolute;
  /*width: 665px;*/
}

.verticalslider_contents li h2 {
  font-size: 15px;
  color: #333333;
  margin: 5px 20px;
  padding: 0px;
}

.verticalslider_contents li p,
.verticalslider_contents li img {
  margin: 35px 0 30px 30px;
  padding: 0px;
  color: #333333;
  font-size: 13px;
}

.verticalslider_contents li p {
  float: left;
  width: 49%;
  margin-right: 20px;
}

.verticalslider_contents li img {
  max-height: 150px;
  width: 200px;
  float: left;
  height: 135px;
  max-width: 250px;
}

.verticalslider_contents .activeContent {
  display: inline;
  background: #DCDCDC;
  opacity: 0.9;
}

.verticalslider_cotents *,
.verticalslider_tabs * {
  box-sizing: content-box;
}

/******** Undergraduate page *******/
.page-undergraduate-admissions .global-page-banner {
  background: none !important;
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: relative;
}
.page-undergraduate-admissions .global-page-banner video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-undergraduate-admissions .discover-list .discover-item .item-content p {
  display: block;
}
.page-undergraduate-admissions #block-block-6 p {
  width: 75%;
}
.page-undergraduate-admissions .block-title {
  margin-bottom: 15px;
}
.page-undergraduate-admissions .view-id-undergraduate_admissions .view-content .views-row {
  display: none;
}
.page-undergraduate-admissions #block-block-6 h3 {
  margin-top: 0;
  line-height: 15px;
}
.page-undergraduate-admissions .home-pano-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background: #666 url(/themes/custom/shanghai/images/admission/Admissions-Landing-360.jpg) center center no-repeat;
  background-size: cover;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.i18n-zh-hans .home-pano-link {
  background: #666 url(/themes/custom/shanghai/images/admission/campus360.jpg) center center no-repeat;
  background-size: cover;
}

/**** Ready to Apply ***/
.node-10928 .discover-list .discover-item,
.node-14090 .discover-list .discover-item,
.node-14091 .discover-list .discover-item,
#block-block-7 .discover-list .discover-item,
#block-block-41 .discover-list .discover-item,
#block-block-12 .discover-list .discover-item {
  float: left;
  width: 48%;
}
.node-10928 .discover-list .discover-item .item-content a,
.node-14090 .discover-list .discover-item .item-content a,
.node-14091 .discover-list .discover-item .item-content a,
#block-block-7 .discover-list .discover-item .item-content a,
#block-block-41 .discover-list .discover-item .item-content a,
#block-block-12 .discover-list .discover-item .item-content a {
  color: #57068C;
}
.node-10928 .discover-list .discover-item:nth-of-type(1),
.node-14090 .discover-list .discover-item:nth-of-type(1),
.node-14091 .discover-list .discover-item:nth-of-type(1),
#block-block-7 .discover-list .discover-item:nth-of-type(1),
#block-block-41 .discover-list .discover-item:nth-of-type(1),
#block-block-12 .discover-list .discover-item:nth-of-type(1) {
  margin-right: 4%;
}
.node-10928 .application,
.node-14090 .application,
.node-14091 .application,
#block-block-7 .application,
#block-block-41 .application,
#block-block-12 .application {
  margin-bottom: 10px;
}

/* Graduate Destinations page scss */
.node-14090 .discover-list,
.node-14091 .discover-list {
  width: 75%;
}

/***Academics page scss***/
.discover-list.academics-list {
  margin: 20px 0 40px;
}
.discover-list.academics-list .discover-item {
  float: left;
  width: 23.5%;
  max-height: 260px;
  margin-right: 2%;
}
.discover-list.academics-list .discover-item .item-content {
  padding: 20px 10px 20px 0;
}
.discover-list.academics-list .discover-item .item-content a {
  color: #57068C;
}
.discover-list.academics-list .discover-item:nth-of-type(4) {
  margin-right: 0;
}

.node-10928 .discover-list .discover-item,
#block-block-40 .discover-list .discover-item {
  float: left;
  width: 49%;
}
.node-10928 .discover-list .discover-item .item-content a,
#block-block-40 .discover-list .discover-item .item-content a {
  color: #57068C;
}
.node-10928 .discover-list .discover-item:nth-of-type(1),
#block-block-40 .discover-list .discover-item:nth-of-type(1) {
  margin-right: 2%;
}

.showOnMobile {
  display: none;
}

/***Academics page scss***/
#block-block-8,
#block-block-32 {
  margin-bottom: 5%;
}
#block-block-8 .fact_figure ul,
#block-block-32 .fact_figure ul {
  list-style: none;
  padding: 0;
}
#block-block-8 .fact_figure ul li,
#block-block-32 .fact_figure ul li {
  float: left;
  width: 23.8%;
  border: 1px solid #57068C;
  text-align: center;
  margin-right: 15px;
  height: 150px;
}
#block-block-8 .fact_figure ul li .number,
#block-block-32 .fact_figure ul li .number {
  font-size: 28px;
  color: #57068C;
  font-weight: 500;
  display: block;
  margin: 15px;
}
#block-block-8 .fact_figure ul li .number strong,
#block-block-32 .fact_figure ul li .number strong {
  color: #57068C !important;
}
#block-block-8 .fact_figure ul li .text,
#block-block-32 .fact_figure ul li .text {
  display: block;
  margin: 15px 10px;
  color: #212529;
}
#block-block-8 .fact_figure ul > li:nth-child(4n+4),
#block-block-32 .fact_figure ul > li:nth-child(4n+4) {
  margin-right: 0;
}

#block-block-32 .fact_figure ul li {
  height: auto;
}

#block-block-8 .fact_figure ul li {
  width: 23.5%;
  height: 160px;
}

.vertical-line {
  width: 100px;
  border-bottom: 1px solid #57068C;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
}

#block-block-9 ul, #block-block-10 ul, #block-block-61 ul, #block-nyu-sh-block-admission-story ul,
#block-nyu-sh-block-global-network-story ul,
#block-nyu-sh-block-living-in-shanghai-story ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-block-9 .discover-list li, #block-block-10 .discover-list li, #block-block-61 .discover-list li, #block-nyu-sh-block-admission-story .discover-list li,
#block-nyu-sh-block-global-network-story .discover-list li,
#block-nyu-sh-block-living-in-shanghai-story .discover-list li {
  width: 30.6%;
}
#block-block-9 .discover-list .discover-spotlight .item-image .item-image-cover, #block-block-10 .discover-list .discover-spotlight .item-image .item-image-cover, #block-block-61 .discover-list .discover-spotlight .item-image .item-image-cover, #block-nyu-sh-block-admission-story .discover-list .discover-spotlight .item-image .item-image-cover,
#block-nyu-sh-block-global-network-story .discover-list .discover-spotlight .item-image .item-image-cover,
#block-nyu-sh-block-living-in-shanghai-story .discover-list .discover-spotlight .item-image .item-image-cover {
  min-height: 312px;
}
#block-block-9 .discover-list .discover-item .item-content a, #block-block-10 .discover-list .discover-item .item-content a, #block-block-61 .discover-list .discover-item .item-content a, #block-nyu-sh-block-admission-story .discover-list .discover-item .item-content a,
#block-nyu-sh-block-global-network-story .discover-list .discover-item .item-content a,
#block-nyu-sh-block-living-in-shanghai-story .discover-list .discover-item .item-content a {
  color: #57068C;
}
#block-block-9 .discover-list .discover-item .item-content p, #block-block-10 .discover-list .discover-item .item-content p, #block-block-61 .discover-list .discover-item .item-content p, #block-nyu-sh-block-admission-story .discover-list .discover-item .item-content p,
#block-nyu-sh-block-global-network-story .discover-list .discover-item .item-content p,
#block-nyu-sh-block-living-in-shanghai-story .discover-list .discover-item .item-content p {
  display: block;
}
#block-block-9 .discover-list > ul > li:nth-child(2), #block-block-10 .discover-list > ul > li:nth-child(2), #block-block-61 .discover-list > ul > li:nth-child(2), #block-nyu-sh-block-admission-story .discover-list > ul > li:nth-child(2),
#block-nyu-sh-block-global-network-story .discover-list > ul > li:nth-child(2),
#block-nyu-sh-block-living-in-shanghai-story .discover-list > ul > li:nth-child(2) {
  margin-left: 4%;
}
#block-block-9 .discover-list > ul > li:nth-child(3), #block-block-10 .discover-list > ul > li:nth-child(3), #block-block-61 .discover-list > ul > li:nth-child(3), #block-nyu-sh-block-admission-story .discover-list > ul > li:nth-child(3),
#block-nyu-sh-block-global-network-story .discover-list > ul > li:nth-child(3),
#block-nyu-sh-block-living-in-shanghai-story .discover-list > ul > li:nth-child(3) {
  margin-left: 4%;
}
#block-block-9 .discover-list > ul > li:nth-child(3) .item-content, #block-block-10 .discover-list > ul > li:nth-child(3) .item-content, #block-block-61 .discover-list > ul > li:nth-child(3) .item-content, #block-nyu-sh-block-admission-story .discover-list > ul > li:nth-child(3) .item-content,
#block-nyu-sh-block-global-network-story .discover-list > ul > li:nth-child(3) .item-content,
#block-nyu-sh-block-living-in-shanghai-story .discover-list > ul > li:nth-child(3) .item-content {
  width: 90%;
}

#block-nyu-sh-block-living-in-shanghai-story .discover-list > ul > li:nth-child(3) {
  width: 30.6%;
}
#block-nyu-sh-block-living-in-shanghai-story .discover-list .discover-item {
  max-height: 100%;
}

#block-block-9 {
  margin-bottom: 5%;
}
#block-block-9 .discover-list .discover-item .item-content p:nth-of-type(1) {
  height: 90px;
}
#block-block-9 .discover-list .discover-item .item-content p:nth-of-type(2) {
  height: 23px;
}

#block-block-11 {
  margin-bottom: 5%;
}
#block-block-11 .section-bd .tour_text {
  margin-bottom: 15px;
  font-size: 14px;
  width: 65%;
}
#block-block-11 .section-bd .inner {
  padding: 0;
}

#block-block-61 .discover-list .discover-item .item-content .read-more {
  display: none;
}

#block-nyu-sh-block-admission-story,
#block-nyu-sh-block-global-network-story,
.pane-nyu-sh-block-living-in-shanghai-story,
#block-nyu-sh-block-living-in-shanghai-story {
  margin-bottom: 5%;
}

#block-nyu-sh-block-global-network-story .discover-list .discover-item .item-content .read-more,
#block-nyu-sh-block-admission-story .discover-list .discover-item .item-content .read-more {
  display: none;
}

#block-block-13,
#block-block-17 {
  margin-bottom: 5%;
}
#block-block-13 .big_box,
#block-block-17 .big_box {
  float: left;
  width: 48%;
  border: 1px solid #57068C;
  min-height: 375px;
}
#block-block-13 .big_box ul,
#block-block-17 .big_box ul {
  padding: 0;
  list-style: none;
  margin: 30px 23px 23px 23px;
}
#block-block-13 .big_box ul li,
#block-block-17 .big_box ul li {
  margin-bottom: 15px;
}
#block-block-13 .big_box ul li label,
#block-block-17 .big_box ul li label {
  margin: 0;
}
#block-block-13 .big_box ul li a,
#block-block-17 .big_box ul li a {
  color: #57068C;
}
#block-block-13 .big_box ul li.first,
#block-block-17 .big_box ul li.first {
  font-size: 18px;
  font-weight: 700;
}
#block-block-13 .big_box.first,
#block-block-17 .big_box.first {
  margin-right: 4%;
}

#block-block-13 .big_box {
  min-height: auto;
}

.i18n-zh-hans #block-nyu-sh-block-admission-story .discover-list .discover-item .item-content p {
  height: 125px;
}
.i18n-zh-hans #block-block-9 .discover-list .discover-item .item-content p:nth-of-type(1) {
  height: 93px;
}

/****** NYU Global Network *****/
.page-node-14569 .global-page-banner,
.page-node-14570 .global-page-banner,
.page-node-17699 .global-page-banner {
  background-image: url(../images/r2/banner-NYU-Global-Network.jpg) !important;
}
.page-node-14569 .field-name-body h2,
.page-node-14570 .field-name-body h2,
.page-node-17699 .field-name-body h2 {
  color: #212529;
}

#block-block-17 .big_box {
  min-height: 350px;
  padding: 30px 23px 23px 23px;
}
#block-block-17 .big_box span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

/****** NYU Global Network *****/
/****** Living in Shanghai *****/
.section-living-in-shanghai .views-row {
  display: none;
}

.panels-flexible-row-33-main-row,
.panels-flexible-row-34-main-row {
  margin-bottom: 20px !important;
}

#block-block-19 .discover-list .discover-item,
#block-block-22 .discover-list .discover-item {
  max-height: 100%;
}
#block-block-19 .discover-list .discover-item .item-content h3,
#block-block-22 .discover-list .discover-item .item-content h3 {
  margin: 0;
  padding-bottom: 10px;
}
#block-block-19 .discover-list .discover-item .item-content p,
#block-block-22 .discover-list .discover-item .item-content p {
  width: 90%;
  font-size: 14px;
  overflow: inherit;
  height: auto;
}

#block-block-20 .living-list .living-item,
#block-block-21 .living-list .living-item,
#block-block-30 .living-list .living-item {
  float: left;
  width: 48%;
  position: relative;
  overflow: hidden;
  margin-right: 4%;
}
#block-block-20 .living-list .living-item .item-content,
#block-block-21 .living-list .living-item .item-content,
#block-block-30 .living-list .living-item .item-content {
  margin: -100px 0 0 0;
  background: #FFFFFF;
  padding: 20px 20px 20px 0;
  position: relative;
  width: 90%;
}
#block-block-20 .living-list .living-item .item-content h4,
#block-block-21 .living-list .living-item .item-content h4,
#block-block-30 .living-list .living-item .item-content h4 {
  margin: 10px 0 15px 0;
}
#block-block-20 .living-list .living-item .item-content h4 a,
#block-block-21 .living-list .living-item .item-content h4 a,
#block-block-30 .living-list .living-item .item-content h4 a {
  font-size: 18px;
  color: #57068C;
  font-weight: 700;
}
#block-block-20 .living-list .living-item .item-content p,
#block-block-21 .living-list .living-item .item-content p,
#block-block-30 .living-list .living-item .item-content p {
  width: 92%;
  font-size: 14px;
  color: #757575;
  line-height: 1.4;
}
#block-block-20 .living-list .living-item .item-content a,
#block-block-21 .living-list .living-item .item-content a,
#block-block-30 .living-list .living-item .item-content a {
  color: #57068C;
  font-weight: 700;
}
#block-block-20 .living-list .living-item img,
#block-block-21 .living-list .living-item img,
#block-block-30 .living-list .living-item img {
  height: 100%;
  width: 100%;
  margin-top: 0;
}
#block-block-20 .living-list > div:nth-child(2n+2),
#block-block-21 .living-list > div:nth-child(2n+2),
#block-block-30 .living-list > div:nth-child(2n+2) {
  margin: 0;
}

#block-block-20 .grid-2 {
  gap: 30px;
}

#block-nyu-sh-block-living-in-shanghai-story .pane-title {
  margin: 0 !important;
  padding-top: 0;
  border: none !important;
}

#block-block-31 .discover-list .discover-item .item-content {
  width: 64%;
}
#block-block-31 .discover-list .discover-item .item-content h3 {
  margin: 0 0 5px 0;
}
#block-block-31 .discover-list .discover-item .item-content h3 a {
  color: #57068C;
}
#block-block-31 .discover-list .discover-item .item-content p {
  height: 100%;
}

.section-living-in-shanghai .node-album .field-name-field-album-picture table {
  max-width: 100% !important;
}

/****** Living in Shanghai *****/
/****** Admission Graduate page *****/
.graduate_boxes .graduate_big_box {
  float: left;
  padding: 20px 20px 70px 20px;
  background-color: #57068C;
  margin: 0 0 30px 0;
  color: #FFFFFF;
  position: relative;
  width: 100%;
}
.graduate_boxes .graduate_big_box ul {
  max-width: 100%;
  padding: 10px 15px 30px 35px !important;
}
.graduate_boxes .graduate_big_box ul li {
  color: #FFFFFF !important;
}
.graduate_boxes .graduate_big_box a {
  color: #FFFFFF !important;
  font-weight: normal;
  text-decoration: underline;
}
.graduate_boxes .graduate_big_box .title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.graduate_boxes .graduate_big_box p {
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
}
.graduate_boxes .graduate_big_box .vertical-line {
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
  margin: 18px 0 12px 20px;
  font-size: 0;
}
.graduate_boxes .graduate_big_box .program_link {
  text-align: center;
  width: 210px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.graduate_boxes .graduate_big_box .program_link a {
  color: #57068C !important;
  text-decoration: none;
  background: #FFFFFF;
  padding: 20px 10px;
  font-weight: 500;
  display: block;
}
.graduate_boxes .graduate_big_box .program_link a:hover {
  background: #57068C;
  color: #FFFFFF !important;
}
.graduate_boxes > div:nth-child(2n+2) {
  margin-right: 0px;
}

.i18n-zh-hans .graduate_boxes .graduate_big_box .title {
  padding: 10px 0;
}
.i18n-zh-hans .graduate_boxes .graduate_big_box ul {
  margin-top: 20px;
}
.i18n-zh-hans .graduate_boxes .graduate_big_box ul li {
  margin-bottom: 10px;
}
.i18n-zh-hans .graduate_boxes .graduate_big_box .program_link a {
  padding: 20px 30px;
}

/****** Admission Graduate page *****/
/****** Student life page *****/
.student-life-boxes .small-box {
  min-height: 275px;
  padding-top: 10px;
}
.student-life-boxes .small-box h3, .student-life-boxes .small-box p {
  max-width: 100%;
}
.student-life-boxes .small-box div {
  text-align: initial;
}

.student-life-boxes.alumni_box .small-box {
  min-height: auto;
}

/****** Student life page *****/
/***Sport page css***/
.sport-list .sport-item {
  float: left;
  width: 31%;
  margin-bottom: 0;
  position: relative;
  margin-right: 2%;
}
.sport-list .sport-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sport-list .sport-item .item-content {
  background: #fff;
  padding: 20px 20px 0 0;
  position: relative;
  top: -48px;
  left: 0px;
  width: 85%;
}
.sport-list .sport-item .item-content h4 {
  font-size: 20px;
  margin: 0;
}
.sport-list .sport-item:nth-child(4) {
  margin-right: 0;
}

.page-node-536 .sport-list .sport-item, .page-node-19734 .sport-list .sport-item {
  width: 48%;
  margin-right: 4%;
}
.page-node-536 .sport-list .sport-item:last-child, .page-node-19734 .sport-list .sport-item:last-child {
  margin-right: 0;
}

/***Sport page css***/
#block-block-14, .node-14090,
.node-14091,
.node-20109, .page-node-27495, .page-node-27500, .img_txt_box {
  overflow: auto;
}
#block-block-14 .info_box, .node-14090 .info_box,
.node-14091 .info_box,
.node-20109 .info_box, .page-node-27495 .info_box, .page-node-27500 .info_box, .img_txt_box .info_box {
  position: relative;
  color: #000;
  float: left;
  width: 30.6%;
  margin-right: 4%;
}
#block-block-14 .info_box.third, .node-14090 .info_box.third,
.node-14091 .info_box.third,
.node-20109 .info_box.third, .page-node-27495 .info_box.third, .page-node-27500 .info_box.third, .img_txt_box .info_box.third {
  margin-right: 0;
}
#block-block-14 .info_text, .node-14090 .info_text,
.node-14091 .info_text,
.node-20109 .info_text, .page-node-27495 .info_text, .page-node-27500 .info_text, .img_txt_box .info_text {
  position: absolute;
  background: #fff;
  width: 82%;
  text-align: center;
  padding: 5px 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  height: 20%;
}
#block-block-14 .info_text a, .node-14090 .info_text a,
.node-14091 .info_text a,
.node-20109 .info_text a, .page-node-27495 .info_text a, .page-node-27500 .info_text a, .img_txt_box .info_text a {
  color: #57068C;
}
#block-block-14 .info_img, .node-14090 .info_img,
.node-14091 .info_img,
.node-20109 .info_img, .page-node-27495 .info_img, .page-node-27500 .info_img, .img_txt_box .info_img {
  margin-top: 20px;
}
#block-block-14 .info_img img, .node-14090 .info_img img,
.node-14091 .info_img img,
.node-20109 .info_img img, .page-node-27495 .info_img img, .page-node-27500 .info_img img, .img_txt_box .info_img img {
  width: 100%;
  margin-top: 0;
}

/* Just extend the info box of #block-block-14 for node-14090 and node-14091 */
.node-14090,
.node-14091,
.node-20109, .page-node-27495, .page-node-27500 {
  overflow: inherit;
}
.node-14090 .info_box,
.node-14091 .info_box,
.node-20109 .info_box, .page-node-27495 .info_box, .page-node-27500 .info_box {
  width: 100%;
  margin-right: 3.9%;
}
.node-14090 .info_text,
.node-14091 .info_text,
.node-20109 .info_text, .page-node-27495 .info_text, .page-node-27500 .info_text {
  background-color: #57068C;
  bottom: 0;
  width: 100%;
  height: auto;
}
.node-14090 .info_text a,
.node-14091 .info_text a,
.node-20109 .info_text a, .page-node-27495 .info_text a, .page-node-27500 .info_text a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
.node-14090 .info_img,
.node-14091 .info_img,
.node-20109 .info_img, .page-node-27495 .info_img, .page-node-27500 .info_img {
  margin-top: 0 !important;
}

/************* img_txt_box: Image with overlay text: FDR pages ********/
.img_txt_box {
  overflow: inherit;
  width: 100%;
  margin-right: 3.9%;
  position: relative;
}
.img_txt_box .img_txt_box_text {
  background-color: #57068C;
  bottom: 0;
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  padding: 5px 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}
.img_txt_box .img_txt_box_text a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
.img_txt_box .img_txt_box_img {
  margin-top: 0 !important;
}
.img_txt_box .img_txt_box_img img {
  width: 100% !important;
}

/************* img_txt_box: Image with overlay text: FDR pages ********/
/***** Student life page ****/
.view-id-gallery_for_admission.view-display-id-block_5 .view-header,
.view-id-gallery_for_admission.view-display-id-block_6 .view-header,
.view-id-gallery_for_admission.view-display-id-block_16 .view-header,
.view-id-gallery_for_admission.view-display-id-block_17 .view-header {
  padding-top: 40px;
}
.view-id-gallery_for_admission.view-display-id-block_5 .node__title,
.view-id-gallery_for_admission.view-display-id-block_6 .node__title,
.view-id-gallery_for_admission.view-display-id-block_16 .node__title,
.view-id-gallery_for_admission.view-display-id-block_17 .node__title {
  padding-bottom: 40px;
  margin-top: -100px;
  padding-top: 2%;
}

/***** Student life page ****/
/***** Media Query ****/
@media all and (max-width: 1199px) {
  #block-block-9 .discover-list
  > ul > li:nth-child(3), #block-block-61 .discover-list
  > ul > li:nth-child(3), #block-nyu-sh-block-admission-story .discover-list
  > ul > li:nth-child(3),
  #block-nyu-sh-block-global-network-story .discover-list
  > ul > li:nth-child(3),
  #block-nyu-sh-block-living-in-shanghai-story .discover-list
  > ul > li:nth-child(3) {
    clear: none;
    float: left;
  }

  #block-block-9 .discover-list li .discover-item .item-image-cover img, #block-block-10 .discover-list li .discover-item .item-image-cover img, #block-block-61 .discover-list li .discover-item .item-image-cover img, #block-nyu-sh-block-admission-story .discover-list li .discover-item .item-image-cover img,
  #block-nyu-sh-block-global-network-story .discover-list li .discover-item .item-image-cover img,
  #block-nyu-sh-block-living-in-shanghai-story .discover-list li .discover-item .item-image-cover img {
    height: 318px;
  }
  #block-block-9 .discover-list li .discover-item .item-content p, #block-block-10 .discover-list li .discover-item .item-content p, #block-block-61 .discover-list li .discover-item .item-content p, #block-nyu-sh-block-admission-story .discover-list li .discover-item .item-content p,
  #block-nyu-sh-block-global-network-story .discover-list li .discover-item .item-content p,
  #block-nyu-sh-block-living-in-shanghai-story .discover-list li .discover-item .item-content p {
    display: block;
  }
  #block-block-9 .discover-list .discover-spotlight .item-image .item-image-cover, #block-block-10 .discover-list .discover-spotlight .item-image .item-image-cover, #block-block-61 .discover-list .discover-spotlight .item-image .item-image-cover, #block-nyu-sh-block-admission-story .discover-list .discover-spotlight .item-image .item-image-cover,
  #block-nyu-sh-block-global-network-story .discover-list .discover-spotlight .item-image .item-image-cover,
  #block-nyu-sh-block-living-in-shanghai-story .discover-list .discover-spotlight .item-image .item-image-cover {
    min-height: 100%;
  }

  #block-block-8 .fact_figure ul li {
    width: 48%;
    margin-bottom: 2%;
  }
  #block-block-8 .fact_figure ul li:nth-child(2n+2) {
    margin-right: 0;
  }

  #block-block-14 .info_box .info_text, .node-14090 .info_box .info_text,
  .node-14091 .info_box .info_text,
  .node-20109 .info_box .info_text, .page-node-27495 .info_box .info_text, .page-node-27500 .info_box .info_text, .img_txt_box .info_box .info_text {
    height: auto;
  }

  #block-block-31 .discover-list .discover-item .item-content {
    top: auto;
  }

  #block-block-30 .living-list .living-item {
    max-height: 300px;
    margin-bottom: 4%;
  }
  #block-block-30 .clear {
    height: 0;
  }

  #block-block-16 .global_network .global-item {
    width: 46%;
    margin-right: 0;
  }
  #block-block-16 .global_network .global-item:nth-child(2n+2) {
    margin-left: 37px;
  }

  .node-14090 .discover-item,
  .node-14091 .discover-item {
    width: 100% !important;
    max-height: 320px !important;
  }

  .page-node-502 .container_box,
  .page-node-2371 .container_box {
    position: relative;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-undergraduate-admissions .global-page-banner {
    height: auto;
  }
  .page-undergraduate-admissions .global-page-banner video {
    object-fit: fill;
    width: 100%;
    top: 0;
    height: auto;
    transform: none;
    width: 100%;
    left: 0;
    object-fit: fill;
    height: auto;
    position: relative;
    min-height: auto;
    margin-top: 125px;
  }

  .page-node-502 .container_box {
    width: 33.3333% !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  /****Academics page***/
  .discover-list.academics-list .discover-item {
    width: 100%;
    max-height: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .node-10928 .discover-list .discover-item,
  #block-block-40 .discover-list .discover-item {
    width: 100%;
    max-height: 100% !important;
  }

  /****Academics page***/
  /****Student life CDC page***/
  .student-life-boxes .small-box {
    min-height: 100%;
  }

  /****Student life CDC page***/
  .page-node-502 .video_text .inner {
    font-size: 42px;
  }
}
/****Student life CDC page***/
.small-box.viewjob {
  padding: 10px;
}

.ocr-block img, .ocr-block label, .cdcApplyBox img, .cdcApplyBox label, .schoolName img, .schoolName label, .uniStatus img, .uniStatus label,
.englishTest img,
.englishTest label {
  display: inline-block;
}
.ocr-block label, .cdcApplyBox label, .schoolName label, .uniStatus label,
.englishTest label {
  padding-left: 0px !important;
}
.ocr-block img, .cdcApplyBox img, .schoolName img, .uniStatus img,
.englishTest img {
  margin-right: 15px;
}

.cdcApplyBox p {
  max-width: 100% !important;
}
.cdcApplyBox .small-box {
  padding-right: 20px;
}

.small-box.cdcJob {
  padding-top: 0px;
}

.page-living-in-shanghai .block__title, .section-academics-globalawards .block__title {
  margin: 0 0 20px 0;
}

/****Student life CDC page***/
@media only screen and (max-width: 812px) {
  #block-block-20 .living-list .living-item {
    max-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .page-node-502 .container_box,
  .page-node-2371 .container_box {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .i18n-en.not-front.page-node-502 #navigation,
  .i18n-zh-hans.not-front.page-node-2371 #navigation {
    display: none !important;
  }
  .i18n-en.not-front.page-node-502 #content,
  .i18n-zh-hans.not-front.page-node-2371 #content {
    width: 100% !important;
    margin: 0 !important;
  }

  .page-node-502 .content-inside, .page-node-2371 .content-inside {
    margin: 0px 0 50px 0px !important;
  }
  .page-node-502 .section-bd, .page-node-2371 .section-bd {
    margin-top: 20px;
  }
  .page-node-502 .section-bd .inner, .page-node-2371 .section-bd .inner {
    padding: 0 15px;
  }
  .page-node-502 .dropdown.admission-page,
  .page-node-502 .admission-page-text, .page-node-2371 .dropdown.admission-page,
  .page-node-2371 .admission-page-text {
    display: none;
  }

  #live-shanghai .panels-flexible-row {
    margin-bottom: 2%;
  }

  #block-block-33 p, #block-block-33 ul {
    width: 75%;
  }
  #block-block-33 li {
    padding-bottom: 1em;
  }
  #block-block-33 ul.contextual-links {
    width: 100%;
  }
  #block-block-33 ul.contextual-links li {
    padding: 0;
  }

  #block-block-32 .fact_figure ul li {
    width: 32%;
    margin-right: 19px;
  }
  #block-block-32 .fact_figure ul > li:nth-child(3n+3) {
    margin-right: 0;
  }

  .showOnMobile {
    display: none;
  }

  table.jb-cap-frame {
    max-width: 100% !important;
  }
  table.jb-cap-frame .jb-caption {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-undergraduate-admissions .global-page-banner video {
    margin-top: 75px;
  }

  .showOnMobile {
    display: block;
    margin-top: 4%;
  }
  .showOnMobile img {
    width: 100%;
  }

  .hideOnMobile {
    display: none;
  }

  .clear {
    height: 0;
  }

  .page-node-502 .container_box,
  .page-node-2371 .container_box {
    position: relative;
    width: 50% !important;
    margin-bottom: 26px;
  }
  .page-node-502 .verticalslider,
  .page-node-2371 .verticalslider {
    display: none;
  }
  .page-node-502 .section-bd,
  .page-node-2371 .section-bd {
    margin: 30px 0 90px;
  }
  .page-node-502 .section-bd .inner,
  .page-node-2371 .section-bd .inner {
    padding: 0;
  }
  .page-node-502 .video_text,
  .page-node-2371 .video_text {
    display: none;
  }
  .page-node-502 .admission-page-text,
  .page-node-2371 .admission-page-text {
    display: block;
    font-size: 22 px;
    padding: 18px 0;
    text-align: center;
    font-weight: 700;
    color: #57068C;
  }
  .page-node-502 .section-boxes,
  .page-node-2371 .section-boxes {
    margin-top: 30px;
  }
  .page-node-502 .navItem,
  .page-node-2371 .navItem {
    background: url(https://cdn.shanghai.nyu.edu/themes/custom/shanghai/images/arrow-white-down.png) no-repeat 92%;
    display: block;
    height: 40px;
    padding: 10px 5px 5px 25px;
    background-color: #5d1889;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  .page-node-502 .dropdown-content,
  .page-node-2371 .dropdown-content {
    display: none;
    background: #EFF0F1;
    padding: 18px;
  }

  #block-block-7 .discover-item,
  #block-block-41 .discover-item,
  #block-block-12 .discover-item {
    width: 100% !important;
    max-height: 320px !important;
  }

  .node-14090 .discover-list,
  .node-14091 .discover-list,
  #block-block-41 .discover-list {
    width: 100%;
  }
  .node-14090 .discover-list .discover-item .item-content,
  .node-14091 .discover-list .discover-item .item-content,
  #block-block-41 .discover-list .discover-item .item-content {
    bottom: -20px;
  }

  #block-block-9 .discover-list li, #block-block-10 .discover-list li, #block-block-61 .discover-list li {
    margin: 0 !important;
    width: 100%;
  }
  #block-block-9 .discover-list li .discover-item .item-image-cover img, #block-block-10 .discover-list li .discover-item .item-image-cover img, #block-block-61 .discover-list li .discover-item .item-image-cover img {
    height: 318px;
  }
  #block-block-9 .discover-list li .discover-item .item-content p, #block-block-10 .discover-list li .discover-item .item-content p, #block-block-61 .discover-list li .discover-item .item-content p {
    display: block;
  }

  #block-block-9 .discover-list ul li, #block-block-61 .discover-list ul li {
    margin-bottom: 8% !important;
  }
  #block-block-9 .discover-list ul > li:last-child, #block-block-61 .discover-list ul > li:last-child {
    margin-bottom: 10% !important;
  }

  #block-block-8 .fact_figure ul li,
  #block-block-32 .fact_figure ul li {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
  }

  #block-nyu-sh-block-admission-story .discover-list li,
  #block-nyu-sh-block-global-network-story .discover-list li,
  #block-nyu-sh-block-living-in-shanghai-story .discover-list li {
    margin-bottom: 10%;
    width: 100% !important;
    margin-left: 0 !important;
  }
  #block-nyu-sh-block-admission-story .discover-list li .discover-item .item-image-cover img,
  #block-nyu-sh-block-global-network-story .discover-list li .discover-item .item-image-cover img,
  #block-nyu-sh-block-living-in-shanghai-story .discover-list li .discover-item .item-image-cover img {
    height: 318px;
  }
  #block-nyu-sh-block-admission-story .discover-list li .discover-item .item-content p,
  #block-nyu-sh-block-global-network-story .discover-list li .discover-item .item-content p,
  #block-nyu-sh-block-living-in-shanghai-story .discover-list li .discover-item .item-content p {
    display: block;
    height: 95%;
  }
  #block-nyu-sh-block-admission-story .discover-list > li:nth-child(3),
  #block-nyu-sh-block-global-network-story .discover-list > li:nth-child(3),
  #block-nyu-sh-block-living-in-shanghai-story .discover-list > li:nth-child(3) {
    margin-bottom: 5%;
  }

  #block-nyu-sh-block-living-in-shanghai-story .discover-list li .discover-item .item-content p {
    display: block;
    height: auto !important;
  }

  #block-block-11 .section-bd .tour_text {
    width: 100%;
  }

  #block-block-13 .big_box,
  #block-block-17 .big_box {
    width: 100%;
    margin-bottom: 8%;
    min-height: auto;
  }
  #block-block-13 .big_box ul,
  #block-block-17 .big_box ul {
    margin: 30px 15px 15px 15px;
  }

  .i18n-zh-hans.page-undergraduate-admissions #block-nyu-sh-block-admission-story .discover-list .discover-item .item-content p {
    height: 145px;
  }

  #block-block-11 .section-bd {
    margin: 30px 0 90px;
  }
  #block-block-11 .section-bd .inner {
    padding: 0;
  }

  /****** Undergraduate admission page *****/
  .page-undergraduate-admissions #block-block-6 p {
    width: 100%;
  }

  /****** Undergraduate admission page *****/
  /****** NYU Global Network *****/
  #block-block-16 .global_network .global-item {
    width: 100%;
    max-height: 100%;
    margin-left: 0 !important;
  }

  /****** NYU Global Network *****/
  /****** Living in Shanghai *****/
  #block-block-19 .discover-list .discover-item .item-content p,
  #block-block-20 .discover-list .discover-item .item-content p,
  #block-block-22 .discover-list .discover-item .item-content p {
    display: block;
  }

  #block-nyu-sh-block-living-in-shanghai-story .discover-list > ul > li:nth-child(3) {
    width: 100%;
  }

  #block-block-30 .living-list .living-item {
    width: 100%;
    max-height: 504px;
    margin-bottom: 4%;
  }

  #block-block-20 .living-list .living-item,
  #block-block-21 .living-list .living-item {
    width: 100%;
    margin-bottom: 4%;
  }

  #block-block-22 .discover-list .discover-item .item-content p,
  #block-block-31 .discover-list .discover-item .item-content p {
    display: block;
  }

  /****** Living in Shanghai *****/
  /****** Undergraduate Admission *****/
  .page-undergraduate-admissions .global-page-banner,
  .page-node-502 .global-page-banner,
  .page-node-2371 .global-page-banner {
    height: auto;
  }

  /****** Undergraduate Admission *****/
  .page-node-502 video,
  .page-node-2371 video {
    transform: inherit;
  }

  /****** Admission Graduate page *****/
  .graduate_boxes .graduate_big_box {
    width: 100%;
    max-height: 100%;
    height: auto !important;
  }
  .graduate_boxes .graduate_big_box ul {
    height: 100% !important;
    max-height: 100%;
  }

  /****** Admission Graduate page *****/
  .sport-list .sport-item {
    margin-right: 0;
    width: 100%;
  }

  .page-node-536 .sport-list .sport-item, .page-node-19734 .sport-list .sport-item {
    width: 100%;
  }

  #block-block-14 .info_box, .node-14090 .info_box,
  .node-14091 .info_box,
  .node-20109 .info_box, .page-node-27495 .info_box, .page-node-27500 .info_box, .img_txt_box .info_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .ocr-block img, .cdcApplyBox img, .schoolName img, .uniStatus img, .englishTest img {
    margin-right: 0px;
  }

  .small-box.viewjob img {
    display: block;
    margin: 0 auto;
  }

  #block-block-9 .discover-list .discover-item, #block-nyu-sh-block-admission-story .discover-list .discover-item {
    max-height: 100%;
  }
  #block-block-9 .discover-list li, #block-nyu-sh-block-admission-story .discover-list li {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 480px) {
  #block-nyu-sh-block-admission-story .discover-list ul > li:nth-child(3),
  #block-nyu-sh-block-global-network-story .discover-list ul > li:nth-child(3),
  .pane-nyu-sh-block-living-in-shanghai-story .discover-list ul > li:nth-child(3),
  #block-nyu-sh-block-living-in-shanghai-story .discover-list ul > li:nth-child(3) {
    margin-bottom: 5%;
  }

  #block-block-9 .discover-list ul li {
    margin-bottom: 20% !important;
  }

  #block-block-19 h3 {
    font-size: 16px;
  }

  #block-block-30 .living-list .living-item {
    max-height: 330px;
    margin-bottom: 4%;
  }

  #block-block-31 .discover-list .discover-item .item-content p {
    display: none;
  }
}
@media all and (max-width: 420px) {
  /* to make the admissions landing page single column on mobile */
  .page-node-502 .container_box,
  .page-node-2371 .container_box {
    width: 100% !important;
  }
}
@media (min-width: 120em) {
  .page-node-502 .global-page-banner, .page-node-502 video, .page-node-2371 .global-page-banner, .page-node-2371 video {
    height: 720px;
  }
}
@media (min-width: 991px) {
  .getReadyBox .small-box {
    min-height: 145px;
  }
}
#block-block-41 .discover-list.graduate-destinations-threecol .discover-item {
  float: left;
  width: 30.6%;
  margin-right: 4%;
}
#block-block-41 .discover-list.graduate-destinations-threecol .discover-item:last-child {
  margin-right: 0;
}

.page-living-in-shanghai.i18n-zh-hans #block-block-20 .living-list .living-item .item-content {
  top: -60px;
}
.page-living-in-shanghai.i18n-zh-hans #block-block-20 .living-list .living-item .item-content p {
  width: 100%;
}
.page-living-in-shanghai.i18n-zh-hans #block-nyu-sh-block-living-in-shanghai-story .discover-list .discover-item .item-content .read-more {
  display: none;
}

#block-block-33 p, #block-block-33 ul {
  color: #656565;
}
#block-block-33 p strong, #block-block-33 p b, #block-block-33 ul strong, #block-block-33 ul b {
  color: #212529;
}

.popup-video-thumb a {
  display: block;
}
.popup-video-thumb a.text-link {
  padding: 15px 0;
}

@media (min-width: 991px) {
  #block-block-13,
  #block-block-17 {
    display: flex;
  }
  #block-block-13 .big_box,
  #block-block-17 .big_box {
    min-height: auto;
  }
}
@media all and (max-width: 1199px) {
  .page-living-in-shanghai.i18n-zh-hans #block-block-20 .living-list .living-item .item-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .page-living-in-shanghai.i18n-zh-hans #block-block-20 .living-list .living-item .item-content {
    top: -60px;
  }
  .page-living-in-shanghai.i18n-zh-hans #block-block-20 .living-list .living-item .item-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #block-block-41 .discover-list.graduate-destinations-threecol .discover-item {
    width: 100% !important;
    max-height: 100% !important;
  }
  #block-block-41 .discover-list.graduate-destinations-threecol #block-block-41 .discover-list {
    width: 100%;
  }

  .page-living-in-shanghai.i18n-zh-hans #block-block-20 .living-list .living-item .item-content {
    top: -60px;
  }
  .page-living-in-shanghai.i18n-zh-hans #block-block-20 .living-list .living-item .item-content p {
    width: 100%;
  }

  .view-id-gallery_for_admission.view-display-id-block_5 .node__title,
  .view-id-gallery_for_admission.view-display-id-block_6 .node__title {
    margin-top: -85px;
  }

  .view-id-gallery_for_admission.view-display-id-block_16 .node__title,
  .view-id-gallery_for_admission.view-display-id-block_17 .node__title {
    margin-top: -70px;
  }
}
/* PHD pages */
.phd-list .phd-item {
  float: left;
  width: 48%;
  max-height: 270px;
  margin-right: 4%;
  margin-bottom: 35px;
}
.phd-list > div:nth-child(2n+2) {
  margin-right: 0;
}
.phd-list .item-content {
  background: #fff;
  padding: 20px 20px 20px 0;
  position: relative;
  top: -60px;
  left: 0px;
  width: 90%;
}
.phd-list img {
  margin-top: 0;
  width: 100%;
}

.phd-ul li {
  margin-bottom: 10px;
}

/**** PHD SUBPAGES *****/
.heightzero {
  height: 0;
  clear: both;
}

.phd-page.discover-list ul {
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .phd-page.discover-list ul {
    grid-template-columns: 100%;
  }
}
.phd-page.discover-list ul li {
  width: 100% !important;
  margin-left: 0 !important;
}
.phd-page.discover-list ul li .item-content {
  width: 90% !important;
  padding: 15px 10px 20px 0;
}
.phd-page.discover-list ul > li:nth-child(3n+1) {
  margin-left: 0 !important;
}
.phd-page.discover-list img {
  min-height: auto;
  width: 100%;
}
.phd-page.discover-list .discover-item .item-content p {
  max-width: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
}

.phd_boxes {
  width: 100%;
  float: left;
}
.phd_boxes .phd_four_box {
  width: 23.8%;
  float: left;
  padding: 20px;
  background-color: #57068C;
  margin: 0 13px 15px 0;
  color: #FFFFFF;
  height: 640px;
}
.phd_boxes .phd_four_box .title {
  font-weight: 700;
  text-align: center;
  height: 72px;
  font-size: 18px;
}
.phd_boxes .phd_four_box .vertical-line {
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
  margin: 18px 0 12px 20px;
  font-size: 0;
}
.phd_boxes .phd_four_box p {
  color: #FFFFFF !important;
  text-align: center;
  max-width: 100%;
  padding: 0 !important;
}
.phd_boxes > div:nth-child(4) {
  margin-right: 0;
}

.scroll-text {
  border: 1px solid #57068C;
  width: 80%;
  height: 140px;
  overflow: hidden;
  padding: 10px;
}

.scroll-text ul {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin: 0;
  list-style: none;
  max-width: 100% !important;
  padding: 0 !important;
}

.scroll-text ul li {
  height: 120px;
}

/**** PHD SUBPAGES *****/
#graduate-deadline {
  width: 100% !important;
}
#graduate-deadline tr:first-child,
#graduate-deadline tr.special_tr {
  text-align: initial;
  color: #FFFFFF;
  background-color: #793DA1 !important;
  font-size: 18px;
}
#graduate-deadline tr:first-child td,
#graduate-deadline tr.special_tr td {
  border: 1px solid #787084;
}
#graduate-deadline tr:first-child td p,
#graduate-deadline tr.special_tr td p {
  color: #FFFFFF;
  font-size: 18px;
}
#graduate-deadline tr:nth-child(even) {
  background-color: #eee6f3;
}
#graduate-deadline tr:nth-child(odd) {
  background-color: #f2f2f2;
}
#graduate-deadline tr {
  height: 56px;
}
#graduate-deadline tr td {
  padding: 15px;
}
#graduate-deadline .special_bullets {
  list-style-image: url("../images/special_bullets.jpg");
}

.researchTable td:nth-child(2n) {
  background-color: #f2f2f2;
}

/**** Graduate Event pages CSS ****/
.view-id-upcoming_events .view-content .views-row {
  float: left;
  margin-bottom: 30px;
}
.view-id-upcoming_events .view-content .views-row .item-image {
  float: left;
  width: 183px;
  margin-right: 20px;
}
.view-id-upcoming_events .view-content .views-row .item-image img {
  width: 100%;
  height: auto;
}
.view-id-upcoming_events .view-content .views-row .item-content {
  float: left;
  width: 57%;
}
.view-id-upcoming_events .view-content .views-row .item-content h4 {
  margin: 10px 0 5px;
}
.view-id-upcoming_events .view-content .views-row .item-content h6 {
  color: #999;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.view-id-upcoming_events .view-content .views-row .item-content a {
  color: #57068C;
  font-weight: 600;
}
.view-id-upcoming_events .view-content .views-row .item-content .tags {
  color: #FFFFFF;
  background: #57068C;
  font-size: 13px;
  font-weight: 500;
  display: initial;
  padding: 4px 5px;
  border-radius: 4px;
}
.view-id-upcoming_events .view-content .views-row .item-content .fa {
  margin-right: 5px;
}
.view-id-upcoming_events .view-content > .views-row:nth-child(2n+2) {
  margin-right: 0px;
}

.page-graduate .views-widget-filter-field_graduate_news_tags_tid_1 {
  width: 265px;
}

/* PHD Recent Publication Collapse Box */
.phd-recent-pub-collapse-box {
  position: relative;
  margin: 20px 0 0 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #5D1889;
  position: relative;
}
.phd-recent-pub-collapse-box:first-child {
  margin-top: 0;
}
.phd-recent-pub-collapse-box.mt-0 {
  margin-top: 0 !important;
}
.phd-recent-pub-collapse-box .collapse-title {
  line-height: 1.2;
  color: #57068C;
  cursor: pointer;
  margin-top: 0;
  font-size: 1em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 15px;
  position: relative;
  background: #e8e1ea;
  background-image: none;
  border-bottom: 1px solid rgba(93, 24, 137, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.phd-recent-pub-collapse-box .collapse-title::after {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  content: '';
  background-image: url("../images/faqarrow.svg");
  background-repeat: no-repeat;
  background-position: center top 50%;
}
.phd-recent-pub-collapse-box .collapse-title.active {
  background: #57068C;
  color: #fff;
}
.phd-recent-pub-collapse-box .collapse-title.active::after {
  background-image: url("../images/faqarrow.svg");
  background-repeat: no-repeat;
  background-position: center top 50%;
  transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.phd-recent-pub-collapse-box .collapse-title:hover {
  background: #57068C;
  color: #fff;
}
.phd-recent-pub-collapse-box .collapse-title:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.phd-recent-pub-collapse-box .collapse-content {
  display: none;
  position: relative;
  background: #fff;
  padding: 0 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.phd-recent-pub-collapse-box .collapse-content > ul {
  max-width: 95% !important;
}
.phd-recent-pub-collapse-box .collapse-content > ul li {
  line-height: 1.375 !important;
  margin-bottom: 18px;
  width: 100%;
}
.phd-recent-pub-collapse-box .collapse-content p {
  margin-bottom: 0;
  max-width: 100%;
  margin-top: 0 !important;
  padding: 0 0 15px 0;
}
.phd-recent-pub-collapse-box .collapse-content p:first-child {
  padding-top: 25px;
}
.phd-recent-pub-collapse-box .collapse-content p:last-child {
  padding-bottom: 25px;
}
.phd-recent-pub-collapse-box .collapse-content h1, .phd-recent-pub-collapse-box .collapse-content h2, .phd-recent-pub-collapse-box .collapse-content h3, .phd-recent-pub-collapse-box .collapse-content h4, .phd-recent-pub-collapse-box .collapse-content h5, .phd-recent-pub-collapse-box .collapse-content h6 {
  margin-top: 0;
  padding-top: 15px;
}
.phd-recent-pub-collapse-box .collapse-content .field-items .field-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.phd-recent-pub-collapse-box .collapse-content table {
  max-width: 100% !important;
}

/**** Graduate Event pages CSS ****/
@media only screen and (max-width: 1310px) {
  .phd_boxes .phd_four_box {
    height: 660px;
  }
}
@media only screen and (max-width: 1300px) {
  .phd_boxes .phd_four_box {
    width: 48%;
    height: 420px;
  }
  .phd_boxes .phd_four_box .title {
    height: 100px;
  }
  .phd_boxes > div:nth-child(2n+2) {
    margin-right: 0px;
  }
}
/**** @media CSS ****/
@media only screen and (max-width: 1199px) {
  .phd-page.discover-list .discover-item {
    max-height: 100%;
  }

  .view-id-upcoming_events .view-content .item-image {
    width: 100% !important;
  }
  .view-id-upcoming_events .view-content .item-image img {
    width: 100% !important;
  }
  .view-id-upcoming_events .view-content .item-content {
    width: 100% !important;
    padding-top: 20px;
  }

  .phd-page.discover-list .discover-item .item-content {
    top: auto;
  }
  .phd-page.discover-list .discover-item .item-content h4 {
    max-width: 100%;
  }
  .phd-page.discover-list > ul > li:nth-child(3) {
    clear: none;
    float: left;
  }

  .phd_boxes .phd_four_box {
    width: 47.5%;
    height: 460px;
  }
  .phd_boxes .phd_four_box .title {
    height: 100px;
  }
  .phd_boxes > div:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media all and (max-width: 1024px) {
  .phd-list .phd-item {
    max-height: 200px;
  }

  .phd-page.discover-list .discover-item {
    max-height: 100%;
  }
  .phd-page.discover-list li:nth-child(3) {
    clear: initial;
    float: left;
  }

  .phd_boxes .phd_four_box {
    height: 560px;
  }
}
@media all and (max-width: 812px) {
  .phd-list .phd-item {
    max-height: 150px;
  }

  .phd_boxes .phd_four_box {
    width: 100%;
    height: auto;
  }
  .phd_boxes .phd_four_box .title {
    height: 72px;
  }
}
@media all and (max-width: 785px) {
  .phd-list .phd-item {
    width: 100%;
    margin: 0;
    max-height: 390px;
  }
  .phd-list .phd-item .item-image img {
    width: 100% !important;
  }

  .phd-page.discover-list ul li {
    width: 100% !important;
    margin-left: 0px !important;
    float: left;
  }
  .phd-page.discover-list .discover-item .item-content {
    top: auto;
  }
  .phd-page.discover-list .discover-item .item-content p {
    display: block;
  }

  .phd_boxes .phd_four_box {
    width: 100%;
    margin: 0 0 30px 0;
    height: auto;
  }

  .scroll-text {
    width: 100%;
    height: 270px;
  }
  .scroll-text ul {
    height: 520px;
  }
  .scroll-text ul li {
    height: 250px;
  }

  /**** Graduate Event pages CSS ****/
  .view-id-upcoming_events .view-content .views-row {
    width: 100%;
    margin-right: 0;
  }
  .view-id-upcoming_events .view-content .views-row .item-image {
    width: 100%;
    margin-right: 0;
  }
  .view-id-upcoming_events .view-content .views-row .item-image img {
    width: 100%;
    height: auto;
  }
  .view-id-upcoming_events .view-content .views-row .item-content {
    width: 100%;
    margin-top: 15px;
  }
  .view-id-upcoming_events .views-widget-filter-field_graduate_news_tags_tid_1 {
    width: 100%;
  }

  /**** Graduate Event pages CSS ****/
}
@media all and (max-width: 667px) {
  #graduate-deadline {
    font-size: 14px;
  }
  #graduate-deadline tr:first-child {
    font-size: 14px;
  }
}
@media all and (max-width: 480px) {
  .phd-list .phd-item {
    max-height: 280px;
  }
}
@media (min-width: 786px) {
  .i18n-en.not-front.page-node-26247 #navigation,
  .i18n-en.not-front.page-node-26150 #navigation {
    display: none !important;
  }
  .i18n-en.not-front.page-node-26247 #content,
  .i18n-en.not-front.page-node-26150 #content {
    width: 100%;
    margin: 0;
  }
  .i18n-en.not-front.page-node-26247 #content .content-inside,
  .i18n-en.not-front.page-node-26150 #content .content-inside {
    margin-left: 0;
  }
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-infobox {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-infobox li {
  background-color: #8954ae;
  border-top: #c2a9d1 solid 10px;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  text-align: center;
  margin: 0;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-infobox li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 45px 15px;
  font-size: 18px;
  font-weight: 400;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-campus-info li {
  margin: 0 auto 30px auto;
  max-width: 100%;
  display: block;
  background-color: #58068c;
  border-top: #8954ae solid 16px;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-campus-info li a {
  display: block;
  padding: 50px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-campus-info li img {
  display: block;
  margin: 0 auto 30px auto;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block {
  background: #e8e1e9;
  margin-bottom: 35px;
  padding: 15px;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block h3 {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
  font-size: 22px;
  color: #58068c;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-content: flex-start !important;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block ul li {
  padding: 0 2%;
  text-align: center;
  line-height: 1.25;
  max-width: 16.666%;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block ul li img {
  margin: 0 auto 15px auto;
  max-width: 100%;
  display: block;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading {
  background: #4120a0;
  background: -webkit-linear-gradient(left, #4120a0 1%, #b22045 100%);
  background: -o-linear-gradient(left, #4120a0 1%, #b22045 100%);
  background: -moz-linear-gradient(left, #4120a0 1%, #b22045 100%);
  background: linear-gradient(to right, #4120a0 1%, #b22045 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 52px;
  line-height: 60px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
  display: table;
  margin: 0 auto;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading::before {
  content: '';
  width: 1px;
  height: 60px;
  margin: 10px auto 20px;
  background: #ccc;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading.noline {
  padding-top: 30px !important;
}
body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading.noline::before {
  display: none;
}
body.not-front.section-returntocampus2020 .content-inside article p, body.not-front.section-returntocampus2020 .content-inside article ul {
  max-width: 100%;
}
body.not-front.section-returntocampus2020 .content-inside #page-title {
  display: none !important;
}

body.not-front.page-node-26247 .content-inside .field-name-body, body.not-front.page-node-26150 .content-inside .field-name-body {
  padding-top: 30px;
}

.section-returntocampus2020 .global-page-banner {
  display: flex;
  align-items: center;
}
.section-returntocampus2020 .global-page-banner .banner__text {
  width: 100%;
  color: #fff;
  font-size: 80px;
  padding-top: 80px;
  line-height: 1;
  text-align: center;
}

.page-node-26312 #page-title {
  display: none !important;
}

body.page-node-26312 .global-page-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57068c;
  text-align: center;
  padding-top: 125px;
  height: 775px;
  position: relative;
}
body.page-node-26312 .global-page-banner .inner {
  width: 100%;
}
body.page-node-26312 .global-page-banner .inner #player {
  margin: 0 auto;
}
body.page-node-26312 .global-page-banner .inner h1 {
  font-size: 62px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
body.page-node-26312 .global-page-banner .inner h1:first-child {
  font-weight: 400;
  font-size: 90px;
}
body.page-node-26312 .global-page-banner .inner .banner-texture-text {
  color: #ddb252;
  background-image: url("../images/livestream/text-img.jpg");
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ddb252;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 {
  font-size: 72px;
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #ddb252;
}
body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 span {
  display: block;
  font-size: 26px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 30px;
  color: #ddb252;
}
body.page-node-26312 .global-page-banner .inner .banner-texture-text h3 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
  background: none;
  color: #57068c;
  -webkit-text-fill-color: #57068c;
}
body.page-node-26312 .global-page-banner .inner .live-playertext {
  padding: 10px 0 5px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
body.page-node-26312 .global-page-banner .inner .live-playertext a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
body.page-node-26312 .global-page-banner .inner .live-playertext a:hover, body.page-node-26312 .global-page-banner .inner .live-playertext a:focus {
  color: #fff;
}

.not-front #page.livestream-page {
  padding: 0;
  max-width: 100%;
}
.not-front #page.livestream-page .content-inside .field {
  margin: 0 !important;
}

.livestream-programlist {
  background: #eeeeee;
  text-align: center;
}
.livestream-programlist .inner {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #eeeeee url("../images/livestream/livesteam2021-cotentbg.jpg") center top no-repeat;
}
.livestream-programlist .inner h3 {
  font-weight: 400;
  color: #58068c;
  font-size: 30px;
  padding: 30px 0 5px 0;
  margin: 0;
  line-height: 1.25;
}
.livestream-programlist .inner em {
  display: block;
  font-size: 20px;
  color: #58068c;
}
.livestream-programlist .inner p {
  max-width: 100%;
  margin: 0 0 20px 0;
}
.livestream-programlist .inner p br {
  display: none;
}
.livestream-programlist .inner .texture-text-block {
  color: #ddb252;
  background-image: url("../images/livestream/content-textbg.jpg");
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ddb252;
  padding-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.livestream-programlist .inner .texture-text-block h2 {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 72px;
  line-height: 1.15;
  color: #ddb252;
}
.livestream-programlist .inner .texture-text-block h3 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1.25;
  font-weight: 600;
  color: #ddb252;
}
.livestream-programlist .inner .texture-text-block h5 {
  font-size: 30px;
  margin: 0;
  padding: 10px 0;
  font-weight: 400;
  color: #ddb252;
}

.not-front .content-inside .field-name-body .class-block {
  width: 100%;
  padding: 75px 0;
  display: flex;
  color: #000;
  font-size: 18px;
  line-height: 1.75;
}
.not-front .content-inside .field-name-body .class-block p {
  color: #000;
  font-size: 18px;
  line-height: 1.75;
}
.not-front .content-inside .field-name-body .class-block .class-block-text {
  width: 57%;
  margin-right: 3%;
}
.not-front .content-inside .field-name-body .class-block .class-block-img {
  width: 40%;
}

.talentshow-block {
  min-height: 510px;
  display: flex;
}

.speaker-block {
  padding: 0;
}
.speaker-block a {
  background: url("../images/livestream/talentshow-img.jpg") center top no-repeat;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  position: relative;
  border-left: #fff solid 1px;
}
.speaker-block a:hover::after {
  content: '';
  background-color: rgba(254, 254, 254, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.speaker-block a:hover span {
  font-weight: 600;
}
.speaker-block a span {
  width: 100%;
  background-color: rgba(254, 254, 254, 0.7);
  padding: 15px 25px;
  color: #58068c;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-image: url("../images/livestream/tringle-purpl.png");
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}

.talentshow-img {
  width: 100%;
}

.global-page-banner .inner {
  width: 920px;
  position: relative;
  z-index: 2;
}
.global-page-banner .inner .livestream-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.global-page-banner .inner .livestream-video iframe, .global-page-banner .inner .livestream-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.global-page-banner .inner .design-btn {
  background: #57068c !important;
  background-image: none;
  padding: 10px 30px;
  margin: 0 10px;
  display: inline;
}

@media (min-width: 1580px) {
  body.page-node-26312 .global-page-banner {
    height: 1120px;
  }
  body.page-node-26312 .global-page-banner .inner {
    width: 1240px;
  }
}
@media (min-width: 786px) {
  .not-front.page-node-26312 #content .content-inside {
    margin-bottom: 0px;
  }

  .i18n-en.not-front.page-node-26312 #navigation {
    display: none !important;
  }
  .i18n-en.not-front.page-node-26312 #content {
    width: 100%;
    margin: 0;
  }
  .i18n-en.not-front.page-node-26312 #content .content-inside {
    margin-left: 0;
  }

  .banner-video-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .banner-video-xs {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .speaker-block a {
    background-size: 100% 100%;
    font-size: 24px;
  }
  .speaker-block a span {
    background-size: 38px;
  }
  .speaker-block a:hover span {
    background-size: 38px;
  }

  body.page-node-26312 .global-page-banner .inner h1 {
    font-size: 46px;
    line-height: 1.25;
  }
  body.page-node-26312 .global-page-banner .inner h1:first-child {
    font-size: 64px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 {
    font-size: 52px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 span {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h3 {
    font-size: 20px;
  }

  .livestream-programlist .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .livestream-programlist .inner .texture-text-block h2 {
    padding: 0 0 15px 0;
    font-size: 52px;
  }
  .livestream-programlist .inner .texture-text-block h3 {
    font-size: 32px;
    line-height: 1.5;
  }
  .livestream-programlist .inner .texture-text-block h5 {
    line-height: 1.5;
  }
  .livestream-programlist .inner h3 {
    font-size: 26px;
    padding-top: 20px;
  }
  .livestream-programlist .inner em {
    font-size: 18px;
  }

  .not-front .content-inside .field-name-body .class-block {
    padding: 50px 0;
    font-size: 16px;
  }

  .talentshow-block {
    min-height: 380px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  body.page-node-26312 .global-page-banner {
    height: 660px;
  }
  body.page-node-26312 .global-page-banner .inner h1 {
    font-size: 30px;
  }
  body.page-node-26312 .global-page-banner .inner h1:first-child {
    font-size: 44px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 {
    font-size: 42px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h3 {
    font-size: 18px;
  }

  .speaker-block a {
    font-size: 1.15rem;
    min-height: 300px;
  }
  .speaker-block a span {
    background-size: 28px;
  }
  .speaker-block a:hover span {
    background-size: 28px;
  }

  .livestream-programlist .inner .texture-text-block h2 {
    font-size: 42px;
  }
  .livestream-programlist .inner .texture-text-block h3 {
    font-size: 28px;
  }
  .livestream-programlist .inner h3 {
    font-size: 24px;
  }

  body.not-front.page-node-26312 #content .content-inside {
    margin: 0;
  }

  .not-front .content-inside .field-name-body .class-block {
    display: block;
  }
  .not-front .content-inside .field-name-body .class-block .class-block-text {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .not-front .content-inside .field-name-body .class-block .class-block-img {
    width: 100%;
    text-align: center;
  }

  .talentshow-block {
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.page-node-26312 .global-page-banner {
    height: 560px;
    padding-top: 75px;
  }
  body.page-node-26312 .global-page-banner .inner #player {
    width: 100% !important;
  }
  body.page-node-26312 .global-page-banner .inner h1 {
    font-size: 22px;
  }
  body.page-node-26312 .global-page-banner .inner h1:first-child {
    font-size: 30px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 {
    font-size: 28px;
  }
  body.page-node-26312 .global-page-banner .inner .banner-texture-text h2 span {
    font-size: 16px;
    margin-top: -5px;
  }

  .banner-video-md {
    display: none !important;
  }

  .speaker-block a {
    border-left: 0;
    min-height: 180px;
  }

  .livestream-programlist .inner .texture-text-block h3 {
    font-size: 22px;
  }
  .livestream-programlist .inner .texture-text-block h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  body.page-node-26312 .global-page-banner {
    height: 420px;
    padding-top: 75px;
  }
  body.page-node-26312 .global-page-banner .inner #player {
    height: 260px !important;
  }
  body.page-node-26312 .global-page-banner .inner .design-btn {
    margin: 10px 0;
    display: block;
  }
}
@media (min-width: 786px) {
  .i18n-en.not-front.page-node-27461 #navigation {
    display: none !important;
  }
  .i18n-en.not-front.page-node-27461 #content {
    width: 100%;
    margin: 0;
  }
  .i18n-en.not-front.page-node-27461 #content .content-inside {
    margin-left: 0;
    padding: 0 10%;
  }
}
body.page-node-27461 .content-inside article p {
  max-width: 100%;
}
body.page-node-27461 .content-inside h1.page__title {
  text-align: center;
}
body.page-node-27461 .social-sec {
  text-align: center;
}
body.page-node-27461 .social-sec a {
  display: inline-block;
  margin: 5px;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1280px, prevent excessively long lines of text
 * by setting a max-width.
 */
#page {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0;
}

/* Containers for grid items and flow items. */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/**
 * Media all default
 */
@media all {
  #block-views-home-page-slideshow-block .views-field-title {
    background-color: #ffa200;
  }

  /* Content Page */
  .not-front #content .content-inside {
    margin: 32px;
  }

  .navigation-move {
    display: none;
  }

  .node-type-page .node-left-col {
    width: 66%;
    float: left;
    margin-right: 2%;
  }
  .node-type-page .node-right-col {
    width: 30%;
    float: right;
  }

  .clearfloats {
    clear: both;
  }

  #block-views-home-page-slideshow-block .views-field-title {
    bottom: 10%;
    position: absolute;
  }

  #block-views-home-page-slideshow-block .views-field-title a {
    font-size: 2em;
    line-height: 1.2em;
  }

  #block-nyu-sh-block-home-page-highlight .homepage-region-title {
    color: #5d1889;
    max-width: 500px;
    text-align: center;
    margin: 40px auto 0 auto;
    font-size: 28px;
  }
  #block-nyu-sh-block-home-page-highlight .homepage-region-title h2 {
    font-size: 28px;
  }

  #block-nyu-sh-block-home-page-highlight .most-important-information .item-element:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items .statics-item,
  .second-important-information-slideshow .quick-links-region .quick-link-item {
    width: 25%;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-arrow span {
    top: 250px;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-link-item {
    float: left;
    display: block;
    width: 29.33%;
    text-align: center;
    margin: 0 2%;
    background: url("../images/resources/humanitics.png") no-repeat center;
  }
  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-link-item a {
    display: block;
    padding-top: 220px;
    height: 170px;
  }
  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-link-item .title {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    color: #5d1889;
  }

  .view-display-id-blog-wrapper .views-row {
    width: 48.5%;
  }

  .view-display-id-blog-wrapper .views-row-even {
    margin-left: 1.5%;
  }

  .page-campus-life .campus-life-contents-tree .menu-block-wrapper > .menu > .menu__item > .menu a {
    margin: 10px 0;
  }

  .people-grid-directory .views-column {
    width: 24%;
    margin-right: 1.3333%;
  }

  .people-grid-directory .views-column-last {
    margin: 0;
  }

  .pane-related-events .views-row .views-field-title a {
    font-size: 16px;
    line-height: 19px;
  }

  #LeaderBackdropContent .leadership-control {
    position: absolute;
    background-color: #F4F4F4;
    background-position: center;
    background-repeat: no-repeat;
  }
  #LeaderBackdropContent .leadership-control a {
    display: block;
    height: 100%;
    color: #666666;
  }
  #LeaderBackdropContent .views-field-title {
    font-size: 32px;
  }
  #LeaderBackdropContent .content-body-wrapper {
    margin: 0 65px;
  }
  #LeaderBackdropContent .control-arrow {
    top: 0;
    height: 100%;
    width: 60px;
  }
  #LeaderBackdropContent .to-prev {
    left: -62px;
    background-image: url("../images/slideshow-arrow-purple-left.png");
  }
  #LeaderBackdropContent .to-prev:hover, #LeaderBackdropContent .to-prev:active {
    background-image: url("../images/slideshow-arrow-white-left.png");
  }
  #LeaderBackdropContent .to-next {
    right: -62px;
    background-image: url("../images/slideshow-arrow-purple-right.png");
  }
  #LeaderBackdropContent .to-next a {
    margin-top: 62px;
  }
  #LeaderBackdropContent .to-next:hover, #LeaderBackdropContent .to-next:active {
    background-image: url("../images/slideshow-arrow-white-right.png");
  }
  #LeaderBackdropContent .close {
    right: -62px;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url("../images/close-purple.png");
  }

  .portal-link-resources-1-row .views-field-title {
    font-size: 32px;
  }

  .views-slideshow-controls-text span {
    top: 39%;
  }

  .page-news .views-widget-sort-by .form-item .form-type-bef-link {
    margin-left: 4.5%;
  }

  .page-campus-life .compus-life-bottom-region .compus-life-bottom-region-block {
    width: 50%;
  }
}
/**
 *  Smaller than Pad.
 *  width < 786px
 */
@media all and (max-width: 785px) {
  /**
  * #navigation
  **/
  .front .views-slideshow-controls-bottom,
  .not-front .views-slideshow-controls-bottom {
    display: none;
  }
  .front #navigation,
  .not-front #navigation {
    display: none;
    background: #FFF;
  }

  .node-type-page .node-left-col {
    width: 100%;
    margin-right: 0;
    clear: left;
  }
  .node-type-page .node-right-col {
    width: 100%;
  }

  #block-views-home-page-slideshow-block .views-field-title a {
    font-size: 18px;
  }

  #main {
    margin-top: 20px;
  }

  #block-menu-banner {
    display: none;
  }

  #block-menu-menu-quick-links {
    display: none;
  }

  .page-research .view-research-slideshow {
    margin-bottom: 40px;
  }

  .page-campus-life .compus-life-bottom-region .compus-life-bottom-region-block {
    padding-bottom: 20px;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-links li {
    margin: 2px 0;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-link-title a {
    font-size: 18px;
  }

  .page-campus-life .views-slideshow-pager-fields {
    margin: auto;
    height: 40px;
    width: 120px;
    padding-top: 20px;
    position: static;
  }

  .page-campus-life .views-slideshow-controls-bottom {
    background-color: #6C5995;
  }

  #LeaderBackdropContent .leadership-control {
    position: fixed;
  }
  #LeaderBackdropContent .to-prev {
    left: 0;
    top: 60px;
  }
  #LeaderBackdropContent .to-next, #LeaderBackdropContent .close {
    right: 0;
    top: 60px;
  }

  .people-grid-directory .views-column {
    width: 24%;
    margin-right: 1%;
    margin-top: 10px;
  }

  .page-campus-life .campus-life-contents-tree .menu-block-wrapper > .menu > .menu__item > .menu a {
    font-size: 13px;
    margin: 6px 0;
  }

  .view-id-event_calendar.view-display-id-block .month-view thead .days .value,
  .view-id-event_calendar.view-display-id-block .month-view th .month,
  .view-id-event_calendar.view-display-id-block .month-view td .month {
    width: 20px;
    height: 20px;
    padding-top: 4px;
  }

  .view-id-event_calendar.view-display-id-block .month-view th, .view-id-event_calendar.view-display-id-block .month-view td {
    height: 30px;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items .statics-item .statics-item-title {
    line-height: 60px;
    font-size: 40px;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-link-item .title {
    font-size: 18px;
    line-height: 24px;
  }

  .region-navigation a {
    line-height: 24px;
    font-size: 18px;
  }

  #block-menu-menu-protals, #block-menu-menu-home-page-secondery-menu {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .page-animatedmagazine .mobile_view_pdf {
    display: block;
    margin: 15px 0px;
  }
  .page-animatedmagazine .mobile_view_pdf .view-nyush-magazine li {
    margin-bottom: 15px;
  }
  .page-animatedmagazine iframe {
    display: none;
  }
  .page-animatedmagazine .mobile_view_pdf iframe {
    display: block;
  }

  .phd-recent-pub-collapse-box .collapse-title {
    font-size: 18px !important;
  }
  .phd-recent-pub-collapse-box .collapse-content {
    padding: 15px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .table-scroll {
    overflow-x: auto;
  }

  .node-type-academic-bulletin .content-inside .field-name-field-bulletin-menu-content {
    padding: 15px;
  }

  .view-faqs .views-row .views-field-body {
    padding: 0 15px;
  }
}
/**
 *  Smaller than Phone.
 *  width < 600px
 */
@media all and (max-width: 599px) {
  /* Content Page */
  .not-front #content .content-inside {
    margin: 30px 0;
  }

  #block-nyu-sh-block-home-page-highlight .most-important-information .item-element {
    width: 46%;
    float: left;
    padding: 0 2%;
    margin-bottom: 10px;
  }
  #block-nyu-sh-block-home-page-highlight .most-important-information .item-element:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .not-front .views_slideshow_cycle_main, .not-front .views-slideshow-controls-bottom {
    display: none;
  }
  .not-front #block-menu-menu-menu-top-right, .not-front #block-locale-language {
    display: none;
  }

  .view-student-blog .attachment-before {
    margin-bottom: 50px;
  }
  .view-student-blog .attachment-before .views-slideshow-pager-fields {
    display: none;
  }

  .page-campus-life .compus-life-bottom-region .compus-life-bottom-region-block {
    width: 100%;
    border-bottom: 1px solid black;
  }

  .page-campus-life .view-campus-life-slideshow .views-field-title {
    padding: 6px;
  }
  .page-campus-life .view-campus-life-slideshow .views-field-title a {
    font-size: 18px;
    line-height: 18px;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-links {
    display: none;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-link-title {
    height: 88%;
  }
  .page-campus-life .campus-life-contents-tree .views-field-field-link-title .field-content {
    height: 100%;
  }
  .page-campus-life .campus-life-contents-tree .views-field-field-link-title a {
    height: 100%;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-link-title a {
    font-size: 24px;
    padding-right: 30px;
  }

  #edit-field-tags-wrapper, .page-news .views-widget-sort-by,
  #edit-field-tags-tid-wrapper, #edit-created-wrapper, .page-news #edit-field-new-news-tags-tid-wrapper {
    width: 100%;
  }

  .page-news .views-widget-sort-by .form-type-bef-link:first-child {
    margin-left: 0;
    margin-right: 4.5%;
  }

  .node-event .field .field-label {
    border-bottom: 2px solid #E9E9E9;
  }

  #block-views-event-calendar-r-upcoming .views-row .views-field-title a {
    line-height: 15px;
  }

  .views-slideshow-controls-text span {
    top: 15%;
  }

  .portal-link-resources-1-row .views-field-title {
    font-size: 24px;
  }

  .panels-flexible-protals_with_bottom_region .panels-flexible-region-inside {
    padding: 0 !important;
  }

  a.relevant-link {
    font-size: 18px;
  }

  .view-display-id-leadership .views-columns-2 .views-field-nothing {
    width: 76px;
    height: 76px;
  }

  #LeaderBackdropContent .views-field-title {
    font-size: 22px;
  }

  #LeaderBackdropContent .content-body-wrapper {
    margin: 0 35px;
  }

  #LeaderBackdropContent .control-arrow {
    width: 33px;
  }
  #LeaderBackdropContent .to-next a {
    margin-top: 33px;
  }
  #LeaderBackdropContent .close {
    width: 33px;
    height: 33px;
  }

  a.portal-view-all-link {
    margin-bottom: 20px;
  }

  .node-type-research-content .content-inside .field-name-field-profile-picture {
    padding-right: 20px;
  }

  .pane-related-events .views-row .views-field-title a {
    font-size: 13px;
  }

  .pane-related-events .views-row .views-field-field-event-time {
    display: none;
  }

  .panels-flexible-region, .panel-2col-stacked .panel-panel {
    float: none !important;
    width: 100% !important;
  }

  .content-inside .panels-flexible-contents_of_one_to_two .panels-flexible-region-inside {
    padding: 0 !important;
    width: 100% !important;
  }

  .related-nodes-region .related-nodes-item img, .views-row img {
    width: 100%;
  }

  .quick-links-region .quick-link-item {
    margin-bottom: 10px;
  }

  .breadcrumb {
    line-height: 1em !important;
  }

  #navigation {
    width: 80%;
  }

  .view-majors .major-list-style .views-field-description,
  .view-majors .major-list-style .views-field-name {
    margin: 0 10px 0 10px;
  }

  .people-grid-directory .views-column {
    width: 48%;
    margin-right: 2%;
  }

  .view-display-id-blog-wrapper .views-row-even {
    margin-left: 0;
  }

  #block-views-home-page-slideshow-block .views-field-title {
    display: none;
  }

  #block-views-home-page-slideshow-block .views-field-title a {
    font-size: 24px;
    line-height: 24px;
    font-family: "NYUPerstare";
  }

  .front .views-slideshow-pager-fields {
    line-height: 40px;
  }

  #block-nyu-sh-block-home-page-highlight .homepage-region-title {
    line-height: 1em;
    margin: 50px auto;
  }
  #block-nyu-sh-block-home-page-highlight .homepage-region-title h2 {
    line-height: 1em;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items .statics-item,
  .second-important-information-slideshow .quick-links-region .quick-link-item {
    width: 50%;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-arrow span {
    top: 25px;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-link-item {
    float: none;
    width: 100%;
    background-position: center 0px;
  }
  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-link-item a {
    padding-top: 190px;
    height: 65px;
  }
  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-link-item .title {
    font-size: 20px;
    line-height: 20px;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-title h2 {
    line-height: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .major-links-region {
    margin-top: 15px;
  }

  .view-display-id-blog-wrapper .views-row {
    width: 100%;
  }

  #saMenu li {
    width: 46%;
    margin: 20px 2%;
  }

  .aboutUsBox {
    flex-wrap: wrap;
  }
  .aboutUsBox .aboutUsBoxContent,
  .aboutUsBox .aboutUsBoxImg {
    width: 100% !important;
  }
}
/**
 *  Smaller than Phone.
 *  width > 600px
 */
@media all and (min-width: 600px) {
  .page-news #edit-field-tags-wrapper,
  .page-graduate #edit-field-tags-tid-wrapper,
  .page-graduate #edit-field-graduate-news-tags-tid-1-wrapper,
  .page-news #edit-field-new-news-tags-tid-wrapper {
    margin-right: 20px;
  }

  #block-nyu-sh-block-home-page-highlight .major-link-item:hover,
  #block-nyu-sh-block-home-page-highlight .major-link-item:active {
    margin-top: -10px;
  }

  #block-nyu-sh-block-home-page-highlight .most-important-information {
    height: 280px;
  }
  #block-nyu-sh-block-home-page-highlight .most-important-information .item-element {
    width: 25%;
    float: left;
  }
  #block-nyu-sh-block-home-page-highlight .most-important-information .item-element a {
    padding: 0 6%;
  }
  #block-nyu-sh-block-home-page-highlight .most-important-information .item-element:hover a {
    padding: 0;
  }

  .page-campus-life .campus-life-contents-tree .views-row {
    width: 50%;
    float: left;
  }

  .page-campus-life .view-campus-life-slideshow .views-field-title {
    padding: 10px;
    line-height: 40px;
    text-indent: 50px;
  }
  .page-campus-life .view-campus-life-slideshow .views-field-title a {
    font-size: 36px;
  }

  .page-campus-life .compus-life-bottom-region {
    background: #DDDDDD url("../images/campus-life-line.png") repeat-y center;
  }

  .node-event .location.vcard {
    margin-left: 170px;
  }

  .view-student-blog .attachment-before .views-field-created, .view-student-blog .attachment-before .views-field-title {
    font-size: 18px;
    position: absolute;
    margin-left: 10%;
    line-height: 26px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }

  .portal-link-resources-2-row .views-row {
    width: 100%;
  }

  .page-research .view-link-lists .views-field-field-link-image {
    width: 50%;
    float: left;
  }
  .page-research .view-link-lists .views-field-body {
    margin-left: 50%;
  }
  .page-research .view-link-lists .views-field-field-links {
    margin-left: 50%;
  }

  .view-display-id-leadership .views-columns-2 .views-row {
    margin-bottom: 20px;
  }
  .view-display-id-leadership .views-columns-2 .views-column-first {
    float: left;
    margin-right: 1%;
  }
  .view-display-id-leadership .views-columns-2 .views-column-last {
    float: right;
    margin-left: 1%;
  }
  .view-display-id-leadership .views-columns-2 .views-column {
    width: 49%;
  }
  .view-display-id-leadership .views-columns-2 .views-field-nothing {
    width: 86px;
    height: 86px;
  }

  .i18n-zh-hans .view-display-id-leadership .views-columns-2 .views-column {
    width: 42%;
  }
  .i18n-zh-hans .view-display-id-leadership .views-column-1 {
    margin-left: 5%;
  }
  .i18n-zh-hans .view-display-id-leadership .views-column-2 {
    margin-right: 5%;
  }

  .not-front .content-inside .related-nodes-region .related-nodes-item,
  .not-front .content-inside .quick-links-region .quick-link-item,
  .nyu-latest-news-bhlist .views-row,
  .pane-student-blog-by-author .views-row,
  .pane-student-blog-other-author .views-row,
  .pane-student-blog-academic-other .views-row,
  .page-user .pane-student-blog-user-page .views-row {
    float: left;
    width: 32%;
    margin-left: 2%;
  }

  .view-majors .major-grid-style .views-row {
    float: left;
    width: 30%;
    max-width: 290px;
  }

  .view-majors .major-list-style .views-field-field-major-picture {
    width: 30%;
    float: left;
  }

  .view-majors .major-list-style .views-field-description,
  .view-majors .major-list-style .views-field-name {
    margin-left: 31%;
    margin-right: 55px;
  }

  #saMenu li {
    width: 21%;
    margin: 20px 2%;
  }
}
/**
 *  Bigger than Pad.
 *  width > 786px
 */
@media all and (min-width: 786px) {
  /**
  * #navigation
  */
  .front #navigation {
    display: none !important;
  }

  .node-job-application .field, .node-job-application-ch .field {
    width: 45%;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-links li {
    margin: 10px 0;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-link-title a {
    font-size: 24px;
  }

  .page-campus-life .views-slideshow-pager-fields {
    float: right;
    margin-right: 50px;
  }

  .page-campus-life .compus-life-bottom-region .compus-life-bottom-region-block h2 {
    font-size: 40px;
  }

  .page-campus-life .compus-life-bottom-region .compus-life-bottom-region-block {
    padding: 70px 0;
  }

  .page-research .view-research-slideshow .views-field-title {
    line-height: 24px;
    font-size: 18px;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

  .page-alumni .pane-custom.pane-3 .pane-content-item .pane-content-item-content {
    margin-left: 250px;
  }

  a.relevant-link {
    font-size: 18px;
  }

  #block-nyu-sh-block-home-page-highlight .second-important-information-slideshow .statics-items .statics-item .statics-item-title {
    line-height: 72px;
    font-size: 60px;
  }

  #modalBackdrop {
    display: none !important;
  }

  .page-animatedmagazine .mobile_view_pdf {
    display: none;
  }

  .view-fellowship.view-display-id-page_1 .view-content,
  .view-fellowship.view-display-id-page .view-content {
    width: 75%;
  }
  .view-fellowship.view-display-id-page_1 .view-content p,
  .view-fellowship.view-display-id-page .view-content p {
    max-width: 100%;
  }
}
/**
 *  All big screen
 *  width > 960px
 */
@media all and (min-width: 786px) {
  .slimScrollBar {
    display: none !important;
  }

  .not-front.i18n-en {
    /* Span 3 columns, starting in 2st column from left. */
    /* Span 1 column, starting in 1th column from left. */
  }
  .not-front.i18n-en #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
    margin-left: 23.5%;
  }
  .not-front.i18n-en #navigation {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }

  .view-home-page-highlighted-wrapper {
    width: 47%;
    float: left;
  }

  #block-nyu-sh-block-home-page-highlight .most-important-information {
    height: 360px;
  }

  /* Campus life */
  .i18n-en.page-campus-life {
    /* Span 3 columns, starting in 2st column from left. */
  }
  .i18n-en.page-campus-life #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  .i18n-en.page-campus-life #navigation {
    display: none !important;
  }

  /* Not front navigation */
  .i18n-en #navigation, .i18n-zh-hans #navigation {
    padding-top: 40px;
  }

  /* Content Page */
  .not-front #content .content-inside {
    margin: 0px 0 150px 20px;
  }

  .not-front.page-node-14088 #content .content-inside {
    float: left;
  }

  .i18n-zh-hans #content .content-inside {
    margin-right: 0;
  }

  /* Whitout 786~959 effect */
  .not-front #navigation {
    margin-left: 0 !important;
    position: relative;
    top: 0;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-links a {
    font-size: 16px;
  }

  .not-front.i18n-en.page-animatedmagazine #content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media all and (min-width: 1920px) {
  .global-page-banner {
    height: 640px !important;
  }
}
/**
 *  width < 1280px
 */
/**
 *  width > 1280px
 */
@media all and (min-width: 1280px) {
  #block-nyu-sh-block-home-page-highlight .most-important-information {
    height: 420px;
  }

  .page-campus-life .campus-life-contents-tree .views-field-field-links a {
    font-size: 18px;
  }
}
/**
 *  Pad only.
 *  600px < width
 */
@media all and (max-width: 400px) {
  #language-switch-button {
    display: none !important;
  }
}
@media all and (max-width: 479px) {
  #content {
    padding: 10px;
  }

  .html #navigation {
    top: 40px;
  }
}
.node-5909 #text {
  margin-top: 20px;
  overflow: hidden;
}
.node-5909 #text .node-left-col {
  width: 100%;
}
.node-5909 .node-right-col {
  display: none;
}

@media all {
  .buttonclass {
    display: block;
    overflow: hidden;
    margin: 0 auto 10px auto;
  }
  .buttonclass .line {
    overflow: hidden;
    float: left;
    width: 49.5%;
  }
  .buttonclass .line .end {
    float: left;
    margin-left: 2.02%;
  }
  .buttonclass .line div {
    display: block;
    float: left;
    width: 48.99%;
    height: 80px;
    background-color: #b1015c;
  }
  .buttonclass .line div a {
    font-size: 16px;
    font-weight: 10;
    line-height: 80px;
    width: 100%;
    display: block;
    text-align: center;
    color: white !important;
  }
  .buttonclass .right {
    margin-left: 1%;
  }
}
@media all and (max-width: 900px) {
  .buttonclass .line {
    margin-bottom: 10px;
    width: 100%;
  }
  .buttonclass .line .end {
    margin-left: 2.02%;
  }
  .buttonclass .line div {
    width: 48.99%;
    height: 80px;
  }
  .buttonclass .right {
    margin-left: 0;
  }
}
@media all and (max-width: 500px) {
  .buttonclass .line {
    margin-bottom: 0;
    width: 100%;
  }
  .buttonclass .line .end {
    margin-left: 0;
  }
  .buttonclass .line div {
    width: 100%;
    margin-bottom: 5px;
  }
  .buttonclass .right {
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
  body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading {
    font-size: 42px;
    line-height: 1.25;
    padding-top: 50px;
  }
  body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading::before {
    height: 40px;
  }

  .section-returntocampus2020 .global-page-banner .banner__text {
    font-size: 62px;
  }
}
@media all and (max-width: 991px) {
  body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading {
    font-size: 32px;
    padding-top: 40px;
  }

  .section-returntocampus2020 .global-page-banner .banner__text {
    font-size: 48px;
  }

  .not-front .content-inside .field-name-body .field-item ul.icons-block li {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .not-front .content-inside .field-name-body ul.img-block li, .not-front .content-inside .field-name-field-body-2 ul.img-block li {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .not-front .content-inside .field-name-body ul.img-block li:nth-child(2n), .not-front .content-inside .field-name-field-body-2 ul.img-block li:nth-child(2n) {
    margin-right: 0;
  }

  .section-page-nyu-shanghai-magazine .node-left-col .spotlight-box .box-image a,
  .section-cn-page-shang-hai-niu-yue-da-xue-hui-kan .node-left-col .spotlight-box .box-image a {
    display: block;
  }
  .section-page-nyu-shanghai-magazine .node-left-col .grid-wrapper .clear,
  .section-cn-page-shang-hai-niu-yue-da-xue-hui-kan .node-left-col .grid-wrapper .clear {
    display: none;
  }
}
@media all and (max-width: 767px) {
  body.not-front.section-returntocampus2020 .content-inside .field-name-body h2.subheading {
    font-size: 24px;
    padding-top: 40px;
  }
  body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-infobox {
    display: block;
  }
  body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-infobox li {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  body.not-front.section-returntocampus2020 .content-inside .field-name-body ul.return-infobox li:last-child {
    margin-bottom: 0;
  }
  body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block ul {
    display: block;
  }
  body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block ul li {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  body.not-front.section-returntocampus2020 .content-inside .field-name-body .health-safety-tips-block ul li:last-child {
    margin-bottom: 0;
  }
  body.not-front.section-returntocampus2020 #content .content-inside {
    margin-left: 0;
    margin-right: 0;
  }

  .not-front .content-inside .field-name-body .field-item ul.icons-block li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .not-front .content-inside .field-name-body ul.img-block li, .not-front .content-inside .field-name-field-body-2 ul.img-block li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-communications .equal-box.meet-ucteam {
    gap: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .followlistbox .imgbox {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .followlistbox .imgbox img {
    width: 100%;
  }
  .followlistbox .infobox {
    overflow: visible;
  }

  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-image {
    width: 100%;
    text-align: center;
  }
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-title, .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-fellowship, .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major, .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-major, .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-body, .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-edit-node, .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice {
    width: 100%;
  }
  .view-id-focus_list.view-display-id-page_2 .view-content .views-row .views-field-field-advice .field-content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  figure {
    max-width: 75%;
  }
  figure figcaption, figure p {
    max-width: 100%;
    padding: 6px 0;
  }
}
/* responsive components */
@media all {
  #header {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  #header .header-content-wrap {
    position: relative;
    text-align: center;
  }

  .banner-region {
    margin: auto;
  }

  .search-wrapper {
    position: relative;
  }
}
@media all and (max-width: 785px) {
  #header {
    width: 100%;
  }

  #logo,
  .region-header {
    display: none;
  }

  #mobile-logo {
    display: block;
  }

  #language-switch-button {
    right: 45px;
    background-position: center -48px;
  }

  .i18n-zh-hans #language-switch-button {
    background-position: center -103px;
  }

  #navigation-toggler {
    background-position: center 7px;
  }

  #searchbar-toggler {
    background-position: center -158px;
  }

  .banner-wrap {
    position: fixed;
    width: 100%;
    top: 0;
  }

  #main {
    margin-top: 60px;
  }
}
/**
 *  Bigger than Pad.
 *  width > 786px
 */
@media all and (min-width: 786px) {
  #header {
    position: relative;
  }

  #mobile-logo {
    display: none;
  }

  .toggler {
    display: none;
  }
}
@media all and (max-width: 479px) {
  #mobile-logo {
    max-width: 175px;
  }

  .toggler {
    width: 45px;
    height: 45px;
  }

  #language-switch-button {
    right: 45px;
    background-position: center -55px;
  }

  .i18n-zh-hans #language-switch-button {
    background-position: center -110px;
  }

  #navigation-toggler {
    background-position: center 0;
  }

  #searchbar-toggler {
    background-position: center -164px;
  }

  .banner-wrap {
    height: 45px;
  }

  .banner-region {
    margin-top: 2px;
  }

  #main {
    margin-top: 45px;
  }
}
@media all and (min-width: 480px) {
  #mobile-logo {
    max-width: 230px;
  }

  .toggler {
    width: 60px;
    height: 60px;
  }

  #language-switch-button {
    right: 60px;
  }
}
@media all and (min-width: 480px) and (max-width: 785px) {
  .banner-region {
    height: 60px;
    line-height: 60px;
  }
}
@media all {
  .i18n-en,
  .i18n-zh-hans {
    /*
    * navigation
    */
  }
  .i18n-en .nav-menu-expand,
  .i18n-zh-hans .nav-menu-expand {
    background-image: url("../images/icon-contract.png");
  }
  .i18n-en .nav-menu-contract,
  .i18n-zh-hans .nav-menu-contract {
    background-image: url("../images/icon-expand.png");
  }
  .i18n-en .front #navigation,
  .i18n-zh-hans .front #navigation {
    display: none;
  }
  .i18n-en #navigation,
  .i18n-zh-hans #navigation {
    margin-top: 111px;
    font-size: 15px;
    margin-bottom: 110px;
  }
  .i18n-en #navigation a,
  .i18n-zh-hans #navigation a {
    font-size: 15px;
  }
  .i18n-en #navigation .block-menu-block menu,
  .i18n-en #navigation .block-menu-block ol,
  .i18n-en #navigation .block-menu-block ul,
  .i18n-zh-hans #navigation .block-menu-block menu,
  .i18n-zh-hans #navigation .block-menu-block ol,
  .i18n-zh-hans #navigation .block-menu-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
  }
  .i18n-en #navigation .block-menu-block ul#nav-menu,
  .i18n-zh-hans #navigation .block-menu-block ul#nav-menu {
    padding-top: 3px;
  }
  .i18n-en #navigation .region-navigation .block-menu-block h2,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block h2 {
    display: none;
    overflow: hidden;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: #5d1889;
    text-align: left;
    text-indent: 20px;
    color: #fff;
    font-weight: normal;
  }
  .i18n-en #navigation .region-navigation .block-menu-block h2 a,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block h2 a {
    color: #fff;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper {
    /* menu item styles */
    /* leve1 l menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu {
    border-bottom: 1px solid #ddd;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item {
    border-top: 1px solid #ddd;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item a.menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item a.menu__link {
    padding-left: 0px;
    text-indent: 0;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item a.menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item a.menu__link {
    padding-left: 20px;
    text-indent: 0;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item a.menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item a.menu__link {
    padding-left: 35px;
    text-indent: 0;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item > .menu .menu__item a.menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item > .menu .menu__item a.menu__link {
    padding-left: 45px;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item > .menu .menu__item > .menu .menu__item a.menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item > .menu .menu__item > .menu .menu__item a.menu__link {
    padding-left: 60px;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item {
    width: 100%;
    background-position: 100% 11px;
    background-repeat: no-repeat;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item .menu__link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item.is-expanded > .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item.is-expanded > .menu__link {
    height: 100%;
    width: 80%;
    margin-left: 0;
    background-image: none;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu {
    /**
    * ACTIVE
    **/
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link {
    color: #656565 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link:hover,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link:hover {
    color: #656565 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf {
    color: #ccc;
    display: none;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf .menu__link {
    color: #656565;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link {
    color: #656565 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link:hover,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link:hover {
    color: #5d1889;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded {
    /* level 2 menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded .menu__link {
    color: #656565;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item {
    display: none;
    background-position: 100% 11px !important;
    /* level 3 menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu__link {
    margin-left: 0px;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu__link:hover,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu__link:hover {
    color: #5d1889 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu > .menu__item.nav-menu-expand,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu > .menu__item.nav-menu-expand {
    display: none;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link {
    color: #656565 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:hover,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:hover {
    color: #5d1889 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail {
    /* level 2 menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item {
    background-position: 100% 11px !important;
    /* level 3 menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu__link {
    margin-left: 0px;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu__link:hover,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu__link:hover {
    color: #5d1889 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu > .menu__item.nav-menu-expand,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu > .menu__item.nav-menu-expand {
    display: none;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item {
    border-left: none !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item .menu__link {
    color: #656565 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item .menu__link:hover,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item .menu__link:hover {
    color: #5d1889 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item.active .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item .menu .menu__item.active .menu__link {
    color: #5d1889 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail {
    /* level 3 menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu > .menu__item.nav-menu-expand,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu > .menu__item.nav-menu-expand {
    display: none;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item {
    border-left: none !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item .menu__link {
    color: #656565 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item .menu__link:hover,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item .menu__link:hover {
    color: #5d1889 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.active .menu__link.active, .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.active .menu__link.active-trail,
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.is-active-trail .menu__link.active,
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.is-active-trail .menu__link.active-trail,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.active .menu__link.active,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.active .menu__link.active-trail,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.is-active-trail .menu__link.active,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item.is-active-trail .menu__link.active-trail {
    color: #5d1889 !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.active .menu__link.active, .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.active .menu__link.active-trail,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.active .menu__link.active,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.active .menu__link.active-trail {
    color: #5d1889 !important;
  }
}
@media all and (max-width: 991px) {
  .i18n-en #navigation,
  .i18n-zh-hans #navigation {
    margin-top: 80px;
  }
}
@media all and (min-width: 786px) {
  .i18n-en #navigation,
  .i18n-zh-hans #navigation {
    padding-right: 30px;
  }
  .i18n-en.not-front #navigation,
  .i18n-zh-hans.not-front #navigation {
    display: block !important;
  }
}
@media all and (min-width: 786px) and (max-width: 1280px) {
  .i18n-en #navigation,
  .i18n-zh-hans #navigation {
    padding-left: 10px;
  }
}
@media all and (max-width: 785px) {
  .i18n-en,
  .i18n-zh-hans {
    /*
     * nav menu mobile version
     */
  }
  .i18n-en #navigation,
  .i18n-zh-hans #navigation {
    display: none;
  }
  .i18n-en #navigation .region-navigation .block-menu-block h2,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block h2 {
    font-family: "NYUPerstare";
    font-size: 20px !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block h2 a,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block h2 a {
    font-size: inherit;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded {
    background-position: 100% 11px !important;
    /* level 2 menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item.is-expanded,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item.is-expanded {
    background-position: 100% 11px !important;
    /* level 3 menu */
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item.is-expanded > .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item.is-expanded > .menu__link {
    max-width: 75%;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu__link,
  .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu__link {
    max-width: 75%;
  }
}

@media all {
  .not-front.i18n-zh-hans {
    /*
    * navigation
    */
  }
  .not-front.i18n-zh-hans .nav-menu-expand {
    background-image: url("../images/icon-contract.png");
  }
  .not-front.i18n-zh-hans .nav-menu-contract {
    background-image: url("../images/icon-expand.png");
  }
  .not-front.i18n-zh-hans #navigation .block-menu-block menu,
  .not-front.i18n-zh-hans #navigation .block-menu-block ol,
  .not-front.i18n-zh-hans #navigation .block-menu-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block h2 {
    height: 50px;
    line-height: 50px;
    background: #5d1889;
    text-align: left;
    padding-left: 6px;
    color: #fff;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block h2 a {
    color: #fff;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper {
    /* menu item styles */
    /* leve1 l menu */
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item {
    width: 100%;
    background-position: 100% 11px;
    background-repeat: no-repeat;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item .menu__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper .menu .menu__item.is-expanded > .menu__link {
    height: 100%;
    width: 80%;
    margin-left: 0;
    background-image: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu__item.is-expanded {
    display: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu__item.is-expanded .menu {
    display: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf {
    color: #ccc;
    display: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf .menu__link {
    color: #000;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf .menu__link:hover {
    color: #5d1889;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item .menu__link {
    padding-left: 6px;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu .menu__item .menu__link {
    color: #656565 !important;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item > .menu .menu__item .menu__link:hover {
    color: #FFF;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item {
    /* level 2 menu */
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link {
    color: #656565;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu > .menu__item.nav-menu-expand {
    display: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu > .menu__item.active {
    color: #5d1889 !important;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu > .menu__item.active .menu__link {
    color: #5d1889 !important;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item {
    /* level 3 menu */
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu__link:hover {
    color: #5d1889 !important;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu > .menu__item.nav-menu-expand {
    display: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item {
    border-left: none;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item .menu__link {
    text-indent: 12px;
    color: #656565 !important;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item .menu__link:hover {
    color: #5d1889 !important;
  }
  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item > .menu .menu__item .menu .menu__item.active .menu__link {
    color: #5d1889 !important;
  }
}
@media all and (min-width: 786px) {
  .not-front.i18n-zh-hans #navigation {
    display: block !important;
    padding-right: 30px;
  }
}
@media all and (max-width: 786px) {
  .not-front.i18n-zh-hans #content {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 786px) and (max-width: 1280px) {
  .not-front.i18n-zh-hans #navigation {
    padding-left: 10px;
  }
}
@media all and (max-width: 785px) {
  .not-front.i18n-zh-hans {
    /*
     * nav menu mobile version
     */
  }
}

.i18n-en #navigation #block-menu-block-5.block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item,
.i18n-en #navigation #block-menu-block-5.block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf {
  display: block;
}

@media all {
  #navigation .block-menu a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #navigation .block-menu ul.multimedia-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #ddd;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item {
    line-height: normal;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:last-child {
    border-bottom: none;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item a.menu__link {
    display: block;
    color: #444444;
    font-size: 16px;
    padding: 15px;
    text-align: left;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item a.menu__link:hover {
    background-color: #F4F1FA;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item a.menu__link.active,
  #navigation .block-menu ul.multimedia-menu li.menu__item a.menu__link.active-trail {
    color: #ffffff;
    background-color: #5d1889 !important;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(1) a.menu__link {
    background-position: 25px 0;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(1) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(1) a.menu__link.active-trail {
    background-position: 25px -700px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(2) a.menu__link {
    background-position: 25px -100px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(2) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(2) a.menu__link.active-trail {
    background-position: 25px -800px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(3) a.menu__link {
    background-position: 25px -200px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(3) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(3) a.menu__link.active-trail {
    background-position: 25px -900px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link {
    background-position: 25px -300px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link.active-trail {
    background-position: 25px -1000px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(5) a.menu__link {
    background-position: 25px -400px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(5) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(5) a.menu__link.active-trail {
    background-position: 25px -1100px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(6) a.menu__link {
    background-position: 25px -500px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(6) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(6) a.menu__link.active-trail {
    background-position: 25px -1200px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(7) a.menu__link {
    background-position: 25px -600px;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(7) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(7) a.menu__link.active-trail {
    background-position: 25px -1300px;
  }
}
@media all and (max-width: 786px) {
  #navigation .block-menu ul.multimedia-menu li.menu__item span.multimedia-menuitem-label {
    padding-left: 5px !important;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(1) a.menu__link,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(2) a.menu__link,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(3) a.menu__link,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(5) a.menu__link,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(6) a.menu__link,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(7) a.menu__link {
    line-height: 50px;
    background: none;
  }
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(1) a.menu__link.active,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(2) a.menu__link.active,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(3) a.menu__link.active,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link.active,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(5) a.menu__link.active,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(6) a.menu__link.active,
  #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(7) a.menu__link.active {
    background: none !important;
    background-color: #5d1889;
  }

  /*
  * highlight corresonding menu item according to node type pages
  */
  .page-events.section-events #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(1) a.menu__link,
  .node-type-event.section-events #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(1) a.menu__link {
    background: none !important;
    background-color: #5d1889 !important;
  }

  .node-type-album.section-photos #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(2) a.menu__link,
  .page-related-photos.section-related-photos #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(2) a.menu__link {
    background: none !important;
    background-color: #5d1889 !important;
  }

  .node-type-video.section-videos #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(3) a.menu__link,
  .page-related-videos.section-related-videos #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(3) a.menu__link {
    background: none !important;
    background-color: #5d1889 !important;
  }

  .page-news.section-news #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link,
  .node-type-article.section-news #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link,
  .page-related-news.section-related-news #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link {
    background: none !important;
    background-color: #5d1889 !important;
  }

  .node-type-story.section-stories #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(5) a.menu__link,
  .page-stories.section-stories #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(5) a.menu__link {
    background: none !important;
    background-color: #5d1889 !important;
  }

  .page-is.section-is #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(6) a.menu__link,
  .node-type-focus.section-is #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(6) a.menu__link {
    background: none !important;
    background-color: #5d1889 !important;
  }
}
@media all {
  #navigation .block-menu a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #navigation .block-menu ul.works {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #navigation .block-menu ul.works li.menu__item {
    line-height: 1.35;
    border-top: 1px solid #ddd;
    padding: 3px;
  }
  #navigation .block-menu ul.works li.menu__item a.menu__link {
    display: block;
    color: #656565;
    font-size: 14px;
    padding: 10px 0;
  }
  #navigation .block-menu ul.works li.menu__item.is-active-trail a.menu__link {
    font-weight: 500;
    color: #57068C;
  }
}
@media all and (max-width: 1280px) {
  #navigation .block-menu ul.works li.menu__item a.menu__link {
    color: #fff;
  }
  #navigation .block-menu ul.works li.menu__item.is-active-trail a.menu__link {
    color: #fff;
  }
}
/* responsive pages */
@media all {
  .front h1 {
    color: #5d1889;
    font-size: 22px;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0;
  }
  .front h1 a {
    color: #5d1889;
    font-size: 22px;
    display: block;
    background: url("../images/link-arrow-grey-right.png");
    background-repeat: no-repeat;
    background-position: right center;
  }

  .templateblock__contenthighlight {
    width: 100%;
    clear: both;
    margin-top: -40px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-field-image {
    width: 33%;
    float: right;
    clear: both;
    padding: 0;
    margin: 0;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-field-image .field-content {
    text-align: right;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-title {
    width: 66.66%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-body {
    width: 66.66%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb {
    clear: left;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column {
    position: relative;
    border-bottom: none;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-image img {
    width: 100%;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-title {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
    margin-top: 15px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-views-conditional .field-content {
    display: inline-block;
    height: 18px;
    overflow: hidden;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-views-conditional .field-content .hide {
    padding-top: 18px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-speaker {
    margin-bottom: 5px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time {
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time-2 {
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time-2 .date-display-range {
    float: left;
    margin-right: 5px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #5d1889;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time-1 .field-content {
    width: 100%;
    height: 100%;
    display: table;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time-1 .field-content a {
    color: #ffffff;
    display: table-cell;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column-last {
    text-align: left;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockc {
    clear: left;
    margin-top: -10px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-field-focus-image {
    width: 50%;
    float: right;
    padding: 0;
    margin: 0;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-field-focus-image .field-content img {
    width: 100%;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-title {
    width: 49%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-body {
    width: 48%;
    margin-right: 0.5%;
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
  }

  /**
    * Six button in home page
    */
  .templateblock__contentservice {
    clear: both;
    overflow: hidden;
    width: 100%;
  }
}
@media all {
  .templateblock__contentservice .menu__item {
    float: left;
    margin: 10px 5%;
    width: 90%;
  }
  .templateblock__contentservice img {
    width: 100%;
  }
  .templateblock__contentservice .title-content {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
    color: #57068C;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    background: url("../images/link-arrow-grey-right.png");
    background-repeat: no-repeat;
    background-position: right 4px;
  }
}
@media all and (min-width: 480px) {
  .templateblock__contentservice .menu__item {
    width: 47%;
    margin: 1.5%;
  }
}
@media all and (min-width: 768px) {
  .templateblock__contentservice .menu__item {
    width: 15.5%;
    margin: 0 0 0 1.4%;
  }
  .templateblock__contentservice .menu__item.first {
    margin-left: 0;
  }
}
@media all {
  .templateblock__contentservice .menu {
    list-style: none;
    background: #EEEEEE;
    margin: 5px 0 30px 0;
    display: block;
    overflow: hidden;
    padding: 10px;
  }

  .templateblock__contentmedia {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section1 h1 {
    margin-top: -10px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section1 .views-column {
    overflow: hidden;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section1 .views-column .views-field-field-fp-image {
    width: 16%;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 0.5%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section1 .views-column .views-field-title {
    width: 83%;
    float: right;
    padding: 0;
    margin: 0;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section1 .views-column .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section1 .views-column .views-field-body {
    clear: right;
    width: 83%;
    float: right;
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section2 h1 {
    border-top: 1px solid #CCCCCC;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section2 .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section2 .views-field-created {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section2 .views-field-body {
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 h1 {
    border-top: 1px solid #CCCCCC;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column {
    overflow: hidden;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column .views-field-field-fpt-image {
    width: 49%;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 0.5%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column .views-field-title {
    width: 50%;
    float: right;
    padding: 0;
    margin: 0;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column .views-field-body {
    clear: right;
    width: 50%;
    float: right;
    font-size: 12px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons .media-buttons-container {
    width: 80%;
    height: 41px;
    float: left;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons .media-buttons-container .media-btn {
    float: left;
    margin-right: 50px;
    width: 32px;
    height: 32px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons .media-buttons-container .media-btn a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons .media-buttons-container .media-btn.photos {
    background: #ffffff url("../images/three-icons.png") no-repeat 0px -10px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons .media-buttons-container .media-btn.videos {
    background: #ffffff url("../images/three-icons.png") no-repeat 0px -68px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons .media-buttons-container .media-btn.stories {
    background: #ffffff url("../images/three-icons.png") no-repeat 0px -126px;
    margin-right: 0px;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .media-buttons .media-arrow-container {
    width: 20%;
    height: 30px;
    float: right;
    background: url("../images/link-arrow-grey-right.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media {
    overflow: hidden;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column-1 {
    float: left;
    width: 31%;
    margin-bottom: 3.5%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column-2 {
    float: left;
    width: 31%;
    margin: 0 3.5% 3.5% 3.5%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column-3 {
    float: right;
    width: 31%;
    margin-bottom: 3.5%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column-4 {
    float: left;
    width: 65.5%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column-4 .views-field-title a {
    padding: 39.5% 10px 0 !important;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column-5 {
    float: right;
    width: 31%;
    margin-bottom: 2.8%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column-6 {
    float: right;
    width: 31%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column {
    position: relative;
    overflow: hidden;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column:hover .views-field-title {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column:hover .views-field-title a {
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column .views-field-title {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .templateblock__contentmedia .templateblock__contentmedia--blockb .view-home-page-media .views-column .views-field-title a {
    background-color: #000000;
    display: block;
    height: 60%;
    padding: 39% 10px 0;
  }

  .templateblock .views-column .views-field {
    line-height: 1.3em;
  }
  .templateblock .views-column .views-field-title a {
    color: #444444;
    font-weight: normal;
  }
  .templateblock .views-column .views-field-title a:hover {
    color: #444444;
  }
}
@media all and (max-width: 786px) {
  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column {
    height: auto;
  }

  .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-title {
    margin-bottom: 10px;
  }

  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-body {
    width: auto;
  }

  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-title {
    height: 100px;
    overflow: hidden;
  }
}
@media all and (max-width: 479px) {
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka h1 {
    margin-top: 40px;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column {
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #B2B3B7;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-field-focus-image {
    width: 100%;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-title {
    width: 100%;
    clear: both;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-body {
    width: 100%;
    clear: both;
  }
  .front .templateblock__contentmedia--blocka {
    clear: both;
  }
  .front .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column .views-field-field-fpt-image {
    width: 100%;
    clear: both;
  }
  .front .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column .views-field-title {
    width: 100%;
    clear: both;
  }
  .front .templateblock__contentmedia--blocka .templateblock__contentmedia--blocka--section3 .views-column .views-field-body {
    width: 100%;
    clear: both;
  }
  .front .templateblock__contentmedia {
    width: 100%;
  }
  .front .templateblock__contentmedia .templateblock__contentmedia--blockb {
    padding: 0 10px;
    clear: both;
  }
  .front .templateblock__contentmedia .templateblock__contentmedia--blockb h1 {
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
  }

  .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-column .views-field-body {
    width: 66.66%;
  }
}
@media all and (min-width: 480px) and (max-width: 785px) {
  .front .templateblock__contenthighlight {
    width: 100%;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka {
    position: relative;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka h1 {
    margin-top: 35px;
    width: 100%;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row {
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row .views-column.views-column-first {
    width: 48%;
    float: left;
    border-bottom: 1px solid #CCCCCC;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row .views-column.views-column-last {
    width: 50%;
    float: right;
    border-bottom: 1px solid #CCCCCC;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row .views-column {
    height: 330px;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 49%;
    border-left: 1px solid #CCCCCC;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row-2 .views-column-1,
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row-2 .views-column-2 {
    border-bottom: none !important;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb h1 {
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-title a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 20px;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time,
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-field-event-time-2 {
    font-size: 12px;
  }
  .front .templateblock__contentmedia {
    width: 100%;
  }
  .front .templateblock__contentmedia .templateblock__contentmedia--blocka--section1 h1 {
    margin-top: -20px;
  }
  .front .templateblock__contentmedia .templateblock__contentmedia--blockb {
    margin-top: 40px;
  }
  .front .templateblock__contentmedia .templateblock__contentmedia--blockb h1 {
    border-top: 1px solid #CCCCCC;
  }
}
@media all and (min-width: 786px) {
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka {
    width: 33%;
    float: right;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb {
    width: 65%;
    float: left;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockc {
    width: 65%;
    float: left;
  }
  .front .templateblock__contentmedia .templateblock__contentmedia--blocka {
    width: 49%;
    float: left;
    padding-right: 2%;
  }
  .front .templateblock__contentmedia .templateblock__contentmedia--blockb {
    width: 49%;
    float: left;
  }
}
@media all and (min-width: 480px) and (max-width: 786px) {
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka .views-row .views-column {
    height: 200px;
  }
}
@media all and (min-width: 786px) and (max-width: 1280px) {
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blocka {
    width: 33%;
    float: right;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb {
    width: 65%;
    float: left;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-title {
    margin-top: 10px;
  }
  .front .templateblock__contenthighlight .templateblock__contenthighlight--blockb .views-column .views-field-title a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1280px) {
  #content {
    padding: 0 15px;
  }
}
@media all and (min-width: 1280px) {
  .templateblock__contenthighlight--blockb {
    clear: left;
  }
  .templateblock__contenthighlight--blockb .views-column .views-field-title a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 15px;
    line-height: 24px;
    height: 50px;
  }
  .templateblock__contenthighlight--blockb .views-column .views-field-views-conditional .field-content {
    display: inline-block;
    height: 18px;
    overflow: hidden;
  }
}
.templateblock__contenthighlight .templateblock__contenthighlight--blockc .views-column .views-field-body a {
  color: #59b2d1;
}

@media all {
  .node-type-article .field-name-body blockquote {
    min-height: 4.5rem;
    padding-top: .5rem;
    padding-right: .78125rem;
    padding-left: .78125rem;
    max-width: 66.66667%;
    width: 100%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.375rem;
    margin-bottom: 1.625rem;
    margin-top: 1.625rem;
  }
  .node-type-article .field-name-body blockquote p {
    z-index: 99;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px !important;
    font-style: italic;
  }
  .node-type-article .field-name-body blockquote p:nth-of-type(2) {
    text-align: right;
    padding-right: 10%;
  }
  .node-type-article .field-name-body blockquote:before {
    position: absolute;
    display: block;
    content: "";
    width: 13.75rem;
    height: 13.75rem;
    background-size: 13.75rem auto;
    background-repeat: no-repeat;
    top: -3.7rem;
    left: -8.875rem;
    background-image: url("/themes/custom/shanghai/images/quote-open.svg");
  }
  .node-type-article .field-name-body blockquote:after {
    position: absolute;
    display: block;
    content: "";
    width: 13.75rem;
    height: 13.75rem;
    background-size: 13.75rem auto;
    background-repeat: no-repeat;
    bottom: -4rem;
    right: 1rem;
    background-image: url("/themes/custom/shanghai/images/quote-close.svg");
  }
}
/* node specific */
/* admissions tour node */
@media all {
  .page-node.page-node-9154.page-node-register form fieldset,
  .page-node.page-node-9040.page-node-register form fieldset {
    margin-top: 20px;
    padding: 0;
    border: none;
  }
  .page-node.page-node-9154.page-node-register form fieldset legend,
  .page-node.page-node-9040.page-node-register form fieldset legend {
    display: none;
  }
  .page-node.page-node-9154.page-node-register form .form-item,
  .page-node.page-node-9040.page-node-register form .form-item {
    padding: 0;
  }
  .page-node.page-node-9154.page-node-register form .form-item label,
  .page-node.page-node-9040.page-node-register form .form-item label {
    padding: 0;
  }
  .page-node.page-node-9154.page-node-register form .form-item input,
  .page-node.page-node-9154.page-node-register form .form-item textarea,
  .page-node.page-node-9040.page-node-register form .form-item input,
  .page-node.page-node-9040.page-node-register form .form-item textarea {
    margin: 0;
  }
  .page-node.page-node-9154.page-node-register form fieldset.date-combo .container-inline-date .date-padding,
  .page-node.page-node-9040.page-node-register form fieldset.date-combo .container-inline-date .date-padding {
    padding: 0;
  }
  .page-node.page-node-9154.page-node-register form .form-type-select select,
  .page-node.page-node-9040.page-node-register form .form-type-select select {
    padding: 0;
    margin: 0;
  }
  .page-node.page-node-9154.page-node-register form .group-wc1-dateofbirth .fieldset-description,
  .page-node.page-node-9040.page-node-register form .group-wc1-dateofbirth .fieldset-description {
    font-weight: bold;
  }
  .page-node.page-node-9154.page-node-register form .group-wc1-dateofbirth.field-group-fieldset,
  .page-node.page-node-9040.page-node-register form .group-wc1-dateofbirth.field-group-fieldset {
    margin-top: -20px;
  }
  .page-node.page-node-9154.page-node-register form .field-name-field-wc1-dob label,
  .page-node.page-node-9040.page-node-register form .field-name-field-wc1-dob label {
    display: none;
  }
}
/* r2 */
.global-topbar {
  *zoom: 1;
  font-size: 13px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
}
.global-topbar:before, .global-topbar:after {
  display: table;
  content: "";
}
.global-topbar:after {
  clear: both;
}
.global-topbar .inner {
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  padding: 0;
}
.global-topbar ul, .global-topbar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-topbar .topbar-logo {
  display: none !important;
  float: left;
  width: 40px;
  height: 40px;
}
.global-topbar .topbar-logo img {
  width: 100%;
}
.global-topbar .topbar-main {
  float: left;
}
.global-topbar .topbar-main ul li {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
}
.global-topbar .topbar-main ul li:first-child {
  margin-right: 5px;
  color: #6d6d6d;
  font-weight: 500;
}
.global-topbar .topbar-main ul li a {
  color: #6d6d6d;
  background: transparent;
  display: block;
  padding: 0 10px;
  line-height: 36px;
}
.global-topbar .topbar-main ul li a:hover, .global-topbar .topbar-main ul li a:focus {
  color: #fff;
  background: #57068c;
}
.global-topbar .topbar-main ul li:focus {
  outline-offset: -3px !important;
}
.global-topbar .topbar-main ul li a:focus {
  outline-offset: -3px !important;
}
.global-topbar .topbar-side {
  float: right;
  text-align: right;
}
.global-topbar .topbar-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-topbar .topbar-side ul li {
  display: inline-block;
  margin: 0;
  text-align: right;
  font-size: 14px;
  line-height: 36px;
  margin: 0;
  padding: 0 8px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.global-topbar .topbar-side ul li a {
  color: #404040;
}
.global-topbar .topbar-side ul li button {
  background: none;
  border: 0;
  padding: 0;
  color: #404040;
  line-height: 36px;
}
.global-topbar .topbar-side ul li button#btn-open-all-nyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.global-topbar .topbar-side ul li button i {
  width: 12px;
  text-align: left;
  color: #404040;
}
.global-topbar .topbar-side ul li button:hover, .global-topbar .topbar-side ul li button:focus {
  color: #fff;
}
.global-topbar .topbar-side ul li button:hover i, .global-topbar .topbar-side ul li button:focus i {
  color: #fff;
}
.global-topbar .topbar-side ul li button.topbar-search-toggle {
  width: 15px;
  font-size: 16px;
}
.global-topbar .topbar-side ul li img {
  height: 13px;
  vertical-align: baseline;
}
.global-topbar .topbar-side ul li:hover, .global-topbar .topbar-side ul li:focus {
  background-color: #57068c;
}
.global-topbar .topbar-side ul li:hover a, .global-topbar .topbar-side ul li:hover button, .global-topbar .topbar-side ul li:focus a, .global-topbar .topbar-side ul li:focus button {
  color: #fff;
}
.global-topbar .topbar-side ul li:hover a i, .global-topbar .topbar-side ul li:hover button i, .global-topbar .topbar-side ul li:focus a i, .global-topbar .topbar-side ul li:focus button i {
  color: #fff;
}
.global-topbar .topbar-side ul li.last {
  display: none;
}
.global-topbar .topbar-side ul li.topbar-search {
  margin-right: 15px;
  padding: 0;
  background-color: transparent;
}
.global-topbar .topbar-side ul li.topbar-search:hover a, .global-topbar .topbar-side ul li.topbar-search:hover button, .global-topbar .topbar-side ul li.topbar-search:focus a, .global-topbar .topbar-side ul li.topbar-search:focus button {
  color: #6d6d6d;
}
.global-topbar .topbar-side ul li:focus {
  outline-offset: -3px !important;
}
.global-topbar .topbar-side ul li.topbar-all-nyu .fa-globe {
  margin-right: 7px;
}

html.GN-reveal-global, body.GN-reveal-global {
  padding-right: 15px;
}

#GN-banner {
  display: none !important;
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

#GN-overlay {
  top: 0 !important;
}

.topbar-search {
  position: relative;
}
.topbar-search .topbar-search-toggle {
  position: relative;
}
.topbar-search .topbar-search-form {
  position: absolute;
  right: 12px !important;
  top: 0;
  z-index: 9;
  display: none;
}
.topbar-search .topbar-search-form .form-item {
  margin: 0;
}
.topbar-search .topbar-search-form .form-item label {
  display: none;
}
.topbar-search .topbar-search-form .form-item input.form-text {
  background: #fff;
  border: 1px solid #999;
  height: 28px;
  margin-top: -5px;
  padding: 5px 12px;
  border-radius: 16px;
  width: 200px;
  opacity: 1;
  transition: opacity .3s ease;
}
.topbar-search .topbar-search-form .form-item input.form-text.active {
  opacity: 1;
  pointer-events: auto;
}
.topbar-search .topbar-search-form .form-item input.form-text:focus {
  background: #e4e4e4;
}
.topbar-search .topbar-search-form .form-actions {
  display: none;
}
.topbar-search.show-search .topbar-search-form {
  display: block;
}

.global-header {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 30px 70px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), color-stop(100%, transparent)) no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85), transparent 100%) no-repeat;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 100%) no-repeat;
}
.global-header ul, .global-header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-header .inner {
  height: 75px;
  padding: 0;
}
.global-header header {
  position: relative;
  padding: 15px 0px 15px;
  *zoom: 1;
}
.global-header header:before, .global-header header:after {
  display: table;
  content: "";
}
.global-header header:after {
  clear: both;
}
.global-header header .header-logo {
  float: left;
  width: 30%;
}
.global-header header .header-logo a {
  display: inline-block;
}
.global-header header .header-logo img {
  max-width: 224px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.global-header header nav {
  float: right;
  width: 70%;
  text-align: right;
  padding-top: 0px;
}
.global-header header nav > ul > li {
  display: inline-block;
  margin-left: 45px;
  position: relative;
  padding: 10px 0;
}
.global-header header nav > ul > li::after {
  border-bottom: transparent solid 2px;
  content: '';
  display: block;
  margin-top: 2px;
}
.global-header header nav > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.global-header header nav > ul > li span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.global-header header nav > ul > li .submenu {
  display: none;
  width: 700px;
  position: absolute;
  left: -350px;
  top: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  line-height: 1.8;
}
.global-header header nav > ul > li .submenu span {
  color: #444;
}
.global-header header nav > ul > li .submenu .sub-sections {
  width: 50%;
  padding: 28px;
}
.global-header header nav > ul > li .submenu .sub-sections h6 {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.global-header header nav > ul > li .submenu .sub-sections h6 i {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 6px;
}
.global-header header nav > ul > li .submenu .sub-sections > ul > li a {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}
.global-header header nav > ul > li .submenu .sub-sections > ul > li a:hover {
  color: #333;
}
.global-header header nav > ul > li .submenu .quick-links {
  width: 50%;
  padding: 28px;
  background: #f5f5f5;
}
.global-header header nav > ul > li .submenu .quick-links h6 {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.global-header header nav > ul > li .submenu .quick-links h6 i {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 6px;
}
.global-header header nav > ul > li .submenu .quick-links > ul > li a {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}
.global-header header nav > ul > li .submenu .quick-links > ul > li a:hover {
  color: #333;
}
.global-header header nav > ul > li:hover::after {
  border-bottom: #fff solid 2px;
}
.global-header header nav > ul > li:hover .submenu {
  display: flex;
}
.global-header header nav > ul > li:nth-child(1) .submenu {
  left: -240px;
}
.global-header header nav > ul > li:nth-child(2) .submenu {
  left: -310px;
}
.global-header header nav > ul > li:nth-child(3) .submenu {
  left: -420px;
}
.global-header header nav > ul > li:nth-child(4) .submenu {
  left: -500px;
}
.global-header header nav > ul > li:nth-child(5) .submenu {
  left: -608px;
}
.global-header header .mob-topbar-search, .global-header header .mob-topbar-search-form {
  display: none;
}

.button-toggle-nav {
  display: none;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 28px;
  right: 0px;
  z-index: 50;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
.button-toggle-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.button-toggle-nav span:nth-child(1) {
  top: 0px;
}
.button-toggle-nav span:nth-child(2) {
  top: 7px;
}
.button-toggle-nav span:nth-child(3) {
  top: 14px;
}
.button-toggle-nav.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #5d1889;
}
.button-toggle-nav.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  background: #5d1889;
}
.button-toggle-nav.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #5d1889;
}

@media only screen and (max-width: 1199px) {
  .global-topbar {
    padding: 0 20px;
  }
  .global-topbar .inner {
    padding: 0;
  }
  .global-topbar .topbar-side ul li.topbar-search {
    margin-right: 15px;
  }

  .global-header {
    padding: 0 20px 50px 20px;
  }
  .global-header .inner {
    padding: 0;
  }
  .global-header header .header-logo {
    width: 25%;
  }
  .global-header header nav {
    width: 75%;
  }
  .global-header header nav > ul > li {
    margin-left: 25px;
    padding: 10px 0;
  }
  .global-header header nav > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .global-topbar {
    display: block;
  }
  .global-topbar .topbar-side ul li.topbar-search {
    margin-right: 10px;
  }
  .global-topbar .topbar-main ul li a {
    padding: 0 3px;
  }

  .global-header {
    top: 36px;
  }
  .global-header header .header-logo {
    width: 25%;
  }
  .global-header header .header-logo img {
    max-width: 180px;
  }
  .global-header header nav {
    width: 75%;
    display: block;
    padding-top: 0;
  }
  .global-header header nav > ul > li {
    margin-left: 25px;
    padding: 10px 0;
  }
  .global-header header nav > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .button-toggle-nav {
    display: block;
  }

  #modalBackdrop {
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    left: 0;
    top: 0;
    transition: opacity .2s ease;
  }
  #modalBackdrop.active {
    opacity: .95;
    pointer-events: auto;
    z-index: 500;
  }

  .global-topbar {
    display: block;
    z-index: 999;
    position: fixed;
    display: block;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity .2s ease;
    background: transparent;
  }
  .global-topbar.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 550;
  }
  .global-topbar .inner {
    background: none;
    padding: 5px 0px;
  }
  .global-topbar ul, .global-topbar li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-topbar .topbar-logo {
    display: block !important;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 50px;
  }
  .global-topbar .topbar-logo img {
    width: 100%;
  }
  .global-topbar .topbar-main {
    display: none;
  }
  .global-topbar .topbar-side ul {
    display: block;
  }
  .global-topbar .topbar-side ul li {
    display: inline-block;
    margin-left: 10px;
    text-align: right;
    font-size: 14px;
    background-color: transparent;
    padding: 0;
  }
  .global-topbar .topbar-side ul li a {
    color: #fff;
  }
  .global-topbar .topbar-side ul li a span {
    display: none;
  }
  .global-topbar .topbar-side ul li button {
    color: #fff;
  }
  .global-topbar .topbar-side ul li button i {
    color: #fff;
  }
  .global-topbar .topbar-side ul li button:hover i, .global-topbar .topbar-side ul li button:focus i {
    color: #fff;
  }
  .global-topbar .topbar-side ul li.login {
    display: none;
  }
  .global-topbar .topbar-side ul li.last {
    display: inline-block;
    margin-left: 20px;
  }
  .global-topbar .topbar-side ul li.last i {
    font-size: 50px;
    vertical-align: middle;
  }
  .global-topbar .topbar-side ul li:hover, .global-topbar .topbar-side ul li:focus {
    background-color: transparent;
  }
  .global-topbar .topbar-side ul li:hover a, .global-topbar .topbar-side ul li:hover button, .global-topbar .topbar-side ul li:focus a, .global-topbar .topbar-side ul li:focus button {
    color: #fff;
  }
  .global-topbar .topbar-side ul li.topbar-search {
    margin-right: 0;
    display: none;
  }

  body.logged-in.toolbar .global-topbar.active {
    top: 80px;
  }

  .global-header {
    top: 0px;
    padding-bottom: 15px;
  }
  .global-header header .header-logo {
    width: auto;
  }
  .global-header header nav {
    display: none;
  }
  .global-header header .mob-topbar-search {
    display: inline-block;
    width: 30px;
    float: right;
    margin: 8px 40px 0 0;
    text-align: center;
  }
  .global-header header .mob-topbar-search button {
    background: transparent;
    border: 0;
  }
  .global-header header .mob-topbar-search button i {
    color: #fff;
    font-size: 18px;
  }
  .global-header header .mob-topbar-search-form {
    clear: both;
  }
  .global-header header .mob-topbar-search-form .form-actions {
    display: none;
  }
  .global-header header .mob-topbar-search-form .form-item input {
    width: 100%;
    margin: 10px 0 0 0;
    background: #fff;
    font-size: 14px;
    padding: 10px 12px;
    color: #656565;
    border-radius: 20px;
  }
  .global-header header .mob-topbar-search-form .form-item input:focus {
    background: #e4e4e4;
  }

  #navigation {
    background: none;
  }

  .front #navigation, .not-front #navigation {
    background: none;
    margin-top: 60px !important;
    padding: 5px 20px 20px;
    width: 100%;
    top: 0;
    left: 0;
    display: block !important;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity .2s ease;
  }
  .front #navigation.active, .not-front #navigation.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 550;
  }

  .front.logged-in #navigation.active, .not-front.logged-in #navigation.active {
    margin-top: 120px !important;
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link {
    color: #fff !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link:hover, .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link:active, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link:hover, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link:active {
    color: #fff !important;
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item a.menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item a.menu__link {
    padding-left: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item {
    border-color: rgba(255, 255, 255, 0.5) !important;
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu {
    border-color: rgba(255, 255, 255, 0.5) !important;
  }

  .i18n-en .nav-menu-contract, .i18n-zh-hans .nav-menu-contract, .not-front.i18n-zh-hans .nav-menu-contract {
    background-image: url(../images/icon-expand-white.png);
  }

  .i18n-en .nav-menu-expand, .i18n-zh-hans .nav-menu-expand {
    background-image: url(../images/icon-contract-white.png);
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link {
    color: #fff !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link:hover, .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link:active, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link:hover, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded > .menu .menu__item .menu__link:active {
    color: #fff !important;
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link {
    color: #fff !important;
  }
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:hover, .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:active, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:hover, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:active {
    color: #fff !important;
  }

  .not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.nav-menu-expand .menu__link {
    color: #fff;
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link.is-active-trail, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link.is-active-trail {
    color: #fff;
  }

  .global-topbar .topbar-side ul li.topbar-search:hover a, .global-topbar .topbar-side ul li.topbar-search:hover button, .global-topbar .topbar-side ul li.topbar-search:focus a, .global-topbar .topbar-side ul li.topbar-search:focus button {
    color: #fff;
  }
}
@media only screen and (max-width: 480px) {
  .topbar-search .topbar-search-form .form-item input.form-text {
    width: 140px;
  }
}
.region-bottom > .block {
  margin: 0 !important;
}

#block-nyu-sh-block-footer {
  background: #220337;
  font-size: 14px;
  color: #fff;
}

.global-footer {
  padding: 50px 0 30px 0;
  background: #220337 url("../images/footer_mapv2.png") center center no-repeat;
  background-size: auto;
  font-size: 14px;
  color: #fff;
  *zoom: 1;
}
.global-footer:before, .global-footer:after {
  display: table;
  content: "";
}
.global-footer:after {
  clear: both;
}
.global-footer .footer-main {
  float: right;
  width: 55%;
}
.global-footer .footer-main .footer-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.global-footer .footer-main .footer-menu-wrap .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-footer .footer-main .footer-menu-wrap .footer-menu ul li {
  margin-bottom: 6px;
  list-style: none;
}
.global-footer .footer-main .footer-menu-wrap .footer-menu ul li a {
  color: #fff;
  font-weight: 400;
}
.global-footer .footer-main .footer-menu-wrap .footer-menu ul li a:hover {
  border-bottom: #fff solid 1px;
}
.global-footer .footer-main .footer-menu-wrap .footer-menu ul li i {
  font-size: 16px;
  width: 18px;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.global-footer .footer-side {
  float: left;
  text-align: left;
}
.global-footer .footer-side .footer-logo {
  margin-bottom: 20px;
}
.global-footer .footer-side .footer-logo a {
  display: inline-block;
}
.global-footer .footer-side .footer-logo img {
  width: 240px;
}
.global-footer .footer-side ul {
  max-width: 224px;
  margin: 0;
  padding: 0;
}
.global-footer .footer-side ul li {
  display: inline-block;
  margin: 5px;
}
.global-footer .footer-side ul li:first-child, .global-footer .footer-side ul li:nth-child(6n) {
  margin-left: 0;
}
.global-footer .footer-side ul li a {
  border: #fff solid 1px;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
  line-height: 1.95;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.global-footer .footer-side ul li a .fa-red {
  background: url("../images/red.png") center top 10px no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-size: 85%;
  height: 21px;
  width: 24px;
}
.global-footer .footer-side ul li a:hover, .global-footer .footer-side ul li a:focus {
  color: #75068c;
  border: #75068c solid 1px;
  background: #fff;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.global-footer .footer-side ul li a:hover .fa-red, .global-footer .footer-side ul li a:focus .fa-red {
  filter: none;
}
.global-footer h5 {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 5px;
}

.bottom_link {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
}
.bottom_link a {
  color: #fff;
}
.bottom_link a img {
  margin: -5px 5px 0 5px;
}
.bottom_link .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .bottom_link .inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.bottom_link .footer-statement h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.bottom_link .footer-statement p {
  color: #fff !important;
  line-height: 200%;
}
.bottom_link .footer-statement p:last-child {
  margin-bottom: 0 !important;
}
.bottom_link .footer-statement p a {
  color: #fff !important;
  border-bottom: 1px solid #b8b8b8;
}
.bottom_link .footer-statement p a:hover {
  border-bottom: 1px solid #fff !important;
  text-decoration: none;
}
.bottom_link .copyright-block {
  padding: 35px 0 0 0;
  color: #fff;
  text-align: right;
}
.bottom_link .copyright-block a, .bottom_link .copyright-block p {
  color: #fff !important;
}
.bottom_link .copyright-block .footer-resister {
  margin: 0 0 35px 0;
}

@media only screen and (max-width: 991px) {
  .global-footer .footer-main {
    float: none;
    width: 100%;
  }
  .global-footer .footer-side {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
  .global-footer .footer-side ul {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .global-footer {
    padding: 30px 0;
    background-size: contain;
  }
  .global-footer .footer-main {
    display: none;
  }
  .global-footer .footer-side {
    margin-top: 0px;
  }
  .global-footer .footer-side .footer-logo {
    margin-bottom: 0px;
  }

  .bottom_link .inner {
    display: block;
    text-align: center;
    font-size: 13px;
  }
  .bottom_link .copyright-block {
    text-align: center;
  }
}
.popup-all-nyu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 960;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.popup-all-nyu.active {
  pointer-events: auto;
  opacity: 1;
}
.popup-all-nyu .btn-close-all-nyu {
  position: absolute;
  top: 20px;
  right: 50px;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  background: none;
  border: 0;
}
.popup-all-nyu .popup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #070411 0%, #130407 100%);
  opacity: .98;
}
.popup-all-nyu .popup-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.popup-all-nyu .popup-grid > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
}
.popup-all-nyu .popup-grid > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 10%;
  height: 100vh;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}
.popup-all-nyu .popup-bd {
  padding: 0;
  background: url(../images/r2/allnyu_map.png) 0% 0% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  line-height: 2;
  overflow-y: scroll;
}
.popup-all-nyu .popup-bd h2, .popup-all-nyu .popup-bd h3 {
  font-weight: bold;
  color: #fff;
}
.popup-all-nyu .popup-bd h2 .dash-left:before, .popup-all-nyu .popup-bd h3 .dash-left:before {
  background: #fff;
}
.popup-all-nyu .popup-bd a {
  display: block;
  color: #fff;
}
.popup-all-nyu .popup-bd ul, .popup-all-nyu .popup-bd li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-all-nyu .popup-bd ul li ul {
  padding-left: 15px;
}
.popup-all-nyu .popup-bd .nyu-centers {
  left: 10%;
  width: 40%;
  position: absolute;
  top: 400px;
}
.popup-all-nyu .popup-bd .nyu-centers a {
  display: block;
  color: #fff;
}
.popup-all-nyu .popup-bd .nyu-centers > ul {
  display: flex;
}
.popup-all-nyu .popup-bd .nyu-centers > ul li {
  width: 25%;
  padding-right: 10px;
}
.popup-all-nyu .popup-bd .nyu-centers > ul li:first-child {
  width: 50%;
}
.popup-all-nyu .popup-bd .nyu-schools {
  left: 60%;
  position: absolute;
  top: 80px;
}
.popup-all-nyu .popup-bd .nyu-schools h3 {
  margin-bottom: 0;
}
.popup-all-nyu .popup-bd .nyu-links-campus a {
  font-size: 21px;
  font-weight: 300;
}
.popup-all-nyu .popup-bd .nyu-links-center a {
  font-size: 13px;
  font-weight: 300;
}
.popup-all-nyu .popup-bd .nyu-links-school a {
  font-size: 13px;
  font-weight: 300;
}

.logged-in .popup-all-nyu .btn-close-all-nyu {
  top: 60px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-less-10 {
  margin-top: -10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-20 {
  padding: 20px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.dark-text {
  color: #212529 !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.fl {
  float: left !important;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.mw-150 {
  min-width: 150px !important;
}

.mw-160 {
  min-width: 160px !important;
}

.mw-180 {
  min-width: 180px !important;
}

.mw-200 {
  min-width: 20px !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.text-dark-gray {
  color: #404040 !important;
}

.text-black {
  color: #000 !important;
}

.font-14 {
  font-size: 14px !important;
}

.faq-headtitle {
  font-size: 20px;
  padding: 0 !important;
  margin: -10px 0 -6px 0 !important;
}

.link_btn {
  padding: 15px;
  background-color: #57068C;
  color: #FFFFFF !important;
  display: block;
  text-align: center;
  transition: 0.3s;
  border: 0;
}
.link_btn:hover, .link_btn:focus {
  background-color: #330662;
}

ol.nostyle {
  padding-left: 30px !important;
}
ol.nostyle li {
  list-style-type: none !important;
}

.item-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ultra-violet-bg {
  background: -webkit-linear-gradient(left, #57068c 1%, #8900e1 100%);
}

.not-front.i18n-zh-hans .content-inside .field-name-body a, .not-front.i18n-zh-hans .content-inside article a {
  font-weight: 600;
}
.not-front.i18n-zh-hans .content-inside .field-name-body p a, .not-front.i18n-zh-hans .content-inside article p a {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .popup-all-nyu .btn-close-all-nyu {
    top: 15px;
    right: 30px;
    font-size: 50px;
  }
  .popup-all-nyu .popup-grid {
    display: none;
  }
  .popup-all-nyu .popup-bd {
    padding: 20px 20px 20px;
    background: url(../images/r2/global_map.png) center -5% no-repeat;
    background-size: contain;
  }
  .popup-all-nyu .popup-bd h2, .popup-all-nyu .popup-bd h3 {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
  }
  .popup-all-nyu .popup-bd h2 .dash-left, .popup-all-nyu .popup-bd h3 .dash-left {
    padding-left: 0;
  }
  .popup-all-nyu .popup-bd h2 .dash-left:before, .popup-all-nyu .popup-bd h3 .dash-left:before {
    background: #fff;
    display: none;
  }
  .popup-all-nyu .popup-bd .nyu-centers {
    width: 100%;
    position: static;
  }
  .popup-all-nyu .popup-bd .nyu-centers > ul {
    display: block;
    *zoom: 1;
  }
  .popup-all-nyu .popup-bd .nyu-centers > ul:before, .popup-all-nyu .popup-bd .nyu-centers > ul:after {
    display: table;
    content: "";
  }
  .popup-all-nyu .popup-bd .nyu-centers > ul:after {
    clear: both;
  }
  .popup-all-nyu .popup-bd .nyu-centers > ul li {
    float: left;
    width: 50%;
    padding-right: 0px;
  }
  .popup-all-nyu .popup-bd .nyu-centers > ul li:first-child {
    width: 100%;
    clear: both;
  }
  .popup-all-nyu .popup-bd .nyu-schools {
    position: static;
  }
  .popup-all-nyu .popup-bd .nyu-links-campus a {
    font-size: 21px;
    font-weight: 300;
  }
  .popup-all-nyu .popup-bd .nyu-links-center a {
    font-size: 13px;
    font-weight: 300;
  }
  .popup-all-nyu .popup-bd .nyu-links-school a {
    font-size: 13px;
    font-weight: 300;
  }
}
.global-page-banner {
  height: 500px;
  background: #4222a0;
  background: -moz-linear-gradient(left, #4222a0 0%, #b22045 100%);
  background: -webkit-linear-gradient(left, #4120a0 0%, #b22045 100%);
  background: linear-gradient(to right, #4222a0 0%, #b22045 100%);
  background-color: #57068c;
  background-size: cover;
  background-position: top 38px center;
  background-repeat: no-repeat;
}

.breadcrumb {
  display: none;
}

.read-more {
  font-size: 13px;
}

#block-menu-block-5, #block-menu-block-4 {
  display: none !important;
}
#block-menu-block-5.first, #block-menu-block-4.first {
  display: block !important;
}

.not-logged-in.section-staff-finance #block-menu-block-5 {
  display: block !important;
}

#page-title {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 52px;
  line-height: 70px;
}

.node-type-story #page-title span {
  display: block;
}

.pane-title {
  text-align: left;
  color: #666;
  font-weight: 500;
  font-size: 18px;
  margin-top: 80px;
}

.not-front #page {
  padding: 0 30px;
  max-width: 1390px;
}

.dash-left {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  color: #6d6d6d;
}
.dash-left:before {
  content: " ";
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  background: #999;
}

@media only screen and (max-width: 1199px) {
  .not-front #page {
    padding: 0 20px 50px 20px;
  }
  .not-front #content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .global-page-banner {
    background-position: top 0px center;
  }

  #page-title {
    font-size: 32px;
    padding: 30px 0;
    line-height: 1.5;
    min-height: auto;
  }

  .global-page-banner {
    height: 240px !important;
  }

  .inner {
    padding: 0 15px;
  }

  .i18n-en #navigation, .i18n-zh-hans #navigation {
    margin-top: 0;
    top: 0;
  }

  .not-front .content-inside iframe {
    width: 100%;
  }

  .d-block-xs {
    display: block !important;
  }
}
.not-front .content-inside .field-name-field-official-title {
  margin-bottom: .5em;
}

.not-front .content-inside .field, .not-front .content-inside #comments {
  margin: 0 0 1em 0;
}

.content-inside article, .content-inside .pane-node-body {
  color: #6d6d6d;
}
.content-inside article h4, .content-inside article p, .content-inside article ul, .content-inside article ol, .content-inside .pane-node-body h4, .content-inside .pane-node-body p, .content-inside .pane-node-body ul, .content-inside .pane-node-body ol {
  max-width: 75%;
  color: #6d6d6d;
  font-size: 16px;
}
.content-inside article h4 a, .content-inside article p a, .content-inside article ul a, .content-inside article ol a, .content-inside .pane-node-body h4 a, .content-inside .pane-node-body p a, .content-inside .pane-node-body ul a, .content-inside .pane-node-body ol a {
  font-weight: 500;
  color: #57068C;
}
.content-inside article h4 ul, .content-inside article h4 ol, .content-inside article h4 p, .content-inside article p ul, .content-inside article p ol, .content-inside article p p, .content-inside article ul ul, .content-inside article ul ol, .content-inside article ul p, .content-inside article ol ul, .content-inside article ol ol, .content-inside article ol p, .content-inside .pane-node-body h4 ul, .content-inside .pane-node-body h4 ol, .content-inside .pane-node-body h4 p, .content-inside .pane-node-body p ul, .content-inside .pane-node-body p ol, .content-inside .pane-node-body p p, .content-inside .pane-node-body ul ul, .content-inside .pane-node-body ul ol, .content-inside .pane-node-body ul p, .content-inside .pane-node-body ol ul, .content-inside .pane-node-body ol ol, .content-inside .pane-node-body ol p {
  max-width: 100%;
}
.content-inside article p, .content-inside .pane-node-body p {
  line-height: 1.6;
}
.content-inside article h3, .content-inside article h4, .content-inside .pane-node-body h3, .content-inside .pane-node-body h4 {
  color: black;
}
.content-inside article ul, .content-inside article ol, .content-inside .pane-node-body ul, .content-inside .pane-node-body ol {
  margin: 60px 0;
  line-height: 2;
}
.content-inside article h4, .content-inside .pane-node-body h4 {
  font-size: 18px;
  font-weight: 500;
}
.content-inside article .node-left-col h4, .content-inside article .node-left-col p, .content-inside article .node-left-col ul, .content-inside article .node-left-col ol, .content-inside article .node-right-col h4, .content-inside article .node-right-col p, .content-inside article .node-right-col ul, .content-inside article .node-right-col ol, .content-inside article .field-type-image h4, .content-inside article .field-type-image p, .content-inside article .field-type-image ul, .content-inside article .field-type-image ol, .content-inside article .atp-landing table td h4, .content-inside article .atp-landing table td p, .content-inside article .atp-landing table td ul, .content-inside article .atp-landing table td ol, .content-inside .pane-node-body .node-left-col h4, .content-inside .pane-node-body .node-left-col p, .content-inside .pane-node-body .node-left-col ul, .content-inside .pane-node-body .node-left-col ol, .content-inside .pane-node-body .node-right-col h4, .content-inside .pane-node-body .node-right-col p, .content-inside .pane-node-body .node-right-col ul, .content-inside .pane-node-body .node-right-col ol, .content-inside .pane-node-body .field-type-image h4, .content-inside .pane-node-body .field-type-image p, .content-inside .pane-node-body .field-type-image ul, .content-inside .pane-node-body .field-type-image ol, .content-inside .pane-node-body .atp-landing table td h4, .content-inside .pane-node-body .atp-landing table td p, .content-inside .pane-node-body .atp-landing table td ul, .content-inside .pane-node-body .atp-landing table td ol {
  max-width: 100%;
}
.content-inside article .link-list-with-icon, .content-inside .pane-node-body .link-list-with-icon {
  max-width: 100%;
}
.content-inside article hr, .content-inside .pane-node-body hr {
  border: none;
  border-bottom: 1px solid #656565;
}
.content-inside article table, .content-inside .pane-node-body table {
  width: 100% !important;
}
.content-inside article table td, .content-inside .pane-node-body table td {
  vertical-align: top;
}

.view-header {
  color: #656565;
}
.view-header h4, .view-header p, .view-header ul, .view-header ol {
  max-width: 75%;
  margin: 0 0 .8em;
  color: #656565;
  font-size: 16px;
  line-height: 1.375;
}
.view-header h4 a, .view-header p a, .view-header ul a, .view-header ol a {
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .content-inside article h4, .content-inside article p, .content-inside article ul, .content-inside article ol, .content-inside .pane-node-body h4, .content-inside .pane-node-body p, .content-inside .pane-node-body ul, .content-inside .pane-node-body ol {
    max-width: 100%;
  }
  .content-inside article h4, .content-inside .pane-node-body h4 {
    margin-top: 14px;
  }
}
#faculty-header-image {
  margin-bottom: 1em;
}

#navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item:nth-child(4) a.menu__link.active-trail {
  background-color: #5d1889 !important;
}

.view-news-announcement .news-menu {
  float: none;
  width: 100%;
  margin-top: 0 !important;
}
.view-news-announcement .news-menu .view-filters {
  float: none;
}
.view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets {
  *zoom: 1;
}
.view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets:before, .view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets:after {
  display: table;
  content: "";
}
.view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets:after {
  clear: both;
}
.view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets .form-item {
  margin: 0;
}
.view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-field_tags_tid {
  float: left;
}
.view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created {
  float: right;
}
.view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created label {
  margin-bottom: 0;
}
.view-news-announcement .gallery-news-announcement .views-column {
  position: relative;
}
.view-news-announcement .gallery-news-announcement .views-column .views-field-field-image {
  position: relative;
}
.view-news-announcement .gallery-news-announcement .views-column .views-field-field-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .3;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.view-news-announcement .gallery-news-announcement .views-column .views-field-field-image:hover:after {
  opacity: 0;
}
.view-news-announcement .gallery-news-announcement .views-column .views-field-title {
  background: #fff;
  padding: 10px 0;
  bottom: 0;
  left: 0px;
  width: 86%;
  height: auto;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 2;
}
.view-news-announcement .gallery-news-announcement .views-column .views-field-title a {
  color: #220337;
  font-weight: 500;
  font-size: 14px;
}

.view-gallery .gallery-gallery .views-column {
  position: relative;
  border: none;
}
.view-gallery .gallery-gallery .views-column .views-field-field-album-picture, .view-gallery .gallery-gallery .views-column .views-field-field-course-image {
  position: relative;
}
.view-gallery .gallery-gallery .views-column .views-field-field-album-picture:after, .view-gallery .gallery-gallery .views-column .views-field-field-course-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .3;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.view-gallery .gallery-gallery .views-column .views-field-field-album-picture:hover:after, .view-gallery .gallery-gallery .views-column .views-field-field-course-image:hover:after {
  opacity: 0;
}
.view-gallery .gallery-gallery .views-column .views-field-title {
  background: #fff;
  padding: 10px 0;
  bottom: 0;
  left: 0px;
  width: 86%;
  height: auto;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 2;
}
.view-gallery .gallery-gallery .views-column .views-field-title a {
  color: #220337;
  font-weight: 500;
  font-size: 14px;
}

.form-type-select select {
  background: none;
  border: 1px solid #ddd;
  margin: 0;
}

.view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio]:checked + label, .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio]:checked + label, .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item input[type=radio]:checked + label {
  background: #220337;
  margin-bottom: 0;
}

.view-gallery .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option, .view-news-announcement .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option, .view-mailchimp-campaigns-list .views-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created .views-widget .form-radios .form-item .option {
  background: #57068C;
  color: #fff;
  margin-bottom: 0;
}

.view-gallery .view-content .gallery-gallery .views-column, .view-gallery .view-content .gallery-news-announcement .views-column, .view-gallery .view-content .mailchimp-newsletters .views-column, .view-news-announcement .view-content .gallery-gallery .views-column, .view-news-announcement .view-content .gallery-news-announcement .views-column, .view-news-announcement .view-content .mailchimp-newsletters .views-column, .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column, .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column, .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column {
  border-bottom: 0;
}

.view-gallery .view-content .gallery-gallery .views-column .views-field-title a, .view-gallery .view-content .gallery-news-announcement .views-column .views-field-title a, .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-title a, .view-news-announcement .view-content .gallery-gallery .views-column .views-field-title a, .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-title a, .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-title a, .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-title a, .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-title a, .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-title a {
  color: #57068C;
}
.view-gallery .view-content .gallery-gallery .views-column .views-field-title a:hover, .view-gallery .view-content .gallery-news-announcement .views-column .views-field-title a:hover, .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-title a:hover, .view-news-announcement .view-content .gallery-gallery .views-column .views-field-title a:hover, .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-title a:hover, .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-title a:hover, .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-title a:hover, .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-title a:hover, .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-title a:hover {
  color: #220337;
}

.view-author-information, .view-content-author {
  margin: 20px 0;
  *zoom: 1;
}
.view-author-information:before, .view-author-information:after, .view-content-author:before, .view-content-author:after {
  display: table;
  content: "";
}
.view-author-information:after, .view-content-author:after {
  clear: both;
}
.view-author-information .views-field-picture, .view-content-author .views-field-picture {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}
.view-author-information .views-field-name, .view-author-information .views-field-field-blog-author, .view-content-author .views-field-name, .view-content-author .views-field-field-blog-author {
  float: left;
  vertical-align: middle;
  margin-top: 17px;
}

.portal-view-all-link {
  display: none !important;
}

.view-mailchimp-campaigns-list .mailchimp-newsletters .views-column {
  position: relative;
}
.view-mailchimp-campaigns-list .mailchimp-newsletters .views-column .views-field-field-mailchimpimage {
  position: relative;
}
.view-mailchimp-campaigns-list .mailchimp-newsletters .views-column .views-field-field-mailchimpimage:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .3;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.view-mailchimp-campaigns-list .mailchimp-newsletters .views-column .views-field-field-mailchimpimage:hover:after {
  opacity: 0;
}
.view-mailchimp-campaigns-list .mailchimp-newsletters .views-column .views-field-title {
  background: #fff;
  padding: 10px 0;
  bottom: 0;
  left: 0px;
  width: 86%;
  height: auto;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 2;
  color: #57068C;
  font-weight: 500;
  font-size: 14px;
}
.view-mailchimp-campaigns-list .views-exposed-widget {
  width: 100%;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item {
  display: flex;
  width: 100%;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link {
  margin-left: 13px;
  text-align: center;
  display: block;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a {
  background: #eee6f3;
  text-align: center;
  color: #57068c !important;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a img, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a img {
  max-height: 34px;
  margin: -6px 10px 0 0;
  display: inline-block !important;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a:hover, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a:focus, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a:hover, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a:focus {
  background: #57068c;
  color: #fff !important;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a:hover img, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a:focus img, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a:hover img, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a.xs, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a.xs {
  padding: 6px 8px;
  font-size: 13px;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a.sm, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a.sm {
  padding: 8px;
  font-size: 15px;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a.md, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a.md {
  padding: 15px 8px;
  font-size: 15px;
  line-height: 1.35;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a.md img, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a.md img {
  max-height: 28px;
  margin: -6px 5px 0 0;
  display: inline-block !important;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a.lg, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a.lg {
  padding: 15px 30px;
  font-size: 18px;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link a span, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link a span {
  display: block;
  font-size: 14px;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link:first-child, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link:first-child {
  margin-left: 0px;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link.active a, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link.active a {
  background: #57068c;
  color: #fff !important;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item {
  display: flex;
  width: 100%;
}
.view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .bef-select-as-links, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .bef-select-as-links {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item {
    display: block;
  }
  .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page .views-exposed-widget .form-item .form-type-bef-link, .view-mailchimp-campaigns-list #views-exposed-form-mailchimp-campaigns-list-page-1 .views-exposed-widget .form-item .form-type-bef-link {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .view-news-announcement .news-menu .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-created {
    float: left;
  }
}
.in-the-media-top-img {
  display: none !important;
}

.in-the-media-content {
  *zoom: 1;
}
.in-the-media-content:before, .in-the-media-content:after {
  display: table;
  content: "";
}
.in-the-media-content:after {
  clear: both;
}
.in-the-media-content .in-the-media-content-list {
  float: left;
  width: 70%;
}
.in-the-media-content .in-the-media-content-list .item-list {
  *zoom: 1;
}
.in-the-media-content .in-the-media-content-list .item-list:before, .in-the-media-content .in-the-media-content-list .item-list:after {
  display: table;
  content: "";
}
.in-the-media-content .in-the-media-content-list .item-list:after {
  clear: both;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row {
  padding: 15px;
  margin: 0;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  float: none;
  *zoom: 1;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row:before, .in-the-media-content .in-the-media-content-list .item-list .views-row:after {
  display: table;
  content: "";
}
.in-the-media-content .in-the-media-content-list .item-list .views-row:after {
  clear: both;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-title a {
  font-weight: 500;
  color: #57068C;
  margin-top: 10px;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-created span {
  font-size: 13px;
  color: #757575;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-goto-1 {
  padding-top: 0px;
  margin-top: 10px;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-goto-1 a {
  color: #757575;
  font-size: 13px;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-label {
  display: none;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-link-image {
  position: relative;
  float: left;
  position: relative;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-link-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .3;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-link-image:hover:after {
  opacity: 0;
}
.in-the-media-content .in-the-media-content-info {
  float: right;
  width: 28%;
  border: 1px solid #ddd;
  padding: 15px;
}
.in-the-media-content .in-the-media-content-info > .inside {
  margin: 0;
  border: 0;
}
.in-the-media-content .in-the-media-content-info .in-the-media-content-info {
  border: none;
  float: none;
  width: 100%;
  padding: 0px;
}
.in-the-media-content .in-the-media-content-info .in-the-media-content-info h5 {
  font-size: 13px;
  color: #666;
}
.in-the-media-content .in-the-media-content-info .in-the-media-content-info p {
  margin-bottom: 20px;
}
.in-the-media-content .in-the-media-content-info .in-the-media-content-info p a {
  font-size: 13px;
  color: #57068C;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .in-the-media-content .in-the-media-content-list {
    float: none;
    width: 100%;
  }
  .in-the-media-content .in-the-media-content-info {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .in-the-media-content .in-the-media-content-list {
    float: none;
    width: 100%;
  }
  .in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-link-image {
    position: relative;
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  .in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-link-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #5d1889;
    background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
    background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
    background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
    mix-blend-mode: screen;
    opacity: .3;
    transition: all .2s ease-out;
    pointer-events: none;
    z-index: 1;
  }
  .in-the-media-content .in-the-media-content-list .item-list .views-row .views-field-field-link-image:hover:after {
    opacity: 0;
  }
  .in-the-media-content .in-the-media-content-list .item-list .views-row .views-field {
    margin-left: 0;
  }
  .in-the-media-content .in-the-media-content-info {
    display: none;
  }
}
.view-quick-takes {
  *zoom: 1;
}
.view-quick-takes:before, .view-quick-takes:after {
  display: table;
  content: "";
}
.view-quick-takes:after {
  clear: both;
}
.view-quick-takes .item-list {
  *zoom: 1;
}
.view-quick-takes .item-list:before, .view-quick-takes .item-list:after {
  display: table;
  content: "";
}
.view-quick-takes .item-list:after {
  clear: both;
}
.view-quick-takes .item-list .views-row {
  padding: 15px;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  float: none;
  *zoom: 1;
}
.view-quick-takes .item-list .views-row:before, .view-quick-takes .item-list .views-row:after {
  display: table;
  content: "";
}
.view-quick-takes .item-list .views-row:after {
  clear: both;
}
.view-quick-takes .item-list .views-row .views-field-title a {
  font-weight: 500;
  color: #57068C;
  margin-top: 10px;
}
.view-quick-takes .item-list .views-row .views-field-created {
  margin-top: 20px;
}
.view-quick-takes .item-list .views-row .views-field-created span {
  font-size: 13px;
  color: #757575;
}
.view-quick-takes .item-list .views-row .views-label {
  display: none;
}
.view-quick-takes .item-list .views-row .views-field-field-image {
  position: relative;
  float: left;
  position: relative;
}
.view-quick-takes .item-list .views-row .views-field-field-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .3;
  transition: all .2s ease-out;
  pointer-events: none;
  z-index: 1;
}
.view-quick-takes .item-list .views-row .views-field-field-image:hover:after {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .view-quick-takes.view-display-id-page .item-list {
    float: none;
    width: 100%;
  }
  .view-quick-takes.view-display-id-page .item-list .views-field-field-image {
    width: 100%;
  }
  .view-quick-takes.view-display-id-page .item-list .views-field-body {
    margin-top: 10px !important;
    float: left;
  }
  .view-quick-takes.view-display-id-page .item-list .views-field-created {
    margin-top: 10px !important;
  }
  .view-quick-takes.view-display-id-page .views-field {
    margin: 0 !important;
  }
}
.not-front .content-inside .field-name-body, .not-front .content-inside .taxonomy-term-description, .not-front .content-inside .webform-confirmation, .not-front .content-inside .field-name-field-body-2 {
  margin-top: 0;
}

.node-type-page .node-right-col {
  border: 1px solid #ddd;
  padding: 15px;
}
.node-type-page .node-right-col p {
  margin-bottom: 5px;
  padding: 0 !important;
}
.node-type-page .node-right-col #it-box-btn {
  margin-top: 15px;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 100%;
  border: 1px solid #57068C;
  background: none;
  color: #57068C;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
}
.node-type-page .node-right-col #it-box-btn:hover, .node-type-page .node-right-col #it-box-btn:active {
  transform: none;
}

.panel-flexible .panel-pane {
  *zoom: 1;
}
.panel-flexible .panel-pane:before, .panel-flexible .panel-pane:after {
  display: table;
  content: "";
}
.panel-flexible .panel-pane:after {
  clear: both;
}
.panel-flexible .panel-pane .pane-title {
  margin-top: 20px;
}
.panel-flexible .panel-pane .related-nodes-region {
  margin: 0 !important;
}
.panel-flexible .panel-pane .library-page-info {
  float: left;
}
.panel-flexible .bobcat_embed .bobcat_embed_searchbox {
  background: #220337;
  color: #fff;
  border: none;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul {
  *zoom: 1;
  background-color: #5d1889;
  margin-left: 0 !important;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul:before, .panel-flexible .bobcat_embed .bobcat_embed_tabs ul:after {
  display: table;
  content: "";
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul:after {
  clear: both;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul li.bobcat_embed_tabs_first.bobcat_embed_tabs_selected a {
  background: #220337;
  border: none;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul li.bobcat_embed_tabs_selected a {
  padding: 8px 15px !important;
  color: #fff;
  font-weight: 500;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul li.bobcat_embed_tabs_last a {
  border-right: none;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul li a {
  background-color: #5d1889;
  padding: 8px 15px !important;
  color: #fff;
  font-weight: 500;
  border: none;
}
.panel-flexible .bobcat_embed .bobcat_embed_searchbox {
  margin-top: 0;
}
.panel-flexible .pane-title {
  text-align: left;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
}
.panel-flexible .bobcat_embed .bobcat_embed_searchbox form div.bobcat_embed_search_field {
  position: relative;
  padding-top: 0;
}
.panel-flexible .bobcat_embed .bobcat_embed_searchbox form div.bobcat_embed_search_field label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: normal;
  color: #ccc;
}
.panel-flexible .bobcat_embed .bobcat_embed_searchbox form div.bobcat_embed_search_field input[type='text'] {
  height: 40px;
  line-height: 39px;
}
.panel-flexible .bobcat_embed .bobcat_embed_searchbox form div.bobcat_embed_limit_to select {
  height: 40px;
  padding: 0 15px;
}
.panel-flexible .panels-flexible-region-28-library_hours {
  float: none;
  width: 100%;
}
.panel-flexible .panels-flexible-region-28-library_rss_mid {
  float: none;
  width: 100%;
}
.panel-flexible .panels-flexible-28 .panels-flexible-region-inside {
  padding-left: 0;
}
.panel-flexible .panels-flexible-column-28-11 {
  width: 100%;
  padding-left: 0;
}
.panel-flexible .panels-flexible-column-28-12 {
  width: 100%;
  padding-left: 0;
}
.panel-flexible .panels-flexible-column-28-19 {
  width: 100%;
  padding-left: 0;
}
.panel-flexible .panels-flexible-28 .panels-flexible-column-inside {
  padding-left: 0;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul li.bobcat_embed_tabs_selected a {
  padding: 6px 8px !important;
}
.panel-flexible .bobcat_embed .bobcat_embed_tabs ul li a {
  padding: 6px 8px !important;
  background: #5d1889;
  border-top: none;
  border-bottom: none;
}
.panel-flexible .bobcat_embed .bobcat_embed_searchbox {
  margin-top: 0;
}
.panel-flexible .panel-flexible .bobcat_embed .bobcat_embed_searchbox form div.bobcat_embed_search_field input[type='text'] {
  padding: 0 10px;
}
.panel-flexible .bobcat_embed input[type='submit'] {
  height: 40px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 39px;
  border: none;
  background: #5d1889;
}
.panel-flexible .bobcat_embed input[type='submit']:hover, .panel-flexible .bobcat_embed input[type='submit']:active {
  height: 40px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 39px;
  border: none;
  background: #5d1889;
}
.panel-flexible .bobcat_embed a {
  color: #fff;
}
.panel-flexible .bobcat_embed a:active, .panel-flexible .bobcat_embed a:visited {
  color: #fff;
}

.bobcat_embed .bobcat_embed_tabs ul li.bobcat_embed_tabs_selected a {
  background-color: #220337 !important;
}

.bobcat_embed .bobcat_embed_tabs ul li.bobcat_embed_tabs_inside.bobcat_embed_tabs_selected a {
  border: none !important;
}

.panel-flexible .bobcat_embed .bobcat_embed_searchbox form div.bobcat_embed_search_field label {
  display: none;
}

.bobcat_embed input[type="text"], .bobcat_embed input[type="password"], .bobcat_embed select {
  margin-bottom: 1em;
  height: 39px;
  padding: 0 6px;
}

.panels-flexible-28 .panels-flexible-region-inside {
  padding-left: 0;
  padding-right: 0;
}

.panels-flexible-28 .panels-flexible-column-inside {
  padding-left: 0;
  padding-right: 0;
}

.view-display-id-works_by_faculty_homeblock .views-field-field-fp-image .field-content, .view-display-id-works_recommended_by_faculty_homeblock .views-field-field-fp-image .field-content {
  margin-right: 20px;
}

.view-display-id-works_by_faculty_homeblock a, .view-display-id-works_recommended_by_faculty_homeblock a {
  color: #57068C;
  font-weight: 500;
}

.leisure-picture {
  margin-top: 20px;
  margin-right: 20px !important;
  min-width: 140px;
}
.leisure-picture img {
  width: 100%;
}

.leisure-links {
  margin-top: 20px;
}
.leisure-links h3 {
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}
.leisure-links h3 a {
  color: #57068C;
  font-weight: 500;
}

.library-hours h6, .library-rss-feed h6 {
  font-size: 16px;
  color: #433c47;
}

.library-rss-feed a h6 {
  font-size: 16px;
  color: #57068C;
}

.pane-faculty-publications img, .leisure-picture img, .new-arrivals img {
  width: 140px;
}

body.page-academics-library .global-page-banner {
  position: relative;
}
body.page-academics-library .global-page-banner .bobcat_embed {
  margin: 0 auto;
  max-width: 860px;
  position: relative;
  top: 190px;
  background: transparent;
}
body.page-academics-library .global-page-banner .bobcat_embed .bobcat_embed_searchbox {
  margin-top: 0px;
  background: #220337;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  float: left;
}
body.page-academics-library .global-page-banner .bobcat_embed .bobcat_embed_searchbox input[type='text'] {
  width: 65%;
}
body.page-academics-library .global-page-banner .bobcat_embed input[type='submit'] {
  height: 40px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 39px;
  border: none;
  background: #5d1889;
}
body.page-academics-library .global-page-banner .bobcat_embed input[type='submit']:hover, body.page-academics-library .global-page-banner .bobcat_embed input[type='submit']:active {
  height: 40px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 39px;
  border: none;
  background: #5d1889;
}
body.page-academics-library .global-page-banner .bobcat_embed a {
  color: #fff;
}
body.page-academics-library .global-page-banner .bobcat_embed a:active, body.page-academics-library .global-page-banner .bobcat_embed a:visited {
  color: #fff;
}
body.page-academics-library .global-page-banner .bobcat_embed .bobcat_embed_search_field {
  position: relative;
  padding-top: 0;
}
body.page-academics-library .global-page-banner .bobcat_embed .bobcat_embed_search_field label {
  font-weight: normal;
  color: #ccc;
}
body.page-academics-library .global-page-banner .bobcat_embed_links ul {
  margin: 0;
}
body.page-academics-library .global-page-banner .bobcat_embed_tabs ul {
  *zoom: 1;
  background-color: #5d1889;
  margin-left: 0 !important;
}
body.page-academics-library .global-page-banner .bobcat_embed_tabs ul:before, body.page-academics-library .global-page-banner .bobcat_embed_tabs ul:after {
  display: table;
  content: "";
}
body.page-academics-library .global-page-banner .bobcat_embed_tabs ul:after {
  clear: both;
}
body.page-academics-library .global-page-banner .bobcat_embed_tabs ul li {
  margin-bottom: -1px !important;
}
body.page-academics-library .global-page-banner .bobcat_embed_tabs ul li a {
  background-color: #5d1889;
  padding: 6px 8px !important;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 0;
}
body.page-academics-library .bobcat_embed .bobcat_embed_tabs ul li.bobcat_embed_tabs_first.bobcat_embed_tabs_selected a {
  background: #220337;
  border: none;
}

.panel-flexible .library-hours .pane-title {
  margin-top: -5px;
  padding-top: 0;
  margin-bottom: 20px;
}

.d-flex-md {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-md .small-box {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 991px) {
  .d-flex-md .small-box {
    width: 45%;
    padding: 20px;
  }
}
@media all and (max-width: 425px) {
  .d-flex-md .small-box {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .d-flex-lg {
    display: flex;
  }

  .width-90 {
    max-width: 90% !important;
  }
}
@media (min-width: 768px) {
  /*.d-flex-md {
    display: flex;
    flex-wrap: wrap;
    .small-box {

    }
  }*/
  .library-block {
    display: flex;
    align-items: stretch;
    text-align: center;
  }
  .library-block .link_btn {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  body.page-academics-library .global-page-banner .bobcat_embed {
    margin: 0 20px;
  }

  #page-title {
    padding-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
    min-height: auto;
  }

  .mb-md {
    margin-bottom: 20px;
  }
}
@media (max-width: 785px) {
  #page-title {
    padding-top: 0;
  }

  .page-journal-cover #page-title  {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  body.page-academics-library .global-page-banner .bobcat_embed {
    top: 100px;
    margin: 0 20px;
  }
  body.page-academics-library .global-page-banner .bobcat_embed .bobcat_embed_searchbox input[type='text'] {
    margin-bottom: 0;
  }
}
.page-academics-library .library-img-icon-button {
  display: none;
}

.zddiv-navmain {
  *zoom: 1;
  margin-bottom: 60px;
}
.zddiv-navmain:before, .zddiv-navmain:after {
  display: table;
  content: "";
}
.zddiv-navmain:after {
  clear: both;
}
.zddiv-navmain .link-list-with-icon > li > a {
  background: #5d1889 !important;
  color: #fff !important;
  padding: 0 20px !important;
  background-image: none !important;
  text-align: left;
  line-height: 1.5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zddiv-navmain .link-list-with-icon > li > a i {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
.zddiv-navmain .link-list-with-icon > li.active > a {
  background: #220337 !important;
}

.zddiv #slide-container h4, .zddiv #slide-container p, .zddiv #slide-container ul, .zddiv #slide-container ol {
  max-width: 100% !important;
  text-align: left !important;
  font-size: 16px !important;
}
.zddiv #slide-container .front img {
  display: none;
}
.zddiv #slide-container .card-hpc-back-title {
  color: #fff !important;
}
.zddiv #slide-container .card1-hpc-cont, .zddiv #slide-container .card1-aws-cont, .zddiv #slide-container .card1-vm-cont {
  padding: 25px !important;
}

.section-admissions .pane-title, .section-admissions .view-protals-related-news {
  display: none;
}

#navigation .block-menu ul.multimedia-menu li.menu__item a.menu__link.active, #navigation .block-menu ul.multimedia-menu li.menu__item a.menu__link.active-trail {
  background-color: #57068C !important;
}

div#faculty-directory ul li {
  background: #57068C;
}

.i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:hover, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu .menu__item .menu__link:hover {
  color: #57068C !important;
}

.i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu__link:hover, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-expanded > .menu .menu__item .menu__link:hover {
  color: #57068C !important;
}

#navigation .block-menu ul.multimedia-menu .menu__item.first {
  display: none;
}

#content {
  min-height: 560px;
}

.view-gallery .view-content .gallery-gallery .views-column .views-field-created, .view-gallery .view-content .gallery-news-announcement .views-column .views-field-created, .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-created, .view-news-announcement .view-content .gallery-gallery .views-column .views-field-created, .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-created, .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-created, .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-created, .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-created, .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-created {
  background: #fff !important;
  padding: 3px;
  color: #57068C;
}
.view-gallery .view-content .gallery-gallery .views-column .views-field-created span, .view-gallery .view-content .gallery-news-announcement .views-column .views-field-created span, .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-created span, .view-news-announcement .view-content .gallery-gallery .views-column .views-field-created span, .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-created span, .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-created span, .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-created span, .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-created span, .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-created span {
  display: block;
  border: 1px solid #57068C;
  height: 54px;
  padding: 5px 2px 2px;
  color: #57068C;
}
.view-gallery .view-content .gallery-gallery .views-column .views-field-created a, .view-gallery .view-content .gallery-news-announcement .views-column .views-field-created a, .view-gallery .view-content .mailchimp-newsletters .views-column .views-field-created a, .view-news-announcement .view-content .gallery-gallery .views-column .views-field-created a, .view-news-announcement .view-content .gallery-news-announcement .views-column .views-field-created a, .view-news-announcement .view-content .mailchimp-newsletters .views-column .views-field-created a, .view-mailchimp-campaigns-list .view-content .gallery-gallery .views-column .views-field-created a, .view-mailchimp-campaigns-list .view-content .gallery-news-announcement .views-column .views-field-created a, .view-mailchimp-campaigns-list .view-content .mailchimp-newsletters .views-column .views-field-created a {
  color: #57068C !important;
}

.views-columns-3 .views-field-title a {
  margin: 0;
}

.view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-title a, .view-id-faculty_publications.view-display-id-works_by_faculty_list .view-content .views-row .views-field-title a, .view-id-faculty_publications.view-display-id-works_recommended_by_faculty_list .view-content .views-row .views-field-title a, .view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-title a, .view-id-focus_list.view-display-id-page .view-content .views-row .views-field-title a, .view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-title a, .view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-title a, .view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-title a,
.view-id-focus_list.event-highlights .view-content .views-row .views-field-title a, .view-id-meet_the_team .view-content .views-row .views-field-title a {
  color: #57068C;
  font-weight: bold;
  margin-bottom: 0;
  font-style: normal !important;
}

.view-id-faculty_publications.view-display-id-page .view-content .views-row .views-field-body,
.view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body,
.view-id-focus_list.view-display-id-page .view-content .views-row .views-field-body,
.view-id-focus_list.view-display-id-page_1 .view-content .views-row .views-field-body,
.view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body,
.view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body p,
.view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-location,
.view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time,
.view-id-focus_list.event-highlights .view-content .views-row .views-field-body p,
.view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-location,
.view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time,
.view-id-meet_the_team .view-content .views-row .views-field-field-introduction,
.view-id-meet_the_team .view-content .views-row .views-field-field-introduction p {
  font-size: 16px;
  color: #656565;
  line-height: 1.375;
}

.view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-field-event-time,
.view-id-focus_list.event-highlights .view-content .views-row .views-field-field-event-time {
  margin: 5px 0 15px 0;
}

.view-id-faculty_publications.view-display-id-talks_list .view-content .views-row .views-field-body p {
  font-size: 16px;
  margin-bottom: 1rem;
}

.view-id-focus_list.view-display-id-page_3 .view-content .views-row .views-field-body .field-content a,
.view-id-focus_list.view-display-id-page_4 .view-content .views-row .views-field-body .field-content a,
.view-id-focus_list.event-highlights .view-content .views-row .views-field-body .field-content a {
  font-weight: bold;
  color: #5d1889;
}

.view-id-faculty_publications .item-list ul li .views-field-field-image .field-content {
  position: relative;
}
.view-id-faculty_publications .item-list ul li .views-field-field-image .field-content .created-wrapper {
  border: 1px solid #57068C;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #57068c;
  padding: 5px;
  background: #fff;
  margin: 0px;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "NYUPerstare";
}
.view-id-faculty_publications .item-list ul li .views-field-field-event-highlights-tags {
  width: 65%;
  float: right;
}
.view-id-faculty_publications .item-list ul li .views-field-field-event-highlights-tags .field-content {
  width: 100%;
  margin-bottom: 10px;
}
.view-id-faculty_publications .item-list ul li .views-field-field-event-highlights-tags .field-content .tag_wrapper {
  background: #f2f2f2;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px 0 0;
  color: #57068c;
}
.view-id-faculty_publications .item-list ul li:last-child {
  border-bottom: 0 !important;
}

#views-exposed-form-admissions-ambassador-page-1 {
  margin-bottom: 30px;
}
#views-exposed-form-admissions-ambassador-page-1 .views-exposed-widgets {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  #views-exposed-form-admissions-ambassador-page-1 .views-exposed-widgets {
    grid-template-columns: 100%;
  }
}
#views-exposed-form-admissions-ambassador-page-1 .views-exposed-widgets select {
  background: url("../images/arrow-white-down.png") no-repeat 95%;
  background-color: #57068C;
  background-size: 20px;
  width: 250px;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
  width: 100%;
  min-width: 150px;
  padding: 8px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}
#views-exposed-form-admissions-ambassador-page-1 .views-exposed-widgets select .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
#views-exposed-form-admissions-ambassador-page-1 .views-exposed-widgets select .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
#views-exposed-form-admissions-ambassador-page-1 .views-exposed-widgets select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
#views-exposed-form-admissions-ambassador-page-1 .views-exposed-widgets label {
  font-weight: 500;
  text-transform: uppercase;
}

.page-view-arc-events.not-front #page {
  max-width: 100% !important;
}

#views-exposed-form-arc-events-page-1 {
  margin-bottom: 30px;
}
#views-exposed-form-arc-events-page-1 .views-exposed-widgets select {
  background: url("../images/arrow-white-down.png") no-repeat 95%;
  background-color: #57068C;
  background-size: 20px;
  width: 250px;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
  min-width: 150px;
  padding: 8px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}
#views-exposed-form-arc-events-page-1 .views-exposed-widgets select .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
#views-exposed-form-arc-events-page-1 .views-exposed-widgets select .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
#views-exposed-form-arc-events-page-1 .views-exposed-widgets select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
#views-exposed-form-arc-events-page-1 .views-exposed-widgets select.shs-enabled {
  display: none;
}
#views-exposed-form-arc-events-page-1 .views-exposed-widgets label {
  font-weight: 500;
  text-transform: uppercase;
}
#views-exposed-form-arc-events-page-1 .shs-field-container {
  margin-bottom: 15px;
}
#views-exposed-form-arc-events-page-1 .shs-field-container .shs-widget-container {
  margin-right: 15px;
}
#views-exposed-form-arc-events-page-1 .shs-field-container .shs-widget-container:last-child {
  margin-right: 0;
}

.view-arc-events .fc-time-grid-event {
  margin-bottom: 23px;
  margin-top: -23px;
}
.view-arc-events .fc-time-grid-event .fc-content {
  color: #fff;
  font-weight: 400 !important;
}
.view-arc-events td.fc-today {
  display: none;
}
.view-arc-events .calendar-view-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.view-arc-events .calendar-view-pager li {
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
}
.view-arc-events .calendar-view-pager li a {
  color: #57068c;
}
.view-arc-events .calendar-view-pager li div {
  margin-bottom: 0 !important;
}
.view-arc-events .fc-week {
  display: none;
}
.view-arc-events .fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: auto;
}
.view-arc-events .fc-scroller {
  height: auto !important;
  background-color: #fff;
  margin-top: -5px;
}
.view-arc-events table th, .view-arc-events table td {
  min-width: auto;
}
.view-arc-events .fc-time {
  font-size: 10px;
}
.view-arc-events .fc-v-event {
  background-color: #57068c;
  border-color: #57068c;
  font-weight: 400;
}
.view-arc-events .fc-event-main strong {
  font-weight: 400;
}
.view-arc-events .fc-event-content-wrap {
  white-space: nowrap;
  /* Prevent wrapping if you want single line */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Show ... if text too long */
  font-size: 0.8rem;
  line-height: 1.1em;
  padding: 2px 4px;
}
.view-arc-events .fc-timeGridDay-view .fc-col-header-cell-cushion {
  color: #57068C !important;
  border-color: #57068C !important;
}

.page-view-arc-events .fc-scrollgrid .fc-col-header {
  margin: 0 !important;
}

.admissions-ambassador-content-container .field--name-field-profile-picture img {
  width: 100%;
  margin: 0 !important;
}
.admissions-ambassador-content-container .profile-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
}
.admissions-ambassador-content-container .profile-city, .admissions-ambassador-content-container .profile-major, .admissions-ambassador-content-container .profile-minor, .admissions-ambassador-content-container .profile-class, .admissions-ambassador-content-container .profile-ad-major, .admissions-ambassador-content-container .profile-ad-minor, .admissions-ambassador-content-container .profile-ad-minor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .admissions-ambassador-content-container .profile-city, .admissions-ambassador-content-container .profile-major, .admissions-ambassador-content-container .profile-minor, .admissions-ambassador-content-container .profile-class, .admissions-ambassador-content-container .profile-ad-major, .admissions-ambassador-content-container .profile-ad-minor, .admissions-ambassador-content-container .profile-ad-minor {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.profile-tags .nyu-tag {
  background-color: #57068c;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin: 5px 5px 5px 0;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.15;
}

.col-md-3 .profile-content {
  padding: 15px;
  height: 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.col-md-3 .profile-content .views-field-field-profile-picture img {
  width: 160px;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
  height: 160px !important;
  margin: 0 auto;
}
.col-md-3 .profile-content .views-field-field-profile-content {
  margin-top: 15px;
  text-align: center;
}
.col-md-3 .profile-content .views-field-field-profile-content div {
  margin-bottom: 10px;
}
.col-md-3 .profile-content .views-field-field-profile-content div strong {
  font-weight: 500 !important;
}
.col-md-3 .profile-content .views-field-field-profile-content div:last-child {
  margin-bottom: 0;
}
.col-md-3 .profile-content .views-field-field-profile-content .views-field-title {
  font-size: 18px;
  font-weight: 500;
}
.col-md-3 .profile-content .views-field-field-profile-content .views-field-title a {
  color: #57068c !important;
}
.col-md-3 .profile-content .views-field-field-profile-content .views-field-title a:hover {
  color: #57068c !important;
}

@media (max-width: 479px) {
  .view-id-faculty_publications .item-list ul li .views-field-field-event-highlights-tags {
    width: 100%;
  }
}
@media (max-width: 785px) {
  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu__link {
    color: #fff !important;
  }

  .i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item .menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu .menu__item .menu__link {
    color: #fff !important;
  }
}
.not-front .content-inside .field-name-body p, .not-front .content-inside .taxonomy-term-description p, .not-front .content-inside .webform-confirmation p, .not-front .content-inside .field-name-field-body-2 p, .not-front .content-inside .field-name-field-bulletin-menu-content p {
  font-size: 16px;
  color: #656565;
}

.not-front .content-inside .field-name-field-image, .not-front .content-inside .field-type-image {
  margin-bottom: 40px;
}

.field .students-page-section {
  border-bottom: none;
  margin-bottom: 60px;
}
.field .students-page-section > div ul {
  margin-left: 0;
  padding: 0 !important;
  list-style: none;
}
.field .students-page-section > div ul li {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.field .students-page-section > div ul a {
  line-height: 1.375;
  color: #57068C !important;
  font-weight: 500;
}
.field .students-page-section > div > h3 {
  margin-top: 0px !important;
  color: #433c47 !important;
  border-bottom: 1px solid #eee;
  padding: 0px 0 20px !important;
  margin-bottom: 20px !important;
}

.not-front .content-inside .field-name-body dl li, .not-front .content-inside .field-name-body menu li, .not-front .content-inside .field-name-body ol li, .not-front .content-inside .field-name-body ul li, .not-front .content-inside .taxonomy-term-description dl li, .not-front .content-inside .taxonomy-term-description menu li, .not-front .content-inside .taxonomy-term-description ol li, .not-front .content-inside .taxonomy-term-description ul li, .not-front .content-inside .webform-confirmation dl li, .not-front .content-inside .webform-confirmation menu li, .not-front .content-inside .webform-confirmation ol li, .not-front .content-inside .webform-confirmation ul li, .not-front .content-inside .field-name-field-body-2 dl li, .not-front .content-inside .field-name-field-body-2 menu li, .not-front .content-inside .field-name-field-body-2 ol li, .not-front .content-inside .field-name-field-body-2 ul li {
  font-size: 16px;
  color: #656565;
}

.not-front .content-inside .field-name-body dl li, .not-front .content-inside .field-name-body menu li, .not-front .content-inside .field-name-body ol li, .not-front .content-inside .field-name-body ul li, .not-front .content-inside .taxonomy-term-description dl li, .not-front .content-inside .taxonomy-term-description menu li, .not-front .content-inside .taxonomy-term-description ol li, .not-front .content-inside .taxonomy-term-description ul li, .not-front .content-inside .webform-confirmation dl li, .not-front .content-inside .webform-confirmation menu li, .not-front .content-inside .webform-confirmation ol li, .not-front .content-inside .webform-confirmation ul li, .not-front .content-inside .field-name-field-body-2 dl li, .not-front .content-inside .field-name-field-body-2 menu li, .not-front .content-inside .field-name-field-body-2 ol li, .not-front .content-inside .field-name-field-body-2 ul li {
  padding: 0;
  margin-bottom: 5px;
}

.view-ali-video-gallery {
  margin-bottom: 60px;
}
.view-ali-video-gallery .views-slideshow-controls-bottom {
  margin-top: 0;
}
.view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields {
  *zoom: 1;
}
.view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields:before, .view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields:after {
  display: table;
  content: "";
}
.view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields:after {
  clear: both;
}
.view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  width: 20%;
  border: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
}
.view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  border: 1px solid #ccc;
}
.view-ali-video-gallery .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active img {
  border: none;
}

.pane-student-blog-by-author a, .pane-student-blog-other-author a, .pane-student-blog-academic-other a, .nyu-latest-news-bhlist a, .page-user .pane-student-blog-user-page a, .view-student-blog.view-display-id-page > .view-content a, .view-student-blog.view-display-id-academics_page > .view-content a, .node-type-blog .pane-author-information-pane .views-field-name a, .node-type-article .pane-author-information-pane .views-field-name a, .node-type-academic-blog .pane-author-information-pane .views-field-name a, .node-type-academic-blog .views-exposed-widgets a, .view-open-positions a, .node-type-open-position .panel-flexible a, .page-research .view-link-lists .views-field-field-links a, .portal-link-resources-1-row a, .portal-link-resources-2-row a, .nyu-promote-news-list a, .page-search .search-result h3 a, .people-grid-directory .views-column a, .page-user .pane-blogger-list-panel-pane-1 a {
  color: #57068C;
}

.page-search .search-form {
  margin: 0;
  padding-top: 0;
}
.page-search .search-result {
  margin: 0;
}
.page-search .search-result h3 a {
  font-size: 22px;
}

body.logged-in.toolbar .global-topbar {
  top: 64px;
}
body.logged-in.toolbar .global-header {
  top: 100px;
}

@media only screen and (max-width: 767px) {
  body.logged-in.toolbar .global-header {
    top: 84px;
  }

  .admissions-ambassador-content-container .profile-city, .admissions-ambassador-content-container .profile-major, .admissions-ambassador-content-container .profile-minor, .admissions-ambassador-content-container .profile-class, .admissions-ambassador-content-container .profile-ad-major, .admissions-ambassador-content-container .profile-ad-minor, .admissions-ambassador-content-container .profile-ad-minor {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .admissions-ambassador-content-container .profile-city, .admissions-ambassador-content-container .profile-major, .admissions-ambassador-content-container .profile-minor, .admissions-ambassador-content-container .profile-class, .admissions-ambassador-content-container .profile-ad-major, .admissions-ambassador-content-container .profile-ad-minor, .admissions-ambassador-content-container .profile-ad-minor {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-3 .profile-content {
    margin-bottom: 30px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.logged-in.toolbar .global-header {
    top: 130px;
  }

  body.logged-in.toolbar.i18n-zh-hans .global-header {
    top: 84px;
  }
}
.not-front.i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu > .menu__item.is-expanded .menu .menu__item.is-leaf .menu__link {
  padding-left: 20px;
}

.i18n-zh-hans .view-display-id-leadership .views-columns-2 .views-column {
  background: none !important;
}
.i18n-zh-hans .view-display-id-leadership .views-columns-2 .views-column:hover {
  background: none !important;
}

.i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link.is-active-trail, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item .menu__link.is-active-trail {
  font-weight: 500;
  color: #57068C !important;
}

.i18n-en #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu__link, .i18n-zh-hans #navigation .region-navigation .block-menu-block .menu-block-wrapper > .menu .menu__item.is-active-trail > .menu .menu__item.is-active-trail .menu__link {
  color: #57068C !important;
}

.i18n-en #navigation .region-navigation #block-menu-block-13 .menu-block-wrapper > .menu .menu__item .active, .i18n-zh-hans #navigation .region-navigation #block-menu-block-14 .menu-block-wrapper > .menu .menu__item .active {
  color: #57068C !important;
  font-weight: bold;
}

.juicebox-gallery .jb-area-caption .jb-caption-desc {
  color: #fff;
  font-size: 14px;
}

.juicebox-gallery .jcbx-glry-classic {
  border-top: 23px solid #222;
}

.view-majors .views-field-description .field-content h1, .view-majors .views-field-description .field-content h2, .view-majors .views-field-description .field-content h3, .view-majors .views-field-description .field-content h4, .view-majors .views-field-description .field-content h5, .view-majors .views-field-description .field-content h6, .view-majors .views-field-description .field-content i, .view-majors .views-field-description .field-content strong, .view-majors .views-field-description .field-content p {
  font-weight: normal;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-style: normal;
  line-height: 1.4;
}

.view-majors .major-grid-style .views-row .views-field-field-major-picture {
  width: 220px;
}

.view-majors .major-grid-style .views-row .views-field-name a {
  line-height: 1.4;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .view-majors .major-grid-style .views-row .views-field-field-major-picture {
    width: 100%;
    clear: both;
    float: none;
  }
}
.not-front .nyush-error-page {
  padding-top: 140px;
}

.not-logged-in.node-unpublished h1.page__title {
  display: none !important;
}

p.empty {
  line-height: 0 !important;
  margin: 0 !important;
}

@media only screen and (max-width: 480px) {
  .not-front .nyush-error-page {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1056px) and (min-width: 992px) {
  .node-type-story #page-title {
    font-size: 48px;
  }
}
.not-front .field-name-field-bulletin-menu-item {
  clear: both;
}

table th, table td {
  background: transparent;
  padding: 8px;
  min-width: 145px;
  text-align: left;
  border: #ccc solid 1px;
  color: #404040;
}
table th p, table th ul, table th ol, table td p, table td ul, table td ol {
  max-width: 100% !important;
}
table th p:last-child, table th ul:last-child, table th ol:last-child, table td p:last-child, table td ul:last-child, table td ol:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
table th a, table td a {
  font-weight: 500;
}
table th p:last-child, table td p:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
table thead tr {
  background-color: #57068C;
  text-align: left !important;
  font-weight: bold;
}
table thead tr td, table thead tr th {
  color: #fff;
  border: #929292 solid 1px;
  background: transparent;
}
table thead tr td a, table thead tr th a {
  color: #fff !important;
  word-break: break-word;
  border-bottom: solid 1px #fff;
}
table thead tr td span, table thead tr th span {
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #fff;
  font-size: 20px;
}
table tbody tr td a {
  color: #57068c !important;
  word-break: break-word;
}
table tbody tr:nth-child(odd) {
  background-color: #eee6f3;
}
table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table-nyu thead tr {
  background-color: #eee6f3;
}
table.table-nyu thead tr td, table.table-nyu thead tr th {
  color: #000;
  border: #ccc solid 1px;
}
table.table-nyu tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.table-nyu tbody tr:nth-child(even) {
  background-color: #fff;
}
table.table-gray thead tr {
  background-color: #eee6f3;
}
table.table-gray thead tr td, table.table-gray thead tr th {
  color: #000;
  border: #ccc solid 1px;
}
table.table-gray tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.table-gray tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table-purple tr:first-child {
  color: #fff;
  background-color: #57068C;
  text-align: left !important;
}
table.table-purple tr:first-child td {
  background-color: #57068C;
  color: #fff;
  font-weight: 500;
}
table.table-purple tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table-purple tr:nth-child(odd) {
  background-color: #eee6f3;
}
table.table-purple tr.darkclr {
  background-color: #eee6f3 !important;
}
table.table-purple tr td a {
  font-weight: 500;
}
table.table-purple tr td strong, table.table-purple tr td b {
  color: #000;
}
table.table-purple.bottom-head tr:last-child {
  background-color: #57068C;
}
table.table-purple.bottom-head tr:last-child td {
  background-color: #57068C;
  color: #fff;
  font-weight: 500;
}
table.table-gray-white tr:first-child {
  color: #fff;
  background-color: #57068C;
  text-align: left !important;
}
table.table-gray-white tr:first-child td {
  background-color: #57068C;
  color: #fff;
  font-weight: 500;
}
table.table-gray-white tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table-gray-white tr:nth-child(odd) {
  background-color: #fff;
}
table.table-gray-white tr td a {
  font-weight: 500;
}
table.table-gray-white tr td strong, table.table-gray-white tr td b {
  color: #000;
}
table.table-gray-white.bottom-head tr:last-child {
  background-color: #57068C;
}
table.table-gray-white.bottom-head tr:last-child td {
  background-color: #57068C;
  color: #fff;
  font-weight: 500;
}
table.table-odd-even tr:first-child {
  font-weight: normal;
  color: #656565;
  text-align: left;
}
table.table-odd-even tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table-odd-even tr:nth-child(odd) {
  background-color: #eee6f3 !important;
}
table.table-odd-even tr td a {
  font-weight: 500;
}
table.table-odd-even tr td strong, table.table-odd-even tr td b {
  color: #000;
}
table.one-col-table td {
  padding: 15px;
}
table.table-multi tr {
  background-color: #f2f2f2 !important;
}
table.table-multi tr:first-child {
  font-weight: normal !important;
  color: #656565 !important;
  text-align: left;
  background-color: #f2f2f2 !important;
}
table.table-multi tr td:first-child {
  background-color: #5d1889;
  color: #fff;
  font-weight: 500;
}
table.table-multi tr td.darkbg {
  background-color: #eee6f3;
}
table.table-multi tr td.whitebg {
  background: #fff;
  color: #656565;
  font-weight: 400;
}
table.table-multi tr td a {
  font-weight: 500;
}
table.table-multi tr td strong, table.table-multi tr td b {
  color: #000;
}
table.table-multi tr td small {
  font-size: 13px;
}
table.table-pink-gray tr {
  background-color: #f2f2f2;
}
table.table-pink-gray tr:first-child {
  font-weight: 400;
}
table.table-pink-gray tr td {
  color: #656565;
  font-weight: 400;
  background-color: #f2f2f2;
  text-align: left;
}
table.table-pink-gray tr td:first-child {
  background-color: #eee6f3;
  font-weight: 400;
  text-align: left;
}
table.table-pink-gray tr td a {
  font-weight: 500;
}
table.table-pink-gray tr td strong, table.table-pink-gray tr td b {
  color: #000;
}
table.table-pink-gray tr td small {
  font-size: 13px;
}

table > tbody tr {
  background-color: #57068C;
  text-align: left !important;
}

.ic_btn_prpl {
  padding: 10px 50px;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  border: 0;
  background-color: #57068C;
}
.ic_btn_prpl img {
  margin: 0 15px 0 0;
  max-width: 60px;
}

.btn_prplbdr {
  padding: 10px 15px;
  display: inline-block;
  color: #57068C !important;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border: #57068C solid 1px;
  cursor: pointer;
}
.btn_prplbdr:hover {
  background: #57068C;
  color: #fff !important;
  border: #57068C solid 1px;
}
.btn_prplbdr:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.btn_prplbdr img {
  margin: 0 15px 0 0;
  max-width: 60px;
}
.btn_prplbdr.ic-inline img {
  display: inline-block !important;
  max-width: 40px;
  margin: 0 10px 0 0;
}

.v-align-middle {
  vertical-align: middle !important;
}

.not-front.page-node-19734 #content .content-inside {
  float: left;
}

#content .content-inside video {
  width: 100%;
}

.field-collection-container {
  border-bottom: 0px !important;
}

@media all and (max-width: 767px) {
  .ic_btn_prpl {
    padding: 10px;
  }
  .ic_btn_prpl img {
    display: block;
    margin: 0 auto 10px auto;
  }
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  background-color: rgba(87, 6, 140, 0.5);
  padding: 6px;
  width: 60px;
  height: 60px;
  z-index: 9;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  background-repeat: no-repeat;
  background-position: center top 50%;
  background-size: 18px;
  top: 40%;
}
.slick-slider .slick-prev::before, .slick-slider .slick-next::before {
  font-size: 45px;
}
.slick-slider .slick-next {
  right: 20px;
  background-image: url("../images/arrow-next.svg");
}
.slick-slider .slick-next::before {
  content: '';
}
.slick-slider .slick-prev {
  left: 20px;
  background-image: url("../images/arrow-prev.svg");
}
.slick-slider .slick-prev::before {
  content: '';
}

@media all and (max-width: 991px) {
  .slick-slider .slick-prev, .slick-slider .slick-next {
    width: 36px;
    height: 36px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-size: 14px;
  }
  .slick-slider .slick-prev::before, .slick-slider .slick-next::before {
    font-size: 28px;
  }
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .page-global-awards-fellowships .view-filters .views-exposed-widgets {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap button {
  padding: 0.625rem;
  min-width: 200px;
  border: #57068c solid 1px;
  background: #fff;
  color: #57068c !important;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500 !important;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap button::after {
  margin-left: 0.625rem;
  margin-top: 0.25rem;
  float: right;
  margin-top: 4px;
  border-bottom: 1px solid #57068c;
  border-right: 1px solid #57068c;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  top: 5px;
  right: 10px;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options {
  border: 1px solid #57068c;
  margin-top: -1px !important;
  padding: 10px 5px;
  min-width: 100%;
  min-height: 100% !important;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options ul li label {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options ul li label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0b0b0b;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: -2px 8px 0 0;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options ul li label input {
  height: 14px;
  width: 14px;
  margin: 4px 0 0 -15px;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options ul li label:hover {
  background-color: #fff;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options ul li.selected label {
  background-color: #fff;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options ul li.selected label::before {
  background-color: #57068c;
  border: 1px solid #57068c;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .ms-options-wrap .ms-options ul li.selected label::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit {
  background: #eee6f3;
  text-align: center;
  color: #57068c !important;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "NYUPerstare";
  margin: 0;
  padding: 3px 15px;
  display: block;
  width: 100%;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit img {
  max-height: 34px;
  margin: -6px 10px 0 0;
  display: inline-block !important;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit:hover, .page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit:focus {
  background: #57068c;
  color: #fff !important;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit:hover img, .page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit.xs {
  padding: 6px 8px;
  font-size: 13px;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit.sm {
  padding: 8px;
  font-size: 15px;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit.md {
  padding: 15px 8px;
  font-size: 15px;
  line-height: 1.35;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit.md img {
  max-height: 28px;
  margin: -6px 5px 0 0;
  display: inline-block !important;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit.lg {
  padding: 15px 30px;
  font-size: 18px;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget .form-submit span {
  display: block;
  font-size: 14px;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button {
  -ms-grid-column: 1;
  grid-column: 1;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button::before, .page-global-awards-fellowships .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button::after {
  display: none;
}
.page-global-awards-fellowships table.views-table thead tr {
  background: #f2f2f2;
  padding: 10px;
  border: #d6d6d6 solid 1px;
  font-weight: 500;
}
.page-global-awards-fellowships table.views-table thead tr th {
  border: #d6d6d6 solid 1px;
  padding: 8px;
}
.page-global-awards-fellowships table.views-table tr.odd {
  background-color: #fff;
}
.page-global-awards-fellowships table.views-table tr.even {
  background-color: #f2f2f2;
}
.page-global-awards-fellowships table.views-table tr td {
  border: 1px solid #d6d6d6;
  padding: 8px;
  color: #656565;
  vertical-align: top;
}
.page-global-awards-fellowships table.views-table tr td p {
  color: #656565;
}
.page-global-awards-fellowships table.views-table tr td:first-child {
  min-width: 150px;
}
.page-global-awards-fellowships table.views-table tr td:first-child img {
  margin-bottom: 10px;
}
.page-global-awards-fellowships table.views-table tr td:last-child {
  text-align: center;
}
.page-global-awards-fellowships table.views-table tr td:last-child a {
  background: #eee6f3;
  text-align: center;
  color: #57068c !important;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
}
.page-global-awards-fellowships table.views-table tr td:last-child a img {
  max-height: 34px;
  margin: -6px 10px 0 0;
  display: inline-block !important;
}
.page-global-awards-fellowships table.views-table tr td:last-child a:hover, .page-global-awards-fellowships table.views-table tr td:last-child a:focus {
  background: #57068c;
  color: #fff !important;
}
.page-global-awards-fellowships table.views-table tr td:last-child a:hover img, .page-global-awards-fellowships table.views-table tr td:last-child a:focus img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page-global-awards-fellowships table.views-table tr td:last-child a.xs {
  padding: 6px 8px;
  font-size: 13px;
}
.page-global-awards-fellowships table.views-table tr td:last-child a.sm {
  padding: 8px;
  font-size: 15px;
}
.page-global-awards-fellowships table.views-table tr td:last-child a.md {
  padding: 15px 8px;
  font-size: 15px;
  line-height: 1.35;
}
.page-global-awards-fellowships table.views-table tr td:last-child a.md img {
  max-height: 28px;
  margin: -6px 5px 0 0;
  display: inline-block !important;
}
.page-global-awards-fellowships table.views-table tr td:last-child a.lg {
  padding: 15px 30px;
  font-size: 18px;
}
.page-global-awards-fellowships table.views-table tr td:last-child a span {
  display: block;
  font-size: 14px;
}

.content-inside article.node-global-awards-fellowships .field .field-label {
  margin-right: 5px;
}
.content-inside article table p {
  max-width: 100% !important;
}

@media all and (max-width: 767px) {
  .page-global-awards-fellowships .view-global-awards-fellowships .view-content {
    overflow-x: auto;
  }
  .page-global-awards-fellowships .view-global-awards-fellowships .view-content table.views-table tr td:first-child {
    min-width: 100px;
  }
  .page-global-awards-fellowships .view-global-awards-fellowships .view-content table.views-table tr td:nth-child(2) {
    min-width: 200px;
  }
}
.grid-1 {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .grid-1 {
    grid-template-columns: 100%;
  }
}

.grid-2 {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .grid-2 {
    grid-template-columns: 100%;
  }
}

.grid-3 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .grid-3 {
    grid-template-columns: 100%;
  }
}

.grid-4 {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid-4 {
    grid-template-columns: 100%;
  }
}

.grid-5 {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .grid-5 {
    grid-template-columns: 100%;
  }
}

.grid-6 {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 767px) {
  .grid-6 {
    grid-template-columns: 100%;
  }
}

.fotorama__caption__wrap {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption {
  color: #fff;
  font-family: "NYUPerstare";
  font-size: 15px;
}

.fotorama__arr {
  width: 42px;
  height: 42px;
  background-color: rgba(87, 6, 140, 0.75);
  background-repeat: no-repeat;
  background-position: center top 48%;
  background-size: 12px;
}

.fotorama__arr--prev {
  background-image: url("../images/arrow-prev.svg") !important;
  left: 10px;
}

.fotorama__arr--next {
  background-image: url("../images/arrow-next.svg") !important;
  right: 10px;
}

.global-page-banner {
  background-image: url(../images/r2/banner_default.jpg);
}

body[class*='-majors'] .global-page-banner {
  background-image: url(../images/r2/banner_academics-majors.jpg) !important;
}

body[class*='-minors'] .global-page-banner {
  background-image: url(../images/r2/chinese-minor-banner.jpeg);
}

body {
  /* Computer Science PhD page banner */
  /* Neural Science PhD page banner */
  /* Sport page banner */
  /* Transportation PhD page banner */
  /* Physics PhD page banner */
  /* Maths PhD page banner */
  /* Data science PhD page banner */
  /* Global Awards page banner */
}
body.page-node-33170 .global-page-banner, body.page-node-33171 .global-page-banner, body.page-node-33209 .global-page-banner, body.page-node-33210 .global-page-banner {
  background-image: url(../images/r2/banner_campusnyush.jpg) !important;
}
body.section-it .global-page-banner {
  background-image: url(../images/r2/banner-tech.jpg) !important;
}
body.section-academics .global-page-banner, body.section-content-academics-tuition-international .global-page-banner, body.section-content-academics-tuition-us .global-page-banner, body.section-content-academics-tuition-chinese .global-page-banner {
  background-image: url(../images/r2/banner_acdm_tuition04.jpg) !important;
}
body.page-node-12182 .global-page-banner {
  background-image: url(../images/r2/banner-graduate-01.jpg) !important;
}
body.page-node-11345 .global-page-banner, body.page-node-33178 .global-page-banner, body.page-node-33175 .global-page-banner, body.page-node-33570 .global-page-banner, body.page-node-33572 .global-page-banner {
  background-image: url(../images/r2/banner-masterpage.jpg) !important;
}
body.page-node-26155 .global-page-banner, body.page-node-26156 .global-page-banner, body.page-node-26157 .global-page-banner, body.page-node-26278 .global-page-banner, body.page-node-26279 .global-page-banner, body.page-node-26280 .global-page-banner, body.page-node-26191 .global-page-banner, body.page-node-26192 .global-page-banner, body.page-node-26196 .global-page-banner, body.page-node-26197 .global-page-banner, body.page-node-26198 .global-page-banner, body.page-node-26819 .global-page-banner, body.page-node-26820 .global-page-banner, body.page-node-26821 .global-page-banner, body.page-node-26822 .global-page-banner, body.page-node-26823 .global-page-banner, body.page-node-14077 .global-page-banner, body.page-node-26204 .global-page-banner, body.page-node-26206 .global-page-banner, body.page-node-26966 .global-page-banner, body.page-node-26967 .global-page-banner, body.page-node-26968 .global-page-banner, body.page-node-26986 .global-page-banner, body.page-node-26225 .global-page-banner, body.page-node-27390 .global-page-banner, body.page-node-32225 .global-page-banner {
  background-image: url(../images/r2/baner_academic_advising.jpg) !important;
}
body.page-node-7159 .global-page-banner, body.page-node-12182 .global-page-banner {
  background-image: url(../images/r2/JP6_4085.png) !important;
}
body.page-node-27889 .global-page-banner, body.page-node-27894 .global-page-banner {
  background-image: url(../images/r2/banner-graduate2.jpg) !important;
}
body.page-node-22399 .global-page-banner {
  background-image: url(../images/r2/banner-figures1.jpg) !important;
}
body.page-node-19382 .global-page-banner {
  background-image: url(../images/r2/banner-figures2.jpg) !important;
}
body.page-node-22400 .global-page-banner, body.page-graduate-research-fellowship-programs .global-page-banner {
  background-image: url(../images/r2/banner-researchfellow.jpg) !important;
}
body.page-node-19383 .global-page-banner {
  background-image: url(../images/r2/banner-studyaway.jpg) !important;
}
body.page-academics-graduate-news .global-page-banner {
  background-image: url(../images/r2/banner_news.jpg) !important;
}
body.page-graduate-admissions-upcoming-events .global-page-banner {
  background-image: url(../images/r2/banner-graduateevents.jpg) !important;
}
body.page-node-11352 .global-page-banner, body.page-node-12184 .global-page-banner {
  background-image: url(../images/r2/banner_aboutogae.jpg) !important;
}
body.section-undergraduate .global-page-banner, body.page-node-16242 .global-page-banner, body.section-page.page-node-39967 .global-page-banner, body.section-page.page-node-23552 .global-page-banner {
  background-image: url(../images/r2/banner_cel.jpg) !important;
}
body.section-student-life .global-page-banner, body.page-node-12202 .global-page-banner, body.section-life .global-page-banner {
  background-image: url(../images/r2/banner-student-life.jpg) !important;
}
body.page-academics-library .global-page-banner {
  background-image: url(../images/r2/banner-library.jpg) !important;
}
body.page-academics-library .global-page-banner::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.35;
}
body.section-page .global-page-banner {
  background-image: url(../images/r2/banner_default.jpg) !important;
}
body.section-career-development .global-page-banner, body.section-campus-life .global-page-banner, body.section-campuslife .global-page-banner, body.page-node-30073 .global-page-banner, body.page-node-30074 .global-page-banner, body.page-node-30468 .global-page-banner, body.page-node-30469 .global-page-banner, body.page-node-14091 .global-page-banner, body.page-node-15919 .global-page-banner, body.page-node-30500 .global-page-banner, body.section-mentor .global-page-banner, body.page-node-30080 .global-page-banner, body.page-node-30438 .global-page-banner, body.page-node-30475 .global-page-banner, body.page-node-30480 .global-page-banner, body.page-node-30481 .global-page-banner, body.page-node-30482 .global-page-banner, body.page-node-30483 .global-page-banner, body.page-node-30484 .global-page-banner, body.page-node-30439 .global-page-banner, body.page-node-30476 .global-page-banner, body.page-node-30465 .global-page-banner, body.page-node-15927 .global-page-banner, body.page-node-14090 .global-page-banner, body.page-node-14091 .global-page-banner, body.page-node-43061 .global-page-banner {
  background-image: url(../images/r2/banner-career-development.jpg) !important;
}
body.section-admissions .global-page-banner {
  background-image: url(../images/r2/banner-admissions.jpg) !important;
}
body.section-zsb .global-page-banner {
  background-image: url(../images/r2/banner-admissions.jpg) !important;
}
body.page-node-14125 .global-page-banner {
  background-image: url(../images/r2/alumni-banner-v2.jpg) !important;
}
body.page-node-15573 .global-page-banner, body.page-node-15574 .global-page-banner {
  background-image: url(../images/r2/class-2018.jpg) !important;
}
body.page-node-18012 .global-page-banner, body.page-node-18013 .global-page-banner {
  background-image: url(../images/r2/Graduate-banner.jpg) !important;
}
body.page-node-18024 .global-page-banner {
  background-image: url(../images/r2/Academics-banner.jpg) !important;
}
body.page-living-in-shanghai .global-page-banner {
  background-image: url(../images/r2/banner-living-in-Shanghai.jpg) !important;
}
body.page-academics-faculty-directory .global-page-banner {
  background-image: url(../images/r2/faculty-banner-2.jpg) !important;
}
body.page-node-15215 .global-page-banner, body.page-node-18040 .global-page-banner {
  background-image: url(../images/r2/banner_faculty_v2.jpg) !important;
}
body.page-node-27466 .global-page-banner {
  background-image: url(../images/r2/banner_meettheteam.jpg) !important;
}
body.page-node-29232 .global-page-banner {
  background-image: url(../images/r2/banner_meetteam.jpg) !important;
}
body.page-node-27468 .global-page-banner, body.page-node-29231 .global-page-banner, body.page-node-26731 .global-page-banner {
  background-image: url(../images/r2/banner_cw.jpg) !important;
}
body.page-node-27467 .global-page-banner, body.page-node-27465 .global-page-banner, body.page-node-29230 .global-page-banner, body.page-node-29233 .global-page-banner {
  background-image: url(../images/r2/banner_joinasinfo.jpg) !important;
}
body.page-node-27467 .global-page-banner, body.page-node-29230 .global-page-banner, body.page-node-27473 .global-page-banner {
  background-image: url(../images/r2/banner_join.jpg) !important;
}
body.page-node-29641 .global-page-banner {
  background-image: url(../images/r2/bannesr_join.jpg) !important;
}
body.page-node-19370 .global-page-banner, body.page-node-18369 .global-page-banner {
  background-image: url(../images/r2/banner-phd-programs.jpg) !important;
}
body.page-node-18059 .global-page-banner {
  background-image: url(../images/r2/banner-phd-programsnew.jpg) !important;
}
body.page-node-18055 .global-page-banner {
  background-image: url(../images/r2/banner-Biology.jpg) !important;
}
body.page-node-18054 .global-page-banner {
  background-image: url(../images/r2/banner-Chemistry.jpg) !important;
}
body.page-node-18057 .global-page-banner {
  background-image: url(../images/r2/banner-Computer-Science.jpg) !important;
}
body.page-node-18058 .global-page-banner {
  background-image: url(../images/r2/banner-Neural-Science.jpg) !important;
}
body.section-athletics .global-page-banner {
  background-image: url(../images/r2/banner-sport.jpg) !important;
}
body.page-node-20472 .global-page-banner {
  background-image: url(../images/r2/banner-transportation-page.jpg) !important;
}
body.page-node-21956 .global-page-banner {
  background-image: url(../images/r2/Global-China-Studies-2-6.jpg) !important;
}
body.page-node-24623.i18n-zh-hans.section-campus-life .global-page-banner {
  background-image: url(../images/r2/Housing-1-01.jpg) !important;
}
body.page-node-22376 .global-page-banner, body.page-node-24624.i18n-zh-hans.section-campus-life .global-page-banner {
  background-image: url(../images/r2/Housing-3-01.jpg) !important;
}
body.page-node-22377 .global-page-banner, body.page-node-24625.i18n-zh-hans.section-campus-life .global-page-banner {
  background-image: url(../images/r2/Housing-4-01.jpg) !important;
}
body.page-node-11593 .global-page-banner {
  background-image: url(../images/r2/Housing-5-01.jpg) !important;
}
body.page-node-12202 .global-page-banner, body.page-node-23149 .global-page-banner, body.page-node-12203 .global-page-banner, body.page-node-26162 .global-page-banner, body.page-node-26163 .global-page-banner, body.page-node-26164 .global-page-banner, body.page-node-26327 .global-page-banner, body.page-node-26328 .global-page-banner, body.page-node-26329 .global-page-banner, body.page-node-32628 .global-page-banner, body.page-node-42272 .global-page-banner, body.page-node-42273 .global-page-banner, body.page-node-42275 .global-page-banner, body.page-node-42276 .global-page-banner, body.page-node-42277 .global-page-banner, body.page-node-42278 .global-page-banner, body.section-events-highlights .global-page-banner {
  background-image: url(../images/r2/banner-diversity-Initiatives.jpg) !important;
}
body.page-node-26163.i18n-zh-hans.section-campus-life .global-page-banner, body.page-node-26328.i18n-zh-hans.section-campus-life .global-page-banner {
  background-image: url(../images/r2/banner-diversity-Initiatives.jpg) !important;
}
body.page-node-18056 .global-page-banner {
  background-image: url(../images/r2/banner-Physics.jpg) !important;
}
body.page-node-19370 .global-page-banner {
  background-image: url(../images/r2/banner-phdprograms.jpg) !important;
}
body.page-node-23642 .global-page-banner {
  background-image: url(../images/r2/banner-date-science.jpg) !important;
}
body.page-node-18986 .global-page-banner, body.section-alumni-voices .global-page-banner, body.page-node-37461 .global-page-banner, body.page-node-37050 .global-page-banner {
  background-image: url(../images/r2/banner_global_awards.jpg) !important;
}
body.section-about .global-page-banner, body.page-node-1757 .global-page-banner, body.page-node-342 .global-page-banner {
  background-image: url(../images/r2/banner_campusnyush.jpg) !important;
}
body.page-node-26201 .global-page-banner, body.page-node-26202 .global-page-banner, body.page-node-26970 .global-page-banner, body.page-node-26971 .global-page-banner {
  background-image: url(../images/r2/banner-curriculum.jpg) !important;
}
body.section-orientation .global-page-banner, body.page-node-37441 .global-page-banner {
  background-image: url(../images/r2/new-student-banner.jpg) !important;
}
body.section-campus-life-involvement .global-page-banner, body.i18n-zh-hans.section-campus-life-involvement .global-page-banner {
  background-image: url(../images/r2/banner-activities.jpg) !important;
}
body.page-node-12600 .global-page-banner {
  background-image: url(../images/r2/studentlifeBanner.jpg) !important;
}
body.page-node-2152 .global-page-banner {
  background-image: url(../images/r2/banner-event-security.jpg) !important;
}
body.page-node-14075 .global-page-banner {
  background-image: url(../images/r2/banner-exam-placement.jpg) !important;
}
body.page-node-26974 .global-page-banner {
  background-image: url(../images/r2/banner-exam-scores-curriculumFulfillment.jpg) !important;
}
body.page-node-1750 .global-page-banner {
  background-image: url(../images/r2/banner-firstyear.jpg) !important;
}
body.page-node-12570 .global-page-banner {
  background-image: url(../images/r2/banner-registration-guidance.jpg) !important;
}
body.page-node-22786 .global-page-banner, body.page-node-27527 .global-page-banner, body.page-node-15910 .global-page-banner, body.page-node-15910 .global-page-banner, body.page-node-31149 .global-page-banner, body.page-node-31151 .global-page-banner, body.page-node-31152 .global-page-banner {
  background-image: url(../images/r2/banner-plan-first-sem.jpg) !important;
}
body.page-node-18029 .global-page-banner {
  background-image: url(../images/r2/banner-courses-in-shanghai.jpg) !important;
}
body.page-node-21595 .global-page-banner {
  background-image: url(../images/r2/banner-coursesoutofshanghai.jpg) !important;
}
body.page-node-28319 .global-page-banner, body.page-node-28320 .global-page-banner, body.page-node-27435 .global-page-banner, body.page-node-27436 .global-page-banner {
  background-image: url(../images/r2/convocation-graduate-banner.jpg) !important;
}
body.page-node-28315 .global-page-banner, body.page-node-28316 .global-page-banner, body.page-node-27438 .global-page-banner {
  background-image: url(../images/r2/banner_class2021.jpg) !important;
}
body.page-node-28317 .global-page-banner, body.page-node-28318 .global-page-banner, body.page-node-27439 .global-page-banner, body.page-node-27440 .global-page-banner {
  background-image: url(../images/r2/banner_class2021local.jpg) !important;
}
body.page-node-25666 .global-page-banner, body.page-node-31052 .global-page-banner, body.page-node-31053 .global-page-banner {
  background-image: url(../images/r2/banner_convocation2022.jpg) !important;
}
body.page-node-26147.i18n-zh-hans.section-campus-life .global-page-banner {
  background-image: url(../images/r2/banner_cn_prearrival.jpg) !important;
}
body.page-node-26148.i18n-zh-hans.section-campus-life .global-page-banner {
  background-image: url(../images/r2/banner_cn_moving.jpg) !important;
}
body.page-node-26149.i18n-zh-hans.section-campus-life .global-page-banner {
  background-image: url(../images/r2/banner_cn_orientation.jpg) !important;
}
body.section-returntocampus2020 .global-page-banner {
  background-image: url(../images/r2/banner_returncampus.jpg) !important;
}
body.page-node-5556 .global-page-banner {
  background-image: url(../images/r2/banner_studyAwayOutofShanghai.jpg) !important;
}
body.page-node-26143 .global-page-banner, body.page-node-26779 .global-page-banner {
  background-image: url(../images/r2/banner_ExploreYourStudyAwayOpportunities.jpg) !important;
}
body.page-node-17706 .global-page-banner, body.page-node-17699 .global-page-banner {
  background-image: url(../images/r2/banner_study-away.jpg) !important;
}
body.page-node-26144 .global-page-banner, body.page-node-26780 .global-page-banner {
  background-image: url(../images/r2/banner_planyourstudyaway.jpg) !important;
}
body.page-node-26781 .global-page-banner {
  background-image: url(../images/r2/banner_studyAwayEvents.jpg) !important;
}
body.page-node-26146 .global-page-banner, body.page-node-26782 .global-page-banner {
  background-image: url(../images/r2/banner_globalWeek.jpg) !important;
}
body.page-node-26147 .global-page-banner, body.page-node-26783 .global-page-banner {
  background-image: url(../images/r2/banner_preDepa.jpg) !important;
}
body.page-node-26148 .global-page-banner, body.page-node-26784 .global-page-banner {
  background-image: url(../images/r2/banner_reentry.jpg) !important;
}
body.page-node-26149 .global-page-banner, body.page-node-26785 .global-page-banner {
  background-image: url(../images/r2/bnner_global_certi.jpg) !important;
}
body.page-node-26152 .global-page-banner, body.page-node-26786 .global-page-banner {
  background-image: url(../images/r2/banner_january_term.jpg) !important;
}
body.page-academics-study-away-faqs .global-page-banner {
  background-image: url(../images/r2/banner_studyawayfaq.jpg) !important;
}
body.page-node-26307 .global-page-banner {
  background-image: url(../images/r2/Banner-sociology.jpg) !important;
}
body.page-node-25115 .global-page-banner, body.page-node-30035 .global-page-banner {
  background-image: url(../images/r2/banner_mathematics_placement.jpg) !important;
}
body.page-node-25116 .global-page-banner {
  background-image: url(../images/r2/banner_computer_science_placement.jpg) !important;
}
body.page-node-26168 .global-page-banner, body.page-node-26687 .global-page-banner, body.page-advising-prepare-graduate-school .global-page-banner {
  background-image: url(../images/r2/banner_academic_advising.jpg) !important;
}
body.page-node-26175 .global-page-banner, body.page-node-26177 .global-page-banner, body.page-node-26178 .global-page-banner, body.page-node-26179 .global-page-banner, body.page-node-26733 .global-page-banner {
  background-image: url(../images/r2/banner_cnadmissions.jpg) !important;
}
body.page-node-26180 .global-page-banner, body.page-node-26733 .global-page-banner, body.page-node-26734 .global-page-banner {
  background-image: url(../images/r2/banner_cnadmission2.jpg) !important;
}
body.page-node-2374.section-zsb .global-page-banner {
  background-image: url(../images/r2/banner_cnadmissionfaq.jpg);
}
body.page-node-2375 .global-page-banner {
  background-image: url(../images/r2/banner_caf.jpg);
}
body.page-node-2376.section-zsb .global-page-banner, body.page-node-26730 .global-page-banner {
  background-image: url(../images/r2/banner_admission-process.jpg);
}
body.page-node-27034 .global-page-banner {
  background-image: url(../images/r2/banner_faq.jpg) !important;
}
body.page-living-in-shanghai.i18n-zh-hans .global-page-banner {
  background-image: url(../images/r2/banner_livein.jpg) !important;
}
body.page-node-20109.section-zsb .global-page-banner {
  background-image: url(../images/r2/banner_cn_graduate_destinations.jpg);
}
body.page-node-18025 .global-page-banner, body.page-node-18024 .global-page-banner {
  background-image: url(../images/r2/banner_cnacademics-v2.jpg) !important;
}
body.page-zsb-admissions-tour .global-page-banner, body.i18n-zh-hans.page-node-26183 .global-page-banner {
  background-image: url(../images/r2/banner_cn_admissions_tour.jpg) !important;
}
body.page-node-2372 .global-page-banner, body.page-node-43164 .global-page-banner, body.page-node-43165 .global-page-banner, body.page-node-43055 .global-page-banner, body.page-node-43167 .global-page-banner, body.page-node-43054 .global-page-banner, body.page-node-43056 .global-page-banner, body.page-node-43057 .global-page-banner {
  background-image: url(../images/r2/banner_admission_policy.jpg) !important;
}
body.page-node-2747 .global-page-banner {
  background-image: url(../images/r2/banner-admissions_v2.jpg) !important;
}
body.page-node-2749 .global-page-banner {
  background-image: url(../images/r2/banner_admissionplan.jpg) !important;
}
body.page-node-513 .global-page-banner, body.page-node-27472 .global-page-banner, body.page-node-29639 .global-page-banner, body.page-node-43160 .global-page-banner, body.section-academics-tuition-final-addt-bursar-faq .global-page-banner {
  background-image: url(../images/r2/banner_connectwithus.jpg) !important;
}
body.page-node-26343 .global-page-banner {
  background-image: url(../images/r2/Electrical-banner.jpg) !important;
}
body.page-node-26312 .global-page-banner {
  background-image: url(../images/r2/banner_2021livestreambg.jpg) !important;
}
body.page-node-26184 .global-page-banner, body.page-node-26185 .global-page-banner, body.page-node-26788 .global-page-banner, body.page-node-26789 .global-page-banner {
  background-image: url(../images/r2/banner-advising-pro-evnt.jpg) !important;
}
body.page-node-1751 .global-page-banner {
  background-image: url(../images/r2/banner_preprofessional_advising.jpg) !important;
}
body.page-node-1775 .global-page-banner, body.page-node-19718 .global-page-banner {
  background-image: url(../images/r2/banner_advising_prehealth_courses.jpg) !important;
}
body.page-node-19719 .global-page-banner, body.page-node-19720 .global-page-banner {
  background-image: url(../images/r2/banner_advising_prehealth.jpg) !important;
}
body.page-node-1774 .global-page-banner {
  background-image: url(../images/r2/banner_advising_prelaw_crclm.jpg) !important;
}
body.page-node-26182 .global-page-banner, body.page-node-26793 .global-page-banner {
  background-image: url(../images/r2/banner_advising_faq.jpg) !important;
}
body.page-node-26205 .global-page-banner {
  background-image: url(../images/r2/banner_exam_scores.jpg) !important;
}
body.page-node-356 .global-page-banner {
  background-image: url(../images/r2/banner-academic_advising.jpg) !important;
}
body.page-node-14436 .global-page-banner {
  background-image: url(../images/r2/banner-advising-resources.jpg) !important;
}
body.page-node-27037 .global-page-banner {
  background-image: url(../images/r2/banner_sustainability.jpg) !important;
}
body .page-node-27434 .global-page-banner {
  background-image: url(../images/r2/banner_ogae.jpg) !important;
}
body.page-node-27459 .global-page-banner, body.page-node-29128 .global-page-banner, body.page-node-29124 .global-page-banner, body.page-node-32283 .global-page-banner, body.page-node-32284 .global-page-banner, body.page-node-32285 .global-page-banner, body.page-node-33180 .global-page-banner, body.page-node-33181 .global-page-banner, body.page-node-38241 .global-page-banner {
  background-image: url(../images/r2/banner_reads.jpg) !important;
}
body.page-node-28776 .global-page-banner {
  background-image: url(../images/r2/nyushanghai_reads.jpg) !important;
}
body.page-node-27462 .global-page-banner {
  background-image: url(../images/r2/banner_facility_management.jpg) !important;
}
body.page-node-27478 .global-page-banner, body.page-node-29287 .global-page-banner {
  background-image: url(../images/r2/banner_apa.jpg) !important;
}
body.page-node-2373 .global-page-banner {
  background-image: url(../images/r2/banner_ap.jpg) !important;
}
body.page-node-26732 .global-page-banner {
  background-image: url(../images/r2/banner_gam.jpg) !important;
}
body.page-node-27481 .global-page-banner, body.page-node-29642 .global-page-banner {
  background-image: url(../images/r2/banner_cnnew.jpg) !important;
}
body.page-node-2376 .global-page-banner {
  background-image: url(../images/r2/banner_contactus.jpg) !important;
}
body.page-node-29663 .global-page-banner {
  background-image: url(../images/r2/banner_public_administration.jpeg) !important;
}
body.page-node-30036 .global-page-banner {
  background-image: url(../images/r2/banner_videocontest.jpg) !important;
}
body.page-node-30066 .global-page-banner, body.page-node-30068 .global-page-banner {
  background-image: url(../images/r2/banner_Resources_Faculty.jpg) !important;
}
body.page-node-197 .global-page-banner {
  background-image: url(../images/r2/banner_arc-v2.jpg) !important;
}
body.page-node-27490 .global-page-banner {
  background-image: url(../images/r2/banner_arcwriting.jpg) !important;
}
body.page-node-30527 .global-page-banner {
  background-image: url(../images/r2/banner_wsla.jpg) !important;
}
body.page-node-27491 .global-page-banner, body.page-node-30523 .global-page-banner {
  background-image: url(../images/r2/banner_courses-v7.jpg) !important;
}
body.page-node-12625 .global-page-banner, body.page-node-27501 .global-page-banner, body.page-node-30506 .global-page-banner {
  background-image: url(../images/r2/banner_datascience.jpg) !important;
}
body.page-node-345 .global-page-banner, body.page-node-30530 .global-page-banner {
  background-image: url(../images/r2/banner_arcv3.jpg) !important;
}
body.page-node-25073 .global-page-banner {
  background-image: url(../images/r2/banner_arc2.jpg) !important;
}
body.page-node-27502 .global-page-banner, body.page-node-30528 .global-page-banner, body.page-node-43260 .global-page-banner {
  background-image: url(../images/r2/banner_arc3.jpg) !important;
}
body.page-node-27503 .global-page-banner, body.page-node-30529 .global-page-banner {
  background-image: url(../images/r2/banner_arc4.jpg) !important;
}
body.page-node-24707 .global-page-banner {
  background-image: url(../images/r2/banner_arc5.jpg) !important;
}
body.page-node-6548 .global-page-banner, body.page-node-27504 .global-page-banner, body.page-node-27506 .global-page-banner, body.page-node-27507 .global-page-banner, body.page-node-30531 .global-page-banner, body.page-node-30532 .global-page-banner, body.page-node-30533 .global-page-banner {
  background-image: url(../images/r2/banner_arc6.jpg) !important;
}
body.page-node-12643 .global-page-banner, body.page-node-30521 .global-page-banner {
  background-image: url(../images/r2/banner_socialscience.jpg) !important;
}
body.page-node-12686 .global-page-banner, body.page-node-30514 .global-page-banner {
  background-image: url(../images/r2/banner_biology.jpg) !important;
}
body.page-node-12616 .global-page-banner, body.page-node-30508 .global-page-banner {
  background-image: url(../images/r2/banner_chemistry.png) !important;
}
body.page-node-12641 .global-page-banner, body.page-node-30520 .global-page-banner {
  background-image: url(../images/r2/banner_physics.jpg) !important;
}
body.page-node-12640 .global-page-banner, body.page-node-30519 .global-page-banner {
  background-image: url(../images/r2/banner_neuralscience.jpg) !important;
}
body.page-node-12623 .global-page-banner, body.page-node-30509 .global-page-banner {
  background-image: url(../images/r2/banner_computerscience.jpg) !important;
}
body.page-node-12622 .global-page-banner, body.page-node-30510 .global-page-banner {
  background-image: url(../images/r2/banner_computersystemsengineering.jpg) !important;
}
body.page-node-12627 .global-page-banner, body.page-node-30512 .global-page-banner {
  background-image: url(../images/r2/banner_electricalandsystemsengineering.jpg) !important;
}
body.page-node-12626 .global-page-banner, body.page-node-30511 .global-page-banner {
  background-image: url(../images/r2/banner_economics.jpg) !important;
}
body.page-node-12639 .global-page-banner, body.page-node-30518 .global-page-banner {
  background-image: url(../images/r2/banner_mathematics.jpg) !important;
}
body.page-node-14109 .global-page-banner {
  background-image: url(../images/r2/banner_honorsmathematics.jpg) !important;
}
body.page-node-12628 .global-page-banner, body.page-node-30513 .global-page-banner {
  background-image: url(../images/r2/banner_globalchinastudies.jpg) !important;
}
body.page-node-12631 .global-page-banner, body.page-node-30516 .global-page-banner {
  background-image: url(../images/r2/banner_interactivemediaarts.jpg) !important;
}
body.page-node-12615 .global-page-banner {
  background-image: url(../images/r2/banner_businessandmarketing.jpg) !important;
}
body.page-node-12614 .global-page-banner, body.page-node-30507 .global-page-banner {
  background-image: url(../images/r2/banner_businessandfinance.jpg) !important;
}
body.page-node-12630 .global-page-banner, body.page-node-30517 .global-page-banner {
  background-image: url(../images/r2/banner_interactivemediaandbusiness.jpg) !important;
}
body.page-node-12629 .global-page-banner, body.page-node-30515 .global-page-banner {
  background-image: url(../images/r2/banner_humanitiespsd.jpg) !important;
}
body.page-node-3191 .global-page-banner {
  background-image: url(../images/r2/banner_selfdesigned.jpg) !important;
}
body.page-node-30457 .global-page-banner {
  background-image: url(../images/r2/banner_net.png) !important;
}
body.page-node-27495 .global-page-banner, body.page-node-27500 .global-page-banner {
  background-image: url(../images/r2/banner_gd2.jpg) !important;
}
body.page-node-27496 .global-page-banner, body.page-node-27499 .global-page-banner, body.page-node-30466 .global-page-banner {
  background-image: url(../images/r2/banner_gd1.jpg) !important;
}
body.page-node-30910 .global-page-banner, body.page-node-30911 .global-page-banner {
  background-image: url(../images/r2/FDR-banner.jpg);
}
body.section-updates-novel-coronavirus .global-page-banner {
  background-image: url(../images/r2/banner_covid.jpeg) !important;
}
body.page-node-31511 .global-page-banner {
  background-image: url(../images/r2/banner-innovation.jpg);
}
body.page-node-31517 .global-page-banner, body.page-node-31521 .global-page-banner {
  background-image: url(../images/r2/banner-saps.jpg);
}
body.page-node-31518 .global-page-banner, body.page-node-31524 .global-page-banner {
  background-image: url(../images/r2/banner-samaster-study.jpg);
}
body.page-node-31519 .global-page-banner, body.page-node-31525 .global-page-banner {
  background-image: url(../images/r2/banner-courcelist.jpg);
}
body.page-node-31520 .global-page-banner, body.page-node-31526 .global-page-banner {
  background-image: url(../images/r2/banner-faculty.jpg);
}
body.page-node-24014 .global-page-banner, body.page-node-32224 .global-page-banner {
  background-image: url(../images/r2/banner-identify-cdc.jpg) !important;
}
body.page-node-32226 .global-page-banner {
  background-image: url(../images/r2/banner_vs.jpg) !important;
}
body.page-event-highlight .global-page-banner {
  background-image: url(../images/r2/banner_eh.jpg) !important;
}
body.page-node-14783 .global-page-banner {
  background-image: url(../images/r2/banner-admissioncnu.jpg) !important;
}
body.page-node-33981 .global-page-banner, body.page-node-33984 .global-page-banner {
  background-image: url(../images/r2/banner_ogae_alumni.jpg) !important;
}
body.page-node-549 .global-page-banner, body.page-node-36263 .global-page-banner, body.page-node-43466 .global-page-banner {
  background-image: url(../images/r2/banner_residence_hall.jpg) !important;
}
body.page-node-550 .global-page-banner, body.page-node-2391 .global-page-banner {
  background-image: url(../images/r2/banner_rsidential_life.jpg) !important;
}
body.page-node-11594 .global-page-banner, body.page-node-24626 .global-page-banner {
  background-image: url(../images/r2/banner_faqs.jpg) !important;
}
body.page-node-531 .global-page-banner {
  background-image: url(../images/r2/banner_st1.jpg) !important;
}
body.page-node-532 .global-page-banner, body.page-node-26146 .global-page-banner {
  background-image: url(../images/r2/banner_st2.jpg) !important;
}
body.page-node-4265 .global-page-banner {
  background-image: url(../images/r2/banner_st3.jpg) !important;
}
body.page-node-35409 .global-page-banner, body.page-node-35437 .global-page-banner {
  background-image: url(../images/r2/banner_st4.jpg) !important;
}
body.page-node-4268 .global-page-banner {
  background-image: url(../images/r2/banner_st5.jpg) !important;
}
body.page-node-35436 .global-page-banner {
  background-image: url(../images/r2/banner_newstudent.jpg) !important;
}
body.page-node-558 .global-page-banner, body.page-node-23189 .global-page-banner, body.page-node-23190 .global-page-banner, body.page-node-23191 .global-page-banner, body.page-node-23192 .global-page-banner {
  background-image: url(../images/r2/banner_healthcenter.jpg) !important;
}
body.page-node-25664 .global-page-banner, body.page-node-25666 .global-page-banner {
  background-image: url(../images/r2/banner_graduate_convocation_2024.jpg) !important;
}
body.page-node-35453 .global-page-banner, body.page-node-35454 .global-page-banner {
  background-image: url(../images/r2/banner_convocation2.jpg) !important;
}
body.page-node-541 .global-page-banner, body.page-node-19732 .global-page-banner {
  background-image: url(../images/r2/banner_athletics-2025.jpg) !important;
}
body.page-node-536 .global-page-banner, body.page-node-19734 .global-page-banner {
  background-image: url(../images/r2/banner_athletics-v2.jpg) !important;
}
body.page-node-537 .global-page-banner, body.page-node-19735 .global-page-banner, body.section-students .global-page-banner {
  background-image: url(../images/r2/banner_athletics2.jpg) !important;
}
body.page-node-35471 .global-page-banner {
  background-image: url(../images/r2/banner_athletics4.jpg) !important;
}
body.section-staff .global-page-banner, body.page-node-862 .global-page-banner, body.section-academics-tuition-us .global-page-banner, body.section-academics-tuition-us-refunds-and-withdrawals .global-page-banner, body.page-node-523 .global-page-banner {
  background-image: url(../images/r2/banner_staff05.jpg);
}
body.i18n-zh-hans.page-node-26771 .global-page-banner {
  background-image: url(../images/r2/banner_voc.jpg);
}
body.page-node-1557 .global-page-banner, body.page-node-2150 .global-page-banner, body.page-node-14101 .global-page-banner {
  background-image: url(../images/r2/banner_visitors08.jpg) !important;
}
body.section-academics-curriculum .global-page-banner, body.section-curriculum .global-page-banner, body.section-students .global-page-banner, body.page-node-14786 .global-page-banner {
  background-image: url(../images/r2/banner_curriculum02.jpg) !important;
}
body.section-academics-special .global-page-banner, body.section-academic-technology-portal .global-page-banner, body.section-academics-calendar .global-page-banner {
  background-image: url(../images/r2/banner_special01.jpg) !important;
}
body.section-academics-tuition-international .global-page-banner, body.section-academics-tuition-esuite-in .global-page-banner, body.section-academics-tuition-pm-in .global-page-banner, body.section-academics-tuition-ab-in .global-page-banner, body.section-academics-tuition-rs-in .global-page-banner, body.section-academics-tuition-fee-in .global-page-banner, body.section-academics-tuition-international-refunds-and-withdrawals .global-page-banner {
  background-image: url(../images/r2/banner_academics_tuition10.jpg) !important;
}
body.section-academics-teaching-resources .global-page-banner {
  background-image: url(../images/r2/banner_academics_tr03.jpg) !important;
}
body.page-node-1838 .global-page-banner, body.page-node-1550 .global-page-banner, body.page-node-1551 .global-page-banner {
  background-image: url(../images/r2/banner_transportation09.jpg) !important;
}
body.page-node-30479 .global-page-banner {
  background-image: url(../images/r2/banner_campuslife11.jpg) !important;
}
body.page-node-4560 .global-page-banner {
  background-image: url(../images/r2/banner_nyucard12.jpg) !important;
}
body.page-node-2151 .global-page-banner {
  background-image: url(../images/r2/banner_lostfound13.jpg) !important;
}
body.section-academics-majors-sdhm-application-process .global-page-banner {
  background-image: url(../images/r2/banner_application-process14.jpg) !important;
}
body.page-node-533 .global-page-banner {
  background-image: url(../images/r2/banner_studyaway_new.jpg) !important;
}
body.page-node-4296 .global-page-banner {
  background-image: url(../images/r2/banner_beforeaway.jpg) !important;
}
body.page-node-35425 .global-page-banner, body.page-node-36258 .global-page-banner {
  background-image: url(../images/r2/banner_moveing-v2.jpg) !important;
}
body.page-node-4298 .global-page-banner {
  background-image: url(../images/r2/banner_moveorientation.jpg) !important;
}
body.page-node-35426 .global-page-banner, body.page-node-36259 .global-page-banner, body.page-node-36260 .global-page-banner {
  background-image: url(../images/r2/banner_studyaway.jpg) !important;
}
body.page-node-37450 .global-page-banner {
  background-image: url(../images/r2/banner_academic-affairs.jpg) !important;
}
body.page-node-37051 .global-page-banner, body.page-node-37052 .global-page-banner, body.page-node-38224 .global-page-banner, body.page-node-38240 .global-page-banner {
  background-image: url(../images/r2/banner_annualreport.jpg) !important;
}
body.page-node-37053 .global-page-banner, body.page-node-38641 .global-page-banner, body.page-node-43050 .global-page-banner, body.page-node-43051 .global-page-banner {
  background-image: url(../images/r2/banner_ourstudent.jpg) !important;
}
body.page-node-39146 .global-page-banner, body.page-node-39147 .global-page-banner, body.page-node-39149 .global-page-banner, body.page-node-39156 .global-page-banner, body.page-node-39157 .global-page-banner, body.page-node-39974 .global-page-banner, body.page-node-39976 .global-page-banner, body.page-node-39978 .global-page-banner, body.page-node-39979 .global-page-banner, body.page-node-43073 .global-page-banner {
  background-image: url(../images/r2/banner_student_success.jpg) !important;
}
body.page-node-7051 .global-page-banner {
  background-image: url(../images/r2/banner_durf.jpg) !important;
}
body.page-node-39975 .global-page-banner {
  background-image: url(../images/r2/banner_researchassembly.jpg) !important;
}
body.section-page-class-2024-graduate-convocation .global-page-banner, body.section-cn-page-class-2024-graduate-convocation .global-page-banner {
  background-image: url(../images/r2/banner_2024.jpg) !important;
}
body.page-node-40913 .global-page-banner {
  background-image: url(../images/r2/banner_aprhandbook.jpg) !important;
}
body.page-node-40914 .global-page-banner, body.page-node-40915 .global-page-banner {
  background-image: url(../images/r2/banner_acdm_tuition04.jpg) !important;
}
body.page-node-30479 .global-page-banner, body.page-node-530 .global-page-banner, body.page-node-43829.section-campuslife .global-page-banner {
  background-image: url(../images/r2/banner_campuslife11.jpg) !important;
}
body.page-arc-course-specific-tutoring-la .global-page-banner {
  background-image: url(../images/r2/bannr_arc2024.jpg) !important;
}
body.page-node-42295 .global-page-banner, body.page-node-42301 .global-page-banner, body.page-node-42302 .global-page-banner, body.page-node-42303 .global-page-banner, body.page-node-39184 .global-page-banner, body.page-node-39185 .global-page-banner, body.page-node-39186 .global-page-banner, body.page-node-39187 .global-page-banner, body.page-node-39521 .global-page-banner, body.page-node-39522 .global-page-banner, body.page-node-39523 .global-page-banner, body.page-node-39524 .global-page-banner, body.page-node-42909 .global-page-banner {
  background-image: url(../images/r2/banner_arwad.jpg) !important;
}
body.page-node-39521 .global-page-banner, body.page-node-39522 .global-page-banner, body.page-node-39523 .global-page-banner, body.page-node-39524 .global-page-banner {
  background-image: url(../images/r2/banner_arwad2.jpg) !important;
}
body.section-page-talent-programs .global-page-banner, body.section-page-talent-programs-national .global-page-banner, body.section-page-talent-programs-shanghai .global-page-banner, body.section-page-talent-programs-pudong .global-page-banner {
  background-image: url(../images/r2/banner_talent.jpg) !important;
}
body.section-advising-programs-and-events-graduate-school-blast .global-page-banner, body.page-advising .global-page-banner {
  background-image: url(../images/r2/banner_graduate_school_blast.jpg) !important;
}
body.page-node-42808 .global-page-banner, body.page-node-42809 .global-page-banner, body.page-node-42810 .global-page-banner, body.page-node-42892 .global-page-banner, body.page-node-42893 .global-page-banner, body.page-node-42894 .global-page-banner {
  background-image: url(../images/r2/banner_preprofessionaladvising.jpg) !important;
}
body.page-node-7158 .global-page-banner {
  background-image: url(../images/r2/banner_undergraduate_studies.jpg) !important;
}
body.page-academic-affairs-meet-the-team .global-page-banner, body.page-node-43083 .global-page-banner {
  background-image: url(../images/r2/banner_academic_team.jpg) !important;
}
body.page-node-43039 .global-page-banner, body.page-node-43046 .global-page-banner {
  background-image: url(../images/r2/banner-academicaff.jpg) !important;
}
body.page-node-43044 .global-page-banner, body.page-node-43053 .global-page-banner {
  background-image: url(../images/r2/banner-aasa.jpg) !important;
}
body.page-node-43037 .global-page-banner, body .page-node-43037 .global-page-banner {
  background-image: url(../images/r2/banner_class2024.png) !important;
}
body.page-node-43043 .global-page-banner, body.page-node-43052 .global-page-banner {
  background-image: url(../images/r2/banner_academic_operations.jpg) !important;
}
body.page-node-43044 .global-page-banner {
  background-image: url(../images/r2/banner_academic_aperations2.jpg) !important;
}
body.page-node-5549 .global-page-banner {
  background-image: url(../images/r2/banner_aca-v2.jpg) !important;
}
body.page-node-15905 .global-page-banner, body.page-node-15526 .global-page-banner {
  background-image: url(/themes/custom/shanghai/images/r2/banner_academics-majors.jpg) !important;
}
body.page-node-10013 .global-page-banner {
  background-image: url(../images/r2/banner_science_laboratories.jpg) !important;
}
body.page-node-43045 .global-page-banner, body.page-node-43105 .global-page-banner {
  background-image: url(../images/r2/banner_laboratories_safety.jpg) !important;
}
body.page-node-10016 .global-page-banner {
  background-image: url(../images/r2/banner_laboratories_management.jpg) !important;
}
body.page-node-7961 .global-page-banner, body.page-node-43106 .global-page-banner {
  background-image: url(../images/r2/banner_laboratories_chemical.jpg) !important;
}
body.page-node-43090 .global-page-banner {
  background-image: url(../images/r2/banner_graduateconvocation-v2.jpg) !important;
}
body.page-node-360 .global-page-banner {
  background-image: url(../images/r2/banner_registrar360.jpg) !important;
}
body.page-node-728 .global-page-banner {
  background-image: url(../images/r2/banner_transcripts.jpg) !important;
}
body.page-node-726 .global-page-banner {
  background-image: url(../images/r2/banner_studentrecords.jpg) !important;
}
body.page-node-43047 .global-page-banner, body.page-node-43116 .global-page-banner {
  background-image: url(../images/r2/banner_studentforms.jpg) !important;
}
body.page-node-31523 .global-page-banner {
  background-image: url(../images/r2/banner_gradution.jpg) !important;
}
body.page-node-4828 .global-page-banner {
  background-image: url(../images/r2/banner_verificationdoc.jpg) !important;
}
body.page-node-43048 .global-page-banner, body.page-node-43099 .global-page-banner, body.page-node-43110 .global-page-banner {
  background-image: url(../images/r2/banner_summeracadmy.jpg) !important;
}
body.section-ai-program-application-form .global-page-banner, body.page-node-43049 .global-page-banner, body.page-node-43100 .global-page-banner, body.page-node-43108 .global-page-banner, body.page-node-43109 .global-page-banner {
  background-image: url(../images/r2/banner_aiprogram.jpg) !important;
}
body.page-node-43161 .global-page-banner, body.page-node-43162 .global-page-banner, body.page-node-43163 .global-page-banner, body.page-node-43178 .global-page-banner {
  background-image: url(../images/r2/banner_opencourse_faq.jpg) !important;
}
body.page-node-43059 .global-page-banner, body.section-webform-qilin_youth_camps_from-test .global-page-banner, body.section-form-qilin-youth-camps-from .global-page-banner, body.page-webform-qilin_youth_camps_from .global-page-banner, body.page-node-43223 .global-page-banner, body.page-node-43195 .global-page-banner, body.page-node-43222 .global-page-banner, body.page-node-43219 .global-page-banner {
  background-image: url(../images/r2/banner_qilinyouth.jpg) !important;
}
body.page-node-43263 .global-page-banner, body.page-node-43072 .global-page-banner {
  background-image: url(../images/r2/banner_instituteart.jpg) !important;
}
body.page-node-43077 .global-page-banner, body.page-node-43264 .global-page-banner {
  background-image: url(../images/r2/banner_safetypromotion.jpg) !important;
}
body.page-node-43094 .global-page-banner, body.page-node-43762 .global-page-banner {
  background-image: url(../images/r2/banner_gps.jpg) !important;
}
body.page-node-43095 .global-page-banner, body.page-node-43777 .global-page-banner {
  background-image: url(../images/r2/banner_government.jpg) !important;
  background-position: center !important;
}
body.section-news .global-page-banner, body.section-photos .global-page-banner, body.section-videos .global-page-banner, body.section-stories .global-page-banner, body.section-is .global-page-banner, body.section-blogs .global-page-banner, body.section-recent-shows-and-talks .global-page-banner, body.node-type-faculty-publication .global-page-banner, body.section-works-by-faculty .global-page-banner, body.section-works-recommended-by-faculty .global-page-banner, body.node-type-instructor .global-page-banner, body.section-animatedmagazine .global-page-banner, body.section-journal-cover .global-page-banner, body.section-in-the-media .global-page-banner, body.page-node-35424 .global-page-banner, body.page-node-35429 .global-page-banner, body.page-node-35541 .global-page-banner, body.page-node-37036 .global-page-banner {
  background-image: none !important;
  height: 180px !important;
}
body.section-academics-non-degree .global-page-banner, body.section-cn-academics-non-degree .global-page-banner {
  background-image: url(../images/r2/banner_nondegree.jpg) !important;
  background-position: center !important;
}
body.section-academics-non-degree-certificate-programs .global-page-banner, body.section-cn-academics-non-degree-certificate-programs .global-page-banner {
  background-image: url(../images/r2/banner_certificate-programs.jpg) !important;
  background-position: center !important;
}
body.section-academics-non-degree-custom-programs .global-page-banner, body.section-cn-academics-non-degree-custom-programs .global-page-banner {
  background-image: url(../images/r2/banner_custom_program.jpg) !important;
  background-position: center !important;
}
body.page-node-43935 .global-page-banner, body.page-node-43936 .global-page-banner, body.page-node-43940 .global-page-banner, body.page-node-43942 .global-page-banner {
  background-image: url(../images/r2/banner_parenting.jpg) !important;
  background-position: center !important;
}
body.page-node-43937 .global-page-banner {
  background-image: url(../images/r2/banner_cover.jpg) !important;
  background-position: center !important;
}
body.section-academics-non-degree-certificate-programs-spring2026 .global-page-banner {
  background-image: url(../images/r2/banner_certificate-programs.jpg) !important;
  background-position: center !important;
}
@media only screen and (max-width: 767px) {
  body.section-news .global-page-banner, body.section-photos .global-page-banner, body.section-videos .global-page-banner, body.section-stories .global-page-banner, body.section-is .global-page-banner, body.section-blogs .global-page-banner, body.section-recent-shows-and-talks .global-page-banner, body.node-type-faculty-publication .global-page-banner, body.section-works-by-faculty .global-page-banner, body.section-works-recommended-by-faculty .global-page-banner, body.node-type-instructor .global-page-banner, body.section-animatedmagazine .global-page-banner, body.section-journal-cover .global-page-banner, body.section-in-the-media .global-page-banner, body.page-node-35424 .global-page-banner, body.page-node-35429 .global-page-banner, body.page-node-35541 .global-page-banner, body.page-node-37036 .global-page-banner {
    height: 120px !important;
  }
}

.home-headline {
  max-height: 800px;
  overflow: hidden;
}

.home-carousel-wrap {
  position: relative;
}
.home-carousel-wrap .block {
  margin-bottom: 0;
}
.home-carousel-wrap .home-carousel-item {
  margin: 0;
  padding: 0;
}
.home-carousel-wrap .home-carousel-item .item-image {
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-carousel-wrap .home-carousel-item .item-image img {
  width: 100%;
}
.home-carousel-wrap .home-carousel-item .item-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(60%, transparent)) no-repeat;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent 60%) no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 60%) no-repeat;
}
.home-carousel-wrap .home-carousel-item .item-content .item-content-inner {
  max-width: 1390px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  max-height: 800px;
}
.home-carousel-wrap .home-carousel-item .item-content .item-content-box {
  width: 100%;
  max-width: 1330px;
  padding: 40px 30px 0px;
  position: absolute;
  bottom: 15px;
  left: 0px;
  display: none;
}
.home-carousel-wrap .home-carousel-item .item-content h6 {
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.home-carousel-wrap .home-carousel-item .item-content h3 {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
  width: 100%;
}
.home-carousel-wrap .home-carousel-item .item-content p {
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 20px;
}
.home-carousel-wrap .home-carousel-item .item-content p strong {
  font-weight: 500;
}
.home-carousel-wrap .home-carousel-item .item-content a {
  color: #FFFFFF;
}
.home-carousel-wrap .slick-dots {
  bottom: 12px;
}
.home-carousel-wrap .dash-left {
  font-size: 16px;
  color: #fff;
}
.home-carousel-wrap .dash-left:before {
  background: #fff;
}
.home-carousel-wrap .views-field-field-image img {
  width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  overflow: hidden;
}
.home-carousel-wrap .views-field-field-image .hm-bg-img div {
  height: 800px;
  max-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.home-carousel-wrap .slick-slider .slick-prev {
  left: 30px;
}
.home-carousel-wrap .slick-slider .slick-next {
  right: 30px;
}
.home-carousel-wrap .slick-slide .home-carousel-item .item-content .item-content-box {
  display: block;
}

.section-news-events {
  *zoom: 1;
}
.section-news-events:before, .section-news-events:after {
  display: table;
  content: "";
}
.section-news-events:after {
  clear: both;
}

.content-section {
  margin: 70px auto 0px;
}
.content-section ul, .content-section li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-section .section-hd {
  text-align: center;
  padding-bottom: 0;
}
.content-section .section-hd .line-gap {
  width: 1px;
  height: 60px;
  margin: 10px auto 20px;
  background: #ccc;
  display: none;
}
.content-section .section-hd h2 strong {
  color: #5d1889;
  font-size: 56px;
  font-weight: 600;
  background: none;
  background: -webkit-linear-gradient(left, #57068C 1%, #e00f78 100%);
  background: -o-linear-gradient(left, #57068C 1%, #e00f78 100%);
  background: -moz-linear-gradient(left, #57068C 1%, #e00f78 100%);
  background: linear-gradient(to right, #57068c 1%, #e00f78 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.content-section .section-hd h2 strong a {
  color: #57068C;
}
.content-section .section-hd h2 span {
  color: #6d6d6d;
  font-size: 32px;
  margin-left: 10px;
  font-weight: 500;
  display: inline;
}
.content-section .section-hd h2 span a {
  color: #6d6d6d;
}
.content-section .section-hd h2 span a:hover {
  color: #404040;
}
.content-section .section-hd h2 span a:active {
  color: #404040;
}
.content-section .section-hd h4 {
  max-width: 640px;
  font-weight: 400;
  color: #666;
  font-size: 18px;
  margin: 30px auto;
}
.content-section .section-bd h4 a {
  color: inherit;
}
.content-section.home-gazette .section-hd {
  padding-bottom: 15px;
}
.content-section.home-gazette .section-hd h4 {
  color: #000;
}

/** Main Slider Animation Start Here **/
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .item-content-box {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
}

/* Main Slider Animation End Here **/
.home-news {
  width: 100%;
}
.home-news .section-hd {
  text-align: center;
}
.home-news .home-news-wrapper {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  height: 100%;
}
.home-news .home-news-wrapper .views-field-field-new-news-tags {
  padding: 15px 20px 0px 20px;
}
.home-news .home-news-wrapper .views-field-field-new-news-tags ul {
  flex-direction: unset;
  display: block;
}
.home-news .home-news-wrapper .views-field-field-new-news-tags ul .list-group-item {
  display: inline-block;
  border: 0;
  border-radius: 0;
  margin: 0 6px 0 0;
  padding: 4px 8px;
  font-size: 13px;
  color: #57068c;
  line-height: 1.25;
  background: #eee6f3;
}
.home-news .home-news-wrapper .views-field-title, .home-news .home-news-wrapper .views-field-body, .home-news .home-news-wrapper .views-field-edit-node {
  padding: 5px 20px;
}
.home-news .home-news-wrapper .views-field-edit-node {
  padding-top: 0;
  padding-bottom: 0;
}
.home-news .home-news-wrapper .views-field-title {
  padding-top: 15px;
  font-size: 18px;
  color: #57068c;
  font-weight: 500;
  line-height: 1.35;
}
.home-news .home-news-wrapper .views-field-title a {
  color: #57068c;
}
.home-news .home-news-wrapper .views-field-body {
  color: #404040;
  padding-bottom: 0;
}
.home-news .home-news-wrapper .views-field-edit-node a {
  color: #57068c;
  font-weight: 500;
}

.home-events {
  width: 100%;
  background: #F9F9F9;
  margin-bottom: 70px;
  padding: 60px 0 70px 0;
}
.home-events .section-hd {
  text-align: center;
  margin-bottom: 40px;
}
.home-events .section-bd {
  opacity: 1;
}
.home-events .event-list ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
}
@media (max-width: 767px) {
  .home-events .event-list ul {
    grid-template-columns: 100%;
  }
}
.home-events .event-list ul li {
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  float: none;
}
.home-events .event-list ul li a {
  color: #57068c;
}
.home-events .event-list .event-item {
  display: grid;
  gap: 15px;
  grid-template-columns: 88px 1fr;
}
@media (max-width: 767px) {
  .home-events .event-list .event-item {
    grid-template-columns: 100%;
  }
}
.home-events .event-list .event-item .cal_date {
  background-color: #fff;
  border: #57068c solid 1px;
  text-align: center;
  padding: 5px;
  color: #57068c;
  line-height: 1;
  max-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-events .event-list .event-item .cal_date .cal_date_month {
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
}
.home-events .event-list .event-item .cal_date .cal_date_day {
  font-size: 52px;
  font-weight: 700;
  line-height: 48px;
}
.home-events .event-list .event-item .item-content {
  min-height: auto;
  background: none;
  padding: 0;
}
.home-events .event-list .event-item .item-content i {
  color: #6F6F6F;
  width: 18px;
  text-align: center;
}
.home-events .event-list .event-item .item-content h4, .home-events .event-list .event-item .item-content h6 {
  margin: 0;
}
.home-events .event-list .event-item .item-content h4 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.home-events .event-list .event-item .item-content h6 {
  font-size: 16px;
  padding-bottom: 8px;
  line-height: 1.35;
  font-weight: 400;
}
.home-events .event-list .event-item .item-content p, .home-events .event-list .event-item .item-content h6 {
  color: #000;
}

.people-list {
  transition: all .8s ease;
  opacity: 0;
  transform: translate(-50px, 0);
}
.people-list.movein {
  opacity: 1;
  transform: translate(0, 0px);
}
.people-list .slick-slide {
  margin: 3px 15px;
}
.people-list .slick-slide li {
  margin-bottom: 15px;
}
.people-list .slick-list {
  margin: 0 -15px;
}
.people-list .slick-dotted.slick-slider {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.people-list .slick-dots li button:before {
  color: #fff;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #57068C;
  opacity: 1;
}
.people-list .slick-dots li.slick-active button:before {
  background: #57068C;
}
.people-list .people-item {
  position: relative;
  margin: 0;
  display: block;
}
.people-list .people-item .item-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.people-list .people-item .item-image img {
  width: 100%;
}
.people-list .people-item .item-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .33;
  transition: all .3s ease-out;
  pointer-events: none;
}
.people-list .people-item .item-content {
  background-color: white;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
}
.people-list .people-item .item-content h4, .people-list .people-item .item-content h6, .people-list .people-item .item-content p {
  margin: 0 0 10px;
}
.people-list .people-item .item-content h4 {
  color: #57068C;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.people-list .people-item .item-content h6 {
  color: #999;
  margin: 0;
  font-size: 12px;
}
.people-list .people-item .item-content p {
  font-size: 16px;
  color: #202020;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  overflow: hidden;
  display: none;
}
.people-list .people-item:hover .item-image:after {
  opacity: 0;
}

.discover-list {
  *zoom: 1;
}
.discover-list:before, .discover-list:after {
  display: table;
  content: "";
}
.discover-list:after {
  clear: both;
}
.discover-list > ul > li {
  float: left;
  width: 23%;
  transition: all .8s ease;
  opacity: 0;
  transform: translate(0, 20px);
  position: relative;
}
.discover-list > ul > li:nth-child(1) {
  transition-delay: .08s;
}
.discover-list > ul > li:nth-child(2) {
  transition-delay: .16s;
}
.discover-list > ul > li:nth-child(3) {
  transition-delay: .24s;
}
.discover-list > ul > li:nth-child(2) {
  margin-left: 2%;
}
.discover-list > ul > li:nth-child(3) {
  width: 50%;
  float: right;
}
.discover-list.movein > ul > li {
  opacity: 1;
  transform: translate(0, 0px);
}
.discover-list .discover-item {
  margin-bottom: 0px;
  position: relative;
}
.discover-list .discover-item .item-label p {
  color: #999;
  margin-bottom: 6px;
}
.discover-list .discover-item .item-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.discover-list .discover-item .item-image .item-image-cover {
  background: #D5D5D5;
  padding: 30px 0 80px;
  text-align: center;
  min-height: 283px;
}
.discover-list .discover-item .item-image .item-image-cover img {
  object-fit: cover;
  width: 130px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.discover-list .discover-item .item-content {
  background: #fff;
  margin: -60px 0 0 0;
  padding: 20px 20px 20px 0;
  position: relative;
  width: 90%;
}
.discover-list .discover-item .item-content h4, .discover-list .discover-item .item-content h6, .discover-list .discover-item .item-content p {
  margin: 0 0 10px;
}
.discover-list .discover-item .item-content h4 {
  color: #57068C;
}
.discover-list .discover-item .item-content h6 {
  color: #999;
  margin: 0;
  font-size: 12px;
}
.discover-list .discover-item .item-content p {
  font-size: 13px;
  color: #757575;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  overflow: hidden;
}
.discover-list .discover-recommended .item-image .item-image-cover {
  padding-top: 0;
  padding-bottom: 108.4%;
}
.discover-list .discover-recommended .item-image .item-image-cover a {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  padding: 30px 0 50px;
  width: 100%;
  text-align: center;
}
.discover-list .discover-recommended .item-image .item-image-cover a img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.discover-list .discover-spotlight .item-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.discover-list .discover-spotlight .item-image .item-image-cover {
  background: #D5D5D5;
  padding: 0px;
  text-align: center;
  min-height: 283px;
}
.discover-list .discover-spotlight .item-image .item-image-cover img {
  width: 100%;
  box-shadow: none;
}

.home-spotlight .discover-list > ul li:nth-child(1) {
  width: 50%;
}
.home-spotlight .discover-list > ul li:nth-child(3) {
  width: 23%;
}

.home-people .people-item .item-content, .home-people .discover-spotlight .item-content, .home-people .discover-recommended .item-content, .home-people .discover-live .item-content, .home-spotlight .people-item .item-content, .home-spotlight .discover-spotlight .item-content, .home-spotlight .discover-recommended .item-content, .home-spotlight .discover-live .item-content, .home-discover .people-item .item-content, .home-discover .discover-spotlight .item-content, .home-discover .discover-recommended .item-content, .home-discover .discover-live .item-content, .home-pano .people-item .item-content, .home-pano .discover-spotlight .item-content, .home-pano .discover-recommended .item-content, .home-pano .discover-live .item-content {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0px;
  top: auto;
  width: 100%;
  transition: all 0.5s ease;
}
.home-people .people-item .item-content h4, .home-people .discover-spotlight .item-content h4, .home-people .discover-recommended .item-content h4, .home-people .discover-live .item-content h4, .home-spotlight .people-item .item-content h4, .home-spotlight .discover-spotlight .item-content h4, .home-spotlight .discover-recommended .item-content h4, .home-spotlight .discover-live .item-content h4, .home-discover .people-item .item-content h4, .home-discover .discover-spotlight .item-content h4, .home-discover .discover-recommended .item-content h4, .home-discover .discover-live .item-content h4, .home-pano .people-item .item-content h4, .home-pano .discover-spotlight .item-content h4, .home-pano .discover-recommended .item-content h4, .home-pano .discover-live .item-content h4 {
  color: #57068C;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.home-people .people-item .item-content p, .home-people .discover-spotlight .item-content p, .home-people .discover-recommended .item-content p, .home-people .discover-live .item-content p, .home-spotlight .people-item .item-content p, .home-spotlight .discover-spotlight .item-content p, .home-spotlight .discover-recommended .item-content p, .home-spotlight .discover-live .item-content p, .home-discover .people-item .item-content p, .home-discover .discover-spotlight .item-content p, .home-discover .discover-recommended .item-content p, .home-discover .discover-live .item-content p, .home-pano .people-item .item-content p, .home-pano .discover-spotlight .item-content p, .home-pano .discover-recommended .item-content p, .home-pano .discover-live .item-content p {
  margin-top: 10px;
  font-size: 16px;
  color: #202020;
  line-height: 1.5;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.home-people .people-item .item-content .read-more, .home-people .discover-spotlight .item-content .read-more, .home-people .discover-recommended .item-content .read-more, .home-people .discover-live .item-content .read-more, .home-spotlight .people-item .item-content .read-more, .home-spotlight .discover-spotlight .item-content .read-more, .home-spotlight .discover-recommended .item-content .read-more, .home-spotlight .discover-live .item-content .read-more, .home-discover .people-item .item-content .read-more, .home-discover .discover-spotlight .item-content .read-more, .home-discover .discover-recommended .item-content .read-more, .home-discover .discover-live .item-content .read-more, .home-pano .people-item .item-content .read-more, .home-pano .discover-spotlight .item-content .read-more, .home-pano .discover-recommended .item-content .read-more, .home-pano .discover-live .item-content .read-more {
  display: none;
  opacity: 1;
}
.home-people .people-item:hover .item-content p, .home-people .discover-spotlight:hover .item-content p, .home-people .discover-recommended:hover .item-content p, .home-people .discover-live:hover .item-content p, .home-spotlight .people-item:hover .item-content p, .home-spotlight .discover-spotlight:hover .item-content p, .home-spotlight .discover-recommended:hover .item-content p, .home-spotlight .discover-live:hover .item-content p, .home-discover .people-item:hover .item-content p, .home-discover .discover-spotlight:hover .item-content p, .home-discover .discover-recommended:hover .item-content p, .home-discover .discover-live:hover .item-content p, .home-pano .people-item:hover .item-content p, .home-pano .discover-spotlight:hover .item-content p, .home-pano .discover-recommended:hover .item-content p, .home-pano .discover-live:hover .item-content p {
  display: block;
  opacity: 1;
}
.home-people h2, .home-spotlight h2, .home-discover h2, .home-pano h2 {
  padding-bottom: 15px;
}

.home-people {
  background: #F9F9F9;
  padding: 70px 0;
}
.home-people .slick-slider .slick-prev {
  left: 0px;
  top: 32%;
}
.home-people .slick-slider .slick-next {
  right: 0px;
  top: 32%;
}
.home-people h2 {
  margin-top: 0;
}

.study-list {
  *zoom: 1;
}
.study-list:before, .study-list:after {
  display: table;
  content: "";
}
.study-list:after {
  clear: both;
}
.study-list > ul > li {
  float: left;
  width: 31.5%;
  margin-left: 2.666%;
  transition: all .8s ease;
  opacity: 0;
  transform: translate(50px, 0px);
  position: relative;
}
.study-list > ul > li:first-child {
  margin-left: 0;
}
.study-list > ul > li:nth-child(1) {
  transition-delay: .08s;
}
.study-list > ul > li:nth-child(2) {
  transition-delay: .16s;
}
.study-list > ul > li:nth-child(3) {
  transition-delay: .24s;
}
.study-list > ul > li:nth-child(4) {
  transition-delay: .32s;
}
.study-list.movein > ul > li {
  opacity: 1;
  transform: translate(0, 0px);
}
.study-list .study-item {
  position: relative;
  display: block;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.study-list .study-item .item-image {
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.study-list .study-item .item-image img {
  width: 100%;
}
.study-list .study-item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.study-list .study-item .item-content h4, .study-list .study-item .item-content h6, .study-list .study-item .item-content p {
  margin: 0 0 0px;
  text-align: center;
}
.study-list .study-item .item-content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.study-list .study-item:hover {
  transform: translate(0, -3px);
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.home-gazette {
  background: #666 url(../images/home-learn-more.jpg) center center no-repeat;
  background-size: cover;
  transition: all .8s ease;
  opacity: 0;
  transform: translate(0px, 30px);
  margin-top: 0;
  padding: 100px 0;
}
.home-gazette.movein {
  opacity: 1;
  transform: translate(0, 0px);
}
.home-gazette h4 {
  width: 45%;
}
.home-gazette .gazette_link {
  background: #57068C;
  padding: 15px 45px;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.home-gazette .gazette_link:hover, .home-gazette .gazette_link:focus {
  background: #330662;
}
.home-gazette h2 {
  margin: 0;
  padding: 0;
}

.subscribe-form {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.subscribe-form input {
  border: 1px solid #57068C;
  color: #57068C;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  min-width: 300px;
  outline: none;
}
.subscribe-form input::placeholder {
  color: #57068C;
}
.subscribe-form .button-subscribe {
  background: #57068C;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  margin-left: 10px;
}

.read-more {
  font-weight: 500;
}

.home-pano .home-pano-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 380px;
  background: #666 url(../images/r2/360tour-v3.jpg) center center no-repeat;
  background-size: cover;
  font-weight: 600;
  color: #fff;
  font-size: 38px;
  text-align: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.home-pano .home-pano-link:hover, .home-pano .home-pano-link:active {
  color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.home-pano .home-pano-link:focus {
  outline-offset: -3px !important;
}
.home-pano .section-bd {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all .8s ease;
  transition-delay: .08s;
  margin-bottom: 70px;
}
.home-pano .section-bd.movein {
  opacity: 1;
  transform: translate(0, 0px);
}

/* Front Page Only */
.study-list .study-item .item-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5d1889;
  background: -moz-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: -webkit-linear-gradient(-45deg, #5d1889 0%, #c11f39 100%);
  background: linear-gradient(135deg, #5d1889 0%, #c11f39 100%);
  mix-blend-mode: screen;
  opacity: .33;
  transition: all .3s ease-out;
  pointer-events: none;
}
.study-list .study-item .item-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(30%, transparent)) no-repeat;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85), transparent 30%) no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 30%) no-repeat;
}
.study-list .study-item .item-content h4 {
  color: #fff;
  font-size: 32px;
}
.study-list .study-item:hover {
  transform: none;
  box-shadow: none;
}
.study-list .study-item:hover .item-image:after {
  opacity: 0;
}

@media only screen and (max-height: 900px) {
  .home-headline .home-carousel-wrap .home-carousel-item .item-image {
    min-height: calc(100vh - 100px);
  }
}
@media only screen and (max-height: 650px) {
  .home-headline .home-carousel-wrap .home-carousel-item .item-image {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-carousel-wrap .home-carousel-item .item-content .item-content-box {
    max-width: 1100px;
    padding: 20px 20px 0 20px;
  }
  .home-carousel-wrap .slick-dots {
    bottom: 12px;
  }

  .people-list .people-item {
    margin-bottom: 20px;
    position: relative;
  }
  .people-list .people-item .item-content h4, .people-list .people-item .item-content h6, .people-list .people-item .item-content p {
    margin: 0 0 10px;
  }
  .people-list .people-item .item-content h4 {
    color: #57068C;
    font-weight: 500;
  }
  .people-list .people-item .item-content h6 {
    color: #999;
    margin: 0;
    font-size: 12px;
  }
  .people-list .people-item .item-content p {
    font-size: 13px;
    color: #757575;
  }

  .discover-list {
    *zoom: 1;
  }
  .discover-list:before, .discover-list:after {
    display: table;
    content: "";
  }
  .discover-list:after {
    clear: both;
  }
  .discover-list > ul > li {
    float: left;
    width: 48%;
  }
  .discover-list > ul > li:nth-child(2) {
    margin-left: 4%;
  }
  .discover-list > ul > li:nth-child(3) {
    width: 100%;
    clear: both;
    float: none;
  }
  .discover-list .discover-item {
    margin-bottom: 20px;
    position: relative;
    max-height: 100%;
  }
  .discover-list .discover-item .item-image p {
    color: #999;
    font-size: 13px;
    margin-bottom: 6px;
  }
  .discover-list .discover-item .item-image img {
    width: 100%;
  }

  .home-spotlight .discover-list > ul > li {
    float: left;
    width: 48%;
  }
  .home-spotlight .discover-list > ul > li:nth-child(1) {
    width: 100%;
    clear: both;
    float: none;
  }
  .home-spotlight .discover-list > ul > li:nth-child(2) {
    margin: 0;
  }
  .home-spotlight .discover-list > ul > li:nth-child(3) {
    margin-left: 4%;
    clear: inherit;
    width: 48%;
  }

  .study-list {
    *zoom: 1;
  }
  .study-list:before, .study-list:after {
    display: table;
    content: "";
  }
  .study-list:after {
    clear: both;
  }
  .study-list .study-item {
    margin-bottom: 0px;
    position: relative;
  }
  .study-list .study-item .item-image img {
    width: 100%;
  }
  .study-list .study-item .item-content h4, .study-list .study-item .item-content h6, .study-list .study-item .item-content p {
    margin: 0 0 0px;
    text-align: center;
  }
  .study-list .study-item .item-content h4 {
    color: #fff;
    font-size: 20px;
  }

  .home-gazette {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-headline {
    max-height: none;
    overflow: visible;
  }

  .home-carousel-wrap {
    position: relative;
  }
  .home-carousel-wrap .home-carousel {
    margin: 0;
    padding: 0;
    max-height: none;
    overflow: visible;
  }
  .home-carousel-wrap .home-carousel .slick-dots {
    bottom: 40px;
    position: relative;
    padding: 0;
    text-align: center;
  }
  .home-carousel-wrap .home-carousel .slick-dots li button:before {
    border: 1px solid #57068C;
  }
  .home-carousel-wrap .home-carousel .slick-dots li.slick-active button:before {
    background: #57068C;
  }
  .home-carousel-wrap .home-carousel-item {
    position: relative;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
  }
  .home-carousel-wrap .home-carousel-item .item-image {
    min-height: 600px;
  }
  .home-carousel-wrap .home-carousel-item .item-image img {
    width: 100%;
  }
  .home-carousel-wrap .home-carousel-item .item-content {
    position: relative;
    background: none;
    top: -75px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: none;
    margin-bottom: -50px;
  }
  .home-carousel-wrap .home-carousel-item .item-content h6 {
    margin-bottom: 9px;
  }
  .home-carousel-wrap .home-carousel-item .item-content .item-content-inner {
    width: auto;
    padding-top: 0;
    position: relative;
  }
  .home-carousel-wrap .home-carousel-item .item-content .item-content-box {
    margin: 0 auto;
    left: auto;
    width: 90%;
    max-width: 100%;
    padding: 20px;
    position: relative;
    background-color: #fff;
    bottom: initial;
  }
  .home-carousel-wrap .home-carousel-item .item-content h6 {
    color: #757575;
  }
  .home-carousel-wrap .home-carousel-item .item-content h3 {
    color: #220337;
    font-size: 20px;
  }
  .home-carousel-wrap .home-carousel-item .item-content p, .home-carousel-wrap .home-carousel-item .item-content a {
    color: #555;
  }
  .home-carousel-wrap .dash-left {
    color: #6d6d6d;
  }
  .home-carousel-wrap .dash-left:before {
    background: #6d6d6d;
  }
  .home-carousel-wrap .views-field-field-image .hm-bg-img div {
    height: 450px;
  }

  .study-list .study-item {
    margin-bottom: 0;
  }
  .study-list .study-item .item-image {
    padding-bottom: 100%;
  }
  .study-list .study-item .item-image img {
    display: none;
  }
  .study-list .study-item .item-content h4 {
    font-size: 18px;
  }
  .study-list > ul > li {
    float: left;
    width: 30.5%;
    margin-left: 4%;
    margin-bottom: 0;
  }
  .study-list > ul > li:nth-child(1) {
    margin-left: 0;
  }
  .study-list > ul > li:last-child .study-item {
    margin-bottom: 0;
  }

  .home-pano .home-pano-link {
    height: 240px;
    font-size: 22px;
  }

  .content-section {
    margin-top: 50px;
  }
  .content-section.home-gazette, .content-section.home-news {
    margin-top: 0px;
  }
  .content-section .section-hd h2 strong {
    font-size: 48px;
  }

  .home-people, .home-gazette {
    padding: 50px 0;
  }

  .home-events {
    padding: 20px 0 40px 0;
  }
  .home-events .event-list ul {
    grid-template-columns: 100%;
    justify-items: left;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }

  .home-carousel-wrap .home-carousel-item .item-image {
    min-height: 500px;
  }
  .home-carousel-wrap .views-field-field-image .hm-bg-img div {
    height: 300px;
  }
  .home-carousel-wrap .slick-dots {
    bottom: 12px;
  }
  .home-carousel-wrap .dash-left {
    color: #6d6d6d;
  }

  .people-list .people-item .item-image {
    width: 100%;
  }
  .people-list .people-item .item-image img {
    width: 100%;
  }

  .study-list > ul > li {
    width: 100%;
    margin-left: 0;
  }
  .study-list .study-item {
    margin-bottom: 20px;
  }

  .discover-list .discover-item .item-image img {
    width: 100%;
  }
  .discover-list .discover-item .item-content p {
    display: none;
  }

  .subscribe-form input {
    border: 1px solid #57068C;
    color: #57068C;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    min-width: 300px;
    outline: none;
    margin-bottom: 15px;
  }
  .subscribe-form .button-subscribe {
    display: none;
  }

  .home-gazette h4 {
    width: 100%;
  }

  .content-section .section-hd h2 span {
    font-size: 22px;
  }
  .content-section .section-hd h2 strong {
    font-size: 32px;
  }
  .content-section.home-gazette .section-hd h4 {
    margin: 15px 0;
  }

  .home-gazette {
    padding: 50px 0;
  }
  .home-gazette .gazette_link {
    padding: 10px 25px;
  }

  .home-people .people-item .item-content h4, .home-people .discover-spotlight .item-content h4, .home-people .discover-recommended .item-content h4, .home-people .discover-live .item-content h4, .home-spotlight .people-item .item-content h4, .home-spotlight .discover-spotlight .item-content h4, .home-spotlight .discover-recommended .item-content h4, .home-spotlight .discover-live .item-content h4, .home-discover .people-item .item-content h4, .home-discover .discover-spotlight .item-content h4, .home-discover .discover-recommended .item-content h4, .home-discover .discover-live .item-content h4, .home-pano .people-item .item-content h4, .home-pano .discover-spotlight .item-content h4, .home-pano .discover-recommended .item-content h4, .home-pano .discover-live .item-content h4 {
    font-size: 16px;
  }
  .home-people .people-item .item-content p, .home-people .discover-spotlight .item-content p, .home-people .discover-recommended .item-content p, .home-people .discover-live .item-content p, .home-spotlight .people-item .item-content p, .home-spotlight .discover-spotlight .item-content p, .home-spotlight .discover-recommended .item-content p, .home-spotlight .discover-live .item-content p, .home-discover .people-item .item-content p, .home-discover .discover-spotlight .item-content p, .home-discover .discover-recommended .item-content p, .home-discover .discover-live .item-content p, .home-pano .people-item .item-content p, .home-pano .discover-spotlight .item-content p, .home-pano .discover-recommended .item-content p, .home-pano .discover-live .item-content p {
    font-size: 15px;
  }

  .home-news .col-md-4 {
    margin-bottom: 30px;
  }
  .home-news .home-news-wrapper .views-field-title {
    font-size: 16px;
  }
  .home-news .home-news-wrapper .views-field-body {
    font-size: 15px;
  }

  .home-events {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home-events .event-list .event-item {
    grid-template-columns: 64px 1fr !important;
    gap: 10px !important;
  }
  .home-events .event-list .event-item .cal_date {
    max-height: 64px;
  }
  .home-events .event-list .event-item .cal_date .cal_date_month {
    line-height: 1.2;
  }
  .home-events .event-list .event-item .cal_date .cal_date_day {
    font-size: 38px;
    line-height: 38px;
  }
  .home-events .event-list .event-item .item-content h4 {
    font-size: 16px;
  }
  .home-events .event-list .event-item .item-content h6 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .inner {
    padding: 0 20px;
  }

  .home-carousel-wrap .home-carousel-item .item-image {
    min-height: 400px;
  }
  .home-carousel-wrap .slick-dots {
    bottom: 12px;
  }

  .home-headline .home-carousel-wrap .home-carousel-item .item-image {
    height: 50vh;
    min-height: 300px;
    max-height: 500px;
  }

  .slick-slider .slick-prev, .slick-slider .slick-next {
    top: 25%;
  }

  body.logged-in .slick-slider .slick-prev, body.logged-in .slick-slider .slick-next {
    top: 30%;
  }

  .home-carousel-wrap .slick-slider .slick-prev {
    left: 20px;
  }
  .home-carousel-wrap .slick-slider .slick-next {
    right: 20px;
  }

  .people-list .people-item .item-image {
    width: 100%;
  }
  .people-list .people-item .item-image img {
    width: 100%;
  }

  .discover-list ul li {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0 !important;
  }
  .discover-list .discover-item .item-image img {
    width: 100%;
  }
  .discover-list .discover-item .item-content p {
    display: none;
  }

  .home-spotlight .discover-list ul li {
    width: 100% !important;
    float: none;
    display: block;
    margin-left: 0 !important;
  }

  .study-list > ul > li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .study-list > ul > li:nth-child(even) {
    float: none;
  }
  .study-list .study-item .item-content h4 {
    font-size: 16px;
  }

  .subscribe-form input {
    border: 1px solid #57068C;
    color: #57068C;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    min-width: 300px;
    outline: none;
    margin-bottom: 15px;
  }
  .subscribe-form .button-subscribe {
    display: none;
  }
}
#page-wrapper {
  position: relative !important;
}

#search-block-form {
  height: 36px !important;
  width: 220px !important;
  justify-content: center;
  align-items: center;
}

#search-block-form .js-form-type-search {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  #global-topbar {
    position: absolute !important;
  }

  #navigation {
    display: none !important;
    top: 55px !important;
    margin-top: 60px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    height: calc(100% - 55px - 60px);
  }

  #topbar-search-form {
    right: 26px !important;
    top: 5px !important;
  }

  #search-block-form {
    width: 200px !important;
  }
}
#global-topbar {
  width: 100% !important;
}

#toolbar-administration {
  height: auto;
}
#toolbar-administration > .toolbar-bar {
  min-height: 39px;
}

#block-nyu-sh-block-footer > .content {
  font-size: 14px;
  color: #fff;
  font-family: var(--global-fronts);
}
#block-nyu-sh-block-footer .global-footer .footer-side ul {
  max-width: 224px;
  margin: 0;
  padding: 0;
}
#block-nyu-sh-block-footer .global-footer .footer-side ul li a:hover .fa-red {
  filter: none;
}
#block-nyu-sh-block-footer .global-footer .footer-side ul li:nth-child(6n) {
  margin-left: 0;
}
#block-nyu-sh-block-footer .global-footer .footer-side ul .fa-red {
  background: url("../images/red.png") center top 10px no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-size: 85%;
  height: 21px;
  width: 24px;
}
#block-nyu-sh-block-footer .global-footer .footer-menu ul {
  margin: 0;
  display: inline-block;
}

.item-list .pagination .page-item a {
  font-weight: 400 !important;
}
.item-list .pagination .pager__item--next {
  background-image: url(/themes/custom/shanghai/images/breadcrumb-pager.png);
  background-position: 0px -26px;
  background-repeat: no-repeat;
  text-indent: -200px;
  overflow: hidden;
}
.item-list .pagination .pager__item--next:hover {
  background-color: #CECECE;
  background-image: url(/themes/custom/shanghai/images/breadcrumb-pager.png);
  background-position: 0px -146px;
}

html {
  width: unset;
  overflow: visible;
}

html {
  -ms-overflow-style: unset !important;
}

.breadcrumb {
  display: none;
}

.page-news #edit-field-tags-wrapper {
  width: 170px;
}

#views-exposed-form-gallery-pane .form-item {
  margin: 0;
}
#views-exposed-form-gallery-pane legend {
  margin-bottom: 0;
}
#views-exposed-form-gallery-pane .views-widget .radio {
  height: 36px;
  width: auto;
}
#views-exposed-form-gallery-pane .views-widget .radio > div {
  float: left;
  width: 60px;
  text-align: center;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  margin: 0;
  padding: 0;
}
#views-exposed-form-gallery-pane .views-widget .radio > div::first-child {
  border-left: 1px solid #EEEEEE;
}
#views-exposed-form-gallery-pane .views-widget .radio > div > div > div {
  margin: 0;
  display: block;
  min-height: auto;
  padding-left: 0;
}
#views-exposed-form-gallery-pane .views-widget .radio > div input {
  border: none;
  margin: 2% 10px;
  padding: 10px;
  font-size: 12px;
  background: #E9E9E9;
}
#views-exposed-form-gallery-pane .views-widget .radio > div input[type=radio] {
  display: none;
}
#views-exposed-form-gallery-pane .views-widget .radio > div label {
  background: #57068C;
  margin-bottom: 0;
  color: #FFFFFF;
}
#views-exposed-form-gallery-pane .views-widget .radio > div input[type=radio]:checked + label {
  background: #220337;
  margin-bottom: 0;
  color: #FFFFFF;
}
#views-exposed-form-gallery-pane .views-widget .radio > div .form-check-label {
  display: block;
  cursor: pointer;
  height: 36px;
  line-height: 36px !important;
  font-size: 14px;
  padding-left: 0px;
  font-weight: normal;
}

.social-share {
  font-size: 1rem;
}

.node--type-album .block-field-blocknodealbumfield-album-picture {
  margin-bottom: 40px;
}
.node--type-album .view-gallery .view-content .gallery-gallery .views-column .views-field-created .field-content a {
  font-weight: 400;
}

/* Field display */
.field .field-label {
  font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: left;
  /*LTR*/
}

/* Form display */
form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table th.field-label {
  padding-left: 0;
  /*LTR*/
}

form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: .5em;
  /*LTR*/
}

form .field-add-more-submit {
  margin: .5em 0 0;
}

.node-type-open_position .content-inside .node--type-open-position .node__content .action-flag a {
  color: #57068C;
}
.node-type-open_position .content-inside .node--type-open-position .node__content .field {
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 0;
}
.node-type-open_position .content-inside .node--type-open-position .node__content .field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.node-type-open_position .content-inside .node--type-open-position .node__content .field > .field__label {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}
.node-type-open_position .content-inside .node--type-open-position .node__content .field > .field__item {
  float: left;
}
.node-type-open_position .content-inside .node--type-open-position .node__content .field--label-above .field__label, .node-type-open_position .content-inside .node--type-open-position .node__content .field--label-above .field__item {
  float: none;
}

.node--unpublished {
  background-color: #fff4f4;
  padding: 0;
  margin: 0;
}
.node--unpublished .unpublished {
  padding: 0;
}

#views-exposed-form-gallery-video-list .views-exposed-widgets, #views-exposed-form-gallery-pane .views-exposed-widgets {
  margin-bottom: .5em;
}
#views-exposed-form-gallery-video-list .views-exposed-widgets > div, #views-exposed-form-gallery-pane .views-exposed-widgets > div {
  width: 170px;
  height: auto;
  background-image: url(/themes/custom/shanghai/images/arrow-white-down.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-color: #57068C;
  background-size: 20px;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
}
#views-exposed-form-gallery-video-list .views-exposed-widgets > div .form-item, #views-exposed-form-gallery-pane .views-exposed-widgets > div .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.node--type-video .content-inside .field--type-file {
  margin: 0;
}
.node--type-video .nyu-video-description {
  margin: 0;
  margin-top: -5px;
  background: #EEEEEE;
  padding: 15px 10px 15px 10px;
}
.node--type-video .nyu-video-description .field-video-description {
  font-size: 1rem;
  color: #212529;
}
.node--type-video .nyu-video-description .video-description {
  max-width: 100%;
  word-wrap: break-word;
  color: #212529;
}

.node--type-staff .content-inside .node--type-staff .node__content .field {
  font-size: 1rem;
}
.node--type-staff .content-inside .node--type-staff .node__content .field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.node--type-staff .content-inside .node--type-staff .node__content .field > .field__label {
  float: left;
  font-weight: bold;
}
.node--type-staff .content-inside .node--type-staff .node__content .field > .field__item {
  float: left;
}
.node--type-staff .content-inside .node--type-staff .node__content .field--label-above .field__label, .node--type-staff .content-inside .node--type-staff .node__content .field--label-above .field__item {
  float: none;
}
.node--type-staff .content-inside .node--type-staff .node__content .field--name-field-official-title {
  font-size: 20px;
  font-weight: 500;
}

.node--type-blog .item-list > ul,
.view-focus-list .item-list > ul {
  padding-right: 0.5em;
}
.node--type-blog .item-list > ul > li:first-child,
.view-focus-list .item-list > ul > li:first-child {
  padding-top: 0 !important;
}

#views-exposed-form-mailchimp-campaigns-list-page .form-item,
#views-exposed-form-mailchimp-campaigns-list-page-1 .form-item {
  margin: 0;
}
#views-exposed-form-mailchimp-campaigns-list-page #edit-actions,
#views-exposed-form-mailchimp-campaigns-list-page-1 #edit-actions {
  display: none;
}
#views-exposed-form-mailchimp-campaigns-list-page .form-select,
#views-exposed-form-mailchimp-campaigns-list-page-1 .form-select {
  background-image: none;
  border: none;
  padding: 0;
}
#views-exposed-form-mailchimp-campaigns-list-page .form-required,
#views-exposed-form-mailchimp-campaigns-list-page-1 .form-required {
  display: none;
}
#views-exposed-form-mailchimp-campaigns-list-page #edit-field-mailchimplist-value ul,
#views-exposed-form-mailchimp-campaigns-list-page-1 #edit-field-mailchimplist-value ul {
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
#views-exposed-form-mailchimp-campaigns-list-page #edit-field-mailchimplist-value ul li,
#views-exposed-form-mailchimp-campaigns-list-page-1 #edit-field-mailchimplist-value ul li {
  width: 100%;
  text-align: center;
  display: block;
  margin-left: 13px;
}
#views-exposed-form-mailchimp-campaigns-list-page #edit-field-mailchimplist-value ul li a,
#views-exposed-form-mailchimp-campaigns-list-page-1 #edit-field-mailchimplist-value ul li a {
  display: block;
  color: #57068C;
  font-weight: 500;
  background: #eee6f3;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#views-exposed-form-mailchimp-campaigns-list-page #edit-field-mailchimplist-value ul li a:hover,
#views-exposed-form-mailchimp-campaigns-list-page-1 #edit-field-mailchimplist-value ul li a:hover {
  background: #57068c;
  color: #fff !important;
}
#views-exposed-form-mailchimp-campaigns-list-page #edit-field-mailchimplist-value ul li .bef-link--selected,
#views-exposed-form-mailchimp-campaigns-list-page-1 #edit-field-mailchimplist-value ul li .bef-link--selected {
  background-color: #57068C;
  color: #fff;
}
#views-exposed-form-mailchimp-campaigns-list-page #edit-field-mailchimplist-value ul li:first-child,
#views-exposed-form-mailchimp-campaigns-list-page-1 #edit-field-mailchimplist-value ul li:first-child {
  color: red;
  margin-left: 0px;
}
#views-exposed-form-mailchimp-campaigns-list-page .views-submit-button button,
#views-exposed-form-mailchimp-campaigns-list-page-1 .views-submit-button button {
  display: none;
}

.path-gazette-chinese.i18n-zh-hans.not-front .views-columns-3 .views-column:hover {
  background-color: transparent;
}

.page-view-mailchimp-campaigns-list .view-mailchimp-campaigns-list .views-column-1 {
  text-align: left;
}
.page-view-mailchimp-campaigns-list .view-mailchimp-campaigns-list .views-column-2 {
  text-align: left;
}

@media all and (max-width: 600px) {
  .page-view-leadership .view-display-id-leadership .views-columns-2 .views-column {
    width: 100%;
  }
}
.in-the-media .in-the-media-content .in-the-media-content-info > .inside,
.section-in-the-media .in-the-media-content .in-the-media-content-info > .inside {
  padding-left: 8px;
}
.in-the-media .in-the-media-content .in-the-media-content-info h5,
.section-in-the-media .in-the-media-content .in-the-media-content-info h5 {
  margin: 0;
  font-size: 13px;
  color: #666;
}

#views-exposed-form-faculty-publications-talks-list .views-exposed-widgets .views-submit-button button {
  display: none;
}
#views-exposed-form-faculty-publications-talks-list .views-exposed-widgets > div:nth-child(1) {
  float: left;
  padding: 0;
}
#views-exposed-form-faculty-publications-talks-list .views-exposed-widgets > div:nth-child(2) {
  float: right;
  padding: 0;
}
@media all and (max-width: 599px) {
  #views-exposed-form-faculty-publications-talks-list .views-exposed-widgets > div:nth-child(2) {
    width: 100%;
  }
}
#views-exposed-form-faculty-publications-talks-list .views-exposed-widgets > div:nth-child(2) .form-type-select {
  width: 170px;
}

.page-global-awards-fellowships #block-shanghai-content #views-exposed-form-global-awards-fellowships-page .form-type-select .ms-options-wrap button {
  padding: 0.625rem;
  min-width: 200px;
  border: #57068c solid 1px;
  background: #fff;
  color: #57068c !important;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500 !important;
}
.page-global-awards-fellowships #block-shanghai-content #views-exposed-form-global-awards-fellowships-page .form-type-select .ms-options-wrap .ms-options {
  border: 1px solid #57068c;
  margin-top: -1px !important;
  padding: 10px 5px;
  min-width: 100%;
  min-height: 100% !important;
}
.page-global-awards-fellowships #block-shanghai-content #views-exposed-form-global-awards-fellowships-page .views-submit-button {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / 3;
}
.page-global-awards-fellowships #block-shanghai-content div.view-content.row > div > table.views-table thead tr th {
  border: #d6d6d6 solid 1px;
  padding: 8px;
  color: #212529;
}
.page-global-awards-fellowships #block-shanghai-content div.view-content.row > div > table.views-table tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.page-global-awards-fellowships #block-shanghai-content div.view-content.row > div > table.views-table tr:nth-child(even):hover td {
  background-color: #f2f2f2;
  --bs-table-accent-bg: #f2f2f2;
  --bs-table-striped-color: #f2f2f2;
}
.page-global-awards-fellowships #block-shanghai-content div.view-content.row > div > table.views-table tr:nth-child(odd) td {
  background-color: #ffffff;
  --bs-table-accent-bg: #fff;
  --bs-table-striped-color: #fffff;
}
.page-global-awards-fellowships #block-shanghai-content div.view-content.row > div > table.views-table tr:nth-child(odd):hover td {
  background-color: #ffffff;
  --bs-table-accent-bg: #fff;
  --bs-table-striped-color: #fffff;
}

.section-study-away .field-name-body table {
  border-style: outset;
  border-width: 3px;
  border-color: gray;
  font-size: 1rem;
}
.section-study-away .field-name-body table tr:first-child td {
  text-align: center;
}

.section-study-away-summer-courses-fees.page-node-10114 div.content {
  width: 100%;
}
.section-study-away-summer-courses-fees.page-node-10114 div.content p {
  max-width: 75%;
}
.section-study-away-summer-courses-fees.page-node-10114 div.content div table {
  border-width: 1px;
}

.view-id-meet_the_team.view-display-id-page_2 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select, .view-id-meet_the_team.view-display-id-page_3 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select, .view-id-meet_the_team.view-display-id-page_4 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select {
  float: right;
  background: url(/themes/custom/shanghai/images/arrow-white-down.png) no-repeat 97%;
  background-size: 18px;
  width: 300px;
  background-color: #57068C;
  padding: 0;
  margin-top: 1px;
}
.view-id-meet_the_team.view-display-id-page_2 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select:before, .view-id-meet_the_team.view-display-id-page_2 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select:after, .view-id-meet_the_team.view-display-id-page_3 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select:before, .view-id-meet_the_team.view-display-id-page_3 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select:after, .view-id-meet_the_team.view-display-id-page_4 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select:before, .view-id-meet_the_team.view-display-id-page_4 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select:after {
  display: table;
  content: "";
}
.view-id-meet_the_team.view-display-id-page_2 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select #edit-field-arc-disciplines-target-id, .view-id-meet_the_team.view-display-id-page_3 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select #edit-field-arc-disciplines-target-id, .view-id-meet_the_team.view-display-id-page_4 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select #edit-field-arc-disciplines-target-id {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
.view-id-meet_the_team.view-display-id-page_2 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select #edit-field-arc-disciplines-target-id option, .view-id-meet_the_team.view-display-id-page_3 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select #edit-field-arc-disciplines-target-id option, .view-id-meet_the_team.view-display-id-page_4 .view-filters #views-exposed-form-meet-the-team-page-2 .form-type-select #edit-field-arc-disciplines-target-id option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}
.view-id-meet_the_team.view-display-id-page_2 .view-filters #views-exposed-form-meet-the-team-page-2 #edit-submit-meet-the-team, .view-id-meet_the_team.view-display-id-page_3 .view-filters #views-exposed-form-meet-the-team-page-2 #edit-submit-meet-the-team, .view-id-meet_the_team.view-display-id-page_4 .view-filters #views-exposed-form-meet-the-team-page-2 #edit-submit-meet-the-team {
  display: none;
}
.view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list {
  display: unset;
}
.view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list li, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list li, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list li {
  min-height: 250px;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  clear: both;
}
@media (min-width: 600px) {
  .view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list li .views-field, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list li .views-field, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list li .views-field {
    margin-left: 24%;
    float: left;
    width: 70%;
  }
  .view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list li .views-field p, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list li .views-field p, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list li .views-field p {
    margin-bottom: 0;
  }
  .view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list li .views-field-field-profile-picture, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list li .views-field-field-profile-picture, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list li .views-field-field-profile-picture {
    margin-left: 0;
    width: 20%;
    position: absolute;
  }
  .view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list li .views-field-field-profile-picture img, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list li .views-field-field-profile-picture img, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list li .views-field-field-profile-picture img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 767px) {
  .view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list li, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list li, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list li {
    padding: 0;
  }
  .view-id-meet_the_team.view-display-id-page_2 .view-content .admission-list li .views-field-field-profile-picture img, .view-id-meet_the_team.view-display-id-page_3 .view-content .admission-list li .views-field-field-profile-picture img, .view-id-meet_the_team.view-display-id-page_4 .view-content .admission-list li .views-field-field-profile-picture img {
    max-height: 100%;
  }
}

.empty {
  display: none;
}

.page-search .search-form {
  padding: inherit;
  border-bottom: 0px;
}
.page-search #edit-basic .form-search {
  height: 60px;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  padding: 0px 10px;
  border: none;
  margin: 0;
  opacity: 1;
  border: 1p;
  max-width: 435px;
  background: #E9E9E9;
  width: auto;
  padding: 5px 12px;
  border-radius: 0;
  pointer-events: auto;
}
.page-search #edit-basic .form-search:focus {
  outline: 3px solid #3dbbdb !important;
  box-shadow: none;
  border-radius: 0;
}
.page-search #edit-basic button#edit-submit {
  font-size: 0;
}

header #search-block-form {
  display: inline-block;
  padding: 0;
  height: auto !important;
  width: 100% !important;
}
header #search-block-form .form-search {
  width: 100%;
  margin: 10px 0 0 0;
  background: #fff;
  font-size: 14px;
  padding: 10px 12px;
  color: #656565;
  border-radius: 20px;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  line-height: normal;
  border-radius: 20px !important;
}
header #search-block-form .form-search:focus {
  outline: 3px solid #3dbbdb !important;
  box-shadow: 0;
}

table {
  font-size: 1rem;
}
table tr {
  background-color: unset;
}

.node__content {
  font-size: unset;
}

.empty {
  display: block;
}

.node__content .field--type-text-with-summary .bd-purple {
  font-weight: 500;
}
.node__content .field--type-text-with-summary .table-responsive table tr td {
  font-size: 1rem;
}

.page-is .views-field-body .field-content {
  margin-bottom: 20px;
  line-height: 150%;
  margin-top: 0;
}

.page-about-staff .views-exposed-widgets .form-control {
  border-radius: 0%;
}
.page-about-staff .views-exposed-widgets .js-form-item-title {
  margin-right: 3%;
  width: 35%;
  padding: 0;
  float: left;
}
.page-about-staff .views-exposed-widgets .js-form-item-field-last-name-value {
  margin-right: 3%;
  width: 35%;
  padding: 0;
  float: left;
}
.page-about-staff .views-exposed-widgets .views-submit-button {
  float: left;
}
.page-about-staff .views-exposed-widgets .views-submit-button button {
  margin: 0;
  width: 100%;
  background: #fff;
  color: #57068C !important;
  font-weight: bold;
  text-transform: none;
}
.page-about-staff .table-responsive tbody tr:nth-of-type(odd):hover > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}
.page-about-staff .table-responsive tbody tr td {
  border-bottom: 1px solid #ccc;
}
.page-about-staff .table-responsive tbody tr td a {
  color: #212529;
}
.page-about-staff .table-responsive tbody tr td a:hover {
  color: #212529;
}
.page-about-staff .table-responsive tbody tr td:nth-child(1) {
  border-left: 1px solid #ccc;
}
.page-about-staff .table-responsive thead th {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
}
.page-about-staff .table-responsive tr {
  background: #fff;
  border-left: 1px solid #ccc;
}
.page-about-staff .table-striped > tbody > tr:nth-of-type(even):hover > * {
  --bs-table-accent-bg: transparent;
}
@media all and (max-width: 786px) {
  .page-about-staff .views-exposed-widgets .js-form-item-title {
    margin-right: 0%;
    margin-bottom: 15px;
    width: 100%;
  }
  .page-about-staff .views-exposed-widgets .js-form-item-field-last-name-value {
    margin-right: 0%;
    margin-bottom: 15px;
    width: 100%;
  }
  .page-about-staff .views-exposed-widgets .views-submit-button {
    margin-top: 15px;
    width: 100%;
  }
}

.node-type-faculty_publication .field-name-field-publication-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.node-type-faculty_publication .field-name-field-publication-type .field__label {
  margin-right: 10px;
}

.node-type-upcoming_events .node__meta {
  padding: 10px 20px 20px 20px;
  color: #666666;
  font-size: 16px;
  max-width: 75%;
  margin: 0 0 0.8em;
  color: #545454;
  font-size: 16px;
  line-height: 1.375;
}
@media only screen and (max-width: 991px) {
  .node-type-upcoming_events .node__meta {
    max-width: 100%;
  }
}
.node-type-upcoming_events .node__meta .field--name-user-picture {
  float: none;
  margin-bottom: 0;
}
.node-type-upcoming_events .node__meta .field--name-user-picture img {
  width: 60px;
  margin: 0;
}
.node-type-upcoming_events .node__meta > article {
  margin: 0;
}
.node-type-upcoming_events .node__content .field--name-field-image {
  float: none;
}

.section-cn-about-contact .contactCN {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .section-cn-about-contact .contactCN > div {
    margin-right: 0;
  }
}
.section-cn-about-contact .contactCN .sameBox {
  height: calc(100% - 40px);
}

.page-undergraduate-admissions #block-shanghai-content {
  margin-bottom: 0;
}
.page-undergraduate-admissions .block-title {
  margin: 0 0 15px;
}
.page-undergraduate-admissions #block-block-6 p {
  padding: 0;
}
.page-undergraduate-admissions #block-block-6 h3 {
  margin-bottom: 1.221em;
  padding: 0;
}
.page-undergraduate-admissions #block-block-6 ul {
  padding: 0 0 0 30px;
}
.page-undergraduate-admissions #block-block-8 .field-items {
  margin: 0;
}
.page-undergraduate-admissions #block-block-8 .ratio span {
  position: unset;
  height: auto;
  width: auto;
}
.page-undergraduate-admissions #block-block-8 .ratio .vertical-line {
  width: 100px;
  margin-bottom: calc(10px + .8em);
}
.page-undergraduate-admissions #block-block-13 .content {
  width: 100%;
}
.page-undergraduate-admissions #block-block-13 .content a {
  font-weight: 400;
}
@media (min-width: 991px) {
  .page-undergraduate-admissions #block-block-13 .field-items {
    display: flex;
  }
}

.page-graduate-admissions .form-item-field-graduate-news-tags-target-id-1 {
  background: url(/themes/custom/shanghai/images/arrow-white-down.png) no-repeat 92%;
  width: 270px;
  background-color: #5d1889;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px;
}
@media (max-width: 785px) {
  .page-graduate-admissions .form-item-field-graduate-news-tags-target-id-1 {
    width: 100%;
  }
}
.page-graduate-admissions .btn.btn-primary.js-hide {
  display: none;
}
.page-graduate-admissions .ajax-progress-fullscreen {
  background: transparent url(/themes/custom/shanghai/images/loader.png) no-repeat 0px 0px;
  height: 94px;
  width: 94px;
  margin: 2px;
  z-index: 10000;
}

.section-cn-about-contact #page #content .bd-purple p {
  font-weight: 400;
}

.page-node-18012.not-front .content-inside .field-name-body ul li {
  margin-bottom: 5px;
}

.section-zsb .section-boxes .container_box .container {
  padding-right: 0;
  padding-left: 0;
}

.page-node-502 .section-boxes .container_box .container {
  --bs-gutter-x: 0rem;
}

.page-contact .content-inside article .btn-nyu,
.page-contact .content-inside article p a {
  font-size: 16px;
  font-weight: 500;
}

.view-mailchimp-campaigns-list .view-content .subscribe_link:first-of-type {
  background: #eee6f3;
  color: #57068c;
}

.node-type-magazine_story .node__content {
  font-size: unset;
}
.node-type-magazine_story .content-inside article {
  color: #6d6d6d;
}
.node-type-magazine_story .node--type-magazine-story .field--type-image {
  float: none;
}

.node-type-instructor .content-inside .node--type-instructor .node__content {
  font-size: unset;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-body ul {
  padding: 5px 20px 10px 40px;
  max-width: 100%;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .instructor_box {
  padding: 0 0 0.5em 0;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .instructor_box .block-views-blockfaculty-directory-faculty-photo {
  float: left;
  width: 32.9653%;
  padding-right: 0.5em;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .node-type-instructor .content-inside .node--type-instructor .node__content .instructor_box .block-views-blockfaculty-directory-faculty-photo {
    float: none;
    width: 100%;
  }
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field--type-text-with-summary p {
  max-width: 100%;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field--type-text-with-summary p a {
  font-weight: 400;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-profile-picture {
  float: left;
  width: 32.9653%;
  margin-left: 0px;
  margin-bottom: 12px;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
@media (max-width: 599px) {
  .node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-profile-picture {
    float: none;
    width: 100%;
  }
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-profile-picture img {
  margin: 0;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-profile-picture:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-preferred-name,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-official-title,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-email-address,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-room-number,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-homepage-link {
  float: right;
  width: 67.0347%;
  padding-left: 0.5em;
}
@media (max-width: 599px) {
  .node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-preferred-name,
  .node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-official-title,
  .node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-email-address,
  .node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-room-number,
  .node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-homepage-link {
    float: none;
    width: 100%;
  }
}
.node-type-instructor .content-inside .node--type-instructor .node__content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-email-address .field__label,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-room-number .field__label,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-homepage-link .field__label {
  float: left;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field--name-field-courses-taught .field-label,
.node-type-instructor .content-inside .node--type-instructor .node__content .field--name-field-research-interests .field-label {
  padding: 10px 0px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field--name-field-courses-taught .field-items li,
.node-type-instructor .content-inside .node--type-instructor .node__content .field--name-field-research-interests .field-items li {
  line-height: 1.5;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-preferred-name {
  font-size: 20px;
  color: #333333;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-official-title {
  color: #333333;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-type-text-with-summary,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-research-interests,
.node-type-instructor .content-inside .node--type-instructor .node__content .field--name-field-courses-taught {
  float: left;
  width: 99.0000%;
}
.node-type-instructor .content-inside .node--type-instructor .node__content .field-type-text-with-summary:before, .node-type-instructor .content-inside .node--type-instructor .node__content .field-type-text-with-summary:after,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-research-interests:before,
.node-type-instructor .content-inside .node--type-instructor .node__content .field-name-field-research-interests:after,
.node-type-instructor .content-inside .node--type-instructor .node__content .field--name-field-courses-taught:before,
.node-type-instructor .content-inside .node--type-instructor .node__content .field--name-field-courses-taught:after {
  display: table;
  content: "";
}

.node-type-fellowship .content-inside article {
  color: #6d6d6d;
}

.node-type-blog_news .node__content {
  font-size: unset;
}
.node-type-blog_news .content-inside article {
  color: #6d6d6d;
}

.node--type-library-news .node__content {
  font-size: unset;
}
.node--type-library-news .content-inside article {
  color: #6d6d6d;
}

.node--type-alumni-voice .node__content {
  font-size: unset;
}
.node--type-alumni-voice .content-inside article {
  color: #6d6d6d;
}
.node--type-alumni-voice .node--type-alumni-voice .node__meta {
  padding: 10px 20px 20px 20px;
  margin: 0 0 0.8em;
}
.node--type-alumni-voice .node--type-alumni-voice .node__meta .profile {
  margin: 0;
}
.node--type-alumni-voice .node--type-alumni-voice .node__meta .field-type-image {
  margin-bottom: 0;
}
.node--type-alumni-voice .node--type-alumni-voice .node__meta .image-style-single-people-picture {
  width: 60px;
  margin: 0;
}
.node--type-alumni-voice .node--type-alumni-voice .node__meta em {
  color: #6d6d6d;
  font-size: 16px;
  font-style: inherit;
  line-height: 1.375;
}
.node--type-alumni-voice .node--type-alumni-voice .node__meta em .field--type-entity-reference {
  font-weight: 500;
  color: #666;
}
.node--type-alumni-voice .field-type-image {
  float: none;
}
.node--type-alumni-voice .field-type-image img {
  margin: 0;
}

.node--type-team-member .node__content {
  font-size: unset;
}
.node--type-team-member .content-inside article p {
  color: #6d6d6d;
}
.node--type-team-member .node--view-mode-full .node__meta {
  padding: 10px 20px 20px 20px;
  margin: 0 0 0.8em;
}
.node--type-team-member .node--view-mode-full .node__meta article {
  margin: 0;
}
.node--type-team-member .node--view-mode-full .node__meta article .field-name-user-picture {
  margin-bottom: 0;
}
.node--type-team-member .node--view-mode-full .node__meta article .field-name-user-picture .image-style-single-people-picture {
  width: 60px;
  margin: 0;
}
.node--type-team-member .node--view-mode-full .node__meta em {
  color: #6d6d6d;
  font-size: 16px;
  font-style: inherit;
  line-height: 1.375;
}
.node--type-team-member .node--view-mode-full .node__meta em .field--type-entity-reference {
  font-weight: 500;
  color: #666;
}
.node--type-team-member .node--view-mode-full .node__meta em .field--type-entity-reference a {
  color: unset;
}
.node--type-team-member .field-type-image {
  float: none;
}
.node--type-team-member #field-language-display .form-type-item label {
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
  color: #333333;
}

.page-node-23520 .content-inside label {
  color: #333;
}

.path-webform .js-form-item-visit-date {
  display: none;
}
.path-webform .webform-submission-form .views-submit-button .webform-button--submit {
  text-transform: none;
  border: none;
  margin: 0 0 10px 10px;
  color: #fff !important;
  background: #57068C;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  padding: 0 50px;
  font-weight: 40;
}
.path-webform .webform-submission-form .js-form-item {
  margin: 1.42857em 0;
  margin-bottom: 1.42857em !important;
}
.path-webform .webform-submission-form .js-form-item label {
  padding-left: 10px;
  color: #333;
}
.path-webform .webform-submission-form .js-form-item label.form-required:after {
  content: ' *';
  vertical-align: inherit;
  font-size: 1rem;
  line-height: 1.5;
  width: auto;
  height: auto;
  margin: 0 0 0 .3rem;
  color: #c00;
  background-image: none;
}
.path-webform .webform-submission-form .js-form-item .form-control {
  border: none;
  margin: 2% 10px;
  padding: 10px;
  font-size: 12px;
  background: #E9E9E9;
  border-radius: 0;
  max-width: 100%;
  width: auto;
  line-height: normal;
  display: unset;
}
.path-webform .webform-submission-form .js-form-item .form-control:focus {
  outline: 3px solid #3dbbdb !important;
}
.path-webform .webform-submission-form #edit-your-account-name--description,
.path-webform .webform-submission-form #edit-bank-branch-name--description {
  margin-left: 10px;
}
.path-webform .webform-submission-form .webform-composite-visible-title legend span {
  padding-left: 10px;
  color: #333;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  font-weight: bold;
}
.path-webform .webform-submission-form .webform-composite-visible-title legend span:after {
  content: ' *';
  vertical-align: inherit;
  font-size: 1rem;
  line-height: 1.5;
  width: auto;
  height: auto;
  margin: 0 0 0 .3rem;
  color: #c00;
  background-image: none;
}
.path-webform .webform-submission-form .webform-composite-visible-title .webform-options-display-one-column div {
  margin: 0;
  margin-bottom: 0 !important;
}
.path-webform .webform-submission-form .webform-composite-visible-title .webform-options-display-one-column div label:after {
  content: '';
}
.path-webform .webform-submission-form .webform-composite-visible-title .webform-options-display-one-column .js-form-type-checkbox {
  margin-bottom: 3px !important;
  padding-left: 1.65em;
}
.path-webform .webform-submission-form .webform-composite-visible-title .webform-options-display-one-column .js-form-type-checkbox .form-check-input {
  float: left;
  margin-left: -1.5em;
  border: none;
  display: inline-block;
  padding: 10px;
  width: 13px;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid;
  appearance: auto;
  vertical-align: unset;
  margin-top: 7px;
  margin-bottom: 0px;
}
.path-webform .webform-submission-form .webform-composite-visible-title .webform-options-display-one-column .js-form-type-checkbox .form-check-label {
  padding-left: 0;
  display: inline;
  font-weight: normal;
}
.path-webform .webform-submission-form .form-type-processed-text p {
  color: #6d6d6d;
}
.path-webform .webform-submission-form .form-type-processed-text p a {
  font-weight: 500;
}
.path-webform .webform-submission-form .form-type-processed-text label {
  display: none;
}
.path-webform .webform-submission-form #edit-signature--wrapper-legend .fieldset-legend {
  padding-left: 10px;
  margin-bottom: 0.5rem;
  color: #333333;
  font-weight: bold;
  font-size: 1rem;
}
.path-webform .webform-submission-form #edit-signature--wrapper-legend .fieldset-legend:after {
  content: ' *';
  vertical-align: inherit;
  font-size: 1rem;
  line-height: 1.5;
  width: auto;
  height: auto;
  margin: 0 0 0 .3rem;
  color: #c00;
  background-image: none;
}
.path-webform .webform-submission-form .form-item-signature,
.path-webform .webform-submission-form .js-form-type-radio {
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.path-webform .webform-submission-form .form-item-signature .form-radio,
.path-webform .webform-submission-form .js-form-type-radio .form-radio {
  border: none;
  margin: 2% 10px;
  display: inline-block;
  padding: 10px;
  width: 13px;
  height: 13px;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid;
  appearance: auto;
  float: none;
  vertical-align: unset;
}
.path-webform .webform-submission-form .form-item-signature .form-check-label,
.path-webform .webform-submission-form .js-form-type-radio .form-check-label {
  padding-left: 10px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  display: inline;
}
.path-webform .webform-submission-form .form-submit {
  margin: 10px;
  line-height: 20px;
  background: #57068C;
  font-weight: bold;
  border: none;
  padding: 10px;
  font-size: 12px;
  color: #fff !important;
  text-transform: inherit;
}
.path-webform .webform-submission-form .form-managed-file .form-file,
.path-webform .webform-submission-form .form-managed-file .form-submit {
  margin: 0;
}
.path-webform .webform-submission-form .form-textarea-wrapper textarea.form-textarea {
  display: block;
  width: 96%;
  line-height: unset;
}
.path-webform .webform-type-fieldset legend {
  float: none;
}
.path-webform .webform-type-fieldset legend .fieldset-legend {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdj+MdQw2DBIMAABgAUsAHD/GkkAQAAAABJRU5ErkJggg==);
  background-position: 5px 65%;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.path-webform .webform-type-fieldset legend .fieldset-legend:hover {
  outline: 0;
  color: #B2B3B7;
}
.path-webform .webform-type-fieldset legend .fieldset-legend:focus {
  box-shadow: inset 0 0 0 3px #3dbbdb;
  outline: none;
}
.path-webform .webform-type-fieldset legend .fieldset-hide {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABRJREFUCNdjUGAwYLBgsAFiAwYFAAkiAU0pXr/sAAAAAElFTkSuQmCC);
  background-position: 5px 50%;
}
.path-webform .form-select {
  margin-left: 10px;
  height: 40px;
  width: 400px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-color: #E9E9E9;
  background-size: 16px 12px;
  border: 1px solid #767676;
  border-radius: 0;
}
.path-webform .webform-document-file {
  margin: 0 0 10px 10px;
  display: flex;
}
.path-webform .captcha-type-challenge--image {
  border: 0;
}
.path-webform .captcha-type-challenge--image legend {
  display: none;
}
.path-webform .captcha-type-challenge--image .captcha__element {
  display: unset;
}
.path-webform .captcha-type-challenge--image .form-item-captcha-response .description {
  display: block;
  margin-left: 10px;
  font-size: 0.85em;
  color: #333333 !important;
}
.path-webform .webform-element-description {
  color: #333333;
  margin-left: 10px;
}
.path-webform.section-form-webform-6538 .webform-submission-form .webform-composite-visible-title .webform-options-display-one-column .js-form-type-checkbox {
  margin-bottom: 13px !important;
}
.path-webform .form-type-processed-text span.form-required::after {
  content: '';
  width: 0;
}
.path-webform .webform-element--title-inline .form-select {
  display: inline-block;
}
.path-webform .webform-element--title-inline legend {
  display: inline;
  width: auto;
  margin: 0;
}
.path-webform .webform-element--title-inline legend span {
  display: inline;
  margin-right: 1em;
}
.path-webform .webform-element--title-inline #edit-created-wrapper {
  display: inline;
}
.path-webform .webform-element--title-inline #edit-created-wrapper .form-item-gender {
  display: inline;
  padding-bottom: 10px;
}
.path-webform form#webform-submission-webform-9704-add-form {
  background: whitesmoke;
  padding-top: 10px;
  margin-top: 10px;
  padding-left: 15px;
}
.path-webform form#webform-submission-webform-9704-add-form #edit-better {
  color: #786ba8 !important;
}

.node--type-event-hightlights .node--type-event-hightlights .field--name-field-image {
  float: none;
}
.node--type-event-hightlights .node--type-event-hightlights .field--name-field-image img {
  margin: 0;
}

.field-name-field-story-image img {
  margin: 0;
}

.node-type-academic_blog .field--type-image {
  float: none;
}
.node-type-academic_blog .pane-title {
  margin-top: 20px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
}
.node-type-academic_blog .contextual-region h2:last-child {
  margin: 0;
}
.node-type-academic_blog .contextual-region h2:last-child .item-list > ul {
  max-width: 100%;
}
.node-type-academic_blog .contextual-region h2:last-child .item-list li.views-row {
  padding: 0;
}
.node-type-academic_blog .academic_blog_main_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left {
  width: 65.9569%;
  padding-right: 0.5em;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .academic_blog_created_date {
  font-size: 14px;
  padding-top: 8px;
  color: #333;
  margin: 20px 0 0 0px;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .node__meta {
  margin: 20px 0;
  color: #212529;
  padding: 20px 0 0 0px;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .node__meta:before {
  display: table;
  content: "";
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .node__meta:after {
  clear: both;
  display: table;
  content: "";
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .node__meta .profile {
  margin: 0px;
  margin-right: 10px;
  width: 58px;
  height: 58px;
  float: left;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .node__meta .profile .field-type-image {
  margin-bottom: 0;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .node__meta > span {
  color: #212529;
  float: left;
  margin-left: 10px;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_left .image-style-single-people-picture {
  width: 60px;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_right {
  width: 34.0431%;
  padding-left: 0.5em;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_right .academic_blog_main_row_right_content {
  background-color: #DDDDDD;
  margin-right: 20px;
  margin-top: 20px;
  padding: 10px 20px;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_right .academic_blog_main_row_right_content > div {
  margin-bottom: 4px;
  line-height: 1.5;
  font-size: 1rem;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_right .academic_blog_main_row_right_content > div a {
  color: #57068C;
  font-size: 1rem;
}
.node-type-academic_blog .academic_blog_main_row .academic_blog_main_row_right label {
  padding-bottom: 10px;
  color: #212529;
}

.node-type-academic_bulletin .node__content {
  font-size: 1rem;
}
.node-type-academic_bulletin.page-node-21607 .field--name-field-bulletin-image {
  float: none;
}
.node-type-academic_bulletin .field-name-field-body-2 table tr:first-child td {
  text-align: left;
  font-weight: normal;
}
.node-type-academic_bulletin.page-node-14070 .field-name-field-body-2 table tr:first-child td {
  text-align: center;
}
.node-type-academic_bulletin.section-node-14070 .field-name-field-body-2 table tr:first-child td {
  text-align: left;
}
.node-type-academic_bulletin .paragraph--type--bulletin-menu-item table {
  font-size: 1rem;
}
.node-type-academic_bulletin .paragraph--type--bulletin-menu-item table tr {
  background: none;
}
.node-type-academic_bulletin.page-node-30530 .paragraph--type--bulletin-menu-item table tr:nth-child(even) {
  background-color: #eee6f3;
}
.node-type-academic_bulletin.page-node-30530 .paragraph--type--bulletin-menu-item table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.node-type-academic_bulletin .field-type-entity-reference-revisions {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 1em;
}
.node-type-academic_bulletin .field--name-field-content a {
  color: #57068C;
}
.node-type-academic_bulletin .field--name-field-content p {
  margin: 0 0 0.8em 0;
  padding: 0px 0px 10px 0px;
}
.node-type-academic_bulletin.page-node-35437 .field-type-entity-reference-revisions {
  border-bottom: 0px solid #d3d7d9;
}
.node-type-academic_bulletin.page-node-35437 .field--name-field-bulletin-menu-item > .field__item {
  margin: 20px 0 10px 0px;
}
.node-type-academic_bulletin.page-node-20821 .paragraph--type--bulletin-menu-item .field--name-field-bulletin-menu-content {
  padding: 20px 40px;
}
.node-type-academic_bulletin.page-node-20821 .paragraph--type--bulletin-menu-item .field--name-field-bulletin-menu-content p {
  padding-bottom: 5px;
}
.node-type-academic_bulletin.page-node-20821 .paragraph--type--bulletin-menu-item .field--name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.node-type-academic_bulletin.page-node-20821 .paragraph--type--bulletin-menu-item .field--name-field-bulletin-menu-content p:last-child {
  margin-bottom: 0 !important;
}
.node-type-academic_bulletin.page-node-33979 hr {
  opacity: 1;
}
.node-type-academic_bulletin.page-node-33979 .field--type-entity-reference-revisions {
  padding-bottom: calc(10px + 1em);
}
.node-type-academic_bulletin.page-node-33979 .field-name-field-bulletin-menu-content ul {
  max-width: 100%;
}
.node-type-academic_bulletin.page-node-33979 .field-name-field-bulletin-menu-content p {
  padding: 15px 0 5px 0;
}
.node-type-academic_bulletin.page-node-33979 .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.node-type-academic_bulletin.page-node-33979 .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.node-type-academic_bulletin.page-node-11382 hr {
  opacity: 1;
}
.node-type-academic_bulletin.page-node-11382 .embedded-entity {
  display: inline-block;
}
.node-type-academic_bulletin.page-node-11382 .field-name-field-bulletin-menu-content.field-items p {
  padding: 0px 0 5px 0;
}
.node-type-academic_bulletin.page-node-11382 .field-name-field-bulletin-menu-content.field-items p:last-child {
  padding-bottom: 0px;
}
.node-type-academic_bulletin.page-node-11382 .field-name-field-bulletin-menu-content.field-items p:first-child {
  padding-top: 15px;
}
.node-type-academic_bulletin.page-node-11382 .field--name-field-bulletin-menu-item {
  padding-bottom: 26px;
}
@media (min-width: 992px) {
  .node-type-academic_bulletin .field--name-field-bulletin-menu-item {
    max-width: 75%;
    border: 0;
  }
}

.section-academics .spotlight-box .box-content .box-title a {
  font-size: unset !important;
  line-height: 1.2;
}
.section-academics .content-inside article p,
.section-academics .view-header {
  margin: 0 0 0.8em;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.375;
}
.section-academics .content-inside .field-name-body ul {
  padding: 0 0 0 30px;
}
.section-academics.page-node-1728, .section-academics.page-node-1730 .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics.page-node-27916 .content-inside .field-name-body ul, .section-academics.page-node-27919 .content-inside .field-name-body ul, .section-academics.page-node-28741 .content-inside .field-name-body ul, .section-academics.page-node-27920 .content-inside .field-name-body ul, .section-academics.page-node-28742 .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics.page-node-27916 .content-inside .field-name-body ul li, .section-academics.page-node-27919 .content-inside .field-name-body ul li, .section-academics.page-node-28741 .content-inside .field-name-body ul li, .section-academics.page-node-27920 .content-inside .field-name-body ul li, .section-academics.page-node-28742 .content-inside .field-name-body ul li {
  margin-bottom: 5px;
}
.section-academics.page-node-27916 .field-type-entity-reference-revisions, .section-academics.page-node-27919 .field-type-entity-reference-revisions, .section-academics.page-node-28741 .field-type-entity-reference-revisions, .section-academics.page-node-27920 .field-type-entity-reference-revisions, .section-academics.page-node-28742 .field-type-entity-reference-revisions {
  padding-bottom: calc(10px + 1em);
}
.section-academics.page-node-27916 #content .content-inside .field--name-field-bulletin-menu-item table, .section-academics.page-node-27919 #content .content-inside .field--name-field-bulletin-menu-item table, .section-academics.page-node-28741 #content .content-inside .field--name-field-bulletin-menu-item table, .section-academics.page-node-27920 #content .content-inside .field--name-field-bulletin-menu-item table, .section-academics.page-node-28742 #content .content-inside .field--name-field-bulletin-menu-item table {
  max-width: 100% !important;
}
.section-academics.page-node-27916 #content .content-inside .field--name-field-bulletin-menu-item table td, .section-academics.page-node-27919 #content .content-inside .field--name-field-bulletin-menu-item table td, .section-academics.page-node-28741 #content .content-inside .field--name-field-bulletin-menu-item table td, .section-academics.page-node-27920 #content .content-inside .field--name-field-bulletin-menu-item table td, .section-academics.page-node-28742 #content .content-inside .field--name-field-bulletin-menu-item table td {
  min-width: auto;
}
.section-academics.page-node-5556 .spotlight-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section-academics.page-node-5556 .spotlight-box .box-image {
  width: 100%;
}
.section-academics.page-node-5556 .spotlight-box .box-content {
  width: 100%;
  margin-top: -100px !important;
}
@media (min-width: 481px) and (max-width: 991px) {
  .section-academics.page-node-5556 .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .section-academics.page-node-5556 .grid-wrapper .spotlight-box {
    max-width: 46.05%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .section-academics.page-node-5556 .grid-wrapper .spotlight-box .box-image {
    width: 100%;
  }
  .section-academics.page-node-5556 .grid-wrapper .spotlight-box .box-content {
    width: 100%;
    margin-top: -100px !important;
  }
}
.section-academics.page-node-27389 .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics.page-node-27389 table tr:first-child td {
  text-align: left;
}
.section-academics.section-cn-node-19382 .global-page-banner {
  background-image: url(/themes/custom/shanghai/images/r2/banner-studyaway.jpg);
}

.section-study-away .field-name-body table {
  border-style: outset;
  border-width: 3px;
  border-color: gray;
  font-size: 1rem;
}
.section-study-away .field-name-body table tr:first-child td {
  text-align: center;
}

.page-node-10928 .discover-list .discover-item:nth-of-type(1) {
  margin-right: 2%;
}
.page-node-10928 .discover-list .discover-item {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 991px) {
  .page-node-10928 .discover-list .discover-item {
    width: 100%;
    max-height: 100% !important;
  }
}

.node--type-campus-life .content-inside .field-name-field-image,
.node--type-campus-life .not-front .content-inside .field-type-image {
  float: none;
}
.node--type-campus-life .vertical-line {
  margin-bottom: calc(10px + 16px);
}
.node--type-campus-life .content-inside article a {
  font-weight: 500;
}
.node--type-campus-life.page-node-575 table tbody strong a {
  font-weight: unset;
}
.node--type-campus-life.page-node-15919 table tbody strong a {
  font-weight: unset;
}
.node--type-campus-life.page-node-15927 table tbody strong a {
  font-weight: unset;
}
.node--type-campus-life.page-node-15922 table tbody a {
  font-weight: 400;
}
.node--type-campus-life.page-node-4794 hr {
  opacity: 1;
}
.node--type-campus-life.page-node-4794 hr {
  opacity: 1;
}
.node--type-campus-life.page-node-8537 .node__content .field--type-text-with-summary .bd-purple {
  font-weight: unset;
}
.node--type-campus-life .node__title a span {
  font-weight: bold;
}
.node--type-campus-life .field--type-image img {
  margin: 0;
}
.node--type-campus-life #block-shanghai-content {
  margin-bottom: 0;
}
.node--type-campus-life .node__content {
  font-size: 1rem;
}
@media (max-width: 1199.99px) {
  .node--type-campus-life .field-type-text-with-summary .alumni_box .small-box {
    margin-bottom: 3.9%;
  }
}
.node--type-campus-life.page-node-575 .content-inside article tr td:last-child a {
  font-weight: normal;
}
.node--type-campus-life.page-node-557 .view-header, .node--type-campus-life.page-node-554 .view-header {
  margin: 0 0 0.8em;
  line-height: 1.375;
}
.node--type-campus-life.page-node-15915 .content-inside article a {
  font-weight: bold;
}

.section-academics-graduate-facts-and-figures .timeline .timeline-list .direction .desc,
.page-node-27889 .timeline .timeline-list .direction .desc {
  font-size: 1rem;
}
.section-academics-graduate-facts-and-figures .timeline .timeline-list .direction .desc[data-aos="fade-left"],
.page-node-27889 .timeline .timeline-list .direction .desc[data-aos="fade-left"] {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}
.section-academics-graduate-facts-and-figures .timeline .timeline-list .direction .desc[data-aos="fade-right"],
.page-node-27889 .timeline .timeline-list .direction .desc[data-aos="fade-right"] {
  opacity: 1;
  transform: translate3d(-100px, 0, 0);
}
.section-academics-graduate-facts-and-figures .timeline .timeline-list .direction .desc.fade-in,
.page-node-27889 .timeline .timeline-list .direction .desc.fade-in {
  opacity: 1;
  transform: translate3d(0px, 0, 0);
  transition: opacity 1s, transform 1s;
}

.page-node-580 .node-left-col .tab-content .tab-pane > .row {
  margin-left: 0;
  margin-right: 0;
}
.page-node-580 .node-left-col .tab-content .tab-pane .bd-highlight {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .page-node-580 .node-left-col .tab-content .tab-pane .bd-highlight {
    width: auto;
  }
}
.page-node-580 div.bg-white.border {
  border: 1px solid #57068c !important;
}
.page-node-580 div.bg-white.border:hover {
  background-color: #522e91 !important;
}

.section-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1,
.section-cn-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1 {
  background: url(/themes/custom/shanghai/images/arrow-white-down.png) no-repeat 92%;
  width: 270px;
  background-color: #5d1889;
  padding: 0;
  margin-top: 1px;
  margin-bottom: 10px !important;
  float: left;
}
.section-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1::before, .section-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1::after,
.section-cn-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1::before,
.section-cn-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1::after {
  display: table;
  content: "";
}
.section-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1:after,
.section-cn-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1:after {
  clear: both;
}
.section-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1 #edit-field-graduate-news-tags-target-id-1,
.section-cn-academics-graduate-news form.views-exposed-form .views-exposed-widgets .form-item-field-graduate-news-tags-target-id-1 #edit-field-graduate-news-tags-target-id-1 {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}
.section-academics-graduate-news fieldset#edit-created--wrapper,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper {
  margin-bottom: 0 !important;
  float: right;
}
.section-academics-graduate-news fieldset#edit-created--wrapper::before, .section-academics-graduate-news fieldset#edit-created--wrapper::after,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper::before,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper::after {
  display: table;
  content: "";
}
.section-academics-graduate-news fieldset#edit-created--wrapper:after,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper:after {
  clear: both;
}
.section-academics-graduate-news fieldset#edit-created--wrapper legend,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper legend {
  margin-bottom: 0;
}
.section-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created {
  height: 36px;
  width: auto;
}
.section-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created {
  float: left;
  width: 60px;
  text-align: center;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  margin: 0;
  padding: 0;
  margin-bottom: 0.125rem;
}
.section-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created input,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created input {
  display: none;
}
.section-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created label,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created label {
  display: block;
  cursor: pointer;
  height: 36px;
  line-height: 36px !important;
  font-size: 14px;
  padding-left: 0px;
  color: #FFFFFF;
  background: #5d1889;
  font-weight: normal;
  margin-bottom: 0;
}
.section-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created input[type=radio]:checked + label,
.section-cn-academics-graduate-news fieldset#edit-created--wrapper #edit-created-wrapper #edit-created .form-item-created input[type=radio]:checked + label {
  background: #220337;
}

.section-about-work-research .views-table,
.page-node-39132 .views-table {
  line-height: 1.5;
  font-size: 1rem;
}
.section-about-work-research .views-table thead tr th,
.page-node-39132 .views-table thead tr th {
  background-color: unset;
}
.section-about-work-research .views-table tr th,
.section-about-work-research .views-table tr td,
.page-node-39132 .views-table tr th,
.page-node-39132 .views-table tr td {
  color: #666666 !important;
}

.page-node-21607 .field--name-field-bulletin-image .image-style-landing-page-style {
  margin: 0;
}

.page-graduate-research-fellowship-programs .view-content {
  margin: 0;
}
.page-graduate-research-fellowship-programs .view-content .views-row:first-child {
  padding-top: 0;
}
.page-graduate-research-fellowship-programs .view-content .views-row:last-child {
  border-bottom: 0;
}
.page-graduate-research-fellowship-programs .view-content .views-row .views-field-body p {
  padding: 0px 0px 10px 0px;
  line-height: 1.6;
  color: #656565;
}
.page-graduate-research-fellowship-programs #views-exposed-form-fellowship-page-1 .views-exposed-widgets .form-item-field-dissert-fellows-semester-value {
  margin-bottom: 0 !important;
}
.page-graduate-research-fellowship-programs #views-exposed-form-fellowship-page-1 .views-exposed-widgets .form-item-field-dissert-fellows-semester-value::before, .page-graduate-research-fellowship-programs #views-exposed-form-fellowship-page-1 .views-exposed-widgets .form-item-field-dissert-fellows-semester-value::after {
  display: table;
  content: "";
}
.page-graduate-research-fellowship-programs #views-exposed-form-fellowship-page-1 .views-exposed-widgets .form-item-field-dissert-fellows-semester-value:after {
  clear: both;
}
.page-graduate-research-fellowship-programs .form-item-field-dissert-fellows-semester-value #edit-field-dissert-fellows-semester-value {
  border-radius: 0;
}
.page-graduate-research-fellowship-programs #views-exposed-form-fellowship-page-1 #edit-actions #edit-submit-fellowship {
  display: none;
}

.page-advising-meet-the-advisors .item-list ul li {
  min-height: 200px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.page-advising-meet-the-advisors .item-list ul li .views-field-title .field-content span a {
  color: #000;
}
.page-advising-meet-the-advisors .item-list ul li .views-field-field-introduction p {
  font-size: 16px;
  color: #656565;
  line-height: 1.375;
}

.page-academics-faculty-directory #views-exposed-form-faculty-directory-page {
  display: none;
}
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content > div {
  padding: 0;
}
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content > div .views-row {
  padding: 0;
}
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content > div .views-row .views-field {
  padding: 0;
}
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content > div .views-row .views-field.views-field-title {
  padding: 6px;
}
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content .views-field {
  padding: 8px;
}
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content .views-field-field-faculty-rank .field-content,
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content .views-field-field-discipline .field-content,
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content .views-field-field-official-title .field-content,
.page-academics-faculty-directory .view.view-faculty-directory.view-id-faculty_directory .view-container .view-content .views-field-field-profile-picture .field-content {
  padding: 5px 8px;
}

.page-node-29232 .content-inside .field-name-body {
  margin: 0;
}
.page-node-29232 .block-views-blockmeet-the-team-block-1 h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.admission-list.team-list li {
  min-height: auto;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  overflow: hidden;
  position: relative;
}
.admission-list.team-list li .title {
  margin: 10px 0;
  color: #212529;
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.admission-list.team-list li .introduction p {
  font-size: 16px;
  color: #656565;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .admission-list.team-list li {
    gap: 0;
    grid-template-columns: 100%;
  }
}
.page-advising-meet-the-advisors .item-list .admission-list {
  display: block;
}
.page-advising-meet-the-advisors .item-list .admission-list li .views-field-field-profile-picture .field-content img {
  max-height: fit-content;
  margin-bottom: 15px;
}
.page-advising-meet-the-advisors hr {
  opacity: 1;
}
@media (min-width: 600px) {
  .page-advising-meet-the-advisors .item-list .admission-list {
    display: block;
  }
  .page-advising-meet-the-advisors .item-list .admission-list li .views-field {
    margin-left: 25%;
    float: left;
    width: 70%;
  }
  .page-advising-meet-the-advisors .item-list .admission-list li .views-field-field-profile-picture {
    width: 20%;
    position: absolute;
    margin-left: 0;
  }
}

.page-graduate-research-fellowship-programs-current-gri-fellows #views-exposed-form-fellowship-page #edit-field-gri-fellows-semester-value {
  border-radius: 0;
}
.page-graduate-research-fellowship-programs-current-gri-fellows #views-exposed-form-fellowship-page #edit-actions {
  display: none;
}

.path-alumni-voices .view-focus-list.view-id-focus_list.view-display-id-page_2 .views-field-title a {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.section-campus-life.page-node-36259 .content-inside .field-name-body p {
  padding: 0;
}
.section-campus-life.page-node-23618 hr {
  opacity: 1;
}

.node--type-academic-bulletin table {
  font-size: 1rem;
}
.node--type-academic-bulletin .node--type-academic-bulletin a {
  font-weight: 500;
}
.node--type-academic-bulletin .node--type-academic-bulletin p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.node--type-academic-bulletin .node--type-academic-bulletin .field--name-field-faq-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background: #fff;
  margin: 0 0 0 -2px !important;
  padding: 15px 0;
}
.node--type-academic-bulletin .field--name-field-bulletin-menu-item > .field__item {
  margin: 20px 0 10px 0px;
}
.node--type-academic-bulletin .field--name-field-bulletin-menu-item > .field__item:first-child {
  margin: 0px 0 10px 0px;
}
.node--type-academic-bulletin.node-11594 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-20821 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-11345 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-12185 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-24626 .field--name-field-bulletin-menu-item {
  max-width: 930px !important;
}
@media (min-width: 992px) {
  .node--type-academic-bulletin.node-11594 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-20821 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-11345 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-12185 .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.node-24626 .field--name-field-bulletin-menu-item {
    max-width: 75%;
  }
}
.node--type-academic-bulletin.page-node-39965 article .node__content > .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.page-node-36260 article .node__content > .field--name-field-bulletin-menu-item, .node--type-academic-bulletin.page-node-11594 article .node__content > .field--name-field-bulletin-menu-item {
  padding-bottom: calc(5px + 1em);
}
.node--type-academic-bulletin.page-node-39965 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content ul, .node--type-academic-bulletin.page-node-36260 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content ul, .node--type-academic-bulletin.page-node-11594 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content ul {
  max-width: 100%;
}
.node--type-academic-bulletin.page-node-39965 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child, .node--type-academic-bulletin.page-node-36260 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child, .node--type-academic-bulletin.page-node-11594 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.node--type-academic-bulletin.page-node-39965 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child, .node--type-academic-bulletin.page-node-36260 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child, .node--type-academic-bulletin.page-node-11594 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.node--type-academic-bulletin.page-node-31520 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child, .node--type-academic-bulletin.page-node-30530 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.node--type-academic-bulletin.page-node-31520 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child, .node--type-academic-bulletin.page-node-30530 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.node--type-academic-bulletin.page-node-31520 .field-type-entity-reference-revisions, .node--type-academic-bulletin.page-node-30530 .field-type-entity-reference-revisions {
  padding-bottom: calc(10px + 1em);
}
.node--type-academic-bulletin.page-node-37450 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child, .node--type-academic-bulletin.page-node-36258 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.node--type-academic-bulletin.page-node-37450 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child, .node--type-academic-bulletin.page-node-36258 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 0px;
}
.node--type-academic-bulletin.page-node-37450 .field-type-entity-reference-revisions, .node--type-academic-bulletin.page-node-36258 .field-type-entity-reference-revisions {
  border-bottom: 0;
}
.node--type-academic-bulletin.page-node-21607 #content .content-inside article .field--name-field-bulletin-menu-item {
  padding-bottom: calc(10px + 1em);
}
.node--type-academic-bulletin.page-node-21607 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.node--type-academic-bulletin.page-node-21607 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.node--type-academic-bulletin.page-node-35437 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content h3 {
  padding: 15px 0 10px 0;
}
.node--type-academic-bulletin.page-node-35437 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}

.paragraph--type--bulletin-menu-item {
  margin-bottom: 40px;
}
.paragraph--type--bulletin-menu-item .field--name-field-bulletin-menu-category {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background: #fff;
  margin: 0 0 0 -2px !important;
  padding: 15px 0;
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-title {
  background-color: #e8e1ea;
  border-left: 2px solid #5D1889;
  position: relative;
  margin: 0 !important;
  line-height: 1.2;
  color: #57068C;
  cursor: pointer;
  margin-top: 5px;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 15px;
  position: relative;
  background-image: none;
  border-bottom: 1px solid rgba(93, 24, 137, 0.07);
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-title:hover {
  background: #57068C;
  color: #fff;
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-title:hover:after {
  filter: brightness(0) invert(1);
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-title.active {
  background: #57068C;
  color: #fff;
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-title.active:after {
  transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-title:after {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  content: '';
  background-image: url(/themes/custom/shanghai/images/faqarrow.svg);
  background-repeat: no-repeat;
  background-position: center top 50%;
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content {
  display: none;
  margin: 0 !important;
  padding: 0px 20px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  border-left: 2px solid #5D1889;
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p {
  margin-bottom: 0;
  max-width: 100%;
  margin-top: 0 !important;
  padding-bottom: 15px;
}
.paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content ul, .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content ol, .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content table {
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content {
    padding: 15px;
  }
}

.page-node-28742:last-child,
.page-node-20821 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 0px;
}
.page-node-28742:first-child,
.page-node-20821 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 0px;
}

.page-node-28887 #content .content-inside article .field--name-field-bulletin-menu-item {
  max-width: 100%;
}

.page-node-27912 tr p,
.page-node-27916 .node--type-academic-bulletin .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content tr p {
  padding-top: 15px;
  padding-bottom: 0;
}
.page-node-27912 tr:first-child p,
.page-node-27916 .node--type-academic-bulletin .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content tr:first-child p {
  text-align: center;
}

.node--type-academic-bulletin #content .content-inside .field--name-field-bulletin-menu-item table {
  max-width: 100%;
}
.node--type-academic-bulletin #content .content-inside .field--name-field-bulletin-menu-item table tr:first-child {
  text-align: center;
  font-weight: bold;
  color: #666666;
}

.node--type-article.page-node-33994 .block-field-blocknodearticlefield-image {
  margin-bottom: 0;
}
.node--type-article.page-node-33994 .block-field-blocknodearticlefield-image .image-style-wide {
  margin: 0;
}

.section-current-students .field--type-image {
  float: none;
}
.section-current-students .field--type-image img {
  margin: 0;
}
.section-current-students .field--type-entity-reference .field__label {
  font-weight: bold;
  color: #6d6d6d;
  font-size: 1rem;
}

.page-node-33981 .not-front .content-inside .field-name-body h3 {
  margin: 0;
}
.page-node-33981 .mb-5 {
  margin-bottom: 5px !important;
}
.page-node-33981 h3.mb-5 {
  margin-bottom: 0px !important;
}
.page-node-33981 #block-shanghai-content {
  margin-bottom: 0;
}
.page-node-33981 #block-shanghai-content .content .node__content > div {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .i18n-en #navigation,
  .i18n-zh-hans #navigation {
    top: 0 !important;
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .topbar-search #topbar-search-form {
    right: 12px !important;
    top: 0;
  }
  .topbar-search #topbar-search-form #search-block-form {
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .topbar-search #topbar-search-form #search-block-form .form-search.form-control {
    margin: 2% 10px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 480px) {
  .topbar-search #topbar-search-form #search-block-form .form-search.form-control {
    width: 140px;
  }
}

.section-photos .form-select {
  background: transparent;
  line-height: 1;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-indent: 10px;
}

.section-photos .form-select option {
  text-indent: 0;
  background-color: white;
  display: block;
  height: 39px;
  color: #57068C;
  border-bottom: 1px solid #E9E9E9;
}

.page-node-549 .node--view-mode-full h2.node__title {
  display: none;
}

page-node-28319 .node--view-mode-full h2.node__title,
.page-node-39976 .node--view-mode-full h2.node__title,
.page-node-39975 .node--view-mode-full h2.node__title,
.page-node-31518 .node--view-mode-full h2.node__title,
.page-node-35436 .node--view-mode-full h2.node__title,
.page-node-36259 .node--view-mode-full h2.node__title,
.page-node-26771 .node--view-mode-full h2.node__title,
.page-node-35453 .node--view-mode-full h2.node__title {
  display: none;
}
page-node-28319 .views-element-container > h2,
.page-node-39976 .views-element-container > h2,
.page-node-39975 .views-element-container > h2,
.page-node-31518 .views-element-container > h2,
.page-node-35436 .views-element-container > h2,
.page-node-36259 .views-element-container > h2,
.page-node-26771 .views-element-container > h2,
.page-node-35453 .views-element-container > h2 {
  margin-top: 0;
  margin-bottom: 0;
}
page-node-28319 #block-shanghai-content,
.page-node-39976 #block-shanghai-content,
.page-node-39975 #block-shanghai-content,
.page-node-31518 #block-shanghai-content,
.page-node-35436 #block-shanghai-content,
.page-node-36259 #block-shanghai-content,
.page-node-26771 #block-shanghai-content,
.page-node-35453 #block-shanghai-content {
  margin-bottom: 0;
}
page-node-28319 #block-shanghai-content .field--name-body,
.page-node-39976 #block-shanghai-content .field--name-body,
.page-node-39975 #block-shanghai-content .field--name-body,
.page-node-31518 #block-shanghai-content .field--name-body,
.page-node-35436 #block-shanghai-content .field--name-body,
.page-node-36259 #block-shanghai-content .field--name-body,
.page-node-26771 #block-shanghai-content .field--name-body,
.page-node-35453 #block-shanghai-content .field--name-body {
  margin-bottom: 0;
}

.section-academics .jb-caption-desc {
  text-align: left;
}

.page-node-549 table {
  width: auto;
}

.section-cn-convocation-class-2020 #block-views-gallery-for-admission-block-13 > h2 {
  display: none;
}

.page-node-20821 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 0px;
}
.page-node-20821 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 0px;
}

.view-id-focus_list.view-display-id-page_3 .view-content .views-row:last-child {
  border-bottom: 0;
}

.page-node-1782 .form-item {
  margin: 0;
}
.page-node-1782 #blocktabs-gpa_tabs {
  border: none;
}
.page-node-1782 #blocktabs-gpa_tabs .mb-3 {
  margin-bottom: 0 !important;
}
.page-node-1782 #blocktabs-gpa_tabs ul.ui-tabs-nav {
  background: unset;
  border: none;
  margin-top: 15px;
  padding: 0;
  border-bottom: #57068c solid 2px;
}
.page-node-1782 #blocktabs-gpa_tabs ul.ui-tabs-nav li {
  border: none;
  background: #e9e9e9;
}
.page-node-1782 #blocktabs-gpa_tabs ul.ui-tabs-nav li.ui-state-active {
  background: #57068c;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 {
  padding: 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-sem--wrapper,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-sem--wrapper {
  margin: 1.42857em 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-sem--wrapper legend .fieldset-legend,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-sem--wrapper legend .fieldset-legend {
  font-size: 1rem;
  padding-left: 10px;
  font-weight: bold;
  color: #333333;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-created-wrapper #edit-sem,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-created-wrapper #edit-sem {
  width: 100%;
  float: left;
  margin: 15px 0 30px 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-created-wrapper #edit-sem .radio,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-created-wrapper #edit-sem .radio {
  width: 33%;
  padding-left: 0;
  float: left;
  margin-bottom: 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-created-wrapper #edit-sem .radio .form-check-input,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-created-wrapper #edit-sem .radio .form-check-input {
  border: none;
  appearance: auto;
  touch-action: manipulation;
  margin: 2% 10px;
  padding: 10px;
  font-size: 12px;
  background: #E9E9E9;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-created-wrapper #edit-sem .radio .form-check-label,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-created-wrapper #edit-sem .radio .form-check-label {
  padding-left: 5px;
  font-weight: 400;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-calculator fieldset,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #cumulative-calculator-datas-wrapper fieldset,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-calculator fieldset,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset {
  margin-bottom: 0 !important;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-calculator fieldset .js-form-type-select,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #cumulative-calculator-datas-wrapper fieldset .js-form-type-select,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-calculator fieldset .js-form-type-select,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset .js-form-type-select {
  margin-bottom: 0 !important;
  padding-top: 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #edit-calculator fieldset .js-form-type-select select,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #cumulative-calculator-datas-wrapper fieldset .js-form-type-select select,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-calculator fieldset .js-form-type-select select,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset .js-form-type-select select {
  appearance: auto;
  border-radius: 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 #gpa-result-wrapper > div,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #gpa-result-wrapper > div {
  margin: 1.42857em 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 .form-submit,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-submit {
  width: 45%;
  margin: 2%;
  color: #fff !important;
  background: #57068C;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 50px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-1 .form-submit,
  .page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-submit {
    width: 100%;
    margin: 2% auto 2% auto;
  }
}
.page-node-1782 #blocktabs-gpa_tabs #edit-gpa {
  border: none;
  margin: 2% 10px;
  padding: 10px;
  font-size: 12px;
  background: #E9E9E9;
  max-width: 100%;
  width: auto;
  border-radius: 0;
  line-height: normal;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-before-term-grade {
  margin: 1.42857em 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-gpa-before-semester,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-before-term-grade {
  margin: 1.42857em 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-gpa-before-semester input,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-before-term-grade input {
  border: none;
  margin: 2% 10px;
  padding: 10px;
  font-size: 12px;
  background: #E9E9E9;
  width: 45%;
  line-height: normal;
  border-radius: 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-gpa-before-semester input:focus,
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-before-term-grade input:focus {
  background: #E9E9E9;
}
@media (max-width: 767px) {
  .page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-gpa-before-semester input,
  .page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 .form-item-before-term-grade input {
    width: 100%;
    margin: 2% auto 2% auto;
  }
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset .js-form-item input {
  border-radius: 0;
}
@media (max-width: 767px) {
  .page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset .js-form-item input {
    width: 100%;
    margin: 2% auto 2% auto;
  }
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset .js-form-item input:focus {
  background: #E9E9E9;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset .js-form-item.form-type-select {
  padding-top: 10px;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #cumulative-calculator-datas-wrapper fieldset .js-form-item label {
  padding-left: 10px;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-cumulative-calculator legend {
  display: none;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-cumulative-calculator #edit-cumulative-calculator-0 {
  padding: 0;
}
.page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-cumulative-gpa {
  border: none;
  margin: 2% 10px;
  padding: 10px;
  font-size: 12px;
  background: #E9E9E9;
  max-width: 100%;
  width: auto;
  border-radius: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .page-node-1782 #blocktabs-gpa_tabs #blocktabs-gpa_tabs-2 #edit-cumulative-gpa {
    width: 100%;
    margin: 2% auto 2% auto;
  }
}

.page-node-17677 .content-inside article p {
  max-width: none;
}
.page-node-17677 .content-inside .field-name-field-preferred-name,
.page-node-17677 .content-inside .field-name-field-email-address,
.page-node-17677 .content-inside .field-name-field-room-number,
.page-node-17677 .content-inside .field-name-field-courses-taught,
.page-node-17677 .content-inside .field-name-field-homepage-link {
  margin-bottom: calc(1em + 8px);
}
.page-node-17677 .content-inside .node--type-instructor .node__content .field-name-field-courses-taught {
  float: left;
  width: 99%;
}
.page-node-17677 .content-inside .field--name-field-courses-taught .field-label,
.page-node-17677 .content-inside .field--name-field-research-interests .field-label {
  padding: 10px 0px;
  margin-top: 20px;
}
.page-node-17677 .content-inside .field--name-field-courses-taught .field-items li,
.page-node-17677 .content-inside .field--name-field-research-interests .field-items li {
  line-height: 1.5;
}

#block-shanghai-content .node__content .field-name-field-album-picture:focus {
  outline: 0px solid #8f4141 !important;
}
#block-shanghai-content .node__content .field-name-field-album-picture div:focus {
  outline: 0px solid #8f4141 !important;
}

.page-node-342 .grid-wrapper {
  width: 100%;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .page-node-342 .grid-wrapper {
    max-width: 75% !important;
  }
}
@media (max-width: 767px) {
  .page-node-342 .grid-wrapper {
    max-width: 100% !important;
  }
}

.section-node-40013.node-type-instructor .content-inside .node--type-instructor .node__content p {
  max-width: none;
}
.section-node-40013.node-type-instructor .content-inside .node--type-instructor .node__content p em:after,
.section-node-40013.node-type-instructor .content-inside .node--type-instructor .node__content p a:after {
  display: none;
}
.section-node-40013.node-type-instructor .content-inside .node--type-instructor .node__content p a {
  font-weight: 400;
}

.page-node-14125 .global-award-appointment-box p {
  padding-bottom: 10px !important;
}

.page-view-faculty-publications .view-faculty-publications div.item-list ul li {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  clear: both;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li:first-child {
  padding-top: 0;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-fp-image {
  padding-right: 5%;
  width: 20%;
  margin-right: 1%;
  float: left;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-title {
  width: 78%;
  float: right;
  color: #000000;
  font-size: 16px;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0 0 15px;
  line-height: 24px;
  font-weight: 500;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-body {
  width: 78%;
  float: right;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-body a {
  font-weight: 500;
  color: #57068c;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-publication-date {
  width: 78%;
  float: right;
  display: flex;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-author,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-publisher,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-call-number,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-isbn,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-publication-date {
  width: 78%;
  float: right;
  margin-top: 10px;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-author .views-label,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-publisher .views-label,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-call-number .views-label,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-isbn .views-label,
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-publication-date .views-label {
  display: block;
  float: left;
  font-weight: 500;
  margin-right: 10px;
}
.page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-isbn {
  width: 78%;
  float: right;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0 0 15px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li {
    padding-right: 0%;
  }
}
@media (max-width: 599px) {
  .page-view-faculty-publications .view-faculty-publications div.item-list ul .views-field-field-fp-image img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li {
    width: 100%;
    clear: both;
  }
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-title {
    margin-top: 15px;
  }
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-title,
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-fp-image,
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-publication-date,
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-author,
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-publisher,
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-call-number,
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-isbn {
    margin-top: 15px;
    width: 100%;
    clear: both;
  }
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-body {
    width: 100%;
  }
  .page-view-faculty-publications .view-faculty-publications div.item-list ul li .views-field-field-isbn {
    width: 100%;
    clear: both;
  }
}

.page-view-meet-the-team .view-meet-the-team > div > .item-list ul li {
  min-height: 200px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.page-view-faculty-publications.i18n-zh-hans .date_wrapper_en {
  display: none;
}
.page-view-faculty-publications.i18n-en .date_wrapper_cn {
  display: none;
}
.page-view-faculty-publications.section-journal-cover .views-label.views-label-field-publication-date {
  font-weight: 700;
  margin-right: 10px;
}
.page-view-faculty-publications.section-works-by-faculty .views-label.views-label-field-publication-date,
.page-view-faculty-publications.section-works-by-faculty .views-label .views-label-field-call-number,
.page-view-faculty-publications.section-works-by-faculty .views-label .views-field-field-isbn {
  font-weight: 500;
}
.page-view-faculty-publications.section-works-by-faculty .views-field-body strong {
  font-weight: unset;
}

.page-node-10845 .content-inside .node--type-instructor .node__content .field-name-field-courses-taught {
  float: left;
  width: 99%;
}

.page-node-16889 .field--name-field-research-interests ul > li {
  margin-bottom: 1rem;
}
.page-node-16889 .field--name-body ul li {
  padding: 0;
  margin-bottom: 5px;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2021 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2022 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2023 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2024 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2025 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2026 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2027 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2028 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2029 article.node--type-album .node__title {
  display: none;
}

.section-academics-undergraduate-nyu-shanghai-reads-past-events-2030 article.node--type-album .node__title {
  display: none;
}

article[data-history-node-id="42257"] header,
article[data-history-node-id="25663"] header {
  display: none;
}

.icons-description-block {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100% !important;
}
.icons-description-block li {
  display: flex;
  flex-direction: column;
  background: #fff;
  flex: 0 0 32%;
  max-width: 32%;
  margin: 10px 0;
}
.icons-description-block li p {
  margin: 0;
  padding: 0;
}
.icons-description-block li a.linkbox {
  background-color: #57068C;
  cursor: default;
  height: auto;
  min-height: 90px;
  padding: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.25;
}
.icons-description-block li a.linkbox:hover {
  color: #fff;
}
.icons-description-block li a.linkbox > span {
  padding-left: 20px;
  text-align: left;
  color: #fff;
}
.icons-description-block li > .iconbox-text {
  padding: 15px 10px 20px 10px;
}
.icons-description-block li ul > li > a {
  display: inline-block;
}
@media (max-width: 991px) {
  .icons-description-block li {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .icons-description-block li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.mentor-img-box img {
  max-height: 204px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li {
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0 36px 0;
  clear: both;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-field-image {
  width: 30%;
  float: left;
  margin-right: 1%;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li > .views-field:not(.views-field-field-image) {
  width: 65%;
  float: right;
  font-size: 16px;
  color: #656565;
  line-height: 1.375;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-title {
  font-weight: 600;
  margin: 0 0 15px;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-title div {
  display: inline-block;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-title a {
  color: #57068C;
  font-weight: bold;
  margin-bottom: 0;
  font-style: normal !important;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-title a[title~=RSVP] {
  margin-left: 10px;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-title a::before {
  width: 2px;
  background: #000;
  height: 16px;
  content: '';
  display: inline-block;
  margin: 0 10px -2px 0px;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-body a {
  font-weight: bold;
  color: #5d1889;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-field-event-location i {
  padding-right: 10px;
  width: 22px;
  color: #000;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-field-event-time {
  margin: 5px 0 15px 0;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-field-event-time i {
  padding-right: 10px;
  width: 22px;
  color: #000;
}
.page-advising-programs-and-events .view-focus-list .view-content .item-list ul li:last-child {
  border-bottom: 0;
}
.page-advising-programs-and-events.not-logged-in .view-focus-list .view-content .item-list ul li .views-field-view-node .field-content {
  display: none;
}
@media (max-width: 479px) {
  .page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-field-image {
    width: 100%;
    clear: both;
  }
  .page-advising-programs-and-events .view-focus-list .view-content .item-list ul li > .views-field:not(.views-field-field-image) {
    width: 100%;
    clear: both;
  }
  .page-advising-programs-and-events .view-focus-list .view-content .item-list ul li .views-field-title {
    margin-top: 15px;
    width: 100%;
    clear: both;
  }
}

.section-cn-academics-majors-self-designed-honors-major.section-cn-node-3191 .global-page-banner {
  background-image: url(/themes/custom/shanghai/images/r2/banner_academics-majors.jpg) !important;
}

.section-cn-academics-majors-neural-science.section-cn-node-12640 .global-page-banner {
  background-image: url(/themes/custom/shanghai/images/r2/banner_academics-majors.jpg) !important;
}
.section-cn-academics-majors-neural-science.section-cn-node-12640 .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-cn-academics-majors-neural-science.section-cn-node-12640 .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-cn-academics-majors-neural-science.section-cn-node-12640 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-cn-academics-majors-neural-science.section-cn-node-12640 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.section-cn-academics-majors-neural-science.section-cn-node-12640 .field-type-entity-reference-revisions {
  border-bottom: 0px solid #d3d7d9;
}

.section-arc-work-for-the-arc-course-specific-learning-assistants .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-arc-work-for-the-arc-course-specific-learning-assistants .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-arc-work-for-the-arc-course-specific-learning-assistants .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-arc-work-for-the-arc-course-specific-learning-assistants .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-academics-registration-transcripts .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics-registration-transcripts .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-academics-registration-transcripts .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-academics-registration-transcripts .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-academics-graduate-nyu-study-away-in-shanghai-semester .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-academics-graduate-nyu-study-away-in-shanghai-semester-course-list .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester-course-list .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester-course-list .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester-course-list .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-arc-work-for-the-arc-global-writing-and-speaking-fellowship .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-arc-work-for-the-arc-global-writing-and-speaking-fellowship .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-arc-work-for-the-arc-global-writing-and-speaking-fellowship .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-arc-work-for-the-arc-global-writing-and-speaking-fellowship .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-academics-study-away-in .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics-study-away-in .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-academics-study-away-in .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-academics-study-away-in .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-academics-graduate-nyu-study-away .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics-graduate-nyu-study-away .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-academics-graduate-nyu-study-away .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-academics-graduate-nyu-study-away .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}
.section-academics-graduate-nyu-study-away .media-box {
  padding-bottom: 22.8px;
}

.section-academics-graduate-nyu-study-away-in-shanghai-semester-resource .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester-resource .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester-resource .content-inside .field-name-body p {
  margin-top: 10px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester-resource .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-academics-graduate-nyu-study-away-in-shanghai-semester-resource .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-study-away-summer-courses .field-name-body table {
  border-width: 0px;
}

.section-academics-faculty-tea .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-academics-faculty-tea .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-academics-faculty-tea .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-academics-faculty-tea .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-node-26974 .field-type-entity-reference-revisions,
.section-node-30035 .field-type-entity-reference-revisions,
.section-node-30527 .field-type-entity-reference-revisions,
.section-node-30523 .field-type-entity-reference-revisions,
.section-node-30907 .field-type-entity-reference-revisions,
.section-node-26819 .field-type-entity-reference-revisions,
.section-node-26821 .field-type-entity-reference-revisions,
.section-node-28887 .field-type-entity-reference-revisions {
  border-bottom: 0;
}
.section-node-26974 .content-inside .field-name-body ul,
.section-node-30035 .content-inside .field-name-body ul,
.section-node-30527 .content-inside .field-name-body ul,
.section-node-30523 .content-inside .field-name-body ul,
.section-node-30907 .content-inside .field-name-body ul,
.section-node-26819 .content-inside .field-name-body ul,
.section-node-26821 .content-inside .field-name-body ul,
.section-node-28887 .content-inside .field-name-body ul {
  padding: 5px 20px 10px 40px;
}
.section-node-26974 .content-inside .field-name-body ul li,
.section-node-30035 .content-inside .field-name-body ul li,
.section-node-30527 .content-inside .field-name-body ul li,
.section-node-30523 .content-inside .field-name-body ul li,
.section-node-30907 .content-inside .field-name-body ul li,
.section-node-26819 .content-inside .field-name-body ul li,
.section-node-26821 .content-inside .field-name-body ul li,
.section-node-28887 .content-inside .field-name-body ul li {
  padding: 0;
  margin-bottom: 15px;
}
.section-node-26974 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child,
.section-node-30035 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child,
.section-node-30527 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child,
.section-node-30523 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child,
.section-node-30907 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child,
.section-node-26819 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child,
.section-node-26821 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child,
.section-node-28887 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:last-child {
  padding-bottom: 5px;
}
.section-node-26974 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child,
.section-node-30035 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child,
.section-node-30527 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child,
.section-node-30523 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child,
.section-node-30907 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child,
.section-node-26819 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child,
.section-node-26821 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child,
.section-node-28887 .paragraph--type--bulletin-menu-item .field-name-field-bulletin-menu-content p:first-child {
  padding-top: 15px;
}

.section-cn-node-18024 .fact_figure li.ratio > * {
  position: unset;
  width: auto;
  height: auto;
}
.section-cn-node-18024 .fact_figure li.ratio > *.number {
  width: auto;
}
.section-cn-node-18024 .fact_figure li.ratio > *.text {
  width: initial;
}
.section-cn-node-18024 .fact_figure li.ratio > *.vertical-line {
  width: 100px;
}

.section-page-interdisciplinary-colloquium #block-shanghai-content {
  margin-bottom: 16px;
}
.section-page-interdisciplinary-colloquium .social-share {
  display: none;
}
.section-page-interdisciplinary-colloquium .mb-5 {
  margin-bottom: 5px !important;
}
.section-page-interdisciplinary-colloquium h2.node__title {
  display: none;
}

.section-page-bills-payments-and-refunds .content-inside .field-name-body table tr:first-child td {
  text-align: center;
}

@media screen and (max-width: 1025px) {
  .section-node-10152 .zddiv-navmain .nav,
  .section-node-10150 .zddiv-navmain .nav,
  .section-node-10153 .zddiv-navmain .nav,
  .section-node-10149 .zddiv-navmain .nav {
    display: inline-block;
  }
}

.section-global-awards #edit-created-wrapper .js-form-type-radio {
  float: left;
  width: 60px;
  text-align: center;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  margin: 0;
  padding: 0;
  border-left: 1px solid #EEEEEE;
}
.section-global-awards #edit-created-wrapper .js-form-type-radio input[type=radio] {
  display: none;
}
.section-global-awards #edit-created-wrapper .js-form-type-radio label {
  color: #FFFFFF;
  background: #5d1889;
  display: block;
  cursor: pointer;
  height: 36px;
  line-height: 36px !important;
  font-size: 14px;
  padding-left: 0px;
  font-weight: normal;
}
.section-global-awards #edit-created-wrapper .js-form-type-radio input[type=radio]:checked + label {
  background: #220337;
  margin-bottom: 0;
}

.node-type-academic_bulletin .content-inside .field-name-field-bulletin-menu-content {
  padding: 0 40px;
}
.node-type-academic_bulletin .content-inside .field-name-field-bulletin-menu-content table {
  max-width: 100% !important;
}

.section-node-28740 .content-inside .field-name-field-bulletin-menu-content.field-items {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-global-awards-fellowships {
  display: block;
}
.page-global-awards-fellowships label[for='edit-field-country-of-citizenship-value'] {
  display: none;
}
@media (max-width: 767px) {
  .page-global-awards-fellowships .view-filters .views-exposed-widgets {
    display: block;
  }
  .page-global-awards-fellowships #block-shanghai-content #views-exposed-form-global-awards-fellowships-page .views-submit-button#edit-actions {
    grid-template-columns: none;
  }
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap button {
  color: #2a2a2a !important;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap button::after {
  margin-left: 0.625rem;
  margin-top: 0.25rem;
  float: right;
  margin-top: 4px;
  border-bottom: 1px solid #57068c;
  border-right: 1px solid #57068c;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  top: 5px;
  right: 10px;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap .ms-options ul li label {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap .ms-options ul li label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0b0b0b;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: -2px 8px 0 0;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap .ms-options ul li label:hover {
  background-color: #fff !important;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap .ms-options ul li label input {
  display: none;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap .ms-options ul li.selected label {
  background-color: transparent;
  border-color: transparent;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap .ms-options ul li.selected label::before {
  background-color: #57068c;
  border: 1px solid #57068c;
}
.page-global-awards-fellowships .view-filters .views-exposed-widgets .ms-options-wrap .ms-options ul li.selected label::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.section-node-30907 #block-shanghai-content .box-image img {
  width: 100% !important;
}

.jcbx-glry-classic table tbody tr td a {
  color: #FFF !important;
}

.region-footer {
  max-width: 100%;
  margin: 0 !important;
}

.site-footer {
  padding: 0;
  font-family: "NYUPerstare" !important;
}
.site-footer .block-nyu-sh-footer-block {
  padding: 0;
  margin: 0;
}

#block-nyu-sh-block-footer {
  border: unset !important;
}
#block-nyu-sh-block-footer > .content > .global-footer > .inner > .footer-main > .footer-menu-wrap > .footer-menu > ul {
  padding: 0;
}
#block-nyu-sh-block-footer > .content > .global-footer > .inner > .footer-main > .footer-menu-wrap > .footer-menu > ul > li {
  display: block;
}
#block-nyu-sh-block-footer > .content > .global-footer > .inner > .footer-main > .footer-menu-wrap > .footer-menu > ul > li::marker {
  display: none;
  content: "";
}
#block-nyu-sh-block-footer > .content > .global-footer > .inner > .footer-side > .footer-menu > ul {
  padding: 0;
  margin: 0;
}

.home-people .people-item .item-content h4 *, .home-people .discover-spotlight .item-content h4 *, .home-people .discover-recommended .item-content h4 *, .home-people .discover-live .item-content h4 *, .home-spotlight .people-item .item-content h4 *, .home-spotlight .discover-spotlight .item-content h4 *, .home-spotlight .discover-recommended .item-content h4 *, .home-spotlight .discover-live .item-content h4 *, .home-discover .people-item .item-content h4 *, .home-discover .discover-spotlight .item-content h4 *, .home-discover .discover-recommended .item-content h4 *, .home-discover .discover-live .item-content h4 *, .home-pano .people-item .item-content h4 *, .home-pano .discover-spotlight .item-content h4 *, .home-pano .discover-recommended .item-content h4 *, .home-pano .discover-live .item-content h4 * {
  color: #57068C !important;
}

.global-topbar .topbar-side ul li a {
  display: inline-block;
}

.dialog-off-canvas-main-canvas {
  max-width: 100vw;
  overflow-x: hidden;
}
.dialog-off-canvas-main-canvas > .nyu-header-wrapper {
  width: 100%;
  display: block;
}

ul.pager li.page-item[role="presentation"] {
  text-align: center;
  border: none;
}

.region-navigation {
  margin: 0;
}

.section-staff-finance #block-menu-block-2 {
  display: none;
}

.not-logged-in.section-staff-finance .row.overview.region.region-navigation > nav#block-menu-block-5 .navbar-nav .nav-item > a.dropdown-toggle::before {
  border-right: none;
}
.not-logged-in.section-staff-finance .row.overview.region.region-navigation > nav#block-menu-block-5 .navbar-nav .nav-item > a.dropdown-toggle::after {
  border-bottom: none;
}
.not-logged-in.section-staff-finance .row.overview.region.region-navigation > nav#block-menu-block-5 .navbar-nav .nav-item > .dropdown-menu {
  height: auto;
}

.page-node-33942 .dropdown-menu {
  display: block;
}
.page-node-33942 .menu-icon-contract, .page-node-33942 .menu-icon-expand {
  display: none;
}
.page-node-33942 li[data-mlid="530"], .page-node-33942 li[data-mlid="1462"], .page-node-33942 li[data-mlid="1463"] {
  display: none;
}

.node--type-instructor .menu-icon-contract, .node--type-instructor .menu-icon-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .front #navigation.active,
  .not-front #navigation.active {
    margin-top: 60px !important;
  }

  .i18n-en #navigation,
  .i18n-zh-hans #navigation {
    padding-top: 5px !important;
  }
}
.page-view-faculty-directory #navigation .row.overview.region.region-navigation > nav li a {
  white-space: normal;
}

.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span, .section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > span {
  display: none;
}
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul, .section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"] > ul {
  display: block;
}
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-global-awards #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-31149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-31152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-37467 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-580 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-10152 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-5778 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-14125 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-10150 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-10153 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-10149 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"], .section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="925"],
.section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1459"],
.section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1460"],
.section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3049"],
.section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1461"],
.section-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"] {
  display: none;
}

.section-cn-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="3741"],
.section-cn-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6689"],
.section-cn-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1463"],
.section-cn-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="530"],
.section-cn-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="1203"],
.section-cn-node-14101 #navigation .row.overview.region.region-navigation #block-menu-block-5 ul.nav li[data-mlid="6707"] {
  display: none;
}

.section-node-6045 li[data-mlid="4184"] {
  display: none;
}

#navigation .row.overview.region.region-navigation > nav .navbar-nav.nav {
  float: none;
  width: unset;
  height: auto;
}

.contextual {
  z-index: 9999;
}

#LeaderBackdropContent {
  height: calc(100vh - 60px);
  top: 60px;
  overflow-y: overlay;
  overflow-x: hidden;
}
#LeaderBackdropContent::-webkit-scrollbar {
  width: 0;
}
#LeaderBackdropContent::-moz-scrollbar {
  width: 0;
}
#LeaderBackdropContent::-ms-scrollbar {
  width: 0;
}
#LeaderBackdropContent > .content-body-wrapper {
  height: auto;
}
#LeaderBackdropContent > .content-body-wrapper > .views-element-container {
  height: 100%;
}
#LeaderBackdropContent > .content-body-wrapper > .views-element-container ul > li {
  padding: 0;
}

.not-front .content-inside .field-name-body .phd-contact-us > div {
  color: white;
  font-size: 18px;
}

body {
  opacity: 1;
  transition: opacity 1s;
  font-family: "NYUPerstare";
  margin-left: 0 !important;
}

#global-topbar,
#navigation,
#modalBackdrop {
  width: 100vw;
}

#block-shanghai-content > .content > article > .node__content > .layout > .layout__region > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > .node__content > .layout > .layout__region > div:first-child > div:first-child > div:first-child,
#block-shanghai-content > .content > article > .node__content > .layout > div:first-child > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > .node__content > .layout > div:first-child > div:first-child > div:first-child > div:first-child,
#block-shanghai-content > .content > article > .node__content > div:first-child > .layout__region > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > .node__content > div:first-child > .layout__region > div:first-child > div:first-child > div:first-child,
#block-shanghai-content > .content > article > .node__content > div:first-child > div:first-child > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > .node__content > div:first-child > div:first-child > div:first-child > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > .layout > .layout__region > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > .layout > .layout__region > div:first-child > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > .layout > div:first-child > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > .layout > div:first-child > div:first-child > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > div:first-child > .layout__region > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > div:first-child > .layout__region > div:first-child > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > div:first-child > div:first-child > .block-field-blocknodearticlefield-image > div:first-child > div:first-child,
#block-shanghai-content > .content > article > div:first-child > div:first-child > div:first-child > div:first-child > div:first-child > div:first-child {
  width: 100%;
}
#block-shanghai-content > .content > article > .node__content > .layout > .layout__region > .block-field-blocknodearticlecreated,
#block-shanghai-content > .content > article > .node__content > .layout > div:first-child > .block-field-blocknodearticlecreated,
#block-shanghai-content > .content > article > .node__content > div:first-child > .layout__region > .block-field-blocknodearticlecreated,
#block-shanghai-content > .content > article > .node__content > div:first-child > div:first-child > .block-field-blocknodearticlecreated,
#block-shanghai-content > .content > article > div:first-child > .layout > .layout__region > .block-field-blocknodearticlecreated,
#block-shanghai-content > .content > article > div:first-child > .layout > div:first-child > .block-field-blocknodearticlecreated,
#block-shanghai-content > .content > article > div:first-child > div:first-child > .layout__region > .block-field-blocknodearticlecreated,
#block-shanghai-content > .content > article > div:first-child > div:first-child > div:first-child > .block-field-blocknodearticlecreated {
  font-size: 14px;
}
#block-shanghai-content > .content > article > .node__content > .layout > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label,
#block-shanghai-content > .content > article > .node__content > .layout > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label,
#block-shanghai-content > .content > article > .node__content > div:first-child > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label,
#block-shanghai-content > .content > article > .node__content > div:first-child > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label,
#block-shanghai-content > .content > article > div:first-child > .layout > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label,
#block-shanghai-content > .content > article > div:first-child > .layout > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label,
#block-shanghai-content > .content > article > div:first-child > div:first-child > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label,
#block-shanghai-content > .content > article > div:first-child > div:first-child > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > .share-label {
  width: unset !important;
}
#block-shanghai-content > .content > article > .node__content > .layout > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li,
#block-shanghai-content > .content > article > .node__content > .layout > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li,
#block-shanghai-content > .content > article > .node__content > div:first-child > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li,
#block-shanghai-content > .content > article > .node__content > div:first-child > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li,
#block-shanghai-content > .content > article > div:first-child > .layout > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li,
#block-shanghai-content > .content > article > div:first-child > .layout > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li,
#block-shanghai-content > .content > article > div:first-child > div:first-child > .layout__region > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li,
#block-shanghai-content > .content > article > div:first-child > div:first-child > div:first-child > .block-extra-field-blocknodearticlesocial-sharing > .content > .social-share > ul > li {
  display: block;
}

.nyu-header-wrapper {
  position: relative;
}

:root {
  --mobile-navbar-bg-color: transparent;
  --mobile-navbar-color: white;
  --mobile-block-menu-border-color: rgba(255, 255, 255, 0.5);
  --pc-block-menu-bg-color: transparent;
  --pc-block-menu-color: #656565;
  --pc-block-menu-sign-color: #B4B4B4;
  --pc-block-menu-border-color: #ddd;
}

#navigation .row.overview.region.region-navigation {
  display: block;
}
#navigation .row.overview.region.region-navigation > nav {
  padding: 3px 0;
  max-height: 100%;
  overflow: hidden;
  width: auto;
  height: 100%;
}
#navigation .row.overview.region.region-navigation > nav .navbar-nav {
  user-select: none;
  font-family: var(--global-fronts);
  margin-left: 4px;
  margin-right: 4px;
}
#navigation .row.overview.region.region-navigation > nav .navbar-nav > :first-child {
  border-top: 1px solid var(--pc-block-menu-border-color);
}
#navigation .row.overview.region.region-navigation > nav .dropdown-item:focus,
#navigation .row.overview.region.region-navigation > nav .dropdown-item:hover {
  color: unset;
  background-color: unset;
}
#navigation .row.overview.region.region-navigation > nav .dropdown-item.active,
#navigation .row.overview.region.region-navigation > nav .dropdown-item:active {
  color: unset;
  text-decoration: unset;
  background-color: unset;
}
#navigation .row.overview.region.region-navigation > nav li {
  border-bottom: 1px solid var(--pc-block-menu-border-color);
  line-height: 100%;
  width: 100%;
}
#navigation .row.overview.region.region-navigation > nav li:hover {
  cursor: pointer;
}
#navigation .row.overview.region.region-navigation > nav li li:last-child {
  border-bottom: 0;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded ul.dropdown-menu > li:first-child {
  border-top: 1px solid var(--pc-block-menu-border-color);
}
#navigation .row.overview.region.region-navigation > nav li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0 10px 6px;
  white-space: pre-wrap;
  word-break: break-word;
  color: #656565;
}
#navigation .row.overview.region.region-navigation > nav li a.active {
  font-weight: 500 !important;
  color: #57068C !important;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded a.dropdown-toggle::after {
  border: 0;
  margin: 0;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded.active {
  background-color: unset;
  color: unset;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu {
  position: unset !important;
  transform: unset !important;
  border: 0 !important;
  --bs-dropdown-bg: #fff0;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu li {
  padding: 0;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu li a {
  padding: 10px 0 10px 20px;
  display: block;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu li a:hover {
  color: #57068C;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu li a:focus {
  --bs-dropdown-bg: #fff0;
  outline: 3px solid #3dbbdb;
  overflow: -moz-hidden-unscrollable;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu li ul a {
  padding: 10px 0 10px 35px;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu li ul ul a {
  padding: 10px 0 10px 45px;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .dropdown-menu li ul ul ul a {
  padding: 10px 0 10px 55px;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded {
  display: flex;
  flex-wrap: wrap;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded > a {
  width: 85%;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .menu-icon-expand {
  background-position: 100% 11px !important;
  background-repeat: no-repeat;
  background-image: url(/themes/custom/shanghai/images/icon-expand.png);
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .menu-icon-contract {
  background-position: 100% 11px !important;
  background-repeat: no-repeat;
  background-image: url(/themes/custom/shanghai/images/icon-contract.png);
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded > span {
  width: 15%;
}
#navigation .row.overview.region.region-navigation > nav li.menu-item--expanded > ul {
  width: 100%;
}

@media all and (max-width: 786px) {
  .not-front.i18n-zh-hans #content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #navigation .row.overview.region.region-navigation > nav li a {
    font-size: 16px;
    color: #fff;
  }

  #navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .menu-icon-expand {
    background-position: 100% 11px !important;
    background-repeat: no-repeat;
    background-image: url(/themes/custom/shanghai/images/icon-expand-white.png);
  }
  #navigation .row.overview.region.region-navigation > nav li.menu-item--expanded .menu-icon-contract {
    background-position: 100% 11px !important;
    background-repeat: no-repeat;
    background-image: url(/themes/custom/shanghai/images/icon-contract-white.png);
  }
}
.form-search.form-control {
  font-size: 12px;
  background: #fff;
  opacity: 0;
  border: 1px solid #999;
  height: 28px;
  padding: 5px 12px;
  border-radius: 16px;
  width: 200px;
  outline: none !important;
  transition: opacity .3s ease;
  pointer-events: none;
  box-sizing: border-box;
}
.form-search.form-control.active {
  opacity: 1;
  pointer-events: auto;
  box-shadow: none;
}
.form-search.form-control:focus {
  border: 1px solid #999;
  border-radius: 16px !important;
}

.home-carousel-wrap .slick-track {
  line-height: 0;
}
.home-carousel-wrap .home-carousel-item {
  line-height: 0;
}
.home-carousel-wrap .home-carousel-item .slick-slide {
  width: 100vw !important;
}

#backtotop {
  height: 40px;
  width: 40px;
  left: calc(100% - 40px);
  right: unset !important;
  background-image: url(/themes/custom/shanghai/images/backtotop-icon_only-2.png);
  background-color: #bbbbbb;
  opacity: 1;
  bottom: 60px;
  z-index: 1000;
}
#backtotop:hover {
  background-color: #dd5100;
}

.section-news-events {
  background: white;
}

/** focus 标签*/
*:focus,
input:focus,
select:focus,
button:focus,
textarea:focus,
details:focus,
summary:focus,
a:focus {
  outline: 3px solid #3dbbdb !important;
  border-radius: unset !important;
}

/** */
.spotlight-box .box-content .box-title {
  line-height: 19px;
}
.spotlight-box .box-content .box-title a {
  font-size: 16px !important;
}

.node__content.clearfix {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .page-node-2151 .text-formatted.field--name-body > div:nth-last-of-type(1) {
    display: flex;
  }
  .page-node-2151 .text-formatted.field--name-body > div:nth-last-of-type(1) > div {
    margin-bottom: 0;
  }
}
#block-menu-block-2 li[data-mlid="532"] {
  display: none;
}

.node-preview-container {
  z-index: 999;
}

figure.caption figcaption {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .global-topbar .topbar-side ul li a span {
    display: inline-block;
  }

  #navigation .row.overview.region.region-navigation > nav {
    overflow-y: scroll;
  }
  #navigation .row.overview.region.region-navigation > nav::-webkit-scrollbar {
    width: 0;
  }
  #navigation .row.overview.region.region-navigation > nav::-moz-scrollbar {
    width: 0;
  }
  #navigation .row.overview.region.region-navigation > nav::-ms-scrollbar {
    width: 0;
  }
  #navigation .row.overview.region.region-navigation > nav .navbar-nav {
    height: auto;
    margin-bottom: 50px;
  }
  #navigation .row.overview.region.region-navigation > nav .navbar-nav > :first-child {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #navigation .row.overview.region.region-navigation > nav .navbar-nav li.menu-item--expanded ul.dropdown-menu > li:first-child {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #navigation .row.overview.region.region-navigation > nav .navbar-nav li {
    border-color: rgba(255, 255, 255, 0.5);
  }
}
