@charset "UTF-8";
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=c4ad050a-a1d0-48bb-ba96-9208130f48ae");
html {
  color: #222222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: #000000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.skip-link.visuallyhidden.focusable:focus {
  position: absolute;
  top: 0;
  left: 5px;
  background: #ffffff;
  z-index: 10000;
  color: #227E9C;
  width: auto;
  outline: none;
  padding: 0 5px;
  z-index: 12000; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.pager .pagination {
  font-size: 0;
  text-align: center; }

.pager ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block; }

.pager li {
  display: inline-block; }
  .pager li.active a {
    background: #fff; }
    .pager li.active a:hover {
      text-decoration: none;
      cursor: default; }

.pager .previous.disabled, .pager .next.disabled {
  cursor: default; }
  .pager .previous.disabled:hover, .pager .next.disabled:hover {
    cursor: default;
    text-decoration: none; }

@media (max-width: 767px) {
  .pager li:first-child, .pager li.active, .pager li.active-sibling:nth-last-child(2), .pager li:last-child {
    display: inline-block !important; }
  .pager li:first-child:nth-last-child(n+6) ~ li {
    display: none; }
    .pager li:first-child:nth-last-child(n+6) ~ li:nth-last-child(-n+3) {
      display: inline-block; }
    .pager li:first-child:nth-last-child(n+6) ~ li:nth-last-child(3):before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-right: 2.5px; }
  .pager li:first-child:nth-last-child(n+6).active:before,
  .pager li:first-child:nth-last-child(n+6) ~ li.active:before {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-right: 2.5px; }
  .pager li:first-child:nth-last-child(n+6).active:after,
  .pager li:first-child:nth-last-child(n+6) ~ li.active:after {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-left: 2.5px; }
  .pager li:first-child:nth-last-child(n+6).active:nth-child(-n+2):before, .pager li:first-child:nth-last-child(n+6).active:nth-child(-n+2):after, .pager li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):before, .pager li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):after,
  .pager li:first-child:nth-last-child(n+6) ~ li.active:nth-child(-n+2):before,
  .pager li:first-child:nth-last-child(n+6) ~ li.active:nth-child(-n+2):after,
  .pager li:first-child:nth-last-child(n+6) ~ li.active:nth-last-child(-n+2):before,
  .pager li:first-child:nth-last-child(n+6) ~ li.active:nth-last-child(-n+2):after {
    display: none; }
  .pager li:first-child:nth-last-child(n+6).active ~ li:nth-last-child(-n+3),
  .pager li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-last-child(-n+3) {
    display: none; }
  .pager li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+3),
  .pager li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+3) {
    display: inline-block; }
  .pager li:first-child:nth-last-child(n+6).active ~ li:nth-child(-n+2):after,
  .pager li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(-n+2):after {
    display: none; }
  .pager li:first-child:nth-last-child(n+6).active ~ li:nth-child(3):after,
  .pager li:first-child:nth-last-child(n+6) ~ li.active ~ li:nth-child(3):after {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-left: 2.5px; } }

@media (min-width: 768px) {
  .pager li:first-child, .pager li.active-sibling, .pager li.active,
  .pager li.active + li, .pager li:last-child {
    display: inline-block !important; }
  .pager li:first-child:nth-last-child(n+8) ~ li {
    display: none; }
    .pager li:first-child:nth-last-child(n+8) ~ li.active-sibling:before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-right: 2.5px; }
    .pager li:first-child:nth-last-child(n+8) ~ li.active + li:after {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-left: 2.5px; }
    .pager li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+5) {
      display: inline-block; }
    .pager li:first-child:nth-last-child(n+8) ~ li:nth-last-child(5):before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      position: static;
      width: auto;
      height: auto;
      background: transparent;
      margin-right: 2.5px; }
    .pager li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):before, .pager li:first-child:nth-last-child(n+8) ~ li:nth-child(-n+2):after, .pager li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):before, .pager li:first-child:nth-last-child(n+8) ~ li:nth-last-child(-n+2):after, .pager li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):before, .pager li:first-child:nth-last-child(n+8) ~ li.active-sibling:nth-last-child(-n+4):after {
      display: none !important; }
  .pager li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5),
  .pager li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5) {
    display: none; }
    .pager li:first-child:nth-last-child(n+8).active ~ li:nth-last-child(-n+5):before,
    .pager li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-last-child(-n+5):before {
      display: none; }
  .pager li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+5),
  .pager li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+5) {
    display: inline-block; }
  .pager li:first-child:nth-last-child(n+8).active ~ li:nth-child(-n+4):after,
  .pager li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(-n+4):after {
    display: none; }
  .pager li:first-child:nth-last-child(n+8).active ~ li:nth-child(5):after,
  .pager li:first-child:nth-last-child(n+8) ~ li.active ~ li:nth-child(5):after {
    content: "\2026";
    font-size: 24px;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    margin-left: 2.5px; }
  .pager li:first-child:nth-last-child(n+8).active:before, .pager li:first-child:nth-last-child(n+8).active:after,
  .pager li:first-child:nth-last-child(n+8) ~ li.active:before,
  .pager li:first-child:nth-last-child(n+8) ~ li.active:after {
    display: none; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: #FFFF00;
  color: #000000; }

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 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.
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/* Slider */
.slick-slider {
  padding: 0 50px;
  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; }
  @media (max-width: 699px) {
    .slick-slider {
      padding: 0 20px; } }

.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 {
  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; }

.slick-arrow {
  z-index: 1000;
  position: absolute;
  top: calc(50% - 100px);
  border: 0;
  width: 75px;
  height: 75px;
  color: transparent; }
  @media (max-width: 1024px) {
    .slick-arrow {
      top: 20%; } }
  @media (max-width: 699px) {
    .slick-arrow {
      top: 40%;
      width: 50px;
      height: 50px; } }
  .slick-arrow.slick-next {
    right: 0;
    background: #E87722 url("../img/icons/arrow-double-white@2x.png");
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat; }
  .slick-arrow.slick-prev {
    left: 0;
    background: #E87722 url("../img/icons/arrow-double-white@2x.png");
    transform: rotate(180deg);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat; }

.slick-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 400px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 699px) {
    .slick-dots {
      margin: 25px auto; } }
  .slick-dots li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0; }
    .slick-dots li:before {
      content: none; }
    .slick-dots li.slick-active button:after {
      background: #E87722; }
    .slick-dots li button {
      position: relative;
      color: transparent;
      background: transparent;
      border: 0;
      padding: 15px; }
      .slick-dots li button:after {
        content: '';
        position: absolute;
        top: 19px;
        left: 12px;
        transition: 0.3s ease;
        background: #00205B;
        width: 10px;
        height: 10px;
        border-radius: 100%; }

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: visible;
  transform: translate3d(0, 0, 0); }

#cboxWrapper {
  transition: 0.3s ease;
  position: relative;
  left: -50px;
  max-width: none; }
  @media (max-width: 1024px) {
    #cboxWrapper {
      left: 0;
      transition: none; } }
  #cboxWrapper.slide {
    left: 0; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  width: 75% !important;
  padding: 35px 50px;
  display: block;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 699px) {
    #cboxLoadedContent {
      padding: 0 20px 20px;
      width: auto !important;
      max-height: 500px; } }
  #cboxLoadedContent h2 {
    margin: 0 0 10px; }
  #cboxLoadedContent p {
    font-size: 20px;
    line-height: 1.6em; }
    @media screen and (max-width: 699px) {
      #cboxLoadedContent p {
        font-size: 16px; } }
  #cboxLoadedContent .btn {
    margin-right: 12px; }
    @media screen and (max-width: 699px) {
      #cboxLoadedContent .btn {
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%; } }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #00205B;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 14px;
  height: 14px; }

#cboxTopCenter {
  height: 14px; }

#cboxTopRight {
  width: 14px;
  height: 14px; }

#cboxBottomLeft {
  width: 14px;
  height: 43px; }

#cboxBottomCenter {
  height: 43px; }

#cboxBottomRight {
  width: 14px;
  height: 43px; }

#cboxMiddleLeft {
  width: 14px; }

#cboxMiddleRight {
  width: 14px; }

#cboxContent {
  background: #FFFFFF;
  overflow: visible;
  max-width: 1200px;
  transform: skew(-37deg); }
  @media screen and (max-width: 699px) {
    #cboxContent {
      transform: skew(0deg);
      padding-top: 45px; } }
  #cboxContent > * {
    transform: skew(37deg); }
    @media screen and (max-width: 699px) {
      #cboxContent > * {
        transform: skew(0deg); } }
  #cboxContent .body {
    font-size: 20px; }
    @media (max-width: 699px) {
      #cboxContent .body {
        font-size: 16px; } }

.cboxIframe {
  background: #FFFFFF; }

#cboxError {
  padding: 50px;
  border: 1px solid #CCCCCC; }

#cboxLoadedContent {
  margin-bottom: 5px; }

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C; }

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  width: 23px;
  height: 23px;
  text-indent: -9999px; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0; }

#cboxPrevious {
  left: 0;
  background-position: -51px -25px; }

#cboxPrevious:hover {
  background-position: -51px 0; }

#cboxNext {
  left: 27px;
  background-position: -75px -25px; }

#cboxNext:hover {
  background-position: -75px 0; }

#cboxClose {
  background: url("../img/icons/icon-x.svg");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  top: 10%;
  right: 10%; }
  @media (max-width: 699px) {
    #cboxClose {
      top: 0;
      right: 0; } }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0;
  right: 27px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0; }

.popup {
  display: none; }

* {
  box-sizing: border-box; }

a {
  transition: all 0.3s ease; }

textarea,
input {
  border-radius: 0;
  -webkit-appearance: none; }

body,
html {
  font-size: inherit; }

@font-face {
  font-family: 'Leitura W01';
  src: url("../fonts/be8c55bf-51d8-4327-b676-9646fe2c8215.eot?#iefix");
  src: url("../fonts/be8c55bf-51d8-4327-b676-9646fe2c8215.eot?#iefix") format("eot"), url("../fonts/e89fd5b0-8fea-4e31-b455-f9235a9a30d7.woff2") format("woff2"), url("../fonts/1ee9bf1f-c51d-47cb-a8b8-aee5ad52ad96.woff") format("woff"), url("../fonts/7102f036-9374-43c9-a9cf-0acad0ea4fc7.ttf") format("truetype"), url("../fonts/2ba3dc2a-84e5-4da9-a2ba-8558e60cc58b.svg#2ba3dc2a-84e5-4da9-a2ba-8558e60cc58b") format("svg");
  font-weight: 200; }

@font-face {
  font-family: 'Leitura W01';
  src: url("../fonts/97cd7eab-8b1e-4986-bf90-a5ae61de4664.eot?#iefix");
  src: url("../fonts/97cd7eab-8b1e-4986-bf90-a5ae61de4664.eot?#iefix") format("eot"), url("../fonts/27929656-6717-4496-b5a8-fa4490472ace.woff2") format("woff2"), url("../fonts/4e602e4a-3799-4209-8af7-39e7cbb9bfc7.woff") format("woff"), url("../fonts/949b6df8-bc40-470f-a150-8ab1e42152e4.ttf") format("truetype"), url("../fonts/43b701d7-81fa-437f-a989-0c3c41657cc9.svg#43b701d7-81fa-437f-a989-0c3c41657cc9") format("svg");
  font-style: italic; }

@font-face {
  font-family: 'Leitura W01';
  src: url("../fonts/e821b895-7caf-42bb-a75d-1dfb357bd4a0.eot?#iefix");
  src: url("../fonts/e821b895-7caf-42bb-a75d-1dfb357bd4a0.eot?#iefix") format("eot"), url("../fonts/a75a627d-0c7b-4d03-b6b5-b63263295141.woff2") format("woff2"), url("../fonts/18c3edc5-361b-411c-9348-427bba8f4f95.woff") format("woff"), url("../fonts/2ccb6090-3200-4ac6-8a1e-1948c8242ae6.ttf") format("truetype"), url("../fonts/16429c7e-d8b2-4cf7-aa26-0dad5bb1f031.svg#16429c7e-d8b2-4cf7-aa26-0dad5bb1f031") format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'Leitura W01';
  src: url("../fonts/58836cc8-9c7c-4e41-95c1-278878164a3e.eot?#iefix");
  src: url("../fonts/58836cc8-9c7c-4e41-95c1-278878164a3e.eot?#iefix") format("eot"), url("../fonts/739858e7-bb69-4e1d-b7d0-65f90a610e0a.woff2") format("woff2"), url("../fonts/bb35002f-ceed-45d3-9cdc-5bf7edff5c01.woff") format("woff"), url("../fonts/c5f42963-e6fd-428f-8fea-b7a91bfd574e.ttf") format("truetype"), url("../fonts/aee2ab15-d945-482b-9860-cf47190a9099.svg#aee2ab15-d945-482b-9860-cf47190a9099") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Univers LT W01';
  src: url("../fonts/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix");
  src: url("../fonts/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix") format("eot"), url("../fonts/5c8d59c2-9c85-4a22-88e3-bf3fba01dcd8.woff2") format("woff2"), url("../fonts/fc51d03b-0d7d-45df-9415-3c6270c80749.woff") format("woff"), url("../fonts/74bdff6d-c5de-42e8-a4d8-11ea14eddb22.ttf") format("truetype"), url("../fonts/bd04ae3d-23dc-4975-9967-e21c43e5b59f.svg#bd04ae3d-23dc-4975-9967-e21c43e5b59f") format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'Univers LT W01';
  src: url("../fonts/541dccf9-50f5-47bd-9ba9-a01fd9a3792b.eot?#iefix");
  src: url("../fonts/541dccf9-50f5-47bd-9ba9-a01fd9a3792b.eot?#iefix") format("eot"), url("../fonts/5bfff3ac-e569-450d-918b-d564434e5e24.woff2") format("woff2"), url("../fonts/05d2bfe7-45b3-4cf8-b313-290651409c59.woff") format("woff"), url("../fonts/33db2509-f09f-4704-bb16-a90dd82687f7.ttf") format("truetype"), url("../fonts/32161123-fa52-4fcf-ad65-f0958c91e0c9.svg#32161123-fa52-4fcf-ad65-f0958c91e0c9") format("svg");
  font-style: oblique; }

@font-face {
  font-family: 'Univers LT W01';
  src: url("../fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");
  src: url("../fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"), url("../fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"), url("../fonts/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"), url("../fonts/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype"), url("../fonts/1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e") format("svg");
  font-weight: 700; }

@font-face {
  font-family: 'Univers LT W01';
  src: url("../fonts/dca67ca5-170f-48b1-91ac-98def05d62bf.eot?#iefix");
  src: url("../fonts/dca67ca5-170f-48b1-91ac-98def05d62bf.eot?#iefix") format("eot"), url("../fonts/cc843e1a-cf1f-47e9-a03f-ef03d2b85d9a.woff2") format("woff2"), url("../fonts/653a9f79-b3ad-444c-a6c4-6bf7f1112e6e.woff") format("woff"), url("../fonts/59d447a0-a4b6-478d-b071-2c949371dca6.ttf") format("truetype"), url("../fonts/87ad650a-2d30-4c47-a78c-fbdac7b87a16.svg#87ad650a-2d30-4c47-a78c-fbdac7b87a16") format("svg");
  font-weight: 700;
  font-style: oblique; }

@font-face {
  font-family: 'Univers LT W01';
  src: url("../fonts/c5ac8b78-594b-4ba2-acf3-aa4e2977b48e.eot?#iefix");
  src: url("../fonts/c5ac8b78-594b-4ba2-acf3-aa4e2977b48e.eot?#iefix") format("eot"), url("../fonts/315eba9a-1de1-4947-9e48-e36be51ceaf9.woff2") format("woff2"), url("../fonts/e28e2802-76b7-4961-87fd-2db3819775d1.woff") format("woff"), url("../fonts/14c479c8-e060-4c89-a6a8-5e3f6d874b89.ttf") format("truetype"), url("../fonts/0aff3dae-f88e-4024-be1d-35280dfbec9c.svg#0aff3dae-f88e-4024-be1d-35280dfbec9c") format("svg");
  font-weight: 200; }

html.fixed,
body.fixed {
  height: 100%;
  overflow: hidden;
  position: relative; }

