@charset "UTF-8";
/* 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%;
  /* 2 */ }

/**
 * 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;
  /* 2 */ }

/**
 * 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: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 {
  -moz-box-sizing: content-box;
  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;
  /* 3 */ }

/**
 * 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;
  /* 3 */ }

/**
 * 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;
  /* 2 */ }

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
  /* 2 */ }

/**
 * 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; }

/**********
 *
 * VARIABLES
 * Extends: ../../base/includes/_variables.scss
 *
 *****/
/**********
 *
 * VARIABLES
 *
 *****/
/**********
 *
 * MISCELLANEOUS MIXINS
 * Extends: ../../base/includes/_misc-mixins.scss
 *
 *****/
/**********
 *
 * MISCELLANEOUS MIXINS
 *
 *****/
/**********
 *
 * BREAKPOINTS
 * Extends: ../../base/includes/_breakpoints.scss
 *
 *****/
/**********
 *
 * BREAKPOINTS
 *
 *****/
/**********
 *
 * BREAKPOINT DETECTION	
 * Extends: N/A
 *
 *****/
#mq div {
  display: none; }
@media only screen and (max-width: 767px) {
  #mq #mobile {
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mq #tablet {
    display: block; } }
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #mq #standard-desktop {
    display: block; } }
@media only screen and (min-width: 1280px) {
  #mq #large-desktop {
    display: block; } }

/**********
 *
 * FONTS
 * Extends: N/A
 *
 *****/
/*WESTPAC WEBFONT*/
@font-face {
  font-family: 'chronicledisplay-semi';
  src: url('/assets/fonts/chronicledisplay-semi.eot?1468988873');
  src: url('/assets/fonts/chronicledisplay-semi.eot?1468988873#iefix') format("embedded-opentype"), url('/assets/fonts/chronicledisplay-semi.woff?1468988873') format("woff"), url('/assets/fonts/chronicledisplay-semi.ttf?1468988873') format("truetype"), url('/assets/fonts/chronicledisplay-semi.svg?1468988873#ChronicleDisplaySemibold') format("svg"); }
@font-face {
  font-family: 'chronicledisplay-semiitalic';
  font-style: italic;
  src: url('/assets/fonts/chronicledisplay-semiitalic.eot?1468988873');
  src: url('/assets/fonts/chronicledisplay-semiitalic.eot?1468988873#iefix') format("embedded-opentype"), url('/assets/fonts/chronicledisplay-semiitalic.woff?1468988874') format("woff"), url('/assets/fonts/chronicledisplay-semiitalic.ttf?1468988874') format("truetype"), url('/assets/fonts/chronicledisplay-semiitalic.svg?1468988874#ChronicleDisplaySemiboldItalic') format("svg"); }
@font-face {
  font-family: 'Avenir Book';
  src: url('/assets/fonts/avenirltstd-book.eot?1468988873');
  src: url('/assets/fonts/avenirltstd-book.eot?1468988873#iefix') format("embedded-opentype"), url('/assets/fonts/avenirltstd-book.woff?1468988873') format("woff"), url('/assets/fonts/avenirltstd-book.ttf?1468988873') format("truetype"), url('/assets/fonts/avenirltstd-book.svg?1468988873#AvenirLTStd45Book') format("svg"); }
@font-face {
  font-family: 'Avenir Book Heavy';
  src: url('/assets/fonts/avenirltstd-heavy.eot?1468988873');
  src: url('/assets/fonts/avenirltstd-heavy.eot?1468988873#iefix') format("embedded-opentype"), url('/assets/fonts/avenirltstd-heavy.woff?1468988873') format("woff"), url('/assets/fonts/avenirltstd-heavy.ttf?1468988873') format("truetype"), url('/assets/fonts/avenirltstd-heavy.svg?1468988873#AvenirLTStd45Book') format("svg"); }
@font-face {
  font-family: 'Westpac';
  src: url('/assets/fonts/westpac-icons.eot?1468988874');
  src: url('/assets/fonts/westpac-icons.eot?1468988874#iefix') format("embedded-opentype"), url('/assets/fonts/westpac-icons.woff?1468988874') format("woff"), url('/assets/fonts/westpac-icons.ttf?1468988874') format("truetype"), url('/assets/fonts/westpac-icons.svg?1468988874#Westpac') format("svg"); }
@font-face {
  font-family: 'HCo Chronicle Display';
  src: url("7FF5B4E46E46717F5.eot");
  src: local("?"), url("7FF5B4E46E46717F5.eot?#hco") format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: 600;
  font-style: normal; }
/**********
 *
 * GENERIC CONTENT STYLES
 * Extends: N/A
 *
 *****/
/**********
 *
 * BASE STYLES
 * Extends: ../../base/partials/_base.scss
 *
 *****/
