@charset "UTF-8";
/* ----- VENDOR IMPORTS ----- */
html {
  box-sizing: border-box;}

*, *:before, *:after {
  box-sizing: inherit;}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;}

/**
 * Remove default margin.
 */
body {
  margin: 0;}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a.nice-select.open,
a:hover {
  outline: 0;}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;}

/**
 * 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;}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;}

td,
th {
  padding: 0;}

/* ----- THEME IMPORTS ----- */
/* ----- Add any extra _*.scss files here ----- */
/* ----- PUT ALL YOUR AMAZING VARIABLES IN HERE ----- */
/* ----- PUT ALL YOUR AMAZING MIXINS IN HERE ----- */
a {
  text-decoration: none;
  color: #48535B;}

h1 {
  font-size: 35px;
  font-weight: 500;}

h2 {
  font-size: 28px;
  font-weight: 500;}

h4 {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  color: #6C777F;}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 100;
src: url(../../fonts/avenir-next/avenirnextltpro-ultltcn.jpg) format("opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 200;
src: url(../../fonts/avenir-next/avenirnextltpro-ultltcn.jpg) format("opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 300;
src: url(../../fonts/avenir-next/avenirnextltpro-cn.jpg) format("opentype"), url(../../fonts/avenir-next/32a9d5_0_0.jpg) format("embedded-opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
src: url(../../fonts/avenir-next/avenirnextltpro-cn.jpg) format("opentype"), url(../../fonts/avenir-next/32a9d5_2_0.jpg) format("embedded-opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 500;
src: url(../../fonts/avenir-next/avenirnextltpro-mediumcn.jpg) format("opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 600;
src: url(../../fonts/avenir-next/avenirnextltpro-demicn.jpg) format("opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 700;
src: url(../../fonts/avenir-next/avenirnextltpro-boldcn.jpg) format("opentype"), url(../../fonts/avenir-next/32a9d5_1_0.jpg) format("embedded-opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 800;
src: url(../../fonts/avenir-next/avenirnextltpro-bold.jpg) format("opentype")}

@font-face {
  font-family: 'Avenir Next Condensed';
  font-weight: 900;
src: url(../../fonts/avenir-next/avenirnextltpro-heavycn.jpg) format("opentype")}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 100;
src: url(../../fonts/josefin-sans/josefinsans-thin.jpg)}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 200;
src: url(../../fonts/josefin-sans/josefinsans-thin.jpg)}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 300;
src: url(../../fonts/josefin-sans/josefinsans-light.jpg)}

@font-face {
  font-family: 'Josefin Sans';
src: url(../../fonts/josefin-sans/josefinsans-regular.jpg)}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 500;
src: url(../../fonts/josefin-sans/josefinsans-regular.jpg)}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 600;
src: url(../../fonts/josefin-sans/josefinsans-semibold.jpg)}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 700;
src: url(../../fonts/josefin-sans/josefinsans-bold.jpg)}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 800;
src: url(../../fonts/josefin-sans/josefinsans-bold.jpg)}

@font-face {
  font-family: 'Josefin Sans';
  font-weight: 900;
src: url(../../fonts/josefin-sans/josefinsans-bold.jpg)}

body {
  font-family: 'Avenir Next Condensed', 'Heiti SC';
  -webkit-font-smoothing: antialiased;}

p {
  font-family: 'Josefin Sans';
  line-height: 27px;
  color: #4B555C;}

input[type='text'], input[type='password'], textarea {
  font-family: 'Josefin Sans';}

.slider-hero-right-text .container .right .quotes .quote p {
  font-family: 'Avenir Next Condensed', 'Heiti SC';}

.news-block .content {
  font-family: 'Josefin Sans';}

.user-details .user-details-item .field {
  font-family: 'Josefin Sans';}

.i18n-zh-hans p {
  text-align: justify !important;}

.header-wrapper {
  width: 100%;
  z-index: 5;
  position: absolute;}
  .header-wrapper .top {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    z-index: 2;}
    .header-wrapper .top header {
      margin-left: auto;
      margin-right: auto;
      margin: 0 auto;
      transition: height 0.5s;}
      .header-wrapper .top header::after {
        clear: both;
        content: "";
        display: table;}
      @media screen and (min-width: 769px) {
        .header-wrapper .top header {
          max-width: 75em;} }
      @media screen and (min-width: 769px) and (max-width: 1299px) {
        .header-wrapper .top header {
          max-width: 96%;} }
      @media screen and (min-width: 769px) {
        .header-wrapper .top header #logo, .header-wrapper .top header nav#navigation {
          display: inline-block;}
        .header-wrapper .top header #logo {
          float: left;
          display: block;
          margin-right: 1.83028%;
          width: 23.62729%;
          padding: 1.5rem 0;}
          .header-wrapper .top header #logo:last-child {
            margin-right: 0;}
          .header-wrapper .top header #logo a {
            width: 16.4375rem;
            height: 4.125rem;
            outline: none;
            display: block;}
          .header-wrapper .top header #logo .image, .header-wrapper .top header #logo .image-text {
            float: left;}
          .header-wrapper .top header #logo .image {
            width: 4.125rem;
            height: 4.125rem;
            transition: all 0.5s;}
          .header-wrapper .top header #logo .image-text {
            width: 12.3125rem;
            height: 4.125rem;
            opacity: 1;
            transition: all 1s;}
        .header-wrapper .top header .hamburger {
          display: none;}
        .header-wrapper .top header nav#navigation {
          float: left;
          display: block;
          margin-right: 1.83028%;
          width: 74.54243%;
          padding: 2rem 0 1.9375rem 0;}
          .header-wrapper .top header nav#navigation:last-child {
            margin-right: 0;}
          .header-wrapper .top header nav#navigation > ul {
            list-style: none;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;}
            .header-wrapper .top header nav#navigation > ul > li {
              margin: 0 1rem;
              padding: 0;
              border-bottom: 0.0625rem transparent solid;
              text-transform: uppercase;}
              .header-wrapper .top header nav#navigation > ul > li a {
                padding: 1rem 0;
                display: block;
                font-size: 0.875rem;
                font-weight: 500;}
              .header-wrapper .top header nav#navigation > ul > li:last-child {
                margin-right: 0;}
              .header-wrapper .top header nav#navigation > ul > li:after {
                display: block;
                width: 0;
                height: 0;
                opacity: 0;
                content: '\00a0';
                transition: all 0.5s;
                border-bottom: 0.0625rem transparent solid;}
              .header-wrapper .top header nav#navigation > ul > li:hover:after, .header-wrapper .top header nav#navigation > ul > li.active:after {
                width: 100%;
                opacity: 1;
                border-bottom: 0.0625rem #99C93C solid;}
          .header-wrapper .top header nav#navigation #translate-menu {
            position: relative;
            width: 2.1875rem;
            height: 1.375rem;
            margin: 0.9rem 0;
            font-size: 0.75rem;
            font-weight: 500;
            line-height: 1.375rem;
            cursor: pointer;}
            .header-wrapper .top header nav#navigation #translate-menu:after {
              display: none;}
            .header-wrapper .top header nav#navigation #translate-menu ul, .header-wrapper .top header nav#navigation #translate-menu div {
              text-align: center;
              background-color: #F2F4F5;
              color: #75818A;}
            .header-wrapper .top header nav#navigation #translate-menu div.switcher {
              font-family: 'Avenir Next Condensed', 'Heiti SC';
              text-align: center;}
              .header-wrapper .top header nav#navigation #translate-menu div.switcher:after {
                background-image: url(../../images/language-menu-dropdown.svg);
                content: '\00a0';
                display: inline-block;
                width: 0.25rem;
                height: 0.1875rem;
                margin: 0 0.25rem;
                vertical-align: middle;}
            .header-wrapper .top header nav#navigation #translate-menu ul {
              display: none;
              width: 100%;
              padding: 0;
              position: absolute;}
              .header-wrapper .top header nav#navigation #translate-menu ul li {
                width: 100%;
                display: block;
                margin: 0;
                border-bottom: 0;}
                .header-wrapper .top header nav#navigation #translate-menu ul li a {
                  font-size: 0.625rem;
                  padding: 0;}
          .header-wrapper .top header nav#navigation input[type='checkbox'] {
            display: none;}
          .header-wrapper .top header nav#navigation input:checked + #translate-menu ul {
            display: block;}
          .header-wrapper .top header nav#navigation .search-btn {
            margin: 0.9rem;}
            .header-wrapper .top header nav#navigation .search-btn:after {
              display: none;} }
  .header-wrapper .secondary {
    background-color: #F2F4F5;
    height: 3.25rem;
    line-height: 3.25rem;
    position: relative;
    z-index: 1;}
    .header-wrapper .secondary .container {
      text-align: right;
      margin-left: auto;
      margin-right: auto;
      height: 3.25rem;
      line-height: 3.25rem;}
      .header-wrapper .secondary .container::after {
        clear: both;
        content: "";
        display: table;}
      @media screen and (min-width: 769px) {
        .header-wrapper .secondary .container {
          max-width: 75em;} }
      @media screen and (min-width: 769px) and (max-width: 1299px) {
        .header-wrapper .secondary .container {
          max-width: 96%;} }
      .header-wrapper .secondary .container span {
        font-size: 0.8125rem;
        color: #202528;
        margin-left: 1rem;
        cursor: pointer;
        text-transform: uppercase;
        vertical-align: middle;}
  .header-wrapper.scrolled {
    position: fixed;
    top: 0;}
    @media screen and (min-width: 769px) {
      .header-wrapper.scrolled header {
        height: 5.5rem;} }
    .header-wrapper.scrolled header #logo {
      padding: 0.9375rem 0;}
      .header-wrapper.scrolled header #logo .image {
        width: 3.75rem;
        height: 3.75rem;}
      .header-wrapper.scrolled header #logo .image-text {
        opacity: 0;
        width: 11.1875rem;
        height: 3.75rem;}
    .header-wrapper.scrolled header nav#navigation {
      padding-top: 1.1875rem;
      padding-bottom: 1.1875rem;}

.header-wrapper-spacer {
  width: 100%;}

@media screen and (min-width: 769px) and (max-width: 1299px) {
  .header-wrapper .top header #logo {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 10.8985%;}
    .header-wrapper .top header #logo:last-child {
      margin-right: 0;}
  .header-wrapper .top header nav#navigation {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 87.27121%;}
    .header-wrapper .top header nav#navigation:last-child {
      margin-right: 0;}
    .header-wrapper .top header nav#navigation > ul {
      padding-left: 0;}
      .header-wrapper .top header nav#navigation > ul > li a {
        font-size: 13px;} }

@media screen and (max-width: 1050px) {
  .header-wrapper .top header #logo {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 10.8985%;}
    .header-wrapper .top header #logo:last-child {
      margin-right: 0;}
    .header-wrapper .top header #logo .image-text {
      display: none;}
  .header-wrapper .top header nav#navigation {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 87.27121%;}
    .header-wrapper .top header nav#navigation:last-child {
      margin-right: 0;} }

@media screen and (min-width: 769px) and (max-width: 930px) {
  .header-wrapper .top header nav#navigation {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 87.27121%;}
    .header-wrapper .top header nav#navigation:last-child {
      margin-right: 0;} }

@media screen and (max-width: 768px) {
  float: left;
  display: block;
  margin-right: 1.83028%;
  width: 32.11314%;
  :last-child {
    margin-right: 0;}
  .header-wrapper {
    transition: all 0.5s;}
    .header-wrapper.active {
      position: fixed;}
    .header-wrapper .top header #navigation {
      opacity: 0;
      width: 100%;
      height: 0;
      content: '\00a0';
      position: fixed;
      background-color: rgba(72, 83, 91, 0.8);
      transition: opacity 0.3s;
      z-index: 10;}
      .header-wrapper .top header #navigation > ul {
        list-style: none;
        width: 80%;
        height: 100%;
        position: fixed;
        right: -80%;
        background-color: #FFFFFF;
        margin: 0;
        padding: 0;
        padding-top: 5.3125rem;
        padding-bottom: 1.6875rem;
        transition: all 0.5s;}
        .header-wrapper .top header #navigation > ul input[type='checkbox'] {
          display: none;}
        .header-wrapper .top header #navigation > ul label {
          float: left;}
          .header-wrapper .top header #navigation > ul label #translate-menu {
            margin: 0;
            margin: 1.25rem;
            height: 2.1875rem;
            line-height: 2.1875rem;
            float: left;}
            .header-wrapper .top header #navigation > ul label #translate-menu .switcher:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg);}
            .header-wrapper .top header #navigation > ul label #translate-menu > ul {
              padding-top: 0;
              padding-bottom: 0;
              bottom: 35px;}
              .header-wrapper .top header #navigation > ul label #translate-menu > ul li a {
                padding: 0;
                color: #75818A;}
        .header-wrapper .top header #navigation > ul > li {
          text-transform: uppercase;}
          .header-wrapper .top header #navigation > ul > li a {
            padding: 1rem 2rem;
            display: block;
            width: 100%;
            height: 100%;}
          .header-wrapper .top header #navigation > ul > li.active, .header-wrapper .top header #navigation > ul > li:hover {
            background-color: #6F808C;}
            .header-wrapper .top header #navigation > ul > li.active > a, .header-wrapper .top header #navigation > ul > li:hover > a {
              color: #FFFFFF;}
          .header-wrapper .top header #navigation > ul > li.search-btn {
            margin-left: 1.8125rem;
            margin-top: 1.25rem;
            width: 1.875rem;
            height: 2.1875rem;
            background-position: 0.5625rem 0.625rem;
            float: left;}
      .header-wrapper .top header #navigation.active {
        opacity: 1;
        display: block;
        height: 100%;}
        .header-wrapper .top header #navigation.active ul {
          right: 0;}
    .header-wrapper .top header #logo {
      width: 20rem;
      height: 5.3125rem;
      margin: 0;
      padding-top: 1rem;}
      .header-wrapper .top header #logo .image, .header-wrapper .top header #logo .image-text {
        float: left;}
      .header-wrapper .top header #logo .image {
        width: 3.4375rem;
        height: 3.4375rem;
        margin-left: 0.75rem;
        transition: all 0.5s;}
      .header-wrapper .top header #logo .image-text {
        width: 10.1875rem;
        height: 3.4375rem;
        opacity: 1;
        transition: all 0.5s;
        display: block;}
    .header-wrapper .top header .hamburger {
      position: absolute;
      background-color: #F2F4F5;
      right: 0;
      top: 0;
      width: 3.0625rem;
      height: 5.3125rem;
      background-position: 1.0625rem 2.3125rem;
      border-radius: 0;
      z-index: 11;}
      .header-wrapper .top header .hamburger .stripe-wrapper {
        padding: 2.3125rem 1.0625rem;}
        .header-wrapper .top header .hamburger .stripe-wrapper .stripe {
          display: block;
          background-color: #75818A;
          width: 1rem;
          height: 0.125rem;
          margin-bottom: 0.1875rem;
          transition: all 0.5s;}
      .header-wrapper .top header .hamburger.active {
        background-color: #F2F4F5;}
        .header-wrapper .top header .hamburger.active .stripe:first-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-top: 0.3125rem;}
        .header-wrapper .top header .hamburger.active .stripe:nth-child(2n) {
          opacity: 0;}
        .header-wrapper .top header .hamburger.active .stripe:nth-child(3n) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: -0.625rem;}
    .header-wrapper .secondary .container {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 3.25rem;}
      .header-wrapper .secondary .container span {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        line-height: 1.1rem;
        margin-left: 0;}
    .header-wrapper.scrolled header nav#navigation {
      padding-top: 0;}
    .header-wrapper.scrolled header #logo {
      padding-top: 0;
      padding-bottom: 0;
      height: 3.125rem;}
      .header-wrapper.scrolled header #logo .image {
        width: 2.5rem;
        height: 2.5rem;
        margin: 0.3125rem;}
      .header-wrapper.scrolled header #logo .image-text {
        opacity: 0;
        width: 7.4375rem;
        height: 2.5rem;}
    .header-wrapper.scrolled header .hamburger {
      width: 50px;
      height: 50px;}
      .header-wrapper.scrolled header .hamburger .stripe-wrapper {
        padding-top: 1.125rem;} }

#translate-menu {
  position: relative;
  width: 2.1875rem;
  height: 1.375rem;
  margin: 0.9rem 0;
  font-size: 0.625rem;
  line-height: 1.375rem;}
  #translate-menu ul, #translate-menu div {
    text-align: center;
    background-color: #F2F4F5;
    color: #79848C;}
  #translate-menu div.switcher {
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    text-align: center;}
    #translate-menu div.switcher:after {
      background-image: url(../../images/language-menu-dropdown.jpg);
      content: '\00a0';
      display: inline-block;
      width: 0.25rem;
      height: 0.1875rem;
      margin: 0 0.25rem;
      vertical-align: middle;}
  #translate-menu ul {
    display: none;
    width: 100%;
    padding: 0;
    position: absolute;}
    #translate-menu ul li {
      width: 100%;
      display: block;
      margin: 0;
      border-bottom: 0;}
      #translate-menu ul li a {
        font-size: 0.625rem;
        padding: 0;}
  #translate-menu:hover ul {
    display: block;}

.search-btn {
  background-color: #F2F4F5;
  width: 1.5rem;
  height: 1.375rem;
  background-image: url(../../images/search-btn.svg);
  background-repeat: no-repeat;
  background-position: 0.4375rem;
  cursor: pointer;}

body.admin-menu-with-shortcuts .header-wrapper {
  top: 65px;}

#footer {
  color: #8A9299;
  z-index: 10;
  position: relative;}
  #footer #higher {
    padding: 2rem;
    background-color: #292D30;}
    #footer #higher .container {
      margin-left: auto;
      margin-right: auto;}
      #footer #higher .container::after {
        clear: both;
        content: "";
        display: table;}
      @media screen and (min-width: 769px) {
        #footer #higher .container {
          max-width: 75em;} }
      @media screen and (min-width: 769px) and (max-width: 1299px) {
        #footer #higher .container {
          max-width: 96%;} }
      #footer #higher .container .menu-lists {
        float: left;
        display: block;
        margin-right: 1.83028%;
        width: 83.02829%;}
        #footer #higher .container .menu-lists:last-child {
          margin-right: 0;}
        #footer #higher .container .menu-lists ul {
          padding: 0;
          margin: 0;}
          #footer #higher .container .menu-lists ul li {
            padding: 0;
            margin: 0;
            list-style: none;}
        #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li,
        #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li {
          min-width: 100px;
          margin-right: 50px;
          display: inline-block;
          vertical-align: top;}
          #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > a,
          #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > a {
            display: none;}
          #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li:last-child,
          #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li:last-child {
            margin-right: 0;}
          #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li,
          #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li {
            display: block;
            vertical-align: top;
            -webkit-column-break-inside: avoid;
                    break-inside: avoid-column;}
            #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li > a,
            #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li > a {
              display: block;
              border-bottom: 0.0625rem #6F808C solid;
              padding: 1rem 0;
              position: relative;
              transition: all 1s;}
              #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li > a:hover,
              #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li > a:hover {
                color: #DEE0E0;}
            #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li,
            #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li {
              margin: 0.75rem 0;
              font-size: 0.8rem;}
              #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li:first-child,
              #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li:first-child {
                margin-top: 1.125rem;}
              #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li a,
              #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li a {
                position: relative;
                padding: 5px 0;
                transition: all 1s;}
                #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li a:hover,
                #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li ul.menu li a:hover {
                  color: #DEE0E0;}
            #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li a, #footer #higher .container .menu-lists > section[id^=block-menu-menu-footer] > div > div > ul > li > ul > li a.active,
            #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li a,
            #footer #higher .container .menu-lists > div[id^=block-menu-menu-footer] > div > div > ul > li > ul > li a.active {
              color: #8A9299;}
      #footer #higher .container .logo {
        float: left;
        display: block;
        margin-right: 1.83028%;
        width: 15.14143%;
        text-align: right;}
        #footer #higher .container .logo:last-child {
          margin-right: 0;}
        #footer #higher .container .logo img {
          display: inline-block;
          margin: 1rem 0;}
        #footer #higher .container .logo #pku, #footer #higher .container .logo #lincoln {
          display: block;
          text-align: right;}
  #footer #lower {
    padding: 2rem;
    background-color: #202529;}
    #footer #lower .container {
      margin-left: auto;
      margin-right: auto;}
      #footer #lower .container::after {
        clear: both;
        content: "";
        display: table;}
      @media screen and (min-width: 769px) {
        #footer #lower .container {
          max-width: 75em;} }
      @media screen and (min-width: 769px) and (max-width: 1299px) {
        #footer #lower .container {
          max-width: 96%;} }
      #footer #lower .container #copyright {
        float: left;
        display: block;
        margin-right: 1.83028%;
        width: 66.05657%;}
        #footer #lower .container #copyright:last-child {
          margin-right: 0;}
      #footer #lower .container #back-to-top {
        position: absolute;
        left: 50%;
        margin-left: -0.78125rem;}
        #footer #lower .container #back-to-top:after {
          background-image: url(../../images/back-to-top.jpg);
          content: '\00a0';
          width: 1.5625rem;
          height: 1.5625rem;
          display: block;}
      #footer #lower .container #powered_by {
        float: left;
        display: block;
        margin-right: 1.83028%;
        width: 32.11314%;
        text-align: right;}
        #footer #lower .container #powered_by:last-child {
          margin-right: 0;}

@media screen and (min-width: 769px) and (max-width: 930px) {
  #footer #lower .container #back-to-top {
    left: auto;
    margin-left: auto;} }

@media screen and (max-width: 768px) {
  #footer #higher .container .menu-lists, #footer #higher .container .logo {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 100%;}
    #footer #higher .container .menu-lists:last-child, #footer #higher .container .logo:last-child {
      margin-right: 0;}
  #footer #higher .container .menu-lists section[id^=block-menu-menu-footer] > div > div > ul > li,
  #footer #higher .container .menu-lists div[id^=block-menu-menu-footer] > div > div > ul > li {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 100%;
    padding-bottom: 1.25rem;}
    #footer #higher .container .menu-lists section[id^=block-menu-menu-footer] > div > div > ul > li:last-child,
    #footer #higher .container .menu-lists div[id^=block-menu-menu-footer] > div > div > ul > li:last-child {
      margin-right: 0;}
    #footer #higher .container .menu-lists section[id^=block-menu-menu-footer] > div > div > ul > li ul.menu li,
    #footer #higher .container .menu-lists div[id^=block-menu-menu-footer] > div > div > ul > li ul.menu li {
      padding: 0;
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;}
      #footer #higher .container .menu-lists section[id^=block-menu-menu-footer] > div > div > ul > li ul.menu li:first-child,
      #footer #higher .container .menu-lists div[id^=block-menu-menu-footer] > div > div > ul > li ul.menu li:first-child {
        padding-top: 0.625rem;}
      #footer #higher .container .menu-lists section[id^=block-menu-menu-footer] > div > div > ul > li ul.menu li:last-child,
      #footer #higher .container .menu-lists div[id^=block-menu-menu-footer] > div > div > ul > li ul.menu li:last-child {
        padding-bottom: 0;}
  #footer #higher .container .logo {
    text-align: left;}
    #footer #higher .container .logo #pku, #footer #higher .container .logo #lincoln {
      float: left;
      display: block;
      margin-right: 1.83028%;
      width: 49.08486%;
      display: inline-block;
      text-align: left;}
      #footer #higher .container .logo #pku:last-child, #footer #higher .container .logo #lincoln:last-child {
        margin-right: 0;}
      #footer #higher .container .logo #pku img, #footer #higher .container .logo #lincoln img {
        width: auto;
        margin: auto;
        display: block;}
  #footer #lower .container {
    position: relative;}
    #footer #lower .container #copyright, #footer #lower .container #powered_by {
      float: left;
      display: block;
      margin-right: 1.83028%;
      width: 100%;
      display: block;
      text-align: left;
      margin-bottom: 1.0625rem;}
      #footer #lower .container #copyright:last-child, #footer #lower .container #powered_by:last-child {
        margin-right: 0;}
    #footer #lower .container #copyright span {
      display: block;}
    #footer #lower .container #back-to-top {
      left: auto;
      right: 0;
      bottom: 0;}
      #footer #lower .container #back-to-top:after {
        background-image: url(../../images/back-to-top-green.jpg);
        content: '\00a0';
        width: 1.5625rem;
        height: 1.5625rem;
        display: block;} }

#main {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;}
  #main::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    #main {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    #main {
      max-width: 96%;} }

@media screen and (max-width: 768px) {
  #main {
    z-index: 4;
    position: relative;} }

.messages-wrapper {
  background-color: #F7F9FA;
  color: #202528;
  text-transform: uppercase;
  width: 100%;
  padding: 1.875rem;
  z-index: 6;}
  .messages-wrapper .messages {
    border: 0;
    margin: 0;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;}
    .messages-wrapper .messages::after {
      clear: both;
      content: "";
      display: table;}
    @media screen and (min-width: 769px) {
      .messages-wrapper .messages {
        max-width: 75em;} }
    @media screen and (min-width: 769px) and (max-width: 1299px) {
      .messages-wrapper .messages {
        max-width: 96%;} }
    .messages-wrapper .messages > * {
      display: inline-block;
      vertical-align: top;}
    .messages-wrapper .messages ul {
      margin: 0;
      padding: 0;}
      .messages-wrapper .messages ul li {
        margin-left: 1.25rem;}
      .messages-wrapper .messages ul li:only-child {
        list-style: none;
        margin-left: 0;}
    .messages-wrapper .messages a.close {
      float: right;
      top: 50%;
      font-size: 0;}
      .messages-wrapper .messages a.close:after {
        background-image: url(../../images/close.jpg);
        width: 1.25rem;
        height: 1.25rem;
        display: inline-block;
        content: '\00a0';}
    .messages-wrapper .messages h2 {
      font-size: 1rem;
      font-weight: 400;
      border-right: 0.125rem solid #DEE0E0;
      padding-right: 0.5rem;
      margin: 0;
      margin-right: 0.5rem;}

@media screen and (max-width: 768px) {
  .messages-wrapper {
    position: fixed;
    top: 0;} }

