/* ----------------------------------------------------------------------------------

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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
   ========================================================================== */
html {
  color: #222;
  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 #ccc;
  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: #ccc;
  color: #000;
  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:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

/*
 * 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,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            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,
  blockquote {
    border: 1px solid #999;
    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;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --max-width-custom: 1440px;
  --max-width-medium: 850px;
  --Blue: #183C5C;
  --Beige: #FFF8ED;
  --Muted-Blue: #95B2CB;
  --Yellow: #FFE466;
  --Mustard: #D7C869;
  --Sand: #ECE1CE;
  --Charcoal: #292929;
  --Flamingo: #F35139;
  --Soft-Charcoal: #6E7475;
  --White: #FFFFFF;
  --Main-Font: "Manrope";
  --Secondary-Font: "Big Shoulders Display";
  --hero: 96px;
  --hero-tablet: 76px;
  --hero-mobile: 56px;
  --h1: 90px;
  --h1-tablet: 60px;
  --h1-mobile: 56px;
  --h2: 40px;
  --h2-tablet: 30px;
  --h2-mobile: 24px;
  --h3: 30px;
  --h3-tablet: 20px;
  --h3-mobile: 18px;
  --h4: 22px;
  --h4-tablet: 20px;
  --h4-mobile: 18px;
  --h5: 16px;
  --h5-tablet: 16px;
  --h5-mobile: 15px;
  --body: 16px;
  --body-tablet: 15px;
  --body-mobile: 15px;
  --label: 14px;
  --label-tablet: 14px;
  --label-mobile: 14px;
  --bodyS: 12px;
  --bodyS-tablet: 12px;
  --bodyS-mobile: 12px;
  --bodyXS: 11px;
  --bodyXS-tablet: 11px;
  --bodyXS-mobile: 11px;
}

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Element Adjustments */
main {
  display: block; /* IE! */
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

select {
  color: #000;
}

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: var(--Charcoal);
  font-family: var(--Main-Font);
  font-size: 11px;
  line-height: 1.5;
}
body.loading-js {
  visibility: hidden;
}

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: var(--Charcoal);
  margin: 0;
}

h1 {
  font-size: var(--h1) !important;
  line-height: 100%;
}
@media (max-width: 1024px) {
  h1 {
    font-size: var(--h1-tablet) !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: var(--h1-mobile) !important;
  }
}
h1.small {
  font-size: var(--h2) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1024px) {
  h1.small {
    font-size: var(--h2-tablet) !important;
  }
}
@media (max-width: 767px) {
  h1.small {
    font-size: var(--h2-mobile) !important;
  }
}

h2 {
  font-size: var(--h2) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1024px) {
  h2 {
    font-size: var(--h2-tablet) !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: var(--h2-mobile) !important;
  }
}
h2.hero {
  font-family: var(--Secondary-Font);
  font-size: var(--hero) !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2.hero {
    font-size: var(--hero-tablet) !important;
  }
}
@media (max-width: 767px) {
  h2.hero {
    font-size: var(--hero-mobile) !important;
  }
}

h3 {
  font-size: var(--h3) !important;
  line-height: 130%;
}
@media (max-width: 1024px) {
  h3 {
    font-size: var(--h3-tablet) !important;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: var(--h3-mobile) !important;
  }
}

h4 {
  font-size: var(--h4) !important;
  line-height: 120%;
}
@media (max-width: 1024px) {
  h4 {
    font-size: var(--h4-tablet) !important;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: var(--h4-mobile) !important;
  }
}

h5 {
  font-size: var(--h5) !important;
  line-height: 150%;
}
@media (max-width: 1024px) {
  h5 {
    font-size: var(--h5-tablet) !important;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: var(--h5-mobile) !important;
    line-height: 130%;
  }
}

p, nav a, ol, ul {
  font-size: var(--body);
  line-height: 140%;
  margin: 0;
}
@media (max-width: 1024px) {
  p, nav a, ol, ul {
    font-size: var(--body-tablet);
  }
}
@media (max-width: 767px) {
  p, nav a, ol, ul {
    font-size: var(--body-mobile);
  }
}
p.bodyS, nav a.bodyS, ol.bodyS, ul.bodyS {
  font-size: var(--bodyS);
  line-height: 130%;
}
@media (max-width: 1024px) {
  p.bodyS, nav a.bodyS, ol.bodyS, ul.bodyS {
    font-size: var(--bodyS-tablet);
  }
}
@media (max-width: 767px) {
  p.bodyS, nav a.bodyS, ol.bodyS, ul.bodyS {
    font-size: var(--bodyS-mobile);
  }
}
p.bodyXS, nav a.bodyXS, ol.bodyXS, ul.bodyXS {
  font-size: var(--bodyXS);
  line-height: 130%;
}
@media (max-width: 1024px) {
  p.bodyXS, nav a.bodyXS, ol.bodyXS, ul.bodyXS {
    font-size: var(--bodyXS-tablet);
  }
}
@media (max-width: 767px) {
  p.bodyXS, nav a.bodyXS, ol.bodyXS, ul.bodyXS {
    font-size: var(--bodyXS-mobile);
  }
}