/**********
 *
 * BASE STYLES
 *
 *****/
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #848789;
  font-family: "Avenir Book","Nunito",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 160%;
  position: static; }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media only screen and (min-width: 1025px) {
    body.wrap-right {
      position: static;
      background: #FFFFFF; } }
  @media only screen and (max-width: 1024px) {
    body.wrap-right {
      position: fixed;
      background: #f8f8f8; }
      body.wrap-right .main-header {
        position: relative; }
      body.wrap-right .main-content {
        padding-top: 0; }
      body.wrap-right .hero-banner {
        position: relative; }
      body.wrap-right .hero-spacer {
        display: none; } }

.site-container {
  overflow: hidden;
  *zoom: 1;
  overflow: hidden;
  position: relative;
  transition: 0.3s all ease-out;
  right: 0px; }

.main-content {
  padding-top: 50px; }

.section-wrapper {
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }
  .section-wrapper h1, .section-wrapper h2, .section-wrapper h3, .section-wrapper h4, .section-wrapper h5, .section-wrapper h6 {
    margin: 0;
    padding: 0; }
  .section-wrapper h1, .section-wrapper h2 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #3c3c3c;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1; }
  .section-wrapper h1 {
    font-size: 31px; }
  .section-wrapper h2 {
    font-size: 26px; }
  .section-wrapper h3 {
    color: #621A4B;
    font-family: "HCo Chronicle Display", "Times New Roman","Times",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 18px;
    padding-bottom: 7px; }
  .section-wrapper h4, .section-wrapper h5 {
    font-family: "HCo Chronicle Display", "Times New Roman","Times",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 15px;
    font-size: 1.5rem; }
  .section-wrapper p {
    margin: 1.5em 0; }
  .section-wrapper .page-title {
    color: #FFFFFF;
    line-height: 1.03;
    font-size: 58px;
    font-family: "HCo Chronicle Display", "Times New Roman","Times",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    @media only screen and (max-width: 1024px) {
      .section-wrapper .page-title {
        font-size: 38px;
        line-height: 1.1; } }
  .section-wrapper .section-title {
    color: #621A4B;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .section-wrapper .section-title {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px; } }
  @media only screen and (max-width: 767px) {
    .section-wrapper .section-summary {
      padding: 20px 25px; } }
  @media only screen and (min-width: 768px) {
    .section-wrapper .section-summary {
      margin: auto;
      padding: 30px 25px;
      width: 500px; } }
  .section-wrapper a {
    color: #848789;
    text-decoration: underline; }
  .section-wrapper a:hover {
    text-decoration: none; }
  .section-wrapper a.button {
    color: #621A4B;
    cursor: pointer;
    border-color: #621A4B;
    font-family: "Avenir Book","Nunito",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 10px 35px 8px 20px;
    border-width: 1px;
    border-style: solid;
    letter-spacing: 3px;
    text-decoration: none;
    position: relative;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .section-wrapper a.button:after {
      right: 8%;
      bottom: 41%;
      content: ' ';
      display: block;
      height: 0px;
      border-style: solid;
      width: 0px;
      position: absolute;
      border-width: 4.5px 0 4.5px 5px;
      border-color: transparent transparent transparent #621A4B; }
    @media only screen and (min-width: 1025px) {
      .section-wrapper a.button:hover {
        background: #621A4B;
        color: #FFFFFF;
        border-color: #FFFFFF; }
        .section-wrapper a.button:hover:after {
          content: ' ';
          display: block;
          height: 0px;
          border-style: solid;
          width: 0px;
          position: absolute;
          border-width: 4.5px 0 4.5px 5px;
          border-color: transparent transparent transparent #FFFFFF; } }
    .section-wrapper a.button.button-dark {
      background: none;
      color: #FFFFFF;
      border-color: #FFFFFF; }
      .section-wrapper a.button.button-dark:after {
        content: ' ';
        display: block;
        height: 0px;
        border-style: solid;
        width: 0px;
        position: absolute;
        border-width: 4.5px 0 4.5px 5px;
        border-color: transparent transparent transparent #FFFFFF; }
      @media only screen and (min-width: 1025px) {
        .section-wrapper a.button.button-dark:hover {
          background: #FFFFFF;
          border-color: #621A4B;
          color: #621A4B; }
          .section-wrapper a.button.button-dark:hover:after {
            content: ' ';
            display: block;
            height: 0px;
            border-style: solid;
            width: 0px;
            position: absolute;
            border-width: 4.5px 0 4.5px 5px;
            border-color: transparent transparent transparent #621A4B; } }
    .section-wrapper a.button.button-arrow-down:after {
      bottom: 45%;
      content: ' ';
      display: block;
      height: 0px;
      border-style: solid;
      width: 0px;
      position: absolute;
      border-width: 5px 4.5px 0 4.5px;
      border-color: #621A4B transparent transparent transparent; }
    @media only screen and (min-width: 1025px) {
      .section-wrapper a.button.button-arrow-down:hover:after {
        content: ' ';
        display: block;
        height: 0px;
        border-style: solid;
        width: 0px;
        position: absolute;
        border-width: 5px 4.5px 0 4.5px;
        border-color: #FFFFFF transparent transparent transparent; } }
    .section-wrapper a.button.button-arrow-down.button-dark:after {
      content: ' ';
      display: block;
      height: 0px;
      border-style: solid;
      width: 0px;
      position: absolute;
      border-width: 5px 4.5px 0 4.5px;
      border-color: #FFFFFF transparent transparent transparent; }
    @media only screen and (min-width: 1025px) {
      .section-wrapper a.button.button-arrow-down.button-dark:hover:after {
        content: ' ';
        display: block;
        height: 0px;
        border-style: solid;
        width: 0px;
        position: absolute;
        border-width: 5px 4.5px 0 4.5px;
        border-color: #621A4B transparent transparent transparent; } }
    .section-wrapper a.button.button-arrow-up:after {
      bottom: 40%;
      content: ' ';
      display: block;
      height: 0px;
      border-style: solid;
      width: 0px;
      position: absolute;
      border-width: 0 4.5px 5px 4.5px;
      border-color: transparent transparent #621A4B transparent; }
    @media only screen and (min-width: 1025px) {
      .section-wrapper a.button.button-arrow-up:hover:after {
        content: ' ';
        display: block;
        height: 0px;
        border-style: solid;
        width: 0px;
        position: absolute;
        border-width: 0 4.5px 5px 4.5px;
        border-color: transparent transparent #FFFFFF transparent; } }
    .section-wrapper a.button.button-arrow-up.button-dark:after {
      content: ' ';
      display: block;
      height: 0px;
      border-style: solid;
      width: 0px;
      position: absolute;
      border-width: 0 4.5px 5px 4.5px;
      border-color: transparent transparent #FFFFFF transparent; }
    @media only screen and (min-width: 1025px) {
      .section-wrapper a.button.button-arrow-up.button-dark:hover:after {
        content: ' ';
        display: block;
        height: 0px;
        border-style: solid;
        width: 0px;
        position: absolute;
        border-width: 0 4.5px 5px 4.5px;
        border-color: transparent transparent #621A4B transparent; } }
    .section-wrapper a.button.button-arrow-left {
      padding: 10px 20px 8px 35px; }
      .section-wrapper a.button.button-arrow-left:after {
        left: 8%;
        bottom: 41%;
        content: ' ';
        display: block;
        height: 0px;
        border-style: solid;
        width: 0px;
        position: absolute;
        border-width: 4.5px 5px 4.5px 0;
        border-color: transparent #621A4B transparent transparent; }
      @media only screen and (min-width: 1025px) {
        .section-wrapper a.button.button-arrow-left:hover:after {
          content: ' ';
          display: block;
          height: 0px;
          border-style: solid;
          width: 0px;
          position: absolute;
          border-width: 4.5px 5px 4.5px 0;
          border-color: transparent #FFFFFF transparent transparent; } }
      .section-wrapper a.button.button-arrow-left.button-dark:after {
        content: ' ';
        display: block;
        height: 0px;
        border-style: solid;
        width: 0px;
        position: absolute;
        border-width: 4.5px 5px 4.5px 0;
        border-color: transparent #FFFFFF transparent transparent; }
      @media only screen and (min-width: 1025px) {
        .section-wrapper a.button.button-arrow-left.button-dark:hover:after {
          content: ' ';
          display: block;
          height: 0px;
          border-style: solid;
          width: 0px;
          position: absolute;
          border-width: 4.5px 5px 4.5px 0;
          border-color: transparent #621A4B transparent transparent; } }
    .section-wrapper a.button.button-no-icon {
      padding-right: 20px; }
      .section-wrapper a.button.button-no-icon:after {
        display: none; }
    .section-wrapper a.button.button-video {
      background: #FFFFFF;
      color: #621A4B; }
      .section-wrapper a.button.button-video:hover, .section-wrapper a.button.button-video:active {
        background: #621A4B;
        color: #FFFFFF; }
  .section-wrapper a.link-contact,
  .section-wrapper a.link-checklist,
  .section-wrapper a.link-faq,
  .section-wrapper a.link-pdf,
  .section-wrapper a.link-generic-file,
  .section-wrapper a.link-people,
  .section-wrapper a.link-key {
    background: url('/assets/images/link-bg.png?1468988874') no-repeat top center;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: "Avenir Book","Nunito",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 1em;
    position: relative;
    padding-top: 100px;
    text-align: center;
    text-decoration: none;
    width: 110px;
    vertical-align: top; }
    .section-wrapper a.link-contact:after,
    .section-wrapper a.link-checklist:after,
    .section-wrapper a.link-faq:after,
    .section-wrapper a.link-pdf:after,
    .section-wrapper a.link-generic-file:after,
    .section-wrapper a.link-people:after,
    .section-wrapper a.link-key:after {
      display: inline-block;
      font-family: "Westpac",Arial,Helvetica,sans-serif;
      font-weight: 400;
      position: absolute;
      color: #FFFFFF !important;
      font-size: 30px;
      font-size: 3rem;
      width: 100%;
      height: 100px;
      top: 30px;
      text-align: center;
      text-decoration: none;
      left: 0; }
    .section-wrapper a.link-contact:hover,
    .section-wrapper a.link-checklist:hover,
    .section-wrapper a.link-faq:hover,
    .section-wrapper a.link-pdf:hover,
    .section-wrapper a.link-generic-file:hover,
    .section-wrapper a.link-people:hover,
    .section-wrapper a.link-key:hover {
      opacity: 0.7; }
    .section-wrapper a.link-contact.link-contact:after,
    .section-wrapper a.link-checklist.link-contact:after,
    .section-wrapper a.link-faq.link-contact:after,
    .section-wrapper a.link-pdf.link-contact:after,
    .section-wrapper a.link-generic-file.link-contact:after,
    .section-wrapper a.link-people.link-contact:after,
    .section-wrapper a.link-key.link-contact:after {
      content: "\40"; }
    .section-wrapper a.link-contact.link-checklist:after,
    .section-wrapper a.link-checklist.link-checklist:after,
    .section-wrapper a.link-faq.link-checklist:after,
    .section-wrapper a.link-pdf.link-checklist:after,
    .section-wrapper a.link-generic-file.link-checklist:after,
    .section-wrapper a.link-people.link-checklist:after,
    .section-wrapper a.link-key.link-checklist:after {
      content: "\2713"; }
    .section-wrapper a.link-contact.link-faq:after,
    .section-wrapper a.link-checklist.link-faq:after,
    .section-wrapper a.link-faq.link-faq:after,
    .section-wrapper a.link-pdf.link-faq:after,
    .section-wrapper a.link-generic-file.link-faq:after,
    .section-wrapper a.link-people.link-faq:after,
    .section-wrapper a.link-key.link-faq:after {
      font-family: "chronicledisplay-semi",Georgia,"Times New Roman",Times,serif;
      font-weight: 400;
      font-style: normal;
      font-size: 32px;
      font-size: 3.2rem;
      content: "?"; }
    .section-wrapper a.link-contact.link-pdf:after,
    .section-wrapper a.link-checklist.link-pdf:after,
    .section-wrapper a.link-faq.link-pdf:after,
    .section-wrapper a.link-pdf.link-pdf:after,
    .section-wrapper a.link-generic-file.link-pdf:after,
    .section-wrapper a.link-people.link-pdf:after,
    .section-wrapper a.link-key.link-pdf:after {
      content: "\e60a" !important; }
    .section-wrapper a.link-contact.link-generic-file:after,
    .section-wrapper a.link-checklist.link-generic-file:after,
    .section-wrapper a.link-faq.link-generic-file:after,
    .section-wrapper a.link-pdf.link-generic-file:after,
    .section-wrapper a.link-generic-file.link-generic-file:after,
    .section-wrapper a.link-people.link-generic-file:after,
    .section-wrapper a.link-key.link-generic-file:after {
      content: "\e613" !important; }
    .section-wrapper a.link-contact.link-people:after,
    .section-wrapper a.link-checklist.link-people:after,
    .section-wrapper a.link-faq.link-people:after,
    .section-wrapper a.link-pdf.link-people:after,
    .section-wrapper a.link-generic-file.link-people:after,
    .section-wrapper a.link-people.link-people:after,
    .section-wrapper a.link-key.link-people:after {
      content: "\1f465" !important; }
    .section-wrapper a.link-contact.link-key:after,
    .section-wrapper a.link-checklist.link-key:after,
    .section-wrapper a.link-faq.link-key:after,
    .section-wrapper a.link-pdf.link-key:after,
    .section-wrapper a.link-generic-file.link-key:after,
    .section-wrapper a.link-people.link-key:after,
    .section-wrapper a.link-key.link-key:after {
      content: "\1f511" !important; }
  @media only screen and (max-width: 767px) {
    .section-wrapper {
      text-align: left; } }
  .section-wrapper .container {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-wrapper .container {
        padding: 42px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-wrapper .container {
        padding: 60px 40px; } }
    @media only screen and (min-width: 1025px) {
      .section-wrapper .container {
        padding: 84px 40px; } }
    .section-wrapper .container.container-large {
      max-width: 1220px; }
    .section-wrapper .container.container-medium {
      max-width: 1104px; }
    .section-wrapper .container.container-small {
      max-width: 720px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-wrapper .container.container-small {
          max-width: none; } }

@media only screen and (min-width: 768px) {
  .columns {
    overflow: hidden;
    *zoom: 1; }
    .columns div.column {
      float: left; }
    .columns.two-columns .column {
      float: right;
      width: 48%; }
      .columns.two-columns .column:first-child {
        float: left; }
    .columns.three-columns .column {
      width: 33%; }
      .columns.three-columns .column.column:last-child {
        float: right; } }

.nopadding-bottom {
  padding-bottom: 0 !important; }

.nopadding-top {
  padding-top: 0 !important; }

/**********
 *
 * HEADER
 * Extends: N/A
 *
 *****/
.main-header {
  width: 100%;
  margin: auto;
  background: #FFFFFF;
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: fixed; }
  @media only screen and (min-width: 1025px) {
    .main-header {
      height: 58px; } }
  @media only screen and (max-width: 1024px) {
    .main-header {
      height: 58px; } }
  .main-header .header-container {
    margin: auto;
    background: #FFFFFF;
    position: relative;
    width: 100%;
    z-index: 100; }
    @media only screen and (max-width: 767px) {
      .main-header .header-container {
        height: 58px;
        padding: 0 15px; } }
    @media only screen and (min-width: 768px) {
      .main-header .header-container {
        height: 58px;
        padding: 0 40px;
        text-align: center; } }
    @media only screen and (min-width: 1025px) {
      .main-header .header-container {
        height: 58px;
        text-align: center; } }
  .main-header .logo {
    float: left;
    margin-top: 13px; }
  @media only screen and (min-width: 1025px) {
    .main-header .navigation-mobile {
      display: none; } }
  @media only screen and (max-width: 1024px) {
    .main-header .navigation-mobile {
      height: 44px;
      position: absolute;
      right: 15px;
      top: 7px;
      width: 40px;
      z-index: 105; }
      .main-header .navigation-mobile__close, .main-header .navigation-mobile__burger {
        opacity: 0;
        position: absolute;
        top: 0;
        transition: .3s opacity ease-out;
        left: 4px; }
      .main-header .navigation-mobile__close {
        left: 6px;
        height: 27px;
        width: 27px; }
      .main-header .navigation-mobile__close path {
        fill: #54314E; }
      .main-header .navigation-mobile__burger {
        opacity: 1;
        top: 5px; }
      .main-header .navigation-mobile__label {
        bottom: 0;
        color: #54314E;
        display: block;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 100%; } }
  .main-header .header-right {
    height: 50px; }
    @media only screen and (min-width: 1025px) {
      .main-header .header-right {
        display: inline-block;
        margin-left: -80px; } }
    @media only screen and (max-width: 1024px) {
      .main-header .header-right {
        background: #575f65;
        height: 100%;
        font-size: 14px;
        left: 100%;
        overflow-y: scroll;
        position: fixed;
        text-align: left;
        top: 0;
        transition: 0.3s all ease-out;
        width: 100%;
        z-index: 100; } }
    @media only screen and (device-width: 720px) and (device-height: 1280px) and (orientation: portrait) {
      .main-header .header-right {
        height: 570px; } }
    .main-header .header-right a {
      color: #8C7D70;
      text-decoration: none; }
    .main-header .header-right a:hover {
      color: #472A2B; }
    .main-header .header-right ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    @media only screen and (min-width: 1025px) {
      .main-header .header-right ul.navigation {
        float: left; } }
    @media only screen and (max-width: 1024px) {
      .main-header .header-right ul.navigation {
        text-align: left;
        width: 100%;
        float: none; }
        .main-header .header-right ul.navigation:before {
          background: #FFFFFF;
          content: ' ';
          display: block;
          height: 58px; }
        .main-header .header-right ul.navigation li {
          background: #FFFFFF; }
          .main-header .header-right ul.navigation li a {
            font-size: 13px;
            font-size: 1.3rem;
            display: block;
            border-top: 1px solid #DADADA;
            padding: 20px 15px;
            letter-spacing: 1px; }
          .main-header .header-right ul.navigation li .submenu li a {
            background: #f4f3f0;
            padding-left: 40px; }
        .main-header .header-right ul.navigation > li.active > a {
          border-left: 8px solid #54314E;
          color: #3C3C3C; } }
    @media only screen and (min-width: 1025px) {
      .main-header .header-right ul.navigation {
        max-width: 740px; }
        .main-header .header-right ul.navigation > li {
          padding: 0 20px;
          position: relative;
          float: left; }
          .main-header .header-right ul.navigation > li:hover .submenu {
            display: block; }
          .main-header .header-right ul.navigation > li > a {
            font-size: 13px;
            font-size: 1.3rem;
            border-bottom: 4px solid transparent;
            color: #8B8B8B;
            display: block;
            font-size: 15px;
            letter-spacing: normal;
            padding: 18px 4px 12px; }
            .main-header .header-right ul.navigation > li > a:active, .main-header .header-right ul.navigation > li > a:hover, .main-header .header-right ul.navigation > li > a:focus {
              color: #3C3C3C; }
          .main-header .header-right ul.navigation > li:first-child a {
            background-position: right; }
          .main-header .header-right ul.navigation > li.Scholarships > a {
            background-image: none;
            background-repeat: no-repeat;
            background-position: right 24px;
            margin: 0 20px 0 0; }
            .main-header .header-right ul.navigation > li.Scholarships > a:after {
              right: 13%;
              bottom: 40%;
              margin-left: -5px;
              content: ' ';
              display: block;
              height: 0px;
              border-style: solid;
              width: 0px;
              position: absolute;
              border-width: 7px 6px 0 6px;
              border-color: #8C7D70 transparent transparent transparent; }
            .main-header .header-right ul.navigation > li.Scholarships > a:hover:after {
              content: ' ';
              display: block;
              height: 0px;
              border-style: solid;
              width: 0px;
              position: absolute;
              border-width: 7px 6px 0 6px;
              border-color: #472A2B transparent transparent transparent; }
        .main-header .header-right ul.navigation > li.active > a {
          border-bottom-color: #54314E;
          color: #3C3C3C; }
        .main-header .header-right ul.navigation .submenu {
          display: none;
          position: absolute;
          left: 0;
          top: 58px;
          width: 180px;
          background: #f4f3f0;
          border: 1px solid #FFFFFF;
          border-top: none;
          text-align: center;
          -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          z-index: -1; }
          .main-header .header-right ul.navigation .submenu li a {
            border-top: 1px solid #FFFFFF;
            display: block;
            padding: 10px 0;
            font-size: 13px;
            font-size: 1.3rem; }
            .main-header .header-right ul.navigation .submenu li a:hover {
              background: #EFEDE9;
              -moz-transition: background-color 0.3s ease;
              -o-transition: background-color 0.3s ease;
              -webkit-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease; } }
    .main-header .header-right ul.social {
      width: 93px;
      height: 50px;
      margin-top: 18px; }
      @media only screen and (min-width: 1025px) {
        .main-header .header-right ul.social {
          float: right; } }
      @media only screen and (max-width: 1024px) {
        .main-header .header-right ul.social {
          float: none;
          margin-left: 13px; } }
      .main-header .header-right ul.social li {
        display: inline-block;
        margin-left: 10px; }
        .main-header .header-right ul.social li a {
          width: 18px;
          height: 18px;
          display: block;
          text-indent: -99999px;
          background-position: top; }
          .main-header .header-right ul.social li a:hover {
            background-position: bottom; }
          .main-header .header-right ul.social li a.icon-twitter {
            background-image: url('/assets/images/icon-twitter-header.png?1468988874'); }
          .main-header .header-right ul.social li a.icon-linkedin {
            background-image: url('/assets/images/icon-linkedin-header.png?1468988874'); }
          .main-header .header-right ul.social li a.icon-instagram {
            background-image: url('/assets/images/icon-instagram-header.png?1468988874'); }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
            .main-header .header-right ul.social li a.icon-twitter {
              background-image: url('/assets/images/icon-twitter-header@2x.png?1468988874');
              background-size: 18px 200%; }
            .main-header .header-right ul.social li a.icon-linkedin {
              background-image: url('/assets/images/icon-linkedin-header@2x.png?1468988874');
              background-size: 18px 200%; }
            .main-header .header-right ul.social li a.icon-instagram {
              background-image: url('/assets/images/icon-instagram-header@2x.png?1468988874');
              background-size: 18px 200%; } }

.wrap-right {
  overflow: hidden; }
  .wrap-right .header-right {
    left: 70px; }
  .wrap-right .navigation-mobile__close {
    opacity: 1; }
  .wrap-right .navigation-mobile__burger {
    opacity: 0; }
  .wrap-right .site-container {
    right: calc(100% - 70px); }

/**********
 *
 * FOOTER
 * Extends: N/A
 *
 *****/
.main-footer {
  background: #3c3c3c;
  color: #878787;
  padding: 50px 0;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .main-footer {
      padding: 20px 0; } }
  .main-footer a {
    color: #b6b7b8;
    text-decoration: none; }
  .main-footer a:hover {
    color: #FFFFFF; }
  .main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-footer p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0; }
  .main-footer .footer-main-content {
    max-width: 1104px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .main-footer .footer-main-content {
        padding: 0 30px; } }
    @media only screen and (min-width: 768px) {
      .main-footer .footer-main-content {
        padding: 0 40px; } }
    .main-footer .footer-main-content > div {
      float: left;
      min-height: 100%; }
      @media only screen and (max-width: 767px) {
        .main-footer .footer-main-content > div {
          min-height: 100%;
          width: 100%;
          float: none;
          padding: 10px 0; } }
    .main-footer .footer-main-content .footer-links {
      color: #FFFFFF;
      margin-bottom: 10px;
      min-height: 100%;
      width: 100%;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
      .main-footer .footer-main-content .footer-links li {
        display: inline-block;
        padding: 0 10px;
        position: relative; }
        .main-footer .footer-main-content .footer-links li a {
          color: #FFFFFF;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.36;
          text-decoration: none; }
      .main-footer .footer-main-content .footer-links li:after {
        background: #fff;
        content: ' ';
        display: block;
        height: 60%;
        position: absolute;
        right: 0;
        top: 25%;
        width: 1px; }
      .main-footer .footer-main-content .footer-links li:first-child {
        padding: 0 10px 0 0; }
      .main-footer .footer-main-content .footer-links li:last-child {
        border-right: none; }
        .main-footer .footer-main-content .footer-links li:last-child::after {
          display: none; }
    .main-footer .footer-main-content .footer-content {
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #abafb2;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
      @media only screen and (min-width: 1025px) {
        .main-footer .footer-main-content .footer-content {
          width: 79.95%;
          padding: 0 10% 0 0;
          margin-left: -1px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .main-footer .footer-main-content .footer-content {
          border-left: none;
          margin-left: 0;
          width: 79.95%;
          padding: 0 2% 0 0; } }
      @media only screen and (max-width: 767px) {
        .main-footer .footer-main-content .footer-content {
          width: 100%; } }
    .main-footer .footer-main-content .footer-menu {
      width: 19.95%;
      border-left: 1px solid #696e72;
      margin-left: -1px;
      padding: 0 0 0 3%;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      color: #ffffff;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
      .main-footer .footer-main-content .footer-menu a {
        color: #ffffff;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        text-decoration: none;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
      .main-footer .footer-main-content .footer-menu li {
        margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .main-footer .footer-main-content .footer-menu {
          width: 100%;
          border-top: 1px solid #696e72;
          border-left: none;
          margin-left: 0;
          padding: 0;
          text-align: center; }
          .main-footer .footer-main-content .footer-menu ul {
            display: block;
            padding: 10px 0;
            max-width: 155px;
            margin: auto; } }
    .main-footer .footer-main-content .footer-social {
      color: #FFFFFF;
      width: 100%;
      border-bottom: 1px solid #696e72;
      min-height: 100%;
      position: relative;
      text-align: center;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      margin-bottom: 17px; }
      @media only screen and (max-width: 767px) {
        .main-footer .footer-main-content .footer-social {
          width: 100%;
          margin-left: 0;
          padding: 0;
          text-align: center; } }
      .main-footer .footer-main-content .footer-social h2 {
        line-height: 1.12;
        letter-spacing: 1.2px; }
      .main-footer .footer-main-content .footer-social ul {
        padding-bottom: 26px; }
      .main-footer .footer-main-content .footer-social li {
        display: inline-block;
        margin: 0 20px 0 0; }
        .main-footer .footer-main-content .footer-social li a {
          width: 40px;
          height: 39px;
          display: block;
          text-indent: -99999px; }
          .main-footer .footer-main-content .footer-social li a.icon-twitter {
            background-image: url('/assets/images/twitter-copy-4@2x.png?1490120372');
            background-size: 40px 39px; }
          .main-footer .footer-main-content .footer-social li a.icon-linkedin {
            background-image: url('/assets/images/linked-in@2x.png?1490120402');
            background-size: 40px 39px; }
          .main-footer .footer-main-content .footer-social li a.icon-instagram {
            background-image: url('/assets/images/instgram@2x.png?1490120408');
            background-size: 40px 39px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
            .main-footer .footer-main-content .footer-social li a.icon-twitter {
              background-image: url('/assets/images/twitter-copy-4@2x.png?1490120372');
              background-size: 40px 39px; }
            .main-footer .footer-main-content .footer-social li a.icon-linkedin {
              background-image: url('/assets/images/linked-in@2x.png?1490120402');
              background-size: 40px 39px; }
            .main-footer .footer-main-content .footer-social li a.icon-instagram {
              background-image: url('/assets/images/instgram@2x.png?1490120408');
              background-size: 40px 39px; } }

/**********
 *
 * FIXED BACKGROUND SECTION
 * Extends: N/A
 *
 *****/
.section-fixedbg, .section-aboutvision, .section-SN-about {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  color: #333F48; }
  .section-fixedbg.accordion .accordion-title, .accordion.section-aboutvision .accordion-title, .accordion.section-SN-about .accordion-title {
    padding-top: 21px; }
  .section-fixedbg .container, .section-aboutvision .container, .section-SN-about .container {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 0; }
  .section-fixedbg .column, .section-aboutvision .column, .section-SN-about .column {
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .section-fixedbg .column, .section-aboutvision .column, .section-SN-about .column {
        padding-bottom: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-fixedbg .column, .section-aboutvision .column, .section-SN-about .column {
        padding-bottom: 60px;
        width: 65%; } }
    @media only screen and (min-width: 1025px) {
      .section-fixedbg .column, .section-aboutvision .column, .section-SN-about .column {
        padding-bottom: 84px;
        width: 48%; } }
  .section-fixedbg .fixedbg-background, .section-aboutvision .fixedbg-background, .section-SN-about .fixedbg-background {
    position: absolute;
    z-index: 0; }
  .section-fixedbg .fixedbg-foreground, .section-aboutvision .fixedbg-foreground, .section-SN-about .fixedbg-foreground {
    height: auto;
    vertical-align: bottom;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .section-fixedbg .fixedbg-foreground, .section-aboutvision .fixedbg-foreground, .section-SN-about .fixedbg-foreground {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-fixedbg .fixedbg-foreground, .section-aboutvision .fixedbg-foreground, .section-SN-about .fixedbg-foreground {
        width: 80%; } }
    @media only screen and (min-width: 1025px) {
      .section-fixedbg .fixedbg-foreground, .section-aboutvision .fixedbg-foreground, .section-SN-about .fixedbg-foreground {
        position: absolute;
        bottom: 0;
        right: 0; } }
  .section-fixedbg.right .column, .right.section-aboutvision .column, .right.section-SN-about .column {
    float: right; }
  @media only screen and (min-width: 1025px) {
    .section-fixedbg.right .fixedbg-foreground, .right.section-aboutvision .fixedbg-foreground, .right.section-SN-about .fixedbg-foreground {
      left: 0;
      right: auto; } }

/**********
 *
 * TWITTER LATEST
 * Extends: N/A
 *
 *****/
.twitter-latest {
  background: #FFFFFF;
  color: #848789;
  padding: 40px 40px 30px;
  text-align: center;
  vertical-align: middle; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .twitter-latest {
      margin: 80px 0 0;
      padding: 80px 40px; } }
  @media only screen and (min-width: 1025px) {
    .twitter-latest {
      margin: 80px 0 0; } }
  .twitter-latest .twitter-latest-container {
    display: inline-block;
    width: 100%; }
  .twitter-latest .twitter-latest-icon {
    margin: 0 0 5px; }
  .twitter-latest .twitter-latest-title {
    font-size: 18px;
    font-size: 1.8rem;
    color: #353738;
    letter-spacing: 1px; }
  .twitter-latest .twitter-latest-separator {
    border: 0;
    border-top: 1px solid #353738;
    display: block;
    margin: 20px auto;
    width: 25px; }
  .twitter-latest .twitter-latest-tweets {
    list-style: none;
    margin: 0;
    padding: 0; }
  .twitter-latest .twitter-latest-tweet {
    display: none;
    font-style: italic;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    padding: 0; }
    .twitter-latest .twitter-latest-tweet a:hover {
      color: #353738; }
  .twitter-latest .twitter-latest-follow {
    border-top: 1px solid #ecddd4;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 30px 0 0;
    padding: 30px 0 0;
    text-transform: uppercase; }
    .twitter-latest .twitter-latest-follow a {
      color: #353738; }

/**********
 *
 * FROSTED BACKGROUND
 * Extends: N/A
 *
 *****/
.frosted-bg {
  bottom: 0;
  left: 0;
  min-width: 100%;
  position: absolute; }

/**********
 *
 * ACCORDION
 * Extends: N/A
 *
 *****/
.accordion .accordion-title {
  background: #333F48;
  color: #FFFFFF;
  padding: 31px 30px 14px 30px;
  cursor: pointer;
  position: relative; }
  .accordion .accordion-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    z-index: 99;
    height: 12px;
    width: 100%;
    background-image: url('/assets/images/bgd-shadow-subnav.png?1468988874');
    background-repeat: repeat-x; }
  @media only screen and (max-width: 767px) {
    .accordion .accordion-title {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .accordion .accordion-title {
      display: none; } }
  .accordion .accordion-title h2.section-title {
    color: #FFFFFF;
    font-family: "Avenir Book","Nunito",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 42px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    position: relative; }
    .accordion .accordion-title h2.section-title:after {
      bottom: 55%;
      right: 0;
      content: ' ';
      display: block;
      height: 0px;
      border-style: solid;
      width: 0px;
      position: absolute;
      border-width: 8px 6px 0 6px;
      border-color: #FFFFFF transparent transparent transparent; }
  .accordion .accordion-title.active h2.section-title:after {
    bottom: 50%;
    content: ' ';
    display: block;
    height: 0px;
    border-style: solid;
    width: 0px;
    position: absolute;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #FFFFFF transparent; }
.accordion .accordion-content {
  display: block; }
  @media only screen and (max-width: 767px) {
    .accordion .accordion-content {
      display: none; } }

span.accordion-shadow {
  display: none; }
  @media only screen and (max-width: 767px) {
    span.accordion-shadow {
      height: 12px;
      display: block;
      width: 100%;
      background-image: url('/assets/images/bgd-shadow-subnav.png?1468988874');
      background-repeat: repeat-x;
      background-color: #333f48; } }

/**********
 *
 * MODAL
 * Extends: N/A
 *
 *****/
#modal {
  background: url('/assets/images/slate70.png?1468988874') repeat;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  #modal .content {
    background: none;
    margin: 100px auto 0;
    width: 50%; }
    #modal .content iframe {
      width: 100%; }
  #modal .inner {
    clear: both; }
  #modal .close {
    color: #FFFFFF;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    float: right;
    margin-bottom: 10px;
    text-decoration: none; }
  #modal.video {
    text-align: center; }
    @media only screen and (min-width: 1025px) and (max-width: 1279px) {
      #modal.video .content {
        width: 70%; } }
    @media only screen and (min-width: 1280px) {
      #modal.video .content {
        width: 50%; } }
    #modal.video .inner {
      padding: 0 0 56.25%;
      position: relative; }
    #modal.video iframe {
      position: absolute;
      left: 0;
      height: 100%;
      top: 0;
      width: 100%; }

.people-modal, .panel-modal {
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    .people-modal .content, .panel-modal .content {
      width: 80% !important; } }
  .people-modal .close, .panel-modal .close {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase; }
  .people-modal .inner, .panel-modal .inner {
    background-color: #f4f3f0;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .people-modal .inner, .panel-modal .inner {
        padding-bottom: 30px; } }
    .people-modal .inner .modal-meta, .panel-modal .inner .modal-meta {
      border-top: 1px solid Grey;
      padding: 15px 0 0;
      margin: 15px 15px;
      /*@include breakpoint-mobile{
      	display: flex;
      	justify-content: space-between;
      }*/ }
      .people-modal .inner .modal-meta .src, .panel-modal .inner .modal-meta .src {
        align-items: center;
        display: flex;
        min-height: 32px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-bottom: 30px; }
      .people-modal .inner .modal-meta .src-icon, .panel-modal .inner .modal-meta .src-icon {
        border-radius: 50%;
        height: 32px;
        left: 0px;
        margin-top: -16px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        width: 32px; }
      .people-modal .inner .modal-meta .src-date, .panel-modal .inner .modal-meta .src-date {
        color: Grey;
        padding-left: 40px; }
      .people-modal .inner .modal-meta .share, .panel-modal .inner .modal-meta .share {
        align-items: center;
        display: flex;
        float: right;
        margin-right: 20px; }
      .people-modal .inner .modal-meta .share-label, .panel-modal .inner .modal-meta .share-label {
        color: Grey;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin-right: 10px; }
      .people-modal .inner .modal-meta .share-items, .panel-modal .inner .modal-meta .share-items {
        border: 1px solid Grey;
        border-radius: 5px;
        list-style: none;
        margin: 0;
        padding: 3px 5px 0; }
      .people-modal .inner .modal-meta .share-item, .panel-modal .inner .modal-meta .share-item {
        display: inline-block; }
      .people-modal .inner .modal-meta .share-link, .panel-modal .inner .modal-meta .share-link {
        display: inline-block;
        padding-left: 2px 0; }
        .people-modal .inner .modal-meta .share-link img, .panel-modal .inner .modal-meta .share-link img {
          display: block;
          width: 24px;
          height: auto; }
  .people-modal .modal-inner-content, .panel-modal .modal-inner-content {
    background-color: #f4f3f0;
    padding: 30px; }
  .people-modal .modal-image-innerContainer, .panel-modal .modal-image-innerContainer {
    max-height: 250px;
    max-width: 250px; }
    .people-modal .modal-image-innerContainer img, .panel-modal .modal-image-innerContainer img {
      border-radius: 50%;
      width: 100%; }
  .people-modal .modal-image-innerNewsContainer, .panel-modal .modal-image-innerNewsContainer {
    margin: 25px;
    text-align: center;
    padding-top: 20px;
    display: block !important; }
    .people-modal .modal-image-innerNewsContainer img, .panel-modal .modal-image-innerNewsContainer img {
      display: block;
      height: auto;
      width: auto;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
      @media only screen and (max-width: 767px) {
        .people-modal .modal-image-innerNewsContainer img, .panel-modal .modal-image-innerNewsContainer img {
          max-width: 250px;
          max-height: 250px;
          margin: 0; } }
    .people-modal .modal-image-innerNewsContainer video, .panel-modal .modal-image-innerNewsContainer video {
      max-width: 100%;
      max-height: 100%; }
      @media only screen and (max-width: 767px) {
        .people-modal .modal-image-innerNewsContainer video, .panel-modal .modal-image-innerNewsContainer video {
          max-width: 250px;
          max-height: 250px;
          margin: 0; } }
  .people-modal .modal-image-container, .panel-modal .modal-image-container {
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .people-modal .modal-image-container, .panel-modal .modal-image-container {
        padding-left: calc((100% - 250px)/2);
        padding-bottom: 20px;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .people-modal .modal-image-container, .panel-modal .modal-image-container {
        display: inline-block;
        width: 35%; } }
  .people-modal .modal-image-newsContainer, .panel-modal .modal-image-newsContainer {
    vertical-align: top;
    display: block; }
    @media only screen and (max-width: 767px) {
      .people-modal .modal-image-newsContainer, .panel-modal .modal-image-newsContainer {
        padding-bottom: 20px;
        width: 100%; } }
    @media only screen and (min-width: 1025px) {
      .people-modal .modal-image-newsContainer, .panel-modal .modal-image-newsContainer {
        display: inline-block; } }
  .people-modal .model-content-container, .panel-modal .model-content-container {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #2d373e;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44; }
    @media only screen and (max-width: 767px) {
      .people-modal .model-content-container, .panel-modal .model-content-container {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .people-modal .model-content-container, .panel-modal .model-content-container {
        display: inline-block;
        width: 60%; } }
  .people-modal .model-content-newsContainer, .panel-modal .model-content-newsContainer {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #2d373e;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44; }
    @media only screen and (max-width: 767px) {
      .people-modal .model-content-newsContainer, .panel-modal .model-content-newsContainer {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .people-modal .model-content-newsContainer, .panel-modal .model-content-newsContainer {
        display: inline-block;
        width: 100%; } }
    @media only screen and (min-width: 1025px) {
      .people-modal .model-content-newsContainer, .panel-modal .model-content-newsContainer {
        display: inline-block;
        width: 100%; } }
  .people-modal .modal-header, .people-modal .modal-description, .panel-modal .modal-header, .panel-modal .modal-description {
    padding-left: 20px;
    text-align: left; }
  .people-modal .article-controls, .panel-modal .article-controls {
    position: absolute;
    height: 100%;
    left: 0;
    top: 45%;
    width: 100%; }
    .people-modal .article-controls .next,
    .people-modal .article-controls .prev, .panel-modal .article-controls .next,
    .panel-modal .article-controls .prev {
      background: url('/assets/images/arrow-left.png?1490796592') no-repeat top left;
      cursor: pointer;
      height: 47px;
      position: absolute;
      left: -38px;
      top: -12.5px;
      width: 25px; }
      @media only screen and (max-width: 767px) {
        .people-modal .article-controls .next,
        .people-modal .article-controls .prev, .panel-modal .article-controls .next,
        .panel-modal .article-controls .prev {
          left: -25px; } }
    .people-modal .article-controls .next, .panel-modal .article-controls .next {
      background-image: url('/assets/images/arrow-right.png?1490796586');
      left: auto;
      right: -45px; }
      @media only screen and (max-width: 767px) {
        .people-modal .article-controls .next, .panel-modal .article-controls .next {
          right: -35px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/assets/images/ajax-loader.gif?1468988874') center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/assets/fonts/slick.eot?1487027208');
  src: url('/assets/fonts/slick.eot?&1487027208#iefix') format("embedded-opentype"), url('/assets/fonts/slick.woff?1487027208') format("woff"), url('/assets/fonts/slick.ttf?1487027208') format("truetype"), url('/assets/fonts/slick.svg?1487027208#slick') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**********
 *
 * HERO BANNER SECTION
 * Extends: N/A
 *
 *****/
.hero-banner {
  display: table;
  color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 58px;
  width: 100%;
  z-index: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  @media only screen and (max-width: 1024px) {
    .hero-banner {
      height: 350px !important;
      position: static; } }
  .hero-banner.dark-text {
    color: #621A4B; }
  .hero-banner .container {
    text-align: center;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle; }
    .hero-banner .container .hero-banner-content {
      max-width: 700px;
      padding: 0 20px 0 20px;
      margin: auto; }
    .hero-banner .container .alumni-hero-banner {
      max-width: 1000px;
      padding: 0 20px 0 20px; }
      .hero-banner .container .alumni-hero-banner img {
        float: left;
        margin-bottom: 40px; }
      .hero-banner .container .alumni-hero-banner .alumni-hero-text {
        padding-top: 40px; }
      @media only screen and (max-width: 767px) {
        .hero-banner .container .alumni-hero-banner {
          max-width: 700px; }
          .hero-banner .container .alumni-hero-banner img {
            display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .hero-banner .container .alumni-hero-banner {
          margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .hero-banner .container {
        padding: 0 30px 0 30px; } }
    @media only screen and (min-width: 768px) {
      .hero-banner .container {
        padding: 0 40px 0 40px; } }
    .hero-banner .container p {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      font-size: 24px;
      line-height: 1.12; }
      @media only screen and (max-width: 1024px) {
        .hero-banner .container p {
          font-size: 18px;
          line-height: 1.28; } }
      @media only screen and (min-width: 768px) {
        .hero-banner .container p {
          margin-bottom: 34px; } }
  @media only screen and (max-width: 767px) {
    .hero-banner.home {
      background-position: 85% center; } }
  .hero-banner.home .hero-banner-content {
    max-width: 700px;
    padding: 0 20px 0 20px;
    margin: 5%; }
    .hero-banner.home .hero-banner-content .page-title {
      color: #3c3c3c; }
      @media only screen and (max-width: 767px) {
        .hero-banner.home .hero-banner-content .page-title {
          color: #fff; } }
    .hero-banner.home .hero-banner-content .play-video-button {
      background-color: #d5002b;
      border-radius: 6px;
      color: #FFFFFF !important;
      padding: 5px 15px 12px;
      text-decoration: none;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      font-size: 16px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .hero-banner.home .hero-banner-content .play-video-button {
          display: none; } }
    .hero-banner.home .hero-banner-content .play-video-icon {
      background: url("/assets/images/icon-play.png?") no-repeat center center;
      background-size: 18px 18px;
      width: 18px;
      height: 18px;
      display: inline-block;
      text-indent: -99999px;
      background-position: top;
      margin: 1px 8px 0 0;
      position: relative;
      top: 3px; }
    .hero-banner.home .hero-banner-content a.button {
      border: none;
      padding: 9px 15px 12px;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
      .hero-banner.home .hero-banner-content a.button:after {
        display: none; }
      @media only screen and (min-width: 1025px) {
        .hero-banner.home .hero-banner-content a.button:hover {
          background: #b62f25;
          color: #FFFFFF;
          border: none; }
          .hero-banner.home .hero-banner-content a.button:hover:after {
            display: none; } }
  .hero-banner .play-video-button {
    background-color: #d5002b;
    border-radius: 6px;
    color: #FFFFFF;
    padding: 6px 15px 9px;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .hero-banner .play-video-button {
        display: none; } }
  .hero-banner .play-video-icon {
    background: url("/assets/images/icon-play.png?") no-repeat center center;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-indent: -99999px;
    background-position: top;
    margin: 1px 8px 0 0;
    position: relative;
    top: 3px; }
  .hero-banner .view-news {
    background-color: #d5002b;
    border-radius: 6px;
    color: #FFFFFF;
    padding: 6px 15px 9px;
    text-decoration: none; }

.hero-spacer {
  height: 350px;
  position: relative;
  z-index: -5; }
  @media only screen and (max-width: 1024px) {
    .hero-spacer {
      display: none; } }

/**********
 *
 * SCHOLARSHIPS SECTION
 * Extends: N/A
 *
 *****/
.section-scholarships {
  background: #EEEEF0;
  position: relative;
  text-align: center; }
  .section-scholarships .container {
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (max-width: 767px) {
    .section-scholarships .section-title {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 1024px) {
    .section-scholarships .scholarship-background {
      display: none !important; } }
  @media only screen and (min-width: 1025px) {
    .section-scholarships .section-title,
    .section-scholarships .section-summary {
      position: relative;
      z-index: 10; }
    .section-scholarships .scholarship-background {
      display: block;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
      .section-scholarships .scholarship-background img {
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .section-scholarships .scholarships-pagination {
    display: none; }
    @media only screen and (max-width: 767px) {
      .section-scholarships .scholarships-pagination {
        display: block;
        padding: 21px 0 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-scholarships .scholarships-pagination {
        display: block;
        padding: 30px 0 0; } }
    @media only screen and (max-width: 1024px) {
      .section-scholarships .scholarships-pagination ol {
        list-style: none;
        margin: 0;
        padding: 0; }
        .section-scholarships .scholarships-pagination ol li {
          background: #FFFFFF;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          display: inline-block;
          height: 10px;
          margin: 0;
          padding: 0;
          text-indent: -9999px;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          width: 10px; }
          .section-scholarships .scholarships-pagination ol li.active {
            background: #621A4B; } }

.scholarship-listings {
  position: relative;
  z-index: 1; }

.scholarship-listing {
  vertical-align: top; }
  .scholarship-listing .scholarship-listing-link {
    display: block;
    text-decoration: none; }
    .scholarship-listing .scholarship-listing-link:hover {
      text-decoration: none; }
  .scholarship-listing .scholarship-listing-image {
    display: block;
    height: auto;
    width: 100%; }
    .scholarship-listing .scholarship-listing-image img {
      height: auto;
      vertical-align: bottom;
      width: 100%; }
    .scholarship-listing .scholarship-listing-image .scholarship-listing-overlay {
      display: none; }
  @media only screen and (max-width: 767px) {
    .scholarship-listing .scholarship-listing-text .scholarship-listing-summary {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .scholarship-listing .scholarship-listing-text .scholarship-listing-summary {
      display: none; } }
  .scholarship-listing .scholarship-listing-summary {
    display: none; }
    @media only screen and (min-width: 768px) {
      .scholarship-listing .scholarship-listing-summary {
        color: #848789;
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 20px;
        position: relative;
        text-align: center; } }
  @media only screen and (max-width: 1024px) {
    .scholarship-listing {
      left: 100%;
      position: absolute; }
      .scholarship-listing .scholarship-listing-text {
        background: #FFFFFF;
        padding: 25px;
        text-align: left; }
      .scholarship-listing .scholarship-listing-separator {
        display: none; }
      .scholarship-listing .scholarship-listing-title {
        color: #621A4B;
        font-size: 22px;
        font-size: 2.2rem;
        margin: 0 0 10px; } }
  @media only screen and (max-width: 767px) {
    .scholarship-listing {
      width: 60%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .scholarship-listing {
      width: 40%; } }
  @media only screen and (min-width: 1025px) {
    .scholarship-listing {
      display: inline-block;
      padding: 0 30px;
      width: 33%; }
      .scholarship-listing .scholarship-listing-link {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
      .scholarship-listing .scholarship-listing-image img {
        position: relative;
        z-index: 0; }
      .scholarship-listing .scholarship-listing-image .scholarship-listing-overlay {
        background: rgba(98, 26, 75, 0);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        width: 100%;
        z-index: 1; }
      .scholarship-listing .scholarship-listing-image .scholarship-listing-ring {
        border: 1px solid #FFFFFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 94%;
        left: 3%;
        position: absolute;
        top: 3%;
        width: 94%;
        z-index: 2; }
      .scholarship-listing .scholarship-listing-text {
        display: inline-block;
        height: 100%;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100; }
      .scholarship-listing .scholarship-listing-title {
        color: #FFFFFF;
        font-size: 27px;
        font-size: 2.7rem;
        height: 30px;
        line-height: 100%;
        position: relative;
        text-shadow: 0 5px 3px rgba(0, 0, 0, 0.15);
        top: 45%;
        -moz-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        -webkit-transition: top 0.3s ease;
        transition: top 0.3s ease; }
      .scholarship-listing .scholarship-listing-link:hover .scholarship-listing-image .scholarship-listing-overlay {
        background: rgba(98, 26, 75, 0.8); } }

.lt-ie9 .section-scholarships .scholarship-listing {
  margin: 0 0 30px; }

/**********
 *
 * SINGLE SCHOLARSHIP SECTION
 * Extends: N/A
 *
 *****/
.section-scholarship {
  background: #FFFFFF;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #2d373e; }
  .section-scholarship h3 {
    color: #3c3c3c;
    margin-top: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .section-scholarship h3 {
        width: 100%; } }
  .section-scholarship p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .section-scholarship p {
        width: 100%; } }
  .section-scholarship .scholarship-content-section h2 {
    color: #3c3c3c !important;
    font-size: 31px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .section-scholarship .scholarship-content-section h2 {
        width: 100%; } }
  .section-scholarship .scholarship-content-section h4 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #3c3c3c;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-scholarship .scholarship-content-section .keydates-hr {
    width: 40%;
    margin-left: 0px; }
    @media only screen and (max-width: 767px) {
      .section-scholarship .scholarship-content-section .keydates-hr {
        width: 100%; } }
  .section-scholarship .scholarship-content-section .list-greater {
    list-style: none;
    padding-left: 0px; }
    .section-scholarship .scholarship-content-section .list-greater li {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      padding-bottom: 8px;
      color: #2d373e;
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .section-scholarship .scholarship-content-section .list-greater li {
          width: 100%; } }
    .section-scholarship .scholarship-content-section .list-greater li:before {
      content: '> '; }
  .section-scholarship .scholarship-content-section .list-tick {
    list-style: none;
    padding-left: 0px; }
    .section-scholarship .scholarship-content-section .list-tick li {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      padding-bottom: 8px;
      color: #2d373e;
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .section-scholarship .scholarship-content-section .list-tick li {
          width: 100%; } }
    .section-scholarship .scholarship-content-section .list-tick li:before {
      content: "\2714\0020 "; }
  @media only screen and (max-width: 767px) {
    .section-scholarship .scholarship-content-section br {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .section-scholarship {
      overflow: visible; } }
  @media only screen and (max-width: 767px) {
    .section-scholarship .container {
      padding: 0;
      overflow: visible; } }
  @media only screen and (min-width: 768px) {
    .section-scholarship .container {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .section-scholarship .container .scholarship-content-section {
      overflow: hidden;
      *zoom: 1;
      padding: 21px 30px 10px 30px; }
      .section-scholarship .container .scholarship-content-section .button-back-top-content {
        display: none; }
      .section-scholarship .container .scholarship-content-section.accordion-content {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-scholarship .container .scholarship-content-section {
      overflow: hidden;
      *zoom: 1;
      padding: 60px 0 0; }
      .section-scholarship .container .scholarship-content-section .button-back-top-content {
        display: block; } }
  @media only screen and (min-width: 1025px) {
    .section-scholarship .container .scholarship-content-section {
      padding: 40px 0 0;
      min-height: 500px; }
      .section-scholarship .container .scholarship-content-section .button-back-top-content {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-scholarship .container .scholarship-content-section .scholarship-content {
      float: left;
      width: 100%; } }
  @media only screen and (min-width: 1025px) {
    .section-scholarship .container .scholarship-content-section .scholarship-content {
      width: 100%; } }
  .section-scholarship .container .scholarship-content-section .scholarship-supporting.skrollable-between {
    top: 0 !important; }
  .section-scholarship .container .scholarship-content-section .scholarship-supporting img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: auto;
    overflow: hidden;
    width: 100%; }
  .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide {
    position: absolute;
    top: 0;
    width: 100%; }
  .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote {
    background: #EEEEF0;
    text-align: center; }
    .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .slide-quote-container {
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .slide-quote-container {
          height: 285px; }
          .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .slide-quote-container p.quote, .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .slide-quote-container p.author {
            margin: 0.7em 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .slide-quote-container {
          height: 335px; } }
      @media only screen and (min-width: 1025px) {
        .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .slide-quote-container {
          height: 475px; } }
    .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote hr {
      border: none;
      height: 55px; }
      @media only screen and (max-width: 767px) {
        .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote hr {
          height: 40px; } }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote hr.top {
        background: url('/assets/images/quote-top.png?1468988874') no-repeat center top;
        border-bottom: 1px solid #621A4B; }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote hr.bottom {
        background: url('/assets/images/quote-bottom.png?1468988874') no-repeat center bottom;
        border-top: 1px solid #621A4B; }
    .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .quote {
      color: #621A4B;
      font-family: "chronicledisplay-semiitalic",Georgia,"Times New Roman",Times,serif;
      font-weight: 400;
      font-style: normal;
      line-height: 140%; }
      @media only screen and (max-width: 767px) {
        .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .quote {
          font-size: 20px;
          font-size: 2rem; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .quote {
          font-size: 20px;
          font-size: 2rem; } }
      @media only screen and (min-width: 1025px) {
        .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .quote {
          font-size: 27px;
          font-size: 2.7rem; } }
    .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .author {
      color: #848789; }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide-quote .author strong {
        font-family: "Avenir Book Heavy","Nunito",Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-style: normal; }
  @media only screen and (max-width: 767px) {
    .section-scholarship .container .scholarship-content-section .scholarship-supporting {
      height: 300px;
      position: relative;
      text-align: center; }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting .slide {
        padding: 21px 0 0; }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting img {
        height: 250px;
        width: auto; } }
  @media only screen and (min-width: 768px) {
    .section-scholarship .container .scholarship-content-section .scholarship-supporting {
      width: 35%; }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting .scholarship-supporting-content {
        position: absolute;
        width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-scholarship .container .scholarship-content-section .scholarship-supporting {
      float: right;
      min-height: 440px;
      position: relative; } }
  @media only screen and (min-width: 1025px) {
    .section-scholarship .container .scholarship-content-section .scholarship-supporting {
      position: absolute;
      right: 40px;
      top: 0; }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting .scholarship-supporting-content {
        top: 84px; }
      .section-scholarship .container .scholarship-content-section .scholarship-supporting.skrollable-between {
        right: 40px !important;
        left: auto !important; } }

@media only screen and (min-width: 1025px) {
  .lt-ie9 .section-scholarship .scholarship-supporting-content.skrollable-before, .lt-ie9 .section-scholarship .scholarship-supporting-content.skrollable-after {
    display: none; }
  .lt-ie9 .section-scholarship .scholarship-supporting-content.skrollable-between {
    display: block; } }

@media only screen and (min-width: 1025px) {
  .scholarship-banner .hero-banner-content .banner-subtext {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; } }
@media only screen and (max-width: 1024px) {
  .scholarship-banner .hero-banner-content .banner-subtext {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; } }
.scholarship-banner .hero-banner-content .play-video-button {
  background-color: #d5002b;
  border-radius: 6px;
  color: #FFFFFF !important;
  padding: 5px 15px 12px;
  text-decoration: none;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .scholarship-banner .hero-banner-content .play-video-button {
      display: none; } }
.scholarship-banner .hero-banner-content .play-video-icon {
  background: url("/assets/images/icon-play.png?") no-repeat center center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-indent: -99999px;
  background-position: top;
  margin: 1px 8px 0 0;
  position: relative;
  top: 3px; }
.scholarship-banner .hero-banner-content a.button {
  border: none;
  padding: 9px 15px 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .scholarship-banner .hero-banner-content a.button:after {
    display: none; }
  @media only screen and (min-width: 1025px) {
    .scholarship-banner .hero-banner-content a.button:hover {
      background: #b62f25;
      color: #FFFFFF;
      border: none; }
      .scholarship-banner .hero-banner-content a.button:hover:after {
        display: none; } }

.section-image {
  border-radius: 50%;
  float: right;
  margin-left: 20px;
  width: 440px !important;
  height: 440px !important; }
  @media only screen and (max-width: 767px) {
    .section-image {
      float: none;
      height: 100% !important;
      margin-left: 0px;
      width: 100% !important; } }

.section-image-container {
  width: 100% !important; }
  .section-image-container hr {
    float: right; }
  .section-image-container p {
    float: right; }

/*left text and right content */
.section-scholarship .left-content {
  display: inline-block;
  width: 49%; }
  @media only screen and (max-width: 767px) {
    .section-scholarship .left-content {
      width: 100%; } }
  .section-scholarship .left-content p {
    width: 100% !important; }
  .section-scholarship .left-content h3 {
    width: 100% !important; }
  .section-scholarship .left-content h4 {
    width: 100% !important; }
.section-scholarship .right-content {
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .section-scholarship .right-content {
      padding-left: 0px;
      padding-bottom: 30px;
      width: 100%; } }
  .section-scholarship .right-content img {
    border-radius: 50%;
    height: 110px;
    width: 110px; }
  .section-scholarship .right-content p {
    width: 100% !important; }
  .section-scholarship .right-content .quote-text {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #2d373e;
    font-family: "HCo Chronicle Display", "Times New Roman","Times",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-right: 3%;
    padding-left: 3%; }
  .section-scholarship .right-content .quote-link {
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-weight: 500;
    color: #c80021;
    margin-top: 10px;
    margin-bottom: 10px; }
  .section-scholarship .right-content .quote-footer {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #515151;
    margin-top: 10px; }
  .section-scholarship .right-content .hr-sect {
    padding: 20px 0px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
  .section-scholarship .right-content .hr-sect:before {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #abafb2;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 25px 0px 2px; }
  .section-scholarship .right-content .hr-sect:after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #abafb2;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 2px 0px 25px; }
.section-scholarship .scholarship-link {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  font-weight: 500;
  color: #c80021;
  text-decoration: none; }
.section-scholarship .scholar-link a {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #2d373e;
  text-decoration: none; }
.section-scholarship .scholar-link .greaterIcon {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c80021; }
.section-scholarship .scholarlisting-group {
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .section-scholarship .scholarlisting-group {
      width: 100%; } }
  .section-scholarship .scholarlisting-group .scholarlisting-stream {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #2d373e; }
  .section-scholarship .scholarlisting-group .scholarlisting-title {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    font-weight: 500;
    color: #c80021;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
@media only screen and (max-width: 767px) {
  .section-scholarship #section3 {
    overflow: hidden;
    padding: 21px 30px 10px 30px; } }
@media only screen and (max-width: 767px) {
  .section-scholarship .scholarship-end-text {
    overflow: hidden;
    padding: 0px 30px 42px 30px; } }

#scholarship-panel {
  background-color: #2d373e;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #scholarship-panel .container {
    padding-top: 60px; }
  #scholarship-panel .panel-container {
    padding-top: 10px;
    padding-bottom: 10px; }
  #scholarship-panel .section-people-title {
    padding-bottom: 0px; }
    #scholarship-panel .section-people-title p {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal; }
      @media only screen and (max-width: 767px) {
        #scholarship-panel .section-people-title p {
          text-align: left; } }
      @media only screen and (min-width: 768px) {
        #scholarship-panel .section-people-title p {
          text-align: center; } }
  #scholarship-panel .panel-filter-container {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    padding-bottom: 30px; }
  #scholarship-panel .filter-title {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #scholarship-panel .select-panel-container {
    width: 200px;
    position: relative;
    vertical-align: middle;
    height: 42px;
    display: inline-block;
    background-color: #fff;
    margin-right: 24px;
    border-radius: 6px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    @media only screen and (max-width: 767px) {
      #scholarship-panel .select-panel-container {
        margin-bottom: 20px; } }
  #scholarship-panel .select-panel {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    -webkit-appearance: none;
    text-indent: .01px;
    height: 42px;
    color: #2d373e;
    font-size: 16px;
    font-weight: 400;
    padding: 0 36px 0 15px;
    border-radius: 6px;
    transition: border .2s ease;
    line-height: 1.44;
    letter-spacing: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #scholarship-panel .select-panel-container:after {
    position: absolute;
    top: 44%;
    right: 12px;
    z-index: 0;
    content: " ";
    margin-left: 6px;
    display: inline-block;
    border-top: 8px solid #d5002b;
    border-right: 7px solid transparent;
    border-bottom: none;
    border-left: 7px solid transparent; }
  #scholarship-panel .select-year-container {
    width: 115px;
    position: relative;
    vertical-align: middle;
    height: 42px;
    display: inline-block;
    background-color: #fff;
    margin-right: 24px;
    border-radius: 6px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #scholarship-panel .select-panel-year {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    -webkit-appearance: none;
    text-indent: .01px;
    height: 42px;
    color: #2d373e;
    font-size: 16px;
    font-weight: 400;
    padding: 0 36px 0 15px;
    border-radius: 6px;
    transition: border .2s ease;
    line-height: 1.44;
    letter-spacing: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #scholarship-panel .select-year-container:after {
    position: absolute;
    top: 44%;
    right: 12px;
    z-index: 0;
    content: " ";
    margin-left: 6px;
    display: inline-block;
    border-top: 8px solid #d5002b;
    border-right: 7px solid transparent;
    border-bottom: none;
    border-left: 7px solid transparent; }
  #scholarship-panel .accordion-content h2 {
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF; }
    @media only screen and (max-width: 767px) {
      #scholarship-panel .accordion-content h2 {
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      #scholarship-panel .accordion-content h2 {
        text-align: center; } }
  #scholarship-panel .accordion-content h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #scholarship-panel .accordion-content .panel-description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44; }
  #scholarship-panel .people-item {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #scholarship-panel .people-item {
        background-image: none;
        border: solid 1px #575f65;
        margin: 0px;
        padding: 15px;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      #scholarship-panel .people-item {
        background-image: none;
        border: solid 1px #575f65;
        margin: 0px;
        padding: 35px;
        height: 220px;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      #scholarship-panel .people-item .people-intro {
        padding: 0px; } }
    @media only screen and (min-width: 768px) {
      #scholarship-panel .people-item .people-intro {
        padding: 3%;
        overflow: hidden; } }
  #scholarship-panel .people-item-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.44; }
  #scholarship-panel .people-item-content .read-more {
    font-weight: 500;
    margin-top: 0px;
    display: block !important; }
  @media only screen and (max-width: 767px) {
    #scholarship-panel .people-item-content {
      display: table-cell;
      vertical-align: middle;
      width: 70%; } }
  @media only screen and (max-width: 767px) {
    #scholarship-panel .people-item-image {
      margin-right: 0px;
      max-width: 102px;
      max-height: 102px;
      width: 102px; } }
  #scholarship-panel .section-people-title {
    text-align: center; }
  #scholarship-panel .hr-sect {
    text-align: center;
    padding: 20px 0px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
  #scholarship-panel .hr-sect:before {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #575f65;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 25px 0px 2px; }
  #scholarship-panel .hr-sect:after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #575f65;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 2px 0px 25px; }
  #scholarship-panel .show-more-AboutPanel {
    border-radius: 6px;
    background-color: #f4f3f0;
    border: solid 1px #d7d2cb;
    font-size: 18px;
    line-height: 1.83;
    text-align: center;
    color: #3c3c3c;
    padding: 7px 20px; }

.section-becomingScholar {
  background-color: #f4f3f0; }
  .section-becomingScholar h2 {
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    padding-bottom: 30px;
    text-align: center;
    color: #3c3c3c;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-becomingScholar h3 {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #3c3c3c;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-becomingScholar .section-left {
    display: inline-block;
    padding-right: 5%;
    width: 49%; }
    @media only screen and (max-width: 767px) {
      .section-becomingScholar .section-left {
        padding-right: 0px;
        width: 100%; } }
  .section-becomingScholar .section-right {
    border-left: solid 1px #cdcdcc;
    width: 50%;
    display: inline-block;
    padding-left: 5%;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .section-becomingScholar .section-right {
        border-left: none;
        padding-left: 0px;
        width: 100%; } }
  .section-becomingScholar p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-becomingScholar .list-greater {
    list-style: none;
    padding-left: 0px; }
    .section-becomingScholar .list-greater li {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      padding-bottom: 10px;
      color: #2d373e;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    .section-becomingScholar .list-greater li:before {
      content: '> ';
      color: #c80021; }
  .section-becomingScholar .social-icon {
    display: inline-block;
    height: 20px;
    width: 20px; }
  .section-becomingScholar .social-icon-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #2d373e;
    padding-right: 10px;
    padding-left: 5px;
    vertical-align: top; }
  .section-becomingScholar .social-icon-link {
    text-decoration: none; }
  .section-becomingScholar .email-link {
    color: #c80021;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-decoration: none; }
  .section-becomingScholar .hr-sect {
    text-align: center;
    padding: 20px 0px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
  .section-becomingScholar .hr-sect:before {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #575f65;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 25px 0px 2px; }
  .section-becomingScholar .hr-sect:after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #575f65;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 2px 0px 25px; }
  .section-becomingScholar .enquire-universities {
    color: #353738; }
    @media only screen and (max-width: 1024px) {
      .section-becomingScholar .enquire-universities {
        margin-top: 20px; } }
    .section-becomingScholar .enquire-universities .column {
      width: 46.5%;
      text-align: center;
      background: #FFFFFF;
      padding: 30px 20px;
      margin-top: 50px;
      min-height: 290px;
      display: table;
      vertical-align: middle; }
      .section-becomingScholar .enquire-universities .column > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        min-height: 290px; }
      .section-becomingScholar .enquire-universities .column a.button {
        color: #FFFFFF;
        border-color: #2d373e;
        background-color: #2d373e; }
        .section-becomingScholar .enquire-universities .column a.button:after {
          border-color: transparent transparent transparent #fff; }
      .section-becomingScholar .enquire-universities .column a.button:hover {
        background-color: #575F65; }
      @media only screen and (min-width: 768px) {
        .section-becomingScholar .enquire-universities .column .odd {
          float: left; } }
      @media only screen and (max-width: 767px) {
        .section-becomingScholar .enquire-universities .column .odd {
          float: none; } }
      @media only screen and (min-width: 768px) {
        .section-becomingScholar .enquire-universities .column.even {
          float: right; } }
      @media only screen and (max-width: 767px) {
        .section-becomingScholar .enquire-universities .column.even {
          float: none; } }
      @media only screen and (max-width: 1024px) {
        .section-becomingScholar .enquire-universities .column {
          width: 100%;
          min-height: 100%;
          margin-bottom: 20px;
          margin-top: 20px; } }
      .section-becomingScholar .enquire-universities .column .button {
        margin-top: 18px; }
      .section-becomingScholar .enquire-universities .column h3 {
        color: #353738;
        font-size: 27px;
        font-size: 2.7rem;
        margin-bottom: 15px;
        position: relative;
        line-height: 30px; }
        @media only screen and (max-width: 767px) {
          .section-becomingScholar .enquire-universities .column h3 {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 24px; } }
        .section-becomingScholar .enquire-universities .column h3 img {
          display: block;
          margin: auto; }
        .section-becomingScholar .enquire-universities .column h3 span.title-uni {
          color: #353738;
          display: block;
          margin-top: 8px;
          display: table;
          height: 70px;
          width: 100%; }
          @media only screen and (max-width: 1024px) {
            .section-becomingScholar .enquire-universities .column h3 span.title-uni {
              height: 100%; } }
          .section-becomingScholar .enquire-universities .column h3 span.title-uni .title-uni-content {
            display: block;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            text-align: center; }

.list-uni-links li:before {
  color: #c80021; }
.list-uni-links a {
  color: #2d373e;
  text-decoration: none; }

/**********
 *
 * HOME - LATEST NEWS
 * Extends: N/A
 *
 *****/
.section-homelatestnews {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .section-homelatestnews .container {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .section-homelatestnews .column:first-child {
      padding: 42px 30px; } }
  .section-homelatestnews .section-title {
    color: #FFFFFF;
    padding: 0 0 22px 0; }
  .section-homelatestnews .news-item {
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
    *zoom: 1;
    padding: 20px 0 10px;
    position: relative; }
    .section-homelatestnews .news-item:after {
      bottom: 26px;
      right: 10px;
      content: ' ';
      display: block;
      height: 0px;
      border-style: solid;
      width: 0px;
      position: absolute;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #fff; }
    @media only screen and (max-width: 1024px) {
      .section-homelatestnews .news-item:nth-child(4) {
        border: 0; } }
    .section-homelatestnews .news-item a {
      text-decoration: none; }
  .section-homelatestnews .news-item.summary-title:after {
    top: 50%;
    margin-top: -5px; }
  .section-homelatestnews .news-item-image img {
    height: auto;
    width: 100%; }
  @media only screen and (min-width: 1025px) {
    .section-homelatestnews .news-item-image {
      float: left;
      padding-right: 20px; } }
  .section-homelatestnews .news-item-content {
    color: #FFFFFF; }
    .section-homelatestnews .news-item-content p {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .section-homelatestnews .news-item-content {
        padding-right: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-homelatestnews .news-item-content {
        padding-right: 40px; } }
    @media only screen and (min-width: 1025px) {
      .section-homelatestnews .news-item-content {
        padding-right: 40px; } }
  .section-homelatestnews .news-item-title {
    font-family: "chronicledisplay-semi",Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .section-homelatestnews .news-item-title {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-homelatestnews .news-item-title {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media only screen and (min-width: 1025px) {
      .section-homelatestnews .news-item-title {
        font-size: 18px;
        font-size: 1.8rem; } }
  @media only screen and (min-width: 768px) {
    .section-homelatestnews .news-item-summary {
      margin: 0 0 10px; } }
  .section-homelatestnews .news-item.summary-title .news-item-title {
    margin: 0; }
  .section-homelatestnews .button {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1025px) {
      .section-homelatestnews .button {
        margin-top: 20px; } }

/**********
 *
ENQUIRE SECTION
 * Extends: N/A
 *
 *****/
.section-enquire {
  color: #2d373e; }
  .section-enquire a {
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    text-decoration: underline; }
    .section-enquire a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .section-enquire {
      overflow: visible;
      position: static; } }
  .section-enquire .container .section-title {
    color: #2d373e;
    margin-bottom: 20px; }
  .section-enquire .container .button-back-top-content {
    margin-top: 30px;
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-enquire .container .button-back-top-content {
        display: block; } }
  .section-enquire .container .two-columns .column {
    width: 46%; }
  .section-enquire .container .two-columns.enquire-contacts {
    margin-bottom: 20px; }
    .section-enquire .container .two-columns.enquire-contacts .column {
      width: 46.5%;
      border-left: 2px solid #2d373e;
      padding-left: 2%; }
      .section-enquire .container .two-columns.enquire-contacts .column:first-child {
        border: none;
        padding-left: 0; }
        @media only screen and (max-width: 1024px) {
          .section-enquire .container .two-columns.enquire-contacts .column:first-child {
            margin-bottom: 20px; } }
      .section-enquire .container .two-columns.enquire-contacts .column p {
        margin: 0; }
      @media only screen and (max-width: 1024px) {
        .section-enquire .container .two-columns.enquire-contacts .column {
          width: 100%;
          padding: 0;
          border: none; } }
    .section-enquire .container .two-columns.enquire-contacts ul.social {
      list-style: none;
      margin: 10px 0 0 0;
      padding: 0;
      float: none; }
      @media only screen and (max-width: 767px) {
        .section-enquire .container .two-columns.enquire-contacts ul.social {
          margin-top: 15px; } }
      @media only screen and (max-width: 767px) {
        .section-enquire .container .two-columns.enquire-contacts ul.social {
          margin: 20px 0 30px; } }
      .section-enquire .container .two-columns.enquire-contacts ul.social li {
        display: inline-block;
        margin-right: 20px; }
        .section-enquire .container .two-columns.enquire-contacts ul.social li a {
          color: #2d373e;
          overflow: hidden;
          *zoom: 1;
          font-size: 12px;
          font-size: 1.2rem;
          text-decoration: none; }
          .section-enquire .container .two-columns.enquire-contacts ul.social li a span {
            vertical-align: top; }
          .section-enquire .container .two-columns.enquire-contacts ul.social li a span.icon {
            display: inline-block;
            width: 18px;
            height: 18px;
            display: inline-block;
            text-indent: -99999px;
            background-position: top;
            margin: 1px 8px 0 0; }
            @media only screen and (max-width: 1024px) {
              .section-enquire .container .two-columns.enquire-contacts ul.social li a span.icon {
                margin-top: -3px; } }
          .section-enquire .container .two-columns.enquire-contacts ul.social li a.icon-twitter span.icon {
            background-image: url('/assets/images/twitter-copy-4.png?1490725144'); }
          .section-enquire .container .two-columns.enquire-contacts ul.social li a.icon-linkedin span.icon {
            background-image: url('/assets/images/linked-in-copy-2.png?1490725148'); }
          .section-enquire .container .two-columns.enquire-contacts ul.social li a.icon-instagram span.icon {
            background-image: url('/assets/images/instgram.png?1490725154'); }
  .section-enquire .container .enquire-universities {
    color: #353738; }
    @media only screen and (max-width: 1024px) {
      .section-enquire .container .enquire-universities {
        margin-top: 20px; } }
    .section-enquire .container .enquire-universities .column {
      width: 46.5%;
      text-align: center;
      background: #FFFFFF;
      padding: 30px 20px;
      margin-top: 50px;
      min-height: 290px;
      display: table;
      vertical-align: middle; }
      .section-enquire .container .enquire-universities .column > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        min-height: 290px; }
      .section-enquire .container .enquire-universities .column a.button {
        color: #FFFFFF;
        border-color: #2d373e;
        background-color: #2d373e; }
        .section-enquire .container .enquire-universities .column a.button:after {
          border-color: transparent transparent transparent #fff; }
      .section-enquire .container .enquire-universities .column a.button:hover {
        background-color: #575F65; }
      @media only screen and (min-width: 768px) {
        .section-enquire .container .enquire-universities .column .odd {
          float: left; } }
      @media only screen and (max-width: 767px) {
        .section-enquire .container .enquire-universities .column .odd {
          float: none; } }
      @media only screen and (min-width: 768px) {
        .section-enquire .container .enquire-universities .column.even {
          float: right; } }
      @media only screen and (max-width: 767px) {
        .section-enquire .container .enquire-universities .column.even {
          float: none; } }
      @media only screen and (max-width: 1024px) {
        .section-enquire .container .enquire-universities .column {
          width: 100%;
          min-height: 100%;
          margin-bottom: 20px;
          margin-top: 20px; } }
      .section-enquire .container .enquire-universities .column .button {
        margin-top: 18px; }
      .section-enquire .container .enquire-universities .column h3 {
        color: #353738;
        font-size: 27px;
        font-size: 2.7rem;
        margin-bottom: 15px;
        position: relative;
        line-height: 30px; }
        @media only screen and (max-width: 767px) {
          .section-enquire .container .enquire-universities .column h3 {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 24px; } }
        .section-enquire .container .enquire-universities .column h3 img {
          display: block;
          margin: auto; }
        .section-enquire .container .enquire-universities .column h3 span.title-uni {
          color: #353738;
          display: block;
          margin-top: 8px;
          display: table;
          height: 70px;
          width: 100%; }
          @media only screen and (max-width: 1024px) {
            .section-enquire .container .enquire-universities .column h3 span.title-uni {
              height: 100%; } }
          .section-enquire .container .enquire-universities .column h3 span.title-uni .title-uni-content {
            display: block;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            text-align: center; }

/**********
 *
SUPPORTING FUTURE SECTION
 * Extends: N/A
 *
 *****/
.section-supporting-future {
  color: #FFFFFF; }
  .section-supporting-future .container .section-title {
    color: #FFFFFF; }
  .section-supporting-future .container .two-columns .column {
    overflow: hidden;
    *zoom: 1; }
    @media only screen and (max-width: 767px) {
      .section-supporting-future .container .two-columns .column.visuals-supporting {
        text-align: center; } }
    .section-supporting-future .container .two-columns .column.visuals-supporting img {
      height: auto;
      float: right;
      display: inline-block;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-supporting-future .container .two-columns .column.visuals-supporting img {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .section-supporting-future .container .two-columns .column.visuals-supporting img {
          float: none;
          max-width: 100%; } }

/**********
 *
 * NEWS - LATEST NEWS
 * Extends: N/A
 *
 *****/
.section-newslatest {
  	/*.newsCards-itemHover {
  		align-items: center;
  		background: rgba(0,0,0,0.8);
  		color: #fff;
  		display: flex;
  		flex-direction: row;
  		flex-wrap: wrap;
  		height: 99%;
  		left: 0;
  		opacity: 1;
  		position: absolute;
  		top: 0;
  		transition: .3s opacity ease-out;
  		width: 100%;
  		z-index: -1;
  		border-radius: 5px;
  		margin-right: 20px;
  				@include breakpoint-mobile {
  				
  				height: 98%;
  				}
  
  		> div {
  			flex: 1 1 auto;
  			text-align: center;
  		}
  
  		.itemHoverImg {
  			height: 32px !important;
  			margin-bottom: 10px;
  		}
  
  		.itemHoverText {
  			display: block;
  		}
  	}*/ }
  @media only screen and (max-width: 767px) {
    .section-newslatest .container {
      padding-bottom: 21px;
      padding-top: 21px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-newslatest .container {
      padding-bottom: 30px;
      padding-top: 30px; } }
  .section-newslatest .news-item {
    overflow: hidden;
    *zoom: 1; }
    @media only screen and (max-width: 767px) {
      .section-newslatest .news-item {
        padding: 21px 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-newslatest .news-item {
        padding: 30px 0; } }
    .section-newslatest .news-item .news-item-link {
      display: block; }
    @media only screen and (max-width: 767px) {
      .section-newslatest .news-item .news-item-image {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-newslatest .news-item .news-item-image {
        float: left;
        width: 42%; } }
    @media only screen and (min-width: 1025px) {
      .section-newslatest .news-item .news-item-image {
        float: left;
        width: 530px; } }
    .section-newslatest .news-item .news-item-image img {
      height: auto;
      width: 100%; }
    .section-newslatest .news-item .news-item-content {
      color: #cfcfcf; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-newslatest .news-item .news-item-content {
          float: right;
          width: 52%; } }
    .section-newslatest .news-item .news-item-date {
      color: #bebebe;
      font-family: "chronicledisplay-semiitalic",Georgia,"Times New Roman",Times,serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      font-size: 1.5rem; }
    .section-newslatest .news-item .news-item-title {
      color: #FFFFFF;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 130%;
      margin: 20px 0; }
      @media only screen and (min-width: 1025px) {
        .section-newslatest .news-item .news-item-title {
          font-size: 28px;
          font-size: 2.8rem; } }
  @media only screen and (min-width: 1025px) {
    .section-newslatest .first-news-item .news-item {
      float: none;
      padding: 0 0 84px;
      width: 100%; }
      .section-newslatest .first-news-item .news-item .news-item-image {
        padding-right: 6%; }
    .section-newslatest .next-news-items .news-item {
      float: left;
      padding: 0 1.5% 0;
      width: 33.3%; }
      .section-newslatest .next-news-items .news-item:first-child {
        padding: 0 3% 0 0; }
      .section-newslatest .next-news-items .news-item:last-child {
        padding: 0 0 0 3%; }
      .section-newslatest .next-news-items .news-item .news-item-image {
        float: none;
        width: 100%; }
        .section-newslatest .next-news-items .news-item .news-item-image img {
          width: 100%; } }
  .section-newslatest .hr-sect {
    padding: 20px 0px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
  .section-newslatest .hr-sect:before {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #abafb2;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 25px 0px 2px; }
  .section-newslatest .hr-sect:after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #abafb2;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 2px 0px 25px; }
  .section-newslatest .news-search {
    padding: 20px 40px; }
    @media only screen and (max-width: 1024px) {
      .section-newslatest .news-search {
        padding: 0 0; } }
    .section-newslatest .news-search input {
      float: left;
      height: 42px;
      width: 330px;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .section-newslatest .news-search input {
          width: 200px;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-newslatest .news-search input {
          width: 250px;
          margin-bottom: 20px; } }
    .section-newslatest .news-search .btnSearch {
      float: left;
      background-color: #d5002b;
      border-radius: 6px;
      color: #FFFFFF !important;
      padding: 9px 15px 12px;
      text-decoration: none;
      width: 90px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      font-size: 18px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .section-newslatest .news-search .btnSearch {
          margin-right: 20%;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-newslatest .news-search .btnSearch {
          margin-right: 40%;
          margin-bottom: 20px; } }
    .section-newslatest .news-search .divNewsFilter {
      float: left; }
      @media only screen and (max-width: 767px) {
        .section-newslatest .news-search .divNewsFilter {
          margin-top: 20px; } }
    .section-newslatest .news-search label {
      padding-left: 20px;
      padding-right: 10px; }
      @media only screen and (max-width: 1024px) {
        .section-newslatest .news-search label {
          padding-left: 0; } }
    .section-newslatest .news-search .newsFilter {
      height: 42px;
      width: 240px;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .section-newslatest .news-search .newsFilter {
          margin-bottom: 20px;
          width: 200px; } }
    .section-newslatest .news-search .scholorshipFilter {
      height: 42px;
      width: 240px; }
      @media only screen and (max-width: 767px) {
        .section-newslatest .news-search .scholorshipFilter {
          width: 200px; } }
  .section-newslatest .news-cards__cols {
    display: inline-block; }
  .section-newslatest .newsRow {
    padding: 20px 40px; }
    @media only screen and (max-width: 1024px) {
      .section-newslatest .newsRow {
        padding: 0 0; } }
    .section-newslatest .newsRow .newsRowLarge {
      float: left;
      width: 48%;
      height: 100%;
      margin: 20px 2% 20px 0;
      position: relative; }
      @media only screen and (min-width: 1025px) {
        .section-newslatest .newsRow .newsRowLarge {
          height: 600px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 1024px) {
        .section-newslatest .newsRow .newsRowLarge {
          width: 100%;
          margin-bottom: 0;
          margin-right: 0; } }
      .section-newslatest .newsRow .newsRowLarge img {
        width: 100%;
        height: 100%; }
        @media only screen and (min-width: 1025px) {
          .section-newslatest .newsRow .newsRowLarge img {
            height: 500px; } }
      .section-newslatest .newsRow .newsRowLarge a > img {
        border: 1px solid Grey;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        @media only screen and (min-width: 1025px) {
          .section-newslatest .newsRow .newsRowLarge a > img {
            height: 90%; } }
    .section-newslatest .newsRow .newsRowsmall {
      float: left;
      width: 23.5%;
      height: 48%;
      margin: 20px 0 0 0;
      margin-right: 10px;
      position: relative; }
      @media only screen and (min-width: 1025px) {
        .section-newslatest .newsRow .newsRowsmall {
          height: 290px; } }
      .section-newslatest .newsRow .newsRowsmall img {
        height: auto;
        width: 100%;
        overflow: hidden; }
        @media only screen and (min-width: 1025px) {
          .section-newslatest .newsRow .newsRowsmall img {
            height: 190px; } }
      @media only screen and (max-width: 1024px) {
        .section-newslatest .newsRow .newsRowsmall {
          width: 100%;
          margin-right: 0; } }
      .section-newslatest .newsRow .newsRowsmall .newsRowFirst {
        float: left;
        width: 46%;
        margin-right: 20px; }
        @media only screen and (max-width: 1024px) {
          .section-newslatest .newsRow .newsRowsmall .newsRowFirst {
            width: 100%; } }
        .section-newslatest .newsRow .newsRowsmall .newsRowFirst img {
          width: 100%; }
      .section-newslatest .newsRow .newsRowsmall a > img {
        border: 1px solid Grey;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        @media only screen and (min-width: 1025px) {
          .section-newslatest .newsRow .newsRowsmall a > img {
            height: 90%; } }
  .section-newslatest .show-more-news {
    padding: 20px 40px;
    border-radius: 6px;
    background-color: #f4f3f0;
    border: solid 1px #d7d2cb;
    font-size: 18px;
    line-height: 1.83;
    text-align: center;
    color: #3c3c3c;
    padding: 7px 20px; }
  .section-newslatest .newsStories {
    background-color: #fff;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    border: 1px solid Grey;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100px; }
  .section-newslatest .newsStory {
    display: inline-block;
    width: 100%;
    height: 40px; }
  .section-newslatest .storyTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    padding: 10px 10px;
    margin-bottom: 10px;
    min-height: 50px;
    max-height: 50px;
    text-align: left;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .section-newslatest .newsIcon {
    border-radius: 50%;
    height: 32px !important;
    left: 10px;
    overflow: hidden;
    position: absolute;
    width: 32px !important; }
  .section-newslatest .newsDate {
    padding-left: 50px;
    padding-top: 5px;
    font-size: 12px;
    float: left; }
  .section-newslatest .newsCategory span {
    font-size: 12px;
    padding-right: 10px;
    float: right;
    padding-top: 5px; }
  .section-newslatest .newsCards-itemHover_newsRowLarge {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 597px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: .3s opacity ease-out;
    width: 100%;
    z-index: -1;
    border-radius: 5px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .section-newslatest .newsCards-itemHover_newsRowLarge {
        height: 597px; } }
    @media only screen and (max-width: 1024px) {
      .section-newslatest .newsCards-itemHover_newsRowLarge {
        height: 98%; } }
    .section-newslatest .newsCards-itemHover_newsRowLarge > div {
      flex: 1 1 auto;
      text-align: center; }
    .section-newslatest .newsCards-itemHover_newsRowLarge .itemHoverImg {
      height: 32px !important;
      margin-bottom: 10px; }
    .section-newslatest .newsCards-itemHover_newsRowLarge .itemHoverText {
      display: block; }
  .section-newslatest .newsCards-itemHover_newsRowsmall {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 287px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: .3s opacity ease-out;
    width: 100%;
    z-index: -1;
    border-radius: 5px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .section-newslatest .newsCards-itemHover_newsRowsmall {
        height: 597px; } }
    @media only screen and (max-width: 1024px) {
      .section-newslatest .newsCards-itemHover_newsRowsmall {
        height: 98%; } }
    .section-newslatest .newsCards-itemHover_newsRowsmall > div {
      flex: 1 1 auto;
      text-align: center; }
    .section-newslatest .newsCards-itemHover_newsRowsmall .itemHoverImg {
      height: 32px !important;
      margin-bottom: 10px; }
    .section-newslatest .newsCards-itemHover_newsRowsmall .itemHoverText {
      display: block; }
  .section-newslatest .newsRowsmallalternative {
    float: left; }
  .section-newslatest .newsRowLargealternative {
    float: right !important; }
  .section-newslatest .normal {
    float: left; }
  .section-newslatest .item_newsRowsmall {
    color: Grey;
    margin-bottom: 20px;
    opacity: 1;
    position: relative;
    transition: .5s opacity ease-out;
    		/*&--social {
    			border-top: 4px solid @color-Charcoal;
    		}
    
    		&--visible {
    			opacity: 1;
    		}*/ }
    .section-newslatest .item_newsRowsmall:hover .newsCards-itemHover_newsRowsmall {
      opacity: 1;
      z-index: 1; }
  .section-newslatest .item_newsRowLarge {
    color: Grey;
    margin-bottom: 20px;
    opacity: 1;
    position: relative;
    transition: .5s opacity ease-out;
    		/*&--social {
    			border-top: 4px solid @color-Charcoal;
    		}
    
    		&--visible {
    			opacity: 1;
    		}*/ }
    .section-newslatest .item_newsRowLarge:hover .newsCards-itemHover_newsRowLarge {
      opacity: 1;
      z-index: 1; }
  .section-newslatest .news-description-mobile {
    display: none;
    background: #e1e1e1;
    padding: 20px 30px;
    position: relative;
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .section-newslatest .news-description-mobile {
        display: none !important; } }

/**********
 *
 * NEWS - MORE NEWS
 * Extends: N/A
 *
 *****/
.section-newsmore {
  background: #FFFFFF; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-newsmore .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1025px) {
    .section-newsmore .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-newsmore .section-title {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1025px) {
    .section-newsmore .section-title {
      padding-left: 20px;
      padding-right: 20px; } }
  .section-newsmore .news-item {
    overflow: hidden;
    *zoom: 1; }
    @media only screen and (max-width: 767px) {
      .section-newsmore .news-item {
        padding: 15px 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-newsmore .news-item {
        float: left;
        padding: 20px;
        width: 50%; } }
    @media only screen and (min-width: 1025px) {
      .section-newsmore .news-item {
        float: left;
        padding: 20px;
        width: 50%; } }
    .section-newsmore .news-item.odd {
      clear: left; }
  @media only screen and (max-width: 767px) {
    .section-newsmore .news-item-image {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-newsmore .news-item-image {
      margin: 0 0 15px;
      width: 150px; } }
  @media only screen and (min-width: 1025px) {
    .section-newsmore .news-item-image {
      position: absolute;
      width: 150px; } }
  .section-newsmore .news-item-image img {
    height: auto;
    width: 100%; }
  @media only screen and (min-width: 1025px) {
    .section-newsmore .news-item-content {
      padding-left: 190px; } }
  .section-newsmore .news-item-date {
    font-family: "chronicledisplay-semiitalic",Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    font-size: 1.5rem; }
  .section-newsmore .news-item-title {
    color: #621A4B;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 15px 0; }

#load-more {
  clear: both;
  text-align: center; }
  #load-more .button {
    color: #acacac;
    border-color: #c0c0c0; }
    @media only screen and (max-width: 767px) {
      #load-more .button {
        display: block; } }
    #load-more .button:hover {
      color: #FFFFFF; }
  @media only screen and (max-width: 767px) {
    #load-more {
      padding-top: 21px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #load-more {
      padding-top: 30px; } }
  @media only screen and (min-width: 1025px) {
    #load-more {
      padding-top: 42px; } }

/**********
 *
 * NEWS - LATEST NEWS
 * Extends: N/A
 *
 *****/
.section-newsarticle .news-item {
  overflow: hidden;
  *zoom: 1; }
  .section-newsarticle .news-item .news-item-image {
    margin-bottom: 10px; }
    .section-newsarticle .news-item .news-item-image img {
      height: auto;
      width: 100%; }
  .section-newsarticle .news-item .news-item-content {
    color: #cfcfcf; }
    .section-newsarticle .news-item .news-item-content a {
      color: #FFFFFF;
      font-family: "Avenir Book Heavy","Nunito",Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-style: normal;
      -webkit-hyphens: auto;
      hyphens: auto;
      overflow-wrap: hyphenate; }
      .section-newsarticle .news-item .news-item-content a:hover {
        color: #cfcfcf; }
  .section-newsarticle .news-item .news-item-date {
    color: #bebebe;
    font-family: "chronicledisplay-semiitalic",Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    font-size: 1.5rem; }
  .section-newsarticle .news-item .news-item-title {
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 130%;
    margin: 20px 0; }
    @media only screen and (min-width: 1025px) {
      .section-newsarticle .news-item .news-item-title {
        font-size: 28px;
        font-size: 2.8rem; } }
  @media only screen and (max-width: 767px) {
    .section-newsarticle .news-item .button {
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-newsarticle .news-item .button {
      margin-top: 20px; } }
  @media only screen and (min-width: 1025px) {
    .section-newsarticle .news-item .button {
      margin-top: 20px; } }

/**********
 *
PEOPLE SECTION
 * Extends: N/A
 *
 *****/
.section-people {
  overflow: hidden;
  *zoom: 1; }
  @media only screen and (max-width: 767px) {
    .section-people {
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-people {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1025px) {
    .section-people {
      padding-bottom: 84px; } }
  .section-people .container.container-large {
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .section-people .container.container-large.section-people-row {
        border-bottom: 1px solid #e1e1e1; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-people .container.container-large.section-people-row {
        padding-bottom: 30px; } }
    @media only screen and (min-width: 1025px) {
      .section-people .container.container-large.section-people-row {
        padding-bottom: 42px; } }
    @media only screen and (max-width: 767px) {
      .section-people .container.container-large.section-people-row {
        padding-left: 0;
        padding-right: 0; } }
    .section-people .container.container-large.section-people-row.active {
      border: none; }
    .section-people .container.container-large .button-back-top-content {
      display: none; }
      @media only screen and (max-width: 767px) {
        .section-people .container.container-large .button-back-top-content {
          display: block;
          padding: 30px 0 42px 0; } }
    @media only screen and (max-width: 767px) {
      .section-people .container.container-large.people-intro {
        padding-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-people .container.container-large:first-child {
        padding-top: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-people .container.container-large:first-child {
        padding-top: 60px; } }
    @media only screen and (min-width: 1025px) {
      .section-people .container.container-large:first-child {
        padding-top: 84px; } }
  .section-people .people-item {
    float: left;
    margin: 50px 0 10px 0;
    width: 48%;
    cursor: pointer;
    padding-left: 5%;
    margin-left: 4%;
    background-image: url('/assets/images/divide-01.png?1468988874');
    background-repeat: left top;
    background-repeat: no-repeat;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .section-people .people-item:first-child {
      padding-left: 0;
      margin-left: 0;
      background: none; }
    .section-people .people-item:nth-child(4) {
      padding-left: 0;
      margin-left: 0;
      background: none; }
    @media only screen and (min-width: 768px) {
      .section-people .people-item.active:after {
        float: none;
        position: static;
        margin: 10px 0 0 45px; } }
    @media only screen and (max-width: 767px) {
      .section-people .people-item.active {
        margin: 0;
        border-top: 1px solid #e1e1e1; } }
    .section-people .people-item.active .people-intro .people-item-image {
      border: 6px solid #e1e1e1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .section-people .people-item {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
        margin: 0 0 20px 0;
        border-top: 1px solid #e1e1e1; } }
    .section-people .people-item .people-intro {
      overflow: hidden;
      *zoom: 1;
      display: table;
      width: 100%;
      position: relative;
      padding: 0 10% 0 0; }
      @media only screen and (max-width: 767px) {
        .section-people .people-item .people-intro {
          min-height: 100%;
          padding: 0 30px; } }
      .section-people .people-item .people-intro:after {
        right: 5%;
        top: 45%;
        margin-left: -5px; }
        @media only screen and (max-width: 767px) {
          .section-people .people-item .people-intro:after {
            right: 7%; } }
      .section-people .people-item .people-intro .people-item-image {
        float: left;
        margin-right: 25px;
        width: 115px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
        position: relative;
        max-width: 115px;
        max-height: 115px;
        position: relative;
        border: 6px solid transparent; }
        @media only screen and (max-width: 767px) {
          .section-people .people-item .people-intro .people-item-image {
            float: none;
            margin-right: 20px; } }
        .section-people .people-item .people-intro .people-item-image img {
          width: 100%; }
      .section-people .people-item .people-intro .people-item-content {
        display: table-cell;
        vertical-align: middle;
        width: 70%; }
        @media only screen and (max-width: 767px) {
          .section-people .people-item .people-intro .people-item-content {
            display: block;
            padding-right: 10%;
            width: 100%; } }
        .section-people .people-item .people-intro .people-item-content h4 {
          margin: 0;
          padding: 0; }
        .section-people .people-item .people-intro .people-item-content p {
          margin: 0;
          padding: 0; }
    .section-people .people-item .people-description-mobile {
      display: none;
      background: #e1e1e1;
      padding: 20px 30px;
      position: relative;
      margin-top: 20px; }
      @media only screen and (min-width: 768px) {
        .section-people .people-item .people-description-mobile {
          display: none !important; } }
  .section-people.section-who {
    color: #FFFFFF; }
    .section-people.section-who.accordion .accordion-title {
      padding-top: 21px; }
    .section-people.section-who .container .section-title {
      color: #FFFFFF; }
    @media only screen and (min-width: 768px) {
      .section-people.section-who .container.container-large.section-people-row {
        border-bottom: 1px solid #8a8d8f; } }
    .section-people.section-who .container.container-large.section-people-row.active {
      border: none; }
    .section-people.section-who .people-item {
      background-image: url('/assets/images/divide-02.png?1468988874');
      background-repeat: left top;
      background-repeat: no-repeat; }
      .section-people.section-who .people-item:first-child {
        background: none; }
      @media only screen and (max-width: 767px) {
        .section-people.section-who .people-item {
          border-top: 1px solid #696c6e; } }
      .section-people.section-who .people-item .people-description-mobile {
        background: #696C6E; }
    .section-people.section-who .people-description-desktop {
      background: #696C6E;
      display: none; }

/**********
 *
 * ABOUT - OUR VISION
 * Extends: N/A
 *
 *****/
.section-aboutvision.accordion .accordion-title {
  padding-top: 31px; }
.section-aboutvision .background {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0; }
  @media only screen and (min-width: 1025px) {
    .section-aboutvision .background {
      height: 600px; } }
.section-aboutvision .section-title {
  color: #FFFFFF; }
.section-aboutvision .column {
  color: #FFFFFF;
  float: right; }

#about-bicentennial {
  background-color: #f4f3f0;
  height: auto;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #about-bicentennial .section-bg {
      margin-top: -40px;
      position: relative;
      height: 220px;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 0; } }
  @media only screen and (min-width: 768px) {
    #about-bicentennial .section-bg {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; } }
  #about-bicentennial .section-bg-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #about-bicentennial .container-medium .column {
      width: 100%;
      padding-bottom: 0px; } }
  @media only screen and (min-width: 768px) {
    #about-bicentennial .container-medium .column {
      width: 42%;
      padding-bottom: 100px; } }
  #about-bicentennial .container-medium .column h2 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #3c3c3c;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1; }
  #about-bicentennial .container-medium .column p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }

.section-focusArea {
  text-align: center; }
  .section-focusArea .container {
    padding-top: 60px; }
  .section-focusArea p {
    color: #2d373e;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-focusArea .focus-area {
    display: inline-block;
    margin-right: 3%;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .section-focusArea .focus-area {
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .section-focusArea .focus-area {
        width: 100%; } }
    .section-focusArea .focus-area img {
      height: 132px;
      width: auto; }
    .section-focusArea .focus-area:last-child {
      margin-right: 0px; }

@media only screen and (min-width: 1025px) {
  .about-hero-banner .hero-banner-content p {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; } }
@media only screen and (max-width: 1024px) {
  .about-hero-banner .hero-banner-content p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; } }

#about-who {
  color: #2d373e;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-who .container {
    padding-top: 60px; }
  #about-who .accordion-content h2 {
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #3c3c3c; }
  #about-who .accordion-content h4 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #c80021;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-who .accordion-content p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44; }
  #about-who .people-item .people-intro:after {
    display: none; }
  #about-who .people-item {
    background-image: none; }
    @media only screen and (min-width: 768px) {
      #about-who .people-item {
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      #about-who .people-item {
        border-top: none;
        display: inline-block;
        vertical-align: top;
        width: 49%; } }
  #about-who .section-people-row {
    border: none; }
  #about-who .section-people-title {
    text-align: center; }
  #about-who .section-people-row {
    padding-bottom: 30px; }

#about-panel {
  background-color: #2d373e;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-panel .container {
    padding-top: 60px; }
  #about-panel .panel-container {
    padding-top: 10px;
    padding-bottom: 10px; }
  #about-panel .section-people-title {
    padding-bottom: 0px; }
    #about-panel .section-people-title p {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal; }
      @media only screen and (max-width: 767px) {
        #about-panel .section-people-title p {
          text-align: left; } }
      @media only screen and (min-width: 768px) {
        #about-panel .section-people-title p {
          text-align: center; } }
  #about-panel .panel-filter-container {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    padding-bottom: 30px; }
  #about-panel .filter-title {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-panel .select-panel-container {
    width: 200px;
    position: relative;
    vertical-align: middle;
    height: 42px;
    display: inline-block;
    background-color: #fff;
    margin-right: 24px;
    border-radius: 6px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    @media only screen and (max-width: 767px) {
      #about-panel .select-panel-container {
        margin-bottom: 20px; } }
  #about-panel .select-panel {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    -webkit-appearance: none;
    text-indent: .01px;
    height: 42px;
    color: #2d373e;
    font-size: 16px;
    font-weight: 400;
    padding: 0 36px 0 15px;
    border-radius: 6px;
    transition: border .2s ease;
    line-height: 1.44;
    letter-spacing: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-panel .select-panel-container:after {
    position: absolute;
    top: 44%;
    right: 12px;
    z-index: 0;
    content: " ";
    margin-left: 6px;
    display: inline-block;
    border-top: 8px solid #d5002b;
    border-right: 7px solid transparent;
    border-bottom: none;
    border-left: 7px solid transparent; }
  #about-panel .select-year-container {
    width: 115px;
    position: relative;
    vertical-align: middle;
    height: 42px;
    display: inline-block;
    background-color: #fff;
    margin-right: 24px;
    border-radius: 6px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-panel .select-panel-year {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    -webkit-appearance: none;
    text-indent: .01px;
    height: 42px;
    color: #2d373e;
    font-size: 16px;
    font-weight: 400;
    padding: 0 36px 0 15px;
    border-radius: 6px;
    transition: border .2s ease;
    line-height: 1.44;
    letter-spacing: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-panel .select-year-container:after {
    position: absolute;
    top: 44%;
    right: 12px;
    z-index: 0;
    content: " ";
    margin-left: 6px;
    display: inline-block;
    border-top: 8px solid #d5002b;
    border-right: 7px solid transparent;
    border-bottom: none;
    border-left: 7px solid transparent; }
  #about-panel .accordion-content h2 {
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF; }
    @media only screen and (max-width: 767px) {
      #about-panel .accordion-content h2 {
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      #about-panel .accordion-content h2 {
        text-align: center; } }
  #about-panel .accordion-content h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-panel .accordion-content .panel-description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44; }
  @media only screen and (max-width: 767px) {
    #about-panel .people-item {
      background-image: none;
      border: solid 1px #575f65;
      margin: 0px;
      padding: 15px;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    #about-panel .people-item {
      background-image: none;
      border: solid 1px #575f65;
      margin: 0px;
      padding: 35px;
      height: 220px;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    #about-panel .people-item .people-intro {
      padding: 0px; } }
  #about-panel .people-item-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.44; }
  #about-panel .people-item-content .read-more {
    font-weight: 500;
    margin-top: 0px;
    display: block !important; }
  @media only screen and (max-width: 767px) {
    #about-panel .people-item-content {
      display: table-cell;
      vertical-align: middle;
      width: 70%; } }
  @media only screen and (max-width: 767px) {
    #about-panel .people-item-image {
      margin-right: 0px;
      max-width: 102px;
      max-height: 102px;
      width: 102px; } }
  #about-panel .section-people-title {
    text-align: center; }
  #about-panel .hr-sect {
    text-align: center;
    padding: 20px 0px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
  #about-panel .hr-sect:before {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #575f65;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 25px 0px 2px; }
  #about-panel .hr-sect:after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #575f65;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 2px 0px 25px; }
  #about-panel .show-more-AboutPanel {
    border-radius: 6px;
    background-color: #f4f3f0;
    border: solid 1px #d7d2cb;
    font-size: 18px;
    line-height: 1.83;
    text-align: center;
    color: #3c3c3c;
    padding: 7px 20px; }

#about-university {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  #about-university .container {
    padding-top: 60px; }
  #about-university h2 {
    color: #2d373e;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center; }
  #about-university img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  #about-university h3 {
    margin-top: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #3c3c3c; }
  @media only screen and (max-width: 767px) {
    #about-university .section-title {
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    #about-university .section-title {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    #about-university .hr-sect {
      padding: 20px 0px;
      display: block;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    #about-university .hr-sect {
      padding: 20px 0px;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    #about-university .hr-sect:before {
      display: none; } }
  @media only screen and (min-width: 768px) {
    #about-university .hr-sect:before {
      content: "";
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: #abafb2;
      height: 1px;
      font-size: 0px;
      line-height: 0px;
      margin: 0px 25px 0px 2px; } }
  @media only screen and (max-width: 767px) {
    #about-university .hr-sect:after {
      display: none; } }
  @media only screen and (min-width: 768px) {
    #about-university .hr-sect:after {
      content: "";
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: #abafb2;
      height: 1px;
      font-size: 0px;
      line-height: 0px;
      margin: 0px 2px 0px 25px; } }

/**********
 *
 * UNI PARTNERS SECTION
 * Extends: N/A
 *
 *****/
.section-uni-partners.accordion .accordion-title {
  padding-top: 21px; }
.section-uni-partners .container {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section-uni-partners .container {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .section-uni-partners .container {
      text-align: left;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .section-uni-partners .container h2.section-title {
      padding: 0 30px; } }
  @media only screen and (min-width: 1025px) {
    .section-uni-partners .container h3.section-title {
      margin-top: 80px;
      font-size: 27px;
      font-size: 2.7rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-uni-partners .container h3.section-title {
      margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .section-uni-partners .container h3.section-title {
      margin: 40px 0 20px 0;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      padding: 0 30px; } }
  .section-uni-partners .container ul.uni-partners-list {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    float: none;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      .section-uni-partners .container ul.uni-partners-list li {
        display: inline-block;
        max-width: 280px;
        margin: 30px 2%; } }
    @media only screen and (max-width: 767px) {
      .section-uni-partners .container ul.uni-partners-list li {
        width: 100%;
        margin: 0;
        padding: 0 30px;
        border-top: 1px solid #e7e7e7; } }
    @media only screen and (max-width: 767px) {
      .section-uni-partners .container ul.uni-partners-list li .uni-partner-item {
        display: table;
        padding: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .section-uni-partners .container ul.uni-partners-list li .uni-partner-image {
        width: 30%;
        display: table-cell;
        text-align: left; }
        .section-uni-partners .container ul.uni-partners-list li .uni-partner-image img {
          width: 90%;
          margin: auto;
          vertical-align: middle; } }
    .section-uni-partners .container ul.uni-partners-list li span {
      display: block;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .section-uni-partners .container ul.uni-partners-list li span {
          width: 70%;
          margin-top: 0;
          display: table-cell;
          vertical-align: middle; } }

/**********
 *
ALUMNI SECTION
 * Extends: N/A
 *
 *****/
.section-subnav {
  z-index: 2;
  background: none;
  overflow: visible; }
  @media only screen and (min-width: 1025px) {
    .section-subnav {
      display: block;
      height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-subnav {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .section-subnav ul {
      display: none; } }
  .section-subnav .main-subnav {
    width: 100%;
    background: #3C3C3C;
    color: #FFFFFF;
    z-index: 3;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .section-subnav .main-subnav {
        height: 50px; } }
    @media only screen and (max-width: 767px) {
      .section-subnav .main-subnav {
        height: 60px; } }
    .section-subnav .main-subnav.active-dock {
      position: fixed;
      left: 0;
      top: 50px; }
      @media only screen and (max-width: 767px) {
        .section-subnav .main-subnav.active-dock {
          top: 58px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-subnav .main-subnav {
        display: block; } }
    .section-subnav .main-subnav .container {
      padding-top: 0;
      padding-bottom: 0;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-subnav .main-subnav .container {
          padding-top: 12px; } }
      .section-subnav .main-subnav .container ul {
        list-style: none;
        margin: 0 auto;
        padding: 0; }
        .section-subnav .main-subnav .container ul li {
          display: inline-block;
          height: 50px;
          padding: 0 15px 0 25px; }
          .section-subnav .main-subnav .container ul li a {
            color: #FFFFFF;
            text-decoration: none;
            display: block;
            padding: 15px 0 0 0;
            height: 50px;
            border-bottom: 4px solid transparent;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: center; }
            @media only screen and (min-width: 1025px) {
              .section-subnav .main-subnav .container ul li a:hover, .section-subnav .main-subnav .container ul li a.active {
                border-bottom-color: #d5002b; } }
          .section-subnav .main-subnav .container ul li:first-child {
            padding-left: 0; }
  .section-subnav .subnav-nav__select-wrapper {
    position: relative;
    vertical-align: middle;
    height: 36px;
    background-color: #fff; }
    @media only screen and (min-width: 768px) {
      .section-subnav .subnav-nav__select-wrapper {
        display: none; } }
    .section-subnav .subnav-nav__select-wrapper select {
      position: relative;
      z-index: 1;
      background: transparent;
      -webkit-appearance: none;
      text-indent: .01px;
      height: 36px;
      color: #3C3C3C;
      font-size: 16px;
      font-weight: 400;
      padding: 0 36px 0 8px;
      border: 1px solid #DADADA;
      border-radius: 3px;
      transition: border .2s ease;
      width: 100%; }
    .section-subnav .subnav-nav__select-wrapper:after {
      position: absolute;
      top: 44%;
      right: 12px;
      z-index: 0;
      content: " ";
      margin-left: 6px;
      display: inline-block;
      border-top: 8px solid #3C3C3C;
      border-right: 7px solid transparent;
      border-bottom: none;
      border-left: 7px solid transparent; }

/**********
 *
 * FAQ
 * Extends: N/A
 *
 *****/
.section-faq .container .faq-content-section {
  border-bottom: 1px solid #621A4B;
  min-height: 100% !important; }
  @media only screen and (max-width: 767px) {
    .section-faq .container .faq-content-section {
      overflow: hidden;
      *zoom: 1;
      padding: 21px 30px 42px 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-faq .container .faq-content-section {
      overflow: hidden;
      *zoom: 1;
      padding: 60px 0 0; } }
  @media only screen and (min-width: 1025px) {
    .section-faq .container .faq-content-section {
      padding: 50px 0 55px 0; } }
  .section-faq .container .faq-content-section.last {
    border-bottom: none;
    padding-bottom: 0; }
  .section-faq .container .faq-content-section article {
    border-top: 1px solid #e3e3e5;
    padding-top: 35px;
    margin-top: 35px; }
    .section-faq .container .faq-content-section article.first {
      border-top: none;
      padding-top: 0; }
    .section-faq .container .faq-content-section article .question {
      font-family: "chronicledisplay-semi",Georgia,"Times New Roman",Times,serif;
      font-weight: 400;
      font-style: normal;
      color: #621A4B;
      font-size: 27px;
      font-size: 2.7rem;
      line-height: 34px; }
    .section-faq .container .faq-content-section article .answer {
      font-size: 15px;
      font-size: 1.5rem; }
      .section-faq .container .faq-content-section article .answer p {
        margin-bottom: 0; }
      .section-faq .container .faq-content-section article .answer .rounded-image-container {
        text-align: center; }
        .section-faq .container .faq-content-section article .answer .rounded-image-container img {
          margin: auto; }
          @media only screen and (max-width: 767px) {
            .section-faq .container .faq-content-section article .answer .rounded-image-container img {
              max-width: 280px; } }
        .section-faq .container .faq-content-section article .answer .rounded-image-container .image-title {
          margin: auto; }
  .section-faq .container .faq-content-section table th, .section-faq .container .faq-content-section table td {
    border: 1px solid #dedede;
    padding: 15px 25px; }
  .section-faq .container .faq-content-section table th, .section-faq .container .faq-content-section table thead td {
    font-weight: bold;
    color: #621A4B; }
  .section-faq .container .faq-content-section sub {
    line-height: 16px;
    display: block; }
  .section-faq .container .faq-content-section .slide-quote {
    background: #EEEEF0;
    text-align: center;
    width: 100%;
    display: table; }
    .section-faq .container .faq-content-section .slide-quote .slide-quote-container {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-faq .container .faq-content-section .slide-quote .slide-quote-container p.quote, .section-faq .container .faq-content-section .slide-quote .slide-quote-container p.author {
          margin: 0.7em 0; } }
    .section-faq .container .faq-content-section .slide-quote hr {
      border: none;
      height: 55px;
      max-width: 420px; }
      @media only screen and (max-width: 767px) {
        .section-faq .container .faq-content-section .slide-quote hr {
          height: 40px; } }
      .section-faq .container .faq-content-section .slide-quote hr.top {
        background: url('/assets/images/quote-top.png?1468988874') no-repeat center top;
        border-bottom: 1px solid #621A4B; }
      .section-faq .container .faq-content-section .slide-quote hr.bottom {
        background: url('/assets/images/quote-bottom.png?1468988874') no-repeat center bottom;
        border-top: 1px solid #621A4B; }
    .section-faq .container .faq-content-section .slide-quote .quote {
      color: #621A4B;
      margin: 0 auto 0 auto;
      max-width: 420px;
      font-family: "chronicledisplay-semiitalic",Georgia,"Times New Roman",Times,serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic;
      line-height: 140%; }
      @media only screen and (max-width: 767px) {
        .section-faq .container .faq-content-section .slide-quote .quote {
          font-size: 20px;
          font-size: 2rem; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-faq .container .faq-content-section .slide-quote .quote {
          font-size: 20px;
          font-size: 2rem; } }
      @media only screen and (min-width: 1025px) {
        .section-faq .container .faq-content-section .slide-quote .quote {
          font-size: 27px;
          font-size: 2.7rem; } }
    .section-faq .container .faq-content-section .slide-quote .author {
      color: #848789; }
      .section-faq .container .faq-content-section .slide-quote .author strong {
        font-family: "Avenir Book Heavy","Nunito",Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-style: normal; }
.section-faq .container .btn-back-container {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .section-faq .container .btn-back-container {
      padding: 42px 30px 42px 30px; } }

/**********
 *
 * ALUMNI INTRO SECTION
 * Extends: N/A
 *
 *****/
.section-alumni-intro {
  color: #FFFFFF; }
  @media only screen and (min-width: 768px) {
    .section-alumni-intro {
      text-align: center; } }
  .section-alumni-intro .container .section-title {
    color: #FFFFFF;
    margin-bottom: 30px; }

/**********
 *
 * ALUMNI SCHOLARS SECTION
 * Extends: N/A
 *
 *****/
.section-scholars {
  background: #FFFFFF; }

.scholarlistings-filters label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  text-align: left;
  color: #3c3c3c;
  padding-right: 10px;
  padding-bottom: 12px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  @media only screen and (max-width: 767px) {
    .scholarlistings-filters label {
      padding: 5px;
      width: 80px; } }
.scholarlistings-filters .scholarlistings-filter {
  padding-bottom: 10px; }
.scholarlistings-filters #scholarshipStreamFilter {
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 8px 20px 8px 10px;
  font-size: 16px;
  line-height: 1.44;
  color: #2d373e;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  display: block;
  position: relative;
  z-index: 1;
  background: transparent;
  -webkit-appearance: none;
  text-indent: .01px;
  color: #2d373e;
  transition: border .2s ease;
  letter-spacing: normal;
  width: 217px; }
  .scholarlistings-filters #scholarshipStreamFilter input {
    font-size: 16px;
    line-height: 1.44;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
.scholarlistings-filters .scholarshipStreamFilter-container {
  margin-right: 10px;
  width: auto;
  position: relative;
  vertical-align: middle;
  height: auto;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  @media only screen and (max-width: 767px) {
    .scholarlistings-filters .scholarshipStreamFilter-container {
      margin-bottom: 20px; } }
.scholarlistings-filters .scholarshipStreamFilter-container:after {
  position: absolute;
  top: 44%;
  right: 12px;
  z-index: 0;
  content: " ";
  margin-left: 6px;
  display: inline-block;
  border-top: 8px solid #d5002b;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent; }
.scholarlistings-filters .show-filter-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  color: #d5002b;
  text-decoration: none;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  cursor: pointer; }
.scholarlistings-filters #alumniKeyword {
  border: solid 1px #cccccc;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.44;
  color: #8b8b8b;
  margin-bottom: 12px;
  padding: 9px 14px;
  width: 90%; }
.scholarlistings-filters #statesFilter {
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  font-size: 16px;
  line-height: 1.44;
  color: #2d373e;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  display: block;
  position: relative;
  z-index: 1;
  background: transparent;
  -webkit-appearance: none;
  text-indent: .01px;
  color: #2d373e;
  transition: border .2s ease;
  letter-spacing: normal;
  width: 126px; }
  .scholarlistings-filters #statesFilter input {
    font-size: 16px;
    line-height: 1.44;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
.scholarlistings-filters .statesFilter-container {
  margin-right: 10px;
  width: auto;
  position: relative;
  vertical-align: middle;
  height: auto;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  @media only screen and (max-width: 767px) {
    .scholarlistings-filters .statesFilter-container {
      margin-bottom: 20px; } }
.scholarlistings-filters .statesFilter-container:after {
  position: absolute;
  top: 44%;
  right: 12px;
  z-index: 0;
  content: " ";
  margin-left: 6px;
  display: inline-block;
  border-top: 8px solid #d5002b;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent; }
.scholarlistings-filters #yearFilter {
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  font-size: 16px;
  line-height: 1.44;
  color: #2d373e;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  display: block;
  position: relative;
  z-index: 1;
  background: transparent;
  -webkit-appearance: none;
  text-indent: .01px;
  color: #2d373e;
  transition: border .2s ease;
  letter-spacing: normal;
  width: 110px; }
  .scholarlistings-filters #yearFilter input {
    font-size: 16px;
    line-height: 1.44;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
.scholarlistings-filters .yearFilter-container {
  margin-right: 10px;
  width: auto;
  position: relative;
  vertical-align: middle;
  height: auto;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  @media only screen and (max-width: 767px) {
    .scholarlistings-filters .yearFilter-container {
      margin-bottom: 20px; } }
.scholarlistings-filters .yearFilter-container:after {
  position: absolute;
  top: 44%;
  right: 12px;
  z-index: 0;
  content: " ";
  margin-left: 6px;
  display: inline-block;
  border-top: 8px solid #d5002b;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent; }
.scholarlistings-filters #focusAreasFilter {
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 8px 40px 8px 10px;
  font-size: 16px;
  line-height: 1.44;
  color: #2d373e;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  display: block;
  position: relative;
  z-index: 1;
  background: transparent;
  -webkit-appearance: none;
  text-indent: .01px;
  color: #2d373e;
  transition: border .2s ease;
  letter-spacing: normal; }
  .scholarlistings-filters #focusAreasFilter input {
    font-size: 16px;
    line-height: 1.44;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  @media only screen and (max-width: 767px) {
    .scholarlistings-filters #focusAreasFilter {
      width: 100%; } }
.scholarlistings-filters .focusAreasFilter-container {
  margin-right: 10px;
  width: auto;
  position: relative;
  vertical-align: middle;
  height: auto;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  @media only screen and (max-width: 767px) {
    .scholarlistings-filters .focusAreasFilter-container {
      margin-bottom: 20px;
      width: 100%; } }
.scholarlistings-filters .focusAreasFilter-container:after {
  position: absolute;
  top: 44%;
  right: 12px;
  z-index: 0;
  content: " ";
  margin-left: 6px;
  display: inline-block;
  border-top: 8px solid #d5002b;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent; }
.scholarlistings-filters .search-button {
  background-color: #d5002b;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 9px 30px 11px;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.83; }
  @media only screen and (min-width: 1025px) {
    .scholarlistings-filters .search-button:hover {
      background: #b62f25;
      color: #FFFFFF;
      border: none; } }
@media only screen and (max-width: 767px) {
  .scholarlistings-filters .scholarlistings-filter select {
    width: 160px; } }

@media only screen and (min-width: 1025px) {
  .scholars .hero-banner-content p {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; } }
@media only screen and (max-width: 1024px) {
  .scholars .hero-banner-content p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; } }

/**********
 *
 * ALUMNI SCHOLAR LISTINGS
 * Extends: N/A
 *
 *****/
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .section-scholarlistings {
    float: left;
    width: 600px; } }
@media only screen and (min-width: 1280px) {
  .section-scholarlistings {
    float: left;
    width: 750px; } }
.section-scholarlistings .scholarlisting-reset {
  display: none; }
.section-scholarlistings.filtered .scholarlisting-reset {
  display: inline-block; }

.scholarslisting-heading {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: solid 1px #d7d2cb; }
  @media only screen and (max-width: 767px) {
    .scholarslisting-heading {
      padding-top: 30px; } }

.scholarlisting-yearlabel {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.12;
  color: #3c3c3c;
  width: 28%; }
  @media only screen and (max-width: 767px) {
    .scholarlisting-yearlabel {
      width: 100%; } }

.scholarlisting-resultslabel {
  display: inline-block;
  margin: 15px 0 0;
  padding: 15px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 1.36;
  text-align: right;
  color: #626262;
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .scholarlisting-resultslabel {
      margin: 0px;
      padding-top: 8px;
      text-align: left;
      width: 100%; } }
  .scholarlisting-resultslabel .scholarlisting-reset {
    border: 1px solid #848789;
    cursor: pointer;
    font-style: italic;
    margin-left: 20px;
    padding: 5px 10px; }
    .scholarlisting-resultslabel .scholarlisting-reset span {
      margin-right: 5px; }
    .scholarlisting-resultslabel .scholarlisting-reset:hover {
      background: #FFFFFF; }

.scholarlisting-group {
  overflow: hidden;
  *zoom: 1; }

.scholarlisting-loader {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 10px 0;
  text-align: center; }
  .scholarlisting-loader.loading {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .scholarlisting-loader.maxed {
    display: none; }

.scholarlisting {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .scholarlisting {
      padding: 20px 0;
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .scholarlisting {
      padding: 20px;
      width: 25%; } }
  .scholarlisting .scholarlisting-image {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 110px;
    overflow: hidden;
    width: 110px; }
    .scholarlisting .scholarlisting-image img {
      display: inline-block;
      height: 100%;
      min-height: 100%;
      vertical-align: top;
      width: 100%;
      min-width: 100%; }
  .scholarlisting .scholarlisting-title {
    font-size: 14px;
    line-height: 1.36;
    text-align: center;
    font-weight: 500;
    color: #c80021;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .scholarlisting .scholarlisting-stream {
    margin: 0;
    font-size: 14px;
    line-height: 1.36;
    text-align: center;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .scholarlisting .scholarlisting-link {
    text-decoration: none; }
  .scholarlisting.hidden {
    display: none; }

@media only screen and (max-width: 767px) {
  .section-other-scholars .scholarlisting:nth-of-type(2n+1) {
    clear: both; } }

/**********
 *
 * ALUMNI SCHOLAR SIDEBAR
 * Extends: N/A
 *
 *****/
.section-scholarsidebar {
  float: right; }
  @media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .section-scholarsidebar {
      width: 300px; } }
  @media only screen and (min-width: 1280px) {
    .section-scholarsidebar {
      width: 350px; } }
  @media only screen and (max-width: 1024px) {
    .section-scholarsidebar {
      display: none; } }
  .section-scholarsidebar .scholarsidebar-textblock {
    margin: 0 0 40px; }
    .section-scholarsidebar .scholarsidebar-textblock p {
      margin: 10px 0 0 0;
      font-size: 18px;
      text-align: left;
      color: #2d373e;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    .section-scholarsidebar .scholarsidebar-textblock .scholarsidebar-textblock-title {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.12;
      color: #3c3c3c;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-scholarsidebar .scholarvideo {
    background: #EFEDE9;
    overflow: hidden;
    *zoom: 1;
    margin: 40px 0;
    min-height: 125px;
    position: relative; }
    .section-scholarsidebar .scholarvideo .scholarvideo-link {
      left: 0;
      position: absolute;
      top: 0;
      width: 150px; }
      .section-scholarsidebar .scholarvideo .scholarvideo-link:hover .scholarvideo-play {
        background-color: rgba(53, 55, 56, 0.2); }
    .section-scholarsidebar .scholarvideo .scholarvideo-thumbnail {
      position: relative; }
      .section-scholarsidebar .scholarvideo .scholarvideo-thumbnail .scholarvideo-play {
        background: url('/assets/images/icon-play.png?1468988874') no-repeat center center;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        -webkit-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
        width: 100%; }
    .section-scholarsidebar .scholarvideo .scholarvideo-content {
      line-height: 130%;
      padding: 15px 10px 0 165px; }
      .section-scholarsidebar .scholarvideo .scholarvideo-content p {
        margin: 0;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.36;
        text-align: left;
        color: #2d373e;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    .section-scholarsidebar .scholarvideo .scholarvideo-title {
      margin: 0 0 10px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.31;
      color: #d5002b;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }

/**********
 *
ENQUIRE SECTION
 * Extends: N/A
 *
 *****/
.profile-hero-banner {
  position: relative;
  display: table;
  color: #2d373e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 0; }
  @media only screen and (max-width: 767px) {
    .profile-hero-banner {
      height: 300px !important; } }
  @media only screen and (max-width: 1024px) {
    .profile-hero-banner {
      position: static; } }
  .profile-hero-banner.dark-text {
    color: #2d373e; }
  .profile-hero-banner .container .page-title {
    color: #2d373e;
    font-size: 48px;
    padding-top: 10px; }
  .profile-hero-banner .container .hero-banner-content {
    margin: auto;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .profile-hero-banner .container .hero-banner-content {
        margin-top: 15px; } }
    @media only screen and (max-width: 1024px) {
      .profile-hero-banner .container .hero-banner-content {
        text-align: center; } }
    .profile-hero-banner .container .hero-banner-content .linkedin,
    .profile-hero-banner .container .hero-banner-content .pressrelease {
      background: url('/assets/images/alumniprofile-pressrelease.png?1468988874') no-repeat top left;
      display: inline-block;
      height: 23px;
      margin-right: 6px;
      vertical-align: bottom;
      width: 21px; }
    .profile-hero-banner .container .hero-banner-content a.button-video {
      color: #fff;
      border-color: #2d373e;
      background-color: #2d373e; }
      .profile-hero-banner .container .hero-banner-content a.button-video:after {
        border-color: transparent transparent transparent #fff; }
      .profile-hero-banner .container .hero-banner-content a.button-video:hover {
        background-color: #575F65; }
    .profile-hero-banner .container .hero-banner-content .linkedin {
      background-image: url('/assets/images/linked-in-copy-2.png?1490725148'); }
  .profile-hero-banner .container .image {
    display: inline-block;
    position: relative;
    height: 275px; }
    @media only screen and (max-width: 1024px) {
      .profile-hero-banner .container .image {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .profile-hero-banner .container .image {
        height: auto; } }
    .profile-hero-banner .container .image .profile-image {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      height: 275px;
      overflow: hidden;
      width: 275px; }
      @media only screen and (max-width: 767px) {
        .profile-hero-banner .container .image .profile-image {
          height: 220px;
          width: 220px; } }
      .profile-hero-banner .container .image .profile-image img {
        height: 275px;
        width: 275px; }
        @media only screen and (max-width: 767px) {
          .profile-hero-banner .container .image .profile-image img {
            height: 220px;
            width: 220px; } }
    .profile-hero-banner .container .image .profile-image-overlay {
      bottom: 0;
      height: 90px;
      position: absolute;
      right: 0;
      width: 90px; }
  .profile-hero-banner .container .inner {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    @media only screen and (max-width: 1024px) {
      .profile-hero-banner .container .inner {
        display: none; } }
    @media only screen and (min-width: 1025px) and (max-width: 1279px) {
      .profile-hero-banner .container .inner {
        padding: 0 0 0 50px;
        width: 600px; } }
    @media only screen and (min-width: 1280px) {
      .profile-hero-banner .container .inner {
        padding: 0 0 0 80px;
        width: 750px; } }
  .profile-hero-banner .container .page-title {
    border-bottom: 1px solid #2d373e;
    padding-bottom: 20px;
    margin-bottom: 10px; }
  .profile-hero-banner .container h4 {
    padding-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Avenir Book Heavy","Nunito",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal; }
    .profile-hero-banner .container h4 span {
      font-family: "Avenir Book","Nunito",Helvetica,Arial,sans-serif;
      font-weight: 400;
      font-style: normal; }
    @media only screen and (max-width: 767px) {
      .profile-hero-banner .container h4 {
        padding-top: 8px; } }
  .profile-hero-banner .container .btn-profile {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .profile-hero-banner .container .btn-profile {
        margin-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .profile-hero-banner .container {
      padding: 0 30px 0 30px; } }
  @media only screen and (min-width: 768px) {
    .profile-hero-banner .container {
      padding: 0 40px 0 40px; } }
  .profile-hero-banner .container p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px; }
    @media only screen and (max-width: 1024px) {
      .profile-hero-banner .container p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px; } }
  .profile-hero-banner .container a {
    color: #2d373e;
    text-decoration: none; }
  .profile-hero-banner .video-button-wrapper {
    margin: 20px 0 0; }

.section-become-scholar {
  background-color: #f4f3f0;
  color: #3c3c3c;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-become-scholar .section-title {
    font-size: 26px;
    font-size: 2.6rem; }
  .section-become-scholar .section-title-main {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #3c3c3c; }
    @media only screen and (max-width: 767px) {
      .section-become-scholar .section-title-main {
        text-align: left; } }
  .section-become-scholar .list-greater {
    list-style: none;
    padding-left: 0px; }
    .section-become-scholar .list-greater li {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      padding-bottom: 10px;
      color: #2d373e;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
      .section-become-scholar .list-greater li a {
        text-decoration: none; }
    .section-become-scholar .list-greater li:before {
      content: '> ';
      color: #c80021; }
  .section-become-scholar a {
    color: #3c3c3c;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    text-decoration: underline; }
    .section-become-scholar a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .section-become-scholar {
      overflow: visible;
      position: static; } }
  .section-become-scholar .container .section-title {
    color: #3c3c3c;
    margin-bottom: 20px; }
  .section-become-scholar .container .button-back-top-content {
    margin-top: 30px;
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-become-scholar .container .button-back-top-content {
        display: block; } }
  .section-become-scholar .container .two-columns .column {
    width: 46%; }
    @media only screen and (max-width: 767px) {
      .section-become-scholar .container .two-columns .column {
        width: 100%; } }
  .section-become-scholar .container .two-columns.enquire-contacts {
    margin-bottom: 20px; }
    .section-become-scholar .container .two-columns.enquire-contacts .column {
      width: 46.5%;
      border-left: 2px solid #cdcdcc;
      padding-left: 2%; }
      @media only screen and (max-width: 767px) {
        .section-become-scholar .container .two-columns.enquire-contacts .column {
          width: 100% !important; } }
      .section-become-scholar .container .two-columns.enquire-contacts .column:first-child {
        border: none;
        padding-left: 0; }
        @media only screen and (max-width: 1024px) {
          .section-become-scholar .container .two-columns.enquire-contacts .column:first-child {
            margin-bottom: 20px; } }
      .section-become-scholar .container .two-columns.enquire-contacts .column p {
        margin: 0;
        color: #2d373e;
        font-size: 16px;
        line-height: 1.44; }
      @media only screen and (max-width: 1024px) {
        .section-become-scholar .container .two-columns.enquire-contacts .column {
          width: 46%;
          padding: 0;
          border-left: 2px solid #cdcdcc; } }
    .section-become-scholar .container .two-columns.enquire-contacts .column-updates {
      padding-left: 6%; }
      .section-become-scholar .container .two-columns.enquire-contacts .column-updates a {
        color: #c80021;
        text-decoration: none;
        cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .section-become-scholar .container .two-columns.enquire-contacts .column-updates {
          padding-left: 0;
          border-left: none;
          border-top: 2px solid #cdcdcc;
          padding-top: 20px; } }
    .section-become-scholar .container .two-columns.enquire-contacts ul.social {
      list-style: none;
      margin: 10px 0 0 0;
      padding: 0;
      float: none; }
      @media only screen and (max-width: 767px) {
        .section-become-scholar .container .two-columns.enquire-contacts ul.social {
          margin-top: 15px; } }
      @media only screen and (max-width: 767px) {
        .section-become-scholar .container .two-columns.enquire-contacts ul.social {
          margin: 20px 0 30px; } }
      .section-become-scholar .container .two-columns.enquire-contacts ul.social li {
        display: inline-block;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .section-become-scholar .container .two-columns.enquire-contacts ul.social li {
            margin-right: 10px; } }
        .section-become-scholar .container .two-columns.enquire-contacts ul.social li a {
          color: #2d373e;
          overflow: hidden;
          *zoom: 1;
          font-size: 14px;
          font-size: 1.4rem;
          text-decoration: none; }
          .section-become-scholar .container .two-columns.enquire-contacts ul.social li a span.icon {
            display: inline-block;
            width: 18px;
            height: 18px;
            display: inline-block;
            text-indent: -99999px;
            background-position: top;
            margin: 1px 8px 0 0; }
          .section-become-scholar .container .two-columns.enquire-contacts ul.social li a:hover {
            color: #2d373e;
            text-decoration: none; }
          .section-become-scholar .container .two-columns.enquire-contacts ul.social li a.icon-twitter span.icon {
            background-image: url('/assets/images/twitter-copy-4.png?1490725144'); }
          .section-become-scholar .container .two-columns.enquire-contacts ul.social li a.icon-linkedin span.icon {
            background-image: url('/assets/images/linked-in-copy-2.png?1490725148'); }

.section-alumni-profile {
  background: #f4f3f0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-alumni-profile .list-tick {
    list-style: none;
    padding-left: 0px; }
    .section-alumni-profile .list-tick li {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      padding-bottom: 8px;
      color: #2d373e; }
    .section-alumni-profile .list-tick li:before {
      content: "\2714\0020 "; }
  @media only screen and (max-width: 767px) {
    .section-alumni-profile {
      overflow: visible; } }
  @media only screen and (max-width: 767px) {
    .section-alumni-profile .container {
      padding: 0;
      overflow: visible; }
      .section-alumni-profile .container .column {
        width: 100%; } }
  @media only screen and (min-width: 768px) {
    .section-alumni-profile .container {
      padding-top: 0; } }
  .section-alumni-profile .container .two-columns .column {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .section-alumni-profile .container .two-columns .column {
        width: 100%; } }
  .section-alumni-profile .container .two-columns .section-scholarshipproject {
    margin-bottom: 20px; }
  .section-alumni-profile .container .two-columns.enquire-contacts {
    margin-bottom: 20px; }
    .section-alumni-profile .container .two-columns.enquire-contacts .section-title {
      padding-bottom: 20px;
      font-size: 31px;
      font-weight: bold;
      line-height: 1.1;
      color: #3c3c3c; }
    .section-alumni-profile .container .two-columns.enquire-contacts .column {
      width: 60%;
      padding-left: 2%; }
      @media only screen and (max-width: 767px) {
        .section-alumni-profile .container .two-columns.enquire-contacts .column {
          width: 100% !important; } }
      .section-alumni-profile .container .two-columns.enquire-contacts .column .scholar-quote p {
        font-size: 24px;
        font-style: italic;
        line-height: 1.42;
        text-align: center;
        color: #2d373e;
        font-family: "HCo Chronicle Display", "Times New Roman","Times",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
        padding-bottom: 20px;
        padding-top: 20px; }
      .section-alumni-profile .container .two-columns.enquire-contacts .column:first-child {
        border: none;
        padding-left: 0; }
        @media only screen and (max-width: 1024px) {
          .section-alumni-profile .container .two-columns.enquire-contacts .column:first-child {
            margin-bottom: 20px; } }
      .section-alumni-profile .container .two-columns.enquire-contacts .column p {
        margin: 0;
        font-size: 16px;
        line-height: 1.44;
        color: #2d373e;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
      @media only screen and (max-width: 1024px) {
        .section-alumni-profile .container .two-columns.enquire-contacts .column {
          width: 60%;
          padding: 0;
          border: none; } }
      .section-alumni-profile .container .two-columns.enquire-contacts .column .section-title-skills {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.12;
        color: #3c3c3c;
        padding-top: 30px;
        padding-bottom: 5px; }
    .section-alumni-profile .container .two-columns.enquire-contacts .column-updates {
      padding-left: 4%;
      width: 40%; }
      @media only screen and (max-width: 767px) {
        .section-alumni-profile .container .two-columns.enquire-contacts .column-updates {
          padding-left: 0;
          width: 100%; } }
      .section-alumni-profile .container .two-columns.enquire-contacts .column-updates .section-title-skills {
        border-bottom: 1px solid #bcbcbc;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 100%;
        padding-bottom: 5px;
        padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .section-alumni-profile .container .scholarship-content-section {
      overflow: hidden;
      *zoom: 1;
      padding: 21px 30px 42px 30px; }
      .section-alumni-profile .container .scholarship-content-section .button-back-top-content {
        display: none; }
      .section-alumni-profile .container .scholarship-content-section.accordion-content {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-alumni-profile .container .scholarship-content-section {
      overflow: hidden;
      *zoom: 1;
      padding: 60px 0 0; }
      .section-alumni-profile .container .scholarship-content-section .button-back-top-content {
        display: block; } }
  @media only screen and (min-width: 1025px) {
    .section-alumni-profile .container .scholarship-content-section {
      padding: 84px 0 0;
      min-height: 250px; }
      .section-alumni-profile .container .scholarship-content-section .button-back-top-content {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-alumni-profile .container .scholarship-content-section .scholarship-content {
      float: left;
      width: 50%; } }
  @media only screen and (min-width: 1025px) {
    .section-alumni-profile .container .scholarship-content-section .scholarship-content {
      width: 40%; } }
  .section-alumni-profile .container .scholarship-content-section .scholarship-content .section-title {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1025px) {
      .section-alumni-profile .container .scholarship-content-section .scholarship-content .section-title {
        display: block;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-alumni-profile .container .scholarship-content-section .scholarship-content .section-title {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-alumni-profile .container .scholarship-content-section .scholarship-content .section-title {
        display: block; } }

.section-quote {
  background: #e1e1e1;
  text-align: center; }
  .section-quote .container {
    padding: 30px 40px; }
  .section-quote .scholarship-supporting {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-quote .scholarship-supporting {
        width: 100% !important; } }
    @media only screen and (min-width: 768px) {
      .section-quote .scholarship-supporting {
        display: inline-block;
        width: auto !important; } }
    .section-quote .scholarship-supporting img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      height: auto;
      overflow: hidden;
      width: 100%; }
    .section-quote .scholarship-supporting .slide {
      top: 0;
      width: 100%; }
    .section-quote .scholarship-supporting .slide-quote {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-quote .scholarship-supporting .slide-quote .slide-quote-container .quote, .section-quote .scholarship-supporting .slide-quote .slide-quote-container p.author {
          margin: 0 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-quote .scholarship-supporting .slide-quote .slide-quote-container .quote {
          margin: 0 25px; } }
      @media only screen and (min-width: 1025px) {
        .section-quote .scholarship-supporting .slide-quote .slide-quote-container .quote {
          margin: 0 25px; } }
      .section-quote .scholarship-supporting .slide-quote hr {
        border: none;
        height: 28px; }
        @media only screen and (max-width: 767px) {
          .section-quote .scholarship-supporting .slide-quote hr {
            height: 28px; } }
        .section-quote .scholarship-supporting .slide-quote hr.top {
          background: url('/assets/images/quote-top.png?1468988874') no-repeat left top;
          margin: 0 0; }
        .section-quote .scholarship-supporting .slide-quote hr.bottom {
          background: url('/assets/images/quote-bottom.png?1468988874') no-repeat right bottom;
          margin: 0 0; }
      .section-quote .scholarship-supporting .slide-quote .quote {
        display: block;
        color: #621A4B;
        font-family: "chronicledisplay-semiitalic",Georgia,"Times New Roman",Times,serif;
        font-weight: 400;
        font-style: normal;
        line-height: 140%; }
        @media only screen and (max-width: 767px) {
          .section-quote .scholarship-supporting .slide-quote .quote {
            font-size: 20px;
            font-size: 2rem; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .section-quote .scholarship-supporting .slide-quote .quote {
            font-size: 20px;
            font-size: 2rem; } }
        @media only screen and (min-width: 1025px) {
          .section-quote .scholarship-supporting .slide-quote .quote {
            font-size: 25px;
            font-size: 2.5rem; } }
        .section-quote .scholarship-supporting .slide-quote .quote p {
          margin: 0;
          padding: 0; }
    @media only screen and (max-width: 767px) {
      .section-quote .scholarship-supporting {
        position: relative;
        text-align: center; }
        .section-quote .scholarship-supporting .slide {
          padding: 21px 0 0; }
        .section-quote .scholarship-supporting img {
          height: 250px;
          width: auto; } }
    @media only screen and (min-width: 768px) {
      .section-quote .scholarship-supporting {
        width: 100%; }
        .section-quote .scholarship-supporting .scholarship-supporting-content {
          position: absolute;
          width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-quote .scholarship-supporting {
        position: relative; } }
    @media only screen and (min-width: 1025px) {
      .section-quote .scholarship-supporting {
        right: 40px;
        top: 0; }
        .section-quote .scholarship-supporting .scholarship-supporting-content {
          top: 84px; }
        .section-quote .scholarship-supporting.skrollable-between {
          right: 40px !important;
          left: auto !important; } }

.mobile-profile-hero-banner {
  background: #fff;
  padding-bottom: 30px;
  width: 100%;
  color: #2d373e; }
  @media only screen and (min-width: 1025px) {
    .mobile-profile-hero-banner {
      display: none; } }
  @media only screen and (max-width: 1024px) {
    .mobile-profile-hero-banner .inner {
      display: block !important; } }
  .mobile-profile-hero-banner .inner {
    color: #2d373e; }

.section-other-scholars {
  background: #fff; }
  .section-other-scholars .profile-listing {
    float: none;
    width: auto; }
    .section-other-scholars .profile-listing .scholarlisting {
      width: 16.60%; }
      @media only screen and (max-width: 767px) {
        .section-other-scholars .profile-listing .scholarlisting {
          width: 50%; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-other-scholars .profile-listing .scholarlisting {
          width: 33%; } }
  .section-other-scholars .scholarlisting-profile {
    width: auto; }
    @media only screen and (max-width: 767px) {
      .section-other-scholars .scholarlisting-profile {
        padding: 20px 5px; } }
  .section-other-scholars .section-title-scholars {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #3c3c3c; }
  .section-other-scholars .hr-sect {
    text-align: center;
    padding: 20px 0px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }
  .section-other-scholars .hr-sect:before {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #d7d2cb;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 25px 0px 2px; }
  .section-other-scholars .hr-sect:after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #d7d2cb;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 2px 0px 25px; }
  .section-other-scholars .section-title-skills {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.12;
    text-align: center;
    color: #3c3c3c; }
  .section-other-scholars .greater-icon {
    font-size: 12px;
    text-align: left;
    color: #c80021; }
  .section-other-scholars .show-all-button {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    text-align: left;
    color: #2d373e;
    text-decoration: none; }
  .section-other-scholars .btn-future-leaders {
    margin-top: 20px; }
  .section-other-scholars .btn-future-leaders {
    text-align: center; }

/**********
 *
 * HOME - INTRO
 * Extends: N/A
 *
 *****/
.energy-bar {
  background: url('/assets/images/energy-bar.jpg?1491272609') repeat-x center center;
  height: 15px;
  position: relative;
  width: 100%; }

.section-homeintro {
  background-color: #585B5E;
  color: #FFFFFF;
  text-align: center; }
  .section-homeintro .section-title,
  .section-homeintro a {
    color: #FFFFFF; }

.home-scholarship-listing {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .home-scholarship-listing .container {
    max-width: 100%; }
  .home-scholarship-listing .home-card {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 8px;
    padding-left: 8px;
    vertical-align: top;
    width: 33%; }
    @media only screen and (max-width: 767px) {
      .home-scholarship-listing .home-card {
        width: 99%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .home-scholarship-listing .home-card {
        width: 49%; } }
  .home-scholarship-listing .home-card-inner {
    background-color: #f4f3f0;
    border: solid 1px #979797;
    border-top: none;
    border-radius: 3px; }
  .home-scholarship-listing .card-image img {
    height: auto;
    width: 100%; }
  .home-scholarship-listing .card-content {
    padding: 20px; }
    .home-scholarship-listing .card-content .card-name {
      font-size: 15px;
      color: #d5002b;
      margin-top: 0px;
      margin-bottom: 5px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    .home-scholarship-listing .card-content .card-title {
      font-size: 21px;
      font-weight: bold;
      line-height: 1.19;
      color: #3c3c3c;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      padding-bottom: 20px; }
    .home-scholarship-listing .card-content .findOut-button {
      background-color: #3c3c3c;
      border-radius: 6px;
      color: #FFFFFF;
      padding: 6px 15px 9px;
      text-decoration: none;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .home-scholarship-listing .card-content .findOut-button {
          padding: 6px 12px 9px; } }
      .home-scholarship-listing .card-content .findOut-button:hover {
        background-color: #575F65; }
    .home-scholarship-listing .card-content .applyNow-button {
      background-color: #d5002b;
      border-radius: 6px;
      color: #FFFFFF;
      padding: 6px 15px 9px;
      text-decoration: none;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .home-scholarship-listing .card-content .applyNow-button {
          padding: 6px 12px 9px; } }
      @media only screen and (min-width: 1025px) {
        .home-scholarship-listing .card-content .applyNow-button:hover {
          background: #b62f25;
          color: #FFFFFF;
          border: none; } }
    .home-scholarship-listing .card-content .apply-text {
      font-size: 14px;
      line-height: 1.57;
      letter-spacing: -0.7px;
      color: #3c3c3c;
      padding-left: 10px; }
    .home-scholarship-listing .card-content .apply-date {
      margin-bottom: 0px; }
  .home-scholarship-listing .cardWithApplyButton .card-content {
    padding-bottom: 60px; }
  .home-scholarship-listing #card1 {
    color: #FFFFFF;
    position: relative; }
    .home-scholarship-listing #card1 .home-card-inner {
      background-color: #2d373e;
      border-radius: 3px;
      padding-left: 20px;
      padding-right: 20px; }
      @media only screen and (min-width: 768px) {
        .home-scholarship-listing #card1 .home-card-inner {
          margin-right: 8px;
          position: absolute;
          top: 0px; } }
      @media only screen and (max-width: 767px) {
        .home-scholarship-listing #card1 .home-card-inner {
          padding-top: 10px; } }
    .home-scholarship-listing #card1 p {
      font-size: 18px;
      letter-spacing: -0.8px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    .home-scholarship-listing #card1 h2 {
      color: #FFFFFF;
      font-size: 39px;
      line-height: 0.92;
      letter-spacing: -1px;
      font-family: "HCo Chronicle Display", "Times New Roman","Times",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }

.section-our-impact {
  background-color: #f4f3f0;
  color: #2d373e; }
  .section-our-impact .container-small {
    text-align: center; }
    .section-our-impact .container-small p {
      font-size: 16px;
      line-height: 1.44;
      text-align: center;
      color: #2d373e; }
  .section-our-impact .container-large {
    padding-top: 10px; }
  .section-our-impact .ourImpact-card {
    display: inline-block;
    vertical-align: top;
    width: 32%; }
    @media only screen and (max-width: 767px) {
      .section-our-impact .ourImpact-card {
        width: 100%;
        padding-bottom: 20px; } }
  .section-our-impact .ourImpact-card2 {
    border-left: solid 1px #979797;
    border-right: solid 1px #979797; }
    @media only screen and (max-width: 767px) {
      .section-our-impact .ourImpact-card2 {
        border: none; } }
  .section-our-impact .card-image {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 39%; }
  .section-our-impact .card-content {
    display: inline-block;
    width: 59%; }
    .section-our-impact .card-content p {
      margin-top: 0px;
      font-size: 14px;
      line-height: 1.36;
      text-align: left;
      color: #2d373e; }
  .section-our-impact .primary-text {
    font-size: 36px;
    font-weight: bold;
    color: #d5002b; }
  .section-our-impact .icon3-image {
    height: 60px;
    width: 60px; }

/**********
 *
 * HOME - SCHOLAR VIDEOS
 * Extends: N/A
 *
 *****/
.section-homescholarvideos {
  background: #e1e1e1;
  text-align: center; }

.homescholarvideos {
  font-size: 0px;
  font-size: 0rem;
  margin: 0 -5px;
  position: relative; }
  .homescholarvideos .homescholarvideos-controls {
    position: absolute;
    height: 100%;
    left: 0;
    top: 45%;
    width: 100%; }
    .homescholarvideos .homescholarvideos-controls .next,
    .homescholarvideos .homescholarvideos-controls .prev {
      background: url('/assets/images/homescholars-left.png?1468988874') no-repeat top left;
      cursor: pointer;
      height: 47px;
      position: absolute;
      left: 5px;
      top: -12.5px;
      width: 25px; }
      @media only screen and (max-width: 767px) {
        .homescholarvideos .homescholarvideos-controls .next,
        .homescholarvideos .homescholarvideos-controls .prev {
          left: -25px; } }
    .homescholarvideos .homescholarvideos-controls .next {
      background-image: url('/assets/images/homescholars-right.png?1468988874');
      left: auto;
      right: 5px; }
      @media only screen and (max-width: 767px) {
        .homescholarvideos .homescholarvideos-controls .next {
          right: -25px; } }

.homescholarvideo {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  overflow: hidden;
  padding: 5px 5px 0;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .homescholarvideo {
      width: 100%; } }
  @media only screen and (max-width: 1024px) {
    .homescholarvideo {
      font-size: 13px;
      font-size: 1.3rem; } }
  .homescholarvideo .homescholarvideo-link {
    display: block; }
  .homescholarvideo .homescholarvideo-image {
    position: relative; }
    .homescholarvideo .homescholarvideo-image img {
      height: auto;
      vertical-align: bottom;
      width: 100%; }
  .homescholarvideo .homescholarvideo-play {
    background: rgba(53, 55, 56, 0.2) url('/assets/images/icon-play.png?1468988874') no-repeat center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    width: 100%; }
  .homescholarvideo .homescholarvideo-content {
    background-color: #FFFFFF;
    padding: 25px;
    text-align: left; }
    .homescholarvideo .homescholarvideo-content .homescholarvideo-title {
      color: #621A4B;
      font-family: "chronicledisplay-semi",Georgia,"Times New Roman",Times,serif;
      font-weight: 400;
      font-style: normal;
      font-size: 27px;
      font-size: 2.7rem; }
    .homescholarvideo .homescholarvideo-content p {
      margin-bottom: 0;
      padding-bottom: 0; }
  .homescholarvideo.hidden {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateY(5%); }

.homescholarvideos-single {
  margin: 0; }
  .homescholarvideos-single .homescholarvideo {
    display: block;
    margin: 0;
    padding: 0;
    width: auto; }
    .homescholarvideos-single .homescholarvideo .homescholarvideo-link {
      float: left;
      width: 50%; }
    .homescholarvideos-single .homescholarvideo .homescholarvideo-content {
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      width: 50%; }

.section-SN-about {
  background-color: #FFFFFF; }
  .section-SN-about h2 {
    font-size: 31px; }
  .section-SN-about p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-SN-about .container-medium {
    padding-bottom: 40px; }
  .section-SN-about .left-content {
    display: inline-block;
    width: 49%; }
    @media only screen and (max-width: 767px) {
      .section-SN-about .left-content {
        width: 100%; } }
  .section-SN-about .right-content {
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .section-SN-about .right-content {
        padding-left: 0px;
        padding-bottom: 30px;
        width: 100%; } }
    .section-SN-about .right-content img {
      border-radius: 50%;
      height: 110px;
      width: 110px; }
    .section-SN-about .right-content p {
      width: 100% !important; }
    .section-SN-about .right-content .quote-text {
      font-size: 24px;
      font-weight: normal;
      font-style: italic;
      font-stretch: normal;
      line-height: 1.42;
      letter-spacing: normal;
      text-align: center;
      color: #2d373e;
      font-family: "HCo Chronicle Display", "Times New Roman","Times",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      margin-bottom: 15px;
      margin-top: 20px;
      padding-right: 3%;
      padding-left: 3%; }
    .section-SN-about .right-content .quote-link {
      font-size: 15px;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: center;
      font-weight: 500;
      color: #c80021;
      margin-top: 10px;
      margin-bottom: 10px; }
    .section-SN-about .right-content .quote-footer {
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: center;
      color: #515151;
      margin-top: 10px; }
    .section-SN-about .right-content .hr-sect {
      padding: 20px 0px;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: center; }
    .section-SN-about .right-content .hr-sect:before {
      content: "";
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: #abafb2;
      height: 1px;
      font-size: 0px;
      line-height: 0px;
      margin: 0px 25px 0px 2px; }
    .section-SN-about .right-content .hr-sect:after {
      content: "";
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: #abafb2;
      height: 1px;
      font-size: 0px;
      line-height: 0px;
      margin: 0px 2px 0px 25px; }

.section-SN-support {
  background-color: #f4f3f0;
  height: auto;
  width: 100%;
  position: relative; }
  .section-SN-support p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-SN-support h2 {
    font-size: 31px; }
  @media only screen and (max-width: 767px) {
    .section-SN-support .section-bg {
      margin-top: -40px;
      position: relative;
      height: 220px;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 0; } }
  @media only screen and (min-width: 768px) {
    .section-SN-support .section-bg {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; } }
  .section-SN-support .section-bg-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .section-SN-support .container-medium .column {
      width: 100%;
      padding-bottom: 0px; } }
  @media only screen and (min-width: 768px) {
    .section-SN-support .container-medium .column {
      width: 42%;
      padding-bottom: 100px; } }
  .section-SN-support .container-medium .column h2 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #3c3c3c;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1; }
  .section-SN-support .container-medium .column p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }

.section-SN-connect {
  background-color: #FFFFFF; }
  .section-SN-connect p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-SN-connect h2 {
    font-size: 31px; }
  .section-SN-connect .column {
    display: inline-block;
    vertical-align: top; }
  .section-SN-connect .column1 {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .section-SN-connect .column1 {
        width: 100%;
        padding-bottom: 20px; } }
  .section-SN-connect .column2 {
    text-align: right;
    width: 39%; }
    @media only screen and (max-width: 767px) {
      .section-SN-connect .column2 {
        display: none; } }
  .section-SN-connect .column3 {
    display: none; }
    @media only screen and (max-width: 767px) {
      .section-SN-connect .column3 {
        display: block;
        margin-bottom: 30px;
        text-align: center;
        width: 100%; } }
  .section-SN-connect .connect-image {
    height: 345px;
    border-radius: 50%;
    width: 345px; }
    @media only screen and (max-width: 767px) {
      .section-SN-connect .connect-image {
        height: 260px;
        width: 260px; } }
  .section-SN-connect .join-fb-button {
    background-color: #d5002b;
    border-radius: 6px;
    color: #FFFFFF !important;
    padding: 9px 15px 12px;
    text-decoration: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 18px;
    color: #ffffff; }
  .section-SN-connect a.button {
    border: none;
    padding: 9px 18px 12px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
    .section-SN-connect a.button:after {
      display: none; }
    @media only screen and (min-width: 1025px) {
      .section-SN-connect a.button:hover {
        background: #b62f25;
        color: #FFFFFF;
        border: none; }
        .section-SN-connect a.button:hover:after {
          display: none; } }

.section-SN-w100Highlights {
  background-color: #f4f3f0; }
  .section-SN-w100Highlights p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d373e;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-SN-w100Highlights h2 {
    font-size: 31px; }
  .section-SN-w100Highlights h3 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #3c3c3c;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .section-SN-w100Highlights .video-image {
    height: auto;
    max-width: 100%;
    width: 100%; }
  .section-SN-w100Highlights .cmp-playvideo {
    position: relative; }
  .section-SN-w100Highlights .video-play {
    background: url('/assets/images/playvideo.png?1491182894') no-repeat center top;
    background-size: 80px 80px;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 100px; }
    @media only screen and (max-width: 767px) {
      .section-SN-w100Highlights .video-play {
        background-size: 32px 32px;
        height: 40px;
        margin: -16px 0 0 -16px;
        width: 40px; } }
  .section-SN-w100Highlights .video-description h3 {
    padding-left: 40px;
    padding: 30px 40px 10px; }
    @media only screen and (max-width: 767px) {
      .section-SN-w100Highlights .video-description h3 {
        padding: 14px 14px 0px; } }
  .section-SN-w100Highlights .video-description p {
    padding: 0px 40px 30px;
    margin-top: 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .section-SN-w100Highlights .video-description p {
        padding: 8px 14px 14px; } }
  .section-SN-w100Highlights .responsive-embeds.responsive-embeds-16by9 {
    padding-bottom: 56.25%; }
  .section-SN-w100Highlights .responsive-embeds {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
  .section-SN-w100Highlights .responsive-embeds .responsive-embeds-item, .section-SN-w100Highlights .responsive-embeds iframe, .section-SN-w100Highlights .responsive-embeds embed, .section-SN-w100Highlights .responsive-embeds object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.w100-cards {
  padding: 30px 20px 0px; }
  .w100-cards .slick-prev {
    left: 0px; }
  .w100-cards .slick-next {
    right: 0px; }
  .w100-cards .slick-prev:before {
    content: '\276E';
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b; }
  .w100-cards .slick-next:before {
    content: '\276F';
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b; }
  .w100-cards .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
  .w100-cards .slick-dots button:before {
    background: transparent;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 1px #000;
    opacity: 1; }
  .w100-cards .slick-dots li.slick-active button:before {
    border: none;
    color: #000 !important;
    font-size: 19px;
    opacity: 1; }
  .w100-cards .slick-dots {
    bottom: -35px; }
  .w100-cards .w100-cards__item {
    padding: 0 10px; }
  .w100-cards .w100-cards__item-inner {
    background-color: #FFFFFF; }
    .w100-cards .w100-cards__item-inner .card-anchor {
      text-decoration: none; }
  .w100-cards .w100-cards__photo img {
    width: 100%;
    height: auto; }
  .w100-cards .w100-cards__content {
    padding: 0px 25px; }
    .w100-cards .w100-cards__content p {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      color: #2d373e; }

.section-SN-carousel {
  background-color: #FFFFFF; }
  .section-SN-carousel h2 {
    text-align: center;
    padding-bottom: 20px; }
  .section-SN-carousel .SN-carousel__item {
    background-color: #2d373e;
    height: 315px; }
    @media only screen and (max-width: 767px) {
      .section-SN-carousel .SN-carousel__item {
        height: auto; } }
  .section-SN-carousel .SN-carousel__content {
    display: inline-block;
    padding: 20px 40px;
    vertical-align: top;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .section-SN-carousel .SN-carousel__content {
        display: none; } }
    .section-SN-carousel .SN-carousel__content p {
      font-size: 16px;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      color: #ffffff;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      margin-top: 10px;
      margin-bottom: 10px; }
    .section-SN-carousel .SN-carousel__content a {
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff; }
  .section-SN-carousel .SN-carousel__photo {
    display: inline-block;
    float: right;
    width: 49%; }
    .section-SN-carousel .SN-carousel__photo img {
      width: 100%;
      height: 315px; }
    @media only screen and (max-width: 767px) {
      .section-SN-carousel .SN-carousel__photo {
        width: 100%; }
        .section-SN-carousel .SN-carousel__photo img {
          width: 100%;
          height: 100%; } }
  .section-SN-carousel .SN-carousel__contentMobile {
    display: none;
    padding: 20px;
    width: 100%; }
    .section-SN-carousel .SN-carousel__contentMobile p {
      font-size: 16px;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44;
      letter-spacing: normal;
      color: #ffffff;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      margin-top: 10px;
      margin-bottom: 10px; }
    .section-SN-carousel .SN-carousel__contentMobile a {
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .section-SN-carousel .SN-carousel__contentMobile {
        display: block; } }
  .section-SN-carousel .slick-prev:before {
    content: '\276E';
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b; }
  .section-SN-carousel .slick-next:before {
    content: '\276F';
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b; }
  .section-SN-carousel .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
  .section-SN-carousel .slick-dots button:before {
    background: transparent;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 1px #000;
    opacity: 1; }
  .section-SN-carousel .slick-dots li.slick-active button:before {
    border: none;
    color: #000 !important;
    font-size: 19px;
    opacity: 1; }
  .section-SN-carousel .slick-dots {
    bottom: -35px; }

/*# sourceMappingURL=style.css.map */