form#rhm-plc-helpers-newsletter-form,
form#contact-site-form,
form#rhm-plc-helpers-contact-form,
form[id^=undergraduate-fund-application-entityform-edit-form],
form#user-login,
form#user-pass,
#edit-account,
form#dissertation-fellowship-node-form,
form.search-form,
form#user-register-form,
form[id^=rhm-plc-helpers-dissertation-application-form] {
  margin-left: auto;
  margin-right: auto;}
  form#rhm-plc-helpers-newsletter-form::after,
  form#contact-site-form::after,
  form#rhm-plc-helpers-contact-form::after,
  form[id^=undergraduate-fund-application-entityform-edit-form]::after,
  form#user-login::after,
  form#user-pass::after,
  #edit-account::after,
  form#dissertation-fellowship-node-form::after,
  form.search-form::after,
  form#user-register-form::after,
  form[id^=rhm-plc-helpers-dissertation-application-form]::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    form#rhm-plc-helpers-newsletter-form,
    form#contact-site-form,
    form#rhm-plc-helpers-contact-form,
    form[id^=undergraduate-fund-application-entityform-edit-form],
    form#user-login,
    form#user-pass,
    #edit-account,
    form#dissertation-fellowship-node-form,
    form.search-form,
    form#user-register-form,
    form[id^=rhm-plc-helpers-dissertation-application-form] {
      max-width: 100%;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    form#rhm-plc-helpers-newsletter-form,
    form#contact-site-form,
    form#rhm-plc-helpers-contact-form,
    form[id^=undergraduate-fund-application-entityform-edit-form],
    form#user-login,
    form#user-pass,
    #edit-account,
    form#dissertation-fellowship-node-form,
    form.search-form,
    form#user-register-form,
    form[id^=rhm-plc-helpers-dissertation-application-form] {
      max-width: 96%;} }
  form#rhm-plc-helpers-newsletter-form .form-item,
  form#contact-site-form .form-item,
  form#rhm-plc-helpers-contact-form .form-item,
  form[id^=undergraduate-fund-application-entityform-edit-form] .form-item,
  form#user-login .form-item,
  form#user-pass .form-item,
  #edit-account .form-item,
  form#dissertation-fellowship-node-form .form-item,
  form.search-form .form-item,
  form#user-register-form .form-item,
  form[id^=rhm-plc-helpers-dissertation-application-form] .form-item {
    float: left;
    display: block;
    margin-right: 2.77078%;
    width: 48.61461%;
    margin-bottom: 1.5625rem;
    position: relative;
    min-height: 4.375rem;}
    form#rhm-plc-helpers-newsletter-form .form-item:last-child,
    form#contact-site-form .form-item:last-child,
    form#rhm-plc-helpers-contact-form .form-item:last-child,
    form[id^=undergraduate-fund-application-entityform-edit-form] .form-item:last-child,
    form#user-login .form-item:last-child,
    form#user-pass .form-item:last-child,
    #edit-account .form-item:last-child,
    form#dissertation-fellowship-node-form .form-item:last-child,
    form.search-form .form-item:last-child,
    form#user-register-form .form-item:last-child,
    form[id^=rhm-plc-helpers-dissertation-application-form] .form-item:last-child {
      margin-right: 0;}
    form#rhm-plc-helpers-newsletter-form .form-item label,
    form#contact-site-form .form-item label,
    form#rhm-plc-helpers-contact-form .form-item label,
    form[id^=undergraduate-fund-application-entityform-edit-form] .form-item label,
    form#user-login .form-item label,
    form#user-pass .form-item label,
    #edit-account .form-item label,
    form#dissertation-fellowship-node-form .form-item label,
    form.search-form .form-item label,
    form#user-register-form .form-item label,
    form[id^=rhm-plc-helpers-dissertation-application-form] .form-item label {
      color: #202528;
      text-transform: uppercase;
      font-size: 0.8125rem;
      line-height: 0.8125rem;
      font-weight: 300;
      display: block;}
  form#rhm-plc-helpers-newsletter-form input, form#rhm-plc-helpers-newsletter-form textarea,
  form#contact-site-form input,
  form#contact-site-form textarea,
  form#rhm-plc-helpers-contact-form input,
  form#rhm-plc-helpers-contact-form textarea,
  form[id^=undergraduate-fund-application-entityform-edit-form] input,
  form[id^=undergraduate-fund-application-entityform-edit-form] textarea,
  form#user-login input,
  form#user-login textarea,
  form#user-pass input,
  form#user-pass textarea,
  #edit-account input,
  #edit-account textarea,
  form#dissertation-fellowship-node-form input,
  form#dissertation-fellowship-node-form textarea,
  form.search-form input,
  form.search-form textarea,
  form#user-register-form input,
  form#user-register-form textarea,
  form[id^=rhm-plc-helpers-dissertation-application-form] input,
  form[id^=rhm-plc-helpers-dissertation-application-form] textarea {
    outline: none;
    font-weight: 300;}
  form#rhm-plc-helpers-newsletter-form input[type='text'], form#rhm-plc-helpers-newsletter-form input[type='password'], form#rhm-plc-helpers-newsletter-form textarea,
  form#contact-site-form input[type='text'],
  form#contact-site-form input[type='password'],
  form#contact-site-form textarea,
  form#rhm-plc-helpers-contact-form input[type='text'],
  form#rhm-plc-helpers-contact-form input[type='password'],
  form#rhm-plc-helpers-contact-form textarea,
  form[id^=undergraduate-fund-application-entityform-edit-form] input[type='text'],
  form[id^=undergraduate-fund-application-entityform-edit-form] input[type='password'],
  form[id^=undergraduate-fund-application-entityform-edit-form] textarea,
  form#user-login input[type='text'],
  form#user-login input[type='password'],
  form#user-login textarea,
  form#user-pass input[type='text'],
  form#user-pass input[type='password'],
  form#user-pass textarea,
  #edit-account input[type='text'],
  #edit-account input[type='password'],
  #edit-account textarea,
  form#dissertation-fellowship-node-form input[type='text'],
  form#dissertation-fellowship-node-form input[type='password'],
  form#dissertation-fellowship-node-form textarea,
  form.search-form input[type='text'],
  form.search-form input[type='password'],
  form.search-form textarea,
  form#user-register-form input[type='text'],
  form#user-register-form input[type='password'],
  form#user-register-form textarea,
  form[id^=rhm-plc-helpers-dissertation-application-form] input[type='text'],
  form[id^=rhm-plc-helpers-dissertation-application-form] input[type='password'],
  form[id^=rhm-plc-helpers-dissertation-application-form] textarea {
    border: 0.0625rem solid #DEE0E0;
    background-color: transparent;
    width: 100%;
    margin-top: 0.3125rem;
    padding-left: 0.8125rem;
    font-size: 1.25rem;
    color: #FFFFFF;
    transition: all 0.1s;}
    form#rhm-plc-helpers-newsletter-form input[type='text']:focus, form#rhm-plc-helpers-newsletter-form input[type='password']:focus, form#rhm-plc-helpers-newsletter-form textarea:focus,
    form#contact-site-form input[type='text']:focus,
    form#contact-site-form input[type='password']:focus,
    form#contact-site-form textarea:focus,
    form#rhm-plc-helpers-contact-form input[type='text']:focus,
    form#rhm-plc-helpers-contact-form input[type='password']:focus,
    form#rhm-plc-helpers-contact-form textarea:focus,
    form[id^=undergraduate-fund-application-entityform-edit-form] input[type='text']:focus,
    form[id^=undergraduate-fund-application-entityform-edit-form] input[type='password']:focus,
    form[id^=undergraduate-fund-application-entityform-edit-form] textarea:focus,
    form#user-login input[type='text']:focus,
    form#user-login input[type='password']:focus,
    form#user-login textarea:focus,
    form#user-pass input[type='text']:focus,
    form#user-pass input[type='password']:focus,
    form#user-pass textarea:focus,
    #edit-account input[type='text']:focus,
    #edit-account input[type='password']:focus,
    #edit-account textarea:focus,
    form#dissertation-fellowship-node-form input[type='text']:focus,
    form#dissertation-fellowship-node-form input[type='password']:focus,
    form#dissertation-fellowship-node-form textarea:focus,
    form.search-form input[type='text']:focus,
    form.search-form input[type='password']:focus,
    form.search-form textarea:focus,
    form#user-register-form input[type='text']:focus,
    form#user-register-form input[type='password']:focus,
    form#user-register-form textarea:focus,
    form[id^=rhm-plc-helpers-dissertation-application-form] input[type='text']:focus,
    form[id^=rhm-plc-helpers-dissertation-application-form] input[type='password']:focus,
    form[id^=rhm-plc-helpers-dissertation-application-form] textarea:focus {
      border: 0.0625rem solid #DEE0E0;
      border-left: 0.125rem solid #99C93C;
      margin-left: -0.0625rem;}
  form#rhm-plc-helpers-newsletter-form textarea,
  form#contact-site-form textarea,
  form#rhm-plc-helpers-contact-form textarea,
  form[id^=undergraduate-fund-application-entityform-edit-form] textarea,
  form#user-login textarea,
  form#user-pass textarea,
  #edit-account textarea,
  form#dissertation-fellowship-node-form textarea,
  form.search-form textarea,
  form#user-register-form textarea,
  form[id^=rhm-plc-helpers-dissertation-application-form] textarea {
    border-color: #8A9299;}
    form#rhm-plc-helpers-newsletter-form textarea:focus,
    form#contact-site-form textarea:focus,
    form#rhm-plc-helpers-contact-form textarea:focus,
    form[id^=undergraduate-fund-application-entityform-edit-form] textarea:focus,
    form#user-login textarea:focus,
    form#user-pass textarea:focus,
    #edit-account textarea:focus,
    form#dissertation-fellowship-node-form textarea:focus,
    form.search-form textarea:focus,
    form#user-register-form textarea:focus,
    form[id^=rhm-plc-helpers-dissertation-application-form] textarea:focus {
      color: #FFFFFF;}
  form#rhm-plc-helpers-newsletter-form input[type='text'], form#rhm-plc-helpers-newsletter-form input[type='password'],
  form#contact-site-form input[type='text'],
  form#contact-site-form input[type='password'],
  form#rhm-plc-helpers-contact-form input[type='text'],
  form#rhm-plc-helpers-contact-form input[type='password'],
  form[id^=undergraduate-fund-application-entityform-edit-form] input[type='text'],
  form[id^=undergraduate-fund-application-entityform-edit-form] input[type='password'],
  form#user-login input[type='text'],
  form#user-login input[type='password'],
  form#user-pass input[type='text'],
  form#user-pass input[type='password'],
  #edit-account input[type='text'],
  #edit-account input[type='password'],
  form#dissertation-fellowship-node-form input[type='text'],
  form#dissertation-fellowship-node-form input[type='password'],
  form.search-form input[type='text'],
  form.search-form input[type='password'],
  form#user-register-form input[type='text'],
  form#user-register-form input[type='password'],
  form[id^=rhm-plc-helpers-dissertation-application-form] input[type='text'],
  form[id^=rhm-plc-helpers-dissertation-application-form] input[type='password'] {
    height: 3.25rem;}
  form#rhm-plc-helpers-newsletter-form .form-type-checkbox label,
  form#contact-site-form .form-type-checkbox label,
  form#rhm-plc-helpers-contact-form .form-type-checkbox label,
  form[id^=undergraduate-fund-application-entityform-edit-form] .form-type-checkbox label,
  form#user-login .form-type-checkbox label,
  form#user-pass .form-type-checkbox label,
  #edit-account .form-type-checkbox label,
  form#dissertation-fellowship-node-form .form-type-checkbox label,
  form.search-form .form-type-checkbox label,
  form#user-register-form .form-type-checkbox label,
  form[id^=rhm-plc-helpers-dissertation-application-form] .form-type-checkbox label {
    display: inline-block;
    margin-left: 0.625rem;}
  form#rhm-plc-helpers-newsletter-form #edit-actions,
  form#rhm-plc-helpers-newsletter-form #edit-action-buttons,
  form#rhm-plc-helpers-newsletter-form div[id^='edit-actions'],
  form#contact-site-form #edit-actions,
  form#contact-site-form #edit-action-buttons,
  form#contact-site-form div[id^='edit-actions'],
  form#rhm-plc-helpers-contact-form #edit-actions,
  form#rhm-plc-helpers-contact-form #edit-action-buttons,
  form#rhm-plc-helpers-contact-form div[id^='edit-actions'],
  form[id^=undergraduate-fund-application-entityform-edit-form] #edit-actions,
  form[id^=undergraduate-fund-application-entityform-edit-form] #edit-action-buttons,
  form[id^=undergraduate-fund-application-entityform-edit-form] div[id^='edit-actions'],
  form#user-login #edit-actions,
  form#user-login #edit-action-buttons,
  form#user-login div[id^='edit-actions'],
  form#user-pass #edit-actions,
  form#user-pass #edit-action-buttons,
  form#user-pass div[id^='edit-actions'],
  #edit-account #edit-actions,
  #edit-account #edit-action-buttons,
  #edit-account div[id^='edit-actions'],
  form#dissertation-fellowship-node-form #edit-actions,
  form#dissertation-fellowship-node-form #edit-action-buttons,
  form#dissertation-fellowship-node-form div[id^='edit-actions'],
  form.search-form #edit-actions,
  form.search-form #edit-action-buttons,
  form.search-form div[id^='edit-actions'],
  form#user-register-form #edit-actions,
  form#user-register-form #edit-action-buttons,
  form#user-register-form div[id^='edit-actions'],
  form[id^=rhm-plc-helpers-dissertation-application-form] #edit-actions,
  form[id^=rhm-plc-helpers-dissertation-application-form] #edit-action-buttons,
  form[id^=rhm-plc-helpers-dissertation-application-form] div[id^='edit-actions'] {
    line-height: 1.75rem;
    text-align: right;
    font-size: 1.75rem;
    color: #6C777F;
    margin-top: 4.5625rem;}
    form#rhm-plc-helpers-newsletter-form #edit-actions:after,
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons:after,
    form#rhm-plc-helpers-newsletter-form div[id^='edit-actions']:after,
    form#contact-site-form #edit-actions:after,
    form#contact-site-form #edit-action-buttons:after,
    form#contact-site-form div[id^='edit-actions']:after,
    form#rhm-plc-helpers-contact-form #edit-actions:after,
    form#rhm-plc-helpers-contact-form #edit-action-buttons:after,
    form#rhm-plc-helpers-contact-form div[id^='edit-actions']:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-actions:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-action-buttons:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] div[id^='edit-actions']:after,
    form#user-login #edit-actions:after,
    form#user-login #edit-action-buttons:after,
    form#user-login div[id^='edit-actions']:after,
    form#user-pass #edit-actions:after,
    form#user-pass #edit-action-buttons:after,
    form#user-pass div[id^='edit-actions']:after,
    #edit-account #edit-actions:after,
    #edit-account #edit-action-buttons:after,
    #edit-account div[id^='edit-actions']:after,
    form#dissertation-fellowship-node-form #edit-actions:after,
    form#dissertation-fellowship-node-form #edit-action-buttons:after,
    form#dissertation-fellowship-node-form div[id^='edit-actions']:after,
    form.search-form #edit-actions:after,
    form.search-form #edit-action-buttons:after,
    form.search-form div[id^='edit-actions']:after,
    form#user-register-form #edit-actions:after,
    form#user-register-form #edit-action-buttons:after,
    form#user-register-form div[id^='edit-actions']:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-actions:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-action-buttons:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] div[id^='edit-actions']:after {
      background-image: url(../../images/more-arrow-right.svg);
      background-repeat: no-repeat;
      background-position: 0.25rem 0.3125rem;
      content: '\00a0';
      width: 1.375rem;
      height: 1.375rem;
      display: inline-block;
      margin: 0 0 0 0.375rem;
      vertical-align: middle;
      transition: all 0.5s;}
    form#rhm-plc-helpers-newsletter-form #edit-actions:hover:after,
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons:hover:after,
    form#rhm-plc-helpers-newsletter-form div[id^='edit-actions']:hover:after,
    form#contact-site-form #edit-actions:hover:after,
    form#contact-site-form #edit-action-buttons:hover:after,
    form#contact-site-form div[id^='edit-actions']:hover:after,
    form#rhm-plc-helpers-contact-form #edit-actions:hover:after,
    form#rhm-plc-helpers-contact-form #edit-action-buttons:hover:after,
    form#rhm-plc-helpers-contact-form div[id^='edit-actions']:hover:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-actions:hover:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-action-buttons:hover:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] div[id^='edit-actions']:hover:after,
    form#user-login #edit-actions:hover:after,
    form#user-login #edit-action-buttons:hover:after,
    form#user-login div[id^='edit-actions']:hover:after,
    form#user-pass #edit-actions:hover:after,
    form#user-pass #edit-action-buttons:hover:after,
    form#user-pass div[id^='edit-actions']:hover:after,
    #edit-account #edit-actions:hover:after,
    #edit-account #edit-action-buttons:hover:after,
    #edit-account div[id^='edit-actions']:hover:after,
    form#dissertation-fellowship-node-form #edit-actions:hover:after,
    form#dissertation-fellowship-node-form #edit-action-buttons:hover:after,
    form#dissertation-fellowship-node-form div[id^='edit-actions']:hover:after,
    form.search-form #edit-actions:hover:after,
    form.search-form #edit-action-buttons:hover:after,
    form.search-form div[id^='edit-actions']:hover:after,
    form#user-register-form #edit-actions:hover:after,
    form#user-register-form #edit-action-buttons:hover:after,
    form#user-register-form div[id^='edit-actions']:hover:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-actions:hover:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-action-buttons:hover:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] div[id^='edit-actions']:hover:after {
      background-color: #99C93C;
      background-image: url(../../images/more-arrow-right-white.svg);}
    form#rhm-plc-helpers-newsletter-form #edit-actions:focus:after,
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons:focus:after,
    form#rhm-plc-helpers-newsletter-form div[id^='edit-actions']:focus:after,
    form#contact-site-form #edit-actions:focus:after,
    form#contact-site-form #edit-action-buttons:focus:after,
    form#contact-site-form div[id^='edit-actions']:focus:after,
    form#rhm-plc-helpers-contact-form #edit-actions:focus:after,
    form#rhm-plc-helpers-contact-form #edit-action-buttons:focus:after,
    form#rhm-plc-helpers-contact-form div[id^='edit-actions']:focus:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-actions:focus:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-action-buttons:focus:after,
    form[id^=undergraduate-fund-application-entityform-edit-form] div[id^='edit-actions']:focus:after,
    form#user-login #edit-actions:focus:after,
    form#user-login #edit-action-buttons:focus:after,
    form#user-login div[id^='edit-actions']:focus:after,
    form#user-pass #edit-actions:focus:after,
    form#user-pass #edit-action-buttons:focus:after,
    form#user-pass div[id^='edit-actions']:focus:after,
    #edit-account #edit-actions:focus:after,
    #edit-account #edit-action-buttons:focus:after,
    #edit-account div[id^='edit-actions']:focus:after,
    form#dissertation-fellowship-node-form #edit-actions:focus:after,
    form#dissertation-fellowship-node-form #edit-action-buttons:focus:after,
    form#dissertation-fellowship-node-form div[id^='edit-actions']:focus:after,
    form.search-form #edit-actions:focus:after,
    form.search-form #edit-action-buttons:focus:after,
    form.search-form div[id^='edit-actions']:focus:after,
    form#user-register-form #edit-actions:focus:after,
    form#user-register-form #edit-action-buttons:focus:after,
    form#user-register-form div[id^='edit-actions']:focus:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-actions:focus:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-action-buttons:focus:after,
    form[id^=rhm-plc-helpers-dissertation-application-form] div[id^='edit-actions']:focus:after {
      width: 1.75rem;
      height: 1.75rem;
      background-position: 0.5rem 0.5rem;}
    form#rhm-plc-helpers-newsletter-form #edit-actions a,
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons a,
    form#rhm-plc-helpers-newsletter-form div[id^='edit-actions'] a,
    form#contact-site-form #edit-actions a,
    form#contact-site-form #edit-action-buttons a,
    form#contact-site-form div[id^='edit-actions'] a,
    form#rhm-plc-helpers-contact-form #edit-actions a,
    form#rhm-plc-helpers-contact-form #edit-action-buttons a,
    form#rhm-plc-helpers-contact-form div[id^='edit-actions'] a,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-actions a,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-action-buttons a,
    form[id^=undergraduate-fund-application-entityform-edit-form] div[id^='edit-actions'] a,
    form#user-login #edit-actions a,
    form#user-login #edit-action-buttons a,
    form#user-login div[id^='edit-actions'] a,
    form#user-pass #edit-actions a,
    form#user-pass #edit-action-buttons a,
    form#user-pass div[id^='edit-actions'] a,
    #edit-account #edit-actions a,
    #edit-account #edit-action-buttons a,
    #edit-account div[id^='edit-actions'] a,
    form#dissertation-fellowship-node-form #edit-actions a,
    form#dissertation-fellowship-node-form #edit-action-buttons a,
    form#dissertation-fellowship-node-form div[id^='edit-actions'] a,
    form.search-form #edit-actions a,
    form.search-form #edit-action-buttons a,
    form.search-form div[id^='edit-actions'] a,
    form#user-register-form #edit-actions a,
    form#user-register-form #edit-action-buttons a,
    form#user-register-form div[id^='edit-actions'] a,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-actions a,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-action-buttons a,
    form[id^=rhm-plc-helpers-dissertation-application-form] div[id^='edit-actions'] a {
      color: #DEE0E0;}
    form#rhm-plc-helpers-newsletter-form #edit-actions input,
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons input,
    form#rhm-plc-helpers-newsletter-form div[id^='edit-actions'] input,
    form#contact-site-form #edit-actions input,
    form#contact-site-form #edit-action-buttons input,
    form#contact-site-form div[id^='edit-actions'] input,
    form#rhm-plc-helpers-contact-form #edit-actions input,
    form#rhm-plc-helpers-contact-form #edit-action-buttons input,
    form#rhm-plc-helpers-contact-form div[id^='edit-actions'] input,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-actions input,
    form[id^=undergraduate-fund-application-entityform-edit-form] #edit-action-buttons input,
    form[id^=undergraduate-fund-application-entityform-edit-form] div[id^='edit-actions'] input,
    form#user-login #edit-actions input,
    form#user-login #edit-action-buttons input,
    form#user-login div[id^='edit-actions'] input,
    form#user-pass #edit-actions input,
    form#user-pass #edit-action-buttons input,
    form#user-pass div[id^='edit-actions'] input,
    #edit-account #edit-actions input,
    #edit-account #edit-action-buttons input,
    #edit-account div[id^='edit-actions'] input,
    form#dissertation-fellowship-node-form #edit-actions input,
    form#dissertation-fellowship-node-form #edit-action-buttons input,
    form#dissertation-fellowship-node-form div[id^='edit-actions'] input,
    form.search-form #edit-actions input,
    form.search-form #edit-action-buttons input,
    form.search-form div[id^='edit-actions'] input,
    form#user-register-form #edit-actions input,
    form#user-register-form #edit-action-buttons input,
    form#user-register-form div[id^='edit-actions'] input,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-actions input,
    form[id^=rhm-plc-helpers-dissertation-application-form] #edit-action-buttons input,
    form[id^=rhm-plc-helpers-dissertation-application-form] div[id^='edit-actions'] input {
      outline: none;}

form#rhm-plc-helpers-contact-form {
  padding-top: 4.1875rem;}
  form#rhm-plc-helpers-contact-form .nice-select {
    min-width: 6.875rem;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    font-weight: 400;}
  form#rhm-plc-helpers-contact-form input[type=text], form#rhm-plc-helpers-contact-form textarea {
    color: #65747F;
    font-weight: 500;}
  form#rhm-plc-helpers-contact-form .form-item {
    float: none;}
  form#rhm-plc-helpers-contact-form .form-item-field-user-title {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 15.14143%;}
    form#rhm-plc-helpers-contact-form .form-item-field-user-title:last-child {
      margin-right: 0;}
  form#rhm-plc-helpers-contact-form .form-item-field-first-name {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 32.11314%;}
    form#rhm-plc-helpers-contact-form .form-item-field-first-name:last-child {
      margin-right: 0;}
  form#rhm-plc-helpers-contact-form .form-item-field-last-name {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 32.11314%;}
    form#rhm-plc-helpers-contact-form .form-item-field-last-name:last-child {
      margin-right: 0;}
  form#rhm-plc-helpers-contact-form .form-item-field-email-address, form#rhm-plc-helpers-contact-form .form-item-field-contact-number {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 40.599%;}
    form#rhm-plc-helpers-contact-form .form-item-field-email-address:last-child, form#rhm-plc-helpers-contact-form .form-item-field-contact-number:last-child {
      margin-right: 0;}
  form#rhm-plc-helpers-contact-form .form-item-field-subject {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 83.02829%;}
    form#rhm-plc-helpers-contact-form .form-item-field-subject:last-child {
      margin-right: 0;}
    form#rhm-plc-helpers-contact-form .form-item-field-subject .nice-select {
      width: 100%;}
  form#rhm-plc-helpers-contact-form .form-item-field-your-message {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 83.02829%;}
    form#rhm-plc-helpers-contact-form .form-item-field-your-message:last-child {
      margin-right: 0;}
    form#rhm-plc-helpers-contact-form .form-item-field-your-message textarea {
      width: 100%;
      min-height: 6.875rem;}
  form#rhm-plc-helpers-contact-form .captcha {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 83.02829%;}
    form#rhm-plc-helpers-contact-form .captcha:last-child {
      margin-right: 0;}
    form#rhm-plc-helpers-contact-form .captcha .form-item {
      width: 100%;}
      form#rhm-plc-helpers-contact-form .captcha .form-item .description {
        display: none;}
  form#rhm-plc-helpers-contact-form #edit-action-buttons {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 83.02829%;}
    form#rhm-plc-helpers-contact-form #edit-action-buttons:last-child {
      margin-right: 0;}
    form#rhm-plc-helpers-contact-form #edit-action-buttons:after {
      background-image: url(../../images/right-arrow-big/right-arrow.jpg);
      background-position: 0.4375rem 0.4375rem;
      background-repeat: no-repeat;
      width: 1.9375rem;
      height: 1.9375rem;
      content: '\00a0';
      display: inline-block;
      transition: all 0.5s;
      vertical-align: middle;}
    form#rhm-plc-helpers-contact-form #edit-action-buttons:hover:after {
      background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
      background-color: #99C93C;}
    form#rhm-plc-helpers-contact-form #edit-action-buttons:focus:after {
      width: 2.25rem;
      height: 2.25rem;
      background-position: 0.5625rem 0.5625rem;}

@media screen and (max-width: 768px) {
  form#rhm-plc-helpers-contact-form .form-item, form#rhm-plc-helpers-contact-form #edit-action-buttons {
    width: 85.625%;
    margin: 0 auto 0.9375rem auto;
    float: none;} }

.textarea-light, form#rhm-plc-helpers-contact-form textarea {
  border-color: #DEE0E0;}
  .textarea-light:focus, form#rhm-plc-helpers-contact-form textarea:focus {
    color: #65747F;}