button {
  font-size: var(--body) !important;
  line-height: 140% !important;
}
@media (max-width: 1024px) {
  button {
    font-size: var(--body-tablet);
  }
}
@media (max-width: 767px) {
  button {
    font-size: var(--body-mobile);
  }
}
button.bodyBig {
  font-size: var(--h4);
  line-height: 130%;
}
@media (max-width: 1024px) {
  button.bodyBig {
    font-size: var(--h4-tablet);
  }
}
@media (max-width: 767px) {
  button.bodyBig {
    font-size: var(--h4-mobile);
  }
}

.pagination ul::before, .pagination ul::after {
  display: none;
}
.pagination ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: var(--h4);
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 120%;
}
.pagination ul li a:hover {
  color: var(--Flamingo);
}
.pagination ul li a:active {
  color: var(--Soft-Charcoal);
}
@media (max-width: 1024px) {
  .pagination ul li a {
    font-size: var(--h4-tablet);
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    font-size: var(--h4-mobile);
  }
}

.single-copyright h4 {
  font-weight: 500;
}

@media (max-width: 1024px) {
  #related-resources .grid .item:last-child {
    display: none;
  }
}

a {
  color: var(--Charcoal);
}

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

.max-w-custom {
  max-width: var(--max-width-custom);
}

.max-w-medium {
  max-width: var(--max-width-medium);
}

.border-t-custom {
  border-top: 1px solid var(--Charcoal);
}