.btn {
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 20px;
  border: none;
  border-radius: 0; }
  @media (max-width: 699px) {
    .btn {
      padding: 20px; } }
  .btn.btn-blue {
    display: inline-block;
    background: #297D9D;
    font-size: 20px; }
    @media (max-width: 699px) {
      .btn.btn-blue {
        font-size: 16px; } }
    .btn.btn-blue:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 11px;
      background-image: url(../img/icons/icon-arrow-right-white.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      margin-left: 8px;
      position: relative;
      top: 1px; }
    .btn.btn-blue:hover {
      color: #FFFFFF;
      background: #176D89; }

body {
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #F3F1ED; }

ol,
ul {
  overflow: hidden;
  padding-left: 40px; }
  @media (max-width: 699px) {
    ol,
    ul {
      padding-left: 30px; } }
  ol li,
  ul li {
    padding-left: 5px; }

ul li {
  position: relative;
  list-style: none; }
  ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: -18px; }

ul.blue-li li:before {
  background: #227E9C; }

p,
li {
  font-size: 16px;
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  line-height: 1.5;
  margin: 0 0 1.5em 0; }
  p a,
  li a {
    color: #227E9C;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #F3F1ED, #F3F1ED);
    background-size: 4px 4px;
    background-position-y: 1.1em;
    background-repeat: repeat-x;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s; }
    p a:hover,
    li a:hover {
      color: #00205B;
      background-image: linear-gradient(to bottom, #227E9C, #227E9C); }

li {
  margin-bottom: 1em; }
  @media (max-width: 699px) {
    li {
      margin-bottom: 0.8em; } }

h1 {
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  font-weight: 200;
  font-size: 70px;
  color: #00205B;
  line-height: 0.928;
  text-transform: uppercase;
  margin: 0 0 0.2em 0; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 699px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  font-weight: 200;
  font-size: 50px;
  color: #00205B;
  line-height: 1.42;
  text-transform: uppercase;
  margin: 0 0 0.2em 0; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 40px;
      line-height: 1.025; } }
  h2.heading-three {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    color: #00205B;
    margin-bottom: 0.3em;
    margin-top: 0;
    text-transform: none; }
    @media (max-width: 1024px) {
      h2.heading-three {
        font-size: 24px; } }
    h2.heading-three a {
      text-decoration: none;
      color: #00205B; }
      h2.heading-three a:hover {
        color: #227E9C; }

h3 {
  font-family: "Leitura W01", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  color: #00205B;
  margin-bottom: 0.3em;
  margin-top: 0; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 24px; } }
  h3 .header-cta {
    font-size: 24px;
    font-weight: 200;
    cursor: pointer; }
    h3 .header-cta:after {
      content: '';
      display: inline-block;
      position: relative;
      top: 1px;
      left: 5px;
      margin-right: -21px;
      height: 14px;
      width: 8px;
      background-image: url(../img/icons/icon-arrow-right-blue.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
      h3 .header-cta:after:hover {
        color: #227E9C; }
    h3 .header-cta:hover {
      color: #227E9C;
      background-image: none; }
  h3.heading-four {
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #00205B;
    line-height: 1.42;
    margin: 0 0 0.8em 0; }
    @media (max-width: 1024px) {
      h3.heading-four {
        font-size: 22px; } }

h4 {
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #00205B;
  line-height: 1.42;
  margin: 0 0 0.8em 0; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  font-size: 18px;
  color: #00205B;
  line-height: 1.444;
  margin: 0 0 1em 0; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-family: "Leitura W01", "Times New Roman", serif;
  font-size: 16px;
  color: #00205B;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 1.1em 0; }
  @media (max-width: 1024px) {
    h6 {
      font-size: 16px; } }

img {
  max-width: 100%; }

.cta-wrapper {
  margin: 2em 0; }
  @media (max-width: 699px) {
    .cta-wrapper {
      margin: 2.5em 0; } }

.cta {
  font-size: 16px;
  color: white;
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  background: #227E9C;
  padding: 10px 45px;
  display: inline-block;
  text-decoration: none;
  text-align: center; }
  .cta:hover {
    background: #176D89; }
  .cta.cta-large {
    font-size: 20px;
    padding: 26px;
    width: 390px; }
    @media (max-width: 1024px) {
      .cta.cta-large {
        font-size: 16px;
        width: 290px;
        padding: 19px; } }
    .cta.cta-large:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 14px;
      margin-left: 10px;
      position: relative;
      top: 1px;
      background-image: url("../img/icons/icon-arrow-right-white.svg");
      background-size: 100%;
      background-repeat: no-repeat; }
      @media (max-width: 1024px) {
        .cta.cta-large:after {
          width: 6px;
          height: 11px; } }
  @media (max-width: 1024px) {
    .cta {
      padding: 9px 13px; } }
  @media (max-width: 699px) {
    .cta {
      font-size: 14px;
      max-width: 280px;
      margin: 0 auto;
      display: block; } }
  .cta:after {
    content: '';
    clear: both;
    display: block; }

.blue-cta {
  position: relative;
  background: none;
  color: #082B5B;
  cursor: pointer;
  font: 700 21px/1.43 "Univers LT W01", arial, helvetica, sans-serif;
  text-decoration: none; }
  .blue-cta:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 5px;
    margin-right: -8px;
    height: 14px;
    width: 8px;
    background-image: url(../img/icons/icon-arrow-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
    .blue-cta:after:hover {
      color: #227E9C; }
  .blue-cta:hover {
    color: #227E9C;
    background-image: none; }

blockquote {
  background: #F0EEE7;
  padding: 30px 41px;
  margin: 2em 0; }
  @media (max-width: 1024px) {
    blockquote {
      padding: 18px 30px; } }
  @media (max-width: 699px) {
    blockquote {
      margin: 2em -20px;
      padding: 20px 30px 20px 20px; } }
  blockquote q {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-weight: 200;
    font-size: 24px;
    color: #00205B;
    line-height: 1.25;
    display: block;
    margin-bottom: 0.5em; }
    @media (max-width: 1024px) {
      blockquote q {
        font-size: 20px;
        line-height: 1.3; } }
    blockquote q:before {
      content: none; }

@media (max-width: 699px) {
  .table-wrapper {
    overflow: auto; } }

.max-width-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

table {
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  width: 100%;
  margin: 2em 0;
  text-align: left; }
  @media (max-width: 699px) {
    table {
      min-width: 699px; } }
  table th {
    font-weight: 800;
    text-align: left; }
  table th,
  table td {
    padding: 10px 25px 10px 0;
    border-bottom: 1px solid #D0D0D0; }
  table th {
    border-bottom: 3px solid black; }
    @media (max-width: 699px) {
      table th {
        border-bottom: 2px solid black; } }
  @media (max-width: 699px) {
    .table-stacked-container table td {
      display: block;
      text-align: left !important;
      border: none; }
      .table-stacked-container table td[colspan] {
        padding: 20px 0 0; }
    .table-stacked-container table tr > td:first-child {
      padding-top: 20px;
      font-weight: bold; }
    .table-data-container table tr {
      border-bottom: 1px solid #D0D0D0; } }

.table-scroll-container {
  position: relative;
  overflow: hidden; }

.table-container {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

figure {
  margin: 2em 0; }
  figure.left-align {
    max-width: 348px;
    float: left;
    margin-right: 35px;
    margin-top: 5px; }
    @media (max-width: 1024px) {
      figure.left-align {
        max-width: 200px; } }
    @media (max-width: 699px) {
      figure.left-align {
        float: none;
        margin-right: 0;
        margin-top: 0;
        max-width: 400px; } }
  figure.right-align {
    max-width: 348px;
    float: right;
    margin-left: 35px;
    margin-top: 5px; }
    @media (max-width: 1024px) {
      figure.right-align {
        max-width: 200px; } }
    @media (max-width: 699px) {
      figure.right-align {
        float: none;
        margin-left: 0;
        margin-top: 0;
        max-width: 400px; } }
  figure img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 0.5em; }
    @media (max-width: 699px) {
      figure img {
        margin-bottom: 0.3em; } }
  figure figcaption p {
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    font-size: 14px;
    color: #84754E;
    line-height: 1.42;
    margin-bottom: 0; }

.large-text p {
  font-family: "Leitura W01", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 200;
  color: #00205B;
  line-height: 1.25; }
  @media (max-width: 1024px) {
    .large-text p {
      font-size: 20px;
      line-height: 1.3; } }

form {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  margin-bottom: 2em; }
  form label,
  form legend {
    font-weight: 700;
    display: block; }
  form legend {
    margin-bottom: 0.5em; }
  form fieldset {
    margin: 0 0 1em 0;
    border: 0;
    padding: 0; }
    @media (max-width: 699px) {
      form fieldset {
        margin-bottom: 1.5em; } }
  form input[type='checkbox'],
  form input[type='radio'] {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0.8em; }
  form input[type='checkbox'] + label,
  form input[type='radio'] + label {
    font-weight: 500;
    display: inline-block; }
  form input[type='text'],
  form input[type='search'] {
    display: inline-block;
    clear: both;
    padding: 12px 14px;
    border: 1px solid black;
    width: 280px;
    margin-bottom: 2em;
    margin-top: 5px; }
    @media (max-width: 1024px) {
      form input[type='text'],
      form input[type='search'] {
        padding: 3px 14px; } }
    @media (max-width: 699px) {
      form input[type='text'],
      form input[type='search'] {
        width: 100%;
        margin-bottom: 1.5em; } }
  form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid black;
    width: 280px;
    background: white;
    margin-top: 5px;
    margin-bottom: 2em;
    border-radius: 0;
    padding: 8px 14px;
    background-image: url("../img/icons/icon-arrow-down-blue.svg");
    background-size: 13px 8px;
    background-repeat: no-repeat;
    background-position: 94% center; }
    @media (max-width: 1024px) {
      form select {
        padding: 3px 14px; } }
    @media (max-width: 699px) {
      form select {
        width: 100%;
        margin-bottom: 1.5em; } }
  form select::-ms-expand {
    display: none; }
  form textarea {
    width: 100%;
    margin-bottom: 1em;
    resize: none;
    height: 168px;
    margin-top: 5px;
    border: 1px solid #00205B; }
    @media (max-width: 1024px) {
      form textarea {
        height: 130px; } }
    @media (max-width: 699px) {
      form textarea {
        width: 100%;
        margin-bottom: 1.5em; } }
  form input[type='submit'] {
    padding: 10px 31px;
    color: white;
    background: #00205B;
    border: 0;
    transition: 0.3s ease; }
    form input[type='submit']:hover {
      background: #227E9C; }
    @media (max-width: 699px) {
      form input[type='submit'] {
        font-size: 14px;
        padding: 8px 31px; } }
  form .field-wrapper.required label:after {
    content: '*';
    color: red;
    margin-left: 5px;
    position: relative;
    top: 2.5px; }
  form .field-wrapper.form-checkbox {
    position: relative; }
    form .field-wrapper.form-checkbox input {
      visibility: hidden;
      position: absolute; }
    form .field-wrapper.form-checkbox label {
      padding-left: 30px;
      margin-bottom: 8px; }
    form .field-wrapper.form-checkbox span:not(.checkbox-custom):before {
      content: '';
      width: 16px;
      height: 16px;
      display: block;
      border: 1px solid #00205B;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    form .field-wrapper.form-checkbox span:not(.checkbox-custom):after {
      content: '';
      background-image: url("../img/icons/icon-checkmark.svg");
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      left: 2px;
      top: 51%;
      transform: translateY(-50%);
      visibility: hidden;
      z-index: 1; }
    form .field-wrapper.form-checkbox input:checked + span:after {
      visibility: visible; }
  form .field-wrapper.form-radio {
    position: relative; }
    form .field-wrapper.form-radio input {
      visibility: hidden;
      position: absolute; }
    form .field-wrapper.form-radio label {
      padding-left: 30px;
      margin-bottom: 8px; }
    form .field-wrapper.form-radio span:before {
      content: '';
      width: 16px;
      height: 16px;
      display: block;
      border: 1px solid #999999;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 3px; }
    form .field-wrapper.form-radio span:after {
      content: '';
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      top: 8px;
      left: 5px;
      background: #00205B;
      border-radius: 50%;
      visibility: hidden;
      z-index: 1; }
    form .field-wrapper.form-radio input:checked + span:after {
      visibility: visible; }

.content-wrapper {
  margin: 0 auto;
  max-width: 1200px; }
  .content-wrapper.white-bg {
    background: white;
    max-width: 2200px; }

#main-content {
  max-width: 2200px;
  margin: 0 auto; }
  #main-content:after {
    display: table;
    content: '';
    clear: both; }
  #main-content:not(.expanded-nav) {
    overflow: hidden; }
  #main-content.border {
    border-top: 17px solid #A89968; }
    @media screen and (max-width: 1024px) {
      #main-content.border {
        border-top-width: 10px; } }
    @media screen and (max-width: 699px) {
      #main-content.border {
        border-top-width: 5px; } }

.home #main-content {
  background: #FFFFFF; }

.content-wrapper-inner {
  max-width: 931px;
  margin: 0 auto;
  padding: 35px 80px 70px 80px; }
  @media screen and (max-width: 699px) {
    .content-wrapper-inner {
      padding: 25px 20px 50px 20px; } }
  .expanded-nav .content-wrapper-inner {
    margin: 0 0 0 400px;
    padding: 57px 70px 70px 0; }
    @media screen and (max-width: 1024px) {
      .expanded-nav .content-wrapper-inner {
        margin: 0 auto;
        padding: 35px 80px 70px;
        max-width: 100%; } }
    @media screen and (max-width: 698px) {
      .expanded-nav .content-wrapper-inner {
        padding: 25px 20px 50px 20px; } }

.full-width {
  width: 100vw;
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-top: 34px;
  margin-bottom: 34px; }
  @media (min-width: 2200px) {
    .full-width {
      margin-left: -1100px;
      width: 2200px; } }
  .full-width:after {
    display: table;
    content: '';
    clear: both; }
  .full-width .content-inner {
    margin: 0 73px; }
    @media screen and (max-width: 1024px) {
      .full-width .content-inner {
        margin: 0 40px; } }
    @media screen and (max-width: 699px) {
      .full-width .content-inner {
        margin: 0 20px; } }

.facebook-feed .content-inner {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media (max-width: 699px) {
    .facebook-feed .content-inner {
      margin: 0; } }
  .facebook-feed .content-inner .head-section {
    -ms-flex: 100%;
        flex: 100%;
    -webkit-flex: 100%; }
    @media (max-width: 699px) {
      .facebook-feed .content-inner .head-section {
        margin-left: 15px; } }
  .facebook-feed .content-inner .col-left {
    -ms-flex: calc(100% - 340px);
        flex: calc(100% - 340px);
    -webkit-flex: calc(100% - 340px);
    width: calc(100% - 340px);
    margin-right: 20px;
    position: relative;
    background-color: #000000;
    background-image: url("../img/photos/facebook-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px; }
    .facebook-feed .content-inner .col-left:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 50%;
      left: 0;
      background: linear-gradient(to top, transparent, rgba(0, 32, 91, 0.5)); }
    @media (max-width: 699px) {
      .facebook-feed .content-inner .col-left {
        -ms-flex: 100%;
            flex: 100%;
        -webkit-flex: 100%;
        width: 100%;
        padding-bottom: 100%;
        margin-right: 0; }
        @supports (-ms-ime-align: auto) {
          .facebook-feed .content-inner .col-left {
            min-height: 340px; } } }
    .facebook-feed .content-inner .col-left .text-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .facebook-feed .content-inner .col-left .text-container .title {
        position: absolute;
        top: 25px;
        left: 50px;
        color: #FFFFFF; }
        @media (max-width: 1024px) {
          .facebook-feed .content-inner .col-left .text-container .title {
            left: 15px; } }
      .facebook-feed .content-inner .col-left .text-container .btn {
        position: absolute;
        bottom: 50px;
        left: 50px; }
        @media (max-width: 1024px) {
          .facebook-feed .content-inner .col-left .text-container .btn {
            left: 15px; } }
  .facebook-feed .content-inner .col-right {
    -ms-flex: 320px;
        flex: 320px;
    width: 320px; }
    @media (max-width: 699px) {
      .facebook-feed .content-inner .col-right {
        -ms-flex: none;
            flex: none;
        width: auto;
        display: block;
        margin: 15px auto; } }

.social-feeds {
  overflow: auto;
  background: #FFFFFF;
  padding: 61px 71px 71px 71px; }
  .social-feeds.pattern {
    padding: 0; }
  .social-feeds .account-name {
    font-weight: 700;
    display: block; }
  .social-feeds .heading-wrapper {
    background: white;
    overflow: hidden; }
    .social-feeds .heading-wrapper h2 {
      display: inline-block; }
      @media (max-width: 1024px) {
        .social-feeds .heading-wrapper h2 {
          display: block; } }
    .social-feeds .heading-wrapper .social-icons {
      float: right;
      margin-top: 0;
      margin-right: 0; }
      @media (max-width: 1024px) {
        .social-feeds .heading-wrapper .social-icons {
          float: none;
          margin-top: 0;
          margin-right: 0;
          margin-left: 0;
          margin-bottom: 1em; } }
      @media (max-width: 1024px) {
        .social-feeds .heading-wrapper .social-icons li {
          margin-left: 0;
          margin-right: 10px; } }
      .social-feeds .heading-wrapper .social-icons li a {
        width: 50px;
        height: 50px;
        background-position: center right; }
        @media (max-width: 699px) {
          .social-feeds .heading-wrapper .social-icons li a {
            background-position: left center; } }
      .social-feeds .heading-wrapper .social-icons li.social-icons-facebook a {
        background-color: transparent;
        background-image: url("../img/icons/icon-facebook-color.svg"); }
        .social-feeds .heading-wrapper .social-icons li.social-icons-facebook a:hover {
          background-color: #3B5998;
          background-image: url("../img/icons/icon-facebook-white.svg"); }
      .social-feeds .heading-wrapper .social-icons li.social-icons-twitter a {
        background-color: transparent;
        background-image: url("../img/icons/icon-twitter-color.svg"); }
        .social-feeds .heading-wrapper .social-icons li.social-icons-twitter a:hover {
          background-color: #4099FF;
          background-image: url("../img/icons/icon-twitter-white.svg"); }
      .social-feeds .heading-wrapper .social-icons li.social-icons-linkedin a {
        background-color: transparent;
        background-image: url("../img/icons/icon-linkedin-color.svg"); }
        .social-feeds .heading-wrapper .social-icons li.social-icons-linkedin a:hover {
          background-color: #0077B5;
          background-image: url("../img/icons/icon-linkedin-white.svg"); }
      .social-feeds .heading-wrapper .social-icons li.social-icons-youtube a {
        background-color: transparent;
        background-image: url("../img/icons/icon-youtube-color.svg"); }
        .social-feeds .heading-wrapper .social-icons li.social-icons-youtube a:hover {
          background-color: #C4302B;
          background-image: url("../img/icons/icon-youtube-white.svg"); }
      .social-feeds .heading-wrapper .social-icons li.social-icons-instagram a {
        background-color: transparent;
        background-image: url("../img/icons/icon-instagram-color.svg"); }
        .social-feeds .heading-wrapper .social-icons li.social-icons-instagram a:hover {
          background-color: #8A3AB9;
          background-image: url("../img/icons/icon-instagram-white.svg"); }
      .social-feeds .heading-wrapper .social-icons li.social-icons-flickr a {
        background-color: transparent;
        background-image: url("../img/icons/icon-flickr-color.svg"); }
        .social-feeds .heading-wrapper .social-icons li.social-icons-flickr a:hover {
          background-color: #0063DC;
          background-image: url("../img/icons/icon-flickr-white.svg"); }
      .social-feeds .heading-wrapper .social-icons li.social-icons-snapchat a {
        background-color: transparent;
        background-image: url("../img/icons/icon-snapchat-color.svg"); }
        .social-feeds .heading-wrapper .social-icons li.social-icons-snapchat a:hover {
          background-color: #FFFC00;
          background-image: url("../img/icons/icon-snapchat-white.svg"); }
  .social-feeds h2 {
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    font-weight: 200;
    font-size: 70px;
    color: #00205B;
    line-height: 0.928;
    text-transform: uppercase;
    margin: 0 0 0.6em 0; }
    @media (max-width: 1024px) {
      .social-feeds h2 {
        font-size: 60px; } }
    @media (max-width: 699px) {
      .social-feeds h2 {
        font-size: 50px;
        margin-bottom: 0.2em; } }
  @media (max-width: 1024px) {
    .social-feeds {
      padding: 45px 31px; } }
  @media (max-width: 699px) {
    .social-feeds {
      padding: 35px 30px 40px 30px; } }
  .social-feeds .social-media-text {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-size: 24px;
    color: #00205B;
    line-height: 1.25;
    margin: 0; }
  .social-feeds .social-icons {
    margin: 40px 50px 40px 0; }
    .social-feeds .social-icons li {
      padding-left: 0;
      margin-bottom: 0; }
  body:not(.home) .social-feeds .instagram-feed {
    display: block; }
    body:not(.home) .social-feeds .instagram-feed .tile {
      width: 25%;
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        body:not(.home) .social-feeds .instagram-feed .tile {
          width: 50%; } }
      @media screen and (max-width: 699px) {
        body:not(.home) .social-feeds .instagram-feed .tile {
          width: 100%; } }

/* =============================================================================
 * Combined social feed
 * ========================================================================== */
.combined-feeds {
  overflow: hidden; }
  @media (max-width: 1024px) {
    .combined-feeds .item3,
    .combined-feeds .item4 {
      display: none; } }
  @media (max-width: 1024px) {
    .combined-feeds .tile.item2 {
      left: 50%; } }
  @media (max-width: 1024px) {
    .combined-feeds .col.item2 {
      left: -50%; } }
  @media (max-width: 699px) {
    .combined-feeds .item2 {
      display: none; } }

.twitter-feed,
.instagram-feed {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap; }
  .twitter-feed .col,
  .twitter-feed .tile,
  .instagram-feed .col,
  .instagram-feed .tile {
    position: relative;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    -webkit-flex: 0 0 25%; }
    @media (max-width: 1024px) {
      .twitter-feed .col,
      .twitter-feed .tile,
      .instagram-feed .col,
      .instagram-feed .tile {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        width: 50%; } }
    @media (max-width: 699px) {
      .twitter-feed .col,
      .twitter-feed .tile,
      .instagram-feed .col,
      .instagram-feed .tile {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        width: 100%;
        -webkit-flex: 0 0 100%; } }

.twitter-feed,
#twitter-feed {
  position: relative; }
  .twitter-feed .col,
  .twitter-feed .tile,
  #twitter-feed .col,
  #twitter-feed .tile {
    position: relative;
    font-size: 15px;
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    line-height: 1.666;
    background: #F3F1ED; }
    .twitter-feed .col > div,
    .twitter-feed .tile > div,
    #twitter-feed .col > div,
    #twitter-feed .tile > div {
      padding: 55px 30px 51px 19px; }
    .twitter-feed .col a,
    .twitter-feed .tile a,
    #twitter-feed .col a,
    #twitter-feed .tile a {
      color: #00205B;
      text-decoration: none;
      display: block; }
      .twitter-feed .col a:hover,
      .twitter-feed .tile a:hover,
      #twitter-feed .col a:hover,
      #twitter-feed .tile a:hover {
        color: #227E9C; }
    .twitter-feed .col .date,
    .twitter-feed .tile .date,
    #twitter-feed .col .date,
    #twitter-feed .tile .date {
      font-size: 13px;
      color: #222222;
      position: absolute;
      top: 21px;
      right: 19px;
      left: 19px;
      width: auto;
      text-align: right;
      font-weight: 400;
      background-image: url("../img/icons/icon-twitter-blue.svg");
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: left center; }
  .twitter-feed.object .col,
  #twitter-feed.object .col {
    font-size: 15px; }
  .twitter-feed.object .account-name,
  #twitter-feed.object .account-name {
    font-weight: 700; }
  .twitter-feed.object .title span,
  #twitter-feed.object .title span {
    font-weight: 700; }

#instafeed,
.instagram-feed {
  position: relative; }
  #instafeed .tile,
  .instagram-feed .tile {
    position: relative;
    background: #00205B; }
    #instafeed .tile .container,
    .instagram-feed .tile .container {
      padding-bottom: 75%; }
  #instafeed .tile > a,
  .instagram-feed .tile > a {
    position: absolute;
    display: block;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    #instafeed .tile > a:hover,
    .instagram-feed .tile > a:hover {
      opacity: 0.8; }
  #instafeed .likes,
  .instagram-feed .likes {
    position: absolute;
    color: #FFFFFF;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    display: inline-block;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/icons/icon-heart.svg");
    background-size: 15px; }
  #instafeed .comments,
  .instagram-feed .comments {
    position: absolute;
    color: #FFFFFF;
    bottom: 20px;
    left: 80px;
    font-size: 16px;
    display: inline-block;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/icons/icon-comments.svg");
    background-size: 18px; }

.get-to-know-us {
  width: 100vw;
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  overflow: auto;
  padding-bottom: 80px; }
  @media (min-width: 2200px) {
    .get-to-know-us {
      margin-left: -1100px;
      width: 2200px; } }
  @media (max-width: 1024px) {
    .get-to-know-us {
      padding-bottom: 50px; } }
  @media (max-width: 699px) {
    .get-to-know-us {
      padding-bottom: 30px; } }
  .get-to-know-us .content-wrapper {
    max-width: 2200px;
    padding: 0 70px; }
    @media (max-width: 1024px) {
      .get-to-know-us .content-wrapper {
        padding: 0 28px; } }
    @media (max-width: 699px) {
      .get-to-know-us .content-wrapper {
        padding: 0 30px; } }
  .get-to-know-us h2 {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 200;
    margin-top: 220px; }
    @media (max-width: 1024px) {
      .get-to-know-us h2 {
        font-size: 60px;
        margin-bottom: 0.8em; } }
    @media (max-width: 699px) {
      .get-to-know-us h2 {
        font-size: 50px;
        margin-top: 120px;
        margin-bottom: 0.6em; } }
  .get-to-know-us .ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 1.5em 0 0 0; }
    @media (max-width: 1024px) {
      .get-to-know-us .ctas {
        margin-top: 0.5em; } }
    .get-to-know-us .ctas li {
      display: block;
      width: 33.33%;
      padding: 0;
      text-align: center;
      border-right: 1px solid #FFFFFF;
      margin: 0; }
      @media (max-width: 699px) {
        .get-to-know-us .ctas li {
          width: 100%;
          border-bottom: 1px solid #FFFFFF;
          border-right: 0; } }
      .get-to-know-us .ctas li:last-child {
        border-right: 0; }
        @media (max-width: 699px) {
          .get-to-know-us .ctas li:last-child {
            border-bottom: 0; } }
      .get-to-know-us .ctas li:before {
        content: none; }
    .get-to-know-us .ctas a {
      color: #FFFFFF;
      font-size: 26px;
      font-weight: 400;
      padding: 20px;
      display: block;
      height: 100%;
      background: #297D9D; }
      .get-to-know-us .ctas a:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 14px;
        background-image: url(../img/icons/icon-arrow-right-white.svg);
        margin-left: 12px; }
      .get-to-know-us .ctas a:hover {
        background: #176D89; }
      @media (max-width: 1024px) {
        .get-to-know-us .ctas a {
          font-size: 20px;
          padding: 15px; } }
  .get-to-know-us.gtku-short h2 {
    margin-top: 70px;
    margin-bottom: 1em;
    font-size: 50px;
    line-height: 0.92; }
    @media (max-width: 1024px) {
      .get-to-know-us.gtku-short h2 {
        font-size: 40px;
        margin-top: 85px;
        margin-bottom: 0.8em; } }
    @media (max-width: 699px) {
      .get-to-know-us.gtku-short h2 {
        font-size: 50px;
        margin-top: 130px;
        margin-bottom: 0.6em; } }

.yes-and-block + .facts {
  margin-top: -70px; }
  @media (max-width: 1024px) {
    .yes-and-block + .facts {
      margin-top: -40px; } }

.homepage-yes-and .facts .content-wrapper {
  max-width: 2200px; }

.stories-three-across {
  width: 100vw;
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #F3F1ED; }
  @media (min-width: 2200px) {
    .stories-three-across {
      margin-left: -1100px;
      width: 2200px; } }
  .stories-three-across .slick-dots {
    margin-top: 0;
    max-width: 60%; }
    .stories-three-across .slick-dots li button {
      padding-top: 20px;
      margin-top: -5px; }
  .stories-three-across .slick-slider {
    padding: 0; }
  .stories-three-across .content-inner {
    margin: 0 75px; }
    @media (max-width: 1024px) {
      .stories-three-across .content-inner {
        margin: 0 30px;
        padding: 40px 0 15px 0; } }
    @media (max-width: 699px) {
      .stories-three-across .content-inner {
        margin: 0;
        padding: 35px 0 15px 0; } }
    .stories-three-across .content-inner .one-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      overflow: auto;
      padding: 60px 75px 70px;
      padding-left: 0;
      padding-right: 0; }
      @media (max-width: 1024px) {
        .stories-three-across .content-inner .one-row {
          padding: 0; } }
      @media (max-width: 699px) {
        .stories-three-across .content-inner .one-row {
          display: block;
          margin: 0 30px; } }
      .stories-three-across .content-inner .one-row .header-container {
        width: 500px; }
        @media (max-width: 1024px) {
          .stories-three-across .content-inner .one-row .header-container {
            width: 340px; } }
        @media (max-width: 699px) {
          .stories-three-across .content-inner .one-row .header-container {
            width: auto; } }
        @media (max-width: 1024px) {
          .stories-three-across .content-inner .one-row .header-container h2 {
            margin-bottom: 15px; } }
        .stories-three-across .content-inner .one-row .header-container span {
          color: #00205B;
          font-size: 25px;
          font-weight: 300;
          font-family: "Leitura W01", "Times New Roman", serif; }
          @media (max-width: 1024px) {
            .stories-three-across .content-inner .one-row .header-container span {
              font-size: 20px; } }
      .stories-three-across .content-inner .one-row .btn {
        position: relative;
        display: block;
        padding: 28px 90px;
        font-size: 18px; }
        @media (max-width: 1024px) {
          .stories-three-across .content-inner .one-row .btn {
            font-size: 16px;
            padding: 20px 60px; } }
        @media (max-width: 699px) {
          .stories-three-across .content-inner .one-row .btn {
            display: none; } }
        .stories-three-across .content-inner .one-row .btn:after {
          content: '';
          position: absolute;
          top: 30px;
          right: 70px;
          width: 20px;
          height: 20px;
          background: url("../img/icons/icon-arrow-right-white.svg");
          background-repeat: no-repeat;
          background-position: center; }
          @media (max-width: 1024px) {
            .stories-three-across .content-inner .one-row .btn:after {
              top: 20px;
              right: 37px; } }
    .stories-three-across .content-inner .one-row-bottom {
      display: none;
      margin: 20px 30px; }
      @media (max-width: 699px) {
        .stories-three-across .content-inner .one-row-bottom {
          display: block; } }
      .stories-three-across .content-inner .one-row-bottom .btn {
        display: block;
        margin: 0 auto; }
    .stories-three-across .content-inner .stories-carousel {
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; }
      @media (max-width: 1024px) {
        .stories-three-across .content-inner .stories-carousel {
          display: block;
          margin: 30px 0; } }
      @media (max-width: 699px) {
        .stories-three-across .content-inner .stories-carousel {
          margin-top: 10px; } }
      .stories-three-across .content-inner .stories-carousel figure {
        display: inline-block;
        position: relative;
        width: calc(33.33% - 30px);
        margin: 0 15px; }
        .stories-three-across .content-inner .stories-carousel figure .full-details {
          display: none; }
        @media (max-width: 1024px) {
          .stories-three-across .content-inner .stories-carousel figure {
            display: block;
            width: 100%;
            margin: 15px 0 50px; } }
        @media (max-width: 699px) {
          .stories-three-across .content-inner .stories-carousel figure {
            margin-bottom: 30px; } }
        .stories-three-across .content-inner .stories-carousel figure img {
          width: 100%; }
          @media (max-width: 1024px) {
            .stories-three-across .content-inner .stories-carousel figure img {
              width: 220px;
              margin: 0; } }
          @media (max-width: 699px) {
            .stories-three-across .content-inner .stories-carousel figure img {
              width: 100%; } }
        .stories-three-across .content-inner .stories-carousel figure figcaption {
          display: inline-block;
          background: #FFFFFF;
          padding: 25px;
          position: relative;
          width: 100%;
          bottom: 100px;
          left: 30px; }
          @media (max-width: 1024px) {
            .stories-three-across .content-inner .stories-carousel figure figcaption {
              padding: 25px 30px 25px 20px; } }
          @media (max-width: 699px) {
            .stories-three-across .content-inner .stories-carousel figure figcaption {
              padding: 25px 30px 25px 30px; } }
          .stories-three-across .content-inner .stories-carousel figure figcaption > a:not(.btn) {
            transition: color 0.3s ease-in-out; }
            .stories-three-across .content-inner .stories-carousel figure figcaption > a:not(.btn):hover {
              color: #227E9C; }
          .stories-three-across .content-inner .stories-carousel figure figcaption .title {
            padding-right: 30px; }
            .stories-three-across .content-inner .stories-carousel figure figcaption .title.expand {
              position: relative;
              cursor: pointer;
              background: transparent;
              border: 0; }
              .stories-three-across .content-inner .stories-carousel figure figcaption .title.expand:after, .stories-three-across .content-inner .stories-carousel figure figcaption .title.expand:before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background-image: url("../img/icons/icon-plus-blue.svg");
                background-repeat: no-repeat;
                width: 23px;
                height: 23px;
                right: 0;
                opacity: 1;
                transition: opacity 0.3s ease; }
              .stories-three-across .content-inner .stories-carousel figure figcaption .title.expand:before {
                opacity: 0;
                background-image: url("../img/icons/icon-plus-lightblue.svg");
                transition: opacity 0.3s ease; }
            .stories-three-across .content-inner .stories-carousel figure figcaption .title:hover {
              color: #227E9C; }
              .stories-three-across .content-inner .stories-carousel figure figcaption .title:hover:after {
                opacity: 0; }
              .stories-three-across .content-inner .stories-carousel figure figcaption .title:hover:before {
                opacity: 1; }
          @media (max-width: 1024px) {
            .stories-three-across .content-inner .stories-carousel figure figcaption {
              position: absolute;
              top: 0;
              left: 200px;
              width: calc(100% - 200px);
              height: 100%; } }
          @media (max-width: 699px) {
            .stories-three-across .content-inner .stories-carousel figure figcaption {
              position: relative;
              left: 0;
              width: 100%; } }
          .stories-three-across .content-inner .stories-carousel figure figcaption:before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 30px;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 20px solid #FFFFFF; }
            @media (max-width: 1024px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption:before {
                position: absolute;
                bottom: auto;
                left: -32px;
                border-top: 12px solid transparent;
                border-right: 12px solid #FFFFFF;
                border-bottom: 12px solid transparent; } }
            @media (max-width: 699px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption:before {
                left: 40px;
                bottom: 100%;
                border-top: 20px solid transparent;
                border-right: 20px solid transparent;
                border-bottom: 20px solid #FFFFFF; } }
          .stories-three-across .content-inner .stories-carousel figure figcaption a,
          .stories-three-across .content-inner .stories-carousel figure figcaption button {
            color: #00205B;
            font-size: 18px;
            text-decoration: none;
            font-weight: 700; }
            @media (max-width: 1024px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption a,
              .stories-three-across .content-inner .stories-carousel figure figcaption button {
                font-size: 17px; } }
          .stories-three-across .content-inner .stories-carousel figure figcaption button {
            padding-left: 0; }
          .stories-three-across .content-inner .stories-carousel figure figcaption p {
            color: #000000;
            font-size: 16px;
            margin: 15px 0 1.5em 0; }
            @media (max-width: 1024px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption p {
                font-size: 15px; } }
            .stories-three-across .content-inner .stories-carousel figure figcaption p:before {
              content: '“'; }
            .stories-three-across .content-inner .stories-carousel figure figcaption p:after {
              content: '”'; }
            @media (max-width: 1024px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption p {
                margin: 5px 0; } }
            @media (max-width: 699px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption p {
                margin: 5px 0 25px 0; } }
          .stories-three-across .content-inner .stories-carousel figure figcaption .btn {
            display: block;
            position: relative;
            color: #FFFFFF;
            padding: 17px 20px;
            margin-bottom: -55px;
            font-weight: 400; }
            @media (max-width: 1024px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption .btn {
                right: 0;
                padding: 12px 50px;
                font-weight: 500;
                bottom: 0;
                max-width: 260px;
                position: absolute;
                right: 30px;
                margin-bottom: -25px; } }
            @media (max-width: 699px) {
              .stories-three-across .content-inner .stories-carousel figure figcaption .btn {
                left: 30px;
                max-width: none;
                font-size: 15px;
                margin-bottom: -23px;
                padding: 14.5px 50px; } }

.two-across-blocks {
  background: #F3F1ED;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0; }
  .two-across-blocks.with-image .caption {
    position: relative;
    margin-bottom: -100px; }
    @media (max-width: 1024px) {
      .two-across-blocks.with-image .caption {
        position: absolute;
        top: 0;
        left: 200px !important;
        width: calc(100% - 200px) !important;
        height: 100%; } }
    @media (max-width: 699px) {
      .two-across-blocks.with-image .caption {
        position: relative;
        margin-bottom: 0;
        left: 0 !important;
        width: 100% !important; } }
    .two-across-blocks.with-image .caption:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 30px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #FFFFFF; }
      @media (max-width: 1024px) {
        .two-across-blocks.with-image .caption:before {
          position: absolute;
          bottom: auto;
          left: -32px;
          border-top: 12px solid transparent;
          border-right: 12px solid #FFFFFF;
          border-bottom: 12px solid transparent; } }
      @media (max-width: 699px) {
        .two-across-blocks.with-image .caption:before {
          left: 40px;
          bottom: 100%;
          border-top: 20px solid transparent;
          border-right: 20px solid transparent;
          border-bottom: 20px solid #FFFFFF; } }
  .two-across-blocks .figure-container {
    margin: 30px 0 0;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .two-across-blocks .figure-container .col {
      position: relative;
      width: calc(50% - 60px);
      -ms-flex: calc(50% - 60px);
          flex: calc(50% - 60px);
      margin-top: 0;
      margin-bottom: 25px; }
      .two-across-blocks .figure-container .col:nth-child(odd) {
        margin-right: 20px; }
        @media (max-width: 1024px) {
          .two-across-blocks .figure-container .col:nth-child(odd) {
            margin-right: 0; } }
      .two-across-blocks .figure-container .col:nth-child(even) {
        margin-left: 20px; }
        @media (max-width: 1024px) {
          .two-across-blocks .figure-container .col:nth-child(even) {
            margin-left: 0; } }
      @media (max-width: 1024px) {
        .two-across-blocks .figure-container .col {
          display: block;
          width: 100%;
          -ms-flex: 100%;
              flex: 100%;
          margin: 15px 0 50px; } }
      .two-across-blocks .figure-container .col img {
        width: 100%; }
        @media (max-width: 1024px) {
          .two-across-blocks .figure-container .col img {
            width: 220px;
            margin: 0; } }
        @media (max-width: 699px) {
          .two-across-blocks .figure-container .col img {
            width: 100%; } }
      .two-across-blocks .figure-container .col .caption {
        display: inline-block;
        background: #FFFFFF;
        padding: 25px;
        width: 100%;
        bottom: 100px;
        left: 39px; }
        @media (max-width: 699px) {
          .two-across-blocks .figure-container .col .caption {
            left: 0;
            width: 100%;
            height: auto; } }
        .two-across-blocks .figure-container .col .caption a,
        .two-across-blocks .figure-container .col .caption button {
          color: #00205B;
          font-size: 18px;
          font-weight: 700;
          text-decoration: none; }
        .two-across-blocks .figure-container .col .caption p {
          color: #000000;
          font-size: 16px;
          margin: 20px 10px; }
          @media (max-width: 1024px) {
            .two-across-blocks .figure-container .col .caption p {
              margin: 5px 10px; } }
        .two-across-blocks .figure-container .col .caption h3 {
          margin: 0 10px 0.3em 10px; }
        .two-across-blocks .figure-container .col .caption .btn {
          display: block;
          position: relative;
          left: 0;
          bottom: -65px;
          max-width: 455px;
          color: #FFFFFF;
          padding: 27px 0; }
          @media (max-width: 1024px) {
            .two-across-blocks .figure-container .col .caption .btn {
              position: relative;
              top: 50px;
              right: 33px;
              padding: 12px 50px;
              font-weight: 500; } }

.simple-block-three-across {
  width: 100vw;
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #F3F1ED;
  margin-top: 35px; }
  @media (min-width: 2200px) {
    .simple-block-three-across {
      margin-left: -1100px;
      width: 2200px; } }
  .simple-block-three-across .content-inner {
    margin: 0 70px;
    padding: 60px 0 70px; }
    @media (max-width: 1024px) {
      .simple-block-three-across .content-inner {
        margin: 0 30px; } }
    @media (max-width: 699px) {
      .simple-block-three-across .content-inner {
        margin: 0 20px; } }
    .simple-block-three-across .content-inner .three-across {
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0 -1%; }
      @media screen and (max-width: 699px) {
        .simple-block-three-across .content-inner .three-across {
          margin: 0; } }
      .simple-block-three-across .content-inner .three-across .col {
        position: relative;
        width: 31.3%;
        margin: 20px 1% 0;
        background: #FFFFFF; }
        @media (max-width: 1024px) {
          .simple-block-three-across .content-inner .three-across .col {
            width: 48%; } }
        @media (max-width: 699px) {
          .simple-block-three-across .content-inner .three-across .col {
            width: 100%;
            margin: 10px 0; } }
        .simple-block-three-across .content-inner .three-across .col .single-block {
          margin: 0; }
          .simple-block-three-across .content-inner .three-across .col .single-block .single-block-link {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: block; }
          .simple-block-three-across .content-inner .three-across .col .single-block figure {
            position: relative;
            background-color: #00205B;
            margin: 0; }
            .simple-block-three-across .content-inner .three-across .col .single-block figure:hover img {
              opacity: 0.7; }
            .simple-block-three-across .content-inner .three-across .col .single-block figure img {
              margin: 0;
              transition: 0.3s all; }
            .simple-block-three-across .content-inner .three-across .col .single-block figure figcaption {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              transition: 0.3s ease;
              background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
              .simple-block-three-across .content-inner .three-across .col .single-block figure figcaption .identifier {
                position: absolute;
                right: 0;
                background: #00205B;
                color: #FFFFFF;
                font-size: 13px;
                padding: 10px; }
              .simple-block-three-across .content-inner .three-across .col .single-block figure figcaption .title {
                position: absolute;
                bottom: 10px;
                left: 15px;
                text-decoration: none;
                font-style: "Univers LT W01", arial, helvetica, sans-serif;
                color: #FFFFFF;
                font-size: 25px;
                font-weight: 700;
                padding: 5px; }
                .simple-block-three-across .content-inner .three-across .col .single-block figure figcaption .title:hover {
                  color: #F3F1ED; }
                .simple-block-three-across .content-inner .three-across .col .single-block figure figcaption .title:after {
                  content: '';
                  position: relative;
                  display: inline-block;
                  top: 2px;
                  left: 8px;
                  width: 20px;
                  height: 20px;
                  background: url("../img/icons/icon-arrow-right-white.svg");
                  background-size: 10px;
                  background-repeat: no-repeat;
                  background-position: center; }
                .simple-block-three-across .content-inner .three-across .col .single-block figure figcaption .title.expand:after {
                  background: url("../img/icons/icon-plus.svg");
                  background-repeat: no-repeat;
                  width: 23px;
                  height: 23px;
                  top: 4px; }
          .simple-block-three-across .content-inner .three-across .col .single-block .desc {
            font-size: 15px;
            padding: 20px;
            line-height: 1.8em;
            background: #FFFFFF; }
          .simple-block-three-across .content-inner .three-across .col .single-block .full-details {
            display: none; }
        .simple-block-three-across .content-inner .three-across .col .fact-single {
          position: relative;
          position: absolute;
          height: 100%;
          width: 100%; }
          .simple-block-three-across .content-inner .three-across .col .fact-single .fact-container {
            background-color: #000000;
            background-image: url("../img/icons/poly.jpg");
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-direction: column;
                flex-direction: column; }
            .simple-block-three-across .content-inner .three-across .col .fact-single .fact-container .stat {
              color: #FFFFFF;
              font-size: 100px;
              font-weight: 200;
              line-height: 1.3; }
              @media (max-width: 1024px) {
                .simple-block-three-across .content-inner .three-across .col .fact-single .fact-container .stat {
                  font-size: 100px; } }
              @media (max-width: 699px) {
                .simple-block-three-across .content-inner .three-across .col .fact-single .fact-container .stat {
                  line-height: 1; } }
            .simple-block-three-across .content-inner .three-across .col .fact-single .fact-container .fact {
              color: #FFFFFF;
              font-size: 17px; }

.news-events-fullpage {
  padding: 15px 0; }
  .news-events-fullpage .content-inner .header-container {
    margin-bottom: 28px; }
  .news-events-fullpage .content-inner .events-content,
  .news-events-fullpage .content-inner .news-content {
    position: relative;
    padding-bottom: 50px; }
    .news-events-fullpage .content-inner .events-content .events,
    .news-events-fullpage .content-inner .news-content .events {
      position: relative;
      padding-bottom: 50px;
      width: 50%;
      float: left; }
      @media (max-width: 1024px) {
        .news-events-fullpage .content-inner .events-content .events,
        .news-events-fullpage .content-inner .news-content .events {
          float: none;
          padding: 0;
          width: auto; } }
      .news-events-fullpage .content-inner .events-content .events:first-child,
      .news-events-fullpage .content-inner .news-content .events:first-child {
        padding-right: 14px; }
        @media (max-width: 1024px) {
          .news-events-fullpage .content-inner .events-content .events:first-child,
          .news-events-fullpage .content-inner .news-content .events:first-child {
            padding: 0; } }
      .news-events-fullpage .content-inner .events-content .events:last-child,
      .news-events-fullpage .content-inner .news-content .events:last-child {
        padding-left: 14px; }
        @media (max-width: 1024px) {
          .news-events-fullpage .content-inner .events-content .events:last-child,
          .news-events-fullpage .content-inner .news-content .events:last-child {
            padding: 0 0 50px; } }
    @media (max-width: 699px) {
      .news-events-fullpage .content-inner .events-content,
      .news-events-fullpage .content-inner .news-content {
        position: relative;
        padding-bottom: 50px; } }
    .news-events-fullpage .content-inner .events-content .img-container,
    .news-events-fullpage .content-inner .news-content .img-container {
      margin: 5px 0 25px 0; }
      .news-events-fullpage .content-inner .events-content .img-container img,
      .news-events-fullpage .content-inner .news-content .img-container img {
        width: 100%; }
    .news-events-fullpage .content-inner .events-content .event,
    .news-events-fullpage .content-inner .events-content .news-item,
    .news-events-fullpage .content-inner .news-content .event,
    .news-events-fullpage .content-inner .news-content .news-item {
      margin: 0 0 20px 0;
      overflow: auto; }
      .news-events-fullpage .content-inner .events-content .event:nth-child(-n+3),
      .news-events-fullpage .content-inner .events-content .news-item:nth-child(-n+3),
      .news-events-fullpage .content-inner .news-content .event:nth-child(-n+3),
      .news-events-fullpage .content-inner .news-content .news-item:nth-child(-n+3) {
        border-bottom: 10px solid #F3F1ED; }
        @media (max-width: 699px) {
          .news-events-fullpage .content-inner .events-content .event:nth-child(-n+3),
          .news-events-fullpage .content-inner .events-content .news-item:nth-child(-n+3),
          .news-events-fullpage .content-inner .news-content .event:nth-child(-n+3),
          .news-events-fullpage .content-inner .news-content .news-item:nth-child(-n+3) {
            border-bottom: 0; } }
      .news-events-fullpage .content-inner .events-content .event:last-child,
      .news-events-fullpage .content-inner .events-content .news-item:last-child,
      .news-events-fullpage .content-inner .news-content .event:last-child,
      .news-events-fullpage .content-inner .news-content .news-item:last-child {
        border-bottom: 0; }
      @media (max-width: 699px) {
        .news-events-fullpage .content-inner .events-content .event:nth-child(n+5),
        .news-events-fullpage .content-inner .events-content .news-item:nth-child(n+5),
        .news-events-fullpage .content-inner .news-content .event:nth-child(n+5),
        .news-events-fullpage .content-inner .news-content .news-item:nth-child(n+5) {
          width: 100%; } }
      .news-events-fullpage .content-inner .events-content .event a,
      .news-events-fullpage .content-inner .events-content .news-item a,
      .news-events-fullpage .content-inner .news-content .event a,
      .news-events-fullpage .content-inner .news-content .news-item a {
        text-decoration: none; }
        .news-events-fullpage .content-inner .events-content .event a:hover h3,
        .news-events-fullpage .content-inner .events-content .news-item a:hover h3,
        .news-events-fullpage .content-inner .news-content .event a:hover h3,
        .news-events-fullpage .content-inner .news-content .news-item a:hover h3 {
          color: #227E9C; }
      .news-events-fullpage .content-inner .events-content .event .heading-six,
      .news-events-fullpage .content-inner .events-content .news-item .heading-six,
      .news-events-fullpage .content-inner .news-content .event .heading-six,
      .news-events-fullpage .content-inner .news-content .news-item .heading-six {
        font-family: "Leitura W01", "Times New Roman", serif;
        font-size: 16px;
        line-height: 1.5;
        font-style: italic;
        color: #000000;
        transition: 0.3s ease;
        margin: 0 0 9px 0; }
        @media (max-width: 1024px) {
          .news-events-fullpage .content-inner .events-content .event .heading-six,
          .news-events-fullpage .content-inner .events-content .news-item .heading-six,
          .news-events-fullpage .content-inner .news-content .event .heading-six,
          .news-events-fullpage .content-inner .news-content .news-item .heading-six {
            font-size: 16px; } }
      .news-events-fullpage .content-inner .events-content .event h3,
      .news-events-fullpage .content-inner .events-content .news-item h3,
      .news-events-fullpage .content-inner .news-content .event h3,
      .news-events-fullpage .content-inner .news-content .news-item h3 {
        transition: 0.3s ease;
        font-size: 28px;
        font-weight: 400;
        padding-bottom: 10px;
        margin: 0 0 15px 0;
        line-height: 1.4em; }
      .news-events-fullpage .content-inner .events-content .event p,
      .news-events-fullpage .content-inner .events-content .news-item p,
      .news-events-fullpage .content-inner .news-content .event p,
      .news-events-fullpage .content-inner .news-content .news-item p {
        color: #000000;
        line-height: 1.8em;
        font-size: 14px;
        margin-top: -13px; }
    .news-events-fullpage .content-inner .events-content .btn,
    .news-events-fullpage .content-inner .news-content .btn {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 15px;
      padding: 15px 83px; }
      @media (max-width: 699px) {
        .news-events-fullpage .content-inner .events-content .btn,
        .news-events-fullpage .content-inner .news-content .btn {
          float: none;
          display: block;
          width: 100%;
          padding: 15px 10px;
          position: absolute;
          bottom: 0; } }
  .news-events-fullpage .content-inner .events .event:nth-child(3) {
    border-bottom: 0; }
  .news-events-fullpage.has-half-page .has-half-page-inner {
    max-width: 1200px;
    margin: 0 auto; }
  .news-events-fullpage.has-half-page .content-inner {
    margin: 0 45px 0 73px; }
    @media (max-width: 1024px) {
      .news-events-fullpage.has-half-page .content-inner {
        margin: 0 3px 0 31px; } }
    @media (max-width: 699px) {
      .news-events-fullpage.has-half-page .content-inner {
        margin: 0 28px; } }
    .news-events-fullpage.has-half-page .content-inner .half-page {
      width: 50%;
      padding-right: 28px;
      float: left; }
      @media (max-width: 699px) {
        .news-events-fullpage.has-half-page .content-inner .half-page {
          float: none;
          padding-right: 0;
          width: 100%;
          margin-top: 34px;
          margin-bottom: 34px; } }
      @media (max-width: 1024px) {
        .news-events-fullpage.has-half-page .content-inner .half-page .event,
        .news-events-fullpage.has-half-page .content-inner .half-page .news-item {
          width: 100%;
          margin-left: 0; } }
      .news-events-fullpage.has-half-page .content-inner .half-page .events-content .img-container,
      .news-events-fullpage.has-half-page .content-inner .half-page .news-content .img-container {
        float: none;
        margin-right: 0; }
        @media (max-width: 1024px) {
          .news-events-fullpage.has-half-page .content-inner .half-page .events-content .img-container,
          .news-events-fullpage.has-half-page .content-inner .half-page .news-content .img-container {
            width: 100%; } }
        @media (max-width: 699px) {
          .news-events-fullpage.has-half-page .content-inner .half-page .events-content .img-container,
          .news-events-fullpage.has-half-page .content-inner .half-page .news-content .img-container {
            display: block; } }

.scrollable-gallery {
  position: relative;
  width: 100vw;
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 55px 0; }
  @media (min-width: 2200px) {
    .scrollable-gallery {
      margin-left: -1100px;
      width: 2200px; } }
  .scrollable-gallery .content-inner {
    margin: 0 70px; }
    @media (max-width: 1024px) {
      .scrollable-gallery .content-inner {
        margin: 0 30px; } }
    @media (max-width: 699px) {
      .scrollable-gallery .content-inner {
        margin: 0 20px; } }
    .scrollable-gallery .content-inner .slick-slider {
      padding: 0; }
      .scrollable-gallery .content-inner .slick-slider .item {
        text-decoration: none;
        margin: 0 2px; }
        .scrollable-gallery .content-inner .slick-slider .item:before {
          content: none; }
        .scrollable-gallery .content-inner .slick-slider .item figure {
          width: 100%;
          margin: 0; }
          .scrollable-gallery .content-inner .slick-slider .item figure img {
            width: 100%;
            margin: 0; }
          .scrollable-gallery .content-inner .slick-slider .item figure figcaption {
            background: #00205B;
            color: #FFFFFF;
            font-size: 15px;
            padding: 15px 20px;
            line-height: 1.8em; }
  .scrollable-gallery .slick-arrow {
    width: 45px;
    height: 45px;
    background-size: 14px 19px;
    z-index: 1;
    top: 50%; }
    .scrollable-gallery .slick-arrow.slick-prev {
      left: -20px;
      transform: rotate(180deg) translateY(50%); }
    .scrollable-gallery .slick-arrow.slick-next {
      right: -20px;
      transform: translateY(-50%); }

.facts {
  width: 100vw;
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../img/icons/poly.jpg);
  background-color: #000000;
  padding: 10px 0 60px; }
  @media (min-width: 2200px) {
    .facts {
      margin-left: -1100px;
      width: 2200px; } }
  .facts .content-wrapper {
    padding: 0 70px;
    max-width: none; }
    @media (max-width: 1024px) {
      .facts .content-wrapper {
        padding: 0 30px; } }
  .facts.poly-bg {
    background-image: url("../img/icons/poly-pattern-big.jpg");
    background-size: cover;
    padding-top: 50px; }
    @media (max-width: 699px) {
      .facts.poly-bg {
        padding: 50px 0 50px; } }
    .facts.poly-bg h2 {
      text-align: left;
      color: #FFFFFF;
      margin-bottom: 1em; }
    .facts.poly-bg .btn {
      display: inline-block;
      padding: 25px;
      margin: 70px auto 0; }
      @media (max-width: 699px) {
        .facts.poly-bg .btn {
          margin: 10px auto 0; } }
  @media (max-width: 1024px) {
    .facts {
      padding-bottom: 35px; } }
  @media (max-width: 699px) {
    .facts {
      padding: 25px 0 0;
      background: url(../img/icons/poly2.png); } }
  .facts .stat {
    font-size: 160px;
    font-weight: 200;
    line-height: 1.3; }
    @media (max-width: 1024px) {
      .facts .stat {
        font-size: 100px; } }
    @media (max-width: 699px) {
      .facts .stat {
        line-height: 1; } }
  .facts .fact {
    font-size: 20px; }
    @media (max-width: 1024px) {
      .facts .fact {
        font-size: 17px; } }
  @media (max-width: 699px) {
    .facts .col {
      margin-bottom: 35px; } }

.three-across {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .three-across .col {
    width: 33.33%; }
    @media (max-width: 699px) {
      .three-across .col {
        width: 100%; } }

.homepage-hero {
  width: 100vw;
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-color: #000000;
  margin-bottom: 70px; }
  @media (min-width: 2200px) {
    .homepage-hero {
      margin-left: -1100px;
      width: 2200px; } }
  @media (max-width: 1024px) {
    .homepage-hero {
      margin-bottom: 40px; } }
  @media (max-width: 699px) {
    .homepage-hero {
      margin-bottom: 0; } }
  .homepage-hero .single-image {
    height: 100%;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .homepage-hero .single-image {
        height: 100vh;
        min-height: 600px; } }
    @media (max-width: 699px) {
      .homepage-hero .single-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        min-height: 400px;
        max-height: 500px;
        height: 100vh; } }
    @media (max-width: 699px) {
      .homepage-hero .single-image picture {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
    .homepage-hero .single-image picture img {
      width: 100%; }
      @media (max-width: 699px) {
        .homepage-hero .single-image picture img {
          width: auto;
          max-width: none;
          -o-object-fit: cover;
             object-fit: cover; } }
  .homepage-hero .content-field {
    padding-top: 200px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    border-bottom: 17px solid #00205B; }
    .homepage-hero .content-field > div {
      z-index: 2; }
    .homepage-hero .content-field:after {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
      content: ''; }
    @media (max-width: 1024px) {
      .homepage-hero .content-field {
        padding-top: 0; } }
    .homepage-hero .content-field .crown-arrow {
      display: block;
      position: relative;
      top: 17px;
      margin: 0 auto;
      background: #E87722;
      width: 75px;
      height: 75px; }
      @media (max-width: 699px) {
        .homepage-hero .content-field .crown-arrow {
          position: absolute;
          top: auto;
          bottom: -17px;
          left: calc(50% - 37.5px); } }
      .homepage-hero .content-field .crown-arrow .crown {
        background-image: url("../img/icons/icon-crown.svg");
        background-position: center center;
        background-repeat: no-repeat;
        width: 75px;
        height: 60px; }
      .homepage-hero .content-field .crown-arrow .arrow {
        background-image: url("../img/icons/icon-arrow-down-white.svg");
        background-position: center center;
        background-repeat: no-repeat;
        width: 75px;
        height: 10px; }
    .homepage-hero .content-field .text-container {
      position: relative;
      bottom: 5px;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -webkit-align-items: flex-end;
      transform: translateY(-500px);
      opacity: 0;
      animation: moveDown 0.3s ease-out forwards; }
      @media (max-width: 1024px) {
        .homepage-hero .content-field .text-container {
          bottom: 45px; } }
      @media (max-width: 699px) {
        .homepage-hero .content-field .text-container {
          bottom: 16%;
          height: 75%;
          display: -ms-flexbox;
          display: flex;
          display: -webkit-flex;
          -ms-flex-pack: center;
              justify-content: center;
          -webkit-justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -webkit-align-items: center; } }
      .homepage-hero .content-field .text-container .yes-and,
      .homepage-hero .content-field .text-container .caption {
        -ms-flex: 50%;
            flex: 50%;
        width: 50%; }
      .homepage-hero .content-field .text-container .yes-and {
        height: 450px;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex; }
        @media (max-width: 1175px) {
          .homepage-hero .content-field .text-container .yes-and {
            transform: scale(0.75);
            margin-bottom: -70px; } }
        @media (max-width: 1024px) {
          .homepage-hero .content-field .text-container .yes-and {
            transform: scale(0.5);
            margin-bottom: -120px; } }
        @media (max-width: 699px) {
          .homepage-hero .content-field .text-container .yes-and {
            transform: scale(0.35);
            margin-bottom: -46px; } }
        .homepage-hero .content-field .text-container .yes-and .yes-container,
        .homepage-hero .content-field .text-container .yes-and .and-container {
          position: relative;
          display: -ms-inline-flexbox;
          display: inline-flex;
          display: -webkit-inline-flex;
          overflow: hidden;
          -ms-flex-align: center;
              align-items: center;
          -webkit-align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          -webkit-justify-content: center;
          height: 100%;
          transform: skew(-32deg); }
          .homepage-hero .content-field .text-container .yes-and .yes-container span,
          .homepage-hero .content-field .text-container .yes-and .and-container span {
            position: absolute;
            color: #FFFFFF;
            animation: fadeIn 0.3s 0.4s ease-out forwards;
            font-weight: 300;
            font-size: 100px;
            font-size: 250px;
            letter-spacing: 0;
            text-align: center;
            text-transform: uppercase;
            transform: skew(32deg);
            opacity: 0; }
        .homepage-hero .content-field .text-container .yes-and .yes-container {
          -ms-flex: 50%;
              flex: 50%;
          -webkit-flex: 50%;
          margin: 0 0 0 -100%;
          border-right: 3px solid #F0EEE7; }
          .homepage-hero .content-field .text-container .yes-and .yes-container span {
            top: -43px;
            right: 37px;
            opacity: 1;
            animation: fadeIn 0.1s 0.3s forwards; }
        .homepage-hero .content-field .text-container .yes-and .and-container {
          -ms-flex: 50%;
              flex: 50%;
          -webkit-flex: 50%;
          margin: 0 -100% 0 0; }
          .homepage-hero .content-field .text-container .yes-and .and-container span {
            color: #D6D2C4;
            top: 146px;
            left: 8px; }
      .homepage-hero .content-field .text-container .caption {
        font-family: "Leitura W01", "Times New Roman", serif;
        font-weight: 200;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 30px;
        padding: 0 92px 35px 37px;
        opacity: 0;
        animation: fadeIn 0.3s 0.5s forwards; }
        @media (max-width: 1024px) {
          .homepage-hero .content-field .text-container .caption {
            padding: 0 30px 0 10px; } }
        @media (max-width: 699px) {
          .homepage-hero .content-field .text-container .caption {
            display: none; } }
  @media (min-width: 1025px) {
    .homepage-hero .ambient-video {
      min-height: 600px;
      height: 100vh;
      overflow: hidden; } }
  @media (max-width: 699px) {
    .homepage-hero .ambient-video {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      min-height: 400px;
      max-height: 500px;
      height: 100vh; } }
  .homepage-hero .ambient-video .container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
    @media (max-width: 1024px) {
      .homepage-hero .ambient-video .container {
        padding-bottom: 0; } }
    .homepage-hero .ambient-video .container iframe {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      @media (max-width: 1024px) {
        .homepage-hero .ambient-video .container iframe {
          display: none; } }
  .homepage-hero .ambient-video picture {
    display: none; }
    .homepage-hero .ambient-video picture img {
      width: 100%;
      height: 100%; }
      @media (max-width: 1024px) {
        .homepage-hero .ambient-video picture img {
          height: auto; } }
      @media (max-width: 699px) {
        .homepage-hero .ambient-video picture img {
          width: auto;
          height: auto;
          max-width: none;
          -o-object-fit: cover;
             object-fit: cover;
          overflow: hidden; } }
    @media (max-width: 1024px) {
      .homepage-hero .ambient-video picture {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }

@keyframes moveDown {
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes colorYes {
  100% {
    color: #FFFFFF; } }

@keyframes colorAnd {
  100% {
    color: #D6D2C4; } }

@keyframes fadeIn {
  100% {
    opacity: 1; } }

.homepage-hero-mobile-caption-field {
  background: #F2F1ED;
  color: #00205B;
  font-family: "Leitura W01", "Times New Roman", serif;
  font-weight: 200;
  font-size: 20px;
  padding: 30px;
  margin-bottom: 45px; }
  @media (min-width: 701px) {
    .homepage-hero-mobile-caption-field {
      display: none; } }
  @media (max-width: 699px) {
    .homepage-hero-mobile-caption-field {
      margin-bottom: 0; } }

.section-navigation-wrapper {
  background: #00205B;
  min-height: 70px;
  max-width: 2200px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .section-navigation-wrapper {
      min-height: 50px; } }
  @media (max-width: 699px) {
    .section-navigation-wrapper {
      min-height: 0; } }

.section-navigation {
  width: 100%;
  min-height: 70px;
  background: #00205B;
  max-width: 2200px;
  margin: 0 auto; }
  .section-navigation:after {
    display: table;
    content: '';
    clear: both; }
/***added for ticket47439***/
.course-landing .section-navigation, 
.course-major .section-navigation, 
.course-description .section-navigation { 
max-height: 70px; } 
/***end of added for ticket47439***/
  @media (max-width: 1024px) {
    .section-navigation {
      min-height: 50px; }
      .section-navigation.js-fixed {
        background: none; } }
  @media (max-width: 699px) {
    .section-navigation {
      min-height: 0; } }
  .section-navigation.js-fixed, .section-navigation .js-fixed {
    position: fixed;
    top: 0;
    z-index: 100; }
    .hide-with-transition .section-navigation.js-fixed, .hide-with-transition .section-navigation .js-fixed {
      transition: transform 100ms linear; }
    .show-header .section-navigation.js-fixed, .show-header .section-navigation .js-fixed {
      transform: translateY(120px); }
    .show-header.hide-with-transition .section-navigation.js-fixed, .show-header.hide-with-transition .section-navigation .js-fixed {
      transition-delay: 420ms; }
  .section-navigation .section-tab {
    position: absolute;
    margin-left: 70px;
    width: 298px;
    background: #227E9C;
    z-index: 100;
    line-height: 0; }
    @media (max-width: 1024px) {
      .section-navigation .section-tab {
        margin-left: 28px; } }
    @media (max-width: 699px) {
      .section-navigation .section-tab {
        width: 100%;
        left: 0;
        margin-left: 0;
        position: static; } }
    .section-navigation .section-tab button {
      position: relative;
      width: 100%;
      height: 100%;
      background: transparent;
      border: 0;
      height: 70px; }
      @media (max-width: 1024px) {
        .section-navigation .section-tab button {
          height: 50px; } }
      @media (max-width: 699px) {
        .section-navigation .section-tab button {
          height: 40px; } }
      .section-navigation .section-tab button .label {
        float: left;
        font-size: 16px;
        font-weight: 700;
        padding: 0 28px;
        text-transform: uppercase;
        color: #FFFFFF; }
        @media (max-width: 699px) {
          .section-navigation .section-tab button .label {
            font-size: 14px;
            padding: 0 20px; } }
      .section-navigation .section-tab button .dropdown-tab {
        float: right;
        display: block;
        position: absolute;
        top: 0;
        content: '';
        background-image: url("../img/icons/icon-arrow-down-lightblue.svg");
        background-position: right center;
        background-repeat: no-repeat;
        width: calc(100% - 26px);
        height: 100%;
        transition: 0.3s ease; }
        .section-navigation .section-tab button .dropdown-tab.expanded {
          transform: rotateX(180deg); }
    .section-navigation .section-tab .tab-inner {
      display: none; }
      .section-navigation .section-tab .tab-inner > ul {
        margin: 0; }
      .section-navigation .section-tab .tab-inner > ul > li:last-child {
        border-bottom: 0; }
      .section-navigation .section-tab .tab-inner > ul > li:first-child {
        font-family: "Leitura W01", "Times New Roman", serif;
        font-size: 20px;
        font-weight: 400; }
      .section-navigation .section-tab .tab-inner ul {
        list-style-type: none;
        padding: 0; }
        .section-navigation .section-tab .tab-inner ul li {
          padding: 0;
          margin: 0;
          display: block;
          border-bottom: 1px solid #439FBD; }
          .section-navigation .section-tab .tab-inner ul li.current a {
            background: #00205B; }
          .section-navigation .section-tab .tab-inner ul li a {
            padding: 9px 12px 11px 32px;
            display: block;
            color: #FFFFFF;
            background: transparent;
            line-height: 1.4;
            font-weight: 400; }
            .section-navigation .section-tab .tab-inner ul li a:hover {
              background: #176D89; }
          .section-navigation .section-tab .tab-inner ul li:before {
            width: 0;
            height: 0; }
          .section-navigation .section-tab .tab-inner ul li:after {
            border-bottom: 1px solid #FFFFFF; }
        .section-navigation .section-tab .tab-inner ul ul a {
          padding-left: 52px;
          font-weight: 500; }
        .section-navigation .section-tab .tab-inner ul ul ul a {
          padding-left: 72px; }
        .section-navigation .section-tab .tab-inner ul ul ul ul a {
          padding-left: 95px; }
  .section-navigation:not(.expanded) .breadcrumbs {
    margin-left: 375px; }
  .section-navigation .breadcrumbs {
    float: left;
    min-height: 70px;
    margin-right: 70px;
    text-align: left; }
    @media (max-width: 1024px) {
      .section-navigation .breadcrumbs {
        display: none; } }
    .section-navigation .breadcrumbs ul {
      margin: 16px 0; }
    .section-navigation .breadcrumbs li {
      display: inline;
      padding: 0;
      margin-left: -5px; }
      .section-navigation .breadcrumbs li:last-of-type:after {
        content: none; }
      .section-navigation .breadcrumbs li:before {
        content: none; }
      .section-navigation .breadcrumbs li:last-child a {
        padding-right: 0; }
        .section-navigation .breadcrumbs li:last-child a:after {
          content: none; }
      .section-navigation .breadcrumbs li a {
        background: none;
        color: #FFFFFF;
        font-weight: 400;
        letter-spacing: -0.1px;
        font-size: 15px;
        padding: 5px 15px; }
        .section-navigation .breadcrumbs li a:after {
          content: '';
          width: 8px;
          right: -3px;
          height: 20px;
          display: inline-block;
          vertical-align: middle;
          background-image: url(../img/icons/icon-arrow-right-gold.svg);
          background-position: right center;
          background-repeat: no-repeat;
          border-radius: 50%;
          background-size: 8px 13px;
          position: absolute;
          top: 3px; }
        .section-navigation .breadcrumbs li a:hover {
          opacity: 0.9; }
  .section-navigation.expanded {
    min-height: 70px;
    border: 0;
    overflow: visible; }
    @media screen and (max-width: 1024px) {
      .section-navigation.expanded {
        min-height: 51px; }
        .section-navigation.expanded .section-nav {
          display: none; } }

.section-nav {
  float: left;
  margin: 0 0 0 70px;
  width: 298px;
  background: #227E9C; }
  @media screen and (max-width: 1024px) {
    .section-nav {
      float: none;
      margin: 44px 80px;
      width: auto; } }
  @media screen and (max-width: 698px) {
    .section-nav {
      margin: 40px 20px; } }
  .section-nav .section {
    display: block;
    padding: 22px 22px 19px;
    height: 100%;
    color: #FFFFFF;
    font: 400 21px/1.4 "Leitura W01", "Times New Roman", serif;
    text-decoration: none; }
    @media screen and (max-width: 1024px) {
      .section-nav .section {
        position: relative;
        padding: 10px 22px 8px; }
        .section-nav .section:after {
          content: '';
          position: absolute;
          top: 0;
          right: 20px;
          height: 100%;
          width: 25px;
          background: transparent url("../img/icons/icon-arrow-down-lightblue.svg") no-repeat center center;
          transition: 0.3s ease; } }
    @media screen and (max-width: 1024px) and (max-width: 698px) {
      .section-nav .section:after {
        right: 10px; } }
    @media screen and (max-width: 1024px) {
        .section-nav .section.expanded:after {
          transform: rotate(-180deg); } }
  .section-nav .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 1024px) {
      .section-nav .menu {
        display: none; }
        .section-nav .menu.expanded {
          display: block; } }
    .section-nav .menu li {
      margin: 0;
      padding: 0; }
      .section-nav .menu li:before {
        display: none; }
    .section-nav .menu a {
      display: block;
      padding: 7px 20px 10px 36px;
      color: #FFFFFF;
      background: none;
      border-top: 1px solid #439FBD;
      font: 400 16px/1.3125 "Univers LT W01", arial, helvetica, sans-serif; }
      .section-nav .menu a:hover, .section-nav .menu a.active {
        background: #00205B; }
      @media screen and (max-width: 1024px) {
        .section-nav .menu a {
          padding: 7px 12px 11px 32px; } }

.testimonials {
  background: #F3F1ED;
  padding: 70px 0; }
  @media (max-width: 1024px) {
    .testimonials {
      padding: 40px 0; } }
  .testimonials .cta {
    background: #227E9C; }
    .testimonials .cta:hover {
      background: #176D89; }
  .testimonials .testimonial {
    overflow: hidden; }
    .testimonials .testimonial:first-child {
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .testimonials .testimonial:first-child {
          margin-bottom: 50px; } }
      @media (max-width: 699px) {
        .testimonials .testimonial:first-child {
          margin-bottom: 0; } }
    @media (max-width: 699px) {
      .testimonials .testimonial {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column; } }
    .testimonials .testimonial.img-left .img-wrapper {
      float: left; }
      .testimonials .testimonial.img-left .img-wrapper .cta {
        right: 130px; }
        @media (max-width: 1024px) {
          .testimonials .testimonial.img-left .img-wrapper .cta {
            right: auto;
            left: 30px; } }
        @media (max-width: 699px) {
          .testimonials .testimonial.img-left .img-wrapper .cta {
            right: 30px; } }
    .testimonials .testimonial.img-left blockquote {
      float: right;
      padding-left: 0;
      padding-right: 70px; }
      @media (max-width: 1024px) {
        .testimonials .testimonial.img-left blockquote {
          padding-left: 30px;
          padding-right: 30px; } }
  .testimonials .img-wrapper {
    position: relative;
    width: 56.666%;
    float: right;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .testimonials .img-wrapper {
        width: 50%; } }
    @media (max-width: 699px) {
      .testimonials .img-wrapper {
        width: 100%;
        margin-bottom: 40px;
        -ms-flex-order: 1;
            order: 1; } }
    .testimonials .img-wrapper img {
      width: 100%;
      vertical-align: top;
      height: auto; }
    .testimonials .img-wrapper .cta-wrapper {
      margin: 0; }
    .testimonials .img-wrapper .cta {
      position: absolute;
      z-index: 2;
      bottom: 30px; }
      @media (max-width: 1024px) {
        .testimonials .img-wrapper .cta {
          bottom: 25px;
          right: 30px; } }
      @media (max-width: 699px) {
        .testimonials .img-wrapper .cta {
          left: 30px;
          max-width: none;
          width: auto; } }
  .testimonials blockquote {
    width: 43.333%;
    float: left;
    margin: 0;
    background: transparent;
    padding: 0;
    padding-top: 53px;
    padding-left: 70px;
    padding-right: 30px; }
    @media (max-width: 1024px) {
      .testimonials blockquote {
        padding-left: 30px;
        width: 50%;
        padding-top: 0; }
        .testimonials blockquote h2 {
          margin-top: -5px; } }
    @media (max-width: 699px) {
      .testimonials blockquote {
        width: 100%;
        margin-bottom: 40px;
        -ms-flex-order: 2;
            order: 2; } }
    @media (max-width: 1024px) {
      .testimonials blockquote h2 {
        margin-bottom: 0.5em; } }
    @media (max-width: 699px) {
      .testimonials blockquote h2 {
        display: block;
        font-size: 38px; } }
    .testimonials blockquote h2 a {
      color: inherit;
      text-decoration: none;
      background-image: none; }
      .testimonials blockquote h2 a:after {
        content: '';
        width: 28px;
        height: 28px;
        background-image: url(../img/icons/icon-plus-blue.svg);
        margin: 0 0 0.2em 0.4em;
        display: inline-block;
        background-size: 100%;
        vertical-align: middle; }
        @media (max-width: 699px) {
          .testimonials blockquote h2 a:after {
            width: 23px;
            height: 23px;
            margin-left: 0.2em; } }
    .testimonials blockquote q {
      margin-bottom: 0;
      font-family: "Univers LT W01", arial, helvetica, sans-serif;
      font-size: 20px;
      color: #222222;
      line-height: 1.6;
      font-weight: 400; }
      .testimonials blockquote q:before {
        content: '“'; }
      .testimonials blockquote q:after {
        content: '”'; }
      @media (max-width: 1024px) {
        .testimonials blockquote q {
          font-size: 17px;
          max-width: 295px; } }
      @media (max-width: 699px) {
        .testimonials blockquote q {
          max-width: none;
          width: auto; } }

/*Up-left pointing*/
.triangle-up-left {
  width: 0;
  height: 0;
  padding-bottom: 56.666%;
  padding-left: 56.666%;
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: -22px;
  z-index: 1;
  transform: rotate(-8deg); }
  @media (min-width: 1200px) {
    .triangle-up-left {
      top: -40px;
      left: -40px; } }
  @media (max-width: 699px) {
    .triangle-up-left {
      left: -25px; } }

.triangle-up-left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  border-bottom: 500px solid transparent;
  border-left: 500px solid #F3F1ED; }
  @media (min-width: 1200px) {
    .triangle-up-left:after {
      margin-left: -1000px;
      border-bottom: 1000px solid transparent;
      border-left: 1000px solid #F3F1ED; } }

/*Down-right pointing*/
.triangle-down-right {
  width: 30%;
  height: 0;
  padding-top: 30%;
  overflow: hidden;
  position: absolute;
  bottom: -33px;
  right: -33px;
  z-index: 1;
  transform: rotate(-8deg); }
  @media (min-width: 1200px) {
    .triangle-down-right {
      bottom: -40px;
      right: -40px; } }
  @media (max-width: 699px) {
    .triangle-down-right {
      right: -85px; } }

.triangle-down-right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: -500px;
  border-top: 500px solid transparent;
  border-right: 500px solid #F3F1ED; }
  @media (min-width: 1200px) {
    .triangle-down-right:after {
      margin-top: -1000px;
      border-top: 1000px solid transparent;
      border-right: 1000px solid #F3F1ED; } }

.img-left .img-wrapper {
  /*Up-left pointing*/
  /*Down-right pointing*/ }
  .img-left .img-wrapper .triangle-up-left {
    bottom: -20px;
    right: -28px;
    top: auto;
    left: auto;
    transform: rotate(-188deg); }
    @media (max-width: 994px) {
      .img-left .img-wrapper .triangle-up-left {
        bottom: -10px; } }
    @media (min-width: 1200px) {
      .img-left .img-wrapper .triangle-up-left {
        bottom: -40px;
        right: -40px; } }
    @media (max-width: 699px) {
      .img-left .img-wrapper .triangle-up-left {
        right: -25px;
        bottom: -24px; } }
  .img-left .img-wrapper .triangle-down-right {
    bottom: auto;
    right: auto;
    top: -33px;
    left: -33px;
    transform: rotate(-188deg); }
    @media (max-width: 699px) {
      .img-left .img-wrapper .triangle-down-right {
        left: -80px; } }

.h1-no-hero-img {
  padding-top: 60px;
  margin: 0 auto;
  max-width: 1200px; }
  @media (max-width: 1024px) {
    .h1-no-hero-img {
      padding-top: 41px; } }
  @media (max-width: 699px) {
    .h1-no-hero-img {
      padding-top: 30px; } }
  .h1-no-hero-img h1 {
    margin-bottom: 0; }
  .expanded-nav .h1-no-hero-img {
    padding-top: 70px;
    max-width: 100%;
    background: #F3F1ED; }
    @media screen and (max-width: 1024px) {
      .expanded-nav .h1-no-hero-img {
        padding-top: 55px; } }
    @media screen and (max-width: 1024px) {
      .expanded-nav .h1-no-hero-img {
        padding-top: 28px; } }

.h1-no-hero-img-inner {
  padding: 0 80px;
  max-width: 931px;
  margin: 0 auto -7px; }
  @media (max-width: 1024px) {
    .h1-no-hero-img-inner {
      margin: 0 auto -6px; } }
  @media (max-width: 699px) {
    .h1-no-hero-img-inner {
      margin: 0 auto -5px;
      padding: 0 20px; } }
  .expanded-nav .h1-no-hero-img-inner {
    margin: 0 0 0 400px;
    padding: 0; }
    .expanded-nav .h1-no-hero-img-inner h1 {
      line-height: 0.75; }
    @media screen and (max-width: 1024px) {
      .expanded-nav .h1-no-hero-img-inner {
        margin: 0;
        padding: 0 80px; } }
    @media screen and (max-width: 698px) {
      .expanded-nav .h1-no-hero-img-inner {
        margin: 0;
        padding: 0 20px; } }

.hero-content-inner {
  padding-left: 40px;
  padding-right: 40px;
  background: white;
  padding: 52px 66px; }
  @media (max-width: 1024px) {
    .hero-content-inner {
      padding: 30px 40px; } }
  @media (max-width: 699px) {
    .hero-content-inner {
      padding: 20px; } }

.hero-content {
  max-width: 1036px;
  margin: 0 auto;
  margin-top: -70px;
  position: relative;
  margin-bottom: 46px;
  padding: 0 66px; }
  @media (max-width: 1024px) {
    .hero-content {
      margin-top: -60px;
      margin-bottom: 30px; } }
  @media (max-width: 1024px) {
    .hero-content {
      padding: 0 40px; } }
  @media (max-width: 699px) {
    .hero-content {
      padding: 0 10px; } }
  .hero-content .down-arrow {
    width: 75px;
    height: 75px;
    background: #E87722;
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -37.5px;
    color: transparent;
    transition: 0.3s ease; }
    .hero-content .down-arrow:hover {
      background: #227E9C; }
    @media (max-width: 1024px) {
      .hero-content .down-arrow {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        bottom: -30px; } }
    .hero-content .down-arrow:before {
      content: '';
      display: block;
      width: 32px;
      height: 34px;
      background-image: url("../img/icons/icon-crown.svg");
      background-size: 32px;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 12px;
      left: 50%;
      margin-left: -16px; }
      @media (max-width: 1024px) {
        .hero-content .down-arrow:before {
          width: 22px;
          height: 23px;
          background-size: 22px;
          top: 8px;
          margin-left: -11px; } }
    .hero-content .down-arrow:after {
      content: '';
      background-image: url("../img/icons/icon-arrow-down-white.svg");
      background-size: 14px;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      width: 14px;
      height: 8px;
      bottom: 10px;
      left: 50%;
      margin-left: -7px; }
      @media (max-width: 1024px) {
        .hero-content .down-arrow:after {
          width: 10px;
          height: 6px;
          background-size: 10px;
          bottom: 6px;
          margin-left: -5px; } }

.hero {
  background-color: #F2F1ED;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
  height: calc(100vh - 258px);
  max-height: 520px;
  min-height: 300px;
  border-bottom: 17px solid #A89968;
  max-width: 2200px; }
  @media (max-width: 1024px) {
    .hero {
      height: 70vh; } }
  @media (max-width: 699px) {
    .hero {
      height: calc(50vh); } }
  .hero.landing-page-hero {
    background-color: #000000;
    position: relative; }
    .hero.landing-page-hero:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      opacity: 0.3;
      background-image: linear-gradient(180deg, #00205B 3%, rgba(0, 32, 91, 0) 100%); }
    @media (max-width: 1024px) {
      .hero.landing-page-hero {
        height: 45vh;
        border-bottom: 10px solid #A89968; } }
    @media (max-width: 699px) {
      .hero.landing-page-hero {
        height: 42vh; } }
    .hero.landing-page-hero .hero-content {
      position: absolute;
      margin: 0 auto;
      margin-top: 0;
      margin-bottom: 0;
      padding: 65px 70px;
      width: 100%;
      z-index: 10; }
      @media (max-width: 1024px) {
        .hero.landing-page-hero .hero-content {
          padding: 25px 27px; } }
      @media (max-width: 699px) {
        .hero.landing-page-hero .hero-content {
          padding: 25px 17px; } }
    .hero.landing-page-hero .hero-content-inner {
      background: transparent;
      padding: 0; }
      .hero.landing-page-hero .hero-content-inner h1 {
        color: #FFFFFF; }
        @media (max-width: 1024px) {
          .hero.landing-page-hero .hero-content-inner h1 {
            font-size: 60px; } }
        @media screen and (max-width: 699px) {
          .hero.landing-page-hero .hero-content-inner h1 {
            font-size: 50px; } }

.homepage-yes-and,
.not-homepage-yes-and {
  max-width: 2200px;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow: initial; /*added for ticket */
  background: #F3F1ED; }
  @media (min-width: 2200px) {
    .homepage-yes-and,
    .not-homepage-yes-and {
      margin-left: -1100px;
      width: 2200px; } }
  @media(min-width:700px){
    .stories-three-across + .homepage-yes-and, .stories-three-across +
	.not-homepage-yes-and {
	  margin-top:80px;}}

.yes-and-block {
  padding: 78px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 70px; }
  .yes-and-block + .testimonials {
    padding-top: 0; }
  @media (min-width: 1200px) {
    .yes-and-block {
      min-height: 656px; }
      .yes-and-block .yes-and-block-content {
        min-height: 0; } }
  .yes-and-block:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 1024px) {
    .yes-and-block {
      padding: 40px 0 60px 0;
      margin-bottom: 40px; } }
  @media (max-width: 699px) {
    .yes-and-block {
      background-position: left top;
      background-size: 150vw; } }
  .yes-and-block h2 {
    font-size: 70px;
    line-height: 0.928;
    margin-bottom: 0.4em; }
    @media (max-width: 1024px) {
      .yes-and-block h2 {
        font-size: 60px;
        line-height: 50px; } }
  .yes-and-block .cta-wrapper {
    margin-bottom: -40px; }
    @media (max-width: 1024px) {
      .yes-and-block .cta-wrapper {
        margin-bottom: -63px; } }
    .yes-and-block .cta-wrapper a {
      margin-left: auto;
      margin-right: auto;
      display: block; }
      @media (max-width: 699px) {
        .yes-and-block .cta-wrapper a {
          margin-right: -28px; } }
  .yes-and-block .yes-and-block-content {
    width: 44.1666%;
    background: white;
    float: right;
    padding: 55px 66px 0;
    position: relative;
    opacity: 0;
    transform: translateX(-50px); }
    @media (max-width: 1024px) {
      .yes-and-block .yes-and-block-content {
        padding: 33px 28px; } }
    @media (max-width: 699px) {
      .yes-and-block .yes-and-block-content {
        margin-top: 55vw;
        width: calc(100% - 30px);
        left: 30px;
        float: none;
        padding: 45px 28px 33px; } }
    .yes-and-block .yes-and-block-content:after {
      content: '';
      display: block;
      position: absolute;
      top: 65px;
      left: -22px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22.5px 22px 22.5px 0;
      border-color: transparent #FFFFFF transparent transparent; }
      @media (max-width: 699px) {
        .yes-and-block .yes-and-block-content:after {
          transform: rotate(90deg);
          top: -33px;
          left: 50px; } }
    .yes-and-block .yes-and-block-content p {
      font-family: "Leitura W01", "Times New Roman", serif;
      font-size: 24px;
      font-weight: 200;
      color: #00205B;
      line-height: 1.25; }
      @media (max-width: 1024px) {
        .yes-and-block .yes-and-block-content p {
          font-size: 20px; } }
      .yes-and-block .yes-and-block-content p .yes-and-text {
        font-family: "Univers LT W01", arial, helvetica, sans-serif;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
        color: #00205B;
        margin: 0.2em 0;
        line-height: 1.42;
        display: block;
        font-style: normal; }
        @media (max-width: 1024px) {
          .yes-and-block .yes-and-block-content p .yes-and-text {
            font-size: 40px;
            margin: 0.4em 0; } }
        .yes-and-block .yes-and-block-content p .yes-and-text .gold-text {
          color: #84754E; }
      .yes-and-block .yes-and-block-content p .and-text {
        color: #84754E; }
  .yes-and-block.alt-version {
    margin-left: 70px;
    margin-top: 158px; }
    @media (min-width: 1200px) {
      .yes-and-block.alt-version {
        min-height: 484px; }
        .yes-and-block.alt-version .yes-and-block-content {
          min-height: 490px; } }
    @media (max-width: 1024px) {
      .yes-and-block.alt-version {
        margin-left: 30px;
        margin-top: 80px; } }
    @media (max-width: 699px) {
      .yes-and-block.alt-version {
        background-position: top right;
        margin-left: 0;
        margin-top: 0;
        padding-top: 1px;
        padding-bottom: 0; } }
    .yes-and-block.alt-version .cta-wrapper {
      margin-bottom: -100px; }
    .yes-and-block.alt-version .yes-and-block-content {
      float: left;
      margin-left: -70px;
      margin-bottom: 0;
      margin-top: -158px;
      padding-bottom: 60px;
      opacity: 0;
      transform: translateX(50px); }
      @media (max-width: 1024px) {
        .yes-and-block.alt-version .yes-and-block-content {
          margin-left: -30px;
          margin-top: -80px; } }
      @media (max-width: 699px) {
        .yes-and-block.alt-version .yes-and-block-content {
          margin-top: 55vw;
          left: 30px;
          float: none;
          padding-bottom: 40px; } }
      .yes-and-block.alt-version .yes-and-block-content:after {
        left: auto;
        right: -22px;
        top: 130px;
        transform: rotate(180deg); }
        @media (max-width: 699px) {
          .yes-and-block.alt-version .yes-and-block-content:after {
            transform: rotate(90deg);
            top: -33px;
            left: 40px;
            right: auto; } }
      .yes-and-block.alt-version .yes-and-block-content p {
        margin-bottom: 0; }

.not-homepage-yes-and + .not-homepage-yes-and {
  margin-top: -70px; }
  @media (max-width: 1024px) {
    .not-homepage-yes-and + .not-homepage-yes-and {
      margin-top: -40px; } }
  @media (max-width: 699px) {
    .not-homepage-yes-and + .not-homepage-yes-and {
      margin-top: -20px; } }

.not-homepage-yes-and .yes-and-block {
  margin-left: 0; }
  .not-homepage-yes-and .yes-and-block:first-child {
    margin-bottom: 150px; }
    @media (max-width: 1024px) {
      .not-homepage-yes-and .yes-and-block:first-child {
        margin-bottom: 80px; } }
  @media (max-width: 699px) {
    .not-homepage-yes-and .yes-and-block {
      padding-top: 1px; } }
  .not-homepage-yes-and .yes-and-block .cta-wrapper {
    margin-bottom: -100px; }
    .not-homepage-yes-and .yes-and-block .cta-wrapper .cta,
    .not-homepage-yes-and .yes-and-block .cta-wrapper .cta.cta-large {
      width: auto; }
    @media (max-width: 1024px) {
      .not-homepage-yes-and .yes-and-block .cta-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -86px; }
        .not-homepage-yes-and .yes-and-block .cta-wrapper .cta {
          width: auto; } }
    @media (max-width: 699px) {
      .not-homepage-yes-and .yes-and-block .cta-wrapper {
        margin-bottom: -63px; } }
  .not-homepage-yes-and .yes-and-block .yes-and-block-content {
    max-width: 530px;
    margin-top: -158px;
    padding-left: 70px;
    padding-right: 40px;
    padding-bottom: 60px; }
    @media (max-width: 1024px) {
      .not-homepage-yes-and .yes-and-block .yes-and-block-content {
        padding-left: 30px;
        margin-top: -80px;
        padding-right: 28px; } }
    @media (max-width: 699px) {
      .not-homepage-yes-and .yes-and-block .yes-and-block-content {
        margin-top: 55vw;
        width: calc(100% - 30px);
        left: 30px;
        float: none;
        padding: 45px 28px 33px 30px; }
        .not-homepage-yes-and .yes-and-block .yes-and-block-content h2 {
          font-size: 50px; } }
    .not-homepage-yes-and .yes-and-block .yes-and-block-content:after {
      top: 130px; }
      @media (max-width: 699px) {
        .not-homepage-yes-and .yes-and-block .yes-and-block-content:after {
          transform: rotate(90deg);
          top: -33px;
          left: 40px;
          right: auto; } }
  .not-homepage-yes-and .yes-and-block.alt-version .yes-and-block-content {
    margin-left: 0; }
    @media (max-width: 699px) {
      .not-homepage-yes-and .yes-and-block.alt-version .yes-and-block-content {
        left: 0; }
        .not-homepage-yes-and .yes-and-block.alt-version .yes-and-block-content .cta-wrapper a {
          margin-right: auto;
          margin-left: -30px; } }

@media (min-width: 1200px) {
  .not-homepage-yes-and .yes-and-block {
    min-height: 464px; }
    .not-homepage-yes-and .yes-and-block .yes-and-block-content {
      min-height: 0; } }

.yes-and-block.inview .yes-and-block-content {
  transform: translateX(0);
  opacity: 1;
  transition: all 300ms; }

@media (max-width: 699px) {
  html.active {
    overflow: hidden; } }

#choose-your-path fieldset {
  margin: 0; }

#choose-your-path legend {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

.choose-your-path {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .choose-your-path {
      min-height: 0; } }
  @media (max-width: 699px) {
    .choose-your-path {
      margin-bottom: 20px;
      overflow: visible; } }
  .choose-your-path h2 {
    font-size: 70px;
    line-height: 0.928;
    margin-bottom: 0.4em;
    padding-top: 40px; }
    @media (max-width: 1024px) {
      .choose-your-path h2 {
        font-size: 60px;
        line-height: 0.9;
        margin-bottom: 0.7em; } }
    @media (max-width: 699px) {
      .choose-your-path h2 {
        font-size: 50px; } }
  .choose-your-path .not-sure {
    font-size: 20px;
    color: #00205B;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    padding: 30px 30px 50px 0; }
  .choose-your-path .choose-your-path-col-1 {
    transition: padding-top 0.3s;
    position: static; }
  .choose-your-path .choose-your-path-col-1,
  .choose-your-path .choose-your-path-col-2 {
    float: left;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 699px) {
      .choose-your-path .choose-your-path-col-1,
      .choose-your-path .choose-your-path-col-2 {
        float: none;
        width: 100%;
        max-width: none; } }
  .choose-your-path .choose-your-path-col-1 {
    max-width: 450px;
    height: auto; }
    .choose-your-path .choose-your-path-col-1.fixed {
      position: fixed;
      top: 0; }
      .choose-your-path .choose-your-path-col-1.fixed.absolute {
        position: absolute;
        bottom: 0;
        top: auto; }
    @media screen and (max-width: 1024px) {
      .choose-your-path .choose-your-path-col-1 {
        max-width: none; } }
    .choose-your-path .choose-your-path-col-1 .choose-your-path-col-inner {
      padding-left: 70px;
      position: relative; }
      .choose-your-path .choose-your-path-col-1 .choose-your-path-col-inner form {
        margin-left: -70px; }
      @media (max-width: 1024px) {
        .choose-your-path .choose-your-path-col-1 .choose-your-path-col-inner {
          padding-left: 24px;
          padding-right: 24px;
          overflow: hidden; }
          .choose-your-path .choose-your-path-col-1 .choose-your-path-col-inner form {
            margin-left: -24px; } }
      @media (max-width: 699px) {
        .choose-your-path .choose-your-path-col-1 .choose-your-path-col-inner {
          padding-top: 40px; }
          .choose-your-path .choose-your-path-col-1 .choose-your-path-col-inner form {
            margin-right: -24px; } }
  .choose-your-path form {
    margin-bottom: 0;
    background-color: #00205B;
    background-image: url("../img/icons/poly.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .choose-your-path .option-text {
    position: relative;
    z-index: 2; }
    .choose-your-path .option-text:before, .choose-your-path .option-text:after {
      content: none;
      display: none !important; }
  .choose-your-path .field-wrapper.form-radio label {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 0;
    padding: 30px 30px 30px 70px;
    cursor: pointer;
    transition: all 0.3s; }
    @media (max-width: 1024px) {
      .choose-your-path .field-wrapper.form-radio label {
        font-size: 16px;
        line-height: 1.5;
        padding: 18px 24px; } }
    .choose-your-path .field-wrapper.form-radio label:hover {
      background-color: #00205B; }
    .choose-your-path .field-wrapper.form-radio label input {
      margin-bottom: 0; }
      .choose-your-path .field-wrapper.form-radio label input:checked + .radio-custom {
        background-color: #00205B; }
    .choose-your-path .field-wrapper.form-radio label .radio-custom {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 1px;
      width: auto;
      margin: 0;
      height: auto; }
      .choose-your-path .field-wrapper.form-radio label .radio-custom:after, .choose-your-path .field-wrapper.form-radio label .radio-custom:before {
        width: 29px;
        height: 29px; }
        @media (max-width: 1024px) {
          .choose-your-path .field-wrapper.form-radio label .radio-custom:after, .choose-your-path .field-wrapper.form-radio label .radio-custom:before {
            width: 23px;
            height: 23px; } }
      .choose-your-path .field-wrapper.form-radio label .radio-custom:before {
        border: 2px solid white;
        top: 50%;
        right: 50px;
        left: auto;
        margin-top: -17px; }
        @media (max-width: 1024px) {
          .choose-your-path .field-wrapper.form-radio label .radio-custom:before {
            margin-top: -13px;
            right: 24px; } }
      .choose-your-path .field-wrapper.form-radio label .radio-custom:after {
        background: #A89968;
        top: 50%;
        right: 60px;
        left: auto;
        width: 13px;
        height: 13px;
        margin-top: -7px; }
        @media (max-width: 1024px) {
          .choose-your-path .field-wrapper.form-radio label .radio-custom:after {
            right: 31px;
            width: 13px;
            height: 13px;
            margin-top: -6px; } }
  .choose-your-path .not-sure:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-left: 10px;
    position: relative;
    top: 1px;
    background-image: url(../img/icons/icon-arrow-right-blue.svg);
    background-size: 100%;
    background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .choose-your-path .not-sure {
      font-size: 16px;
      padding: 18px 24px 18px 0;
      margin-bottom: 40px; } }
  .choose-your-path .not-sure:hover {
    color: #227E9C; }
  .choose-your-path .cta-large-wrapper {
    padding-bottom: 50px; }
  .choose-your-path .cta.cta-large {
    max-width: 450px;
    width: 100%;
    margin-left: -70px; }
    @media (max-width: 1024px) {
      .choose-your-path .cta.cta-large {
        left: 24px;
        font-size: 15px;
        margin-left: -24px;
        max-width: none; } }
  .choose-your-path .choose-your-path-start-block {
    overflow: hidden;
    padding-bottom: 70px; }
    .choose-your-path .choose-your-path-start-block.hide {
      display: none; }
    @media (max-width: 699px) {
      .choose-your-path .choose-your-path-start-block {
        display: none; } }
    .choose-your-path .choose-your-path-start-block img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    .choose-your-path .choose-your-path-start-block .home-path-2,
    .choose-your-path .choose-your-path-start-block .home-path-3 {
      width: 50%;
      float: left; }
      @media (max-width: 699px) {
        .choose-your-path .choose-your-path-start-block .home-path-2,
        .choose-your-path .choose-your-path-start-block .home-path-3 {
          float: none;
          width: 100%; } }
  .choose-your-path .choose-your-path-col-2 {
    position: relative;
    float: right; }
    @media (max-width: 699px) {
      .choose-your-path .choose-your-path-col-2 {
        float: none;
        height: auto !important; }
        .choose-your-path .choose-your-path-col-2 .choose-your-path-col-inner {
          position: relative;
          top: 0;
          background: #227E9C;
          margin: 0;
          height: auto !important; }
        .choose-your-path .choose-your-path-col-2 .keep-building,
        .choose-your-path .choose-your-path-col-2 .close-popup {
          position: relative;
          padding: 14px;
          width: 100%;
          max-width: none;
          background: #227E9C;
          font-size: 15px; } }
  .choose-your-path .detail-1,
  .choose-your-path .detail-2 {
    margin-bottom: 70px; }
    @media (max-width: 1024px) {
      .choose-your-path .detail-1,
      .choose-your-path .detail-2 {
        margin-bottom: 50px; } }
    @media (max-width: 699px) {
      .choose-your-path .detail-1,
      .choose-your-path .detail-2 {
        margin-bottom: 40px; } }
  .choose-your-path .detail-3 {
    margin-bottom: 0; }
  .choose-your-path .detail-2 {
    margin-left: -70px; }
    @media (max-width: 1024px) {
      .choose-your-path .detail-2 {
        margin-left: -30px; } }
    @media (max-width: 699px) {
      .choose-your-path .detail-2 {
        margin-left: -20px; } }
  .choose-your-path .detail-1,
  .choose-your-path .detail-3 {
    margin-right: -70px; }
    @media (max-width: 1024px) {
      .choose-your-path .detail-1,
      .choose-your-path .detail-3 {
        margin-right: -30px; } }
    @media (max-width: 699px) {
      .choose-your-path .detail-1,
      .choose-your-path .detail-3 {
        margin-right: -20px; } }
  .choose-your-path .path-detail-content {
    background: #FFFFFF;
    padding: 18px 29px 22px 29px;
    position: relative;
    margin: 0 32px;
    margin-top: -5vw; }
    @media (max-width: 1024px) {
      .choose-your-path .path-detail-content {
        padding: 14px 16px; } }
    @media (max-width: 699px) {
      .choose-your-path .path-detail-content {
        margin: 0 20px;
        margin-top: -10vw; } }
    .choose-your-path .path-detail-content:after {
      content: '';
      display: block;
      position: absolute;
      top: -33px;
      left: 30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22.5px 22px 22.5px 0;
      border-color: transparent #FFFFFF transparent transparent;
      transform: rotate(90deg); }
      @media (max-width: 1024px) {
        .choose-your-path .path-detail-content:after {
          left: 24px;
          border-width: 11.5px 11px 11.5px 0;
          top: -16px; } }
    .choose-your-path .path-detail-content p {
      font-size: 20px;
      line-height: 1.6; }
      @media (max-width: 1024px) {
        .choose-your-path .path-detail-content p {
          font-size: 16px;
          line-height: 1.375; } }
      .choose-your-path .path-detail-content p:last-child {
        margin-bottom: 0; }
    .choose-your-path .path-detail-content h4 {
      font-family: "Univers LT W01", arial, helvetica, sans-serif;
      font-size: 50px;
      font-weight: 200;
      color: #00205B;
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 0.3em; }
      @media (max-width: 1024px) {
        .choose-your-path .path-detail-content h4 {
          font-size: 40px; } }
      @media (max-width: 699px) {
        .choose-your-path .path-detail-content h4 {
          margin-bottom: 0.1em; } }
      .choose-your-path .path-detail-content h4 a {
        color: #00205B;
        text-decoration: none; }
        .choose-your-path .path-detail-content h4 a:hover {
          color: #227E9C; }
        .choose-your-path .path-detail-content h4 a:after {
          content: '';
          display: inline-block;
          width: 16px;
          height: 26px;
          margin-left: 10px;
          position: relative;
          top: 1px;
          background-image: url(../img/icons/icon-arrow-right-blue.svg);
          background-size: 100%;
          background-repeat: no-repeat; }
          @media (max-width: 1024px) {
            .choose-your-path .path-detail-content h4 a:after {
              width: 12px;
              height: 22px;
              top: 2px; } }
  .choose-your-path .path-detail {
    background-color: #000000;
    background-image: url("../img/icons/poly2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 0; }
    @media (max-width: 1024px) {
      .choose-your-path .path-detail {
        padding: 40px 30px; } }
    @media (max-width: 699px) {
      .choose-your-path .path-detail {
        padding: 40px 20px;
        left: 0;
        right: 0; } }
    .choose-your-path .path-detail.current {
      visibility: visible;
      opacity: 1; }
      @media (max-width: 699px) {
        .choose-your-path .path-detail.current {
          position: relative; } }
    .choose-your-path .path-detail img {
      width: 100%; }
    .choose-your-path .path-detail h3 {
      color: #FFFFFF;
      margin-bottom: 1em;
      font-weight: 400; }
      @media (max-width: 699px) {
        .choose-your-path .path-detail h3 {
          line-height: 1.1; } }

.choose-your-path.fixed .choose-your-path-col-1 {
  position: fixed;
  top: 0; }
  @media (max-width: 699px) {
    .choose-your-path.fixed .choose-your-path-col-1 {
      position: static; } }

@media (max-width: 699px) {
  .choose-your-path.fixed .choose-your-path-col-2 .cta {
    font-size: 15px;
    padding: 14px;
    width: 100%;
    max-width: none; } }

.choose-your-path-col-2 .cta {
  display: none; }

@media (max-width: 699px) {
  .choose-your-path.active .choose-your-path-col-2 .cta {
    display: block; } }

@media (max-width: 699px) {
  .choose-your-path.active .choose-your-path-col-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10101;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .choose-your-path.active .cta {
    font-size: 15px;
    width: 100%;
    max-width: none;
    padding: 14px; } }

.show-header .choose-your-path.fixed .choose-your-path-col-1 {
  padding-top: 130px; }
  @media (max-width: 699px) {
    .show-header .choose-your-path.fixed .choose-your-path-col-1 {
      padding-top: 40px; } }

.two-across {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .two-across {
      display: block; } }
  .two-across .col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    @media screen and (max-width: 1024px) {
      .two-across .col {
        -ms-flex: none;
            flex: none;
        margin: 0 0 30px; } }
    @media screen and (max-width: 699px) {
      .two-across .col {
        margin: 0 0 20px; } }
    .two-across .col:first-child {
      padding-right: 17px; }
      @media screen and (max-width: 1024px) {
        .two-across .col:first-child {
          padding: 0; } }
    .two-across .col:last-child {
      padding-left: 17px; }
      @media screen and (max-width: 1024px) {
        .two-across .col:last-child {
          padding: 0; } }
    .two-across .col > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: visible; }
      .two-across .col > ul li {
        margin: 0 0 11px;
        padding: 0; }
        .two-across .col > ul li:before {
          display: none; }
        .two-across .col > ul li:last-child {
          margin: 0; }

.accordion-container {
  margin: 0 0 34px; }
  .accordion-container .item {
    display: block;
    margin: 0 0 1px;
    background: #051038;
    color: #FFFFFF;
    overflow: auto; }
  .accordion-container .toggle {
    display: block;
    position: relative;
    padding: 26px 77px 27px 68px;
    background: #081A5C;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .accordion-container .toggle {
        padding-left: 41px; } }
    @media screen and (max-width: 699px) {
      .accordion-container .toggle {
        font-size: 16px;
        line-height: 1.5;
        padding: 15px 77px 16px 21px; } }
    .accordion-container .toggle:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      border-style: solid;
      border-width: 0 0 188px 119px;
      border-color: transparent transparent #12396D transparent; }
    .accordion-container .toggle:after {
      position: absolute;
      right: 26px;
      top: 50%;
      padding: 0;
      height: 30px;
      width: 30px;
      content: '';
      background: #E87722 url("../img/icons/icon-plus.png") no-repeat center center;
      background-size: 12px;
      border-radius: 50%;
      transform: translateY(-50%); }
    .accordion-container .toggle.expanded:after {
      background: #E6771A url("../img/icons/icon-minus.svg") no-repeat center center; }
    @media screen and (min-width: 1025px) {
      .full-width .accordion-container .toggle {
        padding-left: 97px; }
        .full-width .accordion-container .toggle:before {
          border-width: 0 0 200px 170px; }
        .full-width .accordion-container .toggle:after {
          right: 37px; } }
  .accordion-container .content {
    display: none;
    padding: 26px 68px; }
    @media screen and (min-width: 1025px) {
      .full-width .accordion-container .content {
        max-width: 863px;
        margin: 0 auto; } }
    @media screen and (max-width: 699px) {
      .accordion-container .content {
        padding: 26px; } }
  .accordion-container h2,
  .accordion-container h3,
  .accordion-container h4,
  .accordion-container h5,
  .accordion-container h6,
  .accordion-container a {
    color: #FFFFFF; }
  .accordion-container a {
    background: transparent; }
    .accordion-container a:hover {
      color: #FFFFFF;
      opacity: 0.8; }
  .accordion-container li:before {
    background: #FFFFFF; }

.video-embed {
  position: relative;
  margin: 34px 0;
  background: #00205B; }
  .video-embed .img-wrap {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%; }
    .video-embed .img-wrap.hide {
      opacity: 0;
      z-index: 1; }
    .video-embed .img-wrap img {
      display: block;
      height: 100%;
      width: 100%; }
    .video-embed .img-wrap:before {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 76px;
      width: 76px;
      background: #E87722 url("../img/icons/icon-play.svg") no-repeat center center;
      background-size: 51px;
      content: '';
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 699px) {
        .video-embed .img-wrap:before {
          height: 50px;
          width: 50px;
          background-size: 40px; } }
    .video-embed .img-wrap:hover:before {
      opacity: 0.8; }
  .video-embed .vid-wrap {
    position: relative;
    padding-top: 66.407%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease; }
    .video-embed .vid-wrap.show {
      opacity: 1;
      z-index: 2; }
    .video-embed .vid-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .video-embed .vid-wrap .vid-close {
      position: absolute;
      top: 0;
      right: 0;
      height: 30px;
      width: 30px;
      background: #E87722 url("../img/icons/icon-x-white.svg") no-repeat center center;
      background-size: 15px;
      border: 0;
      text-indent: -999em; }
      .video-embed .vid-wrap .vid-close:hover {
        opacity: 0.8; }

.cta-block {
  color: white;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw; }
  .cta-block.bg-image-version:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    background-image: linear-gradient(-180deg, transparent 0%, #000000 100%); }
  .cta-block .content-wrapper {
    padding: 0 70px;
    position: relative;
    max-width: 2200px;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .cta-block .content-wrapper {
        padding: 0 28px; } }
    @media screen and (max-width: 699px) {
      .cta-block .content-wrapper {
        padding: 28px; } }
  .cta-block h2 {
    color: white; }
    @media screen and (max-width: 1024px) {
      .cta-block h2 {
        margin-bottom: 0.5em; } }
    @media screen and (max-width: 699px) {
      .cta-block h2 {
        margin-bottom: 0.3em; } }
  .cta-block p {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.25; }
    @media screen and (max-width: 1024px) {
      .cta-block p {
        font-size: 20px;
        line-height: 1.3; } }
    @media screen and (min-width: 699px) {
      .cta-block p:last-child {
        margin-bottom: 0; } }
  .cta-block .cta-block-inner {
    display: table;
    width: 100%; }
    @media screen and (max-width: 699px) {
      .cta-block .cta-block-inner {
        display: block; } }
    .cta-block .cta-block-inner .col-1,
    .cta-block .cta-block-inner .col-2 {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      padding: 61px 0; }
      @media screen and (max-width: 1024px) {
        .cta-block .cta-block-inner .col-1,
        .cta-block .cta-block-inner .col-2 {
          padding: 32px 0; } }
      @media screen and (max-width: 699px) {
        .cta-block .cta-block-inner .col-1,
        .cta-block .cta-block-inner .col-2 {
          display: block;
          width: 100%;
          padding: 0; } }
  .cta-block .cta {
    float: right; }
    @media screen and (max-width: 699px) {
      .cta-block .cta {
        float: none;
        width: 100%; } }

.featured-image-gallery {
  overflow: hidden;
  padding: 70px 0 0; }
  .featured-image-gallery img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .featured-image-gallery h2 {
    margin-bottom: 0.8em; }
  .featured-image-gallery .content-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 2200px;
    padding: 0 70px; }
    @media screen and (max-width: 1024px) {
      .featured-image-gallery .content-wrapper {
        padding: 0 28px; } }
  .featured-image-gallery .gallery-blocks {
    margin: 0 -70px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .featured-image-gallery .gallery-blocks {
        margin: 0 -28px; } }
  .featured-image-gallery .has-link:hover .gallery-block-image {
    opacity: 0.7; }
  .featured-image-gallery .gallery-blocks-group-1 {
    width: 40%;
    float: left; }
    @media screen and (min-width: 1200px) {
      .featured-image-gallery .gallery-blocks-group-1 {
        width: 30%; } }
    @media screen and (max-width: 699px) {
      .featured-image-gallery .gallery-blocks-group-1 {
        width: 66.666%;
        position: relative; } }
  @media screen and (min-width: 1200px) {
    .featured-image-gallery .container.large {
      float: left;
      width: 40%; } }
  .featured-image-gallery .gallery-block {
    position: relative;
    margin: 0;
    width: 100%;
    float: left;
    background-color: #00205B;
    overflow: hidden;
    height: 0;
    padding-bottom: 20%; }
    .featured-image-gallery .gallery-block.gallery-block-1, .featured-image-gallery .gallery-block.gallery-block-7, .featured-image-gallery .gallery-block.gallery-block-2, .featured-image-gallery .gallery-block.gallery-block-6 {
      width: 40%;
      padding-bottom: 40%; }
    .featured-image-gallery .gallery-block.gallery-block-3, .featured-image-gallery .gallery-block.gallery-block-4, .featured-image-gallery .gallery-block.gallery-block-5 {
      width: 20%;
      padding-bottom: 20%; }
      @media screen and (max-width: 699px) {
        .featured-image-gallery .gallery-block.gallery-block-3, .featured-image-gallery .gallery-block.gallery-block-4, .featured-image-gallery .gallery-block.gallery-block-5 {
          width: 33.333%;
          padding-bottom: 33.333%; } }
    .featured-image-gallery .gallery-block.gallery-block-1 {
      width: 100%;
      padding-bottom: 100%; }
    .featured-image-gallery .gallery-block.gallery-block-2 {
      padding-bottom: 20%; }
      @media screen and (min-width: 1200px) {
        .featured-image-gallery .gallery-block.gallery-block-2 {
          width: 60%;
          padding-bottom: 37.5%; } }
      @media screen and (max-width: 699px) {
        .featured-image-gallery .gallery-block.gallery-block-2 {
          width: 33.333%;
          padding-bottom: 33.333%; } }
    @media screen and (min-width: 1200px) {
      .featured-image-gallery .gallery-block.gallery-block-3 {
        width: 40%;
        padding-bottom: 37.5%; } }
    @media screen and (max-width: 699px) {
      .featured-image-gallery .gallery-block.gallery-block-3 {
        width: 33.333%;
        padding-bottom: 33.333%; } }
    @media screen and (min-width: 1200px) {
      .featured-image-gallery .gallery-block.gallery-block-4 {
        clear: left;
        width: 40%;
        padding-bottom: 37.5%; } }
    @media screen and (max-width: 699px) {
      .featured-image-gallery .gallery-block.gallery-block-4 {
        display: none; } }
    .featured-image-gallery .gallery-block.gallery-block-5 {
      width: 50%;
      padding-bottom: 50%; }
      @media screen and (min-width: 1200px) {
        .featured-image-gallery .gallery-block.gallery-block-5 {
          display: none; } }
      @media screen and (max-width: 699px) {
        .featured-image-gallery .gallery-block.gallery-block-5 {
          left: 0;
          width: 50%;
          padding-bottom: 50%; } }
    @media screen and (min-width: 1200px) {
      .featured-image-gallery .gallery-block.gallery-block-6 {
        width: 60%;
        padding-bottom: 37.5%; }
        .featured-image-gallery .gallery-block.gallery-block-6.clone {
          display: none; } }
    @media screen and (max-width: 1199px) {
      .featured-image-gallery .gallery-block.gallery-block-6 {
        display: none; }
        .featured-image-gallery .gallery-block.gallery-block-6.clone {
          display: block;
          float: left;
          margin-right: -50%;
          padding-bottom: 50%;
          width: 100%; } }
    @media screen and (max-width: 699px) {
      .featured-image-gallery .gallery-block.gallery-block-6 {
        width: 33.333%;
        padding-bottom: 33.333%;
        display: block;
        clear: left; }
        .featured-image-gallery .gallery-block.gallery-block-6.clone {
          display: none; } }
    @media screen and (min-width: 1200px) {
      .featured-image-gallery .gallery-block.gallery-block-7 {
        float: right;
        padding-bottom: 30%;
        width: 30%; } }
    @media screen and (max-width: 1199px) {
      .featured-image-gallery .gallery-block.gallery-block-7 {
        width: 40%; } }
    @media screen and (max-width: 699px) {
      .featured-image-gallery .gallery-block.gallery-block-7 {
        width: 66.666%;
        padding-bottom: 66.666%;
        position: relative;
        float: right;
        margin-top: -33.333%; } }
    .featured-image-gallery .gallery-block .gallery-block-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: opacity 0.3s;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .featured-image-gallery .gallery-block .gallery-block-link {
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      color: white;
      font-size: 20px;
      text-decoration: none;
      display: block; }
      @media screen and (max-width: 1024px) {
        .featured-image-gallery .gallery-block .gallery-block-link {
          font-size: 16px; } }
      @media screen and (max-width: 699px) {
        .featured-image-gallery .gallery-block .gallery-block-link {
          font-size: 15px; } }
      .featured-image-gallery .gallery-block .gallery-block-link:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0.3;
        background-image: linear-gradient(-180deg, transparent 0%, #000000 100%); }
      .featured-image-gallery .gallery-block .gallery-block-link .gallery-block-link-text {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 1; }
        @media screen and (max-width: 1024px) {
          .featured-image-gallery .gallery-block .gallery-block-link .gallery-block-link-text {
            bottom: 25px;
            left: 25px; } }
        @media screen and (max-width: 699px) {
          .featured-image-gallery .gallery-block .gallery-block-link .gallery-block-link-text {
            left: 15px;
            bottom: 15px; } }
        .featured-image-gallery .gallery-block .gallery-block-link .gallery-block-link-text:before {
          content: '';
          width: 36px;
          height: 36px;
          background-color: #E87722;
          background-image: url("../img/icons/icon-crown.svg");
          background-size: 25px;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 10px; }
          @media screen and (max-width: 1024px) {
            .featured-image-gallery .gallery-block .gallery-block-link .gallery-block-link-text:before {
              width: 28px;
              height: 28px;
              background-size: 18px;
              top: 8px;
              margin-right: 12px; } }
        .featured-image-gallery .gallery-block .gallery-block-link .gallery-block-link-text:after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 14px;
          margin-left: 10px;
          position: relative;
          top: 1px;
          background-image: url(../img/icons/icon-arrow-right-white.svg);
          background-size: 100%;
          background-repeat: no-repeat; }
          @media screen and (max-width: 1024px) {
            .featured-image-gallery .gallery-block .gallery-block-link .gallery-block-link-text:after {
              width: 7px;
              height: 12px; } }

body:not(.home) .social-feeds {
  margin: 0 auto; }
  body:not(.home) .social-feeds .social-feeds-inner {
    max-width: 1200px;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    body:not(.home) .social-feeds .tile:nth-child(3), body:not(.home) .social-feeds .tile:nth-child(4) {
      display: none; } }
  body:not(.home) .social-feeds h2 {
    font-size: 50px; }
    @media screen and (max-width: 1024px) {
      body:not(.home) .social-feeds h2 {
        font-size: 40px;
        margin-bottom: 0.6em; } }
  body:not(.home) .social-feeds .cta {
    padding: 14px 45px; }
    body:not(.home) .social-feeds .cta:after {
      content: '';
      display: inline-block;
      width: 7px;
      height: 12px;
      margin-left: 10px;
      position: relative;
      top: 1px;
      background-image: url(../img/icons/icon-arrow-right-white.svg);
      background-size: 100%;
      background-repeat: no-repeat; }

.simple-block-three-across .table-style {
  display: table;
  width: 100%; }
  .simple-block-three-across .table-style .td-style {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 699px) {
      .simple-block-three-across .table-style .td-style {
        vertical-align: top; } }
    .simple-block-three-across .table-style .td-style:first-child {
      padding-right: 40px; }

.simple-block-three-across .cta-wrapper {
  float: right; }
  @media screen and (max-width: 699px) {
    .simple-block-three-across .cta-wrapper {
      margin: 0 0 1.5em 0; } }
  .simple-block-three-across .cta-wrapper .cta {
    white-space: nowrap; }
    @media screen and (max-width: 699px) {
      .simple-block-three-across .cta-wrapper .cta {
        position: relative;
        top: 5px; } }
    .simple-block-three-across .cta-wrapper .cta:after {
      content: '';
      display: inline-block;
      width: 7px;
      height: 12px;
      margin-left: 10px;
      position: relative;
      top: 1px;
      background-image: url(../img/icons/icon-arrow-right-white.svg);
      background-size: 100%;
      background-repeat: no-repeat; }

.hero.short-hero {
  height: calc(75vh - 258px); }

.faculty-list-wrapper {
  background: #F2F1ED;
  margin: 0 -30px;
  padding: 0 100px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1024px) {
    .faculty-list-wrapper {
      padding: 0 60px 50px; } }
  @media screen and (max-width: 699px) {
    .faculty-list-wrapper {
      padding: 0 50px 50px; } }

.listing-filters-inner {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px; }

.faculty-list-outer {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
  padding: 55px 0; }
  @media screen and (max-width: 1024px) {
    .faculty-list-outer {
      padding: 40px 0; } }

.listing-filters ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic; }

.listing-filters ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic; }

.listing-filters :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic; }

.listing-filters :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic; }

.faculty-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0; }
  @media screen and (max-width: 699px) {
    .faculty-list {
      margin: 0; } }
  .faculty-list li {
    width: calc(25% - 30px);
    background: white;
    margin: 15px;
    padding: 0; }
    @media screen and (max-width: 1024px) {
      .faculty-list li {
        margin: 5px;
        width: calc(33.333% - 10px); } }
    @media screen and (max-width: 699px) {
      .faculty-list li {
        margin: 0 0 25px 0;
        width: 100%; } }
    .faculty-list li img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    .faculty-list li:before {
      content: none; }
  .faculty-list .item-inner {
    padding: 15px 20px 40px 20px; }
  .faculty-list .title a {
    font-size: 17px;
    line-height: 1.3;
    color: #00205B;
    background: none;
    margin-bottom: 0.8em;
    display: block; }
  .faculty-list .title-department {
    font-size: 15px;
    color: #00205B;
    font-weight: 700;
    margin-bottom: 0.3em; }
  .faculty-list .school {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;
    color: #00205B; }

.next-holder,
.prev-holder {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 30px;
  vertical-align: middle; }
  .next-holder li,
  .prev-holder li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    height: 30px; }
    .next-holder li:before,
    .prev-holder li:before {
      content: none; }
    .next-holder li a,
    .prev-holder li a {
      display: block;
      position: relative;
      width: 13px;
      height: 20px;
      color: transparent;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: 8px; }
    .next-holder li.next a,
    .prev-holder li.next a {
      background-image: url(../img/icons/icon-pagination-right.svg); }
    .next-holder li.previous a,
    .prev-holder li.previous a {
      transform: rotate(180deg);
      background-image: url(../img/icons/icon-pagination-right.svg); }

.pager .next > a,
.pager .next > span,
.pager .previous > a,
.pager .previous > span {
  float: none !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important; }

.pager {
  text-align: center; }
  .pager .pagination {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: inline-block; }
    .pager .pagination li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .pager .pagination li:before {
        content: none; }
      .pager .pagination li a {
        display: inline-block;
        position: relative;
        color: #00205B;
        border-radius: 50%;
        border: 2px solid transparent;
        padding: 0 8px;
        line-height: 1.66;
        float: none;
        margin-left: 0;
        background-color: transparent; }
        .pager .pagination li a:hover {
          color: #00205B;
          background: transparent; }
      .pager .pagination li.active a {
        border-color: #A89968; }

.listing-filters {
  background: #00205B;
  padding: 35px 70px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .listing-filters {
      padding: 44px 30px; } }
  @media screen and (max-width: 699px) {
    .listing-filters {
      padding: 25px 20px; } }
  .listing-filters label {
    color: white; }
    .listing-filters label.visuallyhidden {
      clip: initial;
      height: auto;
      margin: 0;
      position: relative;
      width: auto;
      color: transparent; }
  .listing-filters form {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative; }
    @media screen and (max-width: 699px) {
      .listing-filters form {
        float: none;
        display: block; } }
    .listing-filters form.faculty-search input[type='submit'].visuallyhidden {
      clip: auto;
      height: auto;
      margin: 0;
      position: relative;
      width: 40px;
      color: transparent;
      height: 40px;
      position: absolute;
      padding: 0;
      right: 0;
      bottom: 0;
      background-image: url(../img/icons/icon-search-blue.svg);
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: center;
      background-size: 17px; }
      @supports (-ms-ime-align: auto) {
        .listing-filters form.faculty-search input[type='submit'].visuallyhidden {
          background-size: 21px;
          bottom: -3px; } }
      @media all and (-ms-high-contrast: none) {
        .listing-filters form.faculty-search input[type='submit'].visuallyhidden {
          background-size: 19px;
          bottom: -2px; } }
      @media screen and (max-width: 699px) {
        .listing-filters form.faculty-search input[type='submit'].visuallyhidden {
          right: 5px; } }
    .listing-filters form select,
    .listing-filters form input[type='text'] {
      margin-bottom: 0;
      padding: 7px 40px 7px 14px;
      line-height: 1.5; }
      @media screen and (max-width: 699px) {
        .listing-filters form select,
        .listing-filters form input[type='text'] {
          width: 100%; } }
    .listing-filters form.faculty-search {
      float: right; }
      @media screen and (max-width: 699px) {
        .listing-filters form.faculty-search {
          float: none; } }

.campus-directory-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 10px 0 2em; }
  @media (max-width: 699px) {
    .campus-directory-form {
      display: block; } }
  .campus-directory-form label {
    font-size: 18px; }
  .campus-directory-form select,
  .campus-directory-form input[type='text'] {
    border: 1px solid #D0D0D0; }
    @media (max-width: 1024px) {
      .campus-directory-form select,
      .campus-directory-form input[type='text'] {
        padding: 12px 14px; } }
    @media (max-width: 699px) {
      .campus-directory-form select,
      .campus-directory-form input[type='text'] {
        margin: 0; } }
  @media (max-width: 1024px) {
    .campus-directory-form #campus-filter {
      width: 250px; } }
  @media (max-width: 699px) {
    .campus-directory-form #campus-filter {
      width: 100%; } }
  .campus-directory-form .selects {
    -ms-flex: 50%;
        flex: 50%; }
  .campus-directory-form .search {
    position: relative;
    -ms-flex: 50%;
        flex: 50%;
    margin-top: 20px;
    display: block;
    background: transparent; }
    .campus-directory-form .search input[type='search'] {
      box-sizing: border-box;
      height: 38px;
      width: 100%;
      border: 1px solid #999999;
      margin: 0; }
    .campus-directory-form .search input[type='submit'] {
      color: transparent;
      position: absolute;
      width: 38px;
      height: 38px;
      padding: 0;
      background: url(../img/icons/icon-search-small.svg) no-repeat center right;
      background-size: 18px 18px; }
      .campus-directory-form .search input[type='submit']:hover {
        background: url(../img/icons/icon-search-small.svg) no-repeat center right;
        background-size: 18px 18px; }
    @media (max-width: 1024px) {
      .campus-directory-form .search {
        margin-left: 10px; } }
    @media (max-width: 699px) {
      .campus-directory-form .search {
        margin-left: 0; } }
    .campus-directory-form .search label {
      display: none; }
    .campus-directory-form .search #table-search {
      margin-top: 12px; }
      .campus-directory-form .search #table-search::-webkit-input-placeholder {
        font-style: italic; }
      .campus-directory-form .search #table-search::-moz-placeholder {
        font-style: italic; }
      .campus-directory-form .search #table-search:-ms-input-placeholder {
        font-style: italic; }
      @media (max-width: 1024px) {
        .campus-directory-form .search #table-search {
          width: calc(100% - 65px); } }
      @media (max-width: 699px) {
        .campus-directory-form .search #table-search {
          width: 100%; } }
    .campus-directory-form .search input[type='submit'] {
      top: 16px;
      right: 120px; }
      @media (max-width: 1024px) {
        .campus-directory-form .search input[type='submit'] {
          top: 16px;
          right: 72px; } }
      @media (max-width: 699px) {
        .campus-directory-form .search input[type='submit'] {
          top: 18px;
          right: 25px; } }
    .campus-directory-form .search .reset {
      background: transparent;
      border: 0;
      font-size: 18px;
      font-weight: 700;
      color: #227E9C;
      transition: 0.3s ease; }
      @media (max-width: 699px) {
        .campus-directory-form .search .reset {
          float: right; } }
      .campus-directory-form .search .reset:hover {
        color: #00205B; }

#directory-table.campus-directory-table {
  display: table;
  margin: 0;
  min-width: 100%;
  width: 100%;
  border: 0;
  white-space: normal; }
  #directory-table.campus-directory-table thead {
    display: table-header-group; }
  #directory-table.campus-directory-table tr td:first-child {
    position: relative;
    color: #00205B;
    font-weight: 700; }
  #directory-table.campus-directory-table .name {
    position: relative;
    color: #00205B;
    text-decoration: none; }
    #directory-table.campus-directory-table .name:hover {
      color: #227E9C; }
    #directory-table.campus-directory-table .name:after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 1px;
      right: -14px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      background-image: url("../img/icons/icon-arrow-right-blue.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 7px; }
  #directory-table.campus-directory-table .top {
    font-size: 18px; }
    @media screen and (max-width: 1024px) {
      #directory-table.campus-directory-table .top {
        font-size: 16px; } }
  #directory-table.campus-directory-table .title-desc {
    margin: 10px 0 15px;
    font-size: 14px;
    font-weight: 700; }
  #directory-table.campus-directory-table .bottom {
    margin-top: 10px; }
  #directory-table.campus-directory-table .phone,
  #directory-table.campus-directory-table .email,
  #directory-table.campus-directory-table .location {
    margin-right: 32px;
    position: relative;
    display: inline-block;
    color: #00205B;
    text-decoration: none;
    font-size: 14px;
    padding-left: 25px;
    padding-bottom: 10px; }
    @media screen and (max-width: 699px) {
      #directory-table.campus-directory-table .phone,
      #directory-table.campus-directory-table .email,
      #directory-table.campus-directory-table .location {
        display: block; } }
    #directory-table.campus-directory-table .phone a,
    #directory-table.campus-directory-table .email a,
    #directory-table.campus-directory-table .location a {
      color: #00205B;
      text-decoration: none; }
      #directory-table.campus-directory-table .phone a:hover,
      #directory-table.campus-directory-table .email a:hover,
      #directory-table.campus-directory-table .location a:hover {
        color: #227E9C; }
    #directory-table.campus-directory-table .phone:after,
    #directory-table.campus-directory-table .email:after,
    #directory-table.campus-directory-table .location:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-position: center;
      background-repeat: no-repeat; }
  #directory-table.campus-directory-table .phone:after {
    background-image: url("../img/icons/icon-phone.svg");
    background-size: 16px 20px; }
  #directory-table.campus-directory-table .email:after {
    background-image: url("../img/icons/icon-email.svg");
    background-size: 20px; }
  #directory-table.campus-directory-table .location:after {
    background-image: url("../img/icons/icon-location.svg");
    background-size: 16px 20px; }
  @media screen and (max-width: 1024px) {
    #directory-table.campus-directory-table thead th {
      display: block;
      width: 100% !important; }
      #directory-table.campus-directory-table thead th:last-child {
        display: none; } }
  #directory-table.campus-directory-table tbody {
    border: none; }
    #directory-table.campus-directory-table tbody tr {
      border-top: 0; }
      #directory-table.campus-directory-table tbody tr:last-child {
        border-bottom: 0; }
      @media screen and (max-width: 1024px) {
        #directory-table.campus-directory-table tbody tr {
          display: block;
          width: 100%;
          border-bottom: 1px solid #D0D0D0; } }
    #directory-table.campus-directory-table tbody td {
      padding: 15px 24px 33px 0;
      vertical-align: top; }
      @media screen and (max-width: 1024px) {
        #directory-table.campus-directory-table tbody td {
          display: block;
          border: 0; }
          #directory-table.campus-directory-table tbody td:first-child {
            padding: 24px 30px 0 0; }
          #directory-table.campus-directory-table tbody td:last-child {
            padding: 15px 30px 15px 0; } }
      @media screen and (max-width: 699px) {
        #directory-table.campus-directory-table tbody td {
          padding: 15px 11px 25px; } }
      #directory-table.campus-directory-table tbody td.dataTables_empty {
        text-align: center;
        padding-top: 43px; }
  #directory-table.campus-directory-table .subject,
  #directory-table.campus-directory-table .credit {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px; }
  #directory-table.campus-directory-table .subject {
    float: left; }
  #directory-table.campus-directory-table .credit {
    float: right; }
  #directory-table.campus-directory-table .title {
    clear: both;
    font-size: 30px;
    font-family: "Leitura W01", "Times New Roman", serif;
    font-weight: 400;
    margin: 0 0 13px; }
    @media screen and (max-width: 698px) {
      #directory-table.campus-directory-table .title {
        font-size: 24px; } }
    #directory-table.campus-directory-table .title a {
      color: #00205B;
      text-decoration: none; }
      #directory-table.campus-directory-table .title a:hover {
        color: #227E9C; }
  #directory-table.campus-directory-table .description *:last-child {
    margin: 0; }

header .navigation-content .mobile-ctas {
  padding: 40px 0 0 32px; }
  header .navigation-content .mobile-ctas a {
    display: inline !important;
    padding: 0 20px;
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    font-size: 12px;
    color: #00205B;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: inline; }
    header .navigation-content .mobile-ctas a:hover {
      color: #227E9C; }
  @media (min-width: 699px) {
    header .navigation-content .mobile-ctas {
      display: none; } }

.mini-cal {
  width: 280px;
  margin: 0; }
  .mini-cal td {
    border: 0; }
    .mini-cal td #jumpMonth {
      margin: 30px 0 10px;
      width: 150px;
      font-size: 20px;
      font-weight: 700;
      font-family: "Univers LT W01", arial, helvetica, sans-serif;
      color: #00205B;
      background-image: url("../img/icons/icon-select.svg");
      background-position: 90% center;
      background-repeat: no-repeat; }
    .mini-cal td.nav {
      cursor: auto; }
      .mini-cal td.nav a {
        display: none; }
    .mini-cal td.dow {
      color: #00205B;
      font-size: 18px;
      font-weight: 700; }
    .mini-cal td.today {
      border-collapse: separate;
      border: 2px solid #A89968; }
      .mini-cal td.today:hover {
        color: #227E9C; }
  .mini-cal tr:nth-child(n + 2) {
    margin: 0 15px; }
    .mini-cal tr:nth-child(n + 2) td {
      padding: 3px 12px; }
  .mini-cal tr:nth-child(n + 3) {
    font-size: 16px; }
    .mini-cal tr:nth-child(n + 3) a {
      color: #00205B; }
      .mini-cal tr:nth-child(n + 3) a:hover {
        color: #227E9C; }

section > article #categories li:before {
  content: none; }

section > article #categories .btn-custom {
  color: #A89968;
  font-size: 17px;
  background: transparent;
  border: 0; }

section > article .date {
  width: 100%;
  background: #FFFFFF;
  color: #00205B;
  font-family: "Leitura W01", "Times New Roman", serif;
  font-size: 30px;
  text-transform: none;
  font-weight: 500;
  padding: 10px 18px; }

section > article time {
  display: inline-block; }

section > article header {
  background: transparent;
  border: 0; }
  section > article header .social {
    position: relative;
    float: none;
    height: 22px;
    margin-top: 13px; }
    section > article header .social:after {
      display: table;
      content: '';
      clear: both; }
    section > article header .social > * {
      position: absolute;
      top: 0;
      left: 0; }
    section > article header .social .socialT {
      left: 7px; }
    section > article header .social .socialG {
      left: 74px; }
      section > article header .social .socialG * {
        position: absolute; }
    section > article header .social .socialF {
      top: 1px;
      padding-right: 0;
      left: 138px; }
    section > article header .social .socialL {
      left: 206px;
      width: 60px;
      height: 22px; }
  section > article header > h3 {
    font-weight: 500;
    line-height: 1.3em; }

.faculty-detail {
  overflow: auto;
  margin-top: -5px;
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .faculty-detail {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media (max-width: 699px) {
    .faculty-detail {
      margin-top: -5px;
      margin-bottom: 50px; } }
  .faculty-detail .image {
    float: left;
    margin: 4px 32px 0 0; }
    @media (max-width: 1024px) {
      .faculty-detail .image {
        width: 240px;
        margin: 5px 31px 0 0; } }
    @media (max-width: 699px) {
      .faculty-detail .image {
        float: none;
        width: 100%;
        margin: 0; } }
  .faculty-detail .faculty-information {
    overflow: auto; }
    @media (max-width: 699px) {
      .faculty-detail .faculty-information {
        margin-top: 22px; } }
    .faculty-detail .faculty-information .person {
      margin-left: 0;
      line-height: 30px; }
      @media (max-width: 1024px) {
        .faculty-detail .faculty-information .person {
          line-height: 28px; } }
      @media (max-width: 1024px) {
        .faculty-detail .faculty-information .person .name {
          display: block;
          margin-bottom: -4px; } }
      @media (max-width: 1024px) {
        .faculty-detail .faculty-information .person .title {
          display: block;
          line-height: 28px; } }
    .faculty-detail .faculty-information .accompany-detail {
      font-style: italic;
      font-family: "Leitura W01", "Times New Roman", serif;
      margin-right: 50px; }
      @media (max-width: 1024px) {
        .faculty-detail .faculty-information .accompany-detail {
          margin: 0 35px 30px 0; } }
      @media (max-width: 699px) {
        .faculty-detail .faculty-information .accompany-detail {
          margin: 10px 35px 28px 0; } }
    .faculty-detail .faculty-information .school {
      color: #00205B;
      font-weight: 700;
      margin-bottom: 20px; }
    .faculty-detail .faculty-information .contact .phone,
    .faculty-detail .faculty-information .contact .email,
    .faculty-detail .faculty-information .contact .office {
      display: block;
      position: relative;
      text-decoration: none;
      color: #00205B;
      padding-left: 29px;
      padding-bottom: 7px;
      margin-bottom: 6px;
      font-size: 16px;
      letter-spacing: 0.032em; }
      .faculty-detail .faculty-information .contact .phone:hover,
      .faculty-detail .faculty-information .contact .email:hover,
      .faculty-detail .faculty-information .contact .office:hover {
        color: #176D89; }
      @media (max-width: 699px) {
        .faculty-detail .faculty-information .contact .phone,
        .faculty-detail .faculty-information .contact .email,
        .faculty-detail .faculty-information .contact .office {
          margin-bottom: 3px; } }
      .faculty-detail .faculty-information .contact .phone:before,
      .faculty-detail .faculty-information .contact .email:before,
      .faculty-detail .faculty-information .contact .office:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat; }
    .faculty-detail .faculty-information .contact .phone:before {
      background-image: url("../img/icons/icon-phone.svg");
      background-size: 14px; }
    .faculty-detail .faculty-information .contact .email:before {
      background-image: url("../img/icons/icon-email.svg");
      background-size: 17px; }
    .faculty-detail .faculty-information .contact .office:before {
      background-image: url("../img/icons/icon-location.svg");
      background-size: 13px; }
    .faculty-detail .faculty-information .contact .resume {
      position: relative;
      padding: 13px 22px;
      margin-top: 12px;
      font-size: 16px;
      font-weight: 700;
      text-indent: 32px; }
      @media (max-width: 1024px) {
        .faculty-detail .faculty-information .contact .resume {
          margin-top: 0; } }
      @media (max-width: 699px) {
        .faculty-detail .faculty-information .contact .resume {
          margin-top: 7px; } }
      .faculty-detail .faculty-information .contact .resume:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 25px;
        width: 20px;
        height: 20px;
        background-image: url("../img/icons/icon-doc.svg");
        background-position: center;
        background-repeat: no-repeat; }
      .faculty-detail .faculty-information .contact .resume:after {
        content: none; }

.news-detail {
  overflow: auto;
  margin-top: -5px;
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .news-detail {
      margin-top: -15px;
      margin-bottom: 30px; } }
  @media (max-width: 699px) {
    .news-detail {
      margin-top: -5px;
      margin-bottom: 50px; } }
  .news-detail .image {
    margin: 10px 32px 15px 0; }
    @media (max-width: 1024px) {
      .news-detail .image {
        width: 280px;
        margin: 0 31px 0 0; } }
    @media (max-width: 699px) {
      .news-detail .image {
        float: none;
        width: 100%;
        margin: 0; } }
  .news-detail .event {
    margin: 0 20px 5px 0;
    overflow: auto; }
    .news-detail .event span {
      font-family: "Leitura W01", "Times New Roman", serif;
      font-size: 16px;
      line-height: 1.5;
      font-style: italic;
      color: #000000;
      font-weight: 500;
      transition: 0.3s ease;
      margin: 8px 0 0 0; }
      @media (max-width: 1024px) {
        .news-detail .event span {
          margin-top: 24px; } }
    .news-detail .event h3 {
      transition: 0.3s ease;
      font-size: 28px;
      padding-bottom: 10px;
      margin: 0 0 7px 0;
      line-height: 1.4em;
      letter-spacing: 1.4px;
      word-spacing: -3px; }
      @media (max-width: 1024px) {
        .news-detail .event h3 {
          font-size: 22px; } }
  .news-detail .tags-content {
    color: #84754E;
    font-size: 14px; }
    .news-detail .tags-content .tag-label {
      font-weight: 700;
      margin-right: 3px; }
    .news-detail .tags-content .tag-item {
      font-weight: 500;
      margin-right: 15px; }
      @media (max-width: 699px) {
        .news-detail .tags-content .tag-item {
          display: inline-block; } }
    .news-detail .tags-content a {
      color: #A89968;
      text-decoration: none; }
      .news-detail .tags-content a:hover {
        color: #84754E; }

.program-detail {
  overflow: auto;
  margin-top: -5px;
  margin-bottom: 45px; }
  @media (max-width: 1024px) {
    .program-detail {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media (max-width: 699px) {
    .program-detail {
      margin-top: -5px;
      margin-bottom: 50px; } }
  .program-detail .image {
    float: right;
    margin: 10px 0 30px 32px; }
    @media (max-width: 1024px) {
      .program-detail .image {
        width: 280px;
        margin: 7px 0 0 31px; } }
    @media (max-width: 699px) {
      .program-detail .image {
        float: none;
        width: 100%;
        margin: 0; } }
  .program-detail .program-features {
    margin: 30px 25px 30px 0; }
    .program-detail .program-features .feature {
      position: relative;
      color: #0F125D;
      padding-left: 28px; }
      @media (max-width: 1024px) {
        .program-detail .program-features .feature {
          display: block;
          margin: 10px 0; } }
      .program-detail .program-features .feature:first-child {
        margin-right: 45px; }
      .program-detail .program-features .feature:before {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 10px; }
      .program-detail .program-features .feature.location {
        background-image: url("../img/icons/icon-location.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 14px; }
      .program-detail .program-features .feature.evening {
        background-image: url("../img/icons/night.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 17px;
        padding-left: 35px; }
        @supports (-ms-ime-align: auto) {
          .program-detail .program-features .feature.evening {
            background-position: left top;
            background-size: 23px;
            padding-bottom: 3px; } }
        @media all and (-ms-high-contrast: none) {
          .program-detail .program-features .feature.evening {
            background-position: left top;
            background-size: 23px;
            padding-bottom: 3px; } }
  @media (max-width: 699px) {
    .program-detail .program-information {
      margin-top: 22px; } }
  .program-detail .program-information .program {
    margin-left: 0; }
    .program-detail .program-information .program a {
      text-decoration: none;
      color: #00205B; }
      .program-detail .program-information .program a:hover {
        color: #227E9C; }
    @media (max-width: 1024px) {
      .program-detail .program-information .program .title {
        display: block;
        margin-bottom: -4px; } }
  .program-detail .program-information .accompany-detail {
    font-style: italic;
    font-family: "Leitura W01", "Times New Roman", serif;
    font-weight: 400;
    margin-right: 50px; }
    @media (max-width: 1024px) {
      .program-detail .program-information .accompany-detail {
        margin: 0 35px 30px 0; } }
    @media (max-width: 699px) {
      .program-detail .program-information .accompany-detail {
        margin: 10px 35px 28px 0; } }

.event-detail {
  margin: 100px 10px;
  overflow: auto; }
  .event-detail footer {
    display: none; }
  @media (max-width: 699px) {
    .event-detail {
      margin: 20px 0;
      overflow: hidden; } }
  .event-detail .breadcrumb {
    display: none; }
  .event-detail > h1 {
    margin: 60px 0 15px; }
  .event-detail .container {
    width: 100% !important; }
    @media (max-width: 699px) {
      .event-detail .container .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .event-detail .container .row .col-lg-9 {
      width: calc(100% - 445px);
      float: left;
      padding: 0;
      margin-right: 25px; }
      @media (max-width: 1024px) {
        .event-detail .container .row .col-lg-9 {
          width: calc(100% - 375px);
          margin-left: 18px; } }
      @media (max-width: 699px) {
        .event-detail .container .row .col-lg-9 {
          width: 90%;
          margin: 0 5%;
          float: none;
          -ms-flex-order: 0;
              order: 0; } }
      .event-detail .container .row .col-lg-9 section > article > h2 {
        display: none; }
      .event-detail .container .row .col-lg-9 #evernote span[itemprop='description'] {
        font-size: 16px;
        font-family: "Univers LT W01", arial, helvetica, sans-serif;
        line-height: 1.5;
        margin: 0 0 1.5em 0; }
      .event-detail .container .row .col-lg-9 #evernote #location {
        display: block; }
      .event-detail .container .row .col-lg-9 #detail_right {
        display: none; }
      .event-detail .container .row .col-lg-9 #categories ul li a {
        padding-left: 0; }
        .event-detail .container .row .col-lg-9 #categories ul li a:hover {
          background: none;
          text-decoration: none;
          color: #84754E; }
        .event-detail .container .row .col-lg-9 #categories ul li a:before {
          content: none; }
      .event-detail .container .row .col-lg-9 #detail_left {
        width: 100%;
        color: #00205B;
        font-size: 16px;
        padding: 18px 0; }
        .event-detail .container .row .col-lg-9 #detail_left a {
          color: #00205B; }
        .event-detail .container .row .col-lg-9 #detail_left h2 {
          display: none; }
        .event-detail .container .row .col-lg-9 #detail_left time {
          width: 100%;
          display: inline-block !important;
          margin: 0 0 30px;
          color: #00205B;
          font-family: "Leitura W01", "Times New Roman", serif;
          font-size: 30px;
          text-transform: none;
          font-weight: 500;
          padding: 10px 18px;
          background: #FFFFFF; }
        .event-detail .container .row .col-lg-9 #detail_left .date {
          width: 100%;
          display: inline-block !important;
          margin: 0;
          background: #FFFFFF; }
        .event-detail .container .row .col-lg-9 #detail_left .series {
          display: none; }
    .event-detail .container .row .col-md-3 {
      width: 320px;
      float: right;
      padding: 0;
      margin-right: 100px; }
      @media (max-width: 1024px) {
        .event-detail .container .row .col-md-3 {
          display: block !important;
          margin-right: 10px; }
          .event-detail .container .row .col-md-3 .form-group {
            display: inline-block !important; } }
      @media (max-width: 699px) {
        .event-detail .container .row .col-md-3 {
          width: 100%;
          margin: 0 auto;
          float: none;
          -ms-flex-order: 1;
              order: 1; }
          .event-detail .container .row .col-md-3 #mini-cal {
            max-width: 400px;
            margin: 0 auto; }
          .event-detail .container .row .col-md-3 .mini-cal {
            min-width: 1px !important; } }
  @media (max-width: 699px) and (max-width: 1024px) {
    .event-detail .container .row .col-md-3 #event-search .form-group {
      display: block !important;
      margin: 0 30px; } }
      .event-detail .container .row .col-md-3 > nav {
        display: none; }
      .event-detail .container .row .col-md-3 > .on,
      .event-detail .container .row .col-md-3 .off,
      .event-detail .container .row .col-md-3 .setting,
      .event-detail .container .row .col-md-3 .links,
      .event-detail .container .row .col-md-3 #hc_featured,
      .event-detail .container .row .col-md-3 #hc_r,
      .event-detail .container .row .col-md-3 #hc_l,
      .event-detail .container .row .col-md-3 #hc_c,
      .event-detail .container .row .col-md-3 h2,
      .event-detail .container .row .col-md-3 > h4 {
        display: none; }

@media screen and (min-width: 1025px) {
  .course-description .section-nav,
  .course-major .section-nav {
    margin-bottom: 70px; } }

.course-description #main-content.expanded-nav,
.course-major #main-content.expanded-nav {
  background: #FFFFFF; }

@media screen and (max-width: 1024px) {
  .course-description .expanded-nav .content-wrapper-inner,
  .course-major .expanded-nav .content-wrapper-inner {
    padding-top: 0; } }

.form-wrapper {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }
  @media screen and (max-width: 699px) {
    .form-wrapper {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-flex-flow: row wrap; } }
  .form-wrapper form {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    -webkit-flex: 0 0 50%; }
    @media screen and (max-width: 699px) {
      .form-wrapper form {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        -webkit-flex: 0 0 100%; } }
  .form-wrapper fieldset {
    margin: 0; }
  .form-wrapper label {
    font-size: 18px; }
  .form-wrapper .course-form-select {
    margin: 0;
    padding-right: 12px; }
    @media screen and (max-width: 699px) {
      .form-wrapper .course-form-select {
        padding: 0;
        margin: 0 0 27px; } }
    .form-wrapper .course-form-select .select {
      display: inline-block;
      margin-right: 6px;
      width: calc(100% - 53px); }
      @media screen and (max-width: 699px) {
        .form-wrapper .course-form-select .select {
          width: calc(100% - 70px);
          margin-right: 23px; } }
      .form-wrapper .course-form-select .select select {
        margin: 6px 0 0;
        padding: 9px 14px;
        width: 100%;
        border: 1px solid #999999; }
    .form-wrapper .course-form-select .form-submit {
      padding: 0;
      height: 45px;
      width: 42px;
      background-color: #227E9C;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      transition: background 0.3s ease; }
      .form-wrapper .course-form-select .form-submit:hover {
        background: #176D89; }
  .form-wrapper .course-search-text {
    margin: 0;
    padding-left: 14px;
    position: relative; }
    @media screen and (max-width: 699px) {
      .form-wrapper .course-search-text {
        padding: 0; } }
    .form-wrapper .course-search-text .form-text {
      margin: 6px 0 0;
      padding: 11px 14px;
      border: 1px solid #999999;
      width: calc(100% - 83px); }
    .form-wrapper .course-search-text .reset {
      float: right;
      margin-top: 10px;
      background: transparent;
      border: 0;
      color: #227E9C;
      font-size: 18px;
      font-weight: 700;
      text-transform: lowercase;
      transition: color 0.3s ease; }
      .form-wrapper .course-search-text .reset:hover {
        color: #176D89; }
    .form-wrapper .course-search-text input[type='submit'] {
      color: transparent;
      position: absolute;
      width: 38px;
      height: 38px;
      padding: 0;
      right: 95px;
      bottom: 4px;
      background: url(../img/icons/icon-search-small.svg) no-repeat center right;
      background-size: 18px 18px; }
      .form-wrapper .course-search-text input[type='submit']:hover {
        background: url(../img/icons/icon-search-small.svg) no-repeat center right;
        background-size: 18px 18px; }

.dataTables_filter {
  display: none; }

.dataTable {
  display: none;
  min-width: 100%;
  width: 100%;
  border-color: #F2F1ED;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  white-space: normal; }
  .dataTable tbody {
    border: none; }
    .dataTable tbody tr {
      border-top: 30px solid #F2F1ED; }
      .dataTable tbody tr:last-child {
        border-bottom: 30px solid #F2F1ED; }
    .dataTable tbody td {
      padding: 15px 24px 43px 15px; }
      @media screen and (max-width: 699px) {
        .dataTable tbody td {
          padding: 15px 11px 35px; } }
      .dataTable tbody td.dataTables_empty {
        text-align: center;
        padding-top: 43px; }
  .dataTable .subject,
  .dataTable .credit {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px; }
  .dataTable .subject {
    float: left; }
  .dataTable .credit {
    float: right; }
  .dataTable .title {
    clear: both;
    font-size: 30px;
    font-family: "Leitura W01", "Times New Roman", serif;
    font-weight: 400;
    margin: 0 0 13px; }
    @media screen and (max-width: 699px) {
      .dataTable .title {
        font-size: 24px; } }
    .dataTable .title a {
      color: #00205B;
      text-decoration: none; }
      .dataTable .title a:hover {
        color: #227E9C; }
  .dataTable .description *:last-child {
    margin: 0; }

.tablist {
  margin: 0 0 37px -12px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }
  @media screen and (max-width: 1024px) {
    .tablist {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-flex-wrap: wrap;
      margin-left: 0; } }
  .tablist .tab {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    width: 20%;
    display: inline-block;
    margin: 0;
    padding: 11px 0;
    cursor: pointer;
    background: #227E9C;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    transition: background 0.3s ease; }
    @media screen and (max-width: 1024px) {
      .tablist .tab {
        -ms-flex: 1 0 calc(100% / 3);
            flex: 1 0 calc(100% / 3);
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        width: calc( 100% / 3);
        border-bottom: 1px solid #FFFFFF; }
        .tablist .tab:nth-child(3) ~ .tab {
          border-bottom: 0; }
        .tablist .tab:nth-child(3) {
          border-right: 0; } }
    @media screen and (max-width: 699px) {
      .tablist .tab {
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
        border: 0;
        border-bottom: 1px solid #FFFFFF; }
        .tablist .tab:nth-child(3) ~ .tab {
          border-bottom: 1px solid #FFFFFF; }
        .tablist .tab:nth-child(3) {
          border-right: 0; }
        .tablist .tab.last-child {
          border: 0; } }
    .tablist .tab:last-child {
      border: 0; }
    .tablist .tab:before {
      display: none; }
    .tablist .tab:hover, .tablist .tab[aria-selected='true'] {
      color: #FFFFFF;
      background-color: #00205B; }

.panel-wrapper .panel:focus {
  outline: 0; }

.panel-wrapper .panel[aria-hidden='true'] {
  display: none; }

#stories-listing,
#news-listing {
  background: #F3F1ED; }
  #stories-listing > div,
  #news-listing > div {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 70px 50px; }
    @media screen and (max-width: 1024px) {
      #stories-listing > div,
      #news-listing > div {
        padding: 40px 28px; } }
    @media screen and (max-width: 699px) {
      #stories-listing > div,
      #news-listing > div {
        padding: 28px 20px; } }
  #stories-listing .full-width,
  #news-listing .full-width {
    margin-top: 0; }

ul.story-list {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  padding: 0; }
  ul.story-list li {
    padding: 0 10px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: calc(100% / 3);
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
    @media screen and (max-width: 1024px) {
      ul.story-list li {
        width: 50%; } }
    @media screen and (max-width: 699px) {
      ul.story-list li {
        width: 100%; } }
    ul.story-list li:before {
      content: none; }
  ul.story-list .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex: 1;
        flex: 1;
    -webkit-flex: 1;
    -ms-flex-align: stretch;
        align-items: stretch;
    -webkit-align-items: stretch;
    background: #FFFFFF;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-flex-direction: column; }
  ul.story-list .img-wrap {
    background-color: #000000;
    position: relative; }
    ul.story-list .img-wrap img {
      width: 100%; }
    ul.story-list .img-wrap:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      opacity: 0.3;
      background-image: linear-gradient(-180deg, transparent 0%, #000000 100%); }
    ul.story-list .img-wrap .title {
      color: #FFFFFF;
      font-size: 24px;
      font-weight: 700;
      position: absolute;
      bottom: 10px;
      color: #FFFFFF;
      left: 20px;
      z-index: 10; }
      ul.story-list .img-wrap .title a {
        color: #FFFFFF;
        background-image: none; }
        ul.story-list .img-wrap .title a:hover {
          color: #F3F1ED; }
        ul.story-list .img-wrap .title a:after {
          content: '';
          margin-left: 10px;
          margin-top: -3px;
          width: 18px;
          height: 18px;
          display: inline-block;
          background: url(../img/icons/icon-plus.svg);
          background-size: 100%; }
  ul.story-list .quote {
    padding: 15px 20px;
    font-size: 15px; }
  ul.story-list .story-overlay {
    display: none; }

#news-listing {
  background: #F3F1ED; }
  #news-listing .news-list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    overflow: auto;
    padding: 0; }
    #news-listing .news-list li {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      width: 100%;
      margin: 15px 0;
      padding: 0; }
      @media (max-width: 699px) {
        #news-listing .news-list li {
          display: block; } }
      #news-listing .news-list li:before {
        content: none; }
      #news-listing .news-list li .full-details {
        display: none; }
      #news-listing .news-list li a {
        font-family: "Univers LT W01", arial, helvetica, sans-serif;
        font-size: 21px;
        color: #00205B;
        background: none;
        line-height: 1.42;
        display: block; }
        @media (max-width: 1024px) {
          #news-listing .news-list li a {
            font-size: 18px; } }
        @media (max-width: 699px) {
          #news-listing .news-list li a {
            display: block;
            margin-bottom: 0; } }
        #news-listing .news-list li a img {
          width: 237px;
          margin: 0; }
          @media (max-width: 699px) {
            #news-listing .news-list li a img {
              width: 100%; } }
      #news-listing .news-list li .caption {
        position: relative;
        background: #FFFFFF;
        padding: 18px 25px;
        width: calc(100% - 237px); }
        @media (max-width: 699px) {
          #news-listing .news-list li .caption {
            width: 100%;
            padding: 20px 30px; } }
        #news-listing .news-list li .caption:before {
          content: '';
          position: absolute;
          top: 35px;
          left: -15px;
          border-top: 15px solid transparent;
          border-right: 15px solid #FFFFFF;
          border-bottom: 15px solid transparent; }
          @media (max-width: 699px) {
            #news-listing .news-list li .caption:before {
              left: 50px;
              top: -39px;
              border-right: 25px solid transparent;
              border-bottom: 25px solid #FFFFFF;
              border-left: 25px solid transparent; } }
        #news-listing .news-list li .caption .date {
          font-size: 16px;
          font-family: "Leitura W01", "Times New Roman", serif;
          font-weight: 500;
          font-style: italic; }
        #news-listing .news-list li .caption p {
          color: #000000;
          font-size: 16px;
          margin: 15px 0; }
          @media (max-width: 1024px) {
            #news-listing .news-list li .caption p {
              margin: 5px 0; } }

.tag-wrapper {
  margin: -70px -1000px 70px;
  padding: 35px 1000px;
  background: #081A5C; }
  @media (max-width: 1024px) {
    .tag-wrapper {
      margin-top: -40px; } }
  .tag-wrapper h2 {
    color: #FFFFFF;
    margin: 0; }
  .tag-wrapper .btn {
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    padding: 1em 80px; }
    @media (max-width: 1024px) {
      .tag-wrapper .btn {
        font-size: 15px; } }
    @media (max-width: 699px) {
      .tag-wrapper .btn {
        width: 100%;
        margin-top: 1.25em; } }
  .tag-wrapper .listing-tag-indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 699px) {
      .tag-wrapper .listing-tag-indicator {
        display: block; } }

.choose-your-path-header {
  margin-bottom: 0;
  margin-top: 0;
  padding: 64px 0 70px;
  background: #000000 url("../img/photos/cyp-hero.jpg") no-repeat center 0;
  background-size: 125%; }
  .choose-your-path-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: linear-gradient(-180deg, #00205B 3%, rgba(0, 32, 91, 0) 100%); }
  @media screen and (max-width: 1024px) {
    .choose-your-path-header {
      background-size: 140%; } }
  @media screen and (max-width: 699px) {
    .choose-your-path-header {
      padding: 29px 0 40px;
      background-position: 0 0;
      background-size: 300%; } }
  .choose-your-path-header .content-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 73px;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header .content-inner {
        margin: 0 30px;
        padding: 0; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-header .content-inner {
        margin: 0 20px;
        padding: 0; } }
  .choose-your-path-header h1 {
    margin-bottom: 25px;
    color: #FFFFFF; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header h1 {
        margin-bottom: 3px;
        font-size: 60px; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-header h1 {
        margin-bottom: 15px; } }
  .choose-your-path-header h2 {
    width: 100vw;
    max-width: 2200px;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 13px 0;
    color: #FFFFFF;
    border-top: 17px solid transparent;
    background: transparent;
    animation: headerInOut 0.3s ease-in-out reverse; }
    @media (min-width: 2200px) {
      .choose-your-path-header h2 {
        margin-left: -1100px;
        width: 2200px; } }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header h2 {
        border-top: 10px solid transparent; } }
    .choose-your-path-header h2 span {
      display: block;
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 73px; }
      @media screen and (max-width: 1024px) {
        .choose-your-path-header h2 span {
          margin: 0 0 0 30px;
          padding: 0; } }
      @media screen and (max-width: 699px) {
        .choose-your-path-header h2 span {
          margin: 0 0 0 20px;
          padding: 0; } }
  .choose-your-path-header .undergrad-container {
    margin-top: 0;
    margin-bottom: 0; }
    .choose-your-path-header .undergrad-container > div {
      width: 100%;
      position: absolute;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      transition: min-height 0s, visibility 0s, opacity 0.3s ease-in-out; }
      .choose-your-path-header .undergrad-container > div.active {
        opacity: 1;
        visibility: visible;
        z-index: 2; }
  .choose-your-path-header.collapsed {
    padding-bottom: 0; }
    .choose-your-path-header.collapsed h2 {
      animation: headerInOut 0.3s ease-in-out forwards; }
      .choose-your-path-header.collapsed h2 span:after {
        animation: 0.1s plus forwards; }
      .choose-your-path-header.collapsed h2 a {
        position: relative;
        display: inline-block;
        color: #FFFFFF;
        text-decoration: none; }
        .choose-your-path-header.collapsed h2 a:after {
          position: absolute;
          right: -53px;
          top: 50%;
          padding: 0;
          height: 30px;
          width: 30px;
          content: '';
          background: #E87722 url("../img/icons/icon-plus.png") no-repeat center center;
          background-size: 12px;
          border-radius: 50%;
          transform: translateY(-50%);
          transition: all 0.3s ease; }
        .choose-your-path-header.collapsed h2 a:hover {
          color: #F3F1ED; }
          .choose-your-path-header.collapsed h2 a:hover:after {
            background-color: #227E9C; }
  .choose-your-path-header .form-wrap {
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 73px; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header .form-wrap {
        margin-top: 39px;
        padding: 0 30px; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-header .form-wrap {
        padding: 0 20px; } }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header .form-wrap form {
        margin-bottom: 11px; } }
  .choose-your-path-header .two-across {
    overflow: visible;
    max-height: 100%; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header .two-across {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex; }
        .choose-your-path-header .two-across .col {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          -webkit-box-flex: 1;
          -webkit-flex: 0 0 50%;
          padding-left: 10px;
          margin-bottom: 10px; }
          .choose-your-path-header .two-across .col:first-child {
            padding-left: 0;
            padding-right: 10px; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-header .two-across {
        display: block;
        margin: 0 -10px; }
        .choose-your-path-header .two-across .col {
          padding: 0;
          width: 100%; }
          .choose-your-path-header .two-across .col:first-child {
            margin: 0 0 54px;
            padding: 0; } }
  .choose-your-path-header .col .content {
    background: #FFFFFF;
    position: relative; }
  .choose-your-path-header .input-wrapper {
    position: relative;
    margin: 0 33px;
    transform: translateY(-40%);
    background-color: #0F125D; }
    .choose-your-path-header .input-wrapper:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: url("../img/photos/bg-pattern-input_wrap.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      content: '';
      transition: opacity 0.3s ease-in-out;
      z-index: 1; }
    .choose-your-path-header .input-wrapper:hover:before {
      opacity: 0; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header .input-wrapper {
        margin: 0 21px; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-header .input-wrapper {
        margin: 0 10px;
        transform: translateY(-50%); } }
    .choose-your-path-header .input-wrapper label {
      display: block;
      position: relative;
      padding: 23px 29px 23px 71px;
      z-index: 2;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 20px;
      font-weight: 400; }
      @media screen and (max-width: 1024px) {
        .choose-your-path-header .input-wrapper label {
          padding: 18px 46px 16px 24px;
          font-size: 18px;
          line-height: 1.333; } }
      @media screen and (max-width: 699px) {
        .choose-your-path-header .input-wrapper label {
          padding-left: 17px; } }
      .choose-your-path-header .input-wrapper label::after {
        position: absolute;
        right: 29px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        position: absolute;
        height: 25px;
        width: 25px;
        content: ' ';
        border: 2px solid #D6D2C4;
        border-radius: 50%;
        -webkit-appearance: none;
        -moz-appearance: none; }
        @media screen and (max-width: 1024px) {
          .choose-your-path-header .input-wrapper label::after {
            height: 20px;
            width: 20px; } }
        @media screen and (max-width: 1024px) {
          .choose-your-path-header .input-wrapper label::after {
            right: 19px; } }
        @media screen and (max-width: 699px) {
          .choose-your-path-header .input-wrapper label::after {
            right: 15px; } }
      .choose-your-path-header .input-wrapper label::before {
        content: ' ';
        position: absolute;
        top: 50%;
        right: 37px;
        height: 14px;
        width: 13px;
        background: #A89968;
        border-radius: 50%;
        opacity: 0;
        transform: translateY(-50%);
        transition: opacity 0.3s ease; }
        @media screen and (max-width: 1024px) {
          .choose-your-path-header .input-wrapper label::before {
            right: 25px;
            height: 12px;
            width: 12px; } }
        @media screen and (max-width: 699px) {
          .choose-your-path-header .input-wrapper label::before {
            right: 21px; } }
      .choose-your-path-header .input-wrapper label.checked::before {
        opacity: 1; }
    .choose-your-path-header .input-wrapper input[type='radio'] {
      visibility: hidden;
      float: right;
      margin: 0; }
  .choose-your-path-header .who-info {
    padding: 0 30px 29px 27px; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header .who-info {
        padding: 8px 18px 20px; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-header .who-info {
        margin-top: -10px;
        padding: 0 0 20px 10px; } }
    .choose-your-path-header .who-info ul {
      margin: 0;
      padding: 0 0 0 10px; }
      .choose-your-path-header .who-info ul li {
        margin: 0;
        color: #00205B;
        font: 200 20px/1.7 "Leitura W01", "Times New Roman", serif; }
        @media screen and (max-width: 1024px) {
          .choose-your-path-header .who-info ul li {
            margin: 0 0 10px;
            font-size: 16px;
            line-height: 1.25; } }
        @media screen and (max-width: 699px) {
          .choose-your-path-header .who-info ul li {
            margin-right: -6px;
            padding-left: 6px; } }
        .choose-your-path-header .who-info ul li::before {
          background: #A79B67;
          left: -6px;
          top: 15px; }
          @media screen and (max-width: 1024px) {
            .choose-your-path-header .who-info ul li::before {
              top: 8px; } }
          @media screen and (max-width: 1024px) {
            .choose-your-path-header .who-info ul li::before {
              height: 3px;
              width: 3px;
              left: -3px;
              top: 9px; } }
  .choose-your-path-header .cta-wrap {
    text-align: center; }
  .choose-your-path-header .btn-blue {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    width: 310px; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-header .btn-blue {
        padding-top: 14px;
        padding-bottom: 15px;
        font-size: 15px;
        width: 260px; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-header .btn-blue {
        max-width: 280px;
        width: 100%; } }

.cyp-cta {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #00205B;
  background-image: url("../img/photos/bg-pattern-who_collapse.png");
  background-repeat: 0 0;
  background-position: center center;
  background-size: cover;
  z-index: 2; }
  .cyp-cta.fade-enter-active, .cyp-cta.fade-leave-active {
    transition: opacity 0.3s; }
  .cyp-cta.fade-enter-active {
    transition-delay: 0.5s; }
  .cyp-cta.fade-enter, .cyp-cta.fade-leave-to {
    opacity: 0; }
  .cyp-cta h3 {
    color: #FFFFFF;
    padding: 59px 0 30px;
    margin-left: 0; }
    @media screen and (max-width: 1024px) {
      .cyp-cta h3 {
        padding: 44px 0 24px; } }
    @media screen and (max-width: 699px) {
      .cyp-cta h3 {
        padding: 35px 0 17px; } }
  .cyp-cta .three-across {
    max-height: 100%;
    overflow: visible;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .cyp-cta .three-across {
        display: block;
        margin: 0 30px;
        padding: 0; } }
    @media screen and (max-width: 699px) {
      .cyp-cta .three-across {
        margin: 0 20px; } }
  .cyp-cta .col {
    opacity: 0;
    animation: colIn 0.3s ease-in-out forwards; }
    .cyp-cta .col:nth-child(1) {
      animation-delay: 0.8s; }
    .cyp-cta .col:nth-child(2) {
      animation-delay: 1.1s; }
    .cyp-cta .col:nth-child(3) {
      animation-delay: 1.4s; }
    @media screen and (max-width: 1024px) {
      .cyp-cta .col {
        margin: 0 0 16px;
        width: 100%;
        clear: both; }
        .cyp-cta .col:last-child {
          margin-bottom: 51px; } }
    @media screen and (max-width: 1024px) and (max-width: 699px) {
      .cyp-cta .col:last-child {
        margin-bottom: 24px; } }
    @media screen and (max-width: 699px) {
      .cyp-cta .col {
        margin: 0 0 10px; } }
  .cyp-cta img {
    display: block;
    padding: 0 30px 0 0; }
    @media screen and (max-width: 1024px) {
      .cyp-cta img {
        float: left;
        padding: 0;
        width: 203px; } }
    @media screen and (max-width: 699px) {
      .cyp-cta img {
        display: none; } }
  .cyp-cta .caption {
    position: relative;
    margin: -100px 0 69px 30px;
    padding: 0 29px 23px;
    background: #FFFFFF; }
    @media screen and (max-width: 1024px) {
      .cyp-cta .caption {
        margin: 0 0 0 203px;
        padding: 0 19px;
        height: 165px;
        width: calc(100% - 203px); } }
    @media screen and (max-width: 699px) {
      .cyp-cta .caption {
        margin: 0;
        height: auto;
        width: 100%;
        padding: 8px 22px 16px; } }
    .cyp-cta .caption *:last-child {
      margin: 0; }
    .cyp-cta .caption:before {
      position: absolute;
      left: 30px;
      top: -20px;
      width: 0;
      height: 0;
      content: '';
      border-style: solid;
      border-width: 0 20px 20px 20px;
      border-color: transparent transparent #FFFFFF transparent; }
      @media screen and (max-width: 1024px) {
        .cyp-cta .caption:before {
          left: -13px;
          top: 30px;
          border-width: 11.5px 13px 11.5px 0;
          border-color: transparent #FFFFFF transparent transparent; } }
      @media screen and (max-width: 699px) {
        .cyp-cta .caption:before {
          display: none; } }
  .cyp-cta .title {
    padding: 26px 0 22px; }
    @media screen and (max-width: 1024px) {
      .cyp-cta .title {
        padding-bottom: 5px; } }
    @media screen and (max-width: 699px) {
      .cyp-cta .title {
        padding: 10px 0 5px; } }
    .cyp-cta .title a {
      color: #00205B;
      font: 200 50px/0.82 "Univers LT W01", arial, helvetica, sans-serif;
      text-decoration: none; }
      @media screen and (max-width: 1024px) {
        .cyp-cta .title a {
          font-size: 40px;
          line-height: 1; } }
      .cyp-cta .title a:after {
        display: inline-block;
        position: relative;
        left: 0;
        margin-right: -30px;
        height: 44px;
        width: 30px;
        content: '';
        background-image: url("../img/icons/icon-arrow-right-ltblue-lg.svg");
        background-image: url("../img/icons/icon-arrow-right-blue-lg.svg");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        transition: .3s ease; }
        @media screen and (max-width: 1024px) {
          .cyp-cta .title a:after {
            height: 36px; } }
      .cyp-cta .title a:hover {
        color: #227E9C;
        background-image: none; }
        .cyp-cta .title a:hover:after {
          background-image: url("../img/icons/icon-arrow-right-ltblue-lg.svg"); }

.interests {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 1;
  background: #0F125D;
  border-top: 17px solid #A89968;
  color: #FFFFFF; }
  @media screen and (max-width: 1024px) {
    .interests {
      border-top: 10px solid #A89968; } }
  .interests:after {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #0F125D transparent transparent transparent;
    transform: translateX(-50%); }
  .interests .content-inner {
    padding: 17px 73px 40px;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .interests .content-inner {
        margin: 0 30px;
        padding: 17px 0 20px; } }
    @media screen and (max-width: 699px) {
      .interests .content-inner {
        margin: 0 20px;
        padding-bottom: 25px; } }
  .interests .next {
    font: 700 15px/35px "Univers LT W01", arial, helvetica, sans-serif; }
  .interests h2 {
    margin: 0 0 2px;
    color: #FFFFFF; }
  .interests p {
    margin: 0;
    font: 200 20px/1.7 "Leitura W01", "Times New Roman", serif; }
    @media screen and (max-width: 1024px) {
      .interests p {
        font-size: 16px; } }
  .interests form.fade-enter-active, .interests form.fade-leave-active {
    transition: opacity 0.3s; }
  .interests form.fade-enter, .interests form.fade-leave-to {
    opacity: 0; }
  .interests legend {
    margin: 0 0 13px;
    font-family: "Leitura W01", "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF; }
    @media screen and (max-width: 1024px) {
      .interests legend {
        font-size: 24px; } }
    @media screen and (max-width: 699px) {
      .interests legend {
        margin: 0 0 7px; } }
  .interests form {
    margin: 22px 0 0; }
    @media screen and (max-width: 699px) {
      .interests form {
        margin: 27px 0 0; } }
    .interests form .field-wrapper {
      padding: 9px 11px;
      margin: 0 0 0 -11px;
      cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .interests form .field-wrapper {
          margin: 0; } }
      .interests form .field-wrapper.selected {
        background: rgba(255, 255, 255, 0.15); }
      .interests form .field-wrapper label {
        margin: 0;
        padding-left: 26px;
        cursor: pointer;
        font-size: 15px;
        line-height: 1.2; }
    .interests form .two-across {
      overflow: visible;
      max-height: 100%;
      margin: 0; }
    @media screen and (max-width: 1024px) {
      .interests form > .two-across .two-across {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex; }
        .interests form > .two-across .two-across .col {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          -webkit-flex: 0 0 50%; } }
  @media screen and (max-width: 1024px) and (max-width: 699px) {
    .interests form > .two-across .two-across {
      display: block; } }
    .interests form > .two-across .col {
      margin: 0; }
      .interests form > .two-across .col:first-child {
        padding-right: 11px; }
        @media screen and (max-width: 1024px) {
          .interests form > .two-across .col:first-child {
            padding: 0; } }
  .interests .two-across .col {
    padding: 0; }
  .interests .checkbox-custom:before {
    position: absolute;
    left: 11px;
    top: 10px;
    width: 14px;
    height: 14px;
    content: '';
    background: #FFFFFF;
    border: 1px solid #999999; }
  .interests input[type='checkbox']:checked + .checkbox-custom:before {
    background: #A89968 url(../img/icons/icon-check-white.svg) center no-repeat;
    background-size: 12px;
    border: 1px solid #FFFFFF; }

.results {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 574px;
  background: #F2F1ED;
  transition: background 0.3s ease; }
  @media screen and (max-width: 1024px) {
    .results {
      min-height: 300px;
      padding: 0; } }
  @media screen and (max-width: 699px) {
    .results {
      min-height: 200px;
      padding: 0; } }
  .results::after {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 574px;
    max-width: 1200px;
    margin: 0 auto;
    background: #F2F1ED url("../img/photos/bg-faded_grid.svg") no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    transition: 0.3s ease;
    opacity: 1; }
  .results.has-results:after {
    display: none;
    opacity: 0; }
  .results .content-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 53px;
    padding-right: 53px; }
    @media screen and (max-width: 1024px) {
      .results .content-inner {
        margin: 0 20px;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 699px) {
      .results .content-inner {
        margin: 0 10px;
        padding-left: 0;
        padding-right: 0; } }
  .results .results-wrapper {
    padding-top: 73px;
    padding-bottom: 45px; }
    @media screen and (max-width: 1024px) {
      .results .results-wrapper {
        padding-top: 46px; } }
    @media screen and (max-width: 699px) {
      .results .results-wrapper {
        padding-bottom: 90px;
        position: relative;
        z-index: 10; } }
    .results .results-wrapper .cta {
      display: none;
      padding: 10px 25px;
      cursor: pointer;
      vertical-align: middle; }
      @media screen and (max-width: 699px) {
        .results .results-wrapper .cta.fixed {
          display: block;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          max-width: 100%;
          z-index: 10; } }
    .results .results-wrapper .result {
      display: inline-block;
      margin: 0 0 20px;
      width: 25%;
      font-size: 15px;
      line-height: 1.667;
      opacity: 0;
      transition: opacity 0.1s;
      z-index: 5; }
      @media screen and (max-width: 1024px) {
        .results .results-wrapper .result {
          width: 33%; } }
      @media screen and (max-width: 700px) {
        .results .results-wrapper .result {
          width: 50%; } }
      @media screen and (max-width: 450px) {
        .results .results-wrapper .result {
          opacity: 1;
          display: none;
          width: 100%; } }
      .results .results-wrapper .result.processed {
        opacity: 1; }
      .results .results-wrapper .result > div {
        margin: 0 10px; }
      .results .results-wrapper .result img {
        display: block;
        width: 100%; }
  .results .program {
    background: #FFFFFF; }
    .results .program .text {
      padding: 20px; }
  .results .story {
    background: #FFFFFF; }
    .results .story .text {
      padding: 20px;
      z-index: 2; }
      .results .story .text .quote {
        margin: 0 0 20px;
        position: relative; }
        .results .story .text .quote:before {
          content: '“'; }
        .results .story .text .quote:after {
          content: '”'; }
      .results .story .text .title {
        font: 700 21px/1.42 "Univers LT W01", arial, helvetica, sans-serif;
        text-decoration: none; }
        .results .story .text .title a {
          display: inline-block;
          margin: 0;
          color: #0F125D;
          text-decoration: none;
          padding-right: 27px; }
          .results .story .text .title a .plus {
            content: '';
            background-image: url("../img/icons/icon-plus-blue.svg");
            background-position: center 100%;
            background-repeat: no-repeat;
            display: inline-block;
            margin-right: -20px;
            width: 22px;
            height: 22px;
            position: relative;
            top: 4px;
            transition: 0.3s ease; }
          .results .story .text .title a:hover {
            color: #227E9C; }
            .results .story .text .title a:hover .plus {
              background: transparent url("../img/icons/icon-plus-lightblue.svg") no-repeat center center; }
    .results .story .story-overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .results .cyp {
    padding: 14px 20px 20px;
    background: #84754E;
    color: #FFFFFF; }
    .results .cyp.darkblue {
      background: #0F125D; }
    .results .cyp.aqua {
      background: #227E9C; }
    .results .cyp .identifier {
      font-size: 13px;
      text-align: right;
      margin: 0 0 27px; }
    .results .cyp .title a {
      display: inline-block;
      margin: 0 0 14px 0;
      padding-right: 20px;
      color: #FFFFFF;
      font: 700 24px/1.167 "Univers LT W01", arial, helvetica, sans-serif;
      text-decoration: none; }
      .results .cyp .title a:hover {
        color: #F3F1ED; }
      .results .cyp .title a .arrow {
        content: '';
        background-image: url("../img/icons/icon-arrow-right-white.svg");
        background-position: center 100%;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: -20px;
        width: 13px;
        height: 24px; }
  .results .image-wrap {
    background-color: #000000;
    position: relative; }
    .results .image-wrap::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.7;
      visibility: visible;
      background-image: linear-gradient(to top, rgba(0, 32, 91, 0.8), transparent); }
    .results .image-wrap .title {
      position: absolute;
      bottom: 14px;
      z-index: 2;
      padding: 0 30px 0 20px;
      font: 700 24px/1.167 "Univers LT W01", arial, helvetica, sans-serif; }
      .results .image-wrap .title a {
        color: #FFFFFF;
        text-decoration: none; }
        .results .image-wrap .title a:hover {
          color: #F3F1ED; }
        .results .image-wrap .title a .arrow {
          content: '';
          background-image: url("../img/icons/icon-arrow-right-white.svg");
          background-position: center 100%;
          background-repeat: no-repeat;
          display: inline-block;
          width: 15px;
          margin-right: -20px;
          height: 24px; }

.show-more {
  display: none; }
  @media screen and (max-width: 450px) {
    .show-more {
      display: block;
      position: absolute;
      bottom: 40px;
      left: 50%;
      padding-left: 48px;
      transform: translateX(-50%);
      color: #0F125D;
      font: 700 18px/1.45 "Univers LT W01", arial, helvetica, sans-serif;
      z-index: 20;
      cursor: pointer; }
      .show-more:before {
        position: absolute;
        left: 0;
        top: -2px;
        padding: 0;
        height: 30px;
        width: 30px;
        content: '';
        background: #E87722 url("../img/icons/icon-plus.png") no-repeat center center;
        background-size: 12px;
        border-radius: 50%; } }

.choose-your-path-bottom {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 17px solid #A89968; }
  @media screen and (max-width: 1024px) {
    .choose-your-path-bottom {
      border-top-width: 10px; } }
  @media screen and (max-width: 699px) {
    .choose-your-path-bottom {
      display: block; } }
  .choose-your-path-bottom > div {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    -webkit-box-flex: 0;
    width: 50%; }
  .choose-your-path-bottom .left-content {
    background: #081A5C;
    color: #FFFFFF;
    padding: 48px 11% 48px 70px; }
    @media screen and (max-width: 1024px) {
      .choose-your-path-bottom .left-content {
        padding: 40px 30px; } }
    @media screen and (max-width: 699px) {
      .choose-your-path-bottom .left-content {
        width: 100%;
        padding: 20px 20px 30px; } }
    .choose-your-path-bottom .left-content h2 {
      margin: 0 0 21px;
      color: #FFFFFF;
      font-size: 70px;
      line-height: 0.93; }
      @media screen and (max-width: 1024px) {
        .choose-your-path-bottom .left-content h2 {
          margin: 0 0 16px;
          font-size: 50px; } }
      @media screen and (max-width: 699px) {
        .choose-your-path-bottom .left-content h2 {
          margin: 0 0 13px; } }
    .choose-your-path-bottom .left-content p {
      font: 200 24px "Leitura W01", "Times New Roman", serif; }
      @media screen and (max-width: 1024px) {
        .choose-your-path-bottom .left-content p {
          font-size: 20px; } }
    .choose-your-path-bottom .left-content .btn-blue {
      padding: 26px 20px;
      display: block;
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        .choose-your-path-bottom .left-content .btn-blue {
          font-size: 15px;
          padding: 18px 20px; } }
      @media screen and (max-width: 699px) {
        .choose-your-path-bottom .left-content .btn-blue {
          padding: 13px 20px; } }
  .choose-your-path-bottom .right-content {
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 699px) {
      .choose-your-path-bottom .right-content {
        display: none; } }

@keyframes plus {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes headerInOut {
  100% {
    border-top: 10px solid #A89968;
    background: #00205B; } }

@media screen and (min-width: 1025px) {
  @keyframes headerInOut {
    100% {
      border-top: 17px solid #A89968;
      background: #00205B; } } }

@keyframes colIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#program-finder .form-wrapper {
  color: #FFFFFF;
  display: block;
  margin: -35px -1000px 0;
  padding: 45px 1000px 0;
  background: #081A5C;
  overflow: auto; }
  #program-finder .form-wrapper h2 {
    color: #FFFFFF;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px; }
  #program-finder .form-wrapper .cta {
    padding: 10px 25px;
    vertical-align: middle; }
    @media (max-width: 699px) {
      #program-finder .form-wrapper .cta {
        display: none; }
        #program-finder .form-wrapper .cta.fixed {
          display: block;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          max-width: 100%;
          z-index: 10; } }
  @media (max-width: 699px) {
    #program-finder .form-wrapper form {
      margin: 30px 0 0; } }
  #program-finder .form-wrapper fieldset {
    margin-top: 40px; }
    @media (max-width: 1024px) {
      #program-finder .form-wrapper fieldset {
        margin-top: 25px; } }
    @media (max-width: 699px) {
      #program-finder .form-wrapper fieldset {
        margin-top: 0; } }
    #program-finder .form-wrapper fieldset label {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px;
      padding-left: 25px;
      position: relative; }
      #program-finder .form-wrapper fieldset label:before {
        content: '';
        background: #FFFFFF;
        border: 1px solid #999999;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0.3em;
        left: 0; }
    #program-finder .form-wrapper fieldset input[type='checkbox'] {
      opacity: 0;
      position: absolute; }
      #program-finder .form-wrapper fieldset input[type='checkbox']:checked + label:before {
        background: #A89968 url(../img/icons/icon-check-white.svg) center no-repeat;
        background-size: 12px;
        border: 1px solid #FFFFFF; }
  #program-finder .form-wrapper legend {
    color: #95DBF2;
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 699px) {
      #program-finder .form-wrapper legend {
        display: none; } }
  #program-finder .form-wrapper .mobile-only {
    color: #95DBF2;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin: 0 -20px;
    padding: 10px 20px;
    border-top: 1px solid #95DBF2;
    position: relative; }
    #program-finder .form-wrapper .mobile-only.loc {
      border-bottom: 1px solid #95DBF2; }
    #program-finder .form-wrapper .mobile-only:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -11px;
      width: 22px;
      height: 22px;
      background: url(../img/icons/plus.svg);
      background-size: 100%; }
    #program-finder .form-wrapper .mobile-only.open:after {
      background: url(../img/icons/minus.svg); }
    @media (min-width: 699px) {
      #program-finder .form-wrapper .mobile-only {
        display: none; } }
  #program-finder .form-wrapper .col {
    padding-right: 20px; }
  #program-finder .form-wrapper .col:last-child {
    padding-left: 0; }
  #program-finder .form-wrapper .three-across .col:last-child {
    padding-left: 20px; }
    @media (max-width: 699px) {
      #program-finder .form-wrapper .three-across .col:last-child {
        padding-left: 0; } }
  #program-finder .form-wrapper .second-row {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 699px) {
      #program-finder .form-wrapper .second-row {
        display: block; } }
    #program-finder .form-wrapper .second-row .type {
      width: 66.66%; }
      @media (max-width: 699px) {
        #program-finder .form-wrapper .second-row .type {
          width: auto; } }
    #program-finder .form-wrapper .second-row .location {
      width: 33.33%;
      padding-left: 20px; }
      @media (max-width: 699px) {
        #program-finder .form-wrapper .second-row .location {
          width: auto;
          padding: 0; } }
  @media (max-width: 1024px) {
    #program-finder .form-wrapper .two-across {
      display: -ms-flexbox;
      display: flex; }
      #program-finder .form-wrapper .two-across .col {
        -ms-flex: 50%;
            flex: 50%; } }
  @media (max-width: 699px) {
    #program-finder .form-wrapper .two-across {
      display: block; }
      #program-finder .form-wrapper .two-across .col {
        margin: 0; } }

.results-wrap {
  padding: 45px 1000px;
  margin: 0 -1000px -80px;
  background: #F3F1ED; }
  .results-wrap h2 {
    margin-bottom: 10px;
    line-height: 1.08; }
    @media (max-width: 1024px) {
      .results-wrap h2 {
        line-height: 1.333; } }
  .results-wrap .showing {
    color: #84754E;
    font-size: 21px;
    font-weight: 700; }
  .results-wrap .program-list {
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 0;
    overflow: visible; }
    @media (max-width: 1024px) {
      .results-wrap .program-list {
        margin-top: 25px; } }
    .results-wrap .program-list li:before {
      content: none; }
  .results-wrap .program-list li {
    background: #FFFFFF;
    padding: 15px 50px 15px 30px; }
    @media (max-width: 1024px) {
      .results-wrap .program-list li {
        padding-left: 20px; } }
  .results-wrap .degree-type {
    font-family: "Leitura W01", "Times New Roman", serif;
    font-weight: 400;
    font-style: italic; }
  .results-wrap h3 a {
    color: #00205B;
    font-weight: 400;
    background: none;
    line-height: 1.066;
    display: block; }
    @media (max-width: 1024px) {
      .results-wrap h3 a {
        line-height: 1.25; } }
    .results-wrap h3 a:hover {
      color: #227E9C; }
  .results-wrap .evenings {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 28px;
    background: url(../img/icons/night.svg) no-repeat center;
    background-size: 100%; }
    @media (max-width: 699px) {
      .results-wrap .evenings {
        width: 20px;
        height: 20px; } }
    .results-wrap .evenings:hover .text {
      opacity: 1; }
    .results-wrap .evenings .text {
      position: absolute;
      width: 160px;
      top: -3.4em;
      left: 50%;
      transform: translateX(-50%);
      font-size: 14px;
      color: #000000;
      padding: 10px 15px;
      background: #FFFFFF;
      border: 1px solid #999999;
      opacity: 0;
      transition: all 100ms; }
      @media (max-width: 699px) {
        .results-wrap .evenings .text {
          left: auto;
          transform: translateX(0);
          right: -40px; } }
      .results-wrap .evenings .text:before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 11px 0 11px;
        border-color: #FFFFFF transparent transparent transparent;
        z-index: 10; }
        @media (max-width: 699px) {
          .results-wrap .evenings .text:before {
            right: 40px;
            left: auto;
            transform: translateX(0); } }
      .results-wrap .evenings .text:after {
        content: '';
        position: absolute;
        bottom: -13px;
        left: 50%;
        margin-left: -12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 12px 0 12px;
        border-color: #999999 transparent transparent transparent;
        z-index: 9; }
        @media (max-width: 699px) {
          .results-wrap .evenings .text:after {
            right: 40px;
            left: auto;
            transform: translateX(0);
            margin-right: -1px; } }

#program-finder .back-to-top {
  opacity: 0; }
  #program-finder .back-to-top.fixed {
    opacity: 1;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../img/icons/poly.jpg); }

@media (max-width: 699px) {
  #program-finder .three-across {
    max-height: 500px;
    overflow: hidden;
    margin-top: 15px; } }

#program-finder .accorion-wrap,
#program-finder .two-across {
  max-height: 400px;
  overflow: hidden; }
  @media (max-width: 699px) {
    #program-finder .accorion-wrap,
    #program-finder .two-across {
      margin-top: 15px; } }

.slide-enter-active,
.slide-leave-active {
  transition: all 0.3s ease; }

.slide-enter,
.slide-leave-to {
  max-height: 0; }

@media (max-width: 699px) {
  .visually-hidden-mobile {
    display: none; } }

.alert.campus-closing {
  background-color: #651D31; }

.alert {
  position: relative;
  z-index: 10000;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  max-width: 2200px;
  margin: 0 auto; }
  .alert .content-wrapper {
    padding: 7px 0 49px 0; }
    @media (max-width: 1024px) {
      .alert .content-wrapper {
        padding: 30px 0 38px 0; } }
    @media (max-width: 699px) {
      .alert .content-wrapper {
        padding: 20px 0 5px 0; } }
    .alert .content-wrapper .close-button {
      z-index: 10;
      position: absolute;
      top: 15px;
      right: 30px;
      border: 0;
      background: transparent;
      background-image: url("../img/icons/icon-x-white.svg");
      background-position: center center;
      background-repeat: no-repeat;
      width: 50px;
      height: 50px; }
      @media (max-width: 1024px) {
        .alert .content-wrapper .close-button {
          top: 40px;
          right: 35px; } }
      @media (max-width: 699px) {
        .alert .content-wrapper .close-button {
          top: 20px;
          right: 10px;
          background-size: 30px 30px; } }
    .alert .content-wrapper .text-content {
      position: relative;
      margin: 0 100px 0 290px;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .alert .content-wrapper .text-content {
          margin-left: 210px; } }
      @media (max-width: 699px) {
        .alert .content-wrapper .text-content {
          margin: 62px 25px 25px; } }
      .alert .content-wrapper .text-content:before {
        position: absolute;
        top: 26px;
        left: -150px;
        content: '';
        background-image: url("../img/icons/icon-alert.svg");
        background-position: center 15px;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        padding: 10px;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        box-sizing: content-box; }
        @media (max-width: 1024px) {
          .alert .content-wrapper .text-content:before {
            top: 7px;
            left: -131px;
            background-position: center 15px;
            background-size: 75px;
            width: 80px;
            height: 80px; } }
        @media (max-width: 699px) {
          .alert .content-wrapper .text-content:before {
            top: -59px;
            left: 5px;
            background-position: center 7px;
            background-size: 30px;
            width: 25px;
            height: 25px; } }
      .alert .content-wrapper .text-content h2 {
        color: #FFFFFF;
        font-size: 70px;
        font-weight: 300;
        margin-bottom: -13px; }
        @media (max-width: 1024px) {
          .alert .content-wrapper .text-content h2 {
            font-size: 60px;
            margin: 5px 0 0; } }
        @media (max-width: 699px) {
          .alert .content-wrapper .text-content h2 {
            font-size: 50px; } }
      .alert .content-wrapper .text-content p {
        font-size: 24px;
        font-family: "Leitura W01", "Times New Roman", serif; }
        @media (max-width: 1024px) {
          .alert .content-wrapper .text-content p {
            font-size: 20px;
            margin-bottom: 20px; } }
        @media (max-width: 699px) {
          .alert .content-wrapper .text-content p {
            font-size: 24px;
            margin-bottom: 30px; } }
      .alert .content-wrapper .text-content .btn {
        padding: 10px 60px; }
        @media (max-width: 699px) {
          .alert .content-wrapper .text-content .btn {
            display: block;
            width: 100%; } }

header > .search {
  width: 100%;
  background: #0F125D;
  text-align: center;
  padding: 20px 0;
  display: none;
  position: relative;
  z-index: 10000;
  font-size: 16px; }
  header > .search:after {
    display: table;
    content: '';
    clear: both; }
  @media (max-width: 699px) {
    header > .search {
      padding: 20px; } }
  header > .search form {
    position: relative;
    max-width: 600px;
    margin: auto; }
    @media (max-width: 1024px) {
      header > .search form {
        max-width: 450px; } }
  header > .search input[type='search'] {
    box-sizing: border-box;
    height: 38px;
    padding: 2px 14px 4px;
    width: 100%;
    border: 1px solid #999999;
    margin: 0; }
    header > .search input[type='search']::-ms-clear {
      display: none; }
  header > .search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-style: oblique; }
  header > .search ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-style: oblique; }
  header > .search :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-style: oblique; }
  header > .search :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    font-style: oblique; }
  header > .search input[type='submit'] {
    color: transparent;
    position: absolute;
    width: 38px;
    height: 30px;
    right: 15px;
    top: 0;
    font-size: 16px;
    padding: 0;
    margin: 5px 10px 0 0;
    background: url(../img/icons/icon-search-small.svg) no-repeat center right;
    background-size: 18px 18px; }
    header > .search input[type='submit']:hover {
      background: url(../img/icons/icon-search-small.svg) no-repeat center right;
      background-size: 18px 18px; }

.open-menu .navigation-content {
  visibility: visible;
  top: 120px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  transform: translateY(0);
  z-index: 9999;
  background: #F8F7F3; }

header {
  background: #FFFFFF;
  z-index: 10000;
  max-width: 2200px;
  margin: 0 auto; }
  header .content-wrapper {
    width: 100%;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
        align-items: center;
    -webkit-align-items: center;
    max-width: 2200px;
    padding: 0 70px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    background: #FFFFFF;
    z-index: 10000; }
    @media (max-width: 1024px) {
      header .content-wrapper {
        height: 120px;
        padding: 0 26px; } }
    @media (max-width: 699px) {
      header .content-wrapper {
        padding: 0 20px; } }
    header .content-wrapper .left-content,
    header .content-wrapper .right-content {
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-align: center;
          align-items: center;
      -webkit-align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-align-content: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-justify-content: space-around;
      height: 100%;
      width: calc(50% - 75px); }
      header .content-wrapper .left-content .item,
      header .content-wrapper .right-content .item {
        position: relative;
        border: 0;
        background: transparent;
        padding: 15px 25px;
        text-decoration: none; }
        @media (max-width: 1024px) {
          header .content-wrapper .left-content .item,
          header .content-wrapper .right-content .item {
            padding: 10px; } }
        header .content-wrapper .left-content .item:hover span,
        header .content-wrapper .right-content .item:hover span {
          color: #227E9C; }
        header .content-wrapper .left-content .item span,
        header .content-wrapper .right-content .item span {
          text-transform: uppercase;
          font-size: 16px;
          color: #00205B;
          font-family: "Univers LT W01", arial, helvetica, sans-serif;
          font-weight: 700;
          transition: all 300ms; }
          @media (max-width: 1024px) {
            header .content-wrapper .left-content .item span,
            header .content-wrapper .right-content .item span {
              font-size: 12px; } }
    header .content-wrapper .left-content {
      float: left;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -webkit-justify-content: flex-start; }
      @media (max-width: 1024px) {
        header .content-wrapper .left-content {
          -ms-flex-pack: center;
              justify-content: center;
          -webkit-justify-content: center; } }
      @media (max-width: 699px) {
        header .content-wrapper .left-content {
          -ms-flex-pack: start;
              justify-content: flex-start;
          -webkit-justify-content: flex-start; } }
      header .content-wrapper .left-content .hamburger-icon {
        padding-left: 50px;
        margin-right: 50px; }
        @media (max-width: 1024px) {
          header .content-wrapper .left-content .hamburger-icon {
            padding-left: 40px; } }
        header .content-wrapper .left-content .hamburger-icon:hover .bg-svg:after {
          opacity: 0; }
        header .content-wrapper .left-content .hamburger-icon:hover .bg-svg:before {
          opacity: 1; }
        header .content-wrapper .left-content .hamburger-icon:hover[aria-expanded='true'] .bg-svg:before {
          opacity: 1; }
        header .content-wrapper .left-content .hamburger-icon:hover[aria-expanded='true'] .bg-svg:after {
          opacity: 0; }
        body.home.open-menu header .content-wrapper .left-content .hamburger-icon:hover[aria-expanded='true'] .bg-svg:before {
          background-image: url("../img/icons/icon-x-lblue.svg"); }
        header .content-wrapper .left-content .hamburger-icon .bg-svg {
          position: absolute;
          background-position: center left;
          background-repeat: no-repeat;
          background-size: 24px 18px;
          width: 40px;
          height: 52px;
          left: 0;
          bottom: 0; }
          @media screen and (min-width: 700px) and (max-width: 1024px) {
            header .content-wrapper .left-content .hamburger-icon .bg-svg {
              top: 1px;
              height: 41px; } }
          header .content-wrapper .left-content .hamburger-icon .bg-svg:after, header .content-wrapper .left-content .hamburger-icon .bg-svg:before {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            height: 20px;
            width: 26px;
            content: '';
            background-image: url("../img/icons/icon-hamburger-blue.svg");
            background-repeat: no-repeat;
            background-size: contain;
            opacity: 1;
            transition: opacity 0.3s ease; }
          body.home header .content-wrapper .left-content .hamburger-icon .bg-svg:before {
            background-image: url("../img/icons/icon-hamburger.svg");
            opacity: 1; }
          body.home.open-menu header .content-wrapper .left-content .hamburger-icon .bg-svg:after {
            background-image: url("../img/icons/icon-x.svg"); }
          header .content-wrapper .left-content .hamburger-icon .bg-svg:before {
            opacity: 0;
            background-image: url("../img/icons/icon-hamburger-light-blue.svg"); }
        @media (max-width: 699px) {
          header .content-wrapper .left-content .hamburger-icon {
            display: none; } }
      header .content-wrapper .left-content button[aria-expanded='true'] .bg-svg:after, header .content-wrapper .left-content button[aria-expanded='true'] .bg-svg:before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 20px;
        width: 26px;
        content: '';
        background-image: url("../img/icons/icon-x.svg");
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: opacity 0.3s ease; }
      header .content-wrapper .left-content button[aria-expanded='true'] .bg-svg:before {
        opacity: 0;
        background-image: url("../img/icons/icon-x-lblue.svg"); }
      header .content-wrapper .left-content .search-icon {
        padding-left: 44px; }
        @media (max-width: 1024px) {
          header .content-wrapper .left-content .search-icon {
            padding-left: 30px; } }
        @media (max-width: 699px) {
          header .content-wrapper .left-content .search-icon {
            padding: 0; } }
        header .content-wrapper .left-content .search-icon:hover .bg-svg {
          background-image: url("../img/icons/icon-search-light-blue.svg"); }
        header .content-wrapper .left-content .search-icon.active .bg-svg,
        header .content-wrapper .left-content .search-icon:hover[aria-expanded='true'] .bg-svg {
          background-image: url(../img/icons/icon-x-lblue.svg);
          background-size: 21px 21px; }
        header .content-wrapper .left-content .search-icon .bg-svg {
          position: absolute;
          background-image: url("../img/icons/icon-search-blue.svg");
          background-position: center left;
          background-repeat: no-repeat;
          width: 40px;
          height: 52px;
          left: 0;
          bottom: 0;
          background-size: 26px 26px; }
          header .content-wrapper .left-content .search-icon .bg-svg:before, header .content-wrapper .left-content .search-icon .bg-svg:after {
            display: none; }
          @media (max-width: 1024px) {
            header .content-wrapper .left-content .search-icon .bg-svg {
              background-size: 21px 21px;
              bottom: -5px; } }
          @media (max-width: 699px) {
            header .content-wrapper .left-content .search-icon .bg-svg {
              height: 40px;
              right: 0;
              bottom: 0; } }
    header .content-wrapper .right-content {
      float: right;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -webkit-justify-content: flex-end; }
      @media (max-width: 1024px) {
        header .content-wrapper .right-content {
          -ms-flex-pack: center;
              justify-content: center;
          -webkit-justify-content: center; } }
      @media (max-width: 699px) {
        header .content-wrapper .right-content {
          -ms-flex-pack: end;
              justify-content: flex-end;
          -webkit-justify-content: flex-end; } }
      header .content-wrapper .right-content .item {
        padding: 0;
        margin-left: 30px; }
        @media (max-width: 1024px) {
          header .content-wrapper .right-content .item {
            margin-left: 25px; } }
        @media (max-width: 699px) {
          header .content-wrapper .right-content .item:not(.hamburger-icon) {
            display: none; } }
        header .content-wrapper .right-content .item.hamburger-icon {
          display: none; }
          @media (max-width: 699px) {
            header .content-wrapper .right-content .item.hamburger-icon {
              display: block; } }
      header .content-wrapper .right-content .hamburger-icon .bg-svg {
        position: absolute;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 24px 18px;
        width: 40px;
        height: 40px;
        right: -4px;
        bottom: 0; }
        header .content-wrapper .right-content .hamburger-icon .bg-svg:after, header .content-wrapper .right-content .hamburger-icon .bg-svg:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: 20px;
          width: 26px;
          content: '';
          background-image: url("../img/icons/icon-hamburger-blue.svg");
          background-repeat: no-repeat;
          background-size: contain;
          opacity: 1;
          transition: opacity 0.3s ease; }
        body.home header .content-wrapper .right-content .hamburger-icon .bg-svg:after {
          background-image: url("../img/icons/icon-hamburger.svg"); }
        body.home header .content-wrapper .right-content .hamburger-icon .bg-svg:before {
          background-image: url("../img/icons/icon-hamburger.svg");
          opacity: 1; }
        body.home.show-header header .content-wrapper .right-content .hamburger-icon .bg-svg:after {
          background-image: url("../img/icons/icon-hamburger-blue.svg"); }
        body.home.show-header header .content-wrapper .right-content .hamburger-icon .bg-svg:before {
          background-image: url("../img/icons/icon-hamburger-blue.svg");
          opacity: 1; }
        body.home.open-menu header .content-wrapper .right-content .hamburger-icon .bg-svg:after {
          background-image: url("../img/icons/icon-x.svg"); }
        header .content-wrapper .right-content .hamburger-icon .bg-svg:before {
          opacity: 0;
          background-image: url("../img/icons/icon-hamburger-light-blue.svg"); }
      header .content-wrapper .right-content button[aria-expanded='true'] .bg-svg:after, header .content-wrapper .right-content button[aria-expanded='true'] .bg-svg:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 20px;
        width: 20px;
        right: -10px;
        content: '';
        background-image: url("../img/icons/icon-x.svg");
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        transition: opacity 0.3s ease; }
      header .content-wrapper .right-content button[aria-expanded='true'] .bg-svg:before {
        opacity: 0;
        background-image: url("../img/icons/icon-x-lblue.svg"); }
    header .content-wrapper .center-content {
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-align: center;
          align-items: center;
      -webkit-align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-align-content: center;
      width: 200px;
      height: 100%;
      background-image: url("../img/icons/logo-blue.svg");
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 699px) {
        header .content-wrapper .center-content {
          margin-left: -50px;
          margin-right: -50px; } }
  header .navigation-content {
    visibility: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -webkit-align-items: stretch;
    position: fixed;
    top: 120px;
    transform: translateY(-100%);
    z-index: 1000;
    background: #FFFFFF;
    width: 100%;
    max-width: 2200px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    transition: all 300ms; }
    @media (max-width: 1024px) {
      header .navigation-content {
        top: 120px; } }
    header .navigation-content a {
      transition: color 0.3s;
      display: block;
      background: transparent; }
      header .navigation-content a:hover {
        text-decoration: none; }
    header .navigation-content ul li:before {
      content: none; }
    header .navigation-content > .left-content,
    header .navigation-content > .right-content {
      -ms-flex: 50%;
          flex: 50%;
      width: 50%; }
    header .navigation-content .left-content {
      background: #F8F7F3; }
      @media (max-width: 1024px) {
        header .navigation-content .left-content {
          -ms-flex: 60%;
              flex: 60%;
          width: 60%; } }
      @media (max-width: 699px) {
        header .navigation-content .left-content {
          -ms-flex: 100%;
              flex: 100%;
          width: 100%;
          height: auto;
          padding-bottom: 15px; } }
      header .navigation-content .left-content > ul {
        margin: 30px 63px 30px 53px; }
        @media (max-width: 1024px) {
          header .navigation-content .left-content > ul {
            margin: 12px; } }
        header .navigation-content .left-content > ul > li {
          position: relative;
          text-transform: uppercase;
          padding-left: 20px;
          margin-bottom: -12px; }
          @media (max-width: 1024px) {
            header .navigation-content .left-content > ul > li {
              padding-left: 25px;
              margin-bottom: 12px; } }
          @media (max-width: 699px) {
            header .navigation-content .left-content > ul > li {
              padding-left: 10px;
              margin-bottom: -30px; } }
          header .navigation-content .left-content > ul > li > a {
            font-size: 70px;
            font-weight: 300;
            background: transparent;
            color: #00205B; }
            @media (max-width: 1024px) {
              header .navigation-content .left-content > ul > li > a {
                font-size: 60px; } }
            @media (max-width: 699px) {
              header .navigation-content .left-content > ul > li > a {
                width: 100%;
                font-size: 50px;
                padding: 15px 0; } }
            header .navigation-content .left-content > ul > li > a:hover {
              background: transparent;
              color: #227E9C; }
          header .navigation-content .left-content > ul > li button {
            position: absolute;
            padding: 0;
            top: 36px;
            left: -32px;
            width: 30px;
            height: 30px;
            border: 0;
            border-radius: 50%;
            background: #E87722;
            background-image: url("../img/icons/icon-plus.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 12px; }
            @media (max-width: 1024px) {
              header .navigation-content .left-content > ul > li button {
                top: 30px;
                left: -22px; } }
            @media (max-width: 699px) {
              header .navigation-content .left-content > ul > li button {
                top: 40px;
                left: -30px;
                width: 25px;
                height: 25px; } }
            header .navigation-content .left-content > ul > li button.active {
              background-image: url("../img/icons/icon-minus.svg"); }
        header .navigation-content .left-content > ul > li > ul {
          display: none;
          padding-left: 0;
          margin-top: 0;
          padding-bottom: 30px; }
          @media (max-width: 1024px) {
            header .navigation-content .left-content > ul > li > ul {
              padding-bottom: 0; } }
          @media (max-width: 699px) {
            header .navigation-content .left-content > ul > li > ul {
              margin-bottom: 20px; } }
          header .navigation-content .left-content > ul > li > ul > li {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: none;
            padding-left: 0;
            background: transparent;
            margin-bottom: 17px; }
            @media (max-width: 699px) {
              header .navigation-content .left-content > ul > li > ul > li {
                font-size: 14px; } }
      header .navigation-content .left-content ul ul {
        padding-left: 0; }
        @media (max-width: 699px) {
          header .navigation-content .left-content ul ul a {
            font-size: 16px; } }
    header .navigation-content .right-content {
      background: #F2F1ED;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      header .navigation-content .right-content .quick-links-toggle,
      header .navigation-content .right-content .info-for-toggle {
        font-size: 15px;
        color: #00205B;
        text-transform: capitalize;
        margin-bottom: 15px; }
        @media (min-width: 699px) {
          header .navigation-content .right-content .quick-links-toggle,
          header .navigation-content .right-content .info-for-toggle {
            pointer-events: none; } }
      @media (max-width: 1024px) {
        header .navigation-content .right-content {
          -ms-flex: 40%;
              flex: 40%;
          width: 40%;
          -ms-flex-direction: column;
              flex-direction: column;
          -webkit-flex-direction: column; } }
      @media (max-width: 699px) {
        header .navigation-content .right-content {
          -ms-flex: 100%;
              flex: 100%;
          width: 100%;
          -ms-flex-direction: initial;
              flex-direction: initial;
          -webkit-flex-direction: initial; } }
      @media (min-width: 1024px) {
        header .navigation-content .right-content .quick-links {
          padding: 54px 20px 54px 60px; } }
      @media (min-width: 1024px) {
        header .navigation-content .right-content .information-for {
          padding: 54px 60px 54px 20px; } }
      header .navigation-content .right-content .quick-links,
      header .navigation-content .right-content .information-for {
        -ms-flex: 50%;
            flex: 50%;
        width: 50%; }
        @media (max-width: 1024px) {
          header .navigation-content .right-content .quick-links,
          header .navigation-content .right-content .information-for {
            -ms-flex: none;
                flex: none;
            width: 100%;
            padding: 30px 30px 30px 30px; }
            header .navigation-content .right-content .quick-links li:last-child,
            header .navigation-content .right-content .information-for li:last-child {
              margin-bottom: 0; } }
        @media (max-width: 699px) {
          header .navigation-content .right-content .quick-links,
          header .navigation-content .right-content .information-for {
            -ms-flex: 100%;
                flex: 100%;
            width: 100%;
            padding: 30px 20px; }
            header .navigation-content .right-content .quick-links li:last-child,
            header .navigation-content .right-content .information-for li:last-child {
              margin-bottom: 0; } }
        header .navigation-content .right-content .quick-links ul,
        header .navigation-content .right-content .quick-links li,
        header .navigation-content .right-content .information-for ul,
        header .navigation-content .right-content .information-for li {
          padding: 0; }
        header .navigation-content .right-content .quick-links li,
        header .navigation-content .right-content .quick-links li > a,
        header .navigation-content .right-content .information-for li,
        header .navigation-content .right-content .information-for li > a {
          color: #00205B; }
          @media (max-width: 699px) {
            header .navigation-content .right-content .quick-links li,
            header .navigation-content .right-content .quick-links li > a,
            header .navigation-content .right-content .information-for li,
            header .navigation-content .right-content .information-for li > a {
              font-size: 15px; } }
          header .navigation-content .right-content .quick-links li:hover,
          header .navigation-content .right-content .quick-links li > a:hover,
          header .navigation-content .right-content .information-for li:hover,
          header .navigation-content .right-content .information-for li > a:hover {
            color: #227E9C; }
        header .navigation-content .right-content .quick-links a:hover,
        header .navigation-content .right-content .information-for a:hover {
          color: #227E9C; }
        header .navigation-content .right-content .quick-links a,
        header .navigation-content .right-content .information-for a {
          font-size: 20px;
          text-transform: capitalize; }
          @media (max-width: 1024px) {
            header .navigation-content .right-content .quick-links a,
            header .navigation-content .right-content .information-for a {
              font-size: 17px; } }
        header .navigation-content .right-content .quick-links > ul,
        header .navigation-content .right-content .information-for > ul {
          margin: 50px 10px; }
          @media (max-width: 1024px) {
            header .navigation-content .right-content .quick-links > ul,
            header .navigation-content .right-content .information-for > ul {
              margin: 25px 20px;
              padding: 5px; } }
          header .navigation-content .right-content .quick-links > ul li,
          header .navigation-content .right-content .information-for > ul li {
            margin-bottom: 10px; }
          header .navigation-content .right-content .quick-links > ul ul,
          header .navigation-content .right-content .information-for > ul ul {
            padding-left: 0; }
            header .navigation-content .right-content .quick-links > ul ul li a,
            header .navigation-content .right-content .information-for > ul ul li a {
              font-size: 20px; }
              @media (max-width: 1024px) {
                header .navigation-content .right-content .quick-links > ul ul li a,
                header .navigation-content .right-content .information-for > ul ul li a {
                  font-size: 15px; } }
      @media (max-width: 1024px) {
        header .navigation-content .right-content .quick-links {
          -ms-flex-order: 1;
              order: 1;
          -webkit-order: 1;
          padding-top: 0; } }
      @media (max-width: 699px) {
        header .navigation-content .right-content .quick-links {
          -ms-flex-order: 2;
              order: 2;
          -webkit-order: 2;
          padding-top: 20px;
          padding-bottom: 20px; }
          header .navigation-content .right-content .quick-links ul {
            margin-bottom: 0; } }
      @media (max-width: 699px) {
        header .navigation-content .right-content .quick-links li {
          width: 49%;
          display: inline-block;
          padding-left: 0;
          padding-right: 20px; }
          header .navigation-content .right-content .quick-links li a {
            font-size: 15px; } }
      header .navigation-content .right-content .quick-links > ul {
        padding-left: 43px; }
        @media (max-width: 1024px) {
          header .navigation-content .right-content .quick-links > ul {
            padding-left: 10px;
            margin-top: -11px; } }
      @media (max-width: 1024px) {
        header .navigation-content .right-content .information-for {
          -ms-flex-order: 0;
              order: 0;
          font-size: 15px;
          padding-bottom: 20px; } }
      @media (max-width: 699px) {
        header .navigation-content .right-content .information-for .info-for-content {
          background: white;
          border: 1px solid black;
          border-top: 0;
          top: -1px;
          padding: 10px;
          position: relative; }
          header .navigation-content .right-content .information-for .info-for-content ul {
            margin-top: 0; } }
      @media (min-width: 699px) {
        header .navigation-content .right-content .information-for .info-for-content {
          display: block !important;
          height: 100% !important; } }
      @media (max-width: 699px) {
        header .navigation-content .right-content .information-for {
          -ms-flex-order: 1;
              order: 1;
          height: auto; }
          header .navigation-content .right-content .information-for .info-for-toggle {
            position: relative;
            cursor: pointer;
            background: #FFFFFF;
            padding: 10px;
            border: 1px solid #000000;
            margin-bottom: 0;
            font-size: 16px;
            color: black; }
            header .navigation-content .right-content .information-for .info-for-toggle:after {
              display: block;
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              width: 45px;
              height: 45px;
              background-image: url("../img/icons/icon-arrow-down-blue.svg");
              background-repeat: no-repeat;
              background-position: center center;
              transition: 0.3s ease; }
            header .navigation-content .right-content .information-for .info-for-toggle.active:after {
              transform: rotateX(180deg); }
          header .navigation-content .right-content .information-for .info-for-content {
            display: none; } }
    header .navigation-content .choose-your-path-menu {
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex: 100%;
          flex: 100%;
      width: 100%;
      border-top: 15px solid #A89968; }
      @media (max-width: 1024px) {
        header .navigation-content .choose-your-path-menu {
          background: #00205B; } }
      header .navigation-content .choose-your-path-menu .left-content,
      header .navigation-content .choose-your-path-menu .right-content {
        -ms-flex: 50%;
            flex: 50%;
        width: 100%;
        background: #00205B; }
      @media (max-width: 1024px) {
        header .navigation-content .choose-your-path-menu .left-content {
          -ms-flex: 65%;
              flex: 65%;
          width: 65%; } }
      @media (max-width: 699px) {
        header .navigation-content .choose-your-path-menu .left-content {
          -ms-flex: 100%;
              flex: 100%;
          width: 100%;
          padding-bottom: 0; } }
      header .navigation-content .choose-your-path-menu .left-content .text-container {
        padding: 30px 110px; }
        @media (max-width: 1024px) {
          header .navigation-content .choose-your-path-menu .left-content .text-container {
            padding: 25px 30px; } }
        header .navigation-content .choose-your-path-menu .left-content .text-container h2 {
          color: #FFFFFF;
          font-size: 70px;
          line-height: 1;
          font-weight: 300;
          margin-bottom: 10px; }
          @media (max-width: 1024px) {
            header .navigation-content .choose-your-path-menu .left-content .text-container h2 {
              font-size: 60px; } }
          @media (max-width: 699px) {
            header .navigation-content .choose-your-path-menu .left-content .text-container h2 {
              font-size: 50px; } }
        header .navigation-content .choose-your-path-menu .left-content .text-container p {
          color: #FFFFFF;
          font-family: "Leitura W01", "Times New Roman", serif;
          font-size: 24px;
          font-weight: 200;
          word-spacing: 1px;
          margin-bottom: 30px; }
          @media (max-width: 1024px) {
            header .navigation-content .choose-your-path-menu .left-content .text-container p {
              font-size: 20px; } }
          @media (max-width: 699px) {
            header .navigation-content .choose-your-path-menu .left-content .text-container p {
              font-size: 18px; } }
        header .navigation-content .choose-your-path-menu .left-content .text-container .btn {
          position: relative;
          display: block;
          padding: 25px 0;
          font-size: 20px;
          font-weight: 500; }
          @media (max-width: 1024px) {
            header .navigation-content .choose-your-path-menu .left-content .text-container .btn {
              padding: 15px 0;
              font-size: 15px; } }
          @media (max-width: 699px) {
            header .navigation-content .choose-your-path-menu .left-content .text-container .btn {
              padding: 15px 0;
              margin-top: 30px; } }
          header .navigation-content .choose-your-path-menu .left-content .text-container .btn:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            top: -1px;
            width: 15px;
            height: 15px;
            background-image: url("../img/icons/icon-arrow-right-white.svg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain; }
            @media (max-width: 1024px) {
              header .navigation-content .choose-your-path-menu .left-content .text-container .btn:after {
                background-size: 6px 12px; } }
      header .navigation-content .choose-your-path-menu .right-content {
        background-image: url("../img/photos/home-path-menu.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover; }
        @media (max-width: 699px) {
          header .navigation-content .choose-your-path-menu .right-content {
            display: none; } }

.show-header header[role=banner] {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 2200px) {
    .show-header header[role=banner] {
      left: 50%;
      margin-left: -1100px; } }

.hide-header header[role=banner] {
  top: -100%;
  position: fixed;
  width: 100%; }

.hide-with-transition header[role=banner] {
  transition: top 500ms linear; }

.show-header header {
  top: 0;
  transition: transform 300ms;
  z-index: 10000; }

.show-header header[role=banner] + div,
.show-header header + #main-content,
.hide-header header[role=banner] + div,
.hide-header header + #main-content {
  margin-top: 120px; }
  .show-header header[role=banner] + div .homepage-hero,
  .show-header header + #main-content .homepage-hero,
  .hide-header header[role=banner] + div .homepage-hero,
  .hide-header header + #main-content .homepage-hero {
    margin-top: -120px; }

body:not(.open-menu) header.homepage {
  top: 0;
  left: 0;
  margin-bottom: -120px;
  z-index: 1; }
  body:not(.open-menu) header.homepage .item > span {
    color: #FFFFFF !important; }
  body:not(.open-menu) header.homepage .content-wrapper {
    background: linear-gradient(to top, transparent, rgba(0, 32, 91, 0.9)); }
    body:not(.open-menu) header.homepage .content-wrapper .hamburger-icon .bg-svg:after {
      background-image: url("../img/icons/icon-hamburger.svg"); }
    body:not(.open-menu) header.homepage .content-wrapper .left-content .search-icon .bg-svg {
      background-image: url("../img/icons/icon-search.svg"); }
  body:not(.open-menu) header.homepage .center-content {
    position: relative;
    top: 15px;
    background-image: url("../img/icons/logo.svg") !important;
    transition: none; }
    @media (max-width: 699px) {
      body:not(.open-menu) header.homepage .center-content {
        background-size: 155px;
        top: 0;
        margin-left: -50px;
        margin-right: -50px; } }

.footer-top {
  background: #F2F1ED;
  margin-top: 0;
  color: #00205B;
  padding: 45px 70px 0 70px;
  font-size: 14px;
  font-family: "Univers LT W01", arial, helvetica, sans-serif;
  max-width: 2200px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .footer-top {
      padding: 35px 27px 0 27px; } }
  @media (max-width: 699px) {
    .footer-top {
      padding: 41px 30px;
      text-align: center; } }
  .footer-top a {
    display: block;
    text-decoration: none;
    color: #00205B; }
    .footer-top a:hover {
      color: #227E9C; }
  .footer-top address {
    color: #00205B;
    font-style: normal; }
  .footer-top .footer-nav a {
    font-weight: 700;
    background: none; }
  .footer-top .content-wrapper {
    background: transparent;
    max-width: none;
    overflow: hidden; }
    @media (max-width: 699px) {
      .footer-top .content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (min-width: 1025px) {
      .footer-top .content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .footer-top .content-wrapper .footer-col-1,
    .footer-top .content-wrapper .footer-col-2,
    .footer-top .content-wrapper .footer-col-3 {
      float: left;
      display: inline-block;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .footer-top .content-wrapper .footer-col-1,
        .footer-top .content-wrapper .footer-col-2,
        .footer-top .content-wrapper .footer-col-3 {
          margin-bottom: 15px; } }
      @media (max-width: 699px) {
        .footer-top .content-wrapper .footer-col-1,
        .footer-top .content-wrapper .footer-col-2,
        .footer-top .content-wrapper .footer-col-3 {
          display: block;
          float: none;
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 40px; } }
    @media (max-width: 699px) {
      .footer-top .content-wrapper .footer-col-1,
      .footer-top .content-wrapper .footer-col-2 {
        padding-right: 0; } }
    .footer-top .content-wrapper .footer-nav {
      list-style: none;
      padding: 0; }
      .footer-top .content-wrapper .footer-nav li {
        margin-bottom: 1.22em; }
    .footer-top .content-wrapper .footer-col-1 {
      padding-right: 15%; }
      @media screen and (min-width: 1025px) {
        .footer-top .content-wrapper .footer-col-1 {
          padding-right: 0; } }
      @media (max-width: 699px) {
        .footer-top .content-wrapper .footer-col-1 {
          padding-right: 0;
          float: none; } }
      .footer-top .content-wrapper .footer-col-1 .logo {
        margin-bottom: 50px;
        margin-top: 5px;
        width: 100%;
        max-width: 260px; }
        @media (max-width: 699px) {
          .footer-top .content-wrapper .footer-col-1 .logo {
            margin-bottom: 20px; } }
      .footer-top .content-wrapper .footer-col-1 address {
        margin-bottom: 1em; }
      .footer-top .content-wrapper .footer-col-1 .phone,
      .footer-top .content-wrapper .footer-col-1 .email {
        display: inline-block;
        padding-left: 30px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        background-repeat: no-repeat;
        background-position: left center; }
      .footer-top .content-wrapper .footer-col-1 .phone {
        margin-right: 50px;
        background-image: url("../img/icons/icon-phone.svg");
        background-size: 15px; }
        @media (max-width: 699px) {
          .footer-top .content-wrapper .footer-col-1 .phone {
            margin-right: 25px; } }
      .footer-top .content-wrapper .footer-col-1 .email {
        background-image: url("../img/icons/icon-email.svg");
        background-size: 22px; }
    .footer-top .content-wrapper .footer-col-2 {
      padding-right: 110px; }
      @media screen and (min-width: 1025px) {
        .footer-top .content-wrapper .footer-col-2 {
          padding-right: 0; } }
      @media (max-width: 699px) {
        .footer-top .content-wrapper .footer-col-2 {
          padding-right: 0;
          margin-bottom: 0; } }
      .footer-top .content-wrapper .footer-col-2 ul {
        float: right;
        margin: 0; }
        @media (max-width: 699px) {
          .footer-top .content-wrapper .footer-col-2 ul {
            float: none;
            margin-bottom: 0; } }
        .footer-top .content-wrapper .footer-col-2 ul li {
          font-size: 14px; }
          @media (max-width: 699px) {
            .footer-top .content-wrapper .footer-col-2 ul li:last-child {
              margin-bottom: 0; } }
      @media (max-width: 699px) {
        .footer-top .content-wrapper .footer-col-2 {
          -ms-flex-order: 3;
              order: 3;
          margin-bottom: 0;
          float: none; } }
    .footer-top .content-wrapper .footer-col-3 {
      float: left;
      display: inline-block;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .footer-top .content-wrapper .footer-col-3 {
          display: block;
          float: none;
          clear: both; } }
      @media (max-width: 699px) {
        .footer-top .content-wrapper .footer-col-3 {
          -ms-flex-order: 2;
              order: 2;
          padding-right: 0;
          float: none;
          margin-bottom: 40px; } }

.social-icons {
  overflow: hidden;
  padding-left: 0;
  margin-top: 5px; }
  @media screen and (max-width: 699px) {
    .social-icons {
      margin: 0 30px; } }
  .social-icons li {
    display: inline-block;
    padding-left: 0;
    float: left;
    margin-left: 10px; }
    @media (max-width: 699px) {
      .social-icons li {
        float: none;
        margin: 5px 5px 0; } }
    .social-icons li:before {
      content: none; }
    .social-icons li:first-child {
      margin-left: 0; }
    .social-icons li a {
      display: block;
      width: 40px;
      height: 40px;
      background: red;
      border-radius: 50%;
      text-indent: -9999px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .social-icons li.social-icons-facebook a {
      background-color: #3B5998;
      background-image: url("../img/icons/icon-facebook-white.svg"); }
      .social-icons li.social-icons-facebook a:hover {
        background-color: transparent;
        background-image: url("../img/icons/icon-facebook-color.svg"); }
    .social-icons li.social-icons-twitter a {
      background-color: #4099FF;
      background-image: url("../img/icons/icon-twitter-white.svg"); }
      .social-icons li.social-icons-twitter a:hover {
        background-color: transparent;
        background-image: url("../img/icons/icon-twitter-color.svg"); }
    .social-icons li.social-icons-linkedin a {
      background-color: #0077B5;
      background-image: url("../img/icons/icon-linkedin-white.svg"); }
      .social-icons li.social-icons-linkedin a:hover {
        background-color: transparent;
        background-image: url("../img/icons/icon-linkedin-color.svg"); }
    .social-icons li.social-icons-youtube a {
      background-color: #C4302B;
      background-image: url("../img/icons/icon-youtube-white.svg"); }
      .social-icons li.social-icons-youtube a:hover {
        background-color: transparent;
        background-image: url("../img/icons/icon-youtube-color.svg"); }
    .social-icons li.social-icons-instagram a {
      background-color: #8A3AB9;
      background-image: url("../img/icons/icon-instagram-white.svg"); }
      .social-icons li.social-icons-instagram a:hover {
        background-color: transparent;
        background-image: url("../img/icons/icon-instagram-color.svg"); }
    .social-icons li.social-icons-flickr a {
      background-color: #0063DC;
      background-image: url("../img/icons/icon-flickr-white.svg"); }
      .social-icons li.social-icons-flickr a:hover {
        background-color: transparent;
        background-image: url("../img/icons/icon-flickr-color.svg"); }
    .social-icons li.social-icons-snapchat a {
      background-color: #FFFC00;
      background-image: url("../img/icons/icon-snapchat-white.svg"); }
      .social-icons li.social-icons-snapchat a:hover {
        background-color: transparent;
        background-image: url("../img/icons/icon-snapchat-color.svg"); }

.copyright {
  background: #E7E4DD;
  color: #00205B;
  padding: 12px 70px;
  font-size: 14px;
  font-family: "Univers LT W01", arial, helvetica, sans-serif; }
  .copyright .content-wrapper {
    background: transparent;
    max-width: none; }
  @media (max-width: 1024px) {
    .copyright {
      padding: 8px 27px; } }
  @media (max-width: 699px) {
    .copyright {
      padding: 15px 30px; } }

h2 {
  border-top: 0; }

.row .form-control {
  background: #FFFFFF;
  border: 1px solid #999999;
  width: calc(100% - 30px);
  height: auto;
  border-radius: 0;
  padding: 9px 14px; }

.row form {
  width: 100%; }
  .row form .form-group {
    display: block; }
    .row form .form-group .pull-right {
      display: none; }
      .row form .form-group .pull-right a {
        color: #00205B; }

.faculty-listing .mini-cal td #jumpMonth {
  margin-top: 0; }

.panel-default > .panel-heading {
  color: #000000;
  background-color: white;
  border-color: transparent; }

.calendar-listing {
  padding: 70px 0; }

.panel {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: none; }
  .panel > div {
    padding-left: 20px;
    padding-right: 20px; }
  .panel .panel-body {
    padding-top: 0;
    padding-bottom: 0; }
  .panel .panel-default {
    border: 0; }
  .panel .list-inline {
    margin: 0;
    padding: 0; }
    .panel .list-inline:before {
      content: 'Tags:';
      font-family: "Univers LT W01", arial, helvetica, sans-serif;
      font-size: 14px;
      color: #84754E;
      line-height: 1.42;
      background: transparent;
      padding-right: 5px;
      font-weight: 600;
      display: inline-block; }
    .panel .list-inline li {
      margin: 0 10px 0 0;
      line-height: 1.42; }
      .panel .list-inline li:before {
        content: none; }
      .panel .list-inline li a {
        font-family: "Univers LT W01", arial, helvetica, sans-serif;
        font-size: 14px;
        color: #84754E;
        line-height: 1.42;
        background: transparent;
        border: 0;
        padding: 0;
        text-transform: capitalize;
        display: block;
        font-weight: 500;
        text-shadow: none; }
        .panel .list-inline li a:hover {
          color: #227E9C; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 0 solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #00205B; }

.panel-title a {
  color: inherit;
  font-family: "Leitura W01", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  color: #00205B;
  display: block;
  margin-bottom: 0.5em; }
  .panel-title a:hover {
    color: #227E9C; }

.panel-footer {
  background: white;
  border: 0;
  padding-bottom: 20px; }
  .panel-footer time {
    font-family: 'Leitura W01', 'Times New Roman', serif;
    font-size: 16px;
    color: black;
    line-height: 1.5;
    float: none;
    display: block;
    font-style: italic; }

.nav-pills {
  display: none; }

.panel-title .badge.pull-right {
  font-family: "Leitura W01", "Times New Roman", serif;
  font-size: 16px;
  color: black;
  line-height: 1.5;
  float: none;
  display: block;
  font-style: italic;
  text-align: left;
  padding: 0;
  float: none !important;
  display: block; }

#filter {
  background: #00205B;
  color: white;
  padding: 10px 28px 0 28px;
  clear: both; }
  #filter form {
    margin: 0; }
  #filter h4 {
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 1.42; }
    #filter h4 + span {
      font-family: "Univers LT W01", arial, helvetica, sans-serif;
      font-size: 15px;
      color: #FFFFFF;
      line-height: 1.6;
      display: block;
      padding-bottom: 20px; }
      #filter h4 + span a {
        color: #FFFFFF; }

#mini-cal {
  clear: both; }

.mini-cal {
  width: 100%;
  height: auto;
  table-layout: fixed;
  clear: both; }
  .mini-cal td.nav a {
    display: none; }
  .mini-cal td,
  .mini-cal th {
    background: transparent;
    border: 0;
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    font-size: 16px;
    color: #00205B;
    line-height: 1.5;
    padding: 5px 0; }
    .mini-cal td.blank, .mini-cal td.today, .mini-cal td.events,
    .mini-cal th.blank,
    .mini-cal th.today,
    .mini-cal th.events {
      background: transparent; }
      .mini-cal td.blank:hover, .mini-cal td.today:hover, .mini-cal td.events:hover,
      .mini-cal th.blank:hover,
      .mini-cal th.today:hover,
      .mini-cal th.events:hover {
        background: transparent;
        color: #00205B; }
      .mini-cal td.blank a, .mini-cal td.today a, .mini-cal td.events a,
      .mini-cal th.blank a,
      .mini-cal th.today a,
      .mini-cal th.events a {
        background: transparent; }
        .mini-cal td.blank a:hover, .mini-cal td.today a:hover, .mini-cal td.events a:hover,
        .mini-cal th.blank a:hover,
        .mini-cal th.today a:hover,
        .mini-cal th.events a:hover {
          background: transparent;
          color: #00205B; }
    .mini-cal td.dow,
    .mini-cal th.dow {
      font-family: "Univers LT W01", arial, helvetica, sans-serif;
      font-size: 18px;
      color: #00205B;
      line-height: 1.44;
      background: transparent;
      font-weight: 600; }
    .mini-cal td.nav, .mini-cal td.title,
    .mini-cal th.nav,
    .mini-cal th.title {
      background: transparent;
      font-family: "Univers LT W01", arial, helvetica, sans-serif;
      font-size: 21px;
      color: #00205B;
      line-height: 1.42; }
      .mini-cal td.nav select, .mini-cal td.title select,
      .mini-cal th.nav select,
      .mini-cal th.title select {
        background: transparent;
        font-family: "Univers LT W01", arial, helvetica, sans-serif;
        font-size: 21px;
        color: #00205B;
        line-height: 1.42;
        text-align: center; }
    .mini-cal td a,
    .mini-cal th a {
      color: #00205B; }

.catCol {
  float: none;
  background: #227E9C;
  width: auto;
  overflow: hidden;
  margin: 0 -28px;
  padding: 28px; }
  .catCol label {
    color: white;
    font-family: "Univers LT W01", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0.8em 0;
    padding-left: 40px;
    position: relative; }
    .catCol label input {
      opacity: 0;
      width: 0;
      height: 0;
      margin: 0 !important; }
    .catCol label:before {
      content: '';
      width: 16px;
      height: 16px;
      display: block;
      border: 1px solid #999999;
      position: absolute;
      background: white;
      left: 0;
      top: 4px; }
    .catCol label:after {
      content: '';
      background-image: url(../img/icons/icon-checkmark.svg);
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 4px;
      left: 0;
      visibility: hidden;
      z-index: 1; }
    .catCol label.sub {
      padding-left: 60px; }
      .catCol label.sub:before, .catCol label.sub:after {
        left: 20px; }

.catCol label.checked:after {
  visibility: visible; }

.nav-tabs,
.tab-content {
  display: none; }

#event-search {
  display: none; }
  #event-search.js-visible {
    display: block; }
  #event-search form {
    padding: 0;
    margin: 0; }

@media (max-width: 1024px) {
  .calendar-listing {
    padding: 30px 0; } }

.calendar-listing .col-md-3.hidden-sm.hidden-xs {
  float: right;
  display: inline-block !important; }

.calendar-listing .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  max-width: 1340px; }
  @media (max-width: 1024px) {
    .calendar-listing .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 699px) {
    .calendar-listing .container {
      padding-left: 17px;
      padding-right: 17px; } }

@media (min-width: 769px) {
  .calendar-listing .col-md-9 {
    width: 66.66%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .calendar-listing .col-sm-12 {
    overflow: hidden; } }

.calendar-listing .col-md-3.hidden-sm.hidden-xs {
  width: 33.333%; }
  @media (max-width: 768px) {
    .calendar-listing .col-md-3.hidden-sm.hidden-xs {
      display: inline-block !important;
      float: none;
      width: 100% !important; } }
  @media (max-width: 768px) {
    .calendar-listing .col-md-3.hidden-sm.hidden-xs {
      display: block !important;
      float: none !important;
      margin-bottom: 30px; } }

.filter-wrapper {
  background: #227E9C;
  margin: 0 -28px;
  padding: 0 30px; }

table.mini-cal {
  min-width: 0; }

.toggle-filters {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  position: relative;
  top: 7px;
  background-image: url(../img/icons/icon-arrow-down-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s; }
  .toggle-filters.active {
    transform: rotate(180deg); }

html, body {
  min-width: 0 !important; }

h2 {
  border-top: 0;
  padding-top: 0; }

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100%\9; }

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  width: 6.5em; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top; }

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none; }

.floating-form {
  border: 1px solid #00205B;
  border-radius: 10px; 
/*   z-index:1; */
} 

  @media screen and (max-width: 1024px) {
    .floating-form {
      padding: 15px 15px 0;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1025px) {
    .floating-form {
      box-sizing: border-box;
      position: absolute;
      width: 25%;
      top: 272px;
      right: 25px;
      background-color: white;
      border: 1px solid #00205B;
      border-radius: 10px; }
      .floating-form.js-fixed {
        position: fixed;
        top: 85px; } }
  @media screen and (min-width: 1201px) {
    .floating-form {
      right: 2%; } }
  .floating-form__container {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1025px) {
      .floating-form__container {
        padding: 10px;
        margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .floating-form__header {
      line-height: 1em; } }
  .floating-form .form_page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .floating-form .form_question {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    margin: 0 0 1em 0;
    padding: 0; }
    @media screen and (min-width: 1025px) {
      .floating-form .form_question {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .floating-form .form_label {
    font-size: 16px !important;
    font-family: "Open Sans", "Univers LT W01", arial, helvetica, sans-serif;
    font-weight: 500 !important; }
  .floating-form form {
    margin: 0; }
  .floating-form input {
    width: 100% !important;
    height: 25px !important;
    background-color: #ffffff !important;
    border: 1px solid !important;
    border-radius: 5px !important;
    margin: 0 !important;
    padding: 0 !important; }
  .floating-form button {
    width: 150px !important;
    height: 35px !important;
    border: 2px solid #176D89 !important;
    border-radius: 5px !important;
    color: #ffffff;
    margin: 4px 2px !important;
    background-color: #176D89 !important;
    font-size: 16px !important;
    font-weight: bold !important; }
  .floating-form select {
    margin-left: 0px !important; }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .body--has-floating-form .h1-no-hero-img-inner {
    margin: 0;
    padding: 0 25px;
    max-width: none; }
  .body--has-floating-form .content-wrapper-inner {
    margin: 0;
    padding: 35px 0 70px;
    max-width: none; }
  .body--has-floating-form .program-detail {
    width: 70%; }
  .body--has-floating-form .program-information {
    padding-left: 25px; } 
  .body--has-floating-form .simple-block-three-across,
  .body--has-floating-form .facts {
	  transform:translateX(13.9%); }}


@media screen and (min-width: 1201px) {
  .body--has-floating-form .h1-no-hero-img-inner h1 {
    margin-left: -120px; }
  .body--has-floating-form .program-detail {
    margin-left: -120px;
    padding-right: 120px; }
  .body--has-floating-form .simple-block-three-across,
  .body--has-floating-form .facts {
	  transform:translateX(120px); }}

.course-landing .section-navigation { 
max-height: 70px; 
}
/*# sourceMappingURL=maps/main.css.map */