.page-entityform-edit {
  font-family: 'Avenir Next Condensed', 'Heiti SC';}
  .page-entityform-edit .entityform {
    padding: 20px 0;}
  .page-entityform-edit .submitted,
  .page-entityform-edit .description,
  .page-entityform-edit .field-add-more-submit {
    text-transform: uppercase;
    margin: 10px 0;}
    .page-entityform-edit .submitted.description,
    .page-entityform-edit .description.description,
    .page-entityform-edit .field-add-more-submit.description {
      margin: 20px 0;}
    .page-entityform-edit .submitted.field-add-more-submit,
    .page-entityform-edit .description.field-add-more-submit,
    .page-entityform-edit .field-add-more-submit.field-add-more-submit {
      padding: 0;
      color: #91BD38 !important;}
  .page-entityform-edit #edit-field-rating::after {
    clear: both;
    content: "";
    display: table;}
  .page-entityform-edit #edit-field-rating .form-item, .page-entityform-edit #edit-field-rating table {
    height: auto;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;}
  .page-entityform-edit #edit-field-rating label {
    font-size: 18px;}
  .page-entityform-edit #edit-field-rating .field-label {
    padding: 10px;}
  .page-entityform-edit #edit-field-rating input, .page-entityform-edit #edit-field-rating textarea {
    color: #000000;}
  .page-entityform-edit .tabledrag-toggle-weight-wrapper {
    text-transform: uppercase;
    margin-bottom: 10px;}
  .page-entityform-edit .required-fields::after {
    clear: both;
    content: "";
    display: table;}
  .page-entityform-edit .required-fields .field-type-text,
  .page-entityform-edit .required-fields .field-type-list-text {
    width: 49%;
    float: left;}
    .page-entityform-edit .required-fields .field-type-text::after,
    .page-entityform-edit .required-fields .field-type-list-text::after {
      clear: both;
      content: "";
      display: table;}
    .page-entityform-edit .required-fields .field-type-text:nth-of-type(2n+1),
    .page-entityform-edit .required-fields .field-type-list-text:nth-of-type(2n+1) {
      float: right;}
  .page-entityform-edit .required-fields .form-item {
    width: 100%;}
  .page-entityform-edit .required-fields input, .page-entityform-edit .required-fields textarea {
    color: #000000 !important;}
  .page-entityform-edit .required-fields select {
    width: 100%;
    height: 50px;}

input[readonly], textarea[readonly] {
  opacity: 0.4;}

input[type="submit"], button {
  background: none;
  border: 0;}
  input[type="submit"]:after, button:after {
    content: '\00a0';
    background-image: url(../../images/arrow-down.jpg);
    width: 0.375rem;
    height: 0.1875rem;
    display: inline-block;
    vertical-align: middle;}

table {
  border: 0;
  margin: 35px 0;
  min-width: 454px;}
  table tr:nth-child(odd) {
    background-color: #E4EAEE;}
    table tr:nth-child(odd) th:after, table tr:nth-child(odd) td:after {
      background-color: #FFFFFF;}
  table tr th, table tr td {
    position: relative;
    padding: 8px 16px;
    text-align: left;
    color: #4B555C;
    border: 0;}
    table tr th:after, table tr td:after {
      display: block;
      background-color: #E6E7E8;
      content: ' ';
      width: 1px;
      height: 40%;
      position: absolute;
      right: 0;
      top: 30%;}
    table tr th:first-child, table tr td:first-child {
      font-family: 'Avenir Next Condensed', 'Heiti SC';}
    table tr th:last-child:after, table tr td:last-child:after {
      display: none;}
  table tr th {
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    font-weight: 500;
    font-size: 18px;
    color: #202528;}

.content-block-grey {
  background-color: #F8F9FA;
  color: #2C3338;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 3.5625rem 0;}
  .content-block-grey .container {
    margin-left: auto;
    margin-right: auto;}
    .content-block-grey .container::after {
      clear: both;
      content: "";
      display: table;}
    @media screen and (min-width: 769px) {
      .content-block-grey .container {
        max-width: 75em;} }
    @media screen and (min-width: 769px) and (max-width: 1299px) {
      .content-block-grey .container {
        max-width: 96%;} }
    .content-block-grey .container .breadcrumb {
      margin-top: -50px;}
    .content-block-grey .container .top {
      border-top: 0.0625rem solid #DFE0E1;
      border-bottom: 0.0625rem solid #DFE0E1;
      padding: 2rem 0;
      line-height: 1;}
      .content-block-grey .container .top h2 {
        font-size: 2.1875rem;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;}
      .content-block-grey .container .top span {
        font-size: 1.4375rem;
        color: #4B555C;}
      .content-block-grey .container .top .cta {
        float: right;
        font-size: 1.1875rem;
        color: #6C777F;}
        .content-block-grey .container .top .cta:after {
          background-image: url(../../images/right-arrow-big/right-arrow.jpg);
          background-position: 0.4375rem 0.4375rem;
          background-repeat: no-repeat;
          width: 1.9375rem;
          height: 1.9375rem;
          content: '\00a0';
          display: inline-block;
          transition: all 0.5s;
          vertical-align: middle;}
        .content-block-grey .container .top .cta:hover:after {
          background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
          background-color: #99C93C;}
        .content-block-grey .container .top .cta:focus:after {
          width: 2.25rem;
          height: 2.25rem;
          background-position: 0.5625rem 0.5625rem;}
    .content-block-grey .container .bottom {
      font-family: 'Josefin Sans';
      float: left;
      display: block;
      margin-right: 1.83028%;
      width: 91.51414%;
      margin-top: 2.5rem;}
      .content-block-grey .container .bottom:last-child {
        margin-right: 0;}
      .content-block-grey .container .bottom p {
        margin: 0;
        font-size: 18px;}

.content-block-grey-spacer {
  position: relative;
  height: 17.3125rem;
  width: 100%;
  z-index: -1;}

@media screen and (max-width: 768px) {
  .content-block-grey {
    padding: 2.5rem 1.125rem;
    text-align: center;
    position: relative;}
    .content-block-grey .container .breadcrumb {
      text-align: left;
      margin: 0;
      margin-top: -1.25rem;
      margin-bottom: 0.9375rem;}
    .content-block-grey .container .top span {
      padding: 0 0.5rem;}
    .content-block-grey .container .top .cta {
      display: none;}
    .content-block-grey .container .bottom {
      padding: 0 0.5rem;}
      .content-block-grey .container .bottom.expander:after {
        display: none;}
      .content-block-grey .container .bottom.expander + .loadmore {
        margin-top: 1.5625rem;}
  .content-block-grey-spacer {
    display: none;} }

.content-block-white {
  color: #2C3338;
  padding: 4.8125rem 0 1.375rem 0;}
  .content-block-white .top {
    border-top: 0.0625rem solid #DFE0E1;
    border-bottom: 0.0625rem solid #DFE0E1;
    padding: 2rem 0;}
    .content-block-white .top h2 {
      margin: 0;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: 500;
      -webkit-font-smoothing: antialiased;}
    .content-block-white .top span {
      color: #65747F;
      font-size: 1.25rem;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;}
    .content-block-white .top .cta {
      line-height: 1.75rem;
      float: right;
      color: #6C777F;
      font-size: 1.1875rem;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;}
      .content-block-white .top .cta:after {
        background-image: url(../../images/more-arrow-right.svg);
        background-repeat: no-repeat;
        background-position: 0.25rem 0.3125rem;
        content: '\00a0';
        width: 1.375rem;
        height: 1.375rem;
        display: inline-block;
        margin: 0 0 0 0.375rem;
        vertical-align: middle;
        transition: all 0.5s;}
      .content-block-white .top .cta:hover:after {
        background-color: #99C93C;
        background-image: url(../../images/more-arrow-right-white.svg);}
      .content-block-white .top .cta:focus:after {
        width: 1.75rem;
        height: 1.75rem;
        background-position: 0.5rem 0.5rem;}
  .content-block-white .bottom {
    font-family: 'Josefin Sans';
    line-height: 2rem;
    margin-top: 2rem;
    color: #4B555C;}

@media screen and (max-width: 768px) {
  .content-block-white {
    text-align: center;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    padding-bottom: 0;}
    .content-block-white .top .ctawrapper {
      display: block;
      margin-top: 1.5625rem;}
      .content-block-white .top .ctawrapper a {
        float: none;}
    .content-block-white .bottom {
      padding: 0 0.5rem;}
      .content-block-white .bottom p {
        line-height: 1.75rem;} }

/* ----- PUT ALL YOUR AMAZING VARIABLES IN HERE ----- */
@media screen and (min-width: 769px) {
  .slider-hero {
    height: 31.3125rem;
    width: 100%;
    background-color: rgba(44, 48, 51, 0.55);
    background-size: cover;
    position: absolute;
    left: 0;}
    .slider-hero, .slider-hero * {
      transition: all 1s;}
    .slider-hero .container {
      margin-left: auto;
      margin-right: auto;}
      .slider-hero .container::after {
        clear: both;
        content: "";
        display: table;} }
    @media screen and (min-width: 769px) and (min-width: 769px) {
      .slider-hero .container {
        max-width: 75em;} }
    @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
      .slider-hero .container {
        max-width: 96%;} }

@media screen and (min-width: 769px) {
      .slider-hero .container .left, .slider-hero .container .right {
        width: 50%;
        height: 31.3125rem;
        float: left;
        position: relative;}
        .slider-hero .container .left .quotes, .slider-hero .container .right .quotes {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          color: #FFFFFF;
          line-height: 2rem;
          font-weight: 200;
          font-size: 1.4375rem;
          width: 77%;}
          .slider-hero .container .left .quotes .quote, .slider-hero .container .right .quotes .quote {
            height: auto;
            font-style: italic;
            float: left;}
            .slider-hero .container .left .quotes .quote .attribution, .slider-hero .container .right .quotes .quote .attribution {
              font-style: normal;
              font-size: 0.8125rem;
              text-transform: uppercase;}
        .slider-hero .container .left #rectangle, .slider-hero .container .right #rectangle {
          display: block;
          background-color: rgba(153, 202, 60, 0.8);
          width: 100%;
          height: 15.1875rem;
          color: #FFFFFF;
          padding: 3.125rem 3.125rem;
          font-size: 1.4375rem;
          font-style: italic;
          font-weight: 200;
          line-height: 2.1875rem;
          position: relative;}
          .slider-hero .container .left #rectangle h1, .slider-hero .container .right #rectangle h1 {
            font-size: 2rem;
            font-weight: 600;
            font-style: normal;
            text-transform: uppercase;
            color: #FFFFFF;
            position: absolute;
            bottom: 0;}
        .slider-hero .container .left #square, .slider-hero .container .right #square {
          display: block;
          background-color: rgba(153, 202, 60, 0.6);
          width: 16.125rem;
          height: 16.125rem;
          right: 0;
          bottom: 0;
          position: absolute;}
      .slider-hero .container .right-bg {
        background-color: rgba(44, 48, 51, 0.99);
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;}
    .slider-hero .div {
      border-top: 0.0625rem #99C93C solid;
      top: 7.25rem;
      width: 100%;
      position: absolute;}
    .slider-hero .cta-container {
      text-align: center;
      position: absolute;
      bottom: 1.875rem;
      width: 100%;}
      .slider-hero .cta-container a.cta {
        display: inline-block;
        padding-top: 1rem;
        width: 4.875rem;
        height: 4.875rem;
        background-color: #202529;
        color: #8A9299;
        position: relative;}
        .slider-hero .cta-container a.cta a {
          font-size: 1.1875rem;}
        .slider-hero .cta-container a.cta:after {
          background-image: url(../../images/more-arrow-down.jpg);
          background-repeat: no-repeat;
          content: '\00a0';
          width: 0.8125rem;
          height: 1rem;
          display: block;
          bottom: 1.125rem;
          left: 50%;
          margin-left: -0.40625rem;
          position: absolute;} }

.slick-slider .slick-arrow {
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 2.375rem;
  outline: none;}
  .slick-slider .slick-arrow.slick-prev {
    background-image: url(../../images/slider_hero/left-arrow.jpg);
    right: 3.125rem;}
  .slick-slider .slick-arrow.slick-next {
    background-image: url(../../images/slider_hero/right-arrow.jpg);
    right: 0rem;}
  .slick-slider .slick-arrow:after {
    display: none;}

.slick-slider .slick-dots {
  margin: 0;
  padding: 0;}
  .slick-slider .slick-dots li {
    border-radius: 0.3125rem;
    border: 0.0625rem solid #DEE0E0;
    display: inline-block;
    margin: 0.625rem 0.25rem 0 0;
    width: 0.5rem;
    height: 0.5rem;}
    .slick-slider .slick-dots li button {
      display: none;}
    .slick-slider .slick-dots li.slick-active {
      background-color: #DEE0E0;}

@media screen and (max-width: 768px) {
  .slick-slider .slick-dots {
    line-height: 1rem;
    text-align: center;} }

@media screen and (min-width: 769px) {
  .slider-hero-full-text {
    height: 38.6875rem;}
    .slider-hero-full-text .left-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      background-size: cover;}
      .slider-hero-full-text .left-bg .filter {
        background-color: rgba(44, 48, 51, 0.74);
        width: 100%;
        height: 100%;}
    .slider-hero-full-text .right-bg {
      z-index: -1;}
    .slider-hero-full-text .div {
      top: 3.75rem;}
    .slider-hero-full-text .container .left {
      height: 38.6875rem;
      background-size: cover;}
      .slider-hero-full-text .container .left #rectangle {
        line-height: 19.5625rem;
        height: 19.5625rem;}
        .slider-hero-full-text .container .left #rectangle .text {
          display: inline-block;
          line-height: 2.1875rem;
          font-weight: 500;}
      .slider-hero-full-text .container .left #square {
        width: 19.125rem;
        height: 19.125rem;}
    .slider-hero-full-text .container .right {
      color: #FFFFFF;}
      .slider-hero-full-text .container .right .right-wrapper {
        line-height: 1rem;
        margin: 5.25rem 0 0 5rem;}
        .slider-hero-full-text .container .right .right-wrapper .subtitle {
          margin-top: 0.9375rem;
          margin-bottom: 1.875rem;
          font-size: 1.4375rem;
          font-weight: 400;
          line-height: 1.625rem;}
        .slider-hero-full-text .container .right .right-wrapper h1 {
          color: #FFFFFF;
          font-size: 1.75rem;
          font-weight: 300;
          line-height: 1.75rem;
          margin: 0;}
        .slider-hero-full-text .container .right .right-wrapper .quotes {
          margin: 0;
          font-family: 'Josefin Sans';
          font-size: 1.0625rem;
          font-weight: 100;
          line-height: 1.5625rem;
          letter-spacing: 0.03125rem;}
          .slider-hero-full-text .container .right .right-wrapper .quotes .quote {
            font-style: normal;
            width: 30.6875rem;}
    .slider-hero-full-text .container .cta-container {
      text-align: left;
      position: relative;
      bottom: 0;
      width: 100%;}
      .slider-hero-full-text .container .cta-container a.cta {
        display: inline-block;
        background-color: transparent;
        color: #FFFFFF;
        position: relative;
        font-weight: 400;
        font-size: 1.1875rem;
        width: auto;
        padding-top: 0;
        margin-top: 3.875rem;}
        .slider-hero-full-text .container .cta-container a.cta:after {
          background-image: url(../../images/right-arrow-big/right-arrow.jpg);
          background-position: 0.4375rem 0.4375rem;
          background-repeat: no-repeat;
          width: 1.9375rem;
          height: 1.9375rem;
          content: '\00a0';
          display: inline-block;
          transition: all 0.5s;
          vertical-align: middle;}
        .slider-hero-full-text .container .cta-container a.cta:hover:after {
          background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
          background-color: #99C93C;}
        .slider-hero-full-text .container .cta-container a.cta:focus:after {
          width: 2.25rem;
          height: 2.25rem;
          background-position: 0.5625rem 0.5625rem;}
        .slider-hero-full-text .container .cta-container a.cta:after {
          bottom: auto;
          left: auto;
          margin-left: 5px;
          position: relative;} }

@media screen and (max-width: 768px) {
  .slider-hero-full-text .container {
    position: relative;}
    .slider-hero-full-text .container .left-bg {
      width: 100%;
      position: absolute;
      height: 20rem;
      bottom: 0;}
      .slider-hero-full-text .container .left-bg .filter {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: rgba(44, 48, 51, 0.74);}
    .slider-hero-full-text .container .right-bg {
      background-color: #2C3033;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: -1;}
      .slider-hero-full-text .container .right-bg .div {
        border-top: 0.0625rem solid #99C93C;
        margin-top: 3.25rem;}
    .slider-hero-full-text .container .right {
      color: #FFFFFF;
      padding-left: 1.125rem;
      padding-right: 1.125rem;}
      .slider-hero-full-text .container .right h1 {
        padding-top: 4.75rem;
        font-size: 1.75rem;}
      .slider-hero-full-text .container .right .subtitle {
        color: #E4E9ED;
        font-size: 1.25rem;
        line-height: 1.625rem;
        margin-bottom: 1rem;}
      .slider-hero-full-text .container .right .quotes {
        font-family: 'Josefin Sans';
        font-size: 1.0625rem;
        line-height: 1.5625rem;}
        .slider-hero-full-text .container .right .quotes .quote {
          height: auto;
          color: #F2F4F5;}
      .slider-hero-full-text .container .right .cta-container {
        line-height: 1.75rem;
        margin-top: 1.375rem;
        margin-bottom: 1.5rem;}
        .slider-hero-full-text .container .right .cta-container:after {
          background-image: url(../../images/more-arrow-right.svg);
          background-repeat: no-repeat;
          background-position: 0.25rem 0.3125rem;
          content: '\00a0';
          width: 1.375rem;
          height: 1.375rem;
          display: inline-block;
          margin: 0 0 0 0.375rem;
          vertical-align: middle;
          transition: all 0.5s;}
        .slider-hero-full-text .container .right .cta-container:hover:after {
          background-color: #99C93C;
          background-image: url(../../images/more-arrow-right-white.svg);}
        .slider-hero-full-text .container .right .cta-container:focus:after {
          width: 1.75rem;
          height: 1.75rem;
          background-position: 0.5rem 0.5rem;}
        .slider-hero-full-text .container .right .cta-container a {
          color: #FFFFFF;}
    .slider-hero-full-text .container .left {
      height: 20rem;
      position: relative;}
      .slider-hero-full-text .container .left #rectangle, .slider-hero-full-text .container .left #square {
        height: 10rem;}
      .slider-hero-full-text .container .left #rectangle {
        background-color: rgba(153, 201, 60, 0.85);
        color: #FFFFFF;
        font-size: 1.0625rem;
        line-height: 1.375rem;
        padding: 2.1875em 1.0625em;
        font-style: italic;}
      .slider-hero-full-text .container .left #square {
        background-color: rgba(153, 201, 60, 0.59);
        width: 10rem;
        right: 0;
        bottom: 0;
        position: absolute;} }

@media screen and (min-width: 769px) and (max-width: 1299px) {
  .slider-hero-full-text {
    height: 673px;}
    .slider-hero-full-text .container {
      max-width: 100%;}
      .slider-hero-full-text .container .left {
        height: 673px;}
        .slider-hero-full-text .container .left #rectangle {
          line-height: 363px;
          height: 363px;}
        .slider-hero-full-text .container .left #square {
          width: 310px;
          height: 310px;}
      .slider-hero-full-text .container .right {
        height: 673px;}
        .slider-hero-full-text .container .right .right-wrapper {
          margin-left: 67px;}
          .slider-hero-full-text .container .right .right-wrapper .quotes .quote {
            width: auto;}
      .slider-hero-full-text .container .cta-container a.cta {
        margin-top: 36px;}
  .slider-hero-full-text + .hero-full-text-spacer {
    height: 673px;} }

.slider-hero-left-full-text {
  height: 38.75rem;}
  .slider-hero-left-full-text .container .left-bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #F7F9FA;}
    .slider-hero-left-full-text .container .left-bg .div {
      top: 3.8125rem;}
  .slider-hero-left-full-text .container .right-bg {
    background-size: cover;}
    .slider-hero-left-full-text .container .right-bg .filter {
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);}
  .slider-hero-left-full-text .container .left {
    color: #202528;}
    .slider-hero-left-full-text .container .left h1 {
      font-weight: 400;
      font-size: 1.75rem;
      margin-top: 5.6875rem;
      margin-bottom: 0;}
    .slider-hero-left-full-text .container .left .subtitle {
      font-size: 1.4375rem;
      -webkit-font-smoothing: antialiased;
      margin-top: 6px;}
    .slider-hero-left-full-text .container .left .quotes .quote {
      font-family: 'Josefin Sans';
      font-weight: 300;
      font-size: 1.0625rem;
      line-height: 1.5625rem;
      font-style: normal;
      color: #202528;}
  .slider-hero-left-full-text .container .right {
    height: 38.75rem;}
    .slider-hero-left-full-text .container .right #rectangle {
      height: 19.625rem;
      line-height: 19.625rem;
      padding: 0 3.125rem;}
      .slider-hero-left-full-text .container .right #rectangle .quote {
        height: auto;
        vertical-align: middle;
        display: inline-block;
        line-height: 2.1875rem;}
    .slider-hero-left-full-text .container .right #square {
      left: 0;
      width: 19.125rem;
      height: 19.125rem;}
  .slider-hero-left-full-text .container .cta-container {
    text-align: left;
    position: relative;
    bottom: 0;
    width: 100%;}
    .slider-hero-left-full-text .container .cta-container a.cta {
      display: inline-block;
      background-color: transparent;
      color: #2C3338;
      position: relative;
      font-weight: 400;
      font-size: 1.1875rem;
      -webkit-font-smoothing: antialiased;
      width: auto;}
      .slider-hero-left-full-text .container .cta-container a.cta:after {
        background-image: url(../../images/more-arrow-right.svg);
        background-repeat: no-repeat;
        content: '\00a0';
        width: 1.375rem;
        height: 1rem;
        display: inline-block;
        margin: 0 0 0 0.375rem;
        position: relative;
        left: 0;
        bottom: -0.0625rem;
        vertical-align: middle;}

@media screen and (max-width: 768px) {
  .slider-hero-left-full-text {
    height: auto;}
    .slider-hero-left-full-text .container {
      position: relative;}
      .slider-hero-left-full-text .container .left-bg {
        width: 100%;
        height: auto;}
        .slider-hero-left-full-text .container .left-bg .div {
          border-top: 1px solid #99C93C;
          top: 3.25rem;
          position: absolute;
          width: 100%;}
      .slider-hero-left-full-text .container .left {
        background-color: #F7F9FA;}
        .slider-hero-left-full-text .container .left .right-wrapper {
          padding-top: 4.5625rem;
          padding-bottom: 2.625rem;
          padding-left: 1.125rem;
          padding-right: 1.125rem;}
          .slider-hero-left-full-text .container .left .right-wrapper h1 {
            margin-top: 0;}
      .slider-hero-left-full-text .container .right {
        height: 26rem;
        position: relative;}
        .slider-hero-left-full-text .container .right .right-bg {
          width: 100%;
          height: 100%;}
        .slider-hero-left-full-text .container .right #rectangle, .slider-hero-left-full-text .container .right #square {
          height: 10rem;}
        .slider-hero-left-full-text .container .right #rectangle {
          background-color: rgba(153, 201, 60, 0.85);
          color: #FFFFFF;
          font-size: 1.0625rem;
          line-height: 16rem;
          font-style: italic;
          top: 0;
          left: 0;
          position: absolute;
          height: 16rem;}
        .slider-hero-left-full-text .container .right #square {
          background-color: rgba(153, 201, 60, 0.59);
          width: 10rem;
          right: 0;
          bottom: 0;
          position: absolute;} }

@media screen and (min-width: 769px) {
  .slider-hero-left-text .container .left {
    position: relative;
    line-height: 31.3125rem;}
    .slider-hero-left-text .container .left .quotes {
      padding: 0 1.875rem;
      border-left: 0.125rem #99C93C solid;}
      .slider-hero-left-text .container .left .quotes .quote {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        width: 24.5rem;}
  .slider-hero-left-text .left-bg {
    background-color: rgba(44, 48, 51, 0.99);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;} }

@media screen and (min-width: 769px) and (max-width: 930px) {
  .slider-hero-left-text .container .left .quotes .quote {
    max-width: 100%;} }

@media screen and (max-width: 768px) {
  .slider-hero-left-text {
    position: relative;}
    .slider-hero-left-text .container .left {
      background-image: linear-gradient(-180deg, rgba(47, 51, 52, 0.3) 0%, rgba(39, 42, 43, 0.95) 48%, rgba(30, 32, 32, 0.4) 100%);}
      .slider-hero-left-text .container .left .quotes {
        color: #FFFFFF;
        font-size: 1.4375rem;
        line-height: 24.1875rem;
        height: 24.1875rem;
        display: inline-block;
        vertical-align: middle;}
        .slider-hero-left-text .container .left .quotes .quote {
          line-height: 2.125rem;
          position: relative;
          vertical-align: middle;
          display: inline-block;
          height: auto;
          padding: 1rem;}
    .slider-hero-left-text .cta-container {
      text-align: center;
      position: absolute;
      bottom: -0.8125rem;
      width: 100%;
      z-index: 2;}
      .slider-hero-left-text .cta-container a.cta {
        display: inline-block;
        padding-top: 1rem;
        width: 4.875rem;
        height: 4.875rem;
        background-color: #202529;
        color: #8A9299;
        position: relative;
        width: 3.0625rem;
        height: 3.0625rem;
        font-size: 0;}
        .slider-hero-left-text .cta-container a.cta a {
          font-size: 1.1875rem;}
        .slider-hero-left-text .cta-container a.cta:after {
          background-image: url(../../images/more-arrow-down.jpg);
          background-repeat: no-repeat;
          content: '\00a0';
          width: 0.8125rem;
          height: 1rem;
          display: block;
          bottom: 1.125rem;
          left: 50%;
          margin-left: -0.40625rem;
          position: absolute;} }

.slider-hero-right-text .left-bg {
  position: absolute;
  width: 50%;
  height: 100%;}
  .slider-hero-right-text .left-bg .filter {
    background-color: rgba(44, 48, 51, 0.25);
    width: 100%;
    height: 100%;}

.slider-hero-right-text .container .left #rectangle {
  padding: 3.125rem 1.25rem;}
  .slider-hero-right-text .container .left #rectangle h1 {
    text-transform: uppercase;}

.slider-hero-right-text .container .right {
  position: relative;
  line-height: 31.3125rem;}
  .slider-hero-right-text .container .right .quotes {
    margin-left: 5rem;
    padding-top: 9.375rem;
    overflow: hidden;
    width: 26.3125rem;
    height: 100%;}
    .slider-hero-right-text .container .right .quotes .quote {
      outline: none;}
      .slider-hero-right-text .container .right .quotes .quote p {
        color: #FFFFFF;
        max-height: 11.5625rem;
        overflow: hidden;}

body.node-type-contact-us-page .slider-hero-right-text .container .right .quotes .descriptions a {
  color: #DEE0E0;}

@media screen and (max-width: 768px) {
  .slider-hero-right-text {
    position: relative;}
    .slider-hero-right-text .container .slider-controls {
      display: none;}
    .slider-hero-right-text .container .left {
      width: 100%;
      height: 13.6875rem;
      position: relative;}
      .slider-hero-right-text .container .left #rectangle, .slider-hero-right-text .container .left #square {
        height: 10rem;}
      .slider-hero-right-text .container .left #rectangle {
        background-color: rgba(153, 201, 60, 0.85);
        right: 0;
        position: absolute;
        color: #FFFFFF;
        font-size: 1.0625rem;
        line-height: 1.375rem;
        padding: 2.1875em 1.0625em;
        width: 95%;
        height: 7.0625rem;}
        .slider-hero-right-text .container .left #rectangle h1 {
          font-size: 1.875rem;}
      .slider-hero-right-text .container .left #square {
        background-color: rgba(153, 201, 60, 0.59);
        right: 0;
        bottom: 0;
        position: absolute;
        width: 6.625rem;
        height: 6.625rem;}
    .slider-hero-right-text .container .right {
      background-color: #2C3033;
      line-height: 1rem;}
      .slider-hero-right-text .container .right .quotes {
        width: 100%;
        height: 27.6875rem;
        margin-left: 0;
        padding: 0;}
        .slider-hero-right-text .container .right .quotes .slick-list {
          height: 25rem;}
          .slider-hero-right-text .container .right .quotes .slick-list .quote {
            font-size: 1.4375rem;
            font-style: italic;
            color: #FFFFFF;
            padding: 3.125rem 1.8125rem;
            line-height: 1.75rem;
            text-align: center;
            float: left;}
            .slider-hero-right-text .container .right .quotes .slick-list .quote .attribution {
              font-size: 0.8125rem;
              font-style: normal;
              text-transform: uppercase;}
    .slider-hero-right-text .cta-container {
      text-align: center;
      position: absolute;
      bottom: -0.8125rem;
      width: 100%;
      z-index: 2;}
      .slider-hero-right-text .cta-container a.cta {
        display: inline-block;
        padding-top: 1rem;
        width: 4.875rem;
        height: 4.875rem;
        background-color: #202529;
        color: #8A9299;
        position: relative;
        width: 3.0625rem;
        height: 3.0625rem;
        font-size: 0;}
        .slider-hero-right-text .cta-container a.cta a {
          font-size: 1.1875rem;}
        .slider-hero-right-text .cta-container a.cta:after {
          background-image: url(../../images/more-arrow-down.jpg);
          background-repeat: no-repeat;
          content: '\00a0';
          width: 0.8125rem;
          height: 1rem;
          display: block;
          bottom: 1.125rem;
          left: 50%;
          margin-left: -0.40625rem;
          position: absolute;}
  body.node-type-about-us .slider-hero-right-text .right .quotes,
  body.node-type-contact-us-page .slider-hero-right-text .right .quotes,
  body.node-type-academic-activities .slider-hero-right-text .right .quotes {
    height: 14.625rem;
    line-height: 14.625rem;}
    body.node-type-about-us .slider-hero-right-text .right .quotes .quote,
    body.node-type-contact-us-page .slider-hero-right-text .right .quotes .quote,
    body.node-type-academic-activities .slider-hero-right-text .right .quotes .quote {
      vertical-align: middle;
      display: inline-block;
      line-height: 1.75rem;
      font-size: 1.25rem;
      color: #FFFFFF;
      padding-left: 1.75rem;
      padding-right: 1.75rem;
      text-align: center;}
  body.node-type-contact-us-page .slider-hero-right-text {
    line-height: 21.625rem;}
    body.node-type-contact-us-page .slider-hero-right-text .container .right .quotes {
      height: 19.625rem;
      line-height: 19.625rem;}
      body.node-type-contact-us-page .slider-hero-right-text .container .right .quotes .quote {
        text-align: left;} }

@media screen and (min-width: 769px) {
  .hero-spacer, .hero-full-text-spacer {
    width: 100%;
    position: relative;
    z-index: -1;}
  .hero-spacer {
    height: 31.3125rem;}
  .hero-full-text-spacer {
    height: 38.6875rem;} }