.page-wide h2, .page-wide h3, .page-wide h4, .page-wide h5 {
  margin-bottom: 16px;
}
.page-wide p {
  margin-top: 24px;
}
.page-wide ol, .page-wide ul {
  margin-top: 32px;
  padding-left: 20px;
}
.page-wide ul {
  list-style: disc;
}
.page-wide ol {
  list-style: auto;
}
.page-wide figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-wide figure figcaption {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: var(--bodyXS);
  color: var(--Soft-Charcoal);
}
@media (max-width: 1024px) {
  .page-wide h2, .page-wide h3, .page-wide h4, .page-wide h5 {
    margin-bottom: 16px;
  }
  .page-wide p {
    margin-top: 16px;
  }
  .page-wide ol, .page-wide ul {
    margin-top: 16px;
  }
  .page-wide figure {
    margin-top: 24px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .page-wide h2, .page-wide h3, .page-wide h4, .page-wide h5 {
    margin-bottom: 16px;
  }
  .page-wide p {
    margin-top: 16px;
  }
  .page-wide ol, .page-wide ul {
    margin-top: 10px;
  }
  .page-wide figure {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.caption {
  padding: 24px 24px 0 24px;
}
.caption * {
  margin: 0;
}
@media (max-width: 767px) {
  .caption {
    padding: 24px 40px 56px 40px;
  }
}

.ns-cta svg {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.ns-cta:hover svg:last-of-type {
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}

/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.no-overvlow {
  overflow: hidden;
}

#backButton {
  display: none;
}

.search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-item svg {
  width: 15px;
  height: 15px;
}
.search-item svg path {
  width: 15px;
  height: 15px;
}

.font-800 > a {
  font-weight: 800;
}

.apply-online-box {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(41, 41, 41, 0.85);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.apply-online-box * {
  color: white;
}
.apply-online-box h4 {
  font-size: var(--h4) !important;
}
.apply-online-box.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-online-box .apply-online-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding: 0px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  border: 1px solid #FFF;
}

.menu-description {
  display: block;
  color: var(--Soft-Charcoal);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .sub-menu:has(li .menu-description) li:not(:nth-last-child(2)) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .search-item .text {
    display: none;
  }
  .header-container > div > a {
    text-decoration: none;
  }
  .header-container > div > a > h3 {
    font-family: var(--Main-Font);
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Charcoal);
  }
  .primary-menu {
    gap: 60px;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 94px;
    z-index: 9;
    border-top: 1px solid var(--Charcoal);
    border-bottom: 1px solid var(--Charcoal);
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content .sub-menu {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content .sub-menu a {
    font-size: 22px;
    line-height: 120%;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content .sub-menu a svg {
    display: none !important;
  }
  .primary-menu > li:not(.search-item) > a {
    padding-bottom: 37px;
    line-height: 130%;
  }
  .primary-menu > li:not(.search-item) > a svg {
    display: none !important;
  }
  .primary-menu .current-menu-item > a {
    font-weight: 800;
    color: var(--Flamingo);
  }
  .hamburger-menu {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  #backButton.show {
    display: block;
  }
  .hamburger-menu {
    display: block;
  }
  .no-overvlow header {
    height: 100vh;
  }
  header {
    height: 100%;
    background-color: white;
  }
  header .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-container > div {
    padding: 20px 20px 16px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid var(--Charcoal);
  }
  header .header-container > div > a {
    width: 100%;
    text-decoration: none;
  }
  header .header-container > div > a > h3 {
    font-family: var(--Main-Font);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Charcoal);
  }
  header .header-container .primary-nav {
    width: 100%;
    padding: 20px;
    display: none;
  }
  header .header-container .primary-nav .primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  header .header-container .primary-nav .primary-menu li figure {
    display: none !important;
  }
  header .header-container .primary-nav .primary-menu > li {
    display: block;
    width: 100%;
  }
  header .header-container .primary-nav .primary-menu > li > a {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    border-top: 1px solid var(--Charcoal);
    font-size: var(--h4-tablet);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-container .primary-nav .primary-menu > li > a img {
    display: none;
  }
  header .header-container .primary-nav .primary-menu > li:first-child a {
    padding-top: 0;
    border-top: unset;
  }
  header .header-container .primary-nav .primary-menu > li:last-child:not(.open) > a {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
  }
  header .header-container .primary-nav .primary-menu li.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  header .header-container .primary-nav .primary-menu li.open > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    border-top: 1px solid black !important;
    margin-top: 20px;
    padding-top: 20px !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .header-container .primary-nav .primary-menu li.open > a svg.after {
    display: none;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-height: auto;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content .sub-menu {
    gap: 16px;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content .sub-menu li a {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: var(--body-mobile);
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content .sub-menu li a svg {
    display: none !important;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content .sub-menu li.current_page_item.current-menu-item a {
    color: #F35139;
  }
}
.hamburger-menu {
  height: 2rem;
  width: 34px;
  position: unset;
  padding: 0.18rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  right: 20px;
}

.hamburger-menu .line {
  background-color: #292929;
  width: 26px;
  height: 2px;
}

.hamburger-menu .line1 {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.hamburger-menu .line3 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  width: 18px;
}

.hamburger-menu.open {
  position: relative;
  right: -10px;
}

.hamburger-menu .open.line1 {
  background-color: #292929;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
}

.hamburger-menu .open.line2 {
  opacity: 0;
}

.hamburger-menu .open.line3 {
  background-color: #292929;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
}

.hamburger-menu.open .line1 {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
  background-color: #292929;
}

.hamburger-menu.open .line2 {
  opacity: 0;
}

.hamburger-menu.open .line3 {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
  width: 26px;
  background-color: #292929;
}

/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.ns-form-container #gform_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ns-form-container .gform_wrapper.gravity-theme .gfield input,
.ns-form-container .gform_wrapper.gravity-theme .gfield select {
  border-radius: 80px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 12px 25px;
  max-width: 269px;
  min-width: 269px;
  width: 100% !important;
  height: 46px;
  font-size: 16px;
}
.ns-form-container .gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.ns-form-container #gform_submit_button_1 {
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FFFFFF;
  border-radius: 80px;
  padding: 0 24px;
  height: 46px;
  margin-bottom: 0;
}
.ns-form-container #gform_submit_button_1 > span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ns-form-container #gform_submit_button_1:hover > span {
  color: #F35139;
}
.ns-form-container .gform_wrapper.gravity-theme .gform_validation_errors {
  max-width: 80%;
  border-radius: 80px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ns-form-container .gform_wrapper.gravity-theme .gfield_validation_message, .ns-form-container .gform_wrapper.gravity-theme .validation_message {
  border-radius: 80px;
  padding: 0 24px;
  font-size: 12px;
  border: none;
  background: transparent;
}

@media (max-width: 1024px) {
  .ns-form-container #gform_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ns-form-container .gform-body.gform_body {
    width: 100%;
  }
  .ns-form-container .gform_wrapper.gravity-theme .gfield input,
  .ns-form-container .gform_wrapper.gravity-theme .gfield select {
    max-width: 319px;
  }
}
@media (max-width: 767px) {
  .ns-form-container #gform_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .ns-form-container .gform_wrapper.gravity-theme .gfield input,
  .ns-form-container .gform_wrapper.gravity-theme .gfield select {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ns-form-container .gform-body.gform_body {
    width: 100%;
  }
  .ns-form-container .gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
  }
  .ns-form-container #gform_submit_button_1 {
    width: 100%;
  }
}
/* Backend Specific Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.wp-block {
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.wp-block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block img[src$=".svg"]:not(.emoji) {
  width: auto !important;
}
.wp-block .hidden-warning * {
  font-family: "Manrope";
}

.wp-block-post-title {
  font-size: revert;
  margin-bottom: 2em !important;
}

.hidden-warning {
  background-color: #e5324d;
  color: white;
  font-size: 1.2em;
  text-align: center;
  padding: 15px;
}

.rich-text {
  margin: 2em 0 !important;
}

.hero-block {
  min-height: 710px;
}
.hero-block * {
  margin: 0;
}
@media (max-width: 1024px) {
  .hero-block {
    min-height: 585px;
  }
}
@media (max-width: 767px) {
  .hero-block {
    min-height: 360px;
  }
}
.hero-block h1, .hero-block p, .hero-block ol, .hero-block ul {
  font-weight: 400;
  color: var(--White);
}
.hero-block .links a {
  position: relative;
}
.hero-block .links a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--White);
  display: block;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .hero-block .links {
    display: none;
  }
}

.mobile-links {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-links {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mobile-links a {
  border-top: 1px solid var(--Charcoal);
}

.text-block *:not(h2, h3, h4, h5, h6, svg, a) {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .text-block *:not(h2, h3, h4, h5, h6, svg, a) {
    max-width: 604px;
  }
}
@media (max-width: 767px) {
  .text-block h2 br {
    display: none;
  }
}
.text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    max-width: 604px;
  }
}

.featured-links div .ns-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 128px) / 3);
          flex: 0 0 calc((100% - 128px) / 3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featured-links div .ns-flex-item:hover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.featured-links div .ns-flex-item:hover ~ .ns-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.featured-links div .ns-flex-item:has(~ .ns-flex-item:hover) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.featured-links div .ns-flex-item figure {
  width: 100%;
  height: 0;
  padding-top: 350px;
  position: relative;
}
.featured-links div .ns-flex-item figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (min-width: 1200px) {
  .featured-links div .ns-flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 128px) / 3);
            flex: 0 0 calc((100% - 128px) / 3);
  }
  .featured-links div .ns-flex-item figure {
    width: 100%;
    height: 0;
    padding-top: 500px;
  }
}
@media (min-width: 1024px) {
  .featured-links div .ns-flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 68px) / 3);
            flex: 0 0 calc((100% - 68px) / 3);
  }
  .featured-links div .ns-flex-item figure {
    padding-top: 423px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .featured-links div .ns-flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 68px) / 3);
            flex: 0 0 calc((100% - 68px) / 3);
  }
  .featured-links div .ns-flex-item figure {
    padding-top: 278px;
  }
}
@media (max-width: 767px) {
  .content-imagery .gallery-small:not(.one-image) {
    width: 100%;
  }
  .content-imagery .gallery-small:not(.one-image) > div:nth-child(odd) {
    padding-right: 70px;
  }
  .content-imagery .gallery-small:not(.one-image) > div:nth-child(even) {
    padding-left: 70px;
  }
}

.key-metrics-block .caption.ns-mobile {
  display: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .key-metrics-block .caption.ns-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .key-metrics-block .caption {
    display: none;
  }
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  border: none;
  width: 100%;
  text-align: left;
  outline: none;
  padding: 0;
  line-height: 130% !important;
}
@media (max-width: 1024px) {
  .accordion-header span {
    font-size: 15px;
    line-height: 130% !important;
  }
}

.accordion-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.accordion-content p {
  margin: 6px 0 0;
  line-height: 150% !important;
}
@media (max-width: 1024px) {
  .accordion-content p span {
    font-size: 15px;
    line-height: 150% !important;
  }
}

.accordion-item.accordion-false .accordion-content p {
  margin: 15px 0 0;
}
.accordion-item.accordion-false svg {
  display: none;
}
.accordion-item.accordion-false .accordion-content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.accordion-item.accordion-false .accordion-content a {
  text-decoration: underline;
}
.accordion-item.accordion-false .accordion-content a:hover {
  color: var(--Flamingo);
}

.accordion-item.active .accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-content:not(:last-of-type) .max-w-custom {
  padding-bottom: 0px;
}

.foundation-block .ns-mobile-cat {
  display: none;
}
.foundation-block .ns-articles-mobile {
  display: none;
}
.foundation-block .ns-articles-mobile-row a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1280px) {
  .foundation-block .ns-articles-mobile-row {
    display: none;
  }
  .foundation-block .ns-articles-mobile a:not(:first-child) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .foundation-block .ns-mobile-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foundation-block .ns-view-all {
    display: none;
  }
}
@media (min-width: 767px) {
  .foundation-block .ns-articles-mobile {
    display: inherit;
  }
  .foundation-block .ns-articles-mobile a:not(:first-child) {
    display: none;
  }
  .foundation-block .ns-articles-mobile-row a:first-child {
    display: none;
  }
}
.hero-slider {
  padding-top: 90px;
}
.hero-slider__container {
  width: 100%;
  max-height: calc(100vh - 90px);
}
.hero-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-slider__image-frame {
  width: 100vw;
  height: calc(100vh - 90px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-slider__image-frame {
    height: calc(100vh - 90px);
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .hero-slider__image-frame {
    width: 100vw;
    height: 100vw;
  }
}
.hero-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.art-showcase-background {
  width: 100%;
  background: #183C5C;
  padding: 140px 0px;
}
@media (max-width: 767px) {
  .art-showcase-background {
    padding: 20px 20px;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.art-showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1440px;
  padding: 0px 40px;
  margin: 0 auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .art-showcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .art-showcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.art-showcase__art {
  width: 520px;
  height: 500px;
}
@media (max-width: 1200px) {
  .art-showcase__art {
    width: 420px;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .art-showcase__art {
    width: 320px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .art-showcase__art {
    aspect-ratio: 1, 1;
    width: auto;
    height: 50vw;
  }
}
@media (max-width: 480px) {
  .art-showcase__art {
    width: 100%;
    height: 70vw;
  }
}
.art-showcase__art-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.art-showcase__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #7B99B3;
}
.art-showcase__quote-container {
  padding-left: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 80%;
  height: 100%;
}
@media (max-width: 1024px) {
  .art-showcase__quote-container {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .art-showcase__quote-container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px;
  }
}
.art-showcase__quote {
  color: #7B99B3;
  font-family: "Big Shoulders Display";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1200px) {
  .art-showcase__quote {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .art-showcase__quote {
    font-size: 56px;
  }
}
.art-showcase__quote-signature {
  width: 100px;
  color: white;
}
.art-showcase__quote_signature {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: auto;
  bottom: 20px;
  right: 50px;
  width: 200px;
}
.art-showcase__info-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 250px;
}
.art-showcase__info-reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 120px 40px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 20px;
  }
}
.banner__image-primary {
  width: 580px;
  height: 580px;
}
@media (max-width: 1024px) {
  .banner__image-primary {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .banner__image-primary {
    margin: 0 auto;
    width: calc(100vw - 60px);
    height: calc(100vw - 60px);
  }
}
.banner__image-primary-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60vw;
  color: #183C5C;
}
@media (max-width: 767px) {
  .banner__content {
    max-width: 100%;
  }
}
.banner__content .banner__text-container {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner__content .banner__title {
  margin: 0;
  line-height: 130%;
}
.banner__content .banner__description {
  font-size: 16px;
}
.banner__content .banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__content .banner__link .banner__link-text {
  font-weight: 500;
}
.banner__secondary-image {
  width: 100%;
}
.banner__secondary-image-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__secondary-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  gap: 20px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .banner__secondary-images {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner__secondary-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: calc(100vw - 40px);
    width: 100%;
  }
}
.banner__tablet-secondary-images {
  display: none;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .banner__tablet-secondary-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    padding: 20px;
    margin: 0 auto;
    max-width: calc(100vw - 40px);
    width: 100%;
  }
}

.vimeo-embed-block.alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  max-width: 100%;
}
.vimeo-embed-block iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.vimeo-embed-block .Title_module_title__c87a7c0c {
  display: none !important;
}

.how-apply .steps p {
  padding-bottom: 16px;
}
.how-apply .steps .links .ns-cta-global:first-child {
  padding-top: 104px;
}
@media (max-width: 767px) {
  .how-apply .steps .links .ns-cta-global:first-child {
    padding-top: 40px;
  }
}
.how-apply .steps .links > div:first-child {
  padding-top: 40px;
}
.how-apply .steps .links .faq-content {
  display: none;
}
.how-apply .intro h2 {
  margin-bottom: 20px;
}
.how-apply .intro p {
  line-height: 130%;
  font-weight: 500;
}

.logo-beige {
  color: #FFF8ED;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.logo-blue {
  color: #183C5C;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

/*# sourceMappingURL=theme.css.map */