.views-exposed-widgets {
  margin-left: auto;
  margin-right: auto;
  color: #75818A;
  padding: 1rem 0;
  margin: 47px 0 50.5px 0;
  border-top: 0.0625rem #E6E7E8 solid;
  border-bottom: 0.0625rem #E6E7E8 solid;}
  .views-exposed-widgets::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .views-exposed-widgets {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .views-exposed-widgets {
      max-width: 96%;} }
  .views-exposed-widgets .filter_widget {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-right: 0.75rem;
    cursor: pointer;
    position: relative;
    font-size: 1.1875rem;
    font-weight: 300;}
    .views-exposed-widgets .filter_widget:before {
      width: 2px;
      height: 0.9375rem;
      display: block;
      content: '\00a0';
      background-color: #99C93C;
      position: absolute;
      left: 0;
      transition: all 0.3s;
      z-index: -1;
      margin-top: 0.1875rem;}
    @media screen and (min-width: 769px) {
      .views-exposed-widgets .filter_widget:hover, .views-exposed-widgets .filter_widget.active {
        color: #FFFFFF;}
        .views-exposed-widgets .filter_widget:hover:before, .views-exposed-widgets .filter_widget.active:before {
          width: 100%;
          height: 100%;
          margin-top: -0.125rem;} }
    .views-exposed-widgets .filter_widget.views-widget-sort-order {
      margin: 0;
      padding: 0;
      height: 100%;}
      .views-exposed-widgets .filter_widget.views-widget-sort-order:before {
        display: none;}
      .views-exposed-widgets .filter_widget.views-widget-sort-order .form-item-sort-order {
        position: relative;
        width: 83px;
        height: 40px;}
      .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown {
        right: 0;
        border: 0;
        margin: 0;
        padding: 0;
        font-family: 'Avenir Next Condensed', 'Heiti SC';
        font-size: 1.1875rem;
        font-weight: 300;
        color: #75818A;
        line-height: 2.5rem;
        min-width: 6.25rem;
        text-align: center;}
        .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown .list {
          border-color: #E6E8E8;
          border-top: 1px solid #E6E8E8;
          background-color: #FFFFFF;
          display: none;
          margin: 0;
          padding: 0;
          width: 100%;}
          .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown .list .option {
            list-style: none;
            background-color: #FFFFFF;
            font-size: 0.9375rem;
            text-align: center;
            line-height: 15px;
            padding: 10px 0;
            margin: 0;
            margin-left: 1.3125rem;
            margin-right: 1.3125rem;
            border-bottom: 1px solid #F2F4F5;}
            .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown .list .option:before {
              display: none;}
        .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown:after {
          content: '\00a0';
          background-image: url(../../images/arrow-down.jpg);
          width: 0.375rem;
          height: 0.1875rem;
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          right: 10px;
          top: 20px;}
        .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown.open {
          border: 1px solid #E6E8E8;
          margin-top: -14px;
          position: absolute;
          z-index: 10;}
          .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown.open .list {
            display: block;}
          .views-exposed-widgets .filter_widget.views-widget-sort-order .sort-dropdown.open:after {
            margin-right: -1px;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);}
  .views-exposed-widgets #edit-field-team-member-category-tid-wrapper {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 66.05657%;}
    .views-exposed-widgets #edit-field-team-member-category-tid-wrapper:last-child {
      margin-right: 0;}
    .views-exposed-widgets #edit-field-team-member-category-tid-wrapper a {
      color: #75818A;}
  .views-exposed-widgets .sort-by {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 32.11314%;
    text-align: right;}
    .views-exposed-widgets .sort-by:last-child {
      margin-right: 0;}
    @media screen and (min-width: 769px) {
      .views-exposed-widgets .sort-by {
        margin-top: -7px;
        margin-bottom: -20px;} }
    .views-exposed-widgets .sort-by .form-item-sort-by label, .views-exposed-widgets .sort-by .form-item-sort-order label {
      display: none;}
    .views-exposed-widgets .sort-by .form-item-sort-by select, .views-exposed-widgets .sort-by .form-item-sort-order select {
      font-family: 'Avenir Next Condensed', 'Heiti SC';
      background: transparent;
      border: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;}
  .views-exposed-widgets .views-submit-button {
    display: none;}

@media screen and (max-width: 768px) {
  .views-exposed-widgets .filter_widget {
    padding-right: 0;}
    .views-exposed-widgets .filter_widget.active {
      color: #99C93C;}
    .views-exposed-widgets .filter_widget.views-widget-sort-order {
      width: 100%;}
      .views-exposed-widgets .filter_widget.views-widget-sort-order .placeholder.sort-dropdown {
        line-height: 24px;}
        .views-exposed-widgets .filter_widget.views-widget-sort-order .placeholder.sort-dropdown:before {
          margin-left: -10px;}
        .views-exposed-widgets .filter_widget.views-widget-sort-order .placeholder.sort-dropdown .list {
          margin-top: 13px;
          margin-left: -1px;
          border: 1px solid #E6E8E8;}
        .views-exposed-widgets .filter_widget.views-widget-sort-order .placeholder.sort-dropdown.open {
          border: 0;
          margin-top: auto;}
  .views-exposed-widgets .container .sort-by {
    text-align: center;}
  .views-exposed-widgets #edit-field-team-member-category-tid-wrapper {
    width: 100%;} }

.i18n-zh-hans .news-block-container .news-block {
  height: auto;
  padding-bottom: 60px;
  min-height: 140px;}

.news-block-container {
  margin-left: auto;
  margin-right: auto;
  margin: 3.875rem 0;}
  .news-block-container::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .news-block-container {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .news-block-container {
      max-width: 96%;} }
  .news-block-container .news-block {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 23.62729%;
    margin-left: 0;
    border: 0.0625rem solid #E6E8E8;
    padding: 0.5625rem;
    height: 11.25rem;
    position: relative;
    cursor: pointer;}
    .news-block-container .news-block:last-child {
      margin-right: 0;}
    .news-block-container .news-block > a > img {
      width: 100%;}
    .news-block-container .news-block h3 {
      font-size: 0.9375rem;
      font-weight: 600;
      text-transform: uppercase;
      height: 1.125rem;
      overflow: hidden;}
    .news-block-container .news-block .tags {
      color: #6C777F;}
      .news-block-container .news-block .tags .separator {
        color: #99C93C;
        margin: 0 0.3125rem;}
    .news-block-container .news-block .content {
      overflow: hidden;
      margin: 0;
      color: #65747F;
      -webkit-font-smoothing: antialiased;
      font-weight: 400;
      line-height: 1.6875rem;
      max-height: 18.75rem;}
      .news-block-container .news-block .content p {
        max-height: 13.5rem;
        overflow: hidden;
        margin: 0;
        color: #65747F;}
    .news-block-container .news-block .cta-container {
      left: 0.5625rem;
      bottom: 0.5625rem;
      position: absolute;}
      .news-block-container .news-block .cta-container a {
        line-height: 1.75rem;}
        .news-block-container .news-block .cta-container a:after {
          background-image: url(../../images/more-arrow-right.svg);
          background-repeat: no-repeat;
          background-position: 0.25rem 0.3125rem;
          content: '\00a0';
          width: 1.375rem;
          height: 1.375rem;
          display: inline-block;
          margin: 0 0 0 0.375rem;
          vertical-align: middle;
          transition: all 0.5s;}
        .news-block-container .news-block .cta-container a:hover:after {
          background-color: #99C93C;
          background-image: url(../../images/more-arrow-right-white.svg);}
        .news-block-container .news-block .cta-container a:focus:after {
          width: 1.75rem;
          height: 1.75rem;
          background-position: 0.5rem 0.5rem;}
        .news-block-container .news-block .cta-container a:after {
          margin-left: 0;}
    .news-block-container .news-block.has-image .content {
      max-height: 4.875rem;
      overflow: hidden;}
    .news-block-container .news-block:active, .news-block-container .news-block.nice-select.open {
      margin-left: 1px;
      margin-right: 21px;}
      .news-block-container .news-block:active:last-child, .news-block-container .news-block.nice-select.open:last-child {
        margin-right: -1px;}
      .news-block-container .news-block:active .cta-container a:after, .news-block-container .news-block.nice-select.open .cta-container a:after {
        background-color: #99C93C;
        background-image: url(../../images/more-arrow-right-white.svg);}
    .news-block-container .news-block:last-child {
      margin-right: 0;}

@media screen and (max-width: 768px) {
  .news-block-container {
    margin: 0;
    margin-top: 1.25rem;
    overflow: hidden;
    position: relative;
    height: 31.25rem;}
    .news-block-container .news-block {
      margin-left: 0.75rem;
      margin-right: 0.75rem;
      width: 17.6875rem;
      height: auto;}
      .news-block-container .news-block .cta-container {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 0.625rem;}
    .news-block-container.slick-slider button {
      display: none;}
    .news-block-container.slick-slider .slick-dots {
      position: absolute;
      bottom: 0;
      padding: 0;
      margin-left: 0.75rem;
      margin-top: 0rem;
      margin-bottom: 0rem;}
      .news-block-container.slick-slider .slick-dots li {
        display: inline-block;
        background-color: #E6E7E8;
        border-radius: 0.625rem;
        margin-right: 0.1875rem;
        width: 0.4375rem;
        height: 0.4375rem;}
        .news-block-container.slick-slider .slick-dots li.slick-active {
          border: 1px solid #657480;} }

.green-stripe-container .green-stripe-box {
  border: 0.0625rem #E6E8E8 solid;
  border-left: 0.125rem #99C93C solid;
  height: 4.6875rem;
  margin-bottom: 1.25rem;
  position: relative;
  line-height: 4.6875rem;}
  .green-stripe-container .green-stripe-box a {
    line-height: 1.75rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 73px;
    width: 100%;
    height: 100%;}
    .green-stripe-container .green-stripe-box a:after {
      background-image: url(../../images/more-arrow-right.svg);
      background-repeat: no-repeat;
      background-position: 0.25rem 0.3125rem;
      content: '\00a0';
      width: 1.375rem;
      height: 1.375rem;
      display: inline-block;
      margin: 0 0 0 0.375rem;
      vertical-align: middle;
      transition: all 0.5s;}
    .green-stripe-container .green-stripe-box a:hover:after {
      background-color: #99C93C;
      background-image: url(../../images/more-arrow-right-white.svg);}
    .green-stripe-container .green-stripe-box a:focus:after {
      width: 1.75rem;
      height: 1.75rem;
      background-position: 0.5rem 0.5rem;}
    .green-stripe-container .green-stripe-box a:after {
      position: absolute;
      right: 1.4375rem;
      top: 1.4375rem;}
    .green-stripe-container .green-stripe-box a:focus:after {
      right: 1.25rem;
      top: 1.25rem;}
  .green-stripe-container .green-stripe-box img {
    width: 2.1875rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6875rem;
    margin-left: 0.875rem;}
  .green-stripe-container .green-stripe-box .title {
    text-transform: uppercase;
    font-weight: 500;
    color: #202528;}
    .green-stripe-container .green-stripe-box .title:first-child {
      margin-left: 1.3125rem;}
  .green-stripe-container .green-stripe-box .descriptions {
    margin-left: 0.9375rem;
    font-family: 'Josefin Sans';
    font-size: 1.0625rem;
    font-weight: 500;
    color: #535E66;
    max-width: 65%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;}
    .green-stripe-container .green-stripe-box .descriptions p {
      display: inline;
      color: #65747F;
      font-size: 1.0625rem;
      font-weight: 500;}
  .green-stripe-container .green-stripe-box:first-child {
    margin-top: 4.1875rem;}
  .green-stripe-container .green-stripe-box:last-child {
    margin-bottom: 4.1875rem;}
  .green-stripe-container .green-stripe-box:active, .green-stripe-container .green-stripe-box.nice-select.open {
    margin-left: 1px;
    margin-right: -1px;}

@media screen and (min-width: 769px) and (max-width: 1299px) {
  .green-stripe-container .green-stripe-box .descriptions {
    max-width: 50%;
    height: 75px;
    vertical-align: middle;} }

body.i18n-zh-hans .green-stripe-container .green-stripe-box .descriptions p {
  font-size: 0.9375rem;}

@media screen and (max-width: 768px) {
  .green-stripe-container {
    width: 96%;
    margin: auto;}
    .green-stripe-container .green-stripe-box a .title {
      width: 60%;
      display: inline-block;
      line-height: 0.9375rem;
      vertical-align: middle;}
    .green-stripe-container .green-stripe-box a .descriptions {
      display: none;} }

.institutions {
  margin-left: auto;
  margin-right: auto;}
  .institutions::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .institutions {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .institutions {
      max-width: 96%;} }
  .institutions .row {
    display: block;}
    .institutions .row::after {
      clear: both;
      content: "";
      display: table;}
    .institutions .row .institute {
      float: left;
      display: block;
      margin-right: 1.83028%;
      width: 23.62729%;
      border: 0.0625rem solid #E6E8E8;
      padding: 0.65625rem 1.09375rem;
      margin-bottom: 1.4375rem;
      height: 16.375rem;}
      .institutions .row .institute:last-child {
        margin-right: 0;}
      .institutions .row .institute h3 {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.4375rem;
        margin: 0;
        border-top: 0.0625rem solid #99C93C;
        padding-top: 0.46875rem;
        height: 4.84375rem;
        margin-bottom: 0.625rem;
        overflow: hidden;}
      .institutions .row .institute .content {
        font-family: 'Josefin Sans';
        font-size: 1rem;
        color: #65747F;
        line-height: 1.5625rem;}

@media screen and (min-width: 769px) and (max-width: 1299px) {
  .institutions .content {
    max-height: 152px;
    overflow: hidden;} }

@media screen and (max-width: 768px) {
  .institutions .row .institute {
    width: 80%;
    margin: 1rem 2rem;} }

.green-full-box {
  margin-left: auto;
  margin-right: auto;
  border: 0.0625rem solid #E6E8E8;
  border-left: 0.125rem solid #99C93C;
  padding: 2.1875rem 1.3125rem;
  margin: 2rem;}
  .green-full-box::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .green-full-box {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .green-full-box {
      max-width: 96%;} }
  .green-full-box .left {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 6.65557%;}
    .green-full-box .left:last-child {
      margin-right: 0;}
    .green-full-box .left img {
      width: 3.4375rem;}
  .green-full-box .right {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 91.51414%;}
    .green-full-box .right:last-child {
      margin-right: 0;}
    .green-full-box .right:first-child {
      float: left;
      display: block;
      margin-right: 1.83028%;
      width: 100%;}
      .green-full-box .right:first-child:last-child {
        margin-right: 0;}
    .green-full-box .right h1 {
      font-size: 1.375rem;
      font-weight: 500;
      text-transform: uppercase;
      color: #202528;
      border-bottom: 0.0625rem solid #DEE0E0;
      margin: 0;
      padding-bottom: 15px;}
      .green-full-box .right h1 a {
        color: #202528;}
    .green-full-box .right .cta {
      float: right;
      line-height: 1.75rem;
      margin-top: -5px;
      color: #6C777F;
      font-size: 19px;}
      .green-full-box .right .cta:after {
        background-image: url(../../images/more-arrow-right.svg);
        background-repeat: no-repeat;
        background-position: 0.25rem 0.3125rem;
        content: '\00a0';
        width: 1.375rem;
        height: 1.375rem;
        display: inline-block;
        margin: 0 0 0 0.375rem;
        vertical-align: middle;
        transition: all 0.5s;}
      .green-full-box .right .cta:hover:after {
        background-color: #99C93C;
        background-image: url(../../images/more-arrow-right-white.svg);}
      .green-full-box .right .cta:focus:after {
        width: 1.75rem;
        height: 1.75rem;
        background-position: 0.5rem 0.5rem;}
      .green-full-box .right .cta.cta_2 {
        margin-right: 33px;}
    .green-full-box .right .content {
      font-family: 'Josefin Sans';
      font-weight: 300;
      font-size: 1.0625rem;
      line-height: 1.5625rem;
      color: #4B555C;
      overflow: hidden;
      margin-bottom: 1.0625rem;
      transition: max-height 1s;
      cursor: pointer;}
      .green-full-box .right .content p {
        color: #65747F;
        font-weight: 400;}
      .green-full-box .right .content.expanded {
        overflow: auto;
        max-height: 62.5rem;
        margin-bottom: 1.0625rem;}
    .green-full-box .right .more-or-less {
      float: left;
      display: block;
      margin-right: 2%;
      width: 25.81818%;}
      .green-full-box .right .more-or-less:last-child {
        margin-right: 0;}
      .green-full-box .right .more-or-less a {
        margin-right: 10px;}
      .green-full-box .right .more-or-less .more {
        display: inline-block;}
      .green-full-box .right .more-or-less .less {
        display: none;}
      .green-full-box .right .more-or-less .all {
        display: none;}
      .green-full-box .right .more-or-less.expanded .more {
        display: none;}
      .green-full-box .right .more-or-less.expanded .less {
        display: inline-block;}
      .green-full-box .right .more-or-less.expanded .all {
        display: inline-block;}
      .green-full-box .right .more-or-less.expanded .more-or-less-btn .sign .stripe:first-child {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        top: 50%;
        margin-top: -1px;}
      .green-full-box .right .more-or-less.expanded .more-or-less-btn .sign .stripe:last-child {
        top: 50%;
        margin-top: -1px;}
      .green-full-box .right .more-or-less .sign {
        position: relative;
        width: 11px;
        height: 11px;
        display: inline-block;}
        .green-full-box .right .more-or-less .sign .stripe {
          width: 11px;
          height: 1px;
          background-color: #99C93C;
          position: absolute;
          transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
          transition: transform 0.5s, -webkit-transform 0.5s;}
          .green-full-box .right .more-or-less .sign .stripe:first-child {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            margin-top: 5px;}
          .green-full-box .right .more-or-less .sign .stripe:last-child {
            top: 50%;
            margin-top: -1px;}
      .green-full-box .right .more-or-less a {
        display: inline-block;
        vertical-align: middle;
        font-size: 19px;
        color: #6C777F;}
    .green-full-box .right .category-wrap {
      float: left;
      display: block;
      margin-right: 2%;
      width: 72.18182%;
      text-align: right;}
      .green-full-box .right .category-wrap:last-child {
        margin-right: 0;}
      .green-full-box .right .category-wrap .category_title, .green-full-box .right .category-wrap .categories {
        display: inline-block;}
      .green-full-box .right .category-wrap .category_title {
        border-left: 0.0625rem solid #8A9299;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        font-size: 1rem;
        color: #6C7880;}
      .green-full-box .right .category-wrap .categories {
        background-color: #6C777F;
        color: #FFFFFF;
        list-style: none;
        max-width: 100rem;
        vertical-align: middle;}
        .green-full-box .right .category-wrap .categories .item {
          min-width: 3.25rem;
          max-width: 12.5rem;
          height: 1.9375rem;
          line-height: 1.9375rem;
          border-right: 0.0625rem solid #8A9299;
          text-align: center;
          float: left;}
          .green-full-box .right .category-wrap .categories .item:last-child {
            border-right: 0;}
          .green-full-box .right .category-wrap .categories .item a {
            color: #FFFFFF;}
          .green-full-box .right .category-wrap .categories .item .count, .green-full-box .right .category-wrap .categories .item .name, .green-full-box .right .category-wrap .categories .item img {
            vertical-align: middle;
            float: left;}
          .green-full-box .right .category-wrap .categories .item .count {
            padding-left: 0.625rem;}
          .green-full-box .right .category-wrap .categories .item .name {
            display: inline-block;
            max-width: 0;
            overflow-x: hidden;
            transition: max-width 2s;
            padding-left: 0.3125rem;}
          .green-full-box .right .category-wrap .categories .item img {
            padding-top: 0.3125rem;
            padding-left: 0.3125rem;
            padding-right: 0.625rem;}
          .green-full-box .right .category-wrap .categories .item:hover .name {
            width: auto;
            height: auto;
            max-width: 62.5rem;}
        .green-full-box .right .category-wrap .categories:hover {
          background-color: #4B555C;}
  .green-full-box.big_cta_arrow .right .cta:after {
    background-image: url(../../images/right-arrow-big/right-arrow.jpg);
    background-position: 0.4375rem 0.4375rem;
    background-repeat: no-repeat;
    width: 1.9375rem;
    height: 1.9375rem;
    content: '\00a0';
    display: inline-block;
    transition: all 0.5s;
    vertical-align: middle;}
  .green-full-box.big_cta_arrow .right .cta:hover:after {
    background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
    background-color: #99C93C;}
  .green-full-box.big_cta_arrow .right .cta:focus:after {
    width: 2.25rem;
    height: 2.25rem;
    background-position: 0.5625rem 0.5625rem;}
  .green-full-box:active, .green-full-box.nice-select.open {
    margin-left: 1px;
    margin-right: -1px;}

@media screen and (min-width: 769px) {
  .green-full-box {
    margin: 2rem 0;} }

@media screen and (min-width: 769px) and (max-width: 930px) {
  .green-full-box .left img {
    width: 100%;} }

@media screen and (max-width: 768px) {
  .green-full-box {
    border: 0.0625rem solid #E6E8E8;
    border-top: 0.125rem solid #99C93C;
    padding: 1.25rem;}
    .green-full-box .left {
      width: 100%;}
      .green-full-box .left img, .green-full-box .left h1 {
        display: inline-block;
        vertical-align: middle;}
      .green-full-box .left img {
        width: 2.1875rem;
        margin-right: 0.8125rem;}
      .green-full-box .left h1 {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.5625rem;
        width: 75%;
        margin: 0;}
    .green-full-box .right {
      width: 100%;}
      .green-full-box .right h1 {
        font-size: 1.25rem;
        padding-bottom: 0.625rem;}
      .green-full-box .right .content.expanded {
        overflow: auto;
        max-height: 156.25rem;}
      .green-full-box .right .top .more-or-less {
        width: auto;
        display: block;
        float: none;}
      .green-full-box .right .top .category-wrap {
        width: 100%;
        display: block;
        margin-top: 2.125rem;
        text-align: center;}
        .green-full-box .right .top .category-wrap .category_title {
          display: none;}
        .green-full-box .right .top .category-wrap .categories .item .name {
          display: none;}
        .green-full-box .right .top .category-wrap .categories .item img {
          padding-right: 0;} }

.article {
  border-top: 0.0625rem solid #DFE0E1;
  border-bottom: 0.0625rem solid #DFE0E1;
  padding: 1.875rem 0;
  margin: 3.125rem 0;}
  .article > a > img {
    width: 100%;}
  .article:first-child {
    margin-top: 0;}
  .article h2 {
    font-size: 1.125rem;
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5625rem;}
  .article .content {
    font-family: 'Josefin Sans';
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #65747F;}
    .article .content p {
      color: #65747F;}
  .article .meta {
    margin: 1.6875rem 0;
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    color: #6C777F;
    font-weight: 300;
    display: block;}
    .article .meta::after {
      clear: both;
      content: "";
      display: table;}
    .article .meta .format, .article .meta .category, .article .meta .date {
      float: left;
      padding-right: 0.625rem;
      margin-right: 0.625rem;
      border-right: 0.0625rem solid #E6E7E8;}
      .article .meta .format:last-child, .article .meta .category:last-child, .article .meta .date:last-child {
        border-right: 0;}
    .article .meta .format img, .article .meta .format span {
      display: inline-block;
      vertical-align: middle;}
  .article .cta a {
    line-height: 1.75rem;
    color: #8A9299;
    font-size: 0.9375rem;}
    .article .cta a:after {
      background-image: url(../../images/more-arrow-right.svg);
      background-repeat: no-repeat;
      background-position: 0.25rem 0.3125rem;
      content: '\00a0';
      width: 1.375rem;
      height: 1.375rem;
      display: inline-block;
      margin: 0 0 0 0.375rem;
      vertical-align: middle;
      transition: all 0.5s;}
    .article .cta a:hover:after {
      background-color: #99C93C;
      background-image: url(../../images/more-arrow-right-white.svg);}
    .article .cta a:focus:after {
      width: 1.75rem;
      height: 1.75rem;
      background-position: 0.5rem 0.5rem;}

@media screen and (max-width: 768px) {
  .article {
    margin: 2.8125rem 1.125rem;
    padding: 0;
    border-bottom: 0;
    border-top: 0;}
    .article .meta {
      margin-top: 0;
      margin-bottom: 0;
      border-bottom: 0.0625rem solid #DEE0E0;
      padding: 0.9375rem 0;}
    .article .content {
      max-height: 10rem;
      overflow: hidden;
      margin: 0.6875rem 0;}
      .article .content p {
        margin: 0;}
    .article .category {
      display: none;}
    .article .cta a {
      color: #4B555C;} }

.node header {
  border-top: 0.0625rem solid #DFE0E1;
  border-bottom: 0.0625rem solid #DFE0E1;
  padding: 1.78125rem 0;}
  .node header a img {
    margin-bottom: 1.25rem;}
  .node header > img {
    margin: 1.96875rem 0 3.75rem 0;}
  .node header h2 {
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    font-weight: 600;
    text-transform: uppercase;
    color: #2C3338;
    margin: 0;}
  .node header .meta {
    margin: 1.125rem 0 0 0;
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    color: #6C777F;
    display: block;}
    .node header .meta::after {
      clear: both;
      content: "";
      display: table;}
    .node header .meta .format, .node header .meta .category, .node header .meta .date {
      float: left;
      padding-right: 0.625rem;
      margin-right: 0.625rem;
      border-right: 0.0625rem solid #E6E7E8;}
      .node header .meta .format:last-child, .node header .meta .category:last-child, .node header .meta .date:last-child {
        border-right: 0;}
    .node header .meta .format img, .node header .meta .format span {
      display: inline-block;
      vertical-align: middle;}

@media screen and (max-width: 768px) {
  .node header a img {
    width: 100%;} }

#edit-combine-wrapper .views-widget {
  text-align: right;}
  #edit-combine-wrapper .views-widget .form-item {
    border-left: 0.125rem solid #99C93C;
    padding-left: 0.625rem;
    display: inline-block;}
    #edit-combine-wrapper .views-widget .form-item input {
      width: 6.25rem;
      border: 0;
      color: #75818A;
      outline-style: none;
      font-size: 20px;
      font-family: 'Avenir Next Condensed', 'Heiti SC';}
      #edit-combine-wrapper .views-widget .form-item input ::-webkit-input-placeholder {
        color: #75818A;
        opacity: 1;}
      #edit-combine-wrapper .views-widget .form-item input :-moz-placeholder {
        color: #75818A;
        opacity: 1;}
      #edit-combine-wrapper .views-widget .form-item input ::-moz-placeholder {
        color: #75818A;
        opacity: 1;}
      #edit-combine-wrapper .views-widget .form-item input :-ms-input-placeholder {
        color: #75818A;
        opacity: 1;}
    #edit-combine-wrapper .views-widget .form-item input[type=button] {
      content: '\00a0';
      width: 0.8125rem;
      height: 0.875rem;
      background: #00000000 url(../../images/search-btn.svg);
      background-size: 0.8125rem 0.875rem;
      display: inline-block;
      vertical-align: middle;
      /* background: #000; */
      }

.node-testimonials {
  border-top: 0.0625rem solid #DFE0E1;
  border-bottom: 0.0625rem solid #DFE0E1;
  color: #4B555C;
  font-family: 'Josefin Sans';
  line-height: 1.5625rem;
  margin: 1.5625rem 0;}
  .node-testimonials .testimonial h1 {
    font-size: 1.125rem;
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    font-weight: 500;
    text-transform: uppercase;}

.item-list {
  text-align: center;}
  .item-list .pager {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 100%;}
    .item-list .pager:last-child {
      margin-right: 0;}
    .item-list .pager li[class^='pager-'] {
      border: 0.0625rem solid #E6E7E8;
      display: inline-block;
      width: 2.5rem;
      height: 2.5rem;
      line-height: 2.5rem;
      padding: 0;
      color: #75818A;
      font-size: 1.1875rem;
      text-align: center;
      overflow: hidden;}
      .item-list .pager li[class^='pager-']:hover {
        background-color: #F8F9FA;}
      .item-list .pager li[class^='pager-'] a {
        width: 100%;
        height: 100%;
        display: block;
        color: #75818A;
        font-size: 1.1875rem;}
      .item-list .pager li[class^='pager-'].pager-current {
        font-weight: normal;}
      .item-list .pager li[class^='pager-'].pager-first a, .item-list .pager li[class^='pager-'].pager-previous a, .item-list .pager li[class^='pager-'].pager-next a, .item-list .pager li[class^='pager-'].pager-last a {
        font-size: 0;
        display: inline-block;
        vertical-align: middle;}
      .item-list .pager li[class^='pager-'].pager-first a:after {
        width: 1rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/first.jpg);}
      .item-list .pager li[class^='pager-'].pager-first.grey:after {
        width: 1rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/first-grey.jpg);}
      .item-list .pager li[class^='pager-'].pager-previous a:after {
        width: 0.75rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/prev.jpg);}
      .item-list .pager li[class^='pager-'].pager-previous.grey:after {
        width: 0.75rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/prev-grey.jpg);}
      .item-list .pager li[class^='pager-'].pager-next a:after {
        width: 0.75rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/next.jpg);}
      .item-list .pager li[class^='pager-'].pager-next.grey:after {
        width: 0.75rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/next-grey.jpg);}
      .item-list .pager li[class^='pager-'].pager-last a:after {
        width: 1rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/last.jpg);}
      .item-list .pager li[class^='pager-'].pager-last.grey:after {
        width: 1rem;
        height: 0.6875rem;
        vertical-align: middle;
        display: inline-block;
        content: '\00a0';
        background-image: url(../../images/pagination/last-grey.jpg);}

.nice-select {
  font-family: 'Josefin Sans';
  color: #DEE0E0;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  outline: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
  border: 0.0625rem solid #8A9299;
  line-height: 3.125rem;
  padding: 0;
  min-width: 12.5rem;
  margin: 0.625rem 0;
  display: inline-block;
  cursor: pointer;}
  .nice-select:after {
    background-image: url(../../images/dropdown-arrow.jpg);
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    content: '\00a0';
    position: absolute;
    right: 0.625rem;
    top: 1.25rem;
    vertical-align: middle;
    margin-left: 0.625rem;}
  .nice-select.open {
    position: absolute;
    z-index: 3;}
    .nice-select.open .list {
      display: block;
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);}
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;}
    .nice-select.disabled:after {
      border-color: #cccccc;}
  .nice-select.wide {
    width: 100%;}
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important;}
  .nice-select.right {
    float: right;}
    .nice-select.right .list {
      left: auto;
      right: 0;}
  .nice-select .current {
    padding: 0 0.625rem;}
  .nice-select .list {
    display: none;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    left: 0;
    z-index: 9;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 37.5rem;
    border-top: 0.0625rem solid #8A9299;
    overflow: auto;}
    .nice-select .list:active, .nice-select .list.nice-select.open {
      display: block;
      position: absolute;}
    .nice-select .list .option {
      line-height: 1.25rem;
      outline: none;
      text-align: left;
      transition: all 0.2s;
      list-style: none;
      background-color: rgba(32, 37, 40, 0.9);
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      white-space: nowrap;
      cursor: pointer;}
      .nice-select .list .option:before {
        content: '\00a0';
        margin-right: 0.9375rem;
        border-left: 0.125rem solid transparent;}
      .nice-select .list .option:hover:before, .nice-select .list .option.focus:before, .nice-select .list .option.selected.focus:before {
        height: 1.25rem;
        border-left: 0.125rem solid #99C93C;}
      .nice-select .list .option:hover, .nice-select .list .option.active {
        color: #8A9299;}
      .nice-select .list .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default;}

.nice-select-light, form#rhm-plc-helpers-contact-form .nice-select {
  border-color: #DEE0E0;
  color: #657480;
  width: 100%;}
  .nice-select-light .list, form#rhm-plc-helpers-contact-form .nice-select .list {
    border-color: #DEE0E0;}
    .nice-select-light .list .option, form#rhm-plc-helpers-contact-form .nice-select .list .option {
      background-color: #FFFFFF;}

.field-type-file, .form-type-managed-file {
  float: left;
  display: block;
  margin-right: 2.77078%;
  width: 48.61461%;
  display: inline-block;
  float: none;}
  .field-type-file:last-child, .form-type-managed-file:last-child {
    margin-right: 0;}
  .field-type-file:nth-child(2), .form-type-managed-file:nth-child(2) {
    margin-right: 0;}
  .field-type-file .file-widget, .field-type-file .form-managed-file, .form-type-managed-file .file-widget, .form-type-managed-file .form-managed-file {
    border: 0.0625rem solid #8A9299;
    background-color: transparent;
    padding: 0.8125rem;
    display: inline-block;
    cursor: pointer;
    width: 94%;
    font-family: 'Josefin Sans';
    color: #8A9299;}
    .field-type-file .file-widget:before, .field-type-file .form-managed-file:before, .form-type-managed-file .file-widget:before, .form-type-managed-file .form-managed-file:before {
      content: "Select File";
      font-size: 1.25rem;}
    .field-type-file .file-widget.zh-hans:before, .field-type-file .form-managed-file.zh-hans:before, .form-type-managed-file .file-widget.zh-hans:before, .form-type-managed-file .form-managed-file.zh-hans:before {
      content: "选择档案";}
    .field-type-file .file-widget.uploaded:before, .field-type-file .form-managed-file.uploaded:before, .form-type-managed-file .file-widget.uploaded:before, .form-type-managed-file .form-managed-file.uploaded:before {
      content: "";}
    .field-type-file .file-widget:after, .field-type-file .form-managed-file:after, .form-type-managed-file .file-widget:after, .form-type-managed-file .form-managed-file:after {
      background-image: url(../../images/attachment.jpg);
      background-repeat: no-repeat;
      display: inline-block;
      content: '\00a0';
      width: 1.25rem;
      height: 1.25rem;
      margin-left: 0.8125rem;
      float: right;
      clear: none;
      visibility: visible;}
    .field-type-file .file-widget input[type='file'], .field-type-file .form-managed-file input[type='file'], .form-type-managed-file .file-widget input[type='file'], .form-type-managed-file .form-managed-file input[type='file'] {
      display: none;}
    .field-type-file .file-widget input[name$='upload_button'], .field-type-file .form-managed-file input[name$='upload_button'], .form-type-managed-file .file-widget input[name$='upload_button'], .form-type-managed-file .form-managed-file input[name$='upload_button'] {
      display: none;}
    .field-type-file .file-widget a, .field-type-file .form-managed-file a, .form-type-managed-file .file-widget a, .form-type-managed-file .form-managed-file a {
      color: #8A9299;}
  .field-type-file .description, .form-type-managed-file .description {
    display: none;}

.breadcrumb {
  color: #79848C;
  font-size: 0.75rem;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: middle;}
  .breadcrumb a {
    color: #79848C;
    text-decoration: underline;}
  .breadcrumb .level {
    margin: 0 0.3125rem;
    display: inline-block;}

.header-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 0;}
  .header-breadcrumb::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .header-breadcrumb {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .header-breadcrumb {
      max-width: 96%;} }
  .header-breadcrumb .left {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 74.54243%;}
    .header-breadcrumb .left:last-child {
      margin-right: 0;}
  .header-breadcrumb .right {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 23.62729%;}
    .header-breadcrumb .right:last-child {
      margin-right: 0;}
    .header-breadcrumb .right #edit-combine-wrapper {
      display: block;}

.small-header-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 0;}
  .small-header-breadcrumb::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .small-header-breadcrumb {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .small-header-breadcrumb {
      max-width: 96%;} }

@media screen and (max-width: 768px) {
  .breadcrumb {
    width: 92.1875%;
    margin: 0 auto;}
  .header-breadcrumb {
    padding: 0;}
    .header-breadcrumb .left {
      padding: 1.0625rem 0;
      width: 100%;}
    .header-breadcrumb .right {
      display: none;} }

.field-name-body ul,
.no-results-content ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;}
  .field-name-body ul li,
  .no-results-content ul li {
    font-family: 'Josefin Sans';
    color: #4B555C;
    margin-bottom: 1.0625rem;}
    .field-name-body ul li:before,
    .no-results-content ul li:before {
      content: "•";
      color: #E6E7E8;
      margin-right: 0.6875rem;}

#autosave-status {
  line-height: 2em;
  background-color: rgba(32, 37, 41, 0.85);
  padding: 0.625rem;
  height: auto;
  font-weight: 300;
  color: #8A9299;}
  #autosave-status span {
    vertical-align: middle;
    display: inline-block;}
  #autosave-status a {
    color: #8A9299;}

.resizable-textarea .grippie {
  background: transparent;
  border: 0;}

textarea {
  background-image: url(../../images/expandable-textarea.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
  height: 3.125rem;
  line-height: 3.125rem;
  transition: height 0.3s;
  resize: none;
  padding-top: 0;
  color: #DEE0E0;}
  textarea:focus {
    height: 19.375rem;
    line-height: 1.75rem;
    padding: 0.9375rem;}

.edit {
  background-image: url(../../images/application_form/edit.jpg);
  content: '\00a0';
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  cursor: pointer;}
  .edit:hover {
    background-image: url(../../images/application_form/edit-hover.jpg);}

.quote {
  height: 30rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;}
  .quote .image {
    width: 40rem;
    height: 21.4375rem;
    position: absolute;}
    .quote .image .green-box {
      width: 118px;
      height: 118px;
      position: absolute;
      bottom: 0;
      background-color: rgba(153, 201, 60, 0.78);}
  .quote .quote-block {
    width: 40rem;
    height: 21.875rem;
    position: absolute;
    right: 0;
    top: 79px;
    padding: 0 4rem;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: italic;
    line-height: 21.875rem;}
    .quote .quote-block .filter {
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;}
    .quote .quote-block .quote-text {
      line-height: 2.1875rem;
      vertical-align: middle;
      display: inline-block;}
    .quote .quote-block.black {
      color: #FFFFFF;}
      .quote .quote-block.black .filter {
        background-color: rgba(44, 48, 51, 0.9);}
      .quote .quote-block.black .quote-text p {
        font-family: 'Avenir Next Condensed', 'Heiti SC';
        font-size: 23px;
        line-height: 35px;
        font-weight: 500;
        color: #FFFFFF;}
    .quote .quote-block .quote-text, .quote .quote-block .attribution {
      z-index: 1;
      position: relative;}
    .quote .quote-block .quote-text {
      top: 0;
      border-left: #99C93C 0.125rem solid;
      padding-left: 1.5rem;
      max-height: 13.4375rem;
      overflow-y: hidden;}
      .quote .quote-block .quote-text p {
        margin: 0;}
    .quote .quote-block .attribution {
      font-style: normal;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 1.4375rem;
      margin: 1.4375rem 0;}

@media screen and (min-width: 769px) and (max-width: 1299px) {
  .quote .quote-block {
    left: 20%;} }

@media screen and (max-width: 768px) {
  .quote {
    width: 100%;
    height: auto;}
    .quote .image {
      position: relative;
      width: 100%;
      background-size: cover;
      background-position: center;}
      .quote .image .green-box {
        width: 60px;
        height: 60px;}
    .quote .quote-block {
      position: relative;
      left: auto;
      width: 100%;
      top: auto;} }

.expander {
  max-height: 11.5625rem;
  overflow: hidden;
  transition: all 1s;
  position: relative;}
  .expander:after {
    content: '\00a0';
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.37) 12%, #FFFFFF 100%);
    width: 100%;
    height: 78.125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 1s;}
  .expander.active {
    max-height: 50rem;}
    .expander.active:after {
      opacity: 0;}

.expander + .loadmore {
  position: relative;
  margin: 0 auto 0 auto;
  width: 5.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #75818A;
  font-size: 1.1875rem;
  text-align: center;
  border: 0.0625rem solid #E6E7E8;}

@media screen and (max-width: 768px) {
  .expander {
    min-height: 20rem;}
    .expander:after {
      height: 5rem;}
  .expander + .loadmore {
    margin-bottom: 1.25rem;} }

/* Preload images */
body:after {
  content: url(../../images/lightbox/close.jpg) url(../../images/lightbox/loading.gif) url(../../images/lightbox/prev.png) url(../../images/lightbox/next.png);
  display: none;}

body.lb-disable-scrolling {
  overflow: hidden;}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  font-weight: normal;
  height: 100%;}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;}

.lightbox a img {
  border: none;}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* background color behind image.
     this is visible during transitions. */
  background-color: white;
  display: inline-block;
  vertical-align: middle;}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/lightbox/loading.jpg) no-repeat;}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;}

.lb-container > .nav {
  left: 0;}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../images/lightbox/prev.jpg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../images/lightbox/next.jpg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;}

.lb-data {
  padding: 0 4px;
  color: #ccc;}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;}

.lb-data .lb-caption a {
  color: #4ae;}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../../images/lightbox/close.jpg) top right no-repeat;
  background-size: 20px 20px;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
  top: 10rem;
  right: 7.6875rem;
  position: fixed;}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;}

@media screen and (max-width: 768px) {
  .lb-close {
    display: none;} }

.gallery a {
  margin: 0.3125rem;
  display: inline-block;}
  .gallery a img {
    display: block;}

@media screen and (max-width: 768px) {
  .gallery a img {
    width: 100%;} }

ul.tabs.primary {
  border: 0;
  padding: 0;
  margin: 10px 0;}
  ul.tabs.primary li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    opacity: 0.5;
    transition: all 1s;}
    ul.tabs.primary li:before {
      border-left: 0.125rem solid transparent;
      content: '\00a0';
      display: inline-block;
      margin-right: 0.625rem;}
    ul.tabs.primary li a {
      border: 0;
      background-color: transparent;
      text-transform: uppercase;
      font-size: 13px;
      color: #48535B;
      margin: 0;
      padding: 0;
      display: inline-block;}
    ul.tabs.primary li:hover, ul.tabs.primary li.active {
      opacity: 1;}
      ul.tabs.primary li:hover:before, ul.tabs.primary li.active:before {
        border-left: 0.125rem solid #99C93C;}

.notice {
  margin: 36px 0;
  border: 1px solid #E6E8E8;}
  .notice .left {
    vertical-align: middle;
    display: inline-block;
    width: 118px;
    height: 118px;
    line-height: 118px;
    text-align: center;
    background-color: #99CA3C;
    color: #FFFFFF;
    text-transform: uppercase;}
    .notice .left h2 {
      margin: 0;
      font-size: 25px;
      font-weight: 600;}
  .notice .right {
    display: inline-block;
    width: calc(100% - 118px);
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: middle;
    line-height: 1rem;}
    .notice .right h2 {
      display: inline-block;
      text-transform: uppercase;
      font-size: 22px;
      width: 80%;}
    .notice .right .cta {
      display: inline-block;
      color: #6C777F;
      font-size: 19px;
      width: 20%;
      text-align: right;}
      .notice .right .cta:after {
        background-image: url(../../images/right-arrow-big/right-arrow.jpg);
        background-position: 0.4375rem 0.4375rem;
        background-repeat: no-repeat;
        width: 1.9375rem;
        height: 1.9375rem;
        content: '\00a0';
        display: inline-block;
        transition: all 0.5s;
        vertical-align: middle;}
      .notice .right .cta:hover:after {
        background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
        background-color: #99C93C;}
      .notice .right .cta:focus:after {
        width: 2.25rem;
        height: 2.25rem;
        background-position: 0.5625rem 0.5625rem;}

@media screen and (min-width: 769px) and (max-width: 1299px) {
  .notice {
    max-width: 96%;} }

@media screen and (max-width: 768px) {
  .notice {
    margin: 2rem;
    padding: 18px;
    padding-top: 25px;}
    .notice .left {
      width: 100%;
      height: auto;
      background-color: transparent;
      line-height: 1rem;}
      .notice .left h2 {
        color: #99CA3C;
        text-align: left;}
    .notice .right {
      width: 100%;
      padding: 0;}
      .notice .right h2 {
        font-size: 20px;
        border-bottom: 1px solid #DEE0E0;
        padding-bottom: 15px;
        width: 100%;}
      .notice .right .cta {
        width: 100%;
        text-align: left;} }

body > .container.page {
  min-height: 43.125rem;}

body.page-node-4 .node-custom-list .content-block-grey-spacer,
body.page-node-90 .node-custom-list .content-block-grey-spacer {
  height: 18.3125rem;}

body.page-node-4 .node-custom-list .views-view-grid td[class^="col-"],
body.page-node-90 .node-custom-list .views-view-grid td[class^="col-"] {
  border: 0.0625rem solid #E6E7E8;}

body.page-node-4 .team-member-container,
body.page-node-90 .team-member-container {
  max-width: 100%;
  min-height: 15.625rem;}
  body.page-node-4 .team-member-container .person,
  body.page-node-90 .team-member-container .person {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 32.11314%;
    margin-right: 0;
    margin-bottom: 1.83028%;
    border: 0.0625rem solid #E6E7E8;
    padding: 0.8rem;
    height: 15.0625rem;}
    body.page-node-4 .team-member-container .person:last-child,
    body.page-node-90 .team-member-container .person:last-child {
      margin-right: 0;}
    body.page-node-4 .team-member-container .person .top,
    body.page-node-90 .team-member-container .person .top {
      margin-left: auto;
      margin-right: auto;}
      body.page-node-4 .team-member-container .person .top::after,
      body.page-node-90 .team-member-container .person .top::after {
        clear: both;
        content: "";
        display: table;}
      @media screen and (min-width: 769px) {
        body.page-node-4 .team-member-container .person .top,
        body.page-node-90 .team-member-container .person .top {
          max-width: 75em;} }
      @media screen and (min-width: 769px) and (max-width: 1299px) {
        body.page-node-4 .team-member-container .person .top,
        body.page-node-90 .team-member-container .person .top {
          max-width: 96%;} }
      body.page-node-4 .team-member-container .person .top .image, body.page-node-4 .team-member-container .person .top .title,
      body.page-node-90 .team-member-container .person .top .image,
      body.page-node-90 .team-member-container .person .top .title {
        height: 6.875rem;
        margin-bottom: 0.9375rem;}
      body.page-node-4 .team-member-container .person .top .image,
      body.page-node-90 .team-member-container .person .top .image {
        float: left;
        display: block;
        margin-right: 1.83028%;
        width: 32.11314%;
        position: relative;
        height: auto;}
        body.page-node-4 .team-member-container .person .top .image:last-child,
        body.page-node-90 .team-member-container .person .top .image:last-child {
          margin-right: 0;}
        body.page-node-4 .team-member-container .person .top .image .filter,
        body.page-node-90 .team-member-container .person .top .image .filter {
          width: 6.875rem;
          height: 6.875rem;
          position: absolute;
          left: 0;
          top: 0;
          background-color: rgba(72, 83, 91, 0.15);
          opacity: 1;
          transition: opacity 1s;}
          body.page-node-4 .team-member-container .person .top .image .filter:hover,
          body.page-node-90 .team-member-container .person .top .image .filter:hover {
            opacity: 0;}
      body.page-node-4 .team-member-container .person .top .title,
      body.page-node-90 .team-member-container .person .top .title {
        float: left;
        display: block;
        margin-right: 1.83028%;
        width: 66.05657%;}
        body.page-node-4 .team-member-container .person .top .title:last-child,
        body.page-node-90 .team-member-container .person .top .title:last-child {
          margin-right: 0;}
        body.page-node-4 .team-member-container .person .top .title .name,
        body.page-node-90 .team-member-container .person .top .title .name {
          font-size: 1.1rem;
          margin-top: 1.25rem;
          margin-bottom: 0.4375rem;}
        body.page-node-4 .team-member-container .person .top .title .subtitle,
        body.page-node-90 .team-member-container .person .top .title .subtitle {
          color: #6C777F;
          overflow-y: hidden;
          width: 11.875rem;
          height: 2.375rem;
          margin-bottom: 0.375rem;}
        body.page-node-4 .team-member-container .person .top .title .position,
        body.page-node-90 .team-member-container .person .top .title .position {
          border-left: 0.0625rem #99C93C solid;
          padding-left: 0.5rem;
          color: #6C777F;
          line-height: 0.6875rem;}
    body.page-node-4 .team-member-container .person .bottom,
    body.page-node-90 .team-member-container .person .bottom {
      color: #6C777F;
      height: 6.5rem;
      overflow-y: hidden;}
      body.page-node-4 .team-member-container .person .bottom .field-content,
      body.page-node-90 .team-member-container .person .bottom .field-content {
        height: 6.5rem;}
        body.page-node-4 .team-member-container .person .bottom .field-content p,
        body.page-node-90 .team-member-container .person .bottom .field-content p {
          margin: 0;
          color: #65747F;
          font-weight: 300;}

body.page-node-4 .load-more-container,
body.page-node-90 .load-more-container {
  text-align: center;
  margin: 4.15625rem 0;}
  body.page-node-4 .load-more-container .load-more,
  body.page-node-90 .load-more-container .load-more {
    color: #75818A;
    border: 0.0625rem solid #E6E7E8;
    display: inline-block;
    padding: 0.5rem;
    cursor: pointer;}

body.page-node-4 .pager,
body.page-node-90 .pager {
  display: none;}

@media screen and (max-width: 768px) {
  body.node-type-custom-list #edit-field-team-member-category-tid-wrapper .filter_widget {
    display: block;
    margin: 1.5625rem;}
  body.node-type-custom-list .views-exposed-widgets {
    padding: 0;}
    body.node-type-custom-list .views-exposed-widgets .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 20px;
      font-weight: 200;}
      body.node-type-custom-list .views-exposed-widgets .container .sort-by {
        padding: 0;}
      body.node-type-custom-list .views-exposed-widgets .container .placeholder {
        padding: 0.8125rem 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        position: relative;
        font-weight: 300;}
        body.node-type-custom-list .views-exposed-widgets .container .placeholder:before {
          border-left: #99C93C 0.125rem solid;
          content: '\00a0';
          margin-left: 1.25rem;
          margin-right: 0.5rem;}
        body.node-type-custom-list .views-exposed-widgets .container .placeholder:after {
          content: '\00a0';
          background-image: url(../../images/arrow-down.jpg);
          width: 0.375rem;
          height: 0.1875rem;
          display: block;
          position: absolute;
          right: 0.625rem;
          top: 1.375rem;
          transition: all 0.5s;}
        body.node-type-custom-list .views-exposed-widgets .container .placeholder.active:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);}
      body.node-type-custom-list .views-exposed-widgets .container .sort-by {
        border-left: 1px solid #E6E7E8;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;}
        body.node-type-custom-list .views-exposed-widgets .container .sort-by .form-item-sort-order {
          height: 100%;}
          body.node-type-custom-list .views-exposed-widgets .container .sort-by .form-item-sort-order .nice-select {
            line-height: 3.125rem;
            width: 100%;}
            body.node-type-custom-list .views-exposed-widgets .container .sort-by .form-item-sort-order .nice-select .current {
              padding: 0;
              margin-left: -10px;}
            body.node-type-custom-list .views-exposed-widgets .container .sort-by .form-item-sort-order .nice-select:after {
              right: 18px;
              top: 22px;}
            body.node-type-custom-list .views-exposed-widgets .container .sort-by .form-item-sort-order .nice-select.open {
              margin-left: -1px;}
    body.node-type-custom-list .views-exposed-widgets #edit-field-team-member-category-tid-wrapper {
      border-top: 1px solid #E6E7E8;
      max-height: 0;
      overflow: hidden;
      transition: max-height 1s;
      margin-bottom: -1px;}
      body.node-type-custom-list .views-exposed-widgets #edit-field-team-member-category-tid-wrapper.active {
        max-height: 62.5rem;}
      body.node-type-custom-list .views-exposed-widgets #edit-field-team-member-category-tid-wrapper .view-all {
        background-color: transparent;
        color: #75818A;}
        body.node-type-custom-list .views-exposed-widgets #edit-field-team-member-category-tid-wrapper .view-all.active {
          color: #99C93C;}
  body.node-type-custom-list .team-member-container .person {
    width: 88.4375%;
    height: auto;
    margin: 5.78125%;
    text-align: center;}
    body.node-type-custom-list .team-member-container .person .top {
      margin-bottom: 0.9375rem;}
      body.node-type-custom-list .team-member-container .person .top .image {
        width: 11.4375rem;
        height: 11.4375rem;
        margin: auto;
        display: block;
        float: none;}
        body.node-type-custom-list .team-member-container .person .top .image img {
          width: 11.4375rem;
          height: 11.4375rem;}
        body.node-type-custom-list .team-member-container .person .top .image .filter {
          width: 100%;
          height: 100%;}
      body.node-type-custom-list .team-member-container .person .top .title {
        padding-left: 0.3125rem;
        margin: auto;
        float: none;}
        body.node-type-custom-list .team-member-container .person .top .title:last-child {
          margin-right: auto;}
        body.node-type-custom-list .team-member-container .person .top .title .name {
          line-height: 2.5rem;}
        body.node-type-custom-list .team-member-container .person .top .title .subtitle {
          margin: auto;
          margin-bottom: 0.625rem;}
        body.node-type-custom-list .team-member-container .person .top .title .position {
          padding-left: 0.3rem;
          width: auto;
          display: inline-block;} }

.page-all-publications .view-header-background-spacer, .page-all-news .view-header-background-spacer, .node-type-custom-list .view-header-background-spacer {
  margin-left: auto;
  margin-right: auto;
  height: 22.9375rem;
  padding: 2.4375rem 0;}
  .page-all-publications .view-header-background-spacer::after, .page-all-news .view-header-background-spacer::after, .node-type-custom-list .view-header-background-spacer::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .page-all-publications .view-header-background-spacer, .page-all-news .view-header-background-spacer, .node-type-custom-list .view-header-background-spacer {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .page-all-publications .view-header-background-spacer, .page-all-news .view-header-background-spacer, .node-type-custom-list .view-header-background-spacer {
      max-width: 96%;} }

.page-all-publications .view-header-background, .page-all-news .view-header-background, .node-type-custom-list .view-header-background {
  background-image: url(../../images/view-header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 22.9375rem;
  left: 0;
  position: absolute;
  z-index: -1;}

.page-all-publications .publications-page, .page-all-news .publications-page, .node-type-custom-list .publications-page {
  margin-left: auto;
  margin-right: auto;}
  .page-all-publications .publications-page::after, .page-all-news .publications-page::after, .node-type-custom-list .publications-page::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .page-all-publications .publications-page, .page-all-news .publications-page, .node-type-custom-list .publications-page {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .page-all-publications .publications-page, .page-all-news .publications-page, .node-type-custom-list .publications-page {
      max-width: 96%;} }
  .page-all-publications .publications-page .left, .page-all-news .publications-page .left, .node-type-custom-list .publications-page .left {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 32.11314%;}
    .page-all-publications .publications-page .left:last-child, .page-all-news .publications-page .left:last-child, .node-type-custom-list .publications-page .left:last-child {
      margin-right: 0;}
    .page-all-publications .publications-page .left .view-filters, .page-all-news .publications-page .left .view-filters, .node-type-custom-list .publications-page .left .view-filters {
      background-color: #F8F9FA;
      padding: 0 1.6875rem;
      padding-top: 1.875rem;
      padding-bottom: 1.875rem;
      margin-top: -16.6875rem;
      margin-bottom: 2.375rem;}
      .page-all-publications .publications-page .left .view-filters > .views-exposed-widgets, .page-all-news .publications-page .left .view-filters > .views-exposed-widgets, .node-type-custom-list .publications-page .left .view-filters > .views-exposed-widgets {
        margin: 0;}
      .page-all-publications .publications-page .left .view-filters h1, .page-all-news .publications-page .left .view-filters h1, .node-type-custom-list .publications-page .left .view-filters h1 {
        color: #2C3338;
        text-transform: uppercase;
        font-weight: 600;}
      .page-all-publications .publications-page .left .view-filters.heading, .page-all-news .publications-page .left .view-filters.heading, .node-type-custom-list .publications-page .left .view-filters.heading {
        margin-top: 2.0625rem;
        margin-bottom: 0;}
      .page-all-publications .publications-page .left .view-filters .header, .page-all-news .publications-page .left .view-filters .header, .node-type-custom-list .publications-page .left .view-filters .header {
        font-size: 1.4375rem;
        font-weight: 400;
        line-height: 1.875rem;}
        .page-all-publications .publications-page .left .view-filters .header p, .page-all-news .publications-page .left .view-filters .header p, .node-type-custom-list .publications-page .left .view-filters .header p {
          font-family: 'Avenir Next Condensed', 'Heiti SC';
          color: #79848C;
          font-weight: 400;
          font-size: 1.4375rem;
          margin: 0;
          margin-top: 0.3125rem;}
      .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets {
        margin: 0;
        margin-bottom: 0rem;
        padding: 0;
        border-top: 0;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox], .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox], .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] {
          display: none;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget {
          margin: 0;
          padding: 1.9375rem 0;
          border-top: 0.0625rem solid #DFE0E1;
          width: 100%;
          display: block;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-activities-tid-wrapper, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-activities-tid-wrapper, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-activities-tid-wrapper {
            border-top: 0;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper {
            display: none;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button, .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button {
            line-height: 1.75rem;
            border-top: 0;
            padding: 0;
            display: inline-block;
            width: auto;
            margin-right: 20px;
            margin-bottom: 20px;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:after, .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:after {
              background-image: url(../../images/more-arrow-right.svg);
              background-repeat: no-repeat;
              background-position: 0.25rem 0.3125rem;
              content: '\00a0';
              width: 1.375rem;
              height: 1.375rem;
              display: inline-block;
              margin: 0 0 0 0.375rem;
              vertical-align: middle;
              transition: all 0.5s;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:hover:after, .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:hover:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:hover:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:hover:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:hover:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:hover:after {
              background-color: #99C93C;
              background-image: url(../../images/more-arrow-right-white.svg);}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:focus:after, .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:focus:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:focus:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:focus:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:focus:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:focus:after {
              width: 1.75rem;
              height: 1.75rem;
              background-position: 0.5rem 0.5rem;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button input, .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button input, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button input, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button input, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button input, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button input {
              padding: 0;
              margin: 0;
              outline: none;
              font-size: 1.1875rem;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:after, .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button:after {
              margin-left: 0;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget > label, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget > label, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget > label {
            font-family: 'Avenir Next Condensed', 'Heiti SC';
            font-size: 0.8125rem;
            font-weight: 500;
            color: #202528;
            display: block;
            margin-bottom: 1.1875rem;
            text-transform: uppercase;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox {
            margin-bottom: 1.125rem;
            /*height: 0.875rem;*/
            line-height: 0.875rem;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label:before, .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label:before, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label:before, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label {
              vertical-align: middle;
              display: inline-block;
              line-height: 0.875rem;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'], .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'], .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'] {
              display: none;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'] + label, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'] + label, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'] + label {
              vertical-align: middle;}
              .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'] + label:before, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'] + label:before, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox'] + label:before {
                background-color: transparent;
                border: 0.0625rem solid #6C7880;
                width: 0.875rem;
                height: 0.875rem;
                display: inline-block;
                content: '\00a0';
                margin-right: 0.5625rem;
                transition: background-color 0.3s;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox']:checked + label:before, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox']:checked + label:before, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox input[type='checkbox']:checked + label:before {
              background-color: #6C7880;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget .form-item.form-type-bef-checkbox label {
              font-family: 'Avenir Next Condensed', 'Heiti SC';
              font-weight: 300;
              font-size: 1.125rem;
              color: #6C777F;}
      .page-all-publications .publications-page .left .view-filters.newsletter, .page-all-news .publications-page .left .view-filters.newsletter, .node-type-custom-list .publications-page .left .view-filters.newsletter {
        background-color: transparent;
        margin-top: 0;
        position: relative;}
        .page-all-publications .publications-page .left .view-filters.newsletter .bg, .page-all-news .publications-page .left .view-filters.newsletter .bg, .node-type-custom-list .publications-page .left .view-filters.newsletter .bg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          z-index: -1;}
          .page-all-publications .publications-page .left .view-filters.newsletter .bg .filter, .page-all-news .publications-page .left .view-filters.newsletter .bg .filter, .node-type-custom-list .publications-page .left .view-filters.newsletter .bg .filter {
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.95);}
        .page-all-publications .publications-page .left .view-filters.newsletter > .views-exposed-widgets, .page-all-news .publications-page .left .view-filters.newsletter > .views-exposed-widgets, .node-type-custom-list .publications-page .left .view-filters.newsletter > .views-exposed-widgets {
          margin-bottom: 1.875rem;}
        .page-all-publications .publications-page .left .view-filters.newsletter h1, .page-all-news .publications-page .left .view-filters.newsletter h1, .node-type-custom-list .publications-page .left .view-filters.newsletter h1 {
          font-size: 1.75rem;}
  .page-all-publications .publications-page .spacer-column, .page-all-news .publications-page .spacer-column, .node-type-custom-list .publications-page .spacer-column {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 6.65557%;
    height: 1px;}
    .page-all-publications .publications-page .spacer-column:last-child, .page-all-news .publications-page .spacer-column:last-child, .node-type-custom-list .publications-page .spacer-column:last-child {
      margin-right: 0;}
  .page-all-publications .publications-page .view-content, .page-all-news .publications-page .view-content, .node-type-custom-list .publications-page .view-content {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 57.57072%;
    margin-right: 0;
    min-height: 36rem;}
    .page-all-publications .publications-page .view-content:last-child, .page-all-news .publications-page .view-content:last-child, .node-type-custom-list .publications-page .view-content:last-child {
      margin-right: 0;}
    .page-all-publications .publications-page .view-content #edit-combine-wrapper, .page-all-news .publications-page .view-content #edit-combine-wrapper, .node-type-custom-list .publications-page .view-content #edit-combine-wrapper {
      margin: 2.375rem 0;}
  @media screen and (max-width: 768px) {
    .page-all-publications .publications-page .left, .page-all-news .publications-page .left, .node-type-custom-list .publications-page .left {
      float: left;
      display: block;
      margin-right: 1.83028%;
      width: 100%;}
      .page-all-publications .publications-page .left:last-child, .page-all-news .publications-page .left:last-child, .node-type-custom-list .publications-page .left:last-child {
        margin-right: 0;}
      .page-all-publications .publications-page .left .view-filters, .page-all-news .publications-page .left .view-filters, .node-type-custom-list .publications-page .left .view-filters {
        width: 92.1875%;
        margin-top: -20rem;
        margin-left: auto;
        margin-right: auto;
        float: none;
        background-color: rgba(248, 249, 250, 0.9);}
        .page-all-publications .publications-page .left .view-filters .heading, .page-all-news .publications-page .left .view-filters .heading, .node-type-custom-list .publications-page .left .view-filters .heading {
          padding: 33px 0;
          margin-top: 0;
          text-align: center;}
        .page-all-publications .publications-page .left .view-filters h1, .page-all-publications .publications-page .left .view-filters .header, .page-all-news .publications-page .left .view-filters h1, .page-all-news .publications-page .left .view-filters .header, .node-type-custom-list .publications-page .left .view-filters h1, .node-type-custom-list .publications-page .left .view-filters .header {
          text-align: center;
          margin: 0;}
        .page-all-publications .publications-page .left .view-filters .header, .page-all-news .publications-page .left .view-filters .header, .node-type-custom-list .publications-page .left .view-filters .header {
          color: #4B555C;
          font-size: 1.25rem;}
          .page-all-publications .publications-page .left .view-filters .header p, .page-all-news .publications-page .left .view-filters .header p, .node-type-custom-list .publications-page .left .view-filters .header p {
            font-weight: 400;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget > label, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget > label, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget > label {
          margin-bottom: 0;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper {
          display: block;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget {
            text-align: left;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item {
              width: 100%;}
              .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item:after {
                position: absolute;
                top: 1.125rem;
                right: 0;
                width: 0.8125rem;
                height: 0.875rem;
                background-size: 0.8125rem 0.875rem;}
              .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item input, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item input, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper .views-widget .form-item input {
                background-color: transparent;
                width: 100%;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-], .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-], .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] {
          padding: 0.9375rem 0;
          position: relative;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-]:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-]:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-]:after {
            background-image: url(../../images/expandable-arrow.jpg);
            background-repeat: no-repeat;
            width: 0.375rem;
            height: 0.1875rem;
            content: '\00a0';
            display: block;
            position: absolute;
            right: 0;
            top: 1.5625rem;}
          .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes {
            max-height: 0;
            overflow: hidden;
            padding: 0 0.5rem;
            transition: all 1s;}
            .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item {
              padding: 0.5625rem 0;
              margin: 0;}
              .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item:first-child, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item:first-child, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item:first-child {
                padding-top: 1.5625rem;}
              .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item:last-child, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item:last-child, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox] + .views-exposed-widget[id^=edit-] .bef-checkboxes .form-item:last-child {
                padding-bottom: 1.5625rem;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox]:checked + .views-exposed-widget[id^=edit-] .bef-checkboxes, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox]:checked + .views-exposed-widget[id^=edit-] .bef-checkboxes, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets input[type=checkbox]:checked + .views-exposed-widget[id^=edit-] .bef-checkboxes {
          display: block;
          max-height: 31.25rem;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper input, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper input, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper input {
          font-family: 'Avenir Next Condensed', 'Heiti SC';
          color: #75818A;
          font-size: 1.25rem;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper:after, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper:after, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper:after {
          display: none;}
        .page-all-publications .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper label, .page-all-news .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper label, .node-type-custom-list .publications-page .left .view-filters .views-exposed-form .views-exposed-widgets #edit-combine-wrapper label {
          display: none;}
    .page-all-publications .publications-page .view-content, .page-all-news .publications-page .view-content, .node-type-custom-list .publications-page .view-content {
      width: 100%;
      padding-left: 0;}
      .page-all-publications .publications-page .view-content #edit-combine-wrapper, .page-all-news .publications-page .view-content #edit-combine-wrapper, .node-type-custom-list .publications-page .view-content #edit-combine-wrapper {
        display: none;} }

@media screen and (max-width: 768px) {
  .node-type-custom-list .view-header-background-spacer {
    padding: 0;}
    .node-type-custom-list .view-header-background-spacer .breadcrumb {
      padding: 17px 0;} }

.node-home-page .article {
  border-bottom: 0;}

.node-home-page .publications {
  margin-top: 3.75rem;}

@media screen and (max-width: 768px) {
  .node-home-page .publications {
    margin-top: 0;}
  .node-home-page .hero-spacer {
    display: none;} }

body.page-node .field-name-field-cta-1 .field-label {
  display: none;}

body.page-node .field-name-field-cta-1 .field-items a {
  line-height: 1.75rem;}
  body.page-node .field-name-field-cta-1 .field-items a:after {
    background-image: url(../../images/more-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 0.25rem 0.3125rem;
    content: '\00a0';
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    margin: 0 0 0 0.375rem;
    vertical-align: middle;
    transition: all 0.5s;}
  body.page-node .field-name-field-cta-1 .field-items a:hover:after {
    background-color: #99C93C;
    background-image: url(../../images/more-arrow-right-white.svg);}
  body.page-node .field-name-field-cta-1 .field-items a:focus:after {
    width: 1.75rem;
    height: 1.75rem;
    background-position: 0.5rem 0.5rem;}

.node-publication .node-inner, .node-article .node-inner {
  margin-bottom: 59px;}

.node-publication .pregallery,
.node-publication .field-name-body, .node-article .pregallery,
.node-article .field-name-body {
  font-family: 'Josefin Sans';
  line-height: 1.6875rem;
  margin: 2.25rem 0;
  color: #4B555C;}

.node-publication .attachment, .node-article .attachment {
  margin-top: 71px;}
  .node-publication .attachment .read-full-brief a, .node-article .attachment .read-full-brief a {
    font-size: 19px;
    color: #79848C;}
    .node-publication .attachment .read-full-brief a:after, .node-article .attachment .read-full-brief a:after {
      background-image: url(../../images/right-arrow-big/right-arrow.jpg);
      background-position: 0.4375rem 0.4375rem;
      background-repeat: no-repeat;
      width: 1.9375rem;
      height: 1.9375rem;
      content: '\00a0';
      display: inline-block;
      transition: all 0.5s;
      vertical-align: middle;}
    .node-publication .attachment .read-full-brief a:hover:after, .node-article .attachment .read-full-brief a:hover:after {
      background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
      background-color: #99C93C;}
    .node-publication .attachment .read-full-brief a:focus:after, .node-article .attachment .read-full-brief a:focus:after {
      width: 2.25rem;
      height: 2.25rem;
      background-position: 0.5625rem 0.5625rem;}
  .node-publication .attachment .file, .node-article .attachment .file {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    font-weight: 400;}

.node-publication .related-publications, .node-article .related-publications {
  margin-left: auto;
  margin-right: auto;}
  .node-publication .related-publications::after, .node-article .related-publications::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .node-publication .related-publications, .node-article .related-publications {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .node-publication .related-publications, .node-article .related-publications {
      max-width: 96%;} }
  .node-publication .related-publications .left, .node-article .related-publications .left {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 32.11314%;
    position: relative;
    height: 41.4375rem;}
    .node-publication .related-publications .left:last-child, .node-article .related-publications .left:last-child {
      margin-right: 0;}
    .node-publication .related-publications .left img, .node-article .related-publications .left img {
      width: 100%;}
    .node-publication .related-publications .left .square, .node-article .related-publications .left .square {
      position: absolute;
      background-color: #99C93C;
      left: 0;
      bottom: 0;
      width: 7.375rem;
      height: 7.375rem;}
  .node-publication .related-publications .right, .node-article .related-publications .right {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 57.57072%;}
    .node-publication .related-publications .right:last-child, .node-article .related-publications .right:last-child {
      margin-right: 0;}

@media screen and (max-width: 768px) {
  .node-publication, .node-article {
    width: 92.1875%;
    margin: 0 auto;}
    .node-publication header, .node-article header {
      border: 0;
      padding: 0;}
      .node-publication header .meta .category, .node-article header .meta .category {
        display: block;
        width: 100%;
        padding: 0.9375rem 0;
        margin-top: 0.9375rem;
        border-top: 1px solid #DEE0E0;}
      .node-publication header h2, .node-article header h2 {
        font-size: 1.3125rem;}
    .node-publication .field-name-body, .node-article .field-name-body {
      margin: 0;}
    .node-publication .related-publications .right, .node-article .related-publications .right {
      width: 100%;}
    .node-publication + .left, .node-article + .left {
      width: 100%;
      position: relative;}
      .node-publication + .left img, .node-article + .left img {
        width: 100%;}
      .node-publication + .left .square, .node-article + .left .square {
        display: block;
        background-color: rgba(153, 202, 60, 0.6);
        width: 10rem;
        height: 10rem;
        left: 0;
        bottom: 0.375rem;
        position: absolute;} }

.node-article .related-publications .left {
  height: 41.1875rem;}

.page-user #content-header {
  display: none;}

.page-contact .form-type-checkbox,
.node-type-contact-us-page .form-type-checkbox {
  display: none;}

.page-contact .slider-hero .left-bg .filter,
.node-type-contact-us-page .slider-hero .left-bg .filter {
  display: none;}

.page-contact .slider-hero.slider-hero-right-text,
.node-type-contact-us-page .slider-hero.slider-hero-right-text {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;}

.page-contact .slider-hero .container .left #square,
.node-type-contact-us-page .slider-hero .container .left #square {}

.page-contact .slider-hero .container .right .quotes .descriptions,
.node-type-contact-us-page .slider-hero .container .right .quotes .descriptions {
  font-style: normal;
  margin-bottom: 2.3125rem;}
  .page-contact .slider-hero .container .right .quotes .descriptions span,
  .node-type-contact-us-page .slider-hero .container .right .quotes .descriptions span {
    color: #6C777F;
    padding-right: 0.625rem;}
  .page-contact .slider-hero .container .right .quotes .descriptions a,
  .node-type-contact-us-page .slider-hero .container .right .quotes .descriptions a {
    color: #FFFFFF;}

.page-contact #edit-action,
.node-type-contact-us-page #edit-action {
  text-align: right;}

@media screen and (min-width: 769px) {
  .node-type-contact-us-page #main {
    padding-bottom: 0;}
    .node-type-contact-us-page #main .content-block-grey {
      padding-top: 62px;
      padding-bottom: 67px;}
    .node-type-contact-us-page #main #edit-action-buttons {
      margin-top: 48px;
      margin-bottom: 99px;} }

@media screen and (max-width: 768px) {
  .node-type-contact-us-page .slider-hero .container .left {
    height: 18.125rem;}
    .node-type-contact-us-page .slider-hero .container .left #square {
      top: auto;}
  .node-type-contact-us-page .slider-hero .container .right .quotes .quote {
    height: auto;} }

.page-navigation404,
.page--403 {
  background-color: #F8F9FA;}
  .page-navigation404 .content-block-grey,
  .page--403 .content-block-grey {
    padding-top: 4.1875rem;}
    .page-navigation404 .content-block-grey img.not-found,
    .page--403 .content-block-grey img.not-found {
      margin-bottom: 2.25rem;}
  .page-navigation404 .content-block-grey-spacer,
  .page--403 .content-block-grey-spacer {
    height: 26.9375rem;}
  .page-navigation404 .back-to-home-wrapper,
  .page--403 .back-to-home-wrapper {
    margin-bottom: 7.1875rem;}
    .page-navigation404 .back-to-home-wrapper .back-to-home,
    .page--403 .back-to-home-wrapper .back-to-home {
      font-size: 1.1875rem;}
      .page-navigation404 .back-to-home-wrapper .back-to-home:after,
      .page--403 .back-to-home-wrapper .back-to-home:after {
        background-image: url(../../images/right-arrow-big/right-arrow.jpg);
        background-position: 0.4375rem 0.4375rem;
        background-repeat: no-repeat;
        width: 1.9375rem;
        height: 1.9375rem;
        content: '\00a0';
        display: inline-block;
        transition: all 0.5s;
        vertical-align: middle;}
      .page-navigation404 .back-to-home-wrapper .back-to-home:hover:after,
      .page--403 .back-to-home-wrapper .back-to-home:hover:after {
        background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
        background-color: #99C93C;}
      .page-navigation404 .back-to-home-wrapper .back-to-home:focus:after,
      .page--403 .back-to-home-wrapper .back-to-home:focus:after {
        width: 2.25rem;
        height: 2.25rem;
        background-position: 0.5625rem 0.5625rem;}

.green-code {
  font-size: 10rem;
  font-weight: 500;
  color: #FFFFFF;
  text-shadow: #99C93C -0.0625rem 0 0.0625rem;}

@media screen and (max-width: 768px) {
  .page-navigation404 .back-to-home-wrapper,
  .page--403 .back-to-home-wrapper {
    text-align: center;} }

.user-details .user-details-item {
  float: left;
  display: block;
  margin-right: 2.77078%;
  width: 48.61461%;
  margin-bottom: 1.5625rem;}
  .user-details .user-details-item:last-child {
    margin-right: 0;}
  .user-details .user-details-item .field {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #DEE0E0;
    display: none;}
  .user-details .user-details-item .field, .user-details .user-details-item input {
    height: 2.5625rem;
    font-size: 1.25rem;
    border-bottom: 0.0625rem solid #979797;}
  .user-details .user-details-item.password-field {
    width: 100%;}
    .user-details .user-details-item.password-field .field {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;
      display: block;}
      .user-details .user-details-item.password-field .field:last-child {
        margin-right: 0;}
    .user-details .user-details-item.password-field .edit-form {
      display: none;}
  .user-details .user-details-item .edit-form {
    display: block;}
    .user-details .user-details-item .edit-form .form-type-password input {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;
      float: none;}
      .user-details .user-details-item .edit-form .form-type-password input:last-child {
        margin-right: 0;}
    .user-details .user-details-item .edit-form .form-type-password .password-strength {
      display: none;}
    .user-details .user-details-item .edit-form .form-type-password.confirm-parent div.password-confirm {
      display: none;}
    .user-details .user-details-item .edit-form .form-type-password-confirm label {
      display: block;
      margin-top: 1.25rem;}
    .user-details .user-details-item .edit-form .form-type-password-confirm .form-type-password {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;}
      .user-details .user-details-item .edit-form .form-type-password-confirm .form-type-password:last-child {
        margin-right: 0;}
      .user-details .user-details-item .edit-form .form-type-password-confirm .form-type-password input {
        width: 100%;}
    .user-details .user-details-item .edit-form input {
      background-color: transparent;}
    .user-details .user-details-item .edit-form input[type='text'] {
      border-top: 0 !important;
      border-right: 0 !important;
      border-left: 0 !important;
      width: 100%;}
    .user-details .user-details-item .edit-form input[type='password'] {
      padding-left: 0.8125rem;
      height: 3.25rem;}
    .user-details .user-details-item .edit-form input[type='submit'] {
      display: none;}
  .user-details .user-details-item #rhm-plc-helpers-user-account-password-form input[type='submit'] {
    display: inline-block;
    border: 0;}
  .user-details .user-details-item.show-form .field {
    display: none;}
  .user-details .user-details-item.show-form .edit-form {
    display: block;}
  .user-details .user-details-item:nth-child(2n) {
    margin-right: 0;}
  .user-details .user-details-item .top * {
    display: inline-block;
    vertical-align: middle;}
  .user-details .user-details-item .top .edit {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem 0.75rem;
    margin-left: 0.25rem;
    display: none;}
  .user-details .user-details-item:hover .top .edit {
    display: inline-block;}

@media screen and (max-width: 768px) {
  .user-details .user-details-item {
    width: 100%;}
    .user-details .user-details-item.user-details-item.password-field .field {
      width: 100%;}
    .user-details .user-details-item.user-details-item.password-field .form-type-password {
      width: 100%;}
      .user-details .user-details-item.user-details-item.password-field .form-type-password input {
        width: 100%;} }

body.node-type-research .quote .quote-block .quote-text {
  font-weight: 300;
  font-size: 23px;
  line-height: 35px;}

body.page-search {
  background-color: #F8F9FA;}
  body.page-search h2 {
    font-family: 'Avenir Next Condensed', 'Heiti SC';
    font-weight: 600;
    text-transform: uppercase;
    color: #2C3338;
    margin: 0;}
  body.page-search .no-results-content {
    font-family: 'Josefin Sans';}

@media screen and (min-width: 769px) {
  body.node-type-academic-activities .slider-hero-right-text .container .right {}
  body.node-type-academic-activities .green-stripe-container .green-stripe-box:first-child {
    margin-top: 0;}
  body.node-type-academic-activities .news-block-container {
    margin-top: 0;} }

form#rhm-plc-helpers-newsletter-form {
  padding: 0 1rem;}
  form#rhm-plc-helpers-newsletter-form .form-item {
    float: none;
    width: 100%;
    margin-bottom: 1.25rem;
    min-height: 0;}
    form#rhm-plc-helpers-newsletter-form .form-item input {
      margin-top: 0;}
  form#rhm-plc-helpers-newsletter-form #edit-action-buttons {
    margin-top: 0;}
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons:after {
      background-image: url(../../images/right-arrow-big/right-arrow.jpg);
      background-position: 0.4375rem 0.4375rem;
      background-repeat: no-repeat;
      width: 1.9375rem;
      height: 1.9375rem;
      content: '\00a0';
      display: inline-block;
      transition: all 0.5s;
      vertical-align: middle;}
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons:hover:after {
      background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
      background-color: #99C93C;}
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons:focus:after {
      width: 2.25rem;
      height: 2.25rem;
      background-position: 0.5625rem 0.5625rem;}
    form#rhm-plc-helpers-newsletter-form #edit-action-buttons input {
      font-size: 1.1875rem;
      display: inline-block;
      vertical-align: middle;}

.node-type-fellowship .green-full-box {
  padding-left: 40px;
  padding-right: 40px;}

@media screen and (max-width: 768px) {
  .node-type-fellowship .green-full-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;} }

.node-about-us {
  color: #4B555C;}
  .node-about-us .slider-hero-right-text .container .right .quotes {
    padding-top: 0;
    height: auto;}
    .node-about-us .slider-hero-right-text .container .right .quotes .quote {
      font-style: normal;}
  .node-about-us .quote-block .quote-text {
    letter-spacing: 1.6px;
    line-height: 35px;
    font-size: 23px;
    font-weight: 300;}

#ourvalues {
  margin-left: auto;
  margin-right: auto;}
  #ourvalues::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    #ourvalues {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    #ourvalues {
      max-width: 96%;} }
  #ourvalues .content {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 91.51414%;
    margin: 50px 0 81px 0;}
    #ourvalues .content:last-child {
      margin-right: 0;}
    #ourvalues .content p {
      font-family: 'Josefin Sans';
      line-height: 25px;
      font-size: 17px;}

#howwestarted .content-block-white {
  margin-left: auto;
  margin-right: auto;}
  #howwestarted .content-block-white::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    #howwestarted .content-block-white {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    #howwestarted .content-block-white {
      max-width: 96%;} }
  #howwestarted .content-block-white .bottom {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 91.51414%;
    line-height: 25px;
    font-size: 17px;}
    #howwestarted .content-block-white .bottom:last-child {
      margin-right: 0;}

@media screen and (max-width: 768px) {
  #ourvalues {
    padding-bottom: 3.125rem;}
    #ourvalues .content {
      margin: 0 1.5625rem;
      text-align: center;
      line-height: 1.75rem;} }

@media screen and (min-width: 769px) and (max-width: 1299px) {
  .node-about-us .slider-hero-right-text .container .right {
    text-align: center;}
    .node-about-us .slider-hero-right-text .container .right .quotes {
      margin: auto;
      width: 80%;} }

.node-publication-categories .green-full-box {
  padding-right: 50px;}
  .node-publication-categories .green-full-box .right a.cta:after {
    background-image: url(../../images/right-arrow-big/right-arrow.jpg);
    background-position: 0.4375rem 0.4375rem;
    background-repeat: no-repeat;
    width: 1.9375rem;
    height: 1.9375rem;
    content: '\00a0';
    display: inline-block;
    transition: all 0.5s;
    vertical-align: middle;}
  .node-publication-categories .green-full-box .right a.cta:hover:after {
    background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
    background-color: #99C93C;}
  .node-publication-categories .green-full-box .right a.cta:focus:after {
    width: 2.25rem;
    height: 2.25rem;
    background-position: 0.5625rem 0.5625rem;}
  .node-publication-categories .green-full-box .right .content {
    max-height: 70px;}

.i18n-zh-hans .node-publication-categories .green-full-box .right .content {
  max-height: 6rem;}

.application-form-container form#user-register-form > div > .form-wrapper, .application-form-container form#user-register-form > div > .form-type-password {
  float: left;
  display: block;
  margin-right: 2.77078%;
  width: 48.61461%;}
  .application-form-container form#user-register-form > div > .form-wrapper:last-child, .application-form-container form#user-register-form > div > .form-type-password:last-child {
    margin-right: 0;}
  .application-form-container form#user-register-form > div > .form-wrapper:nth-child(even), .application-form-container form#user-register-form > div > .form-type-password:nth-child(even) {
    margin-right: 0;}
  .application-form-container form#user-register-form > div > .form-wrapper .form-item, .application-form-container form#user-register-form > div > .form-type-password .form-item {
    float: none;
    width: 100%;}
    .application-form-container form#user-register-form > div > .form-wrapper .form-item .password-strength, .application-form-container form#user-register-form > div > .form-type-password .form-item .password-strength {
      display: none;}

.application-form-container form#user-register-form > div > #edit-actions--2 {
  width: 100%;
  color: #DEE0E0;}

body.page-eform-submit-undergraduate-fund-application .application-bg,
body.page-eform-undergraduate-fund-application .application-bg,
body.page-user .application-bg,
body.page-node-add-dissertation-fellowship .application-bg,
body.page-dissertation-application .application-bg,
body.node-type-dissertation-fellowship .application-bg,
body.page-user-password .application-bg {
  background-image: url(../../images/application_form/application-form-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;}
  body.page-eform-submit-undergraduate-fund-application .application-bg .filter,
  body.page-eform-undergraduate-fund-application .application-bg .filter,
  body.page-user .application-bg .filter,
  body.page-node-add-dissertation-fellowship .application-bg .filter,
  body.page-dissertation-application .application-bg .filter,
  body.node-type-dissertation-fellowship .application-bg .filter,
  body.page-user-password .application-bg .filter {
    background-color: rgba(44, 51, 56, 0.99);
    position: absolute;
    width: 100%;
    height: 100%;}

body.page-eform-submit-undergraduate-fund-application #page .application-form-container,
body.page-eform-undergraduate-fund-application #page .application-form-container,
body.page-user #page .application-form-container,
body.page-node-add-dissertation-fellowship #page .application-form-container,
body.page-dissertation-application #page .application-form-container,
body.node-type-dissertation-fellowship #page .application-form-container,
body.page-user-password #page .application-form-container {
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;}
  body.page-eform-submit-undergraduate-fund-application #page .application-form-container::after,
  body.page-eform-undergraduate-fund-application #page .application-form-container::after,
  body.page-user #page .application-form-container::after,
  body.page-node-add-dissertation-fellowship #page .application-form-container::after,
  body.page-dissertation-application #page .application-form-container::after,
  body.node-type-dissertation-fellowship #page .application-form-container::after,
  body.page-user-password #page .application-form-container::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container,
    body.page-eform-undergraduate-fund-application #page .application-form-container,
    body.page-user #page .application-form-container,
    body.page-node-add-dissertation-fellowship #page .application-form-container,
    body.page-dissertation-application #page .application-form-container,
    body.node-type-dissertation-fellowship #page .application-form-container,
    body.page-user-password #page .application-form-container {
      max-width: 75em;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container,
    body.page-eform-undergraduate-fund-application #page .application-form-container,
    body.page-user #page .application-form-container,
    body.page-node-add-dissertation-fellowship #page .application-form-container,
    body.page-dissertation-application #page .application-form-container,
    body.node-type-dissertation-fellowship #page .application-form-container,
    body.page-user-password #page .application-form-container {
      max-width: 96%;} }
  body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left,
  body.page-eform-undergraduate-fund-application #page .application-form-container .left,
  body.page-user #page .application-form-container .left,
  body.page-node-add-dissertation-fellowship #page .application-form-container .left,
  body.page-dissertation-application #page .application-form-container .left,
  body.node-type-dissertation-fellowship #page .application-form-container .left,
  body.page-user-password #page .application-form-container .left {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 23.62729%;
    position: relative;
    height: 0.0625rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left:last-child,
    body.page-eform-undergraduate-fund-application #page .application-form-container .left:last-child,
    body.page-user #page .application-form-container .left:last-child,
    body.page-node-add-dissertation-fellowship #page .application-form-container .left:last-child,
    body.page-dissertation-application #page .application-form-container .left:last-child,
    body.node-type-dissertation-fellowship #page .application-form-container .left:last-child,
    body.page-user-password #page .application-form-container .left:last-child {
      margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed,
    body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed,
    body.page-user #page .application-form-container .left .sidebar-fixed,
    body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed,
    body.page-dissertation-application #page .application-form-container .left .sidebar-fixed,
    body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed,
    body.page-user-password #page .application-form-container .left .sidebar-fixed {
      width: 17.8125rem;
      top: 0;
      position: absolute;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .top, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom,
    body.page-eform-undergraduate-fund-application #page .application-form-container .left .top,
    body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom,
    body.page-user #page .application-form-container .left .top,
    body.page-user #page .application-form-container .left .bottom,
    body.page-node-add-dissertation-fellowship #page .application-form-container .left .top,
    body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom,
    body.page-dissertation-application #page .application-form-container .left .top,
    body.page-dissertation-application #page .application-form-container .left .bottom,
    body.node-type-dissertation-fellowship #page .application-form-container .left .top,
    body.node-type-dissertation-fellowship #page .application-form-container .left .bottom,
    body.page-user-password #page .application-form-container .left .top,
    body.page-user-password #page .application-form-container .left .bottom {
      float: left;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .top,
    body.page-eform-undergraduate-fund-application #page .application-form-container .left .top,
    body.page-user #page .application-form-container .left .top,
    body.page-node-add-dissertation-fellowship #page .application-form-container .left .top,
    body.page-dissertation-application #page .application-form-container .left .top,
    body.node-type-dissertation-fellowship #page .application-form-container .left .top,
    body.page-user-password #page .application-form-container .left .top {
      background-color: #99C93C;
      width: 17.8125rem;
      height: 16.5625rem;
      padding: 1.0625rem;
      padding-top: 10.125rem;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .top h1,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .top h1,
      body.page-user #page .application-form-container .left .top h1,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .top h1,
      body.page-dissertation-application #page .application-form-container .left .top h1,
      body.node-type-dissertation-fellowship #page .application-form-container .left .top h1,
      body.page-user-password #page .application-form-container .left .top h1 {
        font-weight: 600;
        font-size: 2.1875rem;
        margin: 0;
        text-transform: uppercase;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .top span,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .top span,
      body.page-user #page .application-form-container .left .top span,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .top span,
      body.page-dissertation-application #page .application-form-container .left .top span,
      body.node-type-dissertation-fellowship #page .application-form-container .left .top span,
      body.page-user-password #page .application-form-container .left .top span {
        font-weight: 400;
        font-size: 1.4375rem;
        line-height: 1.875rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left input[type=checkbox],
    body.page-eform-undergraduate-fund-application #page .application-form-container .left input[type=checkbox],
    body.page-user #page .application-form-container .left input[type=checkbox],
    body.page-node-add-dissertation-fellowship #page .application-form-container .left input[type=checkbox],
    body.page-dissertation-application #page .application-form-container .left input[type=checkbox],
    body.node-type-dissertation-fellowship #page .application-form-container .left input[type=checkbox],
    body.page-user-password #page .application-form-container .left input[type=checkbox] {
      display: none;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom,
    body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom,
    body.page-user #page .application-form-container .left .bottom,
    body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom,
    body.page-dissertation-application #page .application-form-container .left .bottom,
    body.node-type-dissertation-fellowship #page .application-form-container .left .bottom,
    body.page-user-password #page .application-form-container .left .bottom {
      background-color: rgba(145, 189, 56, 0.6);
      width: 17.8125rem;
      min-height: 15.8125rem;
      padding: 1.0625rem;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom h4,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom h4,
      body.page-user #page .application-form-container .left .bottom h4,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom h4,
      body.page-dissertation-application #page .application-form-container .left .bottom h4,
      body.node-type-dissertation-fellowship #page .application-form-container .left .bottom h4,
      body.page-user-password #page .application-form-container .left .bottom h4 {
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 1.375rem 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul,
      body.page-user #page .application-form-container .left .bottom ul,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul,
      body.page-dissertation-application #page .application-form-container .left .bottom ul,
      body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul,
      body.page-user-password #page .application-form-container .left .bottom ul {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1.875rem;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li,
        body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li,
        body.page-user #page .application-form-container .left .bottom ul li,
        body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li,
        body.page-dissertation-application #page .application-form-container .left .bottom ul li,
        body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li,
        body.page-user-password #page .application-form-container .left .bottom ul li {
          color: #E6E7E8;
          text-transform: capitalize;
          cursor: pointer;}
          body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li:before,
          body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li:before,
          body.page-user #page .application-form-container .left .bottom ul li:before,
          body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li:before,
          body.page-dissertation-application #page .application-form-container .left .bottom ul li:before,
          body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li:before,
          body.page-user-password #page .application-form-container .left .bottom ul li:before {
            margin-right: 0.625rem;
            display: inline-block;
            width: 0.875rem;
            height: 0.875rem;
            content: '\00a0';
            vertical-align: middle;
            border: 0.0625rem dotted #E6E7E8;}
          body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li.progress,
          body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li.progress,
          body.page-user #page .application-form-container .left .bottom ul li.progress,
          body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li.progress,
          body.page-dissertation-application #page .application-form-container .left .bottom ul li.progress,
          body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li.progress,
          body.page-user-password #page .application-form-container .left .bottom ul li.progress {
            color: #E6E7E8;}
            body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li.progress:before,
            body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li.progress:before,
            body.page-user #page .application-form-container .left .bottom ul li.progress:before,
            body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li.progress:before,
            body.page-dissertation-application #page .application-form-container .left .bottom ul li.progress:before,
            body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li.progress:before,
            body.page-user-password #page .application-form-container .left .bottom ul li.progress:before {
              border: 0.0625rem solid #E6E7E8;}
          body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li.active,
          body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li.active,
          body.page-user #page .application-form-container .left .bottom ul li.active,
          body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li.active,
          body.page-dissertation-application #page .application-form-container .left .bottom ul li.active,
          body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li.active,
          body.page-user-password #page .application-form-container .left .bottom ul li.active {
            color: #FFFFFF;}
            body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li.active:before,
            body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li.active:before,
            body.page-user #page .application-form-container .left .bottom ul li.active:before,
            body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li.active:before,
            body.page-dissertation-application #page .application-form-container .left .bottom ul li.active:before,
            body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li.active:before,
            body.page-user-password #page .application-form-container .left .bottom ul li.active:before {
              border: 0.0625rem solid #FFFFFF;}
          body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li.done,
          body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li.done,
          body.page-user #page .application-form-container .left .bottom ul li.done,
          body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li.done,
          body.page-dissertation-application #page .application-form-container .left .bottom ul li.done,
          body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li.done,
          body.page-user-password #page .application-form-container .left .bottom ul li.done {
            color: #FFFFFF;}
            body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .bottom ul li.done:before,
            body.page-eform-undergraduate-fund-application #page .application-form-container .left .bottom ul li.done:before,
            body.page-user #page .application-form-container .left .bottom ul li.done:before,
            body.page-node-add-dissertation-fellowship #page .application-form-container .left .bottom ul li.done:before,
            body.page-dissertation-application #page .application-form-container .left .bottom ul li.done:before,
            body.node-type-dissertation-fellowship #page .application-form-container .left .bottom ul li.done:before,
            body.page-user-password #page .application-form-container .left .bottom ul li.done:before {
              border: 0.0625rem solid #FFFFFF;
              background-color: #FFFFFF;}
  body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right,
  body.page-eform-undergraduate-fund-application #page .application-form-container .right,
  body.page-user #page .application-form-container .right,
  body.page-node-add-dissertation-fellowship #page .application-form-container .right,
  body.page-dissertation-application #page .application-form-container .right,
  body.node-type-dissertation-fellowship #page .application-form-container .right,
  body.page-user-password #page .application-form-container .right {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 66.05657%;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right:last-child,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right:last-child,
    body.page-user #page .application-form-container .right:last-child,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right:last-child,
    body.page-dissertation-application #page .application-form-container .right:last-child,
    body.node-type-dissertation-fellowship #page .application-form-container .right:last-child,
    body.page-user-password #page .application-form-container .right:last-child {
      margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .top,
    body.page-user #page .application-form-container .right .top,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .top,
    body.page-dissertation-application #page .application-form-container .right .top,
    body.node-type-dissertation-fellowship #page .application-form-container .right .top,
    body.page-user-password #page .application-form-container .right .top {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 100%;
      float: none;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .top:last-child,
      body.page-user #page .application-form-container .right .top:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .top:last-child,
      body.page-dissertation-application #page .application-form-container .right .top:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .top:last-child,
      body.page-user-password #page .application-form-container .right .top:last-child {
        margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top::after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .top::after,
      body.page-user #page .application-form-container .right .top::after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .top::after,
      body.page-dissertation-application #page .application-form-container .right .top::after,
      body.node-type-dissertation-fellowship #page .application-form-container .right .top::after,
      body.page-user-password #page .application-form-container .right .top::after {
        clear: both;
        content: "";
        display: table;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top .small-header-breadcrumb,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .top .small-header-breadcrumb,
      body.page-user #page .application-form-container .right .top .small-header-breadcrumb,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .top .small-header-breadcrumb,
      body.page-dissertation-application #page .application-form-container .right .top .small-header-breadcrumb,
      body.node-type-dissertation-fellowship #page .application-form-container .right .top .small-header-breadcrumb,
      body.page-user-password #page .application-form-container .right .top .small-header-breadcrumb {
        float: left;
        display: block;
        margin-right: 2.77078%;
        width: 61.46096%;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top .small-header-breadcrumb:last-child,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .top .small-header-breadcrumb:last-child,
        body.page-user #page .application-form-container .right .top .small-header-breadcrumb:last-child,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .top .small-header-breadcrumb:last-child,
        body.page-dissertation-application #page .application-form-container .right .top .small-header-breadcrumb:last-child,
        body.node-type-dissertation-fellowship #page .application-form-container .right .top .small-header-breadcrumb:last-child,
        body.page-user-password #page .application-form-container .right .top .small-header-breadcrumb:last-child {
          margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top .account-controls,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .top .account-controls,
      body.page-user #page .application-form-container .right .top .account-controls,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .top .account-controls,
      body.page-dissertation-application #page .application-form-container .right .top .account-controls,
      body.node-type-dissertation-fellowship #page .application-form-container .right .top .account-controls,
      body.page-user-password #page .application-form-container .right .top .account-controls {
        float: left;
        display: block;
        margin-right: 2.77078%;
        width: 35.76826%;
        padding: 1.875rem 0;
        text-align: right;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top .account-controls:last-child,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .top .account-controls:last-child,
        body.page-user #page .application-form-container .right .top .account-controls:last-child,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .top .account-controls:last-child,
        body.page-dissertation-application #page .application-form-container .right .top .account-controls:last-child,
        body.node-type-dissertation-fellowship #page .application-form-container .right .top .account-controls:last-child,
        body.page-user-password #page .application-form-container .right .top .account-controls:last-child {
          margin-right: 0;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top .account-controls a,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .top .account-controls a,
        body.page-user #page .application-form-container .right .top .account-controls a,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .top .account-controls a,
        body.page-dissertation-application #page .application-form-container .right .top .account-controls a,
        body.node-type-dissertation-fellowship #page .application-form-container .right .top .account-controls a,
        body.page-user-password #page .application-form-container .right .top .account-controls a {
          color: #DEE0E0;
          font-size: 1.125rem;
          display: inline-block;
          margin-left: 1.25rem;}
          body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .top .account-controls a:before,
          body.page-eform-undergraduate-fund-application #page .application-form-container .right .top .account-controls a:before,
          body.page-user #page .application-form-container .right .top .account-controls a:before,
          body.page-node-add-dissertation-fellowship #page .application-form-container .right .top .account-controls a:before,
          body.page-dissertation-application #page .application-form-container .right .top .account-controls a:before,
          body.node-type-dissertation-fellowship #page .application-form-container .right .top .account-controls a:before,
          body.page-user-password #page .application-form-container .right .top .account-controls a:before {
            border-left: 0.125rem solid #99C93C;
            content: '\00a0';
            display: inline-block;
            margin-right: 0.625rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .nice-select,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .nice-select,
    body.page-user #page .application-form-container .right .nice-select,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .nice-select,
    body.page-dissertation-application #page .application-form-container .right .nice-select,
    body.node-type-dissertation-fellowship #page .application-form-container .right .nice-select,
    body.page-user-password #page .application-form-container .right .nice-select {
      margin: 0;
      margin-top: 0.3125rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .required-fields,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .required-fields,
    body.page-user #page .application-form-container .right .required-fields,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .required-fields,
    body.page-dissertation-application #page .application-form-container .right .required-fields,
    body.node-type-dissertation-fellowship #page .application-form-container .right .required-fields,
    body.page-user-password #page .application-form-container .right .required-fields {
      border: 0;
      border-top: 0.0625rem solid #DFE0E1;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .required-fields::after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .required-fields::after,
      body.page-user #page .application-form-container .right .required-fields::after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .required-fields::after,
      body.page-dissertation-application #page .application-form-container .right .required-fields::after,
      body.node-type-dissertation-fellowship #page .application-form-container .right .required-fields::after,
      body.page-user-password #page .application-form-container .right .required-fields::after {
        clear: both;
        content: "";
        display: table;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .required-fields .messages,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .required-fields .messages,
      body.page-user #page .application-form-container .right .required-fields .messages,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .required-fields .messages,
      body.page-dissertation-application #page .application-form-container .right .required-fields .messages,
      body.node-type-dissertation-fellowship #page .application-form-container .right .required-fields .messages,
      body.page-user-password #page .application-form-container .right .required-fields .messages {
        display: none;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right h3,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right h3,
    body.page-user #page .application-form-container .right h3,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right h3,
    body.page-dissertation-application #page .application-form-container .right h3,
    body.node-type-dissertation-fellowship #page .application-form-container .right h3,
    body.page-user-password #page .application-form-container .right h3 {
      font-size: 1.4375rem;
      font-weight: 300;
      text-transform: uppercase;
      margin-top: 2.46875rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .description,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .description,
    body.page-user #page .application-form-container .right .description,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .description,
    body.page-dissertation-application #page .application-form-container .right .description,
    body.node-type-dissertation-fellowship #page .application-form-container .right .description,
    body.page-user-password #page .application-form-container .right .description {
      font-family: 'Josefin Sans';
      color: #E6E7E8;
      font-size: 1.125rem;
      font-weight: 400;
      margin-bottom: 4.25rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item label,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item label,
    body.page-user #page .application-form-container .right .form-item label,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item label,
    body.page-dissertation-application #page .application-form-container .right .form-item label,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item label,
    body.page-user-password #page .application-form-container .right .form-item label {
      color: #DEE0E0;
      text-transform: uppercase;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item input[type='text'], body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item input[type='password'],
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item input[type='text'],
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item input[type='password'],
    body.page-user #page .application-form-container .right .form-item input[type='text'],
    body.page-user #page .application-form-container .right .form-item input[type='password'],
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item input[type='text'],
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item input[type='password'],
    body.page-dissertation-application #page .application-form-container .right .form-item input[type='text'],
    body.page-dissertation-application #page .application-form-container .right .form-item input[type='password'],
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item input[type='text'],
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item input[type='password'],
    body.page-user-password #page .application-form-container .right .form-item input[type='text'],
    body.page-user-password #page .application-form-container .right .form-item input[type='password'] {
      border: 0.0625rem solid #8A9299;
      color: #FFFFFF;
      outline: none;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item input[type='text']:focus, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item input[type='password']:focus,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item input[type='text']:focus,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item input[type='password']:focus,
      body.page-user #page .application-form-container .right .form-item input[type='text']:focus,
      body.page-user #page .application-form-container .right .form-item input[type='password']:focus,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item input[type='text']:focus,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item input[type='password']:focus,
      body.page-dissertation-application #page .application-form-container .right .form-item input[type='text']:focus,
      body.page-dissertation-application #page .application-form-container .right .form-item input[type='password']:focus,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item input[type='text']:focus,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item input[type='password']:focus,
      body.page-user-password #page .application-form-container .right .form-item input[type='text']:focus,
      body.page-user-password #page .application-form-container .right .form-item input[type='password']:focus {
        color: #FFFFFF;
        border-left: 0.125rem solid #99C93C;
        margin-left: -0.0625rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-first-name,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-last-name,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-first-name,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-last-name,
    body.page-user #page .application-form-container .right .field-name-field-first-name,
    body.page-user #page .application-form-container .right .field-name-field-last-name,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-first-name,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-last-name,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-first-name,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-last-name,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-first-name,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-last-name,
    body.page-user-password #page .application-form-container .right .field-name-field-first-name,
    body.page-user-password #page .application-form-container .right .field-name-field-last-name {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-first-name:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-last-name:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-first-name:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-last-name:last-child,
      body.page-user #page .application-form-container .right .field-name-field-first-name:last-child,
      body.page-user #page .application-form-container .right .field-name-field-last-name:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-first-name:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-last-name:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-first-name:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-last-name:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-first-name:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-last-name:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-first-name:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-last-name:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-last-name,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-last-name,
    body.page-user #page .application-form-container .right .field-name-field-last-name,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-last-name,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-last-name,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-last-name,
    body.page-user-password #page .application-form-container .right .field-name-field-last-name {
      margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-title,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-duration,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-research-field,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-organization-or-university,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-department,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-title,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-duration,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-research-field,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-organization-or-university,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-department,
    body.page-user #page .application-form-container .right .field-name-field-project-title,
    body.page-user #page .application-form-container .right .field-name-field-project-duration,
    body.page-user #page .application-form-container .right .field-name-field-research-field,
    body.page-user #page .application-form-container .right .field-name-field-organization-or-university,
    body.page-user #page .application-form-container .right .field-name-field-department,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-project-title,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-project-duration,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-research-field,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-organization-or-university,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-department,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-project-title,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-project-duration,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-research-field,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-organization-or-university,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-department,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-project-title,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-project-duration,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-research-field,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-organization-or-university,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-department,
    body.page-user-password #page .application-form-container .right .field-name-field-project-title,
    body.page-user-password #page .application-form-container .right .field-name-field-project-duration,
    body.page-user-password #page .application-form-container .right .field-name-field-research-field,
    body.page-user-password #page .application-form-container .right .field-name-field-organization-or-university,
    body.page-user-password #page .application-form-container .right .field-name-field-department {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-title:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-duration:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-research-field:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-organization-or-university:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-department:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-title:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-project-duration:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-research-field:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-organization-or-university:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-department:last-child,
      body.page-user #page .application-form-container .right .field-name-field-project-title:last-child,
      body.page-user #page .application-form-container .right .field-name-field-project-duration:last-child,
      body.page-user #page .application-form-container .right .field-name-field-research-field:last-child,
      body.page-user #page .application-form-container .right .field-name-field-organization-or-university:last-child,
      body.page-user #page .application-form-container .right .field-name-field-department:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-project-title:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-project-duration:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-research-field:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-organization-or-university:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-department:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-project-title:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-project-duration:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-research-field:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-organization-or-university:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-department:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-project-title:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-project-duration:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-research-field:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-organization-or-university:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-department:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-project-title:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-project-duration:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-research-field:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-organization-or-university:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-department:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-gender,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-gender,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-gender,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-gender,
    body.page-user #page .application-form-container .right .form-item-field-gender,
    body.page-user #page .application-form-container .right .field-name-field-gender,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-gender,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-gender,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-gender,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-gender,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-gender,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-gender,
    body.page-user-password #page .application-form-container .right .form-item-field-gender,
    body.page-user-password #page .application-form-container .right .field-name-field-gender {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 16.49874%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-gender:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-gender:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-gender:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-gender:last-child,
      body.page-user #page .application-form-container .right .form-item-field-gender:last-child,
      body.page-user #page .application-form-container .right .field-name-field-gender:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-gender:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-gender:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-gender:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-gender:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-gender:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-gender:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-gender:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-gender:last-child {
        margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-gender .nice-select,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-gender .nice-select,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-gender .nice-select,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-gender .nice-select,
      body.page-user #page .application-form-container .right .form-item-field-gender .nice-select,
      body.page-user #page .application-form-container .right .field-name-field-gender .nice-select,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-gender .nice-select,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-gender .nice-select,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-gender .nice-select,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-gender .nice-select,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-gender .nice-select,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-gender .nice-select,
      body.page-user-password #page .application-form-container .right .form-item-field-gender .nice-select,
      body.page-user-password #page .application-form-container .right .field-name-field-gender .nice-select {
        width: 100%;
        min-width: 6.25rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-date-of-birth,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-date-of-birth,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-date-of-birth,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-date-of-birth,
    body.page-user #page .application-form-container .right .form-item-field-date-of-birth,
    body.page-user #page .application-form-container .right .field-name-field-date-of-birth,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-date-of-birth,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-date-of-birth,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-date-of-birth,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-date-of-birth,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-date-of-birth,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-date-of-birth,
    body.page-user-password #page .application-form-container .right .form-item-field-date-of-birth,
    body.page-user-password #page .application-form-container .right .field-name-field-date-of-birth {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 29.34509%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-date-of-birth:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-date-of-birth:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-date-of-birth:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-date-of-birth:last-child,
      body.page-user #page .application-form-container .right .form-item-field-date-of-birth:last-child,
      body.page-user #page .application-form-container .right .field-name-field-date-of-birth:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-date-of-birth:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-date-of-birth:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-date-of-birth:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-date-of-birth:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-date-of-birth:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-date-of-birth:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-date-of-birth:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-date-of-birth:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-nationality,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-nationality,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-nationality,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-nationality,
    body.page-user #page .application-form-container .right .form-item-field-nationality,
    body.page-user #page .application-form-container .right .field-name-field-nationality,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-nationality,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-nationality,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-nationality,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-nationality,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-nationality,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-nationality,
    body.page-user-password #page .application-form-container .right .form-item-field-nationality,
    body.page-user-password #page .application-form-container .right .field-name-field-nationality {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;
      margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-nationality:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-nationality:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-nationality:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-nationality:last-child,
      body.page-user #page .application-form-container .right .form-item-field-nationality:last-child,
      body.page-user #page .application-form-container .right .field-name-field-nationality:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-nationality:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-nationality:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-nationality:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-nationality:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-nationality:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-nationality:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-nationality:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-nationality:last-child {
        margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-nationality .nice-select,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-nationality .nice-select,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-nationality .nice-select,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-nationality .nice-select,
      body.page-user #page .application-form-container .right .form-item-field-nationality .nice-select,
      body.page-user #page .application-form-container .right .field-name-field-nationality .nice-select,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-nationality .nice-select,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-nationality .nice-select,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-nationality .nice-select,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-nationality .nice-select,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-nationality .nice-select,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-nationality .nice-select,
      body.page-user-password #page .application-form-container .right .form-item-field-nationality .nice-select,
      body.page-user-password #page .application-form-container .right .field-name-field-nationality .nice-select {
        width: 100%;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-id-or-passport-number,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-contact-number,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-id-or-passport-number,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-contact-number,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-id-or-passport-number,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-contact-number,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-id-or-passport-number,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-contact-number,
    body.page-user #page .application-form-container .right .form-item-field-id-or-passport-number,
    body.page-user #page .application-form-container .right .form-item-field-contact-number,
    body.page-user #page .application-form-container .right .field-name-field-id-or-passport-number,
    body.page-user #page .application-form-container .right .field-name-field-contact-number,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-id-or-passport-number,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-contact-number,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-id-or-passport-number,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-contact-number,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-id-or-passport-number,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-contact-number,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-id-or-passport-number,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-contact-number,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-id-or-passport-number,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-contact-number,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-id-or-passport-number,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-contact-number,
    body.page-user-password #page .application-form-container .right .form-item-field-id-or-passport-number,
    body.page-user-password #page .application-form-container .right .form-item-field-contact-number,
    body.page-user-password #page .application-form-container .right .field-name-field-id-or-passport-number,
    body.page-user-password #page .application-form-container .right .field-name-field-contact-number {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-id-or-passport-number:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-contact-number:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-id-or-passport-number:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-contact-number:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-id-or-passport-number:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-contact-number:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-id-or-passport-number:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-contact-number:last-child,
      body.page-user #page .application-form-container .right .form-item-field-id-or-passport-number:last-child,
      body.page-user #page .application-form-container .right .form-item-field-contact-number:last-child,
      body.page-user #page .application-form-container .right .field-name-field-id-or-passport-number:last-child,
      body.page-user #page .application-form-container .right .field-name-field-contact-number:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-id-or-passport-number:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-contact-number:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-id-or-passport-number:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-contact-number:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-id-or-passport-number:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-contact-number:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-id-or-passport-number:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-contact-number:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-id-or-passport-number:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-contact-number:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-id-or-passport-number:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-contact-number:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-id-or-passport-number:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-contact-number:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-id-or-passport-number:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-contact-number:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-contact-number,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-contact-number,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-contact-number,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-contact-number,
    body.page-user #page .application-form-container .right .form-item-field-contact-number,
    body.page-user #page .application-form-container .right .field-name-field-contact-number,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-contact-number,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-contact-number,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-contact-number,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-contact-number,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-contact-number,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-contact-number,
    body.page-user-password #page .application-form-container .right .form-item-field-contact-number,
    body.page-user-password #page .application-form-container .right .field-name-field-contact-number {
      margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-email-address,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-email-address,
    body.page-user #page .application-form-container .right .field-name-field-email-address,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-email-address,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-email-address,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-email-address,
    body.page-user-password #page .application-form-container .right .field-name-field-email-address {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-email-address:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-email-address:last-child,
      body.page-user #page .application-form-container .right .field-name-field-email-address:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-email-address:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-email-address:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-email-address:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-email-address:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-address,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-address,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-address,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-address,
    body.page-user #page .application-form-container .right .form-item-field-address,
    body.page-user #page .application-form-container .right .field-name-field-address,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-address,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-address,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-address,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-address,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-address,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-address,
    body.page-user-password #page .application-form-container .right .form-item-field-address,
    body.page-user-password #page .application-form-container .right .field-name-field-address {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 74.3073%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-address:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-address:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-address:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-address:last-child,
      body.page-user #page .application-form-container .right .form-item-field-address:last-child,
      body.page-user #page .application-form-container .right .field-name-field-address:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-address:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-address:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-address:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-address:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-address:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-address:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-address:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-address:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-zip-code,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-zip-code,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-zip-code,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-zip-code,
    body.page-user #page .application-form-container .right .form-item-field-zip-code,
    body.page-user #page .application-form-container .right .field-name-field-zip-code,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-zip-code,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-zip-code,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-zip-code,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-zip-code,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-zip-code,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-zip-code,
    body.page-user-password #page .application-form-container .right .form-item-field-zip-code,
    body.page-user-password #page .application-form-container .right .field-name-field-zip-code {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 22.92191%;
      margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-zip-code:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-zip-code:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-zip-code:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-zip-code:last-child,
      body.page-user #page .application-form-container .right .form-item-field-zip-code:last-child,
      body.page-user #page .application-form-container .right .field-name-field-zip-code:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-zip-code:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-zip-code:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-zip-code:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-zip-code:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-zip-code:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-zip-code:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-zip-code:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-zip-code:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-country-region,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-city,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-country-region,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-city,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-country-region,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-city,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-country-region,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-city,
    body.page-user #page .application-form-container .right .form-item-field-country-region,
    body.page-user #page .application-form-container .right .form-item-field-city,
    body.page-user #page .application-form-container .right .field-name-field-country-region,
    body.page-user #page .application-form-container .right .field-name-field-city,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-country-region,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-city,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-country-region,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-city,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-country-region,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-city,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-country-region,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-city,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-country-region,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-city,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-country-region,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-city,
    body.page-user-password #page .application-form-container .right .form-item-field-country-region,
    body.page-user-password #page .application-form-container .right .form-item-field-city,
    body.page-user-password #page .application-form-container .right .field-name-field-country-region,
    body.page-user-password #page .application-form-container .right .field-name-field-city {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-country-region:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-city:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-country-region:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-city:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-country-region:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-city:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-country-region:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-city:last-child,
      body.page-user #page .application-form-container .right .form-item-field-country-region:last-child,
      body.page-user #page .application-form-container .right .form-item-field-city:last-child,
      body.page-user #page .application-form-container .right .field-name-field-country-region:last-child,
      body.page-user #page .application-form-container .right .field-name-field-city:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-country-region:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-city:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-country-region:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-city:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-country-region:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-city:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-country-region:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-city:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-country-region:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-city:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-country-region:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-city:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-country-region:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-city:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-country-region:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-city:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-city,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-city,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-city,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-city,
    body.page-user #page .application-form-container .right .form-item-field-city,
    body.page-user #page .application-form-container .right .field-name-field-city,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-city,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-city,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-city,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-city,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-city,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-city,
    body.page-user-password #page .application-form-container .right .form-item-field-city,
    body.page-user-password #page .application-form-container .right .field-name-field-city {
      margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-country,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-country,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-country,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-country,
    body.page-user #page .application-form-container .right .form-item-field-country,
    body.page-user #page .application-form-container .right .field-name-field-country,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-country,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-country,
    body.page-dissertation-application #page .application-form-container .right .form-item-field-country,
    body.page-dissertation-application #page .application-form-container .right .field-name-field-country,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-country,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-country,
    body.page-user-password #page .application-form-container .right .form-item-field-country,
    body.page-user-password #page .application-form-container .right .field-name-field-country {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-country:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-country:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-country:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-country:last-child,
      body.page-user #page .application-form-container .right .form-item-field-country:last-child,
      body.page-user #page .application-form-container .right .field-name-field-country:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-country:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-country:last-child,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-country:last-child,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-country:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-country:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-country:last-child,
      body.page-user-password #page .application-form-container .right .form-item-field-country:last-child,
      body.page-user-password #page .application-form-container .right .field-name-field-country:last-child {
        margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-item-field-country .nice-select,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-name-field-country .nice-select,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-item-field-country .nice-select,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-name-field-country .nice-select,
      body.page-user #page .application-form-container .right .form-item-field-country .nice-select,
      body.page-user #page .application-form-container .right .field-name-field-country .nice-select,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-item-field-country .nice-select,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-name-field-country .nice-select,
      body.page-dissertation-application #page .application-form-container .right .form-item-field-country .nice-select,
      body.page-dissertation-application #page .application-form-container .right .field-name-field-country .nice-select,
      body.node-type-dissertation-fellowship #page .application-form-container .right .form-item-field-country .nice-select,
      body.node-type-dissertation-fellowship #page .application-form-container .right .field-name-field-country .nice-select,
      body.page-user-password #page .application-form-container .right .form-item-field-country .nice-select,
      body.page-user-password #page .application-form-container .right .field-name-field-country .nice-select {
        width: 100%;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .field-type-file .form-managed-file, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-type-managed-file .form-managed-file,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .field-type-file .form-managed-file,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-type-managed-file .form-managed-file,
    body.page-user #page .application-form-container .right .field-type-file .form-managed-file,
    body.page-user #page .application-form-container .right .form-type-managed-file .form-managed-file,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .field-type-file .form-managed-file,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-type-managed-file .form-managed-file,
    body.page-dissertation-application #page .application-form-container .right .field-type-file .form-managed-file,
    body.page-dissertation-application #page .application-form-container .right .form-type-managed-file .form-managed-file,
    body.node-type-dissertation-fellowship #page .application-form-container .right .field-type-file .form-managed-file,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-type-managed-file .form-managed-file,
    body.page-user-password #page .application-form-container .right .field-type-file .form-managed-file,
    body.page-user-password #page .application-form-container .right .form-type-managed-file .form-managed-file {
      margin-top: 0.3125rem;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .form-managed-file,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .form-managed-file,
    body.page-user #page .application-form-container .right .form-managed-file,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .form-managed-file,
    body.page-dissertation-application #page .application-form-container .right .form-managed-file,
    body.node-type-dissertation-fellowship #page .application-form-container .right .form-managed-file,
    body.page-user-password #page .application-form-container .right .form-managed-file {
      width: 100%;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-motivation-letter,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-motivation-letter,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-user #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper,
    body.page-user #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-user #page .application-form-container .right #edit-field-motivation-letter,
    body.page-user #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-motivation-letter,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-dissertation-application #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper,
    body.page-dissertation-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-dissertation-application #page .application-form-container .right #edit-field-motivation-letter,
    body.page-dissertation-application #page .application-form-container .right #edit-field-obtained-diploma,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-motivation-letter,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-user-password #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper,
    body.page-user-password #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-user-password #page .application-form-container .right #edit-field-motivation-letter,
    body.page-user-password #page .application-form-container .right #edit-field-obtained-diploma {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 48.61461%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-motivation-letter:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-motivation-letter:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma:last-child,
      body.page-user #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper:last-child,
      body.page-user #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper:last-child,
      body.page-user #page .application-form-container .right #edit-field-motivation-letter:last-child,
      body.page-user #page .application-form-container .right #edit-field-obtained-diploma:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-motivation-letter:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma:last-child,
      body.page-dissertation-application #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper:last-child,
      body.page-dissertation-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper:last-child,
      body.page-dissertation-application #page .application-form-container .right #edit-field-motivation-letter:last-child,
      body.page-dissertation-application #page .application-form-container .right #edit-field-obtained-diploma:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-motivation-letter:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma:last-child,
      body.page-user-password #page .application-form-container .right #edit-field-research-proposal-ajax-wrapper:last-child,
      body.page-user-password #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper:last-child,
      body.page-user-password #page .application-form-container .right #edit-field-motivation-letter:last-child,
      body.page-user-password #page .application-form-container .right #edit-field-obtained-diploma:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-user #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-user #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-dissertation-application #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-dissertation-application #page .application-form-container .right #edit-field-obtained-diploma,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-obtained-diploma,
    body.page-user-password #page .application-form-container .right #edit-field-obtained-diploma-ajax-wrapper,
    body.page-user-password #page .application-form-container .right #edit-field-obtained-diploma {
      margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper,
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents,
    body.page-user #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper,
    body.page-user #page .application-form-container .right #edit-field-supporting-documents,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents,
    body.page-dissertation-application #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper,
    body.page-dissertation-application #page .application-form-container .right #edit-field-supporting-documents,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper,
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents,
    body.page-user-password #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper,
    body.page-user-password #page .application-form-container .right #edit-field-supporting-documents {
      float: left;
      display: block;
      margin-right: 2.77078%;
      width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper:last-child,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper:last-child,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-field-supporting-documents:last-child,
      body.page-user #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper:last-child,
      body.page-user #page .application-form-container .right #edit-field-supporting-documents:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper:last-child,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents:last-child,
      body.page-dissertation-application #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper:last-child,
      body.page-dissertation-application #page .application-form-container .right #edit-field-supporting-documents:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper:last-child,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-field-supporting-documents:last-child,
      body.page-user-password #page .application-form-container .right #edit-field-supporting-documents-ajax-wrapper:last-child,
      body.page-user-password #page .application-form-container .right #edit-field-supporting-documents:last-child {
        margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-actions, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons],
    body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-actions,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons],
    body.page-user #page .application-form-container .right #edit-actions,
    body.page-user #page .application-form-container .right div[id^=edit-action-buttons],
    body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-actions,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons],
    body.page-dissertation-application #page .application-form-container .right #edit-actions,
    body.page-dissertation-application #page .application-form-container .right div[id^=edit-action-buttons],
    body.node-type-dissertation-fellowship #page .application-form-container .right #edit-actions,
    body.node-type-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons],
    body.page-user-password #page .application-form-container .right #edit-actions,
    body.page-user-password #page .application-form-container .right div[id^=edit-action-buttons] {
      clear: both;
      font-size: 1.75rem;
      text-align: right;
      color: #DEE0E0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-actions:after, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons]:after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-actions:after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons]:after,
      body.page-user #page .application-form-container .right #edit-actions:after,
      body.page-user #page .application-form-container .right div[id^=edit-action-buttons]:after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-actions:after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons]:after,
      body.page-dissertation-application #page .application-form-container .right #edit-actions:after,
      body.page-dissertation-application #page .application-form-container .right div[id^=edit-action-buttons]:after,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-actions:after,
      body.node-type-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons]:after,
      body.page-user-password #page .application-form-container .right #edit-actions:after,
      body.page-user-password #page .application-form-container .right div[id^=edit-action-buttons]:after {
        background-image: url(../../images/right-arrow-big/right-arrow.jpg);
        background-position: 0.4375rem 0.4375rem;
        background-repeat: no-repeat;
        width: 1.9375rem;
        height: 1.9375rem;
        content: '\00a0';
        display: inline-block;
        transition: all 0.5s;
        vertical-align: middle;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-actions:hover:after, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons]:hover:after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-actions:hover:after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons]:hover:after,
      body.page-user #page .application-form-container .right #edit-actions:hover:after,
      body.page-user #page .application-form-container .right div[id^=edit-action-buttons]:hover:after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-actions:hover:after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons]:hover:after,
      body.page-dissertation-application #page .application-form-container .right #edit-actions:hover:after,
      body.page-dissertation-application #page .application-form-container .right div[id^=edit-action-buttons]:hover:after,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-actions:hover:after,
      body.node-type-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons]:hover:after,
      body.page-user-password #page .application-form-container .right #edit-actions:hover:after,
      body.page-user-password #page .application-form-container .right div[id^=edit-action-buttons]:hover:after {
        background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
        background-color: #99C93C;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-actions:focus:after, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons]:focus:after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-actions:focus:after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons]:focus:after,
      body.page-user #page .application-form-container .right #edit-actions:focus:after,
      body.page-user #page .application-form-container .right div[id^=edit-action-buttons]:focus:after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-actions:focus:after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons]:focus:after,
      body.page-dissertation-application #page .application-form-container .right #edit-actions:focus:after,
      body.page-dissertation-application #page .application-form-container .right div[id^=edit-action-buttons]:focus:after,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-actions:focus:after,
      body.node-type-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons]:focus:after,
      body.page-user-password #page .application-form-container .right #edit-actions:focus:after,
      body.page-user-password #page .application-form-container .right div[id^=edit-action-buttons]:focus:after {
        width: 2.25rem;
        height: 2.25rem;
        background-position: 0.5625rem 0.5625rem;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-actions a, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons] a,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-actions a,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons] a,
      body.page-user #page .application-form-container .right #edit-actions a,
      body.page-user #page .application-form-container .right div[id^=edit-action-buttons] a,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-actions a,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons] a,
      body.page-dissertation-application #page .application-form-container .right #edit-actions a,
      body.page-dissertation-application #page .application-form-container .right div[id^=edit-action-buttons] a,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-actions a,
      body.node-type-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons] a,
      body.page-user-password #page .application-form-container .right #edit-actions a,
      body.page-user-password #page .application-form-container .right div[id^=edit-action-buttons] a {
        color: #DEE0E0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right #edit-actions input, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons] input,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right #edit-actions input,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right div[id^=edit-action-buttons] input,
      body.page-user #page .application-form-container .right #edit-actions input,
      body.page-user #page .application-form-container .right div[id^=edit-action-buttons] input,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right #edit-actions input,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons] input,
      body.page-dissertation-application #page .application-form-container .right #edit-actions input,
      body.page-dissertation-application #page .application-form-container .right div[id^=edit-action-buttons] input,
      body.node-type-dissertation-fellowship #page .application-form-container .right #edit-actions input,
      body.node-type-dissertation-fellowship #page .application-form-container .right div[id^=edit-action-buttons] input,
      body.page-user-password #page .application-form-container .right #edit-actions input,
      body.page-user-password #page .application-form-container .right div[id^=edit-action-buttons] input {
        outline: none;}

body.page-eform-submit-undergraduate-fund-application #edit-actions {
  padding: 5.28125rem 0;
  border-top: 0.0625rem solid #DFE0E1;
  margin-top: 2.59375rem;}

body.page-eform-submit-undergraduate-fund-application #page.page--403 {
  background-color: #F8F9FA;}

@media screen and (min-width: 769px) {
  body.page-eform-submit-undergraduate-fund-application .before-right,
  body.page-eform-undergraduate-fund-application .before-right,
  body.page-user .before-right,
  body.page-node-add-dissertation-fellowship .before-right,
  body.page-dissertation-application .before-right,
  body.node-type-dissertation-fellowship .before-right,
  body.page-user-password .before-right {
    float: left;
    display: block;
    margin-right: 1.83028%;
    width: 6.65557%;
    height: 1px;}
    body.page-eform-submit-undergraduate-fund-application .before-right:last-child,
    body.page-eform-undergraduate-fund-application .before-right:last-child,
    body.page-user .before-right:last-child,
    body.page-node-add-dissertation-fellowship .before-right:last-child,
    body.page-dissertation-application .before-right:last-child,
    body.node-type-dissertation-fellowship .before-right:last-child,
    body.page-user-password .before-right:last-child {
      margin-right: 0;} }

@media screen and (max-width: 768px) {
  body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left,
  body.page-eform-undergraduate-fund-application #page .application-form-container .left,
  body.page-user #page .application-form-container .left,
  body.page-node-add-dissertation-fellowship #page .application-form-container .left,
  body.page-dissertation-application #page .application-form-container .left,
  body.node-type-dissertation-fellowship #page .application-form-container .left {
    float: none;
    width: 100%;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed,
    body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed,
    body.page-user #page .application-form-container .left .sidebar-fixed,
    body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed,
    body.page-dissertation-application #page .application-form-container .left .sidebar-fixed,
    body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed {
      position: relative;
      width: 92.1875%;
      margin: auto;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed::after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed::after,
      body.page-user #page .application-form-container .left .sidebar-fixed::after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed::after,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed::after,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed::after {
        clear: both;
        content: "";
        display: table;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .small-header-breadcrumb .breadcrumb,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .small-header-breadcrumb .breadcrumb,
      body.page-user #page .application-form-container .left .sidebar-fixed .small-header-breadcrumb .breadcrumb,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .small-header-breadcrumb .breadcrumb,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed .small-header-breadcrumb .breadcrumb,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .small-header-breadcrumb .breadcrumb {
        margin: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .bottom,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .bottom,
      body.page-user #page .application-form-container .left .sidebar-fixed .top,
      body.page-user #page .application-form-container .left .sidebar-fixed .bottom,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .bottom,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed .top,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed .bottom,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .bottom {
        width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top,
      body.page-user #page .application-form-container .left .sidebar-fixed .top,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed .top,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top {
        height: 9.8125rem;
        padding-top: 4.375rem;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top h1,
        body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top h1,
        body.page-user #page .application-form-container .left .sidebar-fixed .top h1,
        body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top h1,
        body.page-dissertation-application #page .application-form-container .left .sidebar-fixed .top h1,
        body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top h1 {
          font-size: 1.875rem;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top span,
        body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed .top span,
        body.page-user #page .application-form-container .left .sidebar-fixed .top span,
        body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top span,
        body.page-dissertation-application #page .application-form-container .left .sidebar-fixed .top span,
        body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed .top span {
          font-size: 1.375rem;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom,
      body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom {
        min-height: 0;
        position: relative;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom:after,
        body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom:after,
        body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom:after,
        body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom:after,
        body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom:after,
        body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom:after {
          background-image: url(../../images/dropdown-arrow-white.jpg);
          background-repeat: no-repeat;
          width: 0.375rem;
          height: 0.1875rem;
          content: '\00a0';
          display: block;
          position: absolute;
          right: 1.4375rem;
          top: 1.5625rem;
          transition: all 0.5s;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom h4,
        body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom h4,
        body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom h4,
        body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom h4,
        body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom h4,
        body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom h4 {
          margin: 0;
          font-size: 0.875rem;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections,
        body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections,
        body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections,
        body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections,
        body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections,
        body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections {
          max-height: 0;
          overflow: hidden;
          padding-top: 0;
          transition: all 1s;}
          body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:first-child,
          body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:first-child,
          body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:first-child,
          body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:first-child,
          body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:first-child,
          body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:first-child {
            margin-top: 1.25rem;}
          body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:last-child,
          body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:last-child,
          body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:last-child,
          body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:last-child,
          body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:last-child,
          body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .sections li:last-child {
            margin-bottom: 1.25rem;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .save-btn,
        body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .save-btn,
        body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .save-btn,
        body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .save-btn,
        body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .save-btn,
        body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox] + .bottom .save-btn {
          display: none;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom:after,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom:after,
      body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom:after,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom:after,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom:after,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom .sections,
      body.page-eform-undergraduate-fund-application #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom .sections,
      body.page-user #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom .sections,
      body.page-node-add-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom .sections,
      body.page-dissertation-application #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom .sections,
      body.node-type-dissertation-fellowship #page .application-form-container .left .sidebar-fixed input[type=checkbox]:checked + .bottom .sections {
        max-height: 62.5rem;}
  body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right,
  body.page-eform-undergraduate-fund-application #page .application-form-container .right,
  body.page-user #page .application-form-container .right,
  body.page-node-add-dissertation-fellowship #page .application-form-container .right,
  body.page-dissertation-application #page .application-form-container .right,
  body.node-type-dissertation-fellowship #page .application-form-container .right {
    width: 100%;}
    body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content,
    body.page-eform-undergraduate-fund-application #page .application-form-container .right .content,
    body.page-user #page .application-form-container .right .content,
    body.page-node-add-dissertation-fellowship #page .application-form-container .right .content,
    body.page-dissertation-application #page .application-form-container .right .content,
    body.node-type-dissertation-fellowship #page .application-form-container .right .content {
      width: 92.1875%;
      margin: auto;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .top .account-controls,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .top .account-controls,
      body.page-user #page .application-form-container .right .content .top .account-controls,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .top .account-controls,
      body.page-dissertation-application #page .application-form-container .right .content .top .account-controls,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content .top .account-controls {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .top .account-controls a,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .top .account-controls a,
        body.page-user #page .application-form-container .right .content .top .account-controls a,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .top .account-controls a,
        body.page-dissertation-application #page .application-form-container .right .content .top .account-controls a,
        body.node-type-dissertation-fellowship #page .application-form-container .right .content .top .account-controls a {
          margin-left: 0;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: center;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content #general-information,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content #general-information,
      body.page-user #page .application-form-container .right .content #general-information,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content #general-information,
      body.page-dissertation-application #page .application-form-container .right .content #general-information,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content #general-information {
        border-top: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .form-item,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content div[class^=field-type],
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .form-item,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content div[class^=field-type],
      body.page-user #page .application-form-container .right .content .form-item,
      body.page-user #page .application-form-container .right .content div[class^=field-type],
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .form-item,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content div[class^=field-type],
      body.page-dissertation-application #page .application-form-container .right .content .form-item,
      body.page-dissertation-application #page .application-form-container .right .content div[class^=field-type],
      body.node-type-dissertation-fellowship #page .application-form-container .right .content .form-item,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content div[class^=field-type] {
        width: 100%;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .form-item.field-name-field-gender,
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content div[class^=field-type].field-name-field-gender,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .form-item.field-name-field-gender,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .content div[class^=field-type].field-name-field-gender,
        body.page-user #page .application-form-container .right .content .form-item.field-name-field-gender,
        body.page-user #page .application-form-container .right .content div[class^=field-type].field-name-field-gender,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .form-item.field-name-field-gender,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .content div[class^=field-type].field-name-field-gender,
        body.page-dissertation-application #page .application-form-container .right .content .form-item.field-name-field-gender,
        body.page-dissertation-application #page .application-form-container .right .content div[class^=field-type].field-name-field-gender,
        body.node-type-dissertation-fellowship #page .application-form-container .right .content .form-item.field-name-field-gender,
        body.node-type-dissertation-fellowship #page .application-form-container .right .content div[class^=field-type].field-name-field-gender {
          width: 6rem;
          margin-right: 1.25rem;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .form-item.field-name-field-date-of-birth,
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content div[class^=field-type].field-name-field-date-of-birth,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .form-item.field-name-field-date-of-birth,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .content div[class^=field-type].field-name-field-date-of-birth,
        body.page-user #page .application-form-container .right .content .form-item.field-name-field-date-of-birth,
        body.page-user #page .application-form-container .right .content div[class^=field-type].field-name-field-date-of-birth,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .form-item.field-name-field-date-of-birth,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .content div[class^=field-type].field-name-field-date-of-birth,
        body.page-dissertation-application #page .application-form-container .right .content .form-item.field-name-field-date-of-birth,
        body.page-dissertation-application #page .application-form-container .right .content div[class^=field-type].field-name-field-date-of-birth,
        body.node-type-dissertation-fellowship #page .application-form-container .right .content .form-item.field-name-field-date-of-birth,
        body.node-type-dissertation-fellowship #page .application-form-container .right .content div[class^=field-type].field-name-field-date-of-birth {
          width: 10.875rem;
          margin-right: 0;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .field-type-file, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .form-type-managed-file,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .field-type-file,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .form-type-managed-file,
      body.page-user #page .application-form-container .right .content .field-type-file,
      body.page-user #page .application-form-container .right .content .form-type-managed-file,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .field-type-file,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .form-type-managed-file,
      body.page-dissertation-application #page .application-form-container .right .content .field-type-file,
      body.page-dissertation-application #page .application-form-container .right .content .form-type-managed-file,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content .field-type-file,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content .form-type-managed-file {
        width: 100% !important;}
        body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .field-type-file .form-managed-file, body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .form-type-managed-file .form-managed-file,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .field-type-file .form-managed-file,
        body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .form-type-managed-file .form-managed-file,
        body.page-user #page .application-form-container .right .content .field-type-file .form-managed-file,
        body.page-user #page .application-form-container .right .content .form-type-managed-file .form-managed-file,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .field-type-file .form-managed-file,
        body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .form-type-managed-file .form-managed-file,
        body.page-dissertation-application #page .application-form-container .right .content .field-type-file .form-managed-file,
        body.page-dissertation-application #page .application-form-container .right .content .form-type-managed-file .form-managed-file,
        body.node-type-dissertation-fellowship #page .application-form-container .right .content .field-type-file .form-managed-file,
        body.node-type-dissertation-fellowship #page .application-form-container .right .content .form-type-managed-file .form-managed-file {
          width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content #edit-field-research-proposal-ajax-wrapper,
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content #edit-field-obtained-diploma-ajax-wrapper,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content #edit-field-research-proposal-ajax-wrapper,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content #edit-field-obtained-diploma-ajax-wrapper,
      body.page-user #page .application-form-container .right .content #edit-field-research-proposal-ajax-wrapper,
      body.page-user #page .application-form-container .right .content #edit-field-obtained-diploma-ajax-wrapper,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content #edit-field-research-proposal-ajax-wrapper,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content #edit-field-obtained-diploma-ajax-wrapper,
      body.page-dissertation-application #page .application-form-container .right .content #edit-field-research-proposal-ajax-wrapper,
      body.page-dissertation-application #page .application-form-container .right .content #edit-field-obtained-diploma-ajax-wrapper,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content #edit-field-research-proposal-ajax-wrapper,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content #edit-field-obtained-diploma-ajax-wrapper {
        width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content .nice-select,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content .nice-select,
      body.page-user #page .application-form-container .right .content .nice-select,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content .nice-select,
      body.page-dissertation-application #page .application-form-container .right .content .nice-select,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content .nice-select {
        width: 100%;}
      body.page-eform-submit-undergraduate-fund-application #page .application-form-container .right .content #edit-actions,
      body.page-eform-undergraduate-fund-application #page .application-form-container .right .content #edit-actions,
      body.page-user #page .application-form-container .right .content #edit-actions,
      body.page-node-add-dissertation-fellowship #page .application-form-container .right .content #edit-actions,
      body.page-dissertation-application #page .application-form-container .right .content #edit-actions,
      body.node-type-dissertation-fellowship #page .application-form-container .right .content #edit-actions {
        padding: 1.875rem 0;}
  body.page-eform-submit-undergraduate-fund-application #main,
  body.page-eform-undergraduate-fund-application #main,
  body.page-user #main,
  body.page-node-add-dissertation-fellowship #main,
  body.page-dissertation-application #main,
  body.node-type-dissertation-fellowship #main {
    padding-bottom: 0;} }

.undergraduate-fund-application-review .form-item {
  margin-bottom: 1.59375rem;}
  .undergraduate-fund-application-review .form-item:last-child {
    margin-bottom: 1.25rem;}
  .undergraduate-fund-application-review .form-item .field {
    font-family: 'Josefin Sans';
    font-size: 1.25rem;
    color: #FFFFFF;
    border-bottom: 0.0625rem solid #979797;
    line-height: 2.75rem;}

.entitytype-undergraduate_fund_application-form #edit-actions #edit-change {
  display: none;}

.page-eform-undergraduate-fund-application-confirm .submission-text {
  display: none;}

.application-form-container-success .right {
  padding-left: 4.625rem;
  padding-top: 11.5rem;}
  .application-form-container-success .right .div {
    border-bottom: 0.0625rem solid #DFE0E1;
    margin: 2.625rem 0;}
  .application-form-container-success .right .descriptions {
    font-family: 'Josefin Sans';
    font-size: 1.125rem;
    color: #E6E7E8;
    margin-bottom: 1rem;}
  .application-form-container-success .right .contact-us-container {
    margin-bottom: 17.375rem;}
    .application-form-container-success .right .contact-us-container a {
      color: #DEE0E0;
      font-size: 1.75rem;}
      .application-form-container-success .right .contact-us-container a:after {
        background-image: url(../../images/right-arrow-big/right-arrow.jpg);
        background-position: 0.4375rem 0.4375rem;
        background-repeat: no-repeat;
        width: 1.9375rem;
        height: 1.9375rem;
        content: '\00a0';
        display: inline-block;
        transition: all 0.5s;
        vertical-align: middle;}
      .application-form-container-success .right .contact-us-container a:hover:after {
        background-image: url(../../images/right-arrow-big/right-arrow-white.jpg);
        background-color: #99C93C;}
      .application-form-container-success .right .contact-us-container a:focus:after {
        width: 2.25rem;
        height: 2.25rem;
        background-position: 0.5625rem 0.5625rem;}

body.page-eform-submit-undergraduate-fund-application form[id^=undergraduate-fund-application-entityform-edit-form] .form-item {
  float: left;
  display: block;
  margin-right: 2.77078%;
  width: 100%;
  float: none;}
  body.page-eform-submit-undergraduate-fund-application form[id^=undergraduate-fund-application-entityform-edit-form] .form-item:last-child {
    margin-right: 0;}

@media screen and (max-width: 768px) {
  body.page-eform-submit-undergraduate-fund-application .field-name-field-gender {
    float: left;
    display: block;
    margin-right: 5.69948%;
    width: 23.36788%;}
    body.page-eform-submit-undergraduate-fund-application .field-name-field-gender:last-child {
      margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application .field-name-field-gender .nice-select {
      width: 100%;
      min-width: 6.25rem;}
  body.page-eform-submit-undergraduate-fund-application .field-name-field-date-of-birth {
    float: left;
    display: block;
    margin-right: 5.69948%;
    width: 70.93264%;
    margin-right: 0;}
    body.page-eform-submit-undergraduate-fund-application .field-name-field-date-of-birth:last-child {
      margin-right: 0;} }

.application-form-container .login-selectors {
  margin-bottom: 1.1875rem;
  border-top: 0.0625rem solid #DFE0E1;
  padding-top: 2.5rem;}
  .application-form-container .login-selectors div {
    padding-left: 0.59375rem;
    margin-right: 1.4375rem;
    border-left: 0.125rem solid #8A9299;
    display: inline-block;
    font-size: 1.4375rem;
    text-transform: uppercase;}
    .application-form-container .login-selectors div a {
      color: #8A9299;}
    .application-form-container .login-selectors div.active {
      border-left: 0.125rem solid #99C93C;}
      .application-form-container .login-selectors div.active a {
        color: #FFFFFF;}

.application-form-container #user-login > div .form-item,
.application-form-container #user-register-form > div .form-item,
.application-form-container #edit-account .form-item {
  display: inline-block;}
  .application-form-container #user-login > div .form-item:nth-child(2),
  .application-form-container #user-register-form > div .form-item:nth-child(2),
  .application-form-container #edit-account .form-item:nth-child(2) {
    margin-right: 0;}
  .application-form-container #user-login > div .form-item #edit-pass,
  .application-form-container #user-register-form > div .form-item #edit-pass,
  .application-form-container #edit-account .form-item #edit-pass {
    width: 100%;}
  .application-form-container #user-login > div .form-item .description,
  .application-form-container #user-register-form > div .form-item .description,
  .application-form-container #edit-account .form-item .description {
    display: none;}

.application-form-container #user-login > div .form-item-persistent-login,
.application-form-container #user-register-form > div .form-item-persistent-login,
.application-form-container #edit-account .form-item-persistent-login {
  display: none;}

.application-form-container #user-login > div #edit-actions,
.application-form-container #user-register-form > div #edit-actions,
.application-form-container #edit-account #edit-actions {
  margin-top: 14.4375rem;}

.application-form-container .forget-password-wrapper {
  text-align: right;}
  .application-form-container .forget-password-wrapper a {
    color: #8A9299;
    text-decoration: underline;}

@media screen and (max-width: 768px) {
  .application-form-container .login-selectors {
    padding: 1.25rem 0;}
    .application-form-container .login-selectors > div {
      float: left;
      display: block;
      margin-right: 5.69948%;
      width: 47.15026%;
      font-size: 0.8125rem;}
      .application-form-container .login-selectors > div:last-child {
        margin-right: 0;}
  .application-form-container .right {
    margin-bottom: 1.25rem;} }

body.page-dissertation-application #content-header,
body.node-type-dissertation-fellowship #content-header {
  display: none;}

body.page-dissertation-application .edit,
body.node-type-dissertation-fellowship .edit {
  float: right;
  margin-top: 1.59375rem;}

body.page-dissertation-application .left .save-btn,
body.node-type-dissertation-fellowship .left .save-btn {
  margin-top: 2.1875rem;
  padding: 0.375rem 0.5625rem;
  border: 0.0625rem solid #E6E7E8;
  display: inline-block;
  color: #E6E7E8;
  cursor: pointer;}

body.page-dissertation-application form[id^=rhm-plc-helpers-dissertation-application-form] .form-item,
body.node-type-dissertation-fellowship form[id^=rhm-plc-helpers-dissertation-application-form] .form-item {
  float: left;
  display: block;
  margin-right: 2.77078%;
  width: 100%;}
  body.page-dissertation-application form[id^=rhm-plc-helpers-dissertation-application-form] .form-item:last-child,
  body.node-type-dissertation-fellowship form[id^=rhm-plc-helpers-dissertation-application-form] .form-item:last-child {
    margin-right: 0;}

body.page-dissertation-application form[id^=rhm-plc-helpers-dissertation-application-form] div[id^=edit-action-buttons] input[id^=edit-save],
body.page-dissertation-application form[id^=rhm-plc-helpers-dissertation-application-form] div[id^=edit-action-buttons] .ajax-progress.ajax-progress-throbber,
body.node-type-dissertation-fellowship form[id^=rhm-plc-helpers-dissertation-application-form] div[id^=edit-action-buttons] input[id^=edit-save],
body.node-type-dissertation-fellowship form[id^=rhm-plc-helpers-dissertation-application-form] div[id^=edit-action-buttons] .ajax-progress.ajax-progress-throbber {
  display: none;}

body.page-dissertation-application .node-unpublished,
body.node-type-dissertation-fellowship .node-unpublished {
  background-color: transparent;}

body.page-search #content-header,
body.page-search .search-form {
  display: none;}

.search_black_bg {
  background-color: rgba(32, 37, 40, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  color: #FFFFFF;
  font-size: 1.5625rem;
  text-transform: uppercase;
  z-index: 1;
  top: 0;
  display: none;}

.search-container {
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  margin-top: 9.375rem;
  padding-top: 8.3125rem;}
  .search-container::after {
    clear: both;
    content: "";
    display: table;}
  @media screen and (min-width: 769px) {
    .search-container {
      max-width: 75rem;} }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    .search-container {
      max-width: 96%;} }
  .search-container .close-btn {
    position: absolute;
    right: 0;
    top: 1.875rem;
    cursor: pointer;}
  .search-container .search-form {
    position: relative;}
    .search-container .search-form input[type='button'] {
      display: inline-block;
      background: #00000000 url(../../images/search-page-btn.svg);
      content: '\00a0';
      width: 27px;
      height: 27px;
      position: absolute;
      right: 10px;
      bottom: 1.1875rem;
      background-repeat: no-repeat;
      border: none;
      }
      .search-container .search-form input[type='submit']:hover {
        background-image: url(../../images/search-page-btn-hover.jpg);}
    .search-container .search-form .search-keyword {
      border: 0;
      border-bottom: 0.0625rem solid #8A9299;
      color: #E6E7E8;
      line-height: 30px;
      width: 100%;
      background: none;
      height: 3.25rem;
      background-color: transparent;
      width: 100%;
      margin-top: 0.3125rem;
      }
      .search-container .search-form .search-keyword:focus {
        border: 0;
        border-bottom: 0.0625rem solid #8A9299;
        margin-left: 0;
        color: #E6E7E8;}

#main.blur,
#footer.blur,
.header-wrapper.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);}

@media screen and (min-width: 769px) and (max-width: 930px) {
  .search-container {
    width: 80%;} }

@media screen and (max-width: 768px) {
  .search_black_bg {
    z-index: 6;}
    .search_black_bg .search-container {
      margin-top: 0rem;
      padding-top: 6.25rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: center;}
      .search_black_bg .search-container h1 {
        margin-top: 0;}
      .search_black_bg .search-container .close-btn {
        right: 1.5rem;} }