@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Sep 09 2025 15:57:09 GMT+1200 (New Zealand Standard Time)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Back to top
    Header logo
    Magnific popup
    Quick search
    Secondary nav
    Skip links
    Slick
    Spritesheet
    S
 */
@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-UltraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/helveticaneue-bold-webfont.woff2") format("woff2"), url("mysource_files/helveticaneue-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcr____.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcb____.ttf") format("truetype");
  font-weight: bold;
}

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

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

.popup__list, .nav__list,
.nav__sub,
.nav__deep, .skip-links__list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.quick-search__input, .quick-search__submit, .nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-js .quick-search__input-group,
.no-flexbox .quick-search__input-group {
  display: table;
}

.flexbox .quick-search__input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #002251;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 35px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 0;
  background-color: #002251;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--header {
  margin-right: -5px;
  padding-right: 0;
  padding-left: 5px;
  cursor: default;
  vertical-align: middle;
}

.hamburger--header .hamburger-inner, .hamburger--header .hamburger-inner:after, .hamburger--header .hamburger-inner:before, .hamburger--header.is-active .hamburger-inner, .hamburger--header.is-active .hamburger-inner:after, .hamburger--header.is-active .hamburger-inner:before {
  background-color: #222;
}

.hamburger--header.hamburger--elastic .hamburger-inner, .hamburger--header.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--header:hover {
  opacity: 1;
}

.hamburger-wrap {
  text-align: center;
}

.hamburger--accessible {
  display: inline-block;
}

.hamburger--accessible .hamburger-box {
  display: inline-block;
  vertical-align: middle;
}

.hamburger--accessible .hamburger-inner, .hamburger--accessible .hamburger-inner:after, .hamburger--accessible .hamburger-inner:before, .hamburger--accessible.is-active .hamburger-inner, .hamburger--accessible.is-active .hamburger-inner:after, .hamburger--accessible.is-active .hamburger-inner:before {
  background-color: #222;
}

.hamburger-label {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-transform: uppercase;
}

.hamburger-label-hidden {
  display: none;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .mobi {
    display: none !important;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1199px) {
  .hide-mobi {
    display: none;
  }
}

.slidedown, .accordion__item.active .accordion__content, .active.footer-menu__locations ul, .active.footer-menu__quicklinks ul {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  max-height: var(--panel-height, 15000px);
  overflow: hidden;
}

.slideup, .accordion__item .accordion__content, .footer-menu__locations ul, .footer-menu__quicklinks ul {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.desktop-only {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mobile-only {
    display: none;
  }
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  font-family: "helvetica-neue", sans-serif;
  color: #4a4a4a;
  letter-spacing: 0.4px;
}

body {
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #4a4a4a;
  color: #b5b5b5;
}

td {
  border: 1px solid #4a4a4a;
}

/* Buttons */
.button, input.sq-form-submit, .program-togglers label, .saved-programs__button, .save-btn {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #4a4a4a;
  display: inline-block;
  border: 2px solid #9a8146;
  padding: .5em 1em;
  font-weight: bold;
}

.button, input.sq-form-submit, .program-togglers label, .saved-programs__button, .save-btn, .button:visited, input.sq-form-submit:visited, .program-togglers label:visited, .saved-programs__button:visited, .save-btn:visited {
  text-decoration: none;
}

.button:focus, input.sq-form-submit:focus, .program-togglers label:focus, .saved-programs__button:focus, .save-btn:focus, .button:hover, input.sq-form-submit:hover, .program-togglers label:hover, .saved-programs__button:hover, .save-btn:hover {
  background-color: #9a8146;
  color: white;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  margin: 2em 3em;
  margin-left: 60px;
  color: #9a8146;
  font-weight: 200;
  font-size: 25px;
}

blockquote:before {
  font-size: 48px;
  font-size: 3rem;
  color: #9a8146;
  font-weight: 300;
  content: "\201C";
  position: absolute;
  top: -6px;
  left: -25px;
  line-height: 1em;
}

blockquote:after {
  font-size: 48px;
  font-size: 3rem;
  color: #9a8146;
  font-weight: 300;
  content: "\201D";
  position: absolute;
  line-height: 1em;
  padding-top: 4px;
  padding-left: 18px;
}

blockquote p {
  display: inline;
}

.pull-quote {
  border-top: 1px solid #4a4a4a;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

.js-disabled-warning {
  padding: 10px 0;
  display: block;
  background: red;
  color: white;
  text-align: center;
  z-index: 2;
  position: relative;
}

/*
--------------------
Modules
--------------------
*/
[data-aspect-ratio]:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: var(--aspect-ratio, 0);
}

.contentContainer {
  margin: 0 auto;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .contentContainer {
    padding: 56px 0;
  }
}

@media (min-width: 1200px) {
  .contentContainer {
    padding: 64px 0;
  }
}

.container.container--1312, .container--1312.apply-direct-cta__container, .container--1312.content-container, .container--1312.content-container--block, .container--1312.nd-difference, .container--1312.employment-landing, .container--1312.related-links, .container--1312.study-intro-quote, .container--1312.course-tiles__grid, .container--1312.program-form, .container--1312.program-banners, .container--1312.course-tiles__text-container, .container--1312.cta-bar, .container--1312.event-cards, .container--1312.bootstrap-dynamic-grid, .container--1312.footer-menu, .container--1312.footer-bottom__container, .container--1312.horizontal-card-container, .container--1312.lr-image-text, .container--1312.link-tiles__container, .container--1312.news-events-banner__container, .container--1312.partnerships, .container--1312.program-container, .container--1312.program-selector-container, .container--1312.student-exp__container, .container--1312.student-landing-banner__container, .container--1312.student-tiles__container, .container--1312.study-hero-icons, .container--1312.top-nav__container, .container--1312.two-videos__container {
  max-width: calc(1312px + (16px * 2));
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container.container--1312, .container--1312.apply-direct-cta__container, .container--1312.content-container, .container--1312.content-container--block, .container--1312.nd-difference, .container--1312.employment-landing, .container--1312.related-links, .container--1312.study-intro-quote, .container--1312.course-tiles__grid, .container--1312.program-form, .container--1312.program-banners, .container--1312.course-tiles__text-container, .container--1312.cta-bar, .container--1312.event-cards, .container--1312.bootstrap-dynamic-grid, .container--1312.footer-menu, .container--1312.footer-bottom__container, .container--1312.horizontal-card-container, .container--1312.lr-image-text, .container--1312.link-tiles__container, .container--1312.news-events-banner__container, .container--1312.partnerships, .container--1312.program-container, .container--1312.program-selector-container, .container--1312.student-exp__container, .container--1312.student-landing-banner__container, .container--1312.student-tiles__container, .container--1312.study-hero-icons, .container--1312.top-nav__container, .container--1312.two-videos__container {
    width: 90%;
  }
}

.container.container--1216, .container--1216.apply-direct-cta__container, .container--1216.content-container, .container--1216.content-container--block, .container--1216.nd-difference, .container--1216.employment-landing, .container--1216.related-links, .container--1216.study-intro-quote, .container--1216.course-tiles__grid, .container--1216.program-form, .container--1216.program-banners, .container--1216.course-tiles__text-container, .container--1216.cta-bar, .container--1216.event-cards, .container--1216.bootstrap-dynamic-grid, .container--1216.footer-menu, .container--1216.footer-bottom__container, .container--1216.horizontal-card-container, .container--1216.lr-image-text, .container--1216.link-tiles__container, .container--1216.news-events-banner__container, .container--1216.partnerships, .container--1216.program-container, .container--1216.program-selector-container, .container--1216.student-exp__container, .container--1216.student-landing-banner__container, .container--1216.student-tiles__container, .container--1216.study-hero-icons, .container--1216.top-nav__container, .container--1216.two-videos__container {
  max-width: calc(1216px + (16px * 2));
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container.container--1216, .container--1216.apply-direct-cta__container, .container--1216.content-container, .container--1216.content-container--block, .container--1216.nd-difference, .container--1216.employment-landing, .container--1216.related-links, .container--1216.study-intro-quote, .container--1216.course-tiles__grid, .container--1216.program-form, .container--1216.program-banners, .container--1216.course-tiles__text-container, .container--1216.cta-bar, .container--1216.event-cards, .container--1216.bootstrap-dynamic-grid, .container--1216.footer-menu, .container--1216.footer-bottom__container, .container--1216.horizontal-card-container, .container--1216.lr-image-text, .container--1216.link-tiles__container, .container--1216.news-events-banner__container, .container--1216.partnerships, .container--1216.program-container, .container--1216.program-selector-container, .container--1216.student-exp__container, .container--1216.student-landing-banner__container, .container--1216.student-tiles__container, .container--1216.study-hero-icons, .container--1216.top-nav__container, .container--1216.two-videos__container {
    width: 90%;
  }
}

.btn, .btn--full, .btn--std, .btn--icon, .btn--ghost, .btn--solid, .btn--solid-white, .btn--solid-offwhite, .btn--solid-gold, .btn--solid-blue, .btn--outline, .btn--outline-light-blue, .btn--outline--gold, .btn--outline-hover, .btn--outline:hover, .btn--outline:focus {
  width: 100%;
  text-align: center;
  padding: 1.125rem 2rem;
  border-radius: 0;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  padding: .5625rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.42857;
  letter-spacing: 0.02857em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn, .btn--full, .btn--std, .btn--icon, .btn--ghost, .btn--solid, .btn--solid-white, .btn--solid-offwhite, .btn--solid-gold, .btn--solid-blue, .btn--outline, .btn--outline-light-blue, .btn--outline--gold, .btn--outline-hover, .btn--outline:hover, .btn--outline:focus {
    width: auto;
  }
}

.btn--full {
  display: block;
  width: 100%;
}

.btn--std .btn__inner, .btn--icon .btn__inner {
  display: grid;
  grid-template-areas: "label icon";
  grid-template-columns: 1fr auto;
  column-gap: var(--col-gap, 0.625rem);
  align-items: center;
}

.btn--std .btn__label, .btn--icon .btn__label {
  grid-area: label;
}

.btn--std .btn__label:only-child, .btn--icon .btn__label:only-child {
  text-align: center;
}

.btn--std .btn__icon, .btn--icon .btn__icon {
  grid-area: icon;
  display: grid;
  align-items: center;
  justify-content: center;
}

.btn--ghost {
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  column-gap: 0.5rem;
  text-align: left;
  padding: 0.75rem;
  border: 1px solid #d3d3d3;
  color: #0a0a0a;
  font-weight: 500;
  transition: border 0.3s ease-in-out;
}

.btn--ghost.btn--icon {
  display: block;
}

.btn--ghost-sm {
  padding: 0.875rem 0.75rem;
}

.btn--ghost svg {
  color: #9a8146;
}

.btn--ghost:hover, .btn--ghost:focus {
  border: 1px solid #9a8146;
}

.btn--link {
  --btn-color: #002251;
  --btn-color-hover: #002251;
  --btn-text-decoration-color: rgba(0, 34, 81, 0.5);
  --btn-text-decoration-color-hover: rgba(0, 34, 81, 0.8);
  color: var(--btn-color);
  text-decoration: underline;
  text-decoration-color: var(--btn-text-decoration-color, currentColor);
  transition-property: color, text-decoration-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn--link:hover, .btn--link:focus {
  color: var(--btn-color-hover, currentColor);
  text-decoration-color: var(--btn-text-decoration-color-hover, currentColor);
}

.btn--link-white, .banner--internal-hero.banner--light .btn--link, .banner--internal-hero.banner--light-alt .btn--link {
  --btn-color: white;
  --btn-color-hover: white;
  --btn-text-decoration-color: rgba(255, 255, 255, 0.5);
  --btn-text-decoration-color-hover: rgba(255, 255, 255, 0.8);
}

.btn--icon .btn__icon {
  font-size: var(--icon-height, 1.42857em);
  color: var(--icon-color, currentColor);
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn--icon .btn__icon svg {
  display: block;
  width: var(--icon-width, 1em);
  height: 1em;
  font-size: 1em;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn--icon-left .btn__inner {
  grid-template-areas: "icon label";
  grid-template-columns: auto 1fr;
}

@media (prefers-reduced-motion: no-preference) {
  .btn--icon-hover[data-hover-direction="left"] .btn__icon svg, .btn--icon[data-hover-direction="left"]:hover .btn__icon svg, .btn--icon[data-hover-direction="left"]:focus .btn__icon svg {
    transform: translateX(-0.25rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .btn--icon-hover[data-hover-direction="right"] .btn__icon svg, .btn--icon[data-hover-direction="right"]:hover .btn__icon svg, .btn--icon[data-hover-direction="right"]:focus .btn__icon svg {
    transform: translateX(0.25rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .btn--icon-hover[data-hover-direction="down"] .btn__icon svg, .btn--icon[data-hover-direction="down"]:hover .btn__icon svg, .btn--icon[data-hover-direction="down"]:focus .btn__icon svg {
    transform: translateY(0.25rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .btn--icon-hover[data-hover-direction="up"] .btn__icon svg, .btn--icon[data-hover-direction="up"]:hover .btn__icon svg, .btn--icon[data-hover-direction="up"]:focus .btn__icon svg {
    transform: translateY(-0.25rem);
  }
}

.btn--solid, .btn--solid-white, .btn--solid-offwhite, .btn--solid-gold, .btn--solid-blue {
  background: var(--btn-background, white);
  color: var(--btn-color, #002251);
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.02857em;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn--solid-white {
  --btn-background: white;
  --btn-color: #002251;
  --btn-hover-background: #002251;
  --btn-hover-color: white;
}

.btn--solid-offwhite {
  --btn-background: #f9f9fb;
  --btn-color: #002251;
  --btn-hover-background: #002251;
  --btn-hover-color: white;
}

.btn--solid-gold {
  --btn-background: #9a8146;
  --btn-color: white;
  --btn-hover-background: #002251;
  --btn-hover-color: white;
}

.btn--solid-blue {
  --btn-background: #002251;
  --btn-color: white;
  --btn-hover-background: #9a8146;
  --btn-hover-color: white;
}

.btn--solid-hover, .btn--solid:hover, .btn--solid-white:hover, .btn--solid-offwhite:hover, .btn--solid-gold:hover, .btn--solid-blue:hover, .btn--solid:focus, .btn--solid-white:focus, .btn--solid-offwhite:focus, .btn--solid-gold:focus, .btn--solid-blue:focus {
  background: var(--btn-hover-background, white);
  color: var(--btn-hover-color, #002251);
}

.btn--outline, .btn--outline-light-blue, .btn--outline--gold, .btn--outline-hover, .btn--outline:hover, .btn--outline:focus {
  border: 2px solid var(--btn-border-color, currentColor);
  line-height: 1.25;
  display: inline-block;
  text-decoration: none;
  color: var(--btn-color, currentColor);
  transition-property: color, background, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn--outline-light-blue {
  color: #ffffff;
  --btn-border-color: #5e9cd6;
  --btn-hover-background: white;
  --btn-hover-color: #002251;
  --btn-hover-border-color: white;
}

.btn--outline-blue {
  color: #002251;
  --btn-hover-background: white;
  --btn-hover-color: #002251;
  --btn-hover-border-color: white;
  --btn-border-color: #002251;
}

.btn--outline--gold {
  color: #404040;
  font-weight: 700;
  border: 2px solid #9a8146;
}

.btn--outline-hover, .btn--outline:hover, .btn--outline:focus {
  background: var(--btn-hover-background, #002251);
  color: var(--btn-hover-color, #ffffff);
  border-color: var(--btn-hover-border-color, #002251);
}

.btn--video-controls {
  background: rgba(0, 34, 81, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.125rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.33333;
  letter-spacing: 0.03333em;
  color: white;
  display: grid;
  grid-template-areas: "icon label";
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.75rem;
  padding: 0.41667em 0.66667em;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn--video-controls .btn__icon {
  font-size: var(--icon-height, 1em);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: icon;
}

.btn--video-controls .btn__icon svg {
  height: 1em;
  width: var(--icon-width, 1em);
  display: block;
  font-size: 1em;
}

.btn--video-controls .btn__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--video-controls .btn__icon span.pressed-false {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}

.btn--video-controls .btn__label {
  font-size: 0.75rem;
  line-height: 1.83333;
  font-weight: 700;
  text-align: left;
  display: block;
  grid-area: label;
}

.btn--video-controls .btn__label-inner {
  position: relative;
}

.btn--video-controls .btn__label span {
  display: block;
}

.btn--video-controls .btn__label span.pressed-true {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.btn--video-controls [class^="pressed-"],
.btn--video-controls [class*=" pressed-"] {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out, step-start;
}

.btn--video-controls[aria-pressed="true"] .pressed-false {
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease-in-out, step-end;
}

.btn--video-controls[aria-pressed="false"] .pressed-true {
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease-in-out, step-end;
}

.btn--video-controls-hover, .btn--video-controls:hover, .btn--video-controls:focus {
  border-color: white;
}

:target:before {
  content: "";
  display: block;
  height: calc(var(--header-height) + 0.9375rem);
  margin: calc((var(--header-height) + 0.9375rem) * -1) 0 0;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

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

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (min-width: 768px) {
  .modaal-video-wrap {
    margin: auto 50px;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.container--staff {
  padding: 20px 0;
}

.link--right-arrow {
  display: flex;
  align-items: center;
}

.link--right-arrow:after {
  content: "";
  display: block;
  font-size: 0.5em;
  height: 1em;
  width: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22%23fff%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-size: auto 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2em;
  position: relative;
  top: 0.125em;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .link--right-arrow:hover::after, .link--right-arrow:focus::after {
    transform: translateX(0.25rem);
  }
}

/**
-------------------
 Variables
-------------------
*/
/**
-------------------
 Variables
-------------------
*/
/**
-------------------
 Variables
-------------------
*/
/**
-------------------
 Variables
-------------------
*/
/**
-------------------
 Variables
-------------------
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Back to top */
.back-to-top {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-decoration: none;
}

.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}

/* Module: Header logo */
.header-logo {
  border: 0;
  background: transparent url("mysource_files/logo.png") 0 0 no-repeat;
  width: 135px;
  height: 79px;
  display: block;
}

/* Module: Magnific popup */
/* Module: Quick search */
.quick-search__form {
  padding: 0;
  margin: 0;
}

.quick-search__input {
  border: 1px solid #bdbdbd;
}

.quick-search__submit {
  display: block;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  line-height: 0;
  cursor: pointer;
  user-select: none;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.quick-search__submit:hover, .quick-search__submit:focus {
  background-color: #ddd;
}

.quick-search__submit {
  border-left: none;
}

.quick-search__input-wrapper {
  margin: 0 auto;
}

.quick-search__input,
.quick-search__submit {
  padding: 8px 2%;
}

.flexbox .quick-search__input, .flexbox
.quick-search__submit {
  -webkit-box-flex: 0 0 1;
  -moz-box-flex: 0 0 1;
  -webkit-flex: 0 0 1;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
}

.no-js .quick-search__input,
.no-flexbox .quick-search__input, .no-js
.quick-search__submit,
.no-flexbox
.quick-search__submit {
  display: table-cell;
  vertical-align: top;
}

/* Module: Secondary nav */
.nav__item,
.nav__sub-item,
.nav__deep-item {
  display: block;
}

.nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  display: block;
  padding: .5em 1em;
}

.nav__deep-item-link {
  padding-left: 1.5em;
}

.nav__item--active .nav__item-link:after,
.nav__sub-item--active .nav__sub-item-link:after,
.nav__deep-item--active .nav__deep-item-link:after {
  content: " (ACTIVE)";
}

.nav__item--current .nav__item-link:after,
.nav__sub-item--current .nav__sub-item-link:after,
.nav__deep-item--current .nav__deep-item-link:after {
  content: " (CURRENT)";
}

/* Module: Skip links */
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.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-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: Spritesheet */
.sq-icon {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 400px 1000px;
  background-image: url(mysource_files/sprites.svg);
}

.no-svg .sq-icon {
  background-image: url(mysource_files/sprites.png);
}

.sq-icon__search {
  width: 23px;
  height: 23px;
  background-position: 0px 0px;
}

.sq-icon__home {
  width: 26px;
  height: 24px;
  background-position: -50px 0px;
}

.sq-icon__play {
  width: 11px;
  height: 13px;
  background-position: -100px 0px;
}

.sq-icon__pause {
  width: 11px;
  height: 13px;
  background-position: -150px 0px;
}

.sq-icon__prev {
  width: 10px;
  height: 13px;
  background-position: -200px 0px;
}

.sq-icon__next {
  width: 10px;
  height: 13px;
  background-position: -250px 0px;
}

.sq-icon__burger {
  width: 31px;
  height: 24px;
  background-position: -300px 0px;
}

.sq-icon__close {
  width: 19px;
  height: 19px;
  background-position: -350px 0px;
}

.sq-icon__youtube {
  width: 41px;
  height: 41px;
  background-position: 0px -50px;
}

.sq-icon__facebook {
  width: 41px;
  height: 41px;
  background-position: -50px -50px;
}

.sq-icon__twitter {
  width: 41px;
  height: 41px;
  background-position: -100px -50px;
}

.sq-icon__linkedin {
  width: 41px;
  height: 41px;
  background-position: -150px -50px;
}

.sq-icon__map-marker {
  width: 13px;
  height: 17px;
  background-position: -200px -50px;
}

.sq-icon__external-link {
  width: 16px;
  height: 17px;
  background-position: -250px -50px;
}

.sq-icon__pdf {
  width: 29px;
  height: 31px;
  background-position: 0px -100px;
}

.sq-icon__doc {
  width: 29px;
  height: 31px;
  background-position: -50px -100px;
}

.sq-icon__xls {
  width: 29px;
  height: 31px;
  background-position: -100px -100px;
}

/* Module: S */
.container, .apply-direct-cta__container, .content-container, .content-container--block, .nd-difference, .employment-landing, .related-links, .study-intro-quote, .course-tiles__grid, .program-form, .program-banners, .course-tiles__text-container, .cta-bar, .event-cards, .bootstrap-dynamic-grid, .footer-menu, .footer-bottom__container, .horizontal-card-container, .lr-image-text, .link-tiles__container, .news-events-banner__container, .partnerships, .program-container, .program-selector-container, .student-exp__container, .student-landing-banner__container, .student-tiles__container, .study-hero-icons, .top-nav__container, .two-videos__container {
  margin: 0 auto;
}

.container::after, .apply-direct-cta__container::after, .content-container::after, .content-container--block::after, .nd-difference::after, .employment-landing::after, .related-links::after, .study-intro-quote::after, .course-tiles__grid::after, .program-form::after, .program-banners::after, .course-tiles__text-container::after, .cta-bar::after, .event-cards::after, .bootstrap-dynamic-grid::after, .footer-menu::after, .footer-bottom__container::after, .horizontal-card-container::after, .lr-image-text::after, .link-tiles__container::after, .news-events-banner__container::after, .partnerships::after, .program-container::after, .program-selector-container::after, .student-exp__container::after, .student-landing-banner__container::after, .student-tiles__container::after, .study-hero-icons::after, .top-nav__container::after, .two-videos__container::after {
  clear: both;
  content: "";
  display: block;
}

/* Module: S */
.accordion {
  padding: 0;
  margin: 0;
  margin-bottom: 20px !important;
}

.accordion__item {
  list-style: none;
  border-top: 1px solid #9a8146;
  position: relative;
}

.accordion__item:last-child {
  border-bottom: 1px solid #9a8146;
}

.accordion__item a {
  color: #4a4a4a;
  text-decoration: none;
  display: block;
}

.accordion__item a:hover {
  text-decoration: underline;
  color: #4a4a4a;
}

.accordion__item > a {
  padding: 10px;
  padding-right: 40px;
  display: block;
  font-weight: bold;
  color: #4a4a4a;
}

.accordion__item > a span {
  display: inline-block;
  padding: 5px;
  background: white;
}

.accordion__item:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #9a8146;
  border-right: 2px solid #9a8146;
  top: 20px;
  right: 25px;
  transform: rotate(135deg) translateY(-50%);
  margin-left: 5px;
  pointer-events: none;
}

.accordion__item.active > a {
  color: white;
}

.accordion__item.active > a span {
  background: #9a8146;
}

.accordion__item.active:after {
  transform: rotate(-45deg);
  top: 25px;
  right: 23px;
}

.content .accordion__item {
  margin-bottom: 0;
}

.accordion__item a {
  position: relative;
  color: #9a8146;
  text-decoration: underline;
  display: inline;
}

.accordion__item:after {
  border-top: 2px solid black !important;
  border-right: 2px solid black !important;
  top: 30px !important;
}

.accordion__item .accordion__heading {
  cursor: pointer;
  margin: 0;
  padding: 21px 40px 21px 10px;
}

.accordion__item .accordion__content {
  padding: 0 10px;
}

.accordion__item .accordion__content > p:first-child,
.accordion__item .accordion__content > h3:first-child,
.accordion__item .accordion__content > h4:first-child,
.accordion__item .accordion__content > ol:first-child,
.accordion__item .accordion__content > ul:first-child {
  margin-top: 0;
}

.accordion__item .accordion__content > p:last-child,
.accordion__item .accordion__content > h3:last-child,
.accordion__item .accordion__content > h4:last-child,
.accordion__item .accordion__content > ol:last-child,
.accordion__item .accordion__content > ul:last-child {
  margin-bottom: 40px;
}

.accordion__item .accordion__content > ul, .accordion__item .accordion__content > ol {
  padding-left: 20px;
}

.accordion__item .accordion__content > ul {
  list-style: disc;
}

.accordion__item.active:after {
  top: 35px !important;
}

/* Module: S */
.apply-direct-cta {
  background: url("mysource_files/apply-direct-cta.jpg") #555759 no-repeat;
  background-size: cover;
  background-position: 30% center;
  padding: 60px 0;
}

@media screen and (min-width: 1200px) {
  .apply-direct-cta {
    background-position: center center;
  }
}

h2.apply-direct-cta__title {
  text-align: center;
  color: white;
  font-size: 40px;
  margin: 0 20px 20px 20px;
  letter-spacing: 1.5px;
}

.apply-direct-cta__container {
  text-align: center;
}

.apply-direct-cta__container a {
  margin-right: 20px;
}

/* Module: S */
.aside-card__grid {
  display: grid;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (min-width: 1200px) {
  .aside-card__grid {
    grid-template-columns: 1fr 35rem;
  }
}

@media screen and (min-width: 1440px) {
  .aside-card__grid {
    grid-template-columns: 1fr minmax(auto, 40rem);
  }
}

.aside-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .aside-card__content {
    max-width: 33rem;
    margin-bottom: 0;
  }
}

.aside-card__content .pretitle {
  order: -1;
  color: #667a97;
  font-size: 1rem;
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  .aside-card__content .pretitle {
    margin-bottom: 0.875em;
  }
}

.aside-card__content .title {
  font-size: 1.625rem;
  color: #002251;
  font-weight: 700;
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  .aside-card__content .title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .aside-card__content .title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .aside-card__content .title {
    margin: 0 0 0.66667em;
    line-height: 1.33333;
  }
}

.aside-card__content h3.title {
  font-size: 1.625rem;
  margin: 0 0 0.88462em;
  line-height: 1.30769;
}

.aside-card__content .description {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .aside-card__content .description {
    line-height: 1.44444;
  }
}

.aside-card__content .links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  width: 100%;
}

.aside-card__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1rem;
}

@media screen and (min-width: 768px) {
  .aside-card__cards {
    grid-template-columns: 1fr 1fr;
    min-height: clamp(15rem, 25.55556vw, 23rem);
  }
}

.aside-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aside-card__list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  column-gap: 0.75rem;
  margin-bottom: 1rem;
  color: #002251;
  font-size: 0.875rem;
}

.aside-card__list li img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}

/* Module: S */
@media screen and (min-width: 768px) {
  .aside-image__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.aside-image__content {
  margin-bottom: 2.75rem;
}

@media screen and (min-width: 768px) {
  .aside-image__content {
    max-width: 33rem;
    margin-bottom: 0;
  }
}

.aside-image__content .title {
  font-size: 1.625rem;
  color: #002251;
  font-weight: 700;
  margin: 0 0 1.375rem;
}

@media (min-width: 992px) {
  .aside-image__content .title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .aside-image__content .title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .aside-image__content .title {
    margin: 0 0 1rem;
  }
}

.aside-image__content h3.title {
  font-size: 1.625rem;
  margin: 0 0 0.88462em;
  line-height: 1.30769;
}

.aside-image__content .description {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
}

.aside-image__content .description p {
  margin: 0 0 1.625rem;
}

.aside-image__content .description p:last-child {
  margin: 0;
}

.aside-image__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aside-image__list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  column-gap: 0.75rem;
  margin-bottom: 1.1875rem;
  color: #002251;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .aside-image__list li {
    margin-bottom: 1rem;
  }
}

.aside-image__list li img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}

.aside-image__list li .icon {
  font-size: 2rem;
  min-width: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a8146;
}

.aside-image__list li .icon svg {
  width: var(--icon-width, 1em);
  height: 1em;
  display: block;
  font-size: 1em;
}

/* Module: S */
.aside-usp-list__grid {
  display: grid;
  align-items: flex-start;
  gap: 4rem 1rem;
}

@media screen and (min-width: 1200px) {
  .aside-usp-list__grid {
    grid-template-columns: 1fr 35rem;
  }
}

@media screen and (min-width: 1440px) {
  .aside-usp-list__grid {
    grid-template-columns: 1fr minmax(auto, 40rem);
  }
}

.aside-usp-list__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .aside-usp-list__content {
    max-width: 33rem;
  }
}

.aside-usp-list__content .pretitle {
  order: -1;
  color: #667a97;
  font-size: 1rem;
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  .aside-usp-list__content .pretitle {
    margin-bottom: 0.875em;
  }
}

.aside-usp-list__content .title {
  font-size: 1.625rem;
  color: #002251;
  font-weight: 700;
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  .aside-usp-list__content .title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .aside-usp-list__content .title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .aside-usp-list__content .title {
    margin: 0 0 0.66667em;
    line-height: 1.33333;
  }
}

.aside-usp-list__content .description {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .aside-usp-list__content .description {
    line-height: 1.44444;
  }
}

.aside-usp-list__content .links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  width: 100%;
}

.aside-usp-list__list-item {
  display: flex;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e9ee;
  padding-top: 2rem;
}

.aside-usp-list__list-item:first-child {
  padding-top: 0;
}

.aside-usp-list__list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.aside-usp-list__list-icon {
  color: #9a8146;
  min-width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: clamp(2.875rem, 4.44444vw, 4rem);
}

.aside-usp-list__list-icon svg {
  height: 1em;
  width: var(--icon-width, 1em);
  display: block;
  font-size: 1em;
}

.aside-usp-list__list-content {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.02222em;
  align-self: center;
  flex-grow: 1;
}

.aside-usp-list__list-content strong {
  font-weight: 700;
}

.aside-usp-list__list-content p:last-child {
  margin: 0;
}

.aside-usp-list .btn, .aside-usp-list .btn--full, .aside-usp-list .btn--std, .aside-usp-list .btn--icon, .aside-usp-list .btn--ghost, .aside-usp-list .btn--solid, .aside-usp-list .btn--solid-white, .aside-usp-list .btn--solid-offwhite, .aside-usp-list .btn--solid-gold, .aside-usp-list .btn--solid-blue, .aside-usp-list .btn--outline, .aside-usp-list .btn--outline-light-blue, .aside-usp-list .btn--outline--gold, .aside-usp-list .btn--outline-hover {
  margin-top: clamp(1rem, 1.66667vw, 1.5rem);
}

/* Module: S */
.banner--internal-hero {
  --container-gutter: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #002251;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero {
    --container-gutter: calc(5vw + 16px);
    justify-content: space-between;
    min-height: 38.21429vw;
  }
  .banner--internal-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 11.8%, rgba(0, 0, 0, 0) 32.79%);
    z-index: 1;
  }
  .banner--internal-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(50% 427.3% at 0% 50%, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
  }
}

@media screen and (min-width: 1457px) {
  .banner--internal-hero {
    --container-gutter: calc(((100vw - 1312px) / 2) + 16px);
  }
}

@media (min-width: 1680px) {
  .banner--internal-hero {
    min-height: 40.125rem;
  }
}

.banner--internal-hero .banner__image {
  order: -1;
  position: relative;
  overflow: hidden;
}

.banner--internal-hero .banner__image::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, white 5.62%, rgba(255, 255, 255, 0) 48.03%);
}

@media screen and (max-width: 768px) {
  .banner--internal-hero .banner__image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 91.28205%;
  }
}

@media screen and (min-width: 768px) {
  .banner--internal-hero .banner__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .banner--internal-hero .banner__image::after {
    content: none;
  }
}

.banner--internal-hero .banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: var(--object-position, center center);
}

.banner--internal-hero .banner__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner--internal-hero .banner__video-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--video-width, 100%);
  transform: translate(-50%, -50%);
}

.banner--internal-hero .banner__video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner--internal-hero .banner__video-controls {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero .banner__video-controls {
    bottom: 6rem;
  }
}

.banner--internal-hero .banner__video-controls .btn--video-controls {
  white-space: nowrap;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
}

.banner--internal-hero .banner__video-controls .btn--video-controls .btn__icon {
  transform: rotate(90deg);
}

.banner--internal-hero .banner__header,
.banner--internal-hero .banner__content {
  position: relative;
  z-index: 2;
}

.banner--internal-hero .banner__header {
  display: none;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero .banner__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.5rem;
    margin-left: var(--container-gutter);
    margin-right: 1.5rem;
    margin-bottom: 3.75rem;
  }
}

.banner--internal-hero .banner__content {
  position: relative;
  margin: -5rem var(--container-gutter) 1.25rem;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero .banner__content {
    max-width: 33rem;
    margin: 0 var(--container-gutter) 4.375rem;
    padding: 2rem 0 1.625rem;
    text-align: left;
  }
  .banner--internal-hero .banner__content::before {
    content: none;
  }
}

.banner--internal-hero .banner__content .pretitle {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.625rem 0;
}

.banner--internal-hero .banner__content .title {
  font-size: 1.875rem;
  line-height: calc(34 / 30);
  font-weight: 700;
  letter-spacing: 0.2px;
  color: inherit;
  margin: 0.625rem 0 1.25rem;
}

@media (min-width: 992px) {
  .banner--internal-hero .banner__content .title {
    font-size: 2.06667rem;
  }
}

@media (min-width: 1200px) {
  .banner--internal-hero .banner__content .title {
    font-size: 2.5rem;
  }
}

.banner--internal-hero .banner__content .description {
  font-size: 0.875rem;
  font-weight: 400;
  color: #404040;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .banner--internal-hero .banner__content .description {
    font-size: 0.93rem;
  }
}

@media (min-width: 1200px) {
  .banner--internal-hero .banner__content .description {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .banner--internal-hero .banner__content .links {
    margin-top: 1.5rem;
  }
}

.banner--internal-hero .btn, .banner--internal-hero .btn--full, .banner--internal-hero .btn--std, .banner--internal-hero .btn--icon, .banner--internal-hero .btn--ghost, .banner--internal-hero .btn--solid, .banner--internal-hero .btn--solid-white, .banner--internal-hero .btn--solid-offwhite, .banner--internal-hero .btn--solid-gold, .banner--internal-hero .btn--solid-blue, .banner--internal-hero .btn--outline, .banner--internal-hero .btn--outline-light-blue, .banner--internal-hero .btn--outline--gold, .banner--internal-hero .btn--outline-hover {
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero .btn, .banner--internal-hero .btn--full, .banner--internal-hero .btn--std, .banner--internal-hero .btn--icon, .banner--internal-hero .btn--ghost, .banner--internal-hero .btn--solid, .banner--internal-hero .btn--solid-white, .banner--internal-hero .btn--solid-offwhite, .banner--internal-hero .btn--solid-gold, .banner--internal-hero .btn--solid-blue, .banner--internal-hero .btn--outline, .banner--internal-hero .btn--outline-light-blue, .banner--internal-hero .btn--outline--gold, .banner--internal-hero .btn--outline-hover {
    width: auto;
    margin-bottom: 0;
  }
}

.banner--internal-hero .btn--solid, .banner--internal-hero .btn--solid-white, .banner--internal-hero .btn--solid-offwhite, .banner--internal-hero .btn--solid-gold, .banner--internal-hero .btn--solid-blue {
  padding: 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero .btn--solid, .banner--internal-hero .btn--solid-white, .banner--internal-hero .btn--solid-offwhite, .banner--internal-hero .btn--solid-gold, .banner--internal-hero .btn--solid-blue {
    font-size: 1.125rem;
  }
}

.banner--internal-hero.banner--light {
  color: white;
  background-color: #002251;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero.banner--light::after {
    background: radial-gradient(62.05% 530.27% at 0% 50%, rgba(0, 34, 81, 0.8) 8.74%, rgba(0, 34, 81, 0) 100%);
  }
}

.banner--internal-hero.banner--light .banner__image::after {
  background: linear-gradient(360deg, #002251 5.62%, rgba(0, 34, 81, 0) 48.03%);
}

.banner--internal-hero.banner--light .title,
.banner--internal-hero.banner--light .description {
  color: currentColor;
}

.banner--internal-hero.banner--light .pretitle {
  color: #cfe1f3;
}

@media screen and (max-width: 768px) {
  .banner--internal-hero.banner--light .btn--solid, .banner--internal-hero.banner--light .btn--solid-white, .banner--internal-hero.banner--light .btn--solid-offwhite, .banner--internal-hero.banner--light .btn--solid-gold, .banner--internal-hero.banner--light .btn--solid-blue {
    background-color: white;
    color: #002251;
  }
}

.banner--internal-hero.banner--light-alt {
  color: white;
  background-color: #002251;
}

@media screen and (min-width: 768px) {
  .banner--internal-hero.banner--light-alt::after {
    background: radial-gradient(62.05% 530.27% at 0% 50%, rgba(0, 34, 81, 0.8) 8.74%, rgba(0, 34, 81, 0) 100%);
  }
}

.banner--internal-hero.banner--light-alt .banner__image::after {
  background: linear-gradient(360deg, #002251 5.62%, rgba(0, 34, 81, 0) 48.03%);
}

.banner--internal-hero.banner--light-alt .title,
.banner--internal-hero.banner--light-alt .description {
  color: currentColor;
}

.banner--internal-hero.banner--light-alt .pretitle {
  color: #cfe1f3;
}

.banner--internal-hero.banner--light-alt .btn--solid, .banner--internal-hero.banner--light-alt .btn--solid-white, .banner--internal-hero.banner--light-alt .btn--solid-offwhite, .banner--internal-hero.banner--light-alt .btn--solid-gold, .banner--internal-hero.banner--light-alt .btn--solid-blue {
  background-color: white;
  color: #002251;
}

.banner--internal-hero.banner--light-alt .btn--solid:hover, .banner--internal-hero.banner--light-alt .btn--solid-white:hover, .banner--internal-hero.banner--light-alt .btn--solid-offwhite:hover, .banner--internal-hero.banner--light-alt .btn--solid-gold:hover, .banner--internal-hero.banner--light-alt .btn--solid-blue:hover, .banner--internal-hero.banner--light-alt .btn--solid:focus, .banner--internal-hero.banner--light-alt .btn--solid-white:focus, .banner--internal-hero.banner--light-alt .btn--solid-offwhite:focus, .banner--internal-hero.banner--light-alt .btn--solid-gold:focus, .banner--internal-hero.banner--light-alt .btn--solid-blue:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #002251;
}

.banner-breadcrumbs {
  grid-area: breadcrumbs;
}

.banner-breadcrumbs svg {
  margin: 0 8px;
}

.banner-breadcrumbs__list {
  display: flex;
  align-items: center;
  padding: 0;
}

.banner-breadcrumbs__item,
.banner-breadcrumbs__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

.banner-breadcrumbs__item svg,
.banner-breadcrumbs__item a svg {
  margin: 0;
}

.banner-breadcrumbs__item.active {
  font-weight: 700;
}

.banner-breadcrumbs__item + .banner-breadcrumbs__item::before {
  content: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22 aria-hidden=%22true%22 style=%22--icon-width: 0.75em%22 class=%22stroke%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22%23ffffff%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin: 0 0.625rem;
}

/* Module: S */
.banner--study-hero {
  color: white;
  background: #002251;
  position: relative;
  border-bottom: 0.1875rem solid #5e9cd6;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: 0.01111em;
  text-align: center;
}

@media (min-width: 992px) {
  .banner--study-hero {
    font-size: 0.93rem;
  }
}

@media (min-width: 1200px) {
  .banner--study-hero {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .banner--study-hero {
    text-align: left;
    line-height: 1.44444;
    overflow: visible;
  }
}

.banner--study-hero a {
  transition-property: color, background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.banner--study-hero .banner__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(4.25rem, 7.98611vw, 7.1875rem);
  padding-bottom: 2.75rem;
  position: relative;
  display: grid;
  grid-template-areas: "content" "footer";
  grid-template-rows: 1fr auto;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__inner {
    min-height: calc(100vh - 64px);
    padding-bottom: 0;
  }
}

.banner--study-hero .banner__pretitle {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 0.88889;
  letter-spacing: 0.02222em;
  color: #cfe1f3;
  display: block;
  margin-bottom: 0.55556em;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__pretitle {
    margin-bottom: 1.11111em;
  }
}

.banner--study-hero .banner__title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.13333;
  letter-spacing: 0.00455em;
  color: white;
  margin-bottom: 0.56667em;
}

@media (min-width: 992px) {
  .banner--study-hero .banner__title {
    font-size: 2.27333rem;
  }
}

@media (min-width: 1200px) {
  .banner--study-hero .banner__title {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px) {
  .banner--study-hero .banner__title {
    margin-bottom: 0.72727em;
    line-height: 1.27273;
  }
}

.banner--study-hero .banner__content {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  grid-area: content;
}

.banner--study-hero .banner__content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.banner--study-hero .banner__content .container, .banner--study-hero .banner__content .apply-direct-cta__container, .banner--study-hero .banner__content .content-container, .banner--study-hero .banner__content .content-container--block, .banner--study-hero .banner__content .nd-difference, .banner--study-hero .banner__content .employment-landing, .banner--study-hero .banner__content .related-links, .banner--study-hero .banner__content .study-intro-quote, .banner--study-hero .banner__content .course-tiles__grid, .banner--study-hero .banner__content .program-form, .banner--study-hero .banner__content .program-banners, .banner--study-hero .banner__content .course-tiles__text-container, .banner--study-hero .banner__content .cta-bar, .banner--study-hero .banner__content .event-cards, .banner--study-hero .banner__content .bootstrap-dynamic-grid, .banner--study-hero .banner__content .footer-menu, .banner--study-hero .banner__content .footer-bottom__container, .banner--study-hero .banner__content .horizontal-card-container, .banner--study-hero .banner__content .lr-image-text, .banner--study-hero .banner__content .link-tiles__container, .banner--study-hero .banner__content .news-events-banner__container, .banner--study-hero .banner__content .partnerships, .banner--study-hero .banner__content .program-container, .banner--study-hero .banner__content .program-selector-container, .banner--study-hero .banner__content .student-exp__container, .banner--study-hero .banner__content .student-landing-banner__container, .banner--study-hero .banner__content .student-tiles__container, .banner--study-hero .banner__content .study-hero-icons, .banner--study-hero .banner__content .top-nav__container, .banner--study-hero .banner__content .two-videos__container {
  height: 100%;
}

.banner--study-hero .banner__caption {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .banner--study-hero .banner__caption {
    min-height: 28.875rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 768px) {
  .banner--study-hero .banner__caption {
    max-width: 34.0625rem;
  }
}

.banner--study-hero .banner__search {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__search {
    max-width: 40rem;
  }
}

.banner--study-hero .banner__search-title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.02857em;
  margin: 0 0 0.85714em 0;
}

.banner--study-hero .banner__note {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 0.64286em 1.14286em;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14286;
  text-align: center;
  letter-spacing: 0.02857em;
  z-index: 1;
}

.banner--study-hero .banner__note p:last-child {
  margin: 0;
}

.banner--study-hero .banner__image {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__image {
    height: 100%;
  }
}

.banner--study-hero .banner__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(3.37deg, #002251 16.24%, rgba(0, 34, 81, 0) 54.26%);
}

@media (max-width: 767px) {
  .banner--study-hero .banner__image:before {
    padding-bottom: 43.625rem;
    position: relative;
  }
}

@media (min-width: 768px) {
  .banner--study-hero .banner__image:before {
    height: 100%;
    background: linear-gradient(66.89deg, rgba(0, 34, 81, 0.92) 12.91%, rgba(0, 34, 81, 0) 55%);
  }
}

.banner--study-hero .banner__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: var(--object-pos, center center);
  object-fit: cover;
  z-index: -1;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__image img {
    opacity: 1;
  }
}

.banner--study-hero .banner__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner--study-hero .banner__video-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--video-width, 100%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__video-inner {
    opacity: 1;
  }
}

.banner--study-hero .banner__video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner--study-hero .banner__video-controls {
  position: absolute;
  right: 1rem;
  top: 29.375rem;
  z-index: 3;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__video-controls {
    right: 1.875rem;
    top: auto;
    bottom: 9.625rem;
  }
}

.banner--study-hero .banner__video-controls .btn--video-controls {
  white-space: nowrap;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
}

.banner--study-hero .banner__video-controls .btn--video-controls .btn__icon {
  transform: rotate(90deg);
}

.banner--study-hero .banner__footer {
  position: relative;
  flex-shrink: 0;
  grid-area: footer;
  z-index: 1;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  display: flex;
  margin-top: clamp(2.5rem, 6.31944vw, 5.6875rem);
}

.banner--study-hero .banner__footer a {
  padding: 1.28571em 2.14286em;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: 0.4px;
}

.banner--study-hero .banner__footer .banner__footer-left .btn__icon {
  min-width: 1.5rem;
  min-height: 1.5rem;
  color: #99A4B3;
}

.banner--study-hero .banner__footer .btn--solid, .banner--study-hero .banner__footer .btn--solid-white, .banner--study-hero .banner__footer .btn--solid-offwhite, .banner--study-hero .banner__footer .btn--solid-gold, .banner--study-hero .banner__footer .btn--solid-blue {
  --icon-color: #9a8146;
}

.banner--study-hero .banner__footer .btn--solid + .btn--solid, .banner--study-hero .banner__footer .btn--solid-white + .btn--solid, .banner--study-hero .banner__footer .btn--solid-offwhite + .btn--solid, .banner--study-hero .banner__footer .btn--solid-gold + .btn--solid, .banner--study-hero .banner__footer .btn--solid-blue + .btn--solid, .banner--study-hero .banner__footer .btn--solid + .btn--solid-white, .banner--study-hero .banner__footer .btn--solid-white + .btn--solid-white, .banner--study-hero .banner__footer .btn--solid-offwhite + .btn--solid-white, .banner--study-hero .banner__footer .btn--solid-gold + .btn--solid-white, .banner--study-hero .banner__footer .btn--solid-blue + .btn--solid-white, .banner--study-hero .banner__footer .btn--solid + .btn--solid-offwhite, .banner--study-hero .banner__footer .btn--solid-white + .btn--solid-offwhite, .banner--study-hero .banner__footer .btn--solid-offwhite + .btn--solid-offwhite, .banner--study-hero .banner__footer .btn--solid-gold + .btn--solid-offwhite, .banner--study-hero .banner__footer .btn--solid-blue + .btn--solid-offwhite, .banner--study-hero .banner__footer .btn--solid + .btn--solid-gold, .banner--study-hero .banner__footer .btn--solid-white + .btn--solid-gold, .banner--study-hero .banner__footer .btn--solid-offwhite + .btn--solid-gold, .banner--study-hero .banner__footer .btn--solid-gold + .btn--solid-gold, .banner--study-hero .banner__footer .btn--solid-blue + .btn--solid-gold, .banner--study-hero .banner__footer .btn--solid + .btn--solid-blue, .banner--study-hero .banner__footer .btn--solid-white + .btn--solid-blue, .banner--study-hero .banner__footer .btn--solid-offwhite + .btn--solid-blue, .banner--study-hero .banner__footer .btn--solid-gold + .btn--solid-blue, .banner--study-hero .banner__footer .btn--solid-blue + .btn--solid-blue {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.banner--study-hero .banner__footer-left {
  flex-grow: 1;
  padding-left: 16px;
  display: flex;
}

@media (min-width: 768px) {
  .banner--study-hero .banner__footer-left {
    padding-left: calc(5vw + 16px);
  }
}

@media (min-width: 1493.33333px) {
  .banner--study-hero .banner__footer-left {
    padding-left: calc(((100vw - 1344px) / 2) + 16px);
  }
}

.banner--study-hero .banner__footer-left .btn--naked {
  padding-left: 0;
  color: white;
  text-decoration: none;
  --icon-height: 1.14286em;
  letter-spacing: 0.02857em;
}

.banner--study-hero .banner__footer-left .btn--naked:hover, .banner--study-hero .banner__footer-left .btn--naked:focus {
  color: rgba(255, 255, 255, 0.8);
}

.banner--study-hero .banner__social {
  display: block;
  position: absolute;
  top: 1.3125rem;
  right: 1.5rem;
  z-index: 5;
}

/* Module: S */
.nda-breadcrumb {
  font-size: 14px;
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .nda-breadcrumb {
    font-size: 16px;
    margin: 30px 0;
  }
}

.nda-breadcrumb-item + .nda-breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "›");
  color: #002251;
}

.nda-breadcrumb-item a {
  text-decoration: none;
  color: #002251;
}

.breadcrumbs .nda-breadcrumb-item {
  border-bottom: 1.5px solid rgba(0, 34, 81, 0.3);
  padding-bottom: 8px;
  font-weight: 700;
  opacity: 0.7;
}

.nda-breadcrumb-item.active {
  border-bottom: 1.5px solid #5E9CD6;
  opacity: 1;
  color: #002251;
}

.study-headings {
  margin-bottom: 20px;
}

.study-headings h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #002251;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .study-headings {
    margin-bottom: 40px;
  }
  .study-headings h1 {
    font-size: 55px;
    line-height: 70px;
  }
}

/* Module: S */
.card-cta {
  position: relative;
  color: white;
  border-radius: 0;
  border: none;
  padding: 2rem;
  overflow: hidden;
  width: 100%;
  min-height: 15rem;
  z-index: 1;
}

@media (min-width: 768px) {
  .card-cta {
    padding: 10.25641%;
  }
}

.card-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .card-cta__content {
    max-width: 90%;
  }
}

.card-cta__content .title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.card-cta__content .description {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.card-cta__content .link {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 0.625rem;
  align-items: center;
  margin-top: auto;
  color: inherit;
  text-decoration: none;
}

.card-cta__content .link span {
  text-decoration: underline;
  font-weight: 500;
}

.card-cta__content .link svg {
  position: relative;
  top: 0.125em;
  font-size: 0.5em;
  height: 1em;
  display: block;
  width: var(--icon-width, 1em);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .card-cta__content .link:hover svg, .card-cta__content .link:focus svg {
    transform: translateX(0.25rem);
  }
}

.card-cta__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #002251;
}

.card-cta__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 34, 81, 0.6), rgba(0, 34, 81, 0.6));
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card-cta__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.card-cta:not(.card-cta--multiple-links) .card-cta__image:after {
  box-shadow: inset 0 -0.1875rem 0 0 rgba(94, 156, 214, 0);
  transition-property: box-shadow, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .card-cta:not(.card-cta--multiple-links) .card-cta__image:after {
    box-shadow: inset 0 0 0 0 #5e9cd6;
  }
}

.card-cta:not(.card-cta--multiple-links) .link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card-cta:not(.card-cta--multiple-links):hover .card-cta__image:after, .card-cta:not(.card-cta--multiple-links):focus-within .card-cta__image:after {
  box-shadow: inset 0 -0.1875rem 0 0 #5e9cd6;
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .card-cta:not(.card-cta--multiple-links):hover .link svg, .card-cta:not(.card-cta--multiple-links):focus-within .link svg {
    transform: translateX(0.25rem);
  }
}

/* Module: S */
.card-testimonial {
  position: relative;
  display: grid;
  border: none;
}

.card-testimonial.bg-none::before {
  content: none;
}

.card-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 8, 20, 0.8) 8.56%, rgba(0, 34, 81, 0) 66.98%);
  z-index: 1;
}

.card-testimonial::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 23, 55, 0.2) 0%, rgba(0, 34, 81, 0) 50%);
  z-index: 1;
}

.card-testimonial__content {
  grid-area: 1/-1;
  position: relative;
  align-self: flex-end;
  padding: clamp(1.5rem, 2.22222vw, 2rem);
  color: white;
  max-width: 35rem;
  z-index: 2;
}

.card-testimonial__content .quote {
  font-size: 1.125rem;
  line-height: 1.44444;
  color: inherit;
  font-weight: 700;
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  .card-testimonial__content .quote {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .card-testimonial__content .quote {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .card-testimonial__content .quote {
    line-height: 1.3;
  }
}

.card-testimonial__content .cite {
  font-size: 0.875rem;
  margin: 0;
}

.card-testimonial__content .cite .name {
  color: #5e9cd6;
  font-weight: 700;
}

.card-testimonial__image {
  grid-area: 1/-1;
  position: relative;
}

.card-testimonial__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 138.54749%;
}

@media screen and (min-width: 500px) {
  .card-testimonial__image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 77.5%;
  }
}

.card-testimonial__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Module: S */
.card-video {
  position: relative;
  display: grid !important;
  border: none;
}

@media screen and (max-width: 768px) {
  .card-video {
    grid-template-areas: "image" "content";
    grid-template-rows: 14.125rem 1fr;
  }
}

@media screen and (min-width: 768px) {
  .card-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 34, 81, 0.3);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
  }
}

@media screen and (min-width: 768px) {
  .card-video:hover::before, .card-video:focus::before {
    opacity: 1;
  }
}

.card-video__inner {
  grid-area: content;
  display: grid;
  grid-template-columns: auto 3rem;
  grid-template-areas: "title play" "content content";
  align-items: flex-start;
  background-color: #f2f4f6;
  padding: 0 1.5rem 1.5rem;
  color: #002251;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .card-video__inner {
    grid-area: 1/-1;
    grid-template-columns: auto auto;
    grid-template-rows: auto min-content;
    grid-template-areas: "play title" "play content";
    justify-content: space-between;
    column-gap: 1rem;
    padding: 1.5rem;
    height: 100%;
    align-items: flex-end;
    background-color: transparent;
    color: white;
  }
}

@media screen and (min-width: 768px) {
  .card-video__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 8, 20, 0.8) 8.56%, rgba(0, 34, 81, 0) 39.75%);
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .card-video__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 23, 55, 0.2) 0%, rgba(0, 34, 81, 0) 50%);
    z-index: -1;
  }
}

.card-video .title {
  color: inherit;
  margin-block: 0.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  padding-top: 1.5rem;
}

.card-video__content {
  grid-area: content;
  color: inherit;
  max-width: 24rem;
}

@media screen and (min-width: 1200px) {
  .card-video__content {
    margin-right: 1rem;
  }
}

.card-video__content .subtitle {
  font-size: 0.875rem;
  margin-block: 0.25rem;
  font-weight: 700;
}

.card-video__content .description {
  font-size: 0.875rem;
  margin: 0;
}

.card-video .play {
  grid-area: play;
  border: none;
  background: transparent;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  padding: 0;
  margin-top: -1.5rem;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .card-video .play {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    column-gap: 0.75rem;
    margin-top: 0;
  }
}

.card-video .play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card-video .play__icon {
  background-color: #5e9cd6;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.card-video .play__icon svg {
  color: white;
}

.card-video__image {
  grid-area: image;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .card-video__image {
    grid-area: 1/-1;
  }
  .card-video__image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 61.7284%;
  }
}

.card-video__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .desktop-show {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

.modaal-video {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.modaal-video--wrap .modaal-container {
  background: black;
  color: white;
}

.modaal-video--wrap .modaal-content-container {
  padding: 0;
}

.modaal-video--wrap .modaal-close {
  background: transparent;
  color: white;
  position: absolute;
  top: 0.9375rem;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.modaal-video--wrap .modaal-close:before, .modaal-video--wrap .modaal-close:after {
  width: 0.125rem;
  background-color: currentColor;
}

.modaal-video--wrap .modaal-close:hover, .modaal-video--wrap .modaal-close:focus {
  color: #5e9cd6;
}

.modaal-video__header {
  padding: 0.75rem 4rem 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .modaal-video__header {
    padding: 0.75rem 4rem;
  }
}

.modaal-video__header img {
  width: clamp(2rem, 3.88889vw, 3.5rem);
  height: auto;
  display: block;
}

.modaal-video__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.30769;
  letter-spacing: 0.00769em;
  color: white;
  margin: 0;
}

@media (min-width: 992px) {
  .modaal-video__title {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .modaal-video__title {
    font-size: 1.625rem;
  }
}

.modaal-video__body {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modaal-video__body iframe {
  min-height: 56.25vw;
  border: none;
  width: 100%;
  height: 100%;
}

/* Module: S */
/* Module: S */
.carousel--cta h3.carousel--cta__heading {
  color: #5E9CD6;
  border: none;
  padding: 0;
  margin: 0;
  top: 40px;
}

.carousel--cta__content.carousel__content {
  padding: 85px 20px 0 20px;
}

.carousel--cta .carousel__item-container .slick-arrow {
  top: 88%;
}

.carousel--cta .slick-next {
  margin-top: -10px;
}

.carousel--cta__content .carousel-text__smaller {
  font-size: 16px;
}

.carousel--cta__content .button--arrow {
  border-color: #5E9CD6;
  text-transform: capitalize;
}

.carousel--cta-white .carousel--cta__content .button--arrow {
  color: #1A1E21;
}

.carousel--cta__content .button--arrow::after {
  color: #fff;
}

.carousel--cta-white .carousel--cta__content .button--arrow::after {
  color: #1A1E21;
}

.carousel--cta__content .button--arrow:hover, .carousel--cta__content .button--arrow:focus, .carousel--cta__content .button--arrow:active {
  background-color: #5E9CD6;
  text-decoration: none;
}

.carousel--cta__content .button-no-border {
  border: none;
}

.carousel--cta__content .button-no-border:hover, .carousel--cta__content .button-no-border:focus, .carousel--cta__content .button-no-border:active {
  background-color: transparent;
  text-decoration: underline;
}

.carousel--cta li .carousel-nav__item,
.carousel--cta li.slick-active .carousel-nav__item,
.carousel--cta li .carousel-nav__item:focus {
  box-shadow: none;
}

@media screen and (min-width: 600px) {
  .carousel--cta h3.carousel--cta__heading {
    top: 100px;
  }
  .carousel--cta .carousel--cta__content.carousel__content {
    padding-top: 150px;
  }
  .carousel--cta__content .carousel--cta__text {
    font-size: 24px;
  }
  .carousel--cta .carousel__panels::before, .carousel--cta .course-tiles__panels::before, .carousel--cta .course-tiles__study-panels::before, .carousel--cta .events-item__panels::before, .carousel--cta .feature-item__panels::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50%;
    background-color: #5E9CD6;
  }
  .carousel--cta .carousel__panels.carousel--cta__panels, .carousel--cta .carousel--cta__panels.course-tiles__panels, .carousel--cta .carousel--cta__panels.course-tiles__study-panels, .carousel--cta .carousel--cta__panels.events-item__panels, .carousel--cta .carousel--cta__panels.feature-item__panels {
    min-height: unset;
  }
  .carousel--cta .carousel-nav {
    counter-reset: name;
    align-items: stretch;
  }
  .carousel--cta__nav-outer {
    width: 100%;
  }
  .carousel--cta .carousel-nav li {
    width: 25%;
    margin: 20px 0;
    margin-right: 20px;
    border-right: 1px solid;
    display: flex;
    align-items: center;
  }
  .carousel--cta .carousel-nav li:last-child {
    border-right: none;
  }
  .carousel--cta .carousel-nav__item {
    margin: 0;
    border-right: none;
    padding-right: 12px;
  }
  .carousel--cta .carousel-nav .carousel-nav__item h3 {
    color: #fff;
    opacity: 0.7;
    padding: 0;
    margin: 0;
  }
  .carousel--cta .slick-active .carousel-nav__item h3 {
    opacity: 1;
  }
  .carousel--cta .carousel__item-container .slick-arrow {
    top: 5%;
  }
}

@media screen and (min-width: 1200px) {
  .carousel--cta .carousel__item-container .slick-arrow {
    top: 45%;
  }
  .carousel--cta .carousel-nav li {
    margin: 30px;
    margin-left: 0;
    border-right: 1px solid #fff;
  }
  .carousel--cta .carousel-nav li:last-child {
    border-right: none;
  }
  .carousel--cta .carousel-nav li::before {
    counter-increment: name number-of-count;
    content: "" counter(name) "";
    display: flex;
    margin: 0;
    bottom: 35%;
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    width: 40px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    opacity: 0.7;
  }
  .carousel--cta .carousel-nav li.slick-active::before {
    opacity: 1;
  }
  .carousel--cta .carousel-nav__item {
    padding: 0 12px;
    margin: 0;
  }
}

.carousel--cta-white .carousel__head-overlay {
  background: none;
}

.carousel--cta-white .carousel__overlay {
  background: none;
}

.carousel--cta-white .carousel__panels, .carousel--cta-white .course-tiles__panels, .carousel--cta-white .course-tiles__study-panels, .carousel--cta-white .events-item__panels, .carousel--cta-white .feature-item__panels {
  background: none;
}

.carousel--cta-white .carousel--cta__text {
  color: #1A1E21;
}

.carousel--cta-white .carousel__item-container .slick-arrow::after {
  border-color: #1A1E21;
}

.carousel--cta-white .carousel__item-container .slick-arrow::before {
  border-color: #1A1E21;
}

.carousel--cta-white .carousel-nav button {
  border: 1px solid #1A1E21;
}

.carousel--cta-white .carousel-nav .carousel-nav__item h3 {
  color: #1A1E21;
}

.carousel--cta-white .carousel__mobi-only {
  color: #1A1E21;
}

@media screen and (min-width: 600px) {
  .carousel--cta-white .carousel-nav li {
    border-right: 1px solid #1A1E21;
  }
  .carousel--cta-white .carousel-nav li::before {
    color: #1A1E21;
  }
}

/* Module: S */
.carousel {
  position: relative;
}

.carousel h1 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.carousel__content {
  z-index: 2;
  color: white;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 3.5rem;
  padding-top: 10rem;
}

.carousel__content a {
  color: white;
  text-decoration: none;
}

.carousel__content a:hover {
  text-decoration: underline;
}

.carousel__title {
  color: white;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 2;
}

.carousel__title h3 {
  position: absolute;
  left: 20px;
  top: 15px;
  padding: 7px 14px;
  border: 1px solid white;
}

.carousel__item {
  height: 26.25rem;
  position: relative;
}

.carousel--fullscreen .carousel__item {
  height: 100vh;
}

.carousel__image-container {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: transform 7s ease-in-out;
}

.carousel__image-container--zoom {
  transform: scale(1.05) translateZ(0);
}

.carousel__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
}

.carousel__hidden-content {
  display: none;
}

.carousel__panels, .course-tiles__panels, .course-tiles__study-panels, .events-item__panels, .feature-item__panels {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

.carousel__head-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
  pointer-events: none;
}

ul.carousel-nav {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  text-align: center;
}

ul.carousel-nav li {
  display: inline-block;
}

ul.carousel-nav li button {
  border: none;
  font-size: 0;
  height: 0.8125rem;
  width: 0.8125rem;
  padding: 0;
  margin: 0 0.25rem 2.0625rem 0.25rem;
  border-radius: 1.5625rem;
  border: 1px solid white;
  background: initial;
}

ul.carousel-nav li.slick-active button {
  background: white;
}

ul.carousel-nav li a {
  outline: 0;
  color: rgba(255, 255, 255, 0.7);
}

.carousel .slick-arrow {
  position: absolute;
  background: transparent;
  top: 45%;
  z-index: 2;
  border: none;
  background: initial;
  font-size: 0;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
}

.carousel .slick-arrow:before, .carousel .slick-arrow:after {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.carousel .slick-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid;
  border-color: white;
  border-radius: 3.125rem;
}

.carousel .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: white;
  height: 0.75rem;
  width: 0.75rem;
}

.carousel .slick-arrow:focus:before, .carousel .slick-arrow:hover:before {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: white;
}

.carousel .slick-arrow:focus:after, .carousel .slick-arrow:hover:after {
  border-color: black;
}

.carousel .slick-arrow.slick-prev {
  outline: 0;
  left: 2%;
}

@media screen and (min-width: 1500px) {
  .carousel .slick-arrow.slick-prev {
    left: 5%;
  }
}

.carousel .slick-arrow.slick-prev:before {
  top: 0;
}

.carousel .slick-arrow.slick-prev:after {
  transform: rotate(225deg);
  top: 1rem;
  left: 1.125rem;
}

.carousel .slick-arrow.slick-next {
  outline: 0;
  right: 2%;
}

@media screen and (min-width: 1500px) {
  .carousel .slick-arrow.slick-next {
    right: 5%;
  }
}

.carousel .slick-arrow.slick-next:after, .carousel .slick-arrow.slick-next:before {
  right: 0;
  top: 0;
}

.carousel .slick-arrow.slick-next:after {
  transform: rotate(45deg);
  top: 1rem;
  right: 1.125rem;
}

a.carousel-nav__item {
  display: block;
  height: 100%;
  text-decoration: none;
  padding-right: 20px;
}

a.carousel-nav__item p {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: 300;
}

.carousel__item--dark-text .carousel__content p {
  color: #555759;
}

.carousel__item--dark-text .carousel__content a {
  color: #555759;
}

.carousel--header .carousel__panels, .carousel--header .course-tiles__panels, .carousel--header .course-tiles__study-panels, .carousel--header .events-item__panels, .carousel--header .feature-item__panels {
  display: none;
}

.carousel--header .slick-track {
  font-size: 0;
}

.staff-home .carousel__item {
  height: 15.75rem;
}

@media (min-width: 37.5em) {
  .staff-home .carousel__item {
    height: 17.43rem;
  }
}

/* Module: S */
.col-usp__grid {
  margin: 2.75rem 0;
}

@media (min-width: 768px) {
  .col-usp__grid {
    margin: 0 auto 2.1875rem;
    max-width: 61.875rem;
  }
}

.col-usp__item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: 1.375rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.col-usp__image {
  padding: 0.5rem;
  font-size: clamp(5rem, 7.91667vw, 7.125rem);
  height: 1em;
  width: 1em;
  margin: 0 auto;
}

.col-usp__image img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: clamp(0.875rem, 1.38889vw, 1.25rem);
}

.col-usp__image-ring {
  position: relative;
  width: 100%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 7px white, 0 0 0 8px #9a8146;
}

.col-usp__image-ring:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.col-usp__heading {
  color: #0a0a0a;
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .col-usp__heading {
    line-height: 1.44444;
  }
}

.col-usp__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #4d4d4f;
  margin: 0;
}

.col-usp__reference {
  width: 100%;
  margin: 0;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: #7a7a7b;
  border-top: 1px solid #e6e9ee;
}

@media screen and (min-width: 768px) {
  .col-usp__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    column-gap: 1rem;
  }
  .col-usp__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 7.5rem 1fr;
    align-items: flex-start;
    text-align: center;
    max-width: 19rem;
  }
  .col-usp__image-ring {
    box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 10px white, 0 0 0 11px #9a8146;
  }
}

/* Module: S */
.content-container, .content-container--block, .nd-difference, .employment-landing, .related-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(1312px + (16px * 2));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .content-container, .content-container--block, .nd-difference, .employment-landing, .related-links {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .content-container, .content-container--block, .nd-difference, .employment-landing, .related-links {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.content-container.nopadding, .nopadding.content-container--block, .nopadding.nd-difference, .nopadding.employment-landing, .nopadding.related-links {
  padding-top: 0;
  padding-bottom: 0;
}

.content-container--block {
  display: block;
}

.content {
  order: 1;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .content {
    position: relative;
    order: 0;
  }
  .sidebar + .content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    padding-left: 30px;
  }
  .sidebar--right + .content {
    left: calc(-25% - 15px + 20px);
    position: relative;
    padding-left: 0;
    padding-right: 70px;
  }
}

.content > h1:first-child {
  margin-top: 0;
}

.sidebar {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  order: 2;
  display: none;
}

@media screen and (min-width: 1200px) {
  .sidebar {
    display: inline-block;
    order: 0;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
  }
  .sidebar.sidebar--right {
    left: calc(75% - 35px + 20px);
    position: relative;
  }
}

.sidebar__foot .button, .sidebar__foot input.sq-form-submit, .sidebar__foot .program-togglers label, .program-togglers .sidebar__foot label, .sidebar__foot .saved-programs__button, .sidebar__foot .save-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.program-details__buttons {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.program-details__buttons::after {
  clear: both;
  content: "";
  display: block;
}

.program-details__buttons .button, .program-details__buttons input.sq-form-submit, .program-details__buttons .program-togglers label, .program-togglers .program-details__buttons label, .program-details__buttons .saved-programs__button, .program-details__buttons .save-btn {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  text-align: center;
}

.program-details__buttons .button:only-child, .program-details__buttons input.sq-form-submit:only-child, .program-details__buttons .program-togglers label:only-child, .program-togglers .program-details__buttons label:only-child, .program-details__buttons .saved-programs__button:only-child, .program-details__buttons .save-btn:only-child {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.details-listing {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.details-listing li {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-bottom: 10px;
}

.details-listing li::after {
  clear: both;
  content: "";
  display: block;
}

.details-listing__title {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

.details-listing__content {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

.program-details__container {
  padding-bottom: 30px;
  border-bottom: 1px solid #9a8146;
}

.program-details__container:last-child {
  border-bottom: none;
}

.study-intro-quote {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.study-intro-quote__outer {
  display: flex;
  align-items: center;
}

.study-intro-quote__box {
  position: relative;
  z-index: 1;
  margin: 0 30px;
  padding: 26px 22px;
  background: #002251;
  border-bottom: 3px solid #5E9CD6;
  min-height: 200px;
}

.study-intro-quote__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.study-intro-quote__text--small {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}

.study-intro-quote__image {
  margin-top: -14%;
}

.study-intro-quote img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .study-intro-quote {
    flex-direction: row;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .study-intro-quote__outer {
    width: 48.75%;
    position: relative;
  }
  .study-intro-quote__box {
    margin: 0;
    padding: 48px;
    min-height: 60%;
    max-height: 82%;
  }
  .study-intro-quote__image {
    width: 55%;
    margin-top: 0;
    margin-left: -42px;
  }
}

@media screen and (min-width: 1200px) {
  .study-intro-quote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .study-intro-quote__box {
    padding: 70px;
    height: 82%;
  }
  .study-intro-quote__text {
    font-size: 1.875rem;
    line-height: 40px;
  }
  .study-intro-quote__text--small {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}

/* Module: S */
.course-tiles {
  background: #f8f8f8;
  padding-bottom: 75px;
}

.course-tiles h1 {
  text-align: center;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}

.course-tiles__grid {
  display: flex;
  flex-wrap: wrap;
}

.course-tiles__grid::after {
  clear: both;
  content: "";
  display: block;
}

.course-tiles__item {
  border: 1px solid #9a8146;
  background-color: #555759;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  height: 205px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .course-tiles__item {
    margin-left: 20px;
    width: calc(33.33333% - 26.66667px);
  }
}

.course-tiles__item h3, .course-tiles__item a, .course-tiles__item ul {
  z-index: 1;
}

.course-tiles__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .course-tiles__item li {
    display: inline;
  }
  .course-tiles__item li:before {
    content: '| ';
    color: white;
  }
}

.course-tiles__item li:first-child:before {
  content: none;
}

.course-tiles__item .hidden + li:before {
  content: none;
}

.course-tiles__item a {
  color: white;
  text-decoration: none;
}

.course-tiles__item a:hover {
  text-decoration: underline;
}

.course-tiles__item > a {
  display: block;
  height: 100%;
}

.course-tiles__item.active {
  box-shadow: inset 0 0 0 2px #9a8146;
  filter: none;
}

.course-tiles__item:after {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

h3.course-tiles__title {
  margin: 0;
  color: white;
  width: 100%;
  padding: 20px;
  padding-right: 160px;
  position: absolute;
  bottom: 0;
}

.course-tiles__panels {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%) !important;
  opacity: 0.8;
  min-height: 140px;
}

.active .course-tiles__panels {
  width: calc(100% - 4px);
  margin: 0 2px 2px 2px;
}

.program-form {
  padding-top: 40px;
  font-size: 20px;
  font-weight: bold;
}

.program-form::after {
  clear: both;
  content: "";
  display: block;
}

.program-form select {
  border: 0;
  font-weight: bold;
  color: #9a8146;
  margin: 0;
  z-index: 1;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.program-form__select-wrapper {
  position: relative;
}

.program-form__select-wrapper select {
  background: transparent !important;
}

.program-form__select-wrapper select::-ms-expand {
  display: none;
}

.program-form__select-wrapper:after {
  content: '';
  position: absolute;
  border-left: 2px solid black;
  border-top: 2px solid black;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 7px;
  transform: rotate(225deg);
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .program-form__container {
    text-align: center;
  }
}

.program-form__item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .program-form__item {
    width: initial;
    padding-bottom: 0;
    margin: 0;
    float: none;
  }
}

.program-banners {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

.program-banners::after {
  clear: both;
  content: "";
  display: block;
}

.program-banners__dark {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  background: #555759;
  color: white;
  margin-bottom: 10px;
  padding: 20px;
}

@media screen and (min-width: 1200px) {
  .program-banners__dark {
    padding: 8px 0;
  }
}

.program-banners__dark a.button, .program-banners__dark a.saved-programs__button, .program-banners__dark a.save-btn {
  margin-left: 20px;
  color: white;
}

.program-banners__dark strong {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .program-banners__dark strong {
    display: inline;
    margin-bottom: 0;
  }
}

.program-banners__light {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  background: #efede7;
  padding-top: 8px;
  padding-bottom: 8px;
}

.program-banners__light .button, .program-banners__light input.sq-form-submit, .program-banners__light .program-togglers label, .program-togglers .program-banners__light label, .program-banners__light .saved-programs__button, .program-banners__light .save-btn {
  font-size: 20px;
  font-weight: normal;
  border: none;
  color: #9a8146;
}

.program-banners__light .button:hover, .program-banners__light input.sq-form-submit:hover, .program-banners__light .program-togglers label:hover, .program-togglers .program-banners__light label:hover, .program-banners__light .saved-programs__button:hover, .program-banners__light .save-btn:hover, .program-banners__light .button:focus, .program-banners__light input.sq-form-submit:focus, .program-banners__light .program-togglers label:focus, .program-togglers .program-banners__light label:focus, .program-banners__light .saved-programs__button:focus, .program-banners__light .save-btn:focus {
  background: transparent;
  text-decoration: underline;
  color: #9a8146 !important;
}

.program-banners__light .button:after, .program-banners__light input.sq-form-submit:after, .program-banners__light .program-togglers label:after, .program-togglers .program-banners__light label:after, .program-banners__light .saved-programs__button:after, .program-banners__light .save-btn:after {
  border-top: 2px solid black !important;
  border-right: 2px solid black !important;
  right: 20px;
}

.course-tiles__study {
  background-color: #F3F5F9;
}

.course-tiles__text-container {
  padding: 20px;
  padding-bottom: 0;
}

.course-tiles__text-container::after {
  clear: both;
  content: "";
  display: block;
}

.course-tiles__study-heading {
  color: #002251;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 20px 0;
}

.course-tiles__study-heading:last-child {
  margin-bottom: 0;
}

.course-tiles__study-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
  opacity: 0.9;
  margin: 0 0 70px 0;
}

.course-tiles__study-link:hover .course-tiles__study-title::after, .course-tiles__study-link:focus .course-tiles__study-title::after {
  animation: changeWidth;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.course-tiles__study-link .course-tiles__study-title::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 10%;
  background-color: #5E9CD6;
  bottom: 25px;
  left: 25px;
}

@keyframes changeWidth {
  from {
    width: 10%;
  }
  to {
    width: 40%;
  }
}

.course-tiles__study-title {
  font-size: 22px;
  line-height: 26px;
  padding: 35px 25px;
  margin: 0;
  color: white;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.course-tiles__study-item {
  height: 240px;
  border: none;
  background-position: center;
}

.course-tiles__study-panels {
  background: linear-gradient(0deg, #1A1E21, rgba(34, 34, 35, 0) 100%);
}

@media screen and (min-width: 768px) {
  .course-tiles__study-item {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1200px) {
  .course-tiles__study {
    padding-top: 100px;
  }
  .course-tiles__study-item {
    width: calc(33.33333% - 26.66667px);
    height: 275px;
  }
  .course-tiles__study-text {
    margin-bottom: 90px;
  }
}

/* Module: S */
.cta-bar {
  padding: 20px 20px;
}

@media screen and (min-width: 768px) {
  .cta-bar {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-bar {
    padding: 40px 20px;
  }
}

.cta-bar__heading {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.cta-bar__text {
  margin: 0;
  padding: 0;
}

.cta-bar .bootstrap-button {
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
  border-color: transparent;
  text-transform: capitalize;
}

.cta-bar .bootstrap-button:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.cta-bar .bootstrap-button:after {
  right: 10%;
}

/* Module: S */
.cta-feature .bootstrap-call-to-action-feature {
  color: #fff;
  padding: 5%;
  background: linear-gradient(90deg, rgba(26, 30, 33, 0.8), rgba(26, 30, 33, 0.25)), url("mysource_files/2-to-1.jpg");
  background-size: cover;
  background-position: center;
  height: 40rem;
}

.cta-feature .bctaf-width {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .cta-feature .bctaf-width {
    width: 100%;
  }
}

.cta-feature .bwb-no-border {
  border: none;
  background-color: transparent;
}

.cta-feature .bootstrap-white-button:hover,
.cta-feature .bootstrap-white-button:focus {
  background: #5E9CD6;
  color: #fff;
}

.cta-feature .bwb-no-border:hover,
.cta-feature .bwb-no-border:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

.cta-feature .bctaf-main-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.cta-feature .bootstrap-white-button {
  color: #fff;
  border-color: #5E9CD6;
  text-transform: capitalize;
  margin-right: 2%;
}

/* Module: S */
.bootstrap-cards__container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .bootstrap-cards__container {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .bootstrap-cards__container {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.new-bootstrap-card {
  background-color: #F6F6F6;
}

.nbc-label {
  z-index: 1;
  position: absolute;
  right: 5%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #5E9CD6;
  color: #FFF;
  font-size: 1.5em;
  font-weight: 600;
}

.nbc-label:focus, .nbc-label:hover {
  color: #5E9CD6;
  background: #FFF;
}

.new-bootstrap-card .card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1A1E21;
  margin: 0 0 18px 0;
}

.new-bootstrap-card .card-text {
  margin: 0 0 18px 0;
  font-size: 16px;
  line-height: 26px;
  color: #1A1E21;
  opacity: 0.8;
}

.new-bootstrap-card .card-img-top {
  height: 345px;
  object-fit: cover;
  object-position: center;
}

.new-bootstrap-card,
.new-bootstrap-card > .card-img-top {
  border-radius: 0 !important;
  border: none !important;
}

.new-bootstrap-card .card-body {
  padding: 30px;
}

.bootstrap-card-link {
  color: #1A1E21;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.bootstrap-card-link:after {
  content: "\203A";
  margin-left: 5px;
  font-size: 1.5rem;
}

.bootstrap-card-link:hover {
  color: #9a8146;
  text-decoration: none;
}

.bcls-download:after {
  content: url("mysource_files/download-icon.svg");
  margin-left: 8px;
}

/* Module: S */
.dropdown--social-links {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21429;
  letter-spacing: 0.02857em;
  color: #4d4d4f;
}

.dropdown--social-links .dropdown__trigger {
  border: none;
  background: transparent;
  color: white;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.02857em;
}

.dropdown--social-links .dropdown__trigger .btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown--social-links .dropdown__trigger .btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: white;
  color: #002251;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: 0.75rem;
  font-size: 1em;
  transition-property: color, background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.dropdown--social-links .dropdown__trigger:hover .btn__icon, .dropdown--social-links .dropdown__trigger:focus .btn__icon, .dropdown--social-links .dropdown__trigger[aria-expanded="true"] .btn__icon {
  background: #002251;
  color: white;
}

.dropdown--social-links .dropdown__panel {
  min-width: 15rem;
  background: white;
  box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  position: absolute;
  top: calc(100% + .875rem);
  right: -0.3125rem;
  z-index: 5;
  transition-property: opacity, transform, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out, ease-in-out, step-start;
}

.dropdown--social-links .dropdown__panel:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.3125rem 0.375rem 0.3125rem;
  border-color: transparent transparent white transparent;
  position: absolute;
  bottom: 100%;
  right: 0.875rem;
}

.dropdown--social-links .dropdown__panel[data-expanded="false"] {
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease-in-out, ease-in-out, step-end;
}

@media (prefers-reduced-motion: no-preference) {
  .dropdown--social-links .dropdown__panel[data-expanded="false"] {
    transform: translateY(-0.625rem);
  }
}

.dropdown--social-links .link-group {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown--social-links .link-group p {
  margin: 0;
}

.dropdown--social-links .link-group ul {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.dropdown--social-links .link-group ul li {
  margin: 0;
  padding: 0;
}

.dropdown--social-links .link-group ul li a {
  color: #002251;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.dropdown--social-links .link-group ul li a:hover, .dropdown--social-links .link-group ul li a:focus {
  color: #9a8146;
}

.dropdown--social-links .link-group:not(:first-child) {
  border-top: 1px solid #e6e9ee;
}

/* Module: S */
.event-details__register {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: black;
  letter-spacing: 0.6px;
  line-height: 1.5;
  margin-top: 54px;
  border-top: 1px solid rgba(85, 87, 89, 0.24);
}

.event-details__register input[type="submit"],
.event-details__register .sq-form-question-answer input {
  width: 100%;
  max-width: 380px;
}

.event-details__register input[type="submit"] {
  margin-top: 1em;
}

.event-details__register h2 {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 1.13;
  margin: 32px 0 5px 0;
  font-weight: bold;
}

.event-details__register h2 + p {
  margin-top: 0;
}

/* Module: S */
.event-cards {
  padding: 0 20px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .event-cards {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .event-cards {
    margin-bottom: 10px;
    margin-top: 40px;
  }
}

.event-cards__header {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .event-cards__header {
    margin-bottom: 30px;
  }
}

.event-cards__heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  color: #222223;
  flex-grow: 1;
  margin-bottom: 14px;
}

.event-cards__event-link {
  background: none;
  padding: 0;
  padding-top: 10px;
}

.bootstrap-event-card__title {
  color: #222223;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bec-label {
  position: absolute;
  top: 4%;
  left: 5%;
  background: #9a8146;
  color: #fff;
  padding: 2% 4%;
  border-radius: 20px;
  font-size: 12px;
}

.bootstrap-event-cards__container .card {
  border: none;
  border-radius: 0;
}

.bootstrap-event-cards__container .bootstrap-event-card {
  color: #222223;
  overflow: hidden;
  margin-bottom: 30px;
}

.bootstrap-event-cards__container .bootstrap-event-card .card-img-top {
  border-radius: 0;
  height: 345px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.bootstrap-event-cards__container .bootstrap-event-card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 34, 81, 0.1);
}

.bootstrap-event-cards__container .bootstrap-event-card .card-body .bootstrap-event-card__event-details {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.bootstrap-event-cards__container .bootstrap-event-card .card-body .bootstrap-event-card__event-details .bootstrap-event-card__location-pin {
  height: 14px;
  margin: 0;
  padding: 0;
}

.bootstrap-event-card__link-styling {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  color: #222223;
}

.bootstrap-event-card__link-styling:hover {
  text-decoration: underline;
  color: #9a8146;
}

.bootstrap-event-card__link-styling::after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: black;
  border-top: 2px solid;
  border-right: 2px solid;
  bottom: 0.35rem;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

@media screen and (min-width: 1200px) {
  .bootstrap-event-card__title {
    font-size: 36px;
  }
  .event-cards__heading {
    font-size: 26px;
  }
}

/* Module: S */
ul.events-slider {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.events-slider .slick-prev, ul.events-slider .slick-next {
  z-index: 1;
}

ul.events-slider li {
  display: inline-block;
}

ul.events-slider a {
  text-decoration: none;
  color: white;
}

.events-item {
  background-color: #555759;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 408px;
  width: 295px;
  position: relative;
}

.events-item.events-item--contained {
  width: 278px;
}

.events-item__text {
  color: white;
  width: 100%;
  padding: 20px 24px;
  padding-right: 48px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  min-height: 170px;
  padding-bottom: 40px;
}

.events-item__date {
  display: block;
  font-weight: 200;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.events-item__title {
  display: block;
  font-weight: 300;
  margin: 0;
  color: white;
  font-size: 22px;
  letter-spacing: 0.8px;
}

.events-item__location {
  display: block;
  font-size: 14px;
  font-weight: 200;
  background: url("mysource_files/map-pin-icon.svg") no-repeat 0 100%;
  padding-left: 20px;
  position: absolute;
  bottom: 20px;
}

.events-item__panels {
  height: 300px;
}

.events-item__panels:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, black 100%);
  height: 100%;
}

.events-slider .slick-arrow {
  position: absolute;
  background: transparent;
  top: 45%;
  z-index: 2;
  border: none;
  background: initial;
  font-size: 0;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
}

.events-slider .slick-arrow:before, .events-slider .slick-arrow:after {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.events-slider .slick-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid;
  border-color: white;
  background: white;
  border-radius: 3.125rem;
}

.events-slider .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #9a8146;
  height: 0.75rem;
  width: 0.75rem;
}

.events-slider .slick-arrow:focus:before, .events-slider .slick-arrow:hover:before {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: white;
}

.events-slider .slick-arrow:focus:after, .events-slider .slick-arrow:hover:after {
  border-color: black;
}

.events-slider .slick-arrow.slick-prev {
  outline: 0;
  left: 2%;
}

@media screen and (min-width: 1500px) {
  .events-slider .slick-arrow.slick-prev {
    left: 5%;
  }
}

.events-slider .slick-arrow.slick-prev:before {
  top: 0;
}

.events-slider .slick-arrow.slick-prev:after {
  transform: rotate(225deg);
  top: 1rem;
  left: 1.125rem;
}

.events-slider .slick-arrow.slick-next {
  outline: 0;
  right: 2%;
}

@media screen and (min-width: 1500px) {
  .events-slider .slick-arrow.slick-next {
    right: 5%;
  }
}

.events-slider .slick-arrow.slick-next:after, .events-slider .slick-arrow.slick-next:before {
  right: 0;
  top: 0;
}

.events-slider .slick-arrow.slick-next:after {
  transform: rotate(45deg);
  top: 1rem;
  right: 1.125rem;
}

/* Module: S */
@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-UltraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/helveticaneue-bold-webfont.woff2") format("woff2"), url("mysource_files/helveticaneue-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcr____.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcb____.ttf") format("truetype");
  font-weight: bold;
}

.events-list {
  max-width: 1177px;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .events-list {
    margin: 0 auto;
  }
}

.events-list h2 {
  font-size: 18px;
  color: #555759;
  font-weight: bold;
}

.events-list__options-row {
  margin: 0;
}

.events-list__options-row > p {
  display: inline-block;
  width: 220px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #555759;
}

.events-list__options-row + .events-list__options-row {
  margin-top: 5px;
}

.events-list__options {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.events-list__options > li {
  margin-left: -5px;
  display: inline-block;
  position: relative;
}

.events-list__options > li:not(:last-of-type):after {
  display: inline-block;
  width: 1px;
  height: 26px;
  border-left: solid 1px #9a8146;
  content: '';
  right: 0;
  top: 10px;
  position: absolute;
}

.events-list__options > li button {
  margin-left: -1px;
  padding: 13px 25px;
  background: none;
  border: none;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

.events-list__options > li button.active {
  color: white;
  background: #9a8146;
}

.events-list__filtering {
  margin-bottom: 3em;
}

.events-list__items {
  margin-bottom: 60px;
}

.events-list__items th,
.events-list__items td {
  font-size: 14px;
  background: none;
  color: #555759;
  font-weight: bold;
  text-align: left;
  padding: 16px 0;
  border: none;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .events-list__items th,
  .events-list__items td {
    padding-left: 0;
  }
}

.events-list__items thead {
  border-top: solid 1px rgba(154, 129, 70, 0.3);
}

.events-list__items tr {
  border-bottom: solid 1px rgba(154, 129, 70, 0.3);
}

@media screen and (min-width: 1200px) {
  .events-list__items td {
    width: 25%;
  }
}

.events-list__items td:nth-child(4) {
  text-align: right;
  width: auto;
}

@media screen and (min-width: 1200px) {
  .events-list__items td:nth-child(4) {
    min-width: 110px;
  }
}

.events-list__items td:nth-child(4) a + a {
  margin-left: 10px;
}

.events-list__items th:nth-child(1),
.events-list__items td:nth-child(1) {
  width: 10%;
  padding-left: 0;
}

.events-list__date {
  width: 60px;
  height: 60px;
  background: #9a8146;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: table;
}

.events-list__date > span {
  vertical-align: middle;
  display: table-cell;
}

.events-list__share,
.events-list__calendar {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 22px;
}

.events-list__share {
  background: url("mysource_files/share-icon.svg") center no-repeat rgba(216, 216, 216, 0.67);
}

.events-list__calendar {
  background: url("mysource_files/calendar-icon.svg") center no-repeat rgba(216, 216, 216, 0.67);
}

/* Module: S */
.feature-carousel {
  margin-bottom: 40px;
}

ul.feature-slider {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.feature-slider .slick-prev, ul.feature-slider .slick-next {
  z-index: 1;
}

ul.feature-slider li {
  display: inline-block;
}

ul.feature-slider a {
  text-decoration: none;
  color: white;
  display: block;
}

.feature-item {
  background-color: #555759;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 489px;
  width: 295px;
  position: relative;
}

.feature-item:after {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.feature-carousel .slick-track {
  margin-top: 30px;
  margin-bottom: 0;
  height: 489px;
}

@media screen and (min-width: 1200px) {
  .feature-carousel .slick-track {
    margin-bottom: 20px;
    height: auto;
  }
}

.feature-carousel .slick-slide {
  transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;
  z-index: auto;
  position: relative;
}

.feature-carousel .slick-slide:hover {
  z-index: 19;
}

@media screen and (min-width: 1200px) {
  .feature-carousel .slick-slide:hover {
    transform: scale(1.1);
  }
}

.feature-item__text {
  color: white;
  width: 100%;
  padding: 20px 24px;
  padding-right: 48px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  letter-spacing: 0.5px;
}

.feature-item__title {
  display: block;
  font-weight: 300;
  margin: 0;
  color: white;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.8px;
}

.feature-item__title:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #9a8146;
  left: 0;
  bottom: 0;
}

.feature-item__panels {
  height: 300px;
}

.feature-slider .slick-arrow {
  position: absolute;
  background: transparent;
  top: 45%;
  z-index: 2;
  border: none;
  background: initial;
  font-size: 0;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
}

.feature-slider .slick-arrow:before, .feature-slider .slick-arrow:after {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.feature-slider .slick-arrow:before {
  content: '';
  position: absolute;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid;
  border-color: white;
  background: white;
  border-radius: 3.125rem;
}

.feature-slider .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #9a8146;
  height: 0.75rem;
  width: 0.75rem;
}

.feature-slider .slick-arrow:focus:before, .feature-slider .slick-arrow:hover:before {
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: white;
}

.feature-slider .slick-arrow:focus:after, .feature-slider .slick-arrow:hover:after {
  border-color: black;
}

.feature-slider .slick-arrow.slick-prev {
  outline: 0;
  left: 2%;
}

@media screen and (min-width: 1500px) {
  .feature-slider .slick-arrow.slick-prev {
    left: 5%;
  }
}

.feature-slider .slick-arrow.slick-prev:before {
  top: 0;
}

.feature-slider .slick-arrow.slick-prev:after {
  transform: rotate(225deg);
  top: 1rem;
  left: 1.125rem;
}

.feature-slider .slick-arrow.slick-next {
  outline: 0;
  right: 2%;
}

@media screen and (min-width: 1500px) {
  .feature-slider .slick-arrow.slick-next {
    right: 5%;
  }
}

.feature-slider .slick-arrow.slick-next:after, .feature-slider .slick-arrow.slick-next:before {
  right: 0;
  top: 0;
}

.feature-slider .slick-arrow.slick-next:after {
  transform: rotate(45deg);
  top: 1rem;
  right: 1.125rem;
}

/* Module: S */
.bootstrap-dynamic-grid-container {
  background-color: rgba(0, 0, 0, 0.05);
}

.bootstrap-dynamic-grid {
  padding: 20px;
  padding-top: 40px;
}

.bootstrap-dynamic-grid__outer-grid {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .bootstrap-dynamic-grid {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .bootstrap-dynamic-grid__outer-grid {
    padding-bottom: 24px;
  }
  .bootstrap-dynamic-grid__feature-text {
    padding-bottom: 12px;
  }
}

.bootstrap-blue-heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  color: #002251;
}

.bdg-icon-text {
  background: rgba(0, 0, 0, 0.05);
}

.bdg-icon-text:hover,
.bdg-icon-text:focus {
  background: rgba(0, 0, 0, 0.1);
}

.bootstrap-dynamic-grid p {
  margin: 1em 0;
}

.bdg-icon-text p {
  margin: 1rem 0 0 0;
}

.bdg-icon {
  height: 30px;
  font-size: 2em;
  margin-bottom: 5%;
  color: #002251;
}

.bdg-link {
  color: #4a4a4a;
  text-decoration: none;
  padding: 20px;
  display: block;
}

.bdg-link:hover,
.bdg-link:focus {
  text-decoration: none;
  color: #4a4a4a !important;
}

/* Module: S */
.featured-programs {
  overflow: hidden;
}

.featured-programs__inner {
  display: grid;
  grid-template-areas: "title" "cards" "arrows" "btn";
  grid-template-columns: 100%;
}

@media screen and (min-width: 768px) {
  .featured-programs__inner {
    grid-template-areas: "title btn" "cards cards";
    align-items: center;
    grid-template-columns: auto auto;
  }
}

.featured-programs__inner .title {
  grid-area: title;
  color: #002251;
  font-weight: 700;
  font-size: 1.625rem;
  margin: 0 0 0.92308em;
}

.featured-programs__inner .btn, .featured-programs__inner .btn--full, .featured-programs__inner .btn--std, .featured-programs__inner .btn--icon, .featured-programs__inner .btn--ghost, .featured-programs__inner .btn--solid, .featured-programs__inner .btn--solid-white, .featured-programs__inner .btn--solid-offwhite, .featured-programs__inner .btn--solid-gold, .featured-programs__inner .btn--solid-blue, .featured-programs__inner .btn--outline, .featured-programs__inner .btn--outline-light-blue, .featured-programs__inner .btn--outline--gold, .featured-programs__inner .btn--outline-hover {
  grid-area: btn;
  padding: 0.6875em 0.6875em;
  padding-right: 0.875em;
  --icon-height: 1em;
}

@media screen and (min-width: 768px) {
  .featured-programs__inner .btn, .featured-programs__inner .btn--full, .featured-programs__inner .btn--std, .featured-programs__inner .btn--icon, .featured-programs__inner .btn--ghost, .featured-programs__inner .btn--solid, .featured-programs__inner .btn--solid-white, .featured-programs__inner .btn--solid-offwhite, .featured-programs__inner .btn--solid-gold, .featured-programs__inner .btn--solid-blue, .featured-programs__inner .btn--outline, .featured-programs__inner .btn--outline-light-blue, .featured-programs__inner .btn--outline--gold, .featured-programs__inner .btn--outline-hover {
    display: inline;
    border: none;
    color: #002251;
    padding: 0;
    justify-self: flex-end;
    text-decoration: underline;
    text-decoration-color: rgba(0, 34, 81, 0.5);
    transition: text-decoration-color 0.3s ease-in-out;
  }
  .featured-programs__inner .btn svg, .featured-programs__inner .btn--full svg, .featured-programs__inner .btn--std svg, .featured-programs__inner .btn--icon svg, .featured-programs__inner .btn--ghost svg, .featured-programs__inner .btn--solid svg, .featured-programs__inner .btn--solid-white svg, .featured-programs__inner .btn--solid-offwhite svg, .featured-programs__inner .btn--solid-gold svg, .featured-programs__inner .btn--solid-blue svg, .featured-programs__inner .btn--outline svg, .featured-programs__inner .btn--outline-light-blue svg, .featured-programs__inner .btn--outline--gold svg, .featured-programs__inner .btn--outline-hover svg {
    display: none;
  }
  .featured-programs__inner .btn:hover, .featured-programs__inner .btn--full:hover, .featured-programs__inner .btn--std:hover, .featured-programs__inner .btn--icon:hover, .featured-programs__inner .btn--ghost:hover, .featured-programs__inner .btn--solid:hover, .featured-programs__inner .btn--solid-white:hover, .featured-programs__inner .btn--solid-offwhite:hover, .featured-programs__inner .btn--solid-gold:hover, .featured-programs__inner .btn--solid-blue:hover, .featured-programs__inner .btn--outline:hover, .featured-programs__inner .btn:focus, .featured-programs__inner .btn--full:focus, .featured-programs__inner .btn--std:focus, .featured-programs__inner .btn--icon:focus, .featured-programs__inner .btn--ghost:focus, .featured-programs__inner .btn--solid:focus, .featured-programs__inner .btn--solid-white:focus, .featured-programs__inner .btn--solid-offwhite:focus, .featured-programs__inner .btn--solid-gold:focus, .featured-programs__inner .btn--solid-blue:focus, .featured-programs__inner .btn--outline:focus {
    text-decoration-color: rgba(0, 34, 81, 0.8);
    border: none;
  }
}

.featured-programs__grid {
  grid-area: cards;
}

@media screen and (min-width: 768px) {
  .featured-programs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
  }
}

.featured-programs__item {
  position: relative;
}

.featured-programs__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 34, 81, 0.4);
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .featured-programs__item {
    margin: 0;
  }
  .featured-programs__item::before {
    opacity: 0;
  }
  .featured-programs__item:first-of-type {
    grid-row: span 2;
  }
  .featured-programs__item:hover::before, .featured-programs__item:focus::before {
    opacity: 1;
  }
}

.featured-programs__item-inner {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 2rem;
  height: 100%;
  min-height: 15rem;
  color: white;
}

.featured-programs__item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 8, 20, 0.8) 8.56%, rgba(0, 34, 81, 0) 66.98%);
}

.featured-programs__item-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 23, 55, 0.2) 0%, rgba(0, 34, 81, 0) 50%);
}

.featured-programs__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 1.125rem 1.5rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .featured-programs__content {
    padding: 1.5rem 2rem;
  }
}

.featured-programs__content .subtitle {
  font-size: 1.125rem;
  color: inherit;
  margin: 0 0 0.33333em;
  line-height: 1.22222;
}

@media (min-width: 992px) {
  .featured-programs__content .subtitle {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .featured-programs__content .subtitle {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .featured-programs__content .subtitle {
    line-height: 1.3;
  }
}

.featured-programs__content .description {
  margin: 0;
  font-size: 1rem;
}

.featured-programs__content .pill {
  order: -1;
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem 0.1875rem;
  border-radius: 62.5rem;
  border: 1px solid #5e9cd6;
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.8));
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .featured-programs__content .pill {
    margin-bottom: 0.5625rem;
  }
}

.featured-programs__tags {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  z-index: 2;
}

@media (min-width: 768px) {
  .featured-programs__tags {
    padding: 0 2rem;
  }
}

.featured-programs__tags::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.featured-programs__tags a {
  color: inherit;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}

.featured-programs__tags a:hover, .featured-programs__tags a:focus {
  text-decoration-color: inherit;
}

.featured-programs__tags a + a {
  margin-left: 1rem;
}

.featured-programs__tags svg {
  font-size: 1em;
  height: 1em;
  width: var(--icon-width, 1em);
  margin-right: 0.6875rem;
  color: white;
}

@media (min-width: 768px) {
  .featured-programs__tags svg {
    margin-right: 1rem;
  }
}

.featured-programs__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.featured-programs__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.featured-programs__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mobile-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

.program-slider--mobile__arrows {
  grid-area: arrows;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .program-slider--mobile__arrows {
    display: none;
  }
}

.featured-programs .slick-list {
  overflow: visible;
}

.featured-programs .slick-track {
  display: flex !important;
}

.featured-programs .slick-slide {
  margin-right: 1rem;
  height: inherit;
  width: clamp(18.125rem, 45vw, 40.5rem);
}

.featured-programs .slick-slide > div {
  height: 100%;
}

/* Module: S */
@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-UltraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/helveticaneue-bold-webfont.woff2") format("woff2"), url("mysource_files/helveticaneue-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcr____.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcb____.ttf") format("truetype");
  font-weight: bold;
}

.filtered-list {
  max-width: 1177px;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .filtered-list {
    margin: 0 auto;
  }
}

.filtered-list h2 {
  font-size: 18px;
  color: #555759;
  font-weight: bold;
}

.filtered-list__options-row {
  margin: 0;
}

.filtered-list__options-row > p {
  display: inline-block;
  width: 220px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #555759;
}

.filtered-list__options-row + .filtered-list__options-row {
  margin-top: 5px;
}

.filtered-list__options {
  padding: 0;
  margin: 0 0 0 1em;
  display: inline-block;
  font-weight: bold;
}

.filtered-list__options > li {
  margin-left: -5px;
  display: inline-block;
  position: relative;
}

.filtered-list__options > li:not(:last-of-type):after {
  display: inline-block;
  width: 1px;
  height: 26px;
  border-left: solid 1px #9a8146;
  content: '';
  right: 0;
  top: 10px;
  position: absolute;
}

.filtered-list__options > li button {
  margin-left: -1px;
  padding: 13px 25px;
  background: none;
  border: none;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

.filtered-list__options > li button.active {
  color: white;
  background: #9a8146;
}

.filtered-list__filtering {
  margin-bottom: 3em;
}

.filtered-list__items {
  margin-bottom: 60px;
}

.filtered-list__items th,
.filtered-list__items td {
  font-size: 14px;
  background: none;
  color: #555759;
  font-weight: bold;
  text-align: left;
  padding: 16px 0;
  border: none;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .filtered-list__items th,
  .filtered-list__items td {
    padding-left: 0;
  }
}

.filtered-list__items thead {
  border-top: solid 1px rgba(154, 129, 70, 0.3);
}

.filtered-list__items tr {
  border-bottom: solid 1px rgba(154, 129, 70, 0.3);
}

@media screen and (min-width: 1200px) {
  .filtered-list__items td {
    width: 25%;
  }
}

.filtered-list__items td:nth-child(2) {
  width: 100%;
}

.filtered-list--webinar .filtered-list__items td:nth-child(3) {
  min-width: 140px;
}

.filtered-list__items td:last-child {
  text-align: right;
  width: auto;
}

@media screen and (min-width: 1200px) {
  .filtered-list__items td:last-child {
    min-width: 110px;
  }
}

.filtered-list__items td:last-child a + a {
  margin-left: 10px;
}

.filtered-list__items th:nth-child(1),
.filtered-list__items td:nth-child(1) {
  width: 10%;
  padding-left: 0;
}

.filtered-list__date {
  width: 60px;
  height: 60px;
  background: #9a8146;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: table;
}

.filtered-list__date > span {
  vertical-align: middle;
  display: table-cell;
}

.filtered-list__share,
.filtered-list__calendar {
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 22px;
}

.filtered-list__share {
  background: url("mysource_files/share-icon.svg") center no-repeat rgba(216, 216, 216, 0.67);
}

.filtered-list__calendar {
  background: url("mysource_files/calendar-icon.svg") center no-repeat rgba(216, 216, 216, 0.67);
}

.filtered-list__description {
  font-weight: normal;
}

.filtered-list__description p:first-child {
  margin-top: 0;
}

/* Module: S */
.footer {
  background: #555759;
  color: white;
  font-weight: 300;
  font-size: 0.875rem;
}

.footer a, .footer h4 {
  color: white;
}

.footer ul {
  margin: 0;
}

.footer-menu {
  display: block;
}

@media screen and (min-width: 1200px) {
  .footer-menu {
    display: flex;
  }
}

.footer-menu h4 {
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
  padding: 23px 30px;
}

@media screen and (min-width: 1200px) {
  .footer-menu h4 {
    cursor: auto;
    font-size: 0.875rem;
    padding: 10px 0;
  }
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .footer-menu li {
    padding: 6px 0;
  }
}

.footer-menu a {
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu--bottom {
  margin-top: 5px;
}

.footer-menu--bottom a {
  display: inline-block;
  padding-top: 12px;
  border-top: 1px solid white;
}

.footer-menu__locations h4, .footer-menu__quicklinks h4 {
  position: relative;
}

.footer-menu__locations h4:after, .footer-menu__quicklinks h4:after {
  content: '';
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: white;
  right: 30px;
  top: 30px;
  transform: rotate(225deg);
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations h4:after, .footer-menu__quicklinks h4:after {
    content: none;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations ul, .footer-menu__quicklinks ul {
    max-height: none;
  }
}

.footer-menu__locations li, .footer-menu__quicklinks li {
  padding: 10px 30px;
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations li, .footer-menu__quicklinks li {
    padding: 6px 0;
  }
}

.active.footer-menu__locations ul:last-child, .active.footer-menu__quicklinks ul:last-child {
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .active.footer-menu__locations ul:last-child, .active.footer-menu__quicklinks ul:last-child {
    padding-bottom: 0;
  }
}

.active.footer-menu__locations h4:after, .active.footer-menu__quicklinks h4:after {
  transform: rotate(45deg);
}

.footer-menu__locations {
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1200px) {
  .footer-menu__locations {
    padding: 27px 0;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    border-right: 1px solid white;
    border-bottom: none;
  }
}

.footer-menu__quicklinks {
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1200px) {
  .footer-menu__quicklinks {
    padding: 27px 0;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    border-right: 1px solid white;
    border-bottom: none;
  }
  .footer-menu__quicklinks ul {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  .footer-menu__quicklinks li {
    padding-left: 60px;
  }
}

.footer-menu__social {
  display: flex;
  align-items: center;
}

.footer-menu__social ul {
  margin: 0 auto;
  padding: 40px 0;
}

.footer-menu__social li {
  display: inline-block;
}

.footer-menu__social svg, .footer-menu__social img {
  display: block;
}

.footer-menu__social a {
  display: block;
  background: white;
  border-radius: 50px;
  margin-left: 6px;
  width: 43px;
  height: 43px;
}

@media screen and (min-width: 1200px) {
  .footer-menu__social a {
    margin-left: 4px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu__social {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  .footer-menu__social ul {
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
}

.footer-bottom {
  border-top: 1px solid white;
  padding: 25px 30px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom {
    padding: 34px 0;
  }
}

.footer-bottom__copy {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .footer-bottom__copy {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    text-align: left;
  }
}

ul.footer-bottom__list {
  padding: 0;
  padding-top: 10px;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  ul.footer-bottom__list {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    padding-top: 0;
    text-align: right;
  }
}

ul.footer-bottom__list li {
  display: inline;
  padding-right: 10px;
}

ul.footer-bottom__list li:after {
  content: '|';
  padding-left: 10px;
}

ul.footer-bottom__list li:last-child:after {
  content: none;
}

ul.footer-bottom__list a {
  text-decoration: none;
}

ul.footer-bottom__list a:hover {
  text-decoration: underline;
}

/* Module: S */
.form--course-search .form__row {
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .form--course-search .form__row {
    flex-wrap: wrap;
  }
}

.form--course-search .form__row label {
  flex-grow: 1;
  display: block;
}

.form--course-search .form__row button {
  order: -1;
  flex-shrink: 0;
}

.form--course-search .form__row input {
  display: block;
  width: 100%;
  border: none;
  height: 100%;
  padding: var(--input-padding, 0.75rem 1.125rem);
  border-radius: unset;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  color: #002251;
  outline: none;
}

@media (min-width: 768px) {
  .form--course-search .form__row input {
    --input-padding: 1.0625rem 1.125rem;
  }
}

.form--course-search .form__row input::placeholder {
  color: #667a97;
}

.form--course-search .form__row input:focus {
  outline: none;
}

.form--course-search .form__row .clear-input-button {
  position: absolute;
  right: 9px;
  top: 11px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  appearance: none;
  border: none;
  border-radius: 50%;
  background: #b5b5b5;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  /* hide the button initially */
  display: none;
}

@media (min-width: 768px) {
  .form--course-search .form__row .clear-input-button {
    top: 16px;
    right: 14px;
  }
}

.form--course-search .form__row .input--touched + .clear-input-button {
  display: inline-flex;
}

.form--course-search .btn--submit {
  background: white;
  color: #9a8146;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  padding-left: clamp(1rem, 1.66667vw, 1.5rem);
  padding-right: 0;
  font-size: 1rem;
  margin: 0;
  border: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.form--course-search .btn--submit svg {
  height: 1em;
  width: var(--icon-width, 1em);
  display: block;
  font-size: 1em;
}

.form--course-search .btn--submit:hover, .form--course-search .btn--submit:focus {
  color: #002251;
}

.form--course-search .search-extra {
  display: flex;
  gap: clamp(0.75rem, 1.11111vw, 1rem);
  margin-top: 1.25rem;
  flex-direction: column;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.33333;
  letter-spacing: 0.01667em;
}

@media (min-width: 768px) {
  .form--course-search .search-extra {
    flex-direction: row;
    margin-top: 0.5rem;
  }
}

.form--course-search .search-extra__options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 1rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .form--course-search .search-extra__options {
    justify-content: flex-start;
  }
}

.form--course-search .search-extra p {
  margin: 0;
}

@media (min-width: 768px) {
  .form--course-search .search-extra p {
    padding-top: 0.3125rem;
  }
}

.form--course-search .pill {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.33333;
  leading-trim: both;
  text-edge: cap;
  border: none;
  background: transparent;
  text-align: center;
  letter-spacing: 0.03333em;
  text-transform: capitalize;
  color: currentColor;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0.83333em 0.33333em;
  position: relative;
  border-radius: 2.1875rem;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.form--course-search .pill:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  border: 1px solid var(--border-color, currentColor);
  opacity: var(--pill-opacity, 0.2);
  object-fit: cover;
  border-radius: 2.1875rem;
  transition-property: opacity, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.form--course-search .pill:hover, .form--course-search .pill:focus {
  background: white;
  color: #002251;
}

.form--course-search .pill:hover:before, .form--course-search .pill:focus:before {
  opacity: 1;
  border-color: white;
}

.form--course-search .form__autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  background: white;
  text-align: left;
  font-size: 1rem;
  color: #002251;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, transform, max-height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, step-end;
}

@media (max-width: 767px) {
  .form--course-search .form__autocomplete {
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .form--course-search .form__autocomplete {
    transform: translateY(-0.625rem);
  }
}

.form--course-search .form__autocomplete-inner {
  border-top: 1px solid #e6e9ee;
  border: 1px solid #e9e9e9;
  border-radius: 0 0 0.125rem 0.125rem;
}

@media (max-width: 767px) {
  .Study .form--course-search .form__autocomplete-inner {
    border: none;
    border-top: 1px solid #e9e9e9;
  }
}

.form--course-search .form__autocomplete-top {
  top: auto;
  bottom: 100%;
  border-radius: 0.125rem 0.125rem 0 0;
}

.form--course-search .form__autocomplete ul {
  max-height: 19.875rem;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: clamp(1rem, 1.66667vw, 1.5rem) clamp(1rem, 1.66667vw, 1.5rem) clamp(1rem, 2.08333vw, 1.875rem);
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1rem;
}

.form--course-search .form__autocomplete ul li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form--course-search .form__autocomplete ul li a {
  text-decoration: underline;
  color: currentColor;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.form--course-search .form__autocomplete ul li a:hover, .form--course-search .form__autocomplete ul li a:focus {
  color: #9a8146;
}

.form--course-search .form__autocomplete mark {
  background: transparent;
  font-weight: 700;
  color: currentColor;
  padding: 0;
}

@media (min-width: 768px) {
  .form--course-search .form__autocomplete-readmore {
    display: none;
  }
}

.form--course-search-autocomplete-open .form__autocomplete, .form--course-search.autocomplete-active .form__autocomplete {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, step-start;
}

@media (max-width: 767px) {
  .form--course-search-autocomplete-open .form__autocomplete, .form--course-search.autocomplete-active .form__autocomplete {
    max-height: var(--height, none);
  }
}

.section--course-search .form--course-search .search-extra__options {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .section--course-search .form--course-search .search-extra {
    font-size: 0.875rem;
    margin-top: 1.375rem;
  }
}

.panel--light .form--course-search .form__row {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.panel--light .form--course-search .pill {
  --border-color: #e9e9e9;
  --pill-opacity: 1;
}

.form--course-search .twitter-typeahead {
  width: 100%;
}

.form--course-search .tt-menu {
  border: 1px solid #e9e9e9;
  border-bottom: none;
  border-radius: 0 0 0.125rem 0.125rem;
  box-shadow: none;
  font-size: 1rem;
  padding-bottom: 0;
  width: calc(100% + 1em + clamp(1rem, 1.66667vw, 1.5rem));
  left: calc(0px - 1em - clamp(1rem, 1.66667vw, 1.5rem)) !important;
}

@media (min-width: 768px) {
  .form--course-search .tt-menu {
    border-bottom: 1px solid #e9e9e9;
  }
}

.form--course-search .tt-menu .tt-suggestion {
  color: #002251;
  padding: 0;
  margin: clamp(1rem, 1.66667vw, 1.5rem) clamp(1rem, 1.66667vw, 1.5rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  line-height: 1.4;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.form--course-search .tt-menu .tt-suggestion:hover, .form--course-search .tt-menu .tt-suggestion:focus {
  color: #9a8146;
  background-color: unset;
  text-decoration: underline;
}

.form--course-search .tt-menu .tt-cursor {
  background-color: unset;
  color: #9a8146;
}

.form--course-search .tt-noresults {
  color: #4a4a4a;
  margin: clamp(1rem, 1.66667vw, 1.5rem) clamp(1rem, 1.66667vw, 1.5rem);
  line-height: 1.4;
  text-align: left;
}

.form--course-search .form__autocomplete-readmore button {
  border: 0;
}

/* Module: S */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
select {
  border: 1px solid #9a8146;
  padding: 0 14px;
  height: 40px;
  background: white;
}

fieldset {
  border: none;
}

.sq-form-required-field {
  color: #ef1c1c;
}

abbr[title].sq-form-required-field {
  border-bottom: none;
  text-decoration: none;
}

.sq-form-question {
  margin-bottom: 20px;
}

.sq-form-question-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .sq-form-question-title {
    margin-bottom: 7px;
  }
}

.sq-form-question-answer input {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .sq-form-question-answer input {
    width: initial;
  }
}

input.sq-form-submit {
  background-position: right 52%;
  font-weight: bold;
  float: right;
}

input[value="Back"].sq-form-submit {
  background: gray;
}

.nd-form {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.nd-form::after {
  clear: both;
  content: "";
  display: block;
}

.nd-form--halfpage {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media screen and (min-width: 600px) {
  .nd-form--halfpage {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
    position: relative;
  }
}

.nd-form__row {
  margin-bottom: 20px;
}

.nd-form__row::after {
  clear: both;
  content: "";
  display: block;
}

.nd-form__col {
  display: block;
}

.nd-form__col.nd-form__col--basewidth input {
  width: initial;
}

.nd-form__col input {
  width: 100%;
}

.nd-form__error {
  color: #ef1c1c;
  display: block;
  margin-bottom: 0.4375rem;
}

@media screen and (min-width: 1200px) {
  .nd-form__error {
    margin-bottom: 0rem;
  }
}

.nd-form__row.error input,
.nd-form__row.error textarea,
.nd-form__row.error select {
  border: 1px red solid;
}

.nd-form__info {
  color: green;
  display: block;
  font-weight: bold;
}

.nd-form .nd-form--date select {
  width: 31.76157%;
  margin-right: 2.35765%;
  float: left;
  display: block;
}

.nd-form .nd-form--date select:last-of-type {
  margin-right: 0;
}

.nd-form--date input[type="text"] {
  width: 25%;
}

.nd-form--date input[name="q2490_q4_value[d]"],
.nd-form--date input[name="q3127_q4_value[d]"],
.nd-form--date input[name="q2489_q4_value[d]"] {
  margin-right: 3%;
}

.nd-form--date input[name="q2490_q4_value[m]"],
.nd-form--date input[name="q3127_q4_value[m]"],
.nd-form--date input[name="q2489_q4_value[m]"] {
  margin-right: 3%;
  margin-left: 2%;
}

.nd-form--date input[name="q2490_q4_value[y]"],
.nd-form--date input[name="q3127_q4_value[y]"],
.nd-form--date input[name="q2489_q4_value[y]"] {
  margin-left: 2%;
}

.nd-form__tip {
  margin: 10px 0;
  font-style: italic;
}

@media screen and (min-width: 600px) {
  .nd-form__tip {
    font-style: normal;
    margin: 0;
    position: absolute;
    left: 100%;
    width: 71.82117%;
    margin-left: 2.35765%;
    border: 1px solid #f8f8f8;
    padding: 15px;
    background: #f8f8f8;
  }
  .nd-form__tip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #f8f8f8;
    border-bottom: 5px solid transparent;
    left: -6px;
    top: 15px;
  }
}

.nd-form__guest {
  position: relative;
}

@media screen and (min-width: 600px) {
  .nd-form__guest .nd-form__tip {
    top: 0;
  }
}

.nd-form__note {
  font-size: 0.8125em;
  color: gray;
}

textarea.nd-form--contact {
  width: 100%;
  border: 1px solid #cecac6;
  background: white;
  padding: 5px;
}

.nd-form select {
  width: 100%;
  min-height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzNC4yNTIsMTE0LjIwM2wtMjEuNDA5LTIxLjQxNmMtNy40MTktNy4wNC0xNi4wODQtMTAuNTYxLTI1Ljk3NS0xMC41NjFjLTEwLjA5NSwwLTE4LjY1NywzLjUyMS0yNS43LDEwLjU2MSAgIEwyMjIuNDEsMjMxLjU0OUw4My42NTMsOTIuNzkxYy03LjA0Mi03LjA0LTE1LjYwNi0xMC41NjEtMjUuNjk3LTEwLjU2MWMtOS44OTYsMC0xOC41NTksMy41MjEtMjUuOTc5LDEwLjU2MWwtMjEuMTI4LDIxLjQxNiAgIEMzLjYxNSwxMjEuNDM2LDAsMTMwLjA5OSwwLDE0MC4xODhjMCwxMC4yNzcsMy42MTksMTguODQyLDEwLjg0OCwyNS42OTNsMTg1Ljg2NCwxODUuODY1YzYuODU1LDcuMjMsMTUuNDE2LDEwLjg0OCwyNS42OTcsMTAuODQ4ICAgYzEwLjA4OCwwLDE4Ljc1LTMuNjE3LDI1Ljk3Ny0xMC44NDhsMTg1Ljg2NS0xODUuODY1YzcuMDQzLTcuMDQ0LDEwLjU2Ny0xNS42MDgsMTAuNTY3LTI1LjY5MyAgIEM0NDQuODE5LDEzMC4yODcsNDQxLjI5NSwxMjEuNjI5LDQzNC4yNTIsMTE0LjIwM3oiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 8px;
}

.nd-form .nd-form__row ul {
  list-style: none;
  padding-left: 0;
}

.nd-form .nd-form__row li {
  display: inline-block;
  margin-right: 20px;
}

.nd-form .nd-form__row li:before {
  content: none;
}

ul.sq-form-page-list {
  padding-left: 0;
}

ul.sq-form-page-list li {
  font-weight: bold;
  margin: 0;
  display: none;
}

ul.sq-form-page-list li:before {
  content: none;
}

ul.sq-form-page-list li.sq-form-current-page-number {
  display: block;
}

.step--desktop {
  display: none;
}

.step__mobi {
  display: block;
  content: "";
  width: 100%;
}

.step__bar {
  display: block;
  background: #ccc;
  border-radius: 15px;
}

.step__bar-percent {
  display: block;
  border-radius: 15px 0 0 15px;
  background: #9a8146;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.step__bar-percent.lastPage {
  border-radius: 15px;
}

.step__description {
  display: block;
  font-style: bold;
  padding-bottom: 10px;
  padding-left: 10px;
}

.sq-form-current-page-number .step--desktop {
  background: green;
}

.form--show:after {
  display: inline-block;
  content: " ";
  right: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
  top: 18px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: red;
  height: 0.5em;
  width: 0.5em;
  transform: rotate(135deg);
}

.form--show.hide:after {
  transform: rotate(-44deg);
}

.seminar__sms-reminder ul {
  padding-left: 0;
}

.seminar__sms-reminder li:before {
  content: none;
}

.back_to_top {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: transparent url(mysource_files/go_to_top.png) no-repeat;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 600px) {
  .back_to_top {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1200px) {
  .back_to_top {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

select::-ms-expand {
  border: none;
  background: #f7f6f4;
}

input[type="radio"],
input[type="checkbox"] {
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}

input[type="radio"] + label {
  padding: 10px 20px 10px 50px;
  display: block;
  cursor: pointer;
  position: relative;
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
  position: absolute;
  content: "";
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

input[type="radio"] + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 1px solid #9a8146;
}

input[type="radio"]:checked + label {
  position: relative;
}

input[type="radio"]:checked + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 8px solid #9a8146;
}

.formRadio--vertical li {
  display: block;
  margin-right: 0;
}

input[type="checkbox"] + label {
  padding: 10px 20px 10px 50px;
  display: block;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  position: absolute;
  content: "";
}

input[type="checkbox"] + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 1px solid #9a8146;
}

input[type="checkbox"]:checked + label {
  position: relative;
}

input[type="checkbox"]:checked + label:before {
  width: 25px;
  height: 25px;
  top: 9px;
  left: 9px;
  background: white;
  border: 2px solid #9a8146;
}

input[type="checkbox"]:checked + label:after {
  width: 14px;
  height: 8px;
  border: solid #9a8146;
  border-width: 0 0 3px 3px;
  transform: rotate(315deg);
  top: 37%;
  left: 15px;
}

.nd-form--fullpage {
  margin: 0 20px;
}

.nd-form__paginate-buttons {
  text-align: right;
}

.nd-form__pagination {
  margin-bottom: 2em;
}

.parsley-errors-list.filled {
  opacity: 1;
  color: red;
}

.step__bar-percent[style="width:100%;"] {
  border-radius: 15px;
}

input[type="text"].parsley-error,
input[type="email"].parsley-error,
input[type="number"].parsley-error,
input[type="tel"].parsley-error {
  border: 1px solid red !important;
}

input[type="checkbox"].parsley-error + label:before,
input[type="radio"].parsley-error + label:before {
  border: 1px solid red;
}

.parsley-errors-list {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/* Optional: style error items individually */
ul.parsley-errors-list li {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 14px;
}

ul.parsley-errors-list {
  font-size: 0.9em;
  color: red;
  margin: 0.5em 0 0 0;
  padding: 0;
  list-style: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}

ul.parsley-errors-list.filled {
  opacity: 1;
}

/* custom positioning for date error */
.nd-form--date ul.parsley-errors-list {
  position: absolute;
  left: 0;
  bottom: -12px;
}

/* Module: S */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #4a4a4a;
  line-height: 1.4;
}

/* Desktop/Display 01/Large */
h1 {
  color: #002251;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: #002251;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0.2px;
  }
}

h2 {
  color: #9a8146;
  font-size: 24px;
  letter-spacing: 0.8px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

/* Heading 03/Bold */
h3 {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.072px;
  /* Desktop/Heading 03/Bold */
}

@media screen and (min-width: 768px) {
  h3 {
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 0.4px;
  }
}

h4 {
  color: #9a8146;
  font-weight: bold;
  font-size: 18px;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

h5 {
  font-weight: bold;
  font-size: 16px;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

h6 {
  font-weight: bold;
  font-size: 16px;
}

a {
  color: #9a8146;
}

p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

ul, ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.content li {
  margin-bottom: 5px;
}

.content li ol, .content li ul {
  margin-top: 5px;
}

.content a:not(.button):not(input.sq-form-submit):not(.saved-programs__button):not(.save-btn):not(.btn):not(.btn--full):not(.btn--std):not(.btn--icon):not(.btn--ghost):not(.btn--solid):not(.btn--solid-white):not(.btn--solid-offwhite):not(.btn--solid-gold):not(.btn--solid-blue):not(.btn--outline):not(.btn--outline-light-blue):not(.btn--outline--gold):not(.btn--outline-hover):not(.btn--outline:hover):not(.btn--outline:focus):hover {
  color: #9a8146;
}

.button, input.sq-form-submit, .program-togglers label, .saved-programs__button, .save-btn {
  padding: 11px 22px 11px 22px;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #9a8146;
  position: relative;
  background: transparent;
}

.button:hover, input.sq-form-submit:hover, .program-togglers label:hover, .saved-programs__button:hover, .save-btn:hover, .button:focus, input.sq-form-submit:focus, .program-togglers label:focus, .saved-programs__button:focus, .save-btn:focus {
  background: #9a8146;
  color: white;
}

.button.button--arrow, input.button--arrow.sq-form-submit, .program-togglers label.button--arrow, .button--arrow.saved-programs__button, .button--arrow.save-btn {
  padding-right: 28px;
}

.button.button--arrow:after, input.button--arrow.sq-form-submit:after, .program-togglers label.button--arrow:after, .button--arrow.saved-programs__button:after, .button--arrow.save-btn:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: black;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 47%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.button.button--padded, input.button--padded.sq-form-submit, .program-togglers label.button--padded, .button--padded.saved-programs__button, .button--padded.save-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.button--uppercase, input.button--uppercase.sq-form-submit, .program-togglers label.button--uppercase, .button--uppercase.saved-programs__button, .button--uppercase.save-btn {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.button.button--clear, input.button--clear.sq-form-submit, .program-togglers label.button--clear, .button--clear.saved-programs__button, .button--clear.save-btn {
  background: none;
  color: white;
}

.button.button--clear:hover, input.button--clear.sq-form-submit:hover, .program-togglers label.button--clear:hover, .button--clear.saved-programs__button:hover, .button--clear.save-btn:hover, .button.button--clear:focus, input.button--clear.sq-form-submit:focus, .program-togglers label.button--clear:focus, .button--clear.saved-programs__button:focus, .button--clear.save-btn:focus {
  background: #9a8146;
}

.button.button--download, input.button--download.sq-form-submit, .program-togglers label.button--download, .button--download.saved-programs__button, .button--download.save-btn, .button.button--save, input.button--save.sq-form-submit, .program-togglers label.button--save, .button--save.saved-programs__button, .button--save.save-btn {
  padding-left: 40px;
}

.button.button--download, input.button--download.sq-form-submit, .program-togglers label.button--download, .button--download.saved-programs__button, .button--download.save-btn {
  background: url("mysource_files/download-icon.svg") no-repeat 12% 50%;
}

.button.button--download:hover, input.button--download.sq-form-submit:hover, .program-togglers label.button--download:hover, .button--download.saved-programs__button:hover, .button--download.save-btn:hover, .button.button--download:focus, input.button--download.sq-form-submit:focus, .program-togglers label.button--download:focus, .button--download.saved-programs__button:focus, .button--download.save-btn:focus {
  background: #9a8146 url("mysource_files/download-icon-white.svg") no-repeat 12% 50%;
}

.button.button--save, input.button--save.sq-form-submit, .program-togglers label.button--save, .button--save.saved-programs__button, .button--save.save-btn {
  background: url("mysource_files/gold-star.svg") no-repeat 12% 50%;
}

.button.button--save:hover, input.button--save.sq-form-submit:hover, .program-togglers label.button--save:hover, .button--save.saved-programs__button:hover, .button--save.save-btn:hover, .button.button--save:focus, input.button--save.sq-form-submit:focus, .program-togglers label.button--save:focus, .button--save.saved-programs__button:focus, .button--save.save-btn:focus, .button.button--save.active, input.button--save.active.sq-form-submit, .program-togglers label.button--save.active, .button--save.active.saved-programs__button, .button--save.active.save-btn {
  background: #9a8146 url("mysource_files/white-star.svg") no-repeat 12% 50%;
}

.button.button--save .program-details__selected, input.button--save.sq-form-submit .program-details__selected, .program-togglers label.button--save .program-details__selected, .button--save.saved-programs__button .program-details__selected, .button--save.save-btn .program-details__selected {
  display: inline;
}

.button.button--save .program-details__unselected, input.button--save.sq-form-submit .program-details__unselected, .program-togglers label.button--save .program-details__unselected, .button--save.saved-programs__button .program-details__unselected, .button--save.save-btn .program-details__unselected {
  display: none;
}

.button.button--save.active .program-details__selected, input.button--save.active.sq-form-submit .program-details__selected, .program-togglers label.button--save.active .program-details__selected, .button--save.active.saved-programs__button .program-details__selected, .button--save.active.save-btn .program-details__selected {
  display: none;
}

.button.button--save.active .program-details__unselected, input.button--save.active.sq-form-submit .program-details__unselected, .program-togglers label.button--save.active .program-details__unselected, .button--save.active.saved-programs__button .program-details__unselected, .button--save.active.save-btn .program-details__unselected {
  display: inline;
}

.button.active, input.active.sq-form-submit, .program-togglers label.active, .active.saved-programs__button, .active.save-btn {
  background: #9a8146;
  color: white;
}

input[type="submit"] {
  padding: 11px 22px 11px 22px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #9a8146;
  position: relative;
  background: #9a8146;
  color: white;
  float: none;
}

.program-details .content > h1:first-child {
  color: #9a8146;
  margin-bottom: 0;
  letter-spacing: 1.6px;
}

.program-details .content > div:first-of-type {
  font-size: 16px;
  letter-spacing: 0.4px;
}

.program-details .content > div:first-of-type p:first-child {
  margin-top: 0;
  letter-spacing: 0.7px;
}

.landing h1.layout-page-title {
  text-align: center;
  letter-spacing: 1.2px;
  margin: 0.67em 0;
}

/* Module: S */
.gold-bar {
  background: #9a8146;
  color: white;
}

.gold-bar__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .gold-bar__content {
    display: flex;
    justify-content: space-between;
  }
}

.gold-bar__item {
  display: block;
  color: white;
  background: #9a8146;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-family: 'helvetica-neue-roman', sans-serif;
  font-weight: 600;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #b69b5d;
  line-height: 1;
  transition: background-color 0.5s ease;
}

.gold-bar__item:hover, .gold-bar__item.active {
  background: #ac904e;
  color: white;
}

@media screen and (min-width: 1200px) {
  .gold-bar__item {
    padding-top: 20px;
  }
  .gold-bar__item:last-child {
    padding-bottom: 20px;
  }
}

.gold-bar-sub {
  background: white;
  color: black;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.gold-bar-sub__container {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gold-bar-sub__container.active {
  display: block;
}

.gold-bar-sub__item {
  border: 2px solid #9a8146;
  color: #4a4a4a;
  padding: 16px;
  padding-right: 28px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: "helvetica-neue", sans-serif;
  text-transform: uppercase;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .gold-bar-sub__item {
    margin-left: 5px;
  }
  .gold-bar-sub__item:first-child {
    margin-left: 0;
  }
}

.gold-bar-sub__item:hover {
  background: #9a8146;
  color: white;
}

.gold-bar-sub__item:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: black;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 47%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.gold-bar-sub__flex {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .gold-bar-sub__flex {
    display: flex;
    justify-content: center;
  }
}

/* Module: S */
.home-carousel {
  overflow: hidden;
  position: relative;
}

.home-carousel .home-carousel__item-container {
  height: 100vh;
}

.home-carousel .carousel__item {
  height: 100vh;
}

.home-carousel .carousel__item.youtube {
  position: relative;
}

.home-carousel .carousel__item.youtube:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}

.home-carousel .carousel__content {
  padding-top: 0;
}

.carousel-location__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.carousel-location {
  color: red;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 90vh;
  text-align: right;
  z-index: 1;
  letter-spacing: 5px;
}

.carousel-location__text {
  background: blue;
  color: white;
  background: url("mysource_files/map-pin-icon.svg") no-repeat;
  padding-left: 20px;
  text-transform: uppercase;
}

.home-carousel-jumpDown {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.home-carousel-jumpDown span {
  display: block;
  font-size: 13px;
}

.jumpDownButton {
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  height: 165px;
  padding-top: 10px;
  position: relative;
}

.jumpDownButton__circle,
.jumpDownButton__line {
  position: absolute;
}

.jumpDownButton__circle {
  height: 60px;
  width: 60px;
  margin: 0 20px;
  border-radius: 50px;
  border: 2px dotted #5e9cd6;
  position: relative;
  z-index: 2;
}

.jumpDownButton__arrow {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(225deg);
  left: 45px;
  top: 35px;
}

.jumpDownButton__dot {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  border: 5px solid #5e9cd6;
  background: white;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.jumpDownButton__line--dashed {
  content: "";
  position: absolute;
  top: 75px;
  width: 1px;
  height: 60px;
  border-left: #9a8146 dotted 2px;
  left: 50%;
  transform: translate(-50%, 0);
}

.jumpDownButton__line--solid {
  content: "";
  position: absolute;
  top: 75px;
  width: 1px;
  border-left: #9a8146 solid 2px;
  left: 50%;
  transform: translate(-50%, 0);
}

.jumpDownButton__circle--dot {
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 50px;
  border: solid #5e9cd6;
  border-width: 0;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jumpDownButton__target {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 2px solid #5e9cd6;
  position: absolute;
  bottom: 0;
  left: 43px;
}

.jumpDownButton__target::after {
  content: "";
  width: 32px;
  height: 32px;
  border: 2px dotted #5e9cd6;
  border-radius: 20px;
  display: inline-block;
  margin-left: -11px;
  margin-top: -11px;
}

.scroll-jacked {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}

.scroll-jacked--animating {
  width: 100% !important;
  overflow: hidden;
}

.video-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: red;
  position: absolute;
  opacity: 0;
}

/* Adjustments for adjustable text version */
/* Text Alignment */
/* Font Style */
/* Text Transform */
/* Font Weight */
.home-carousel--with-adjustable-text {
  /* Hide the text on first load before Slick has taken over */
}

.home-carousel--with-adjustable-text .carousel__head-overlay {
  height: 210px;
}

.home-carousel--with-adjustable-text .home-carousel__item-container > .carousel__item > .carousel-text__container {
  display: none;
}

.home-carousel--with-adjustable-text .carousel__item {
  display: inline-flex !important;
  justify-content: center;
}

.home-carousel--with-adjustable-text .carousel__image-container {
  /* image position */
}

.home-carousel--with-adjustable-text .carousel__image-container--left {
  background-position: left !important;
}

.home-carousel--with-adjustable-text .carousel__image-container--right {
  background-position: right !important;
}

.home-carousel--with-adjustable-text .carousel__image-container--center {
  background-position: center !important;
}

.home-carousel--with-adjustable-text .carousel__image-container--top-left {
  background-position-y: top !important;
  background-position-x: left !important;
}

.home-carousel--with-adjustable-text .carousel__image-container--top-right {
  background-position-y: top !important;
  background-position-x: right !important;
}

.home-carousel--with-adjustable-text .carousel__image-container--bottom-left {
  background-position-y: bottom !important;
  background-position-x: left !important;
}

.home-carousel--with-adjustable-text .carousel__image-container--bottom-right {
  background-position-y: bottom !important;
  background-position-x: right !important;
}

.home-carousel--with-adjustable-text .carousel-text {
  font-weight: 900;
  line-height: 0.95;
  /* Colour */
  /* Font size */
  /* Margin */
  /* Text Alignment */
  /* Font Style */
  /* Text Transformations */
  /* Font Weight */
}

.home-carousel--with-adjustable-text .carousel-text--helvetica-neue-roman {
  font-family: 'helvetica-neue-roman';
}

.home-carousel--with-adjustable-text .carousel-text--white {
  color: white;
}

.home-carousel--with-adjustable-text .carousel-text--gold {
  color: #9a8146;
}

.home-carousel--with-adjustable-text .carousel-text--dark-blue {
  color: #002251;
}

.home-carousel--with-adjustable-text .carousel-text--dark-grey {
  color: #353436;
}

.home-carousel--with-adjustable-text .carousel-text--arcade-peach {
  color: #f2e3e0;
}

.home-carousel--with-adjustable-text .carousel-text--sky-blue {
  color: #5e9cd6;
}

.home-carousel--with-adjustable-text .carousel-text--gunmetal-grey {
  color: #262626;
}

.home-carousel--with-adjustable-text .carousel-text--arcade-headline {
  color: #0a0a0a;
}

.home-carousel--with-adjustable-text .carousel-text--arcade-charcoal {
  color: #1a1e21;
}

.home-carousel--with-adjustable-text .carousel-text--caps {
  font-size: 109.3px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.home-carousel--with-adjustable-text .carousel-text--footer {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.11;
}

.home-carousel--with-adjustable-text .carousel-text--super-header-xl {
  font-size: 72px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.home-carousel--with-adjustable-text .carousel-text--super-header {
  font-size: 53.3px;
  font-weight: 700;
  text-transform: none;
}

.home-carousel--with-adjustable-text .carousel-text--large-headers {
  font-size: 40px;
  line-height: 41.3px;
  font-weight: 700;
  text-transform: none;
}

.home-carousel--with-adjustable-text .carousel-text--medium-headers {
  font-size: 37.3px;
  line-height: 41.3px;
  font-weight: 700;
  text-transform: none;
}

.home-carousel--with-adjustable-text .carousel-text--small-headline {
  font-size: 32px;
  line-height: 29.3px;
  font-weight: 700;
  text-transform: none;
}

.home-carousel--with-adjustable-text .carousel-text--pull-quote {
  font-size: 21.3px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
}

.home-carousel--with-adjustable-text .carousel-text--sub-headers {
  font-size: 16px;
  line-height: 21.3px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}

.home-carousel--with-adjustable-text .carousel-text--10-pt-caps {
  font-size: 13.3px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}

.home-carousel--with-adjustable-text .carousel-text--margin-bottom-small {
  margin-bottom: 0.5rem;
}

.home-carousel--with-adjustable-text .carousel-text--margin-bottom-medium {
  margin-bottom: 1rem;
}

.home-carousel--with-adjustable-text .carousel-text--margin-bottom-large {
  margin-bottom: 2rem;
}

.home-carousel--with-adjustable-text .carousel-text--margin-bottom-x-large {
  margin-bottom: 4rem;
}

.home-carousel--with-adjustable-text .carousel-text--align-center {
  text-align: center;
}

.home-carousel--with-adjustable-text .carousel-text--align-left {
  text-align: left;
}

.home-carousel--with-adjustable-text .carousel-text--align-right {
  text-align: right;
}

.home-carousel--with-adjustable-text .carousel-text--slope-normal {
  font-style: normal;
}

.home-carousel--with-adjustable-text .carousel-text--slope-italic {
  font-style: italic;
}

.home-carousel--with-adjustable-text .carousel-text--capitalisation-none {
  text-transform: none;
}

.home-carousel--with-adjustable-text .carousel-text--capitalisation-uppercase {
  text-transform: uppercase;
}

.home-carousel--with-adjustable-text .carousel-text--weight-normal {
  font-weight: 400;
}

.home-carousel--with-adjustable-text .carousel-text--weight-bold {
  font-weight: 700;
}

.home-carousel--with-adjustable-text .carousel-text__container {
  bottom: max(25px, 4%);
  max-width: 90%;
  position: absolute;
  z-index: 1000;
}

.home-carousel--with-adjustable-text .carousel-button {
  background: #9a8146;
  color: white !important;
  border-color: white;
  margin-right: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.home-carousel--with-adjustable-text .carousel-button--inverse {
  background: white;
  border-color: #9a8146;
  color: #4a4a4a !important;
}

.home-carousel--with-adjustable-text .carousel-button__container {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.home-carousel--with-adjustable-text .carousel-footer__container {
  margin-top: 0.25rem;
}

@media screen and (max-width: 767px) {
  .home-carousel--with-adjustable-text .carousel-text {
    /* MARGIN */
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-white {
    color: white;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-gold {
    color: #9a8146;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-dark-grey {
    color: #353436;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-arcade-peach {
    color: #f2e3e0;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-sky-blue {
    color: #5e9cd6;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-gunmetal-grey {
    color: #262626;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-arcade-headline {
    color: #0a0a0a;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-arcade-charcoal {
    color: #1a1e21;
  }
  .home-carousel--with-adjustable-text .carousel-text--caps {
    font-size: 71.045px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--super-header-xl {
    font-size: 46.8px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--super-header {
    font-size: 34.645px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--large-headers {
    font-size: 26px;
    line-height: 26.845px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--medium-headers {
    font-size: 24.245px;
    line-height: 26.845px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--small-headline {
    font-size: 20.8px;
    line-height: 19.045px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--pull-quote {
    font-size: 13.845px;
    line-height: 15.6px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--sub-headers {
    font-size: 10.4px;
    line-height: 13.845px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--10-pt-caps {
    font-size: 8.645px;
    line-height: 10.4px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-caps {
    font-size: 71.045px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-super-header {
    font-size: 34.645px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-large-headers {
    font-size: 26px;
    line-height: 26.845px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-medium-headers {
    font-size: 24.245px;
    line-height: 26.845px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-small-headline {
    font-size: 20.8px;
    line-height: 19.045px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-pull-quote {
    font-size: 13.845px;
    line-height: 15.6px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-sub-headers {
    font-size: 10.4px;
    line-height: 13.845px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--mob-10-pt-caps {
    font-size: 8.645px;
    line-height: 10.4px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-mob-none {
    margin-bottom: 0rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-mob-small {
    margin-bottom: 0.5rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-mob-medium {
    margin-bottom: 1rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-mob-large {
    margin-bottom: 2rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-mob-x-large {
    margin-bottom: 4rem;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-top-right {
    text-align: right;
    right: 5%;
    top: 30%;
    top: max(210px, 30%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-top-right .carousel-button__container {
    justify-content: flex-end;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-top-right .carousel-button {
    margin-right: 0;
    margin-left: 1em;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-right {
    text-align: right;
    right: 5%;
    top: 50%;
    top: max(210px, 50%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-right .carousel-button__container {
    justify-content: flex-end;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-right .carousel-button {
    margin-right: 0;
    margin-left: 1em;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-bottom-right {
    text-align: right;
    right: 5%;
    bottom: 8%;
    bottom: max(50px, 8%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-bottom-right .carousel-button__container {
    justify-content: flex-end;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-bottom-right .carousel-button {
    margin-right: 0;
    margin-left: 1em;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-top-left {
    left: 5%;
    top: 30%;
    top: max(210px, 30%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-left {
    left: 5%;
    top: 50%;
    top: max(210px, 50%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--mob-bottom-left {
    left: 5%;
    bottom: 8%;
    bottom: max(50px, 8%);
  }
  .home-carousel--with-adjustable-text .carousel-text__content--mobile ~ .carousel-text__content {
    display: none;
  }
  .home-carousel--with-adjustable-text .carousel__image-container--mobile ~ .carousel__image-container {
    display: none;
  }
  .home-carousel--with-adjustable-text .carousel-text__content--tablet {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .home-carousel--with-adjustable-text .carousel-text__container {
    width: 50%;
  }
  .home-carousel--with-adjustable-text .carousel-text {
    /* Font Size */
    /* Margin */
  }
  .home-carousel--with-adjustable-text .carousel-text--footer {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-small {
    margin-bottom: 1rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-medium {
    margin-bottom: 2rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-large {
    margin-bottom: 4rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-x-large {
    margin-bottom: 8rem;
  }
  .home-carousel--with-adjustable-text .carousel-button__container {
    display: block;
    justify-content: left;
  }
  .home-carousel--with-adjustable-text .carousel-text__content--mobile {
    display: none;
  }
  .home-carousel--with-adjustable-text .carousel__image-container--mobile {
    display: none;
  }
  .home-carousel--with-adjustable-text .carousel-footer__container {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .home-carousel--with-adjustable-text .carousel-text {
    /* MARGIN */
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-white {
    color: white;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-gold {
    color: #9a8146;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-dark-grey {
    color: #353436;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-arcade-peach {
    color: #f2e3e0;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-sky-blue {
    color: #5e9cd6;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-gunmetal-grey {
    color: #262626;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-arcade-headline {
    color: #0a0a0a;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-arcade-charcoal {
    color: #1a1e21;
  }
  .home-carousel--with-adjustable-text .carousel-text--caps {
    font-size: 98.37px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--super-header-xl {
    font-size: 64.8px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--super-header {
    font-size: 47.97px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--large-headers {
    font-size: 36px;
    line-height: 37.17px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--medium-headers {
    font-size: 33.57px;
    line-height: 37.17px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--small-headline {
    font-size: 28.8px;
    line-height: 26.37px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--pull-quote {
    font-size: 19.17px;
    line-height: 21.6px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--sub-headers {
    font-size: 14.4px;
    line-height: 19.17px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--10-pt-caps {
    font-size: 11.97px;
    line-height: 14.4px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-caps {
    font-size: 109.3px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-super-header {
    font-size: 53.3px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-large-headers {
    font-size: 40px;
    line-height: 41.3px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-medium-headers {
    font-size: 37.3px;
    line-height: 41.3px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-small-headline {
    font-size: 32px;
    line-height: 29.3px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-pull-quote {
    font-size: 21.3px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-sub-headers {
    font-size: 16px;
    line-height: 21.3px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
  }
  .home-carousel--with-adjustable-text .carousel-text--tab-10-pt-caps {
    font-size: 13.3px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-tab-none {
    margin-bottom: 0rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-tab-small {
    margin-bottom: 1rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-tab-medium {
    margin-bottom: 2rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-tab-large {
    margin-bottom: 3rem;
  }
  .home-carousel--with-adjustable-text .carousel-text--margin-bottom-tab-x-large {
    margin-bottom: 4rem;
  }
  .home-carousel--with-adjustable-text .carousel-text__container {
    max-width: 100%;
    padding: 0;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-top-right {
    text-align: right;
    right: 5%;
    top: 30%;
    top: max(210px, 30%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-top-right .carousel-button__container {
    justify-content: flex-end;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-top-right .carousel-button {
    margin-right: 0;
    margin-left: 1em;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-right {
    text-align: right;
    right: 5%;
    top: 50%;
    top: max(210px, 50%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-right .carousel-button__container {
    justify-content: flex-end;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-right .carousel-button {
    margin-right: 0;
    margin-left: 1em;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-bottom-right {
    text-align: right;
    right: 5%;
    bottom: 8%;
    bottom: max(50px, 8%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-bottom-right .carousel-button__container {
    justify-content: flex-end;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-bottom-right .carousel-button {
    margin-right: 0;
    margin-left: 1em;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-top-left {
    left: 5%;
    top: 30%;
    top: max(210px, 30%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-left {
    left: 5%;
    top: 50%;
    top: max(210px, 50%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--tab-bottom-left {
    left: 5%;
    bottom: 8%;
    bottom: max(50px, 8%);
  }
  .home-carousel--with-adjustable-text .carousel-text__content--tablet + .carousel-text__content {
    display: none;
  }
  .home-carousel--with-adjustable-text .carousel__image-container--tablet + .carousel__image-container {
    display: none;
  }
}

/* desktop options */
@media screen and (min-width: 1200px) {
  .home-carousel--with-adjustable-text .carousel-text__container {
    max-width: 100%;
    padding: 0;
  }
  .home-carousel--with-adjustable-text .carousel-text__container--top-right {
    left: 50%;
    top: 30%;
    top: max(210px, 30%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--right {
    left: 50%;
    top: 50%;
    top: max(210px, 50%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--bottom-right {
    left: 50%;
    bottom: 8%;
    bottom: max(50px, 8%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--top-left {
    left: 5%;
    top: 30%;
    top: max(210px, 30%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--left {
    left: 5%;
    top: 50%;
    top: max(210px, 50%);
  }
  .home-carousel--with-adjustable-text .carousel-text__container--bottom-left {
    left: 5%;
    bottom: 8%;
    bottom: max(50px, 8%);
  }
  .home-carousel--with-adjustable-text .carousel-text__content--tablet {
    display: none;
  }
}

/* Module: S */
.homepage-video {
  overflow: hidden;
}

.homepage-video__iframe-container {
  height: 100vh;
}

.homepage-video__image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 7s ease-in-out;
}

.homepage-video__image-container {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .embed-player {
    position: relative;
  }
}

/* Module: S */
.horizontal-card-container {
  padding: 20px;
}

.bootstrap-dynamic-horizontal-card {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #5E9CD6;
  padding: 20px;
}

.bootstrap-dynamic-horizontal-card__content {
  padding: 15px;
}

.bootstrap-dynamic-horizontal-card__heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  color: #1A1E21;
}

.bootstrap-dynamic-horizontal-card__text {
  margin: 1rem 0;
}

.bootstrap-dyc-image__image {
  width: 100%;
}

.bootstrap-dyc-image__hidden-img {
  display: none;
  max-width: 75%;
}

.bdyc-button {
  border-color: #5E9CD6;
  background: transparent;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.bdyc-button:hover, .bdyc-button:focus {
  background: #5E9CD6;
}

@media screen and (min-width: 768px) {
  .horizontal-card-container {
    padding: 50px 20px 30px;
  }
  .bootstrap-dynamic-horizontal-card {
    padding: 40px 40px 40px 60px;
  }
  .bootstrap-dynamic-horizontal-card__content {
    padding: 0 40px 0 0;
  }
  .bdyc-button {
    margin-bottom: 0;
  }
  .bootstrap-dyc-image__outer {
    position: relative;
  }
  .bootstrap-dyc-image__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -80px;
  }
  .bootstrap-dyc-image__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bootstrap-dyc-image__hidden-img {
    display: block;
    visibility: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .horizontal-card-container {
    padding: 60px 20px 40px;
  }
  .bootstrap-dynamic-horizontal-card__heading {
    font-size: 36px;
    line-height: 46px;
  }
}

/* Module: S */
.image-cards__card {
  position: relative;
}

.image-cards__image {
  height: 400px;
  background-color: #555759;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.image-cards__link:hover .image-cards__title::after, .image-cards__link:focus .image-cards__title::after {
  animation: changeWidth;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.image-cards__panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(26, 30, 33, 0) 0%, #1A1E21 100%);
}

.image-cards__text {
  color: white;
  width: 100%;
  padding: 35px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  min-height: 0px;
}

.image-cards__title {
  display: block;
  font-weight: 300;
  margin: 0;
  color: white;
  font-size: 22px;
  letter-spacing: 0.8px;
}

.image-cards__title:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 10%;
  background-color: #9a8146;
  bottom: 25px;
  left: 25px;
}

@media screen and (min-width: 1200px) {
  .image-cards__text {
    padding: 60px 25px;
  }
  .image-cards__title:after {
    bottom: 40px;
  }
}

/* Module: S */
.key-dates {
  overflow: hidden;
  background-color: #f9f9fb;
}

.key-dates__content {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .key-dates__content {
    max-width: 33rem;
    margin: 0 auto 3rem;
  }
}

.key-dates__content .title {
  font-size: 1.625rem;
  grid-area: title;
  color: #002251;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

@media (min-width: 992px) {
  .key-dates__content .title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .key-dates__content .title {
    font-size: 2.25rem;
  }
}

.key-dates__content .description {
  font-size: 1.125rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .key-dates__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(min(100%, 24.625rem)), 1fr));
    gap: 1rem;
  }
}

.key-dates__item {
  display: grid !important;
  grid-template-rows: 2.75rem 1fr;
  height: 100%;
  position: relative;
}

.key-dates__item .date {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  color: white;
  text-align: center;
  background-color: #9a8146;
}

.key-dates__item .date .day,
.key-dates__item .date .month {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.key-dates__item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccd3dc;
  background-color: white;
  padding: 1rem;
  transition: border-color 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .key-dates__item .info {
    padding-bottom: 0.875rem;
  }
}

.key-dates__item .info .subtitle {
  color: #002251;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 1200px) {
  .key-dates__item .info .subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .key-dates__item .info .subtitle {
    line-height: 1.44444;
    margin-bottom: 0.77778em;
  }
}

.key-dates__item .info .link {
  color: #002251;
  font-weight: 500;
}

.key-dates__item .info .link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .key-dates__item {
    grid-template-columns: 7.5rem 1fr;
    grid-template-rows: 1fr;
  }
  .key-dates__item .date {
    flex-direction: column;
  }
  .key-dates__item .date .day {
    font-size: 2.75rem;
  }
  .key-dates__item .info {
    border-width: 1px 1px 1px 0px;
  }
  .key-dates__item .info .subtitle {
    max-width: 90%;
  }
}

.key-dates__item:hover .info, .key-dates__item:focus .info {
  border-color: #5e9cd6;
}

.key-slider--mobile .slick-list {
  overflow: visible;
}

.key-slider--mobile .slick-track {
  display: flex !important;
}

.key-slider--mobile .slick-slide {
  margin-right: 1rem;
  height: inherit;
  width: clamp(10.6875rem, 30.69444vw, 27.625rem);
}

.key-slider--mobile .slick-slide > div {
  height: 100%;
}

.key-slider--mobile__arrows {
  grid-area: arrows;
  display: flex;
  justify-content: space-between;
  margin: 1.0625rem 0 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .key-slider--mobile__arrows {
    display: none;
    margin: 1.5rem 0;
  }
}

.key-slider--mobile__arrows .slick-control {
  background: none;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  color: currentColor;
  border: 1px solid #e6e9ee;
  transition: border 0.3s ease-in-out;
}

.key-slider--mobile__arrows .slick-control:hover, .key-slider--mobile__arrows .slick-control:focus {
  border: 1px solid #9a8146;
}

.key-slider--mobile__arrows .slick-control__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-slider--mobile__arrows .slick-control svg {
  height: 0.75rem;
}

.key-slider--mobile__arrows .slick-control--prev svg {
  transform: rotate(180deg);
}

/* Module: S */
.lr-image-text {
  padding: 20px;
}

.lr-image-text::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .lr-image-text {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .lr-image-text {
    padding: 40px 20px;
  }
}

.lr-image-text__heading {
  color: #002251;
}

/* Module: S */
.link-tiles {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}

.link-tiles:hover, .link-tiles:focus {
  border: 1px solid #5E9CD6;
  background: rgba(245, 246, 248, 0.4);
}

.link-tiles__container {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .link-tiles__container {
    padding-top: 30px;
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .link-tiles__container {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}

.link-tiles__link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.link-tiles__link:hover, .link-tiles__link:focus {
  text-decoration: none;
}

.link-tiles__link:hover .link-tiles__text, .link-tiles__link:focus .link-tiles__text {
  color: #4a4a4a;
}

.link-tiles__icon {
  height: 32px;
  width: 32px;
}

.link-tiles__heading {
  font-weight: 700;
  font-size: 16px;
}

.link-tiles__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a4a4a;
  margin: 0;
}

/* Module: S */
.logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 70px;
  display: none;
}

.logo img {
  margin: 0 auto;
}

.home .logo {
  display: block;
}

.logo-crest {
  display: block;
}

.logo-type {
  display: none;
  padding-top: 22px;
}

@media screen and (min-width: 1200px) {
  .logo-type {
    display: block;
  }
}

/* Module: S */
.nd-difference {
  text-align: center;
  display: block;
}

.nd-difference .slick-track {
  margin: 0 auto;
}

.nd-difference .slick-dots button {
  border: none;
  font-size: 0;
  height: 0.875rem;
  width: 0.875rem;
  padding: 0;
  margin: 0 0.25rem;
  border-radius: 1.5625rem;
  border: 1px solid #9a8146;
  background: initial;
  position: relative;
}

.nd-difference .slick-dots button:after {
  border-radius: 1.5625rem;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  height: 6px;
  width: 6px;
  background: #9a8146;
}

.nd-difference .slick-dots .slick-active button {
  background: #9a8146;
}

.nd-difference .slick-dots .slick-active button:after {
  background: white;
}

.nd-difference__heading {
  font-size: 35px;
  color: #4a4a4a;
  margin: 0;
  display: inline;
  letter-spacing: 1.1px;
}

.typed-cursor {
  font-size: 35px;
}

.nd-difference__subheader {
  color: #555759;
  font-size: 20px;
  letter-spacing: 1.3px;
}

.nd-difference__subheader a {
  text-decoration: none;
}

.nd-difference__subheader a:hover {
  color: #9a8146;
  text-decoration: underline;
}

.nd-difference__content {
  list-style: none;
  padding: 0;
}

.nd-difference__content::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1200px) {
  .nd-difference__content {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.nd-difference__image {
  background: url("mysource_files/laurel.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 180px;
  margin: 0 20px;
}

.nd-difference__text {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  height: 100%;
  width: 120px;
  padding-bottom: 26px;
}

.nd-difference__text p {
  display: table-cell;
  vertical-align: middle;
}

.nd-difference__foot-text {
  font-size: 14px;
}

.nd-difference__foot-text a:hover {
  color: #9a8146;
}

.nd-difference__button {
  margin-top: 20px;
}

/* Module: S */
.news-buttons {
  text-align: center;
  margin-bottom: 24px;
}

.news-buttons a {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .news-buttons {
    text-align: right;
  }
  .news-buttons a {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
  }
}

/* Module: S */
.event-details .main > .content-container:first-child, .event-details .main > .content-container--block:first-child, .event-details .main > .nd-difference:first-child, .event-details .main > .employment-landing:first-child, .event-details .main > .related-links:first-child, .news-details .main > .content-container:first-child, .news-details .main > .content-container--block:first-child, .news-details .main > .nd-difference:first-child, .news-details .main > .employment-landing:first-child, .news-details .main > .related-links:first-child, .landing .main > .content-container:first-child, .landing .main > .content-container--block:first-child, .landing .main > .nd-difference:first-child, .landing .main > .employment-landing:first-child, .landing .main > .related-links:first-child, .home .main > .content-container:first-child, .home .main > .content-container--block:first-child, .home .main > .nd-difference:first-child, .home .main > .employment-landing:first-child, .home .main > .related-links:first-child {
  padding: 0;
}

.news-events-banner {
  background: #f8f8f8;
}

@media screen and (min-width: 1200px) {
  .news-events-banner {
    min-height: 233px;
  }
}

.news-events-banner__container {
  position: relative;
}

img.news-events-banner__thumbnail {
  display: none;
}

@media screen and (min-width: 1200px) {
  img.news-events-banner__thumbnail {
    display: block;
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    position: absolute;
    width: initial;
    left: 20px;
    top: -20px;
    margin: 0;
    width: 425px;
    max-height: 280px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
  }
}

.news-events-banner__content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding: 20px 0;
}

@media screen and (min-width: 1200px) {
  .news-events-banner__content {
    padding-top: 70px;
  }
}

img + .news-events-banner__content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media screen and (min-width: 1200px) {
  img + .news-events-banner__content {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(41.66667% - 28.33333px + 40px);
  }
}

h1.news-events-banner__heading {
  margin: 0;
  font-weight: normal;
}

.news-events-banner__details {
  padding-top: 20px;
  font-weight: bold;
  color: #555759;
}

.news-events-banner__location, .news-events-banner__date {
  padding: 3px 13px 3px 30px;
  font-size: 14px;
}

.news-events-banner__location {
  border-right: 1px solid #9a8146;
  background: url("mysource_files/map-pin-icon-gold.svg") no-repeat 0 50%;
  margin-right: 13px;
}

.news-events-banner__date {
  background: url("mysource_files/calendar-icon.svg") no-repeat 0 50%;
}

/* Module: S */
#component_394890 {
  display: grid;
  /*grid-template-columns: 1fr;*/
  grid-template-columns: 100%;
  /*grid-template-rows: 3fr 1fr 1fr 1fr 1fr;*/
  /*justify-content: center;*/
  /*align-items: flex-start;*/
  gap: 20px;
}

.section--featured-news-grid .container .section__inner .section__header, .section--featured-news-grid .apply-direct-cta__container .section__inner .section__header, .section--featured-news-grid .content-container .section__inner .section__header, .section--featured-news-grid .content-container--block .section__inner .section__header, .section--featured-news-grid .nd-difference .section__inner .section__header, .section--featured-news-grid .employment-landing .section__inner .section__header, .section--featured-news-grid .related-links .section__inner .section__header, .section--featured-news-grid .study-intro-quote .section__inner .section__header, .section--featured-news-grid .course-tiles__grid .section__inner .section__header, .section--featured-news-grid .program-form .section__inner .section__header, .section--featured-news-grid .program-banners .section__inner .section__header, .section--featured-news-grid .course-tiles__text-container .section__inner .section__header, .section--featured-news-grid .cta-bar .section__inner .section__header, .section--featured-news-grid .event-cards .section__inner .section__header, .section--featured-news-grid .bootstrap-dynamic-grid .section__inner .section__header, .section--featured-news-grid .footer-menu .section__inner .section__header, .section--featured-news-grid .footer-bottom__container .section__inner .section__header, .section--featured-news-grid .horizontal-card-container .section__inner .section__header, .section--featured-news-grid .lr-image-text .section__inner .section__header, .section--featured-news-grid .link-tiles__container .section__inner .section__header, .section--featured-news-grid .news-events-banner__container .section__inner .section__header, .section--featured-news-grid .partnerships .section__inner .section__header, .section--featured-news-grid .program-container .section__inner .section__header, .section--featured-news-grid .program-selector-container .section__inner .section__header, .section--featured-news-grid .student-exp__container .section__inner .section__header, .section--featured-news-grid .student-landing-banner__container .section__inner .section__header, .section--featured-news-grid .student-tiles__container .section__inner .section__header, .section--featured-news-grid .study-hero-icons .section__inner .section__header, .section--featured-news-grid .top-nav__container .section__inner .section__header, .section--featured-news-grid .two-videos__container .section__inner .section__header {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.section--featured-news-grid .container .section__inner .section__header .section__title, .section--featured-news-grid .apply-direct-cta__container .section__inner .section__header .section__title, .section--featured-news-grid .content-container .section__inner .section__header .section__title, .section--featured-news-grid .content-container--block .section__inner .section__header .section__title, .section--featured-news-grid .nd-difference .section__inner .section__header .section__title, .section--featured-news-grid .employment-landing .section__inner .section__header .section__title, .section--featured-news-grid .related-links .section__inner .section__header .section__title, .section--featured-news-grid .study-intro-quote .section__inner .section__header .section__title, .section--featured-news-grid .course-tiles__grid .section__inner .section__header .section__title, .section--featured-news-grid .program-form .section__inner .section__header .section__title, .section--featured-news-grid .program-banners .section__inner .section__header .section__title, .section--featured-news-grid .course-tiles__text-container .section__inner .section__header .section__title, .section--featured-news-grid .cta-bar .section__inner .section__header .section__title, .section--featured-news-grid .event-cards .section__inner .section__header .section__title, .section--featured-news-grid .bootstrap-dynamic-grid .section__inner .section__header .section__title, .section--featured-news-grid .footer-menu .section__inner .section__header .section__title, .section--featured-news-grid .footer-bottom__container .section__inner .section__header .section__title, .section--featured-news-grid .horizontal-card-container .section__inner .section__header .section__title, .section--featured-news-grid .lr-image-text .section__inner .section__header .section__title, .section--featured-news-grid .link-tiles__container .section__inner .section__header .section__title, .section--featured-news-grid .news-events-banner__container .section__inner .section__header .section__title, .section--featured-news-grid .partnerships .section__inner .section__header .section__title, .section--featured-news-grid .program-container .section__inner .section__header .section__title, .section--featured-news-grid .program-selector-container .section__inner .section__header .section__title, .section--featured-news-grid .student-exp__container .section__inner .section__header .section__title, .section--featured-news-grid .student-landing-banner__container .section__inner .section__header .section__title, .section--featured-news-grid .student-tiles__container .section__inner .section__header .section__title, .section--featured-news-grid .study-hero-icons .section__inner .section__header .section__title, .section--featured-news-grid .top-nav__container .section__inner .section__header .section__title, .section--featured-news-grid .two-videos__container .section__inner .section__header .section__title {
  font-size: 2.25rem;
  color: #002251;
  font-weight: 700;
}

.section--featured-news-grid .container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .apply-direct-cta__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .content-container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .content-container--block .section__inner .section__header .see-all-link-container, .section--featured-news-grid .nd-difference .section__inner .section__header .see-all-link-container, .section--featured-news-grid .employment-landing .section__inner .section__header .see-all-link-container, .section--featured-news-grid .related-links .section__inner .section__header .see-all-link-container, .section--featured-news-grid .study-intro-quote .section__inner .section__header .see-all-link-container, .section--featured-news-grid .course-tiles__grid .section__inner .section__header .see-all-link-container, .section--featured-news-grid .program-form .section__inner .section__header .see-all-link-container, .section--featured-news-grid .program-banners .section__inner .section__header .see-all-link-container, .section--featured-news-grid .course-tiles__text-container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .cta-bar .section__inner .section__header .see-all-link-container, .section--featured-news-grid .event-cards .section__inner .section__header .see-all-link-container, .section--featured-news-grid .bootstrap-dynamic-grid .section__inner .section__header .see-all-link-container, .section--featured-news-grid .footer-menu .section__inner .section__header .see-all-link-container, .section--featured-news-grid .footer-bottom__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .horizontal-card-container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .lr-image-text .section__inner .section__header .see-all-link-container, .section--featured-news-grid .link-tiles__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .news-events-banner__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .partnerships .section__inner .section__header .see-all-link-container, .section--featured-news-grid .program-container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .program-selector-container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .student-exp__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .student-landing-banner__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .student-tiles__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .study-hero-icons .section__inner .section__header .see-all-link-container, .section--featured-news-grid .top-nav__container .section__inner .section__header .see-all-link-container, .section--featured-news-grid .two-videos__container .section__inner .section__header .see-all-link-container {
  display: grid;
  text-align: right;
  align-content: center;
}

.section--featured-news-grid .container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .apply-direct-cta__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .content-container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .content-container--block .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .nd-difference .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .employment-landing .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .related-links .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .study-intro-quote .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .course-tiles__grid .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .program-form .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .program-banners .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .course-tiles__text-container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .cta-bar .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .event-cards .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .bootstrap-dynamic-grid .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .footer-menu .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .footer-bottom__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .horizontal-card-container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .lr-image-text .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .link-tiles__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .news-events-banner__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .partnerships .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .program-container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .program-selector-container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .student-exp__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .student-landing-banner__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .student-tiles__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .study-hero-icons .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .top-nav__container .section__inner .section__header .see-all-link-container .see-all-link, .section--featured-news-grid .two-videos__container .section__inner .section__header .see-all-link-container .see-all-link {
  text-align: right;
  color: #002251;
  font-weight: 500;
  text-decoration-color: rgba(0, 34, 81, 0.5);
  transition-property: color, text-decoration-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media screen and (min-width: 900px) {
  #component_394890 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: none;
  }
}

/* remove global styling */
.feature-news-card-container {
  grid-column: 1;
  display: grid;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-news-card-container:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.feature-news-card-container .card--news .card__image {
  width: 150px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  align-self: flex-start;
  flex-direction: column;
}

.feature-news-card-container .card--news img {
  object-fit: cover;
  width: 150px;
  height: 100px;
}

.feature-news-card-container .card--news .card__link:hover, .feature-news-card-container .card--news .card__link:hover .card__readmore {
  text-decoration: none;
  color: #4a4a4a;
}

.feature-news-card-container .card__link .card__readmore,
.feature-news-card-container .card__link:hover .card__content .card__readmore,
.feature-news-card-container .card__link .card__image .card__readmore {
  text-decoration: underline;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03333em;
  text-transform: capitalize;
  color: #404040;
  /*align-self: center;*/
  margin-block-start: 0;
  margin-block-end: 0;
}

.feature-news-card-container .card--news a .card__readmore::after {
  content: "";
  display: block;
  font-size: 0.5em;
  height: 1em;
  width: 0.75em;
  background-image: url('data:image/svg+xml,<svg width="6" height="8" viewBox="0 0 6 8" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="--icon-width: 0.75em" class="stroke"><path d="M1.5 7L4.5 4L1.5 1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-size: auto 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2em;
  position: relative;
  top: 0.125em;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.feature-news-card-container .card--news a:hover .card__readmore::after {
  transform: translateX(5px);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}

.feature-news-card-container .card--news .card__readmore {
  display: flex;
  gap: 0.75em;
  height: fit-content;
  align-items: center;
  align-self: flex-start;
}

.feature-news-card-container .card--news .card__readmore--desktop {
  display: none;
}

.feature-news-card-container .card--news .card__readmore--mobile {
  padding-top: 8px;
  display: flex;
  font-size: 13px !important;
}

.feature-news-card-container .card--news .card__readmore.card__readmore--mobile::after {
  margin-left: 0;
}

.feature-news-card-container .card--news .card__link {
  display: flex;
  gap: 1em;
  align-content: center;
  text-decoration: none;
}

.feature-news-card-container .card--news .card__link .card__content {
  width: 100%;
  height: fit-content;
  text-overflow: ellipsis;
  overflow: hidden;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.feature-news-card-container .card--news .card__link .card__content .card__details {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.feature-news-card-container .card--news .card__link .card__content .card__details .card__badges {
  display: block;
  gap: 2%;
}

.feature-news-card-container .card--news .card__link .card__content .card__details .card__badges p {
  text-decoration: none;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  margin-right: 6px;
  font-size: 0.75rem;
  letter-spacing: 0.03333em;
  text-transform: capitalize;
  padding: 0.6em;
  border: 1px solid #5e9cd6;
  border-radius: 2.1875rem;
  color: #404040;
  text-transform: capitalize;
  padding: 0.33333em 0.83333em;
  display: inline-block;
}

.feature-news-card-container .card--news .card__link .card__content .card__details .card__date {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.03333em;
  text-transform: capitalize;
  padding: 0.83333em;
  color: #404040;
  padding: 0;
  display: none;
}

.feature-news-card-container .card__date span {
  vertical-align: bottom;
}

.feature-news-card-container .card--news .card__link .card__content .card__title {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-block-start: 0;
  margin-block-end: 0;
}

@media screen and (min-width: 768px) {
  .feature-news-card-container .card--news .card__readmore--desktop {
    display: flex;
  }
  .feature-news-card-container .card--news .card__readmore--mobile {
    display: none;
  }
  .feature-news-card-container .card--news .card__link .card__content .card__details .card__date {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .feature-news-card-container {
    grid-column: 2;
  }
  .feature-news-card-container .card--news .card__link .card__content {
    align-self: center;
  }
}

/* Module: S */
@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-UltraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/helveticaneue-bold-webfont.woff2") format("woff2"), url("mysource_files/helveticaneue-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcr____.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcb____.ttf") format("truetype");
  font-weight: bold;
}

.news-list {
  max-width: 1177px;
  margin: 0 2em;
}

@media screen and (min-width: 1200px) {
  .news-list {
    margin: 0 auto;
  }
}

.news-list h2 {
  font-size: 18px;
  color: #555759;
  font-weight: bold;
}

.news-list__options-row {
  margin: 0;
}

.news-list__options-row > p {
  display: inline-block;
  width: 220px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #555759;
}

.news-list__options-row + .news-list__options-row {
  margin-top: 5px;
}

.news-list__options {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.news-list__options > li {
  margin-left: -5px;
  display: inline-block;
  position: relative;
}

.news-list__options > li:not(:last-of-type):after {
  display: inline-block;
  width: 1px;
  height: 26px;
  border-left: solid 1px #9a8146;
  content: '';
  right: 0;
  top: 10px;
  position: absolute;
}

.news-list__options > li button {
  margin-left: -1px;
  padding: 13px 25px;
  background: none;
  border: none;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}

.news-list__options > li button.active {
  color: white;
  background: #9a8146;
}

.news-list__filtering {
  margin-bottom: 3em;
}

.news-list__item {
  padding: 2em 0;
  position: relative;
  border-top: solid 0.5px rgba(85, 87, 89, 0.24);
}

.news-list__item:last-of-type {
  border-bottom: solid 0.5px rgba(85, 87, 89, 0.24);
}

.news-list__item-title {
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #93824a;
  font-size: 18px;
  display: inline-block;
  margin-top: 0;
  margin-right: 90px;
}

.news-list__item-title > a {
  text-decoration: none;
}

.news-list__item-date {
  position: absolute;
  right: 0;
  top: 37px;
  color: #93824a;
  text-align: right;
  letter-spacing: 0.3px;
  font-size: 14px;
  font-weight: bold;
}

.news-list__item-summary {
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #4a4a4a;
}

.news-list__items-more {
  text-align: center;
  margin: 30px 0 44px 0;
}

/* Module: S */
@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-UltraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/helveticaneue-bold-webfont.woff2") format("woff2"), url("mysource_files/helveticaneue-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcr____.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcb____.ttf") format("truetype");
  font-weight: bold;
}

.news-masonry__sizer,
.news-masonry__column {
  width: 100%;
  height: 493px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .news-masonry__sizer,
  .news-masonry__column {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .news-masonry__sizer,
  .news-masonry__column {
    width: 16.66667%;
  }
}

.news-masonry__column {
  padding-right: 0;
}

@media (min-width: 768px) {
  .news-masonry__column {
    padding-left: 22px;
  }
  .news-masonry__column--first {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .news-masonry__column--large {
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .news-masonry__column--large {
    width: 33.33333%;
  }
}

.news-masonry__item {
  position: relative;
  display: block;
  height: 100%;
  margin: 0 19px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .news-masonry__item {
    margin: 0;
  }
}

.news-masonry__item--small {
  height: 237px;
  border: solid 1px #9a8146;
  margin-bottom: 22px;
}

.news-masonry__item--small + .news-masonry__item--small {
  margin-bottom: 0;
}

.news-masonry__item-image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  z-index: -1;
}

.news-masonry__item-image::before {
  top: 0;
}

.news-masonry__item-image::after {
  bottom: 0;
}

.news-masonry__item-image::before, .news-masonry__item-image::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
}

.news-masonry__item-image::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  height: 232px;
}

.news-masonry__item-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.news-masonry__item-caption--white {
  color: white;
  left: 40px;
  right: 40px;
  z-index: 1;
}

.news-masonry__item-category {
  border: solid 1px white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: white;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 12px;
}

.news-masonry__item-date {
  margin-top: 24px;
  margin-left: 30px;
  right: 24px;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
  color: #8f8f8f;
  display: inline-block;
}

.news-masonry__item-source {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
  margin-top: 13px;
  margin-right: 13px;
  background: black;
}

.news-masonry__item-source--external {
  background: transparent;
}

.news-masonry__item-source--twitter {
  background: url("mysource_files/twitter-white.svg") center/15px 12px no-repeat, black;
}

.news-masonry__item-source--facebook {
  background: url("mysource_files/facebook-logo.svg") bottom right 4px/11px 21px no-repeat, black;
}

.news-masonry__item-source--instagram {
  background: url("mysource_files/instagram-logo.svg") center center no-repeat;
}

.news-masonry__item-playbtn {
  width: 64px;
  height: 64px;
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 32px;
  top: calc(50% - (64px/2));
  left: calc(50% - (64px/2));
  position: absolute;
}

.news-masonry__item-playbtn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: solid transparent 7.5px;
  border-bottom: solid transparent 7.5px;
  border-left: solid black 13px;
  top: 25.5px;
  left: 24.5px;
  position: absolute;
}

/* Module: S */
.partnerships {
  padding: 35px 0;
  text-align: center;
}

.partnerships p {
  font-size: 20px;
}

.partnerships__text {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

ul.partnership-list {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

ul.partnership-list li {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* Module: S */
.program-durations__inner {
  display: grid;
  gap: 1.5rem 1rem;
}

@media screen and (min-width: 1200px) {
  .program-durations__inner {
    grid-template-columns: auto 49.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .program-durations__content {
    max-width: 28.75rem;
  }
}

.program-durations__content .title {
  font-size: 1.625rem;
  color: #002251;
  font-weight: 700;
  margin: 0 0 0.26923em;
  line-height: 1.30769;
}

.program-durations__content p {
  font-size: 1.125rem;
  line-height: 1.44444;
  color: #1a1e21;
  margin: 0;
}

.program-durations__content .disclaimer {
  font-size: 0.875rem;
  color: #667a97;
  margin: 0 0 1.5rem;
}

.program-durations__programs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #e6e9ee;
}

@media screen and (min-width: 768px) {
  .program-durations__programs {
    grid-template-columns: repeat(4, 1fr);
  }
}

.program-durations__item {
  display: grid;
  grid-template-areas: "icon" "heading" "text";
  grid-template-rows: 4rem 1fr;
  padding: 0 1.5rem 2.5rem;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .program-durations__item:nth-child(2n) {
    border-left: 1px solid #e6e9ee;
  }
}

@media screen and (max-width: 768px) {
  .program-durations__item:nth-child(n + 3) {
    border-top: 1px solid #e6e9ee;
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .program-durations__item:not(:first-of-type) {
    border-left: 1px solid #e6e9ee;
  }
}

.program-durations__item img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.program-durations__item .text {
  margin-top: clamp(1.25rem, 3.88889vw, 3.5rem);
}

.program-durations__item h3 {
  color: #002251;
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  line-height: 1.22222;
}

.program-durations__item .duration {
  color: #4d4d4f;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.program-durations__parttime {
  display: grid;
  grid-template-columns: 2.125rem 1fr;
  align-items: center;
  column-gap: 1.125rem;
  font-size: 0.875rem;
  color: #4d4d4f;
  margin: 0.625rem 0;
}

/* Module: S */
.program-container::after {
  clear: both;
  content: "";
  display: block;
}

.program-container h1 {
  text-align: center;
}

.program-togglers {
  text-align: center;
  margin-top: 20px;
}

.program-togglers a {
  margin-right: 10px;
}

.program-togglers input {
  position: absolute;
  opacity: 0;
}

.program-togglers label {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block !important;
  padding: 10px 20px !important;
}

.program-togglers label:before, .program-togglers label:after {
  content: none !important;
}

.program-togglers input:checked + label {
  color: white;
  background: #9a8146;
}

.saved-programs {
  padding: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.saved-programs h3 {
  text-align: center;
  color: #4a4a4a;
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .saved-programs {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    border: 1px solid #9a8146;
  }
}

.saved-programs__item {
  background: #efede7;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .saved-programs__item {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .saved-programs__button-container {
    position: absolute;
    right: 90px;
    top: 10px;
  }
}

.saved-programs__button {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .saved-programs__button {
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 0;
  }
}

.saved-programs__footer {
  text-align: center;
  padding-top: 10px;
}

.saved-programs__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}

.saved-programs__close:before, .saved-programs__close:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: black;
  top: 0;
  left: 10px;
}

.saved-programs__close:before {
  transform: rotate(135deg);
}

.saved-programs__close:after {
  transform: rotate(45deg);
}

.saved-programs__title-container {
  display: block;
  margin-bottom: 20px;
  margin-right: 30px;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .saved-programs__title-container {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.saved-programs__degree {
  color: black;
}

.saved-programs__campus {
  color: #9a8146;
}

ul.program-list {
  margin: 0;
  list-style: none;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding: 40px 0;
}

li.program-list__item {
  position: relative;
  padding: 18px 60px;
  border-bottom: 2px solid #ded3c1;
}

li.program-list__item:first-child {
  border-top: 2px solid #ded3c1;
}

@media screen and (min-width: 1200px) {
  li.program-list__item {
    padding-left: 18px;
  }
}

li.program-list__item:after {
  content: '';
  position: absolute;
  right: 20px;
  height: 6px;
  width: 6px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.program-list__degree {
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
}

.program-list__title {
  text-decoration: none;
}

.program-list__title:hover {
  color: #9a8146;
}

.program-list__degree:hover {
  text-decoration: underline;
}

.program-list__campus {
  font-size: 14px;
}

.program-list__degree {
  color: #4a4a4a;
}

.save-btn {
  position: absolute;
  top: 12px;
  left: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  background-image: url("mysource_files/gold-star.svg");
  background-repeat: no-repeat;
  background-position: 8px 9px;
}

@media screen and (min-width: 1200px) {
  .save-btn {
    left: auto;
    height: auto;
    width: auto;
    right: 60px;
    padding: 11px 22px 11px 44px;
    background-position: 10px 10px;
  }
}

.save-btn:hover {
  background-color: #b69b5d;
}

.save-btn.active:hover {
  background-color: #9a8146;
}

.save-btn.active, .save-btn:hover, .save-btn:focus {
  background-image: url("mysource_files/white-star.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.find-out-more {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

ul.program-landing-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

ul.program-landing-links li {
  display: block;
  margin-bottom: 20px;
}

ul.program-landing-links a:after {
  right: 16px;
}

/* Module: S */
.program-selector-container {
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .program-selector-container {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.program-selector {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  padding: 20px 25px;
  /** Filters **/
  /** Search Bar **/
  /*.sbf-clear-search{color:#002251;}
    .sbf-clear-search input {margin-left:  -40px; margin-top: 8px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); background: #fff; color:#939596;} 
    .sbf-clear-search:hover{cursor:pointer;}
    .sbf-submit-search{color:#5E9CD6;}*/
  /** Start of tooltips (found on W3Schools) **/
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
  /** End of tooltips (found on W3Schools) **/
  /*  Change color of first placeholder item in optioin dropdown*/
  /* 
        Not only the fonts (uploaded for now to Fonts[345373]), but image files / SVGs from the GIT are not loading. 
        For now, uploaded to Images[606]. 
        */
  /* Makes white search icon SVG visible on the white background */
  /*  User agent over-rides */
}

.program-selector__heading {
  line-height: 28px;
  font-size: 22px;
  font-weight: 700;
  color: #002251;
  margin: 0 0 25px 0;
}

.program-selector .search-bar-filters {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.program-selector .search-bar-filters > span {
  width: 23%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}

.program-selector .search-bar-filters > span > label {
  margin: 5% 0;
}

.program-selector .search-bar-filters > span > select {
  width: 100%;
  border: 1px solid rgba(0, 34, 81, 0.1);
  /*position: absolute; right: 2%;*/
}

.program-selector .search-bar-filters > span > select:hover {
  cursor: pointer;
}

.program-selector .sbf-submit-search {
  background: url("mysource_files/search-icon.svg") center no-repeat, transparent;
  width: 22px;
  height: 22px;
  border: none;
  position: absolute;
  margin-left: -46px;
  padding: 23px;
}

.program-selector input[type="text"] {
  width: 100%;
  padding: 14px 40px 12px 32px;
  border: none;
  height: 46px;
}

.program-selector .sbf-search {
  margin-bottom: 25px;
}

.program-selector .search-bar-filters select > button {
  color: #5e9cd6;
}

.program-selector .search-bar-filters > span:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-color: #5E9CD6 !important;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg) translateY(0);
  top: 63%;
  right: 15px;
}

.program-selector .search-bar-filters > span select {
  -webkit-appearance: none;
}

.program-selector .search-extra {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  min-height: 52px;
}

.program-selector .search-extra span {
  margin: 0 1% 0 0;
  margin-bottom: 0;
}

.program-selector .search-extra span > a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #404040;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 25px;
}

.program-selector .search-extra span > a:hover {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.program-selector .search-extra .button, .program-selector .search-extra input.sq-form-submit, .program-selector .search-extra .program-togglers label, .program-togglers .program-selector .search-extra label, .program-selector .search-extra .saved-programs__button, .program-selector .search-extra .save-btn {
  font-weight: 700;
  font-size: 16px;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: -7px;
  bottom: auto;
  color: #4a4a4a;
  border-color: #5E9CD6;
}

.program-selector .search-extra .button:hover, .program-selector .search-extra input.sq-form-submit:hover, .program-selector .search-extra .program-togglers label:hover, .program-togglers .program-selector .search-extra label:hover, .program-selector .search-extra .saved-programs__button:hover, .program-selector .search-extra .save-btn:hover,
.program-selector .search-extra .button:focus,
.program-selector .search-extra input.sq-form-submit:focus,
.program-selector .search-extra .program-togglers label:focus,
.program-togglers .program-selector .search-extra label:focus,
.program-selector .search-extra .saved-programs__button:focus,
.program-selector .search-extra .save-btn:focus {
  background: #5E9CD6;
  color: #fff;
}

.program-selector .search-bar-with-filters .search-results__container {
  margin: 0 10%;
}

.program-selector .search-bar-with-filters .search-results__container > form > .twitter-typeahead,
.program-selector .search-bar-with-filters .search-results__container > form > .twitter-typeahead > .twitter-typeahead,
.program-selector .search-bar-with-filters .search-results__container > form > .twitter-typeahead > .twitter-typeahead > input {
  width: 100%;
}

.program-selector .search-bar-with-filters .search-results__container > form > .twitter-typeahead > .twitter-typeahead > input {
  border: none;
  /*border-bottom:2px solid #5E9CD6;*/
}

.program-selector .sbf-search {
  display: flex;
  flex-direction: row;
  border-bottom: 3px solid #5E9CD6;
}

.program-selector .sbf-search .twitter-typeahead {
  width: 100%;
}

.program-selector .sbf-search .tt-menu .tt-suggestion:hover,
.program-selector .sbf-search .tt-menu .tt-cursor {
  background-color: #5E9CD6;
}

.program-selector .sbf-search form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.program-selector .sbf-search form > input {
  width: 90% !important;
  background: #fff !important;
  border: none !important;
  /*border-bottom:1px solid #5E9CD6 !important;*/
}

.program-selector .sbf-search form > button,
.program-selector .sbf-search form > a {
  font-size: 1em;
  width: 5%;
  border: none;
  /*border-bottom:1px solid #5E9CD6;*/
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.program-selector .sbf-search form > button {
  background: none;
  background-color: #fff;
  height: auto;
  position: relative;
  margin-left: 0;
}

.program-selector .tooltip {
  position: relative;
  display: inline-block;
  color: #3f4041;
  background: #fff;
  padding: .5% 4%;
  margin-right: 2px;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.program-selector .tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  width: 180px;
  bottom: 100%;
  left: 50%;
  margin-left: -90px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}

.program-selector .tooltip:hover .tooltiptext {
  visibility: visible;
  cursor: default;
}

.program-selector .tool-and-label {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 8px;
  align-items: center;
}

.program-selector .tool-and-label label {
  margin: 0 8px;
  font-weight: 600;
}

.program-selector .placeholder-text {
  color: #8b8d90;
}

.program-selector .program-selector button {
  /*margin-left: 11px;*/
  background: url("https: //www.notredame.edu.au/_designs/images/search-icon.svg") center no-repeat, transparent;
}

.program-selector .sbf-submit-search {
  filter: invert(0.5);
}

.program-selector input:focus {
  outline: none !important;
  border: solid 1px #000;
}

@media only screen and (min-width: 480px) {
  .program-selector .search-extra {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .program-selector {
    /** Filters **/
    /** Search Bar **/
  }
  .program-selector .search-bar-filters {
    flex-wrap: wrap;
  }
  .program-selector .search-bar-filters > span {
    width: 48%;
  }
  .program-selector .tooltip {
    display: none;
  }
  .program-selector .search-bar-with-filters h2 {
    margin-left: 5%;
  }
  .program-selector .search-bar-with-filters .search-bar-filters {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
    margin: 1% 5% 5% 5%;
    width: 90%;
  }
  .program-selector .search-bar-with-filters .search-bar-filters > span {
    width: 48%;
    margin-top: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .program-selector .search-bar-with-filters .search-bar-filters > span > label {
    margin: 1% 0;
  }
  .program-selector .search-bar-with-filters .search-bar-filters > span > select {
    width: 100%;
    position: relative;
    right: 0;
  }
  .program-selector .search-bar-with-filters .search-results__container {
    margin: 0 5%;
  }
  .program-selector .search-extra span > a {
    padding: 0.4vh 1.5vw;
  }
  .program-selector .tool-and-label {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .program-selector .tool-and-label label {
    margin: 0;
  }
  .program-selector .search-bar-filters > span:after {
    top: 65%;
  }
  .program-selector .search-extra {
    flex-wrap: wrap;
  }
  .program-selector .search-extra span {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .program-selector {
    /** HTML Containers **/
    /** Filters **/
    /** Search Bar **/
  }
  .program-selector .search-bar-filters > span {
    width: 100%;
  }
  .program-selector .search-bar-with-filters .search-results__search {
    margin-top: 18px;
    height: auto;
    padding: 5%;
  }
  .program-selector .search-bar-with-filters .search-bar-filters > span {
    width: 100%;
    margin-top: 10px;
    padding: 3% 0;
    display: flex;
    flex-direction: column;
  }
  .program-selector .search-bar-with-filters .search-bar-filters > span > label {
    margin: 2% 0;
  }
  .program-selector .search-bar-with-filters .search-bar-filters > span > select {
    width: 100%;
    position: relative;
    right: 0;
  }
  .program-selector .search-bar-with-filters .search-results__container {
    margin: 0;
  }
  .program-selector .search-bar-with-filters h2 {
    margin-left: 0;
  }
  .program-selector .sbf-search form > button,
  .program-selector .sbf-search form > a {
    width: 12%;
  }
  .program-selector .sbf-search {
    width: 100%;
  }
  .program-selector .search-extra {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 80px;
    height: auto;
    margin: 0;
  }
  .program-selector .search-extra span:has(a) {
    margin: 5% 4% 0 0;
  }
  .program-selector .search-extra span > a {
    padding: 0.6vh 2vw;
  }
  .program-selector .search-extra span:first-child {
    width: 100%;
    text-align: left;
  }
  .program-selector .search-bar-filters > span:after {
    top: 62%;
  }
  .program-selector .search-extra .button, .program-selector .search-extra input.sq-form-submit, .program-selector .search-extra .program-togglers label, .program-togglers .program-selector .search-extra label, .program-selector .search-extra .saved-programs__button, .program-selector .search-extra .save-btn {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

/* Module: S */
.staff-quicklinks.content-container, .staff-quicklinks.content-container--block, .staff-quicklinks.nd-difference, .staff-quicklinks.employment-landing, .staff-quicklinks.related-links {
  flex-direction: column;
}

.staff-quicklinks__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staff-quicklinks__item {
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 25px 25px;
  border: 1px solid #9a8146;
  padding: 10px;
  margin: 0 .75rem 1.5rem .75rem;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .staff-quicklinks__item {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .staff-quicklinks__item {
    width: 20%;
  }
}

.staff-quicklinks__item h3 {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  position: relative;
}

.staff-quicklinks__item h3:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #9a8146;
  border-right: 2px solid #9a8146;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.staff-quicklinks__item:hover {
  background-color: #9a8146;
}

.staff-quicklinks__item:hover h3 {
  color: #ffffff;
}

.staff-quicklinks__item:hover h3:after {
  content: '';
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/* Module: S */
.section--adv-search {
  background-color: #f9f9fb;
  /** Filters **/
  /** Search Bar **/
  /*.sbf-clear-search{color:#002251;}
    .sbf-clear-search input {margin-left:  -40px; margin-top: 8px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.1); background: #fff; color:#939596;} 
    .sbf-clear-search:hover{cursor:pointer;}
    .sbf-submit-search{color:#5E9CD6;}*/
  /** Start of tooltips (found on W3Schools) **/
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
  /** End of tooltips (found on W3Schools) **/
  /*  Change color of first placeholder item in optioin dropdown*/
  /* 
        Not only the fonts (uploaded for now to Fonts[345373]), but image files / SVGs from the GIT are not loading. 
        For now, uploaded to Images[606]. 
        */
  /* Makes white search icon SVG visible on the white background */
  /*  User agent over-rides */
}

.section--adv-search .search__heading {
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #002251;
  letter-spacing: 0.2px;
  margin: 10px 0 8px 0;
}

@media only screen and (min-width: 1200px) {
  .section--adv-search .search__heading {
    font-size: 36px;
    line-height: 48px;
    margin: 16px 0 24px 0;
  }
}

.section--adv-search .search__description {
  margin: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .section--adv-search .search__description {
    max-width: 33rem;
  }
}

.section--adv-search .search-bar-filters {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.section--adv-search .search-bar-filters > span {
  width: 23%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}

.section--adv-search .search-bar-filters > span > label {
  margin: 5% 0;
}

.section--adv-search .search-bar-filters > span > select {
  width: 100%;
  border: 1px solid rgba(0, 34, 81, 0.1);
  /*position: absolute; right: 2%;*/
}

.section--adv-search .search-bar-filters > span > select:hover {
  cursor: pointer;
}

.section--adv-search input[type="text"] {
  width: 100%;
  padding: 16px 40px 16px 32px;
  border: none;
  line-height: 26px;
  height: 60px;
}

.section--adv-search .form--course-search .form__row .clear-input-button {
  top: 20px;
}

.section--adv-search .form__row {
  margin-bottom: 24px;
  border: 1px solid rgba(0, 34, 81, 0.1);
}

.section--adv-search .search-bar-filters select {
  position: relative;
  height: 47px;
}

.section--adv-search .search-bar-filters select > button {
  color: #5e9cd6;
}

.section--adv-search .search-bar-filters > span:before {
  content: '';
  position: absolute;
  right: 39px;
  top: 40px;
  border-left: 1px solid rgba(34, 34, 35, 0.12);
  height: 29px;
  z-index: 2;
}

.section--adv-search .search-bar-filters > span:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 12px;
  top: 52px;
  right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.30078L6 6.30078L11 1.30078' stroke='%235E9CD6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.section--adv-search .search-bar-filters > span select {
  -webkit-appearance: none;
}

.section--adv-search .search-extra {
  gap: 20px;
  margin-top: 0;
  align-items: baseline;
}

@media only screen and (min-width: 768px) {
  .section--adv-search .search-extra {
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .section--adv-search .search-extra {
    flex-direction: row;
    align-items: baseline;
  }
}

.section--adv-search .search-extra p {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 22px;
  color: #404040;
  padding-top: 2px;
}

.section--adv-search .search-extra__options {
  justify-content: flex-start;
}

.section--adv-search .search-extra__flex-holder {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .section--adv-search .search-extra__flex-holder {
    flex-direction: row;
  }
}

.section--adv-search .search-extra .button, .section--adv-search .search-extra input.sq-form-submit, .section--adv-search .search-extra .program-togglers label, .program-togglers .section--adv-search .search-extra label, .section--adv-search .search-extra .saved-programs__button, .section--adv-search .search-extra .save-btn {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section--adv-search .search-extra .button, .section--adv-search .search-extra input.sq-form-submit, .section--adv-search .search-extra .program-togglers label, .program-togglers .section--adv-search .search-extra label, .section--adv-search .search-extra .saved-programs__button, .section--adv-search .search-extra .save-btn {
    width: unset;
  }
}

.section--adv-search .search-extra span > a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #404040;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 25px;
}

.section--adv-search .search-extra span > a:hover {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.section--adv-search .search-extra .button, .section--adv-search .search-extra input.sq-form-submit, .section--adv-search .search-extra .program-togglers label, .program-togglers .section--adv-search .search-extra label, .section--adv-search .search-extra .saved-programs__button, .section--adv-search .search-extra .save-btn {
  font-weight: 700;
  font-size: 16px;
  color: #4a4a4a;
  border-color: #5E9CD6;
}

.section--adv-search .search-extra .button:hover, .section--adv-search .search-extra input.sq-form-submit:hover, .section--adv-search .search-extra .program-togglers label:hover, .program-togglers .section--adv-search .search-extra label:hover, .section--adv-search .search-extra .saved-programs__button:hover, .section--adv-search .search-extra .save-btn:hover,
.section--adv-search .search-extra .button:focus,
.section--adv-search .search-extra input.sq-form-submit:focus,
.section--adv-search .search-extra .program-togglers label:focus,
.program-togglers .section--adv-search .search-extra label:focus,
.section--adv-search .search-extra .saved-programs__button:focus,
.section--adv-search .search-extra .save-btn:focus {
  background: #5E9CD6;
  color: #fff;
}

.section--adv-search .form__row .twitter-typeahead {
  width: unset;
  flex-grow: 1;
}

.section--adv-search .tooltip {
  position: relative;
  display: inline-block;
  color: #3f4041;
  background: #fff;
  padding: .5% 4%;
  margin-right: 2px;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.section--adv-search .tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  width: 180px;
  bottom: 100%;
  left: 50%;
  margin-left: -90px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}

.section--adv-search .tooltip:hover .tooltiptext {
  visibility: visible;
  cursor: default;
}

.section--adv-search .tool-and-label {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 8px;
  align-items: center;
}

.section--adv-search .tool-and-label label {
  margin: 0;
  font-weight: 600;
}

.section--adv-search .placeholder-text {
  color: #8b8d90;
}

.section--adv-search .program-selector button {
  /*margin-left: 11px;*/
  background: url("https: //www.notredame.edu.au/_designs/images/search-icon.svg") center no-repeat, transparent;
}

.section--adv-search .sbf-submit-search {
  filter: invert(0.5);
}

.section--adv-search input:focus {
  outline: none !important;
}

@media only screen and (max-width: 1024px) {
  .section--adv-search {
    /** Filters **/
  }
  .section--adv-search .search-bar-filters {
    flex-wrap: wrap;
  }
  .section--adv-search .search-bar-filters > span {
    width: 48%;
  }
  .section--adv-search .tooltip {
    display: none;
  }
  .section--adv-search .search-extra span > a {
    padding: 0.4vh 1.5vw;
  }
  .section--adv-search .tool-and-label {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .section--adv-search .search-extra {
    flex-wrap: wrap;
  }
  .section--adv-search .search-extra span {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .section--adv-search {
    /** HTML Containers **/
    /** Filters **/
    /** Search Bar **/
  }
  .section--adv-search .search-bar-filters > span {
    width: 100%;
  }
  .section--adv-search .search-extra {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
  }
  .section--adv-search .search-extra span:has(a) {
    margin: 5% 4% 0 0;
  }
  .section--adv-search .search-extra span > a {
    padding: 0.6vh 2vw;
  }
  .section--adv-search .search-extra span:first-child {
    width: 100%;
    text-align: left;
  }
  .section--adv-search .search-extra .button, .section--adv-search .search-extra input.sq-form-submit, .section--adv-search .search-extra .program-togglers label, .program-togglers .section--adv-search .search-extra label, .section--adv-search .search-extra .saved-programs__button, .section--adv-search .search-extra .save-btn {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}

/* Module: S */
.breadcrumbs-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.breadcrumbs-social.content-container:after, .breadcrumbs-social.content-container--block:after, .breadcrumbs-social.nd-difference:after, .breadcrumbs-social.employment-landing:after, .breadcrumbs-social.related-links:after {
  content: none;
}

.breadcrumbs-social.banner__header {
  padding-top: 24px;
  padding-bottom: 24px;
}

.breadcrumbs-social .banner-breadcrumbs__item, .breadcrumbs-social .banner-breadcrumbs__item a {
  color: #002251;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-social .banner-breadcrumbs__item {
    display: none;
  }
  .breadcrumbs-social .banner-breadcrumbs__item.active {
    display: none;
  }
  .breadcrumbs-social .banner-breadcrumbs__item:has(+ .active) {
    display: flex;
  }
  .breadcrumbs-social .banner-breadcrumbs__item:has(+ .active)::before {
    transform: rotate(180deg);
  }
}

.breadcrumbs-social .banner-breadcrumbs__item + .banner-breadcrumbs__item::before {
  content: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22 aria-hidden=%22true%22 style=%22--icon-width: 0.75em%22 class=%22stroke%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22%23002251%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin: 0 0.625rem;
}

.breadcrumbs-social .dropdown--social-links {
  display: none;
}

@media screen and (min-width: 768px) {
  .breadcrumbs-social .dropdown--social-links {
    display: inline-block;
  }
}

.breadcrumbs-social .dropdown--social-links .dropdown__trigger {
  color: #002251;
}

.banner .breadcrumbs-social:before, .banner--level1 .breadcrumbs-social:before, .banner--level1-footer .breadcrumbs-social:before, .banner--level1-search .breadcrumbs-social:before, .banner--level2 .breadcrumbs-social:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 200vw;
  z-index: -1;
  background: radial-gradient(95.32% 111.11% at 100% -11.11%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-breadcrumbs__list {
  margin: 0;
}

.banner, .banner--level1, .banner--level1-footer, .banner--level1-search, .banner--level2 {
  --nav-bar-height: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 712px;
}

@media screen and (min-width: 1200px) {
  .banner, .banner--level1, .banner--level1-footer, .banner--level1-search, .banner--level2 {
    --nav-bar-height: 128px;
  }
}

.banner::before, .banner--level1::before, .banner--level1-footer::before, .banner--level1-search::before, .banner--level2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 11.8%, rgba(0, 0, 0, 0) 32.79%);
  z-index: 0;
}

.banner .banner__content, .banner--level1 .banner__content, .banner--level1-footer .banner__content, .banner--level1-search .banner__content, .banner--level2 .banner__content {
  margin-bottom: 0;
  text-align: left;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 375px) {
  .banner .banner__content, .banner--level1 .banner__content, .banner--level1-footer .banner__content, .banner--level1-search .banner__content, .banner--level2 .banner__content {
    margin-bottom: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .banner .banner__content, .banner--level1 .banner__content, .banner--level1-footer .banner__content, .banner--level1-search .banner__content, .banner--level2 .banner__content {
    margin-bottom: 3.75rem;
  }
}

.banner .banner__content .title, .banner--level1 .banner__content .title, .banner--level1-footer .banner__content .title, .banner--level1-search .banner__content .title, .banner--level2 .banner__content .title {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .banner .banner__content .title, .banner--level1 .banner__content .title, .banner--level1-footer .banner__content .title, .banner--level1-search .banner__content .title, .banner--level2 .banner__content .title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

.banner .banner__content .description, .banner--level1 .banner__content .description, .banner--level1-footer .banner__content .description, .banner--level1-search .banner__content .description, .banner--level2 .banner__content .description {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: .056px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .banner .banner__content .description, .banner--level1 .banner__content .description, .banner--level1-footer .banner__content .description, .banner--level1-search .banner__content .description, .banner--level2 .banner__content .description {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: .2px;
  }
}

.banner .banner__content .btn, .banner--level1 .banner__content .btn, .banner--level1-footer .banner__content .btn, .banner--level1-search .banner__content .btn, .banner--level2 .banner__content .btn, .banner .banner__content .btn--full, .banner--level1 .banner__content .btn--full, .banner--level1-footer .banner__content .btn--full, .banner--level1-search .banner__content .btn--full, .banner--level2 .banner__content .btn--full, .banner .banner__content .btn--std, .banner--level1 .banner__content .btn--std, .banner--level1-footer .banner__content .btn--std, .banner--level1-search .banner__content .btn--std, .banner--level2 .banner__content .btn--std, .banner .banner__content .btn--icon, .banner--level1 .banner__content .btn--icon, .banner--level1-footer .banner__content .btn--icon, .banner--level1-search .banner__content .btn--icon, .banner--level2 .banner__content .btn--icon, .banner .banner__content .btn--ghost, .banner--level1 .banner__content .btn--ghost, .banner--level1-footer .banner__content .btn--ghost, .banner--level1-search .banner__content .btn--ghost, .banner--level2 .banner__content .btn--ghost, .banner .banner__content .btn--solid, .banner--level1 .banner__content .btn--solid, .banner--level1-footer .banner__content .btn--solid, .banner--level1-search .banner__content .btn--solid, .banner--level2 .banner__content .btn--solid, .banner .banner__content .btn--solid-white, .banner--level1 .banner__content .btn--solid-white, .banner--level1-footer .banner__content .btn--solid-white, .banner--level1-search .banner__content .btn--solid-white, .banner--level2 .banner__content .btn--solid-white, .banner .banner__content .btn--solid-offwhite, .banner--level1 .banner__content .btn--solid-offwhite, .banner--level1-footer .banner__content .btn--solid-offwhite, .banner--level1-search .banner__content .btn--solid-offwhite, .banner--level2 .banner__content .btn--solid-offwhite, .banner .banner__content .btn--solid-gold, .banner--level1 .banner__content .btn--solid-gold, .banner--level1-footer .banner__content .btn--solid-gold, .banner--level1-search .banner__content .btn--solid-gold, .banner--level2 .banner__content .btn--solid-gold, .banner .banner__content .btn--solid-blue, .banner--level1 .banner__content .btn--solid-blue, .banner--level1-footer .banner__content .btn--solid-blue, .banner--level1-search .banner__content .btn--solid-blue, .banner--level2 .banner__content .btn--solid-blue, .banner .banner__content .btn--outline, .banner--level1 .banner__content .btn--outline, .banner--level1-footer .banner__content .btn--outline, .banner--level1-search .banner__content .btn--outline, .banner--level2 .banner__content .btn--outline, .banner .banner__content .btn--outline-light-blue, .banner--level1 .banner__content .btn--outline-light-blue, .banner--level1-footer .banner__content .btn--outline-light-blue, .banner--level1-search .banner__content .btn--outline-light-blue, .banner--level2 .banner__content .btn--outline-light-blue, .banner .banner__content .btn--outline--gold, .banner--level1 .banner__content .btn--outline--gold, .banner--level1-footer .banner__content .btn--outline--gold, .banner--level1-search .banner__content .btn--outline--gold, .banner--level2 .banner__content .btn--outline--gold, .banner .banner__content .btn--outline-hover, .banner--level1 .banner__content .btn--outline-hover, .banner--level1-footer .banner__content .btn--outline-hover, .banner--level1-search .banner__content .btn--outline-hover, .banner--level2 .banner__content .btn--outline-hover {
  padding: 18px 32px;
}

.banner .banner__image, .banner--level1 .banner__image, .banner--level1-footer .banner__image, .banner--level1-search .banner__image, .banner--level2 .banner__image {
  /* hide for below iphone x */
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  .banner .banner__image, .banner--level1 .banner__image, .banner--level1-footer .banner__image, .banner--level1-search .banner__image, .banner--level2 .banner__image {
    display: none;
  }
}

.banner .banner__image::after, .banner--level1 .banner__image::after, .banner--level1-footer .banner__image::after, .banner--level1-search .banner__image::after, .banner--level2 .banner__image::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, #002251 5.62%, rgba(255, 255, 255, 0) 48.03%);
}

@media screen and (max-width: 768px) {
  .banner .banner__image:before, .banner--level1 .banner__image:before, .banner--level1-footer .banner__image:before, .banner--level1-search .banner__image:before, .banner--level2 .banner__image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 91.28205%;
  }
}

@media screen and (min-width: 768px) {
  .banner .banner__image, .banner--level1 .banner__image, .banner--level1-footer .banner__image, .banner--level1-search .banner__image, .banner--level2 .banner__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}

.banner .banner__image img, .banner--level1 .banner__image img, .banner--level1-footer .banner__image img, .banner--level1-search .banner__image img, .banner--level2 .banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: var(--object-position, center center);
}

.banner .banner__image::after, .banner--level1 .banner__image::after, .banner--level1-footer .banner__image::after, .banner--level1-search .banner__image::after, .banner--level2 .banner__image::after {
  bottom: 0px;
}

@media screen and (min-width: 768px) {
  .banner .banner__image::after, .banner--level1 .banner__image::after, .banner--level1-footer .banner__image::after, .banner--level1-search .banner__image::after, .banner--level2 .banner__image::after {
    background: radial-gradient(62.05% 530.27% at 0% 50%, rgba(0, 34, 81, 0.9) 35.74%, rgba(0, 34, 81, 0) 100%);
  }
}

.banner .breadcrumbs-social .banner-breadcrumbs__item, .banner--level1 .breadcrumbs-social .banner-breadcrumbs__item, .banner--level1-footer .breadcrumbs-social .banner-breadcrumbs__item, .banner--level1-search .breadcrumbs-social .banner-breadcrumbs__item, .banner--level2 .breadcrumbs-social .banner-breadcrumbs__item, .banner .breadcrumbs-social .banner-breadcrumbs__item a, .banner--level1 .breadcrumbs-social .banner-breadcrumbs__item a, .banner--level1-footer .breadcrumbs-social .banner-breadcrumbs__item a, .banner--level1-search .breadcrumbs-social .banner-breadcrumbs__item a, .banner--level2 .breadcrumbs-social .banner-breadcrumbs__item a {
  color: #ffffff;
}

.banner .breadcrumbs-social .banner-breadcrumbs__item + .banner-breadcrumbs__item::before, .banner--level1 .breadcrumbs-social .banner-breadcrumbs__item + .banner-breadcrumbs__item::before, .banner--level1-footer .breadcrumbs-social .banner-breadcrumbs__item + .banner-breadcrumbs__item::before, .banner--level1-search .breadcrumbs-social .banner-breadcrumbs__item + .banner-breadcrumbs__item::before, .banner--level2 .breadcrumbs-social .banner-breadcrumbs__item + .banner-breadcrumbs__item::before {
  content: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22 aria-hidden=%22true%22 style=%22--icon-width: 0.75em%22 class=%22stroke%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22%23ffffff%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin: 0 0.625rem;
}

.banner .breadcrumbs-social .dropdown--social-links .dropdown__trigger, .banner--level1 .breadcrumbs-social .dropdown--social-links .dropdown__trigger, .banner--level1-footer .breadcrumbs-social .dropdown--social-links .dropdown__trigger, .banner--level1-search .breadcrumbs-social .dropdown--social-links .dropdown__trigger, .banner--level2 .breadcrumbs-social .dropdown--social-links .dropdown__trigger {
  color: #ffffff;
}

.banner .banner__video-container, .banner--level1 .banner__video-container, .banner--level1-footer .banner__video-container, .banner--level1-search .banner__video-container, .banner--level2 .banner__video-container {
  position: relative;
  order: -1;
  overflow: hidden;
}

.banner .banner__video, .banner--level1 .banner__video, .banner--level1-footer .banner__video, .banner--level1-search .banner__video, .banner--level2 .banner__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner .banner__video:after, .banner--level1 .banner__video:after, .banner--level1-footer .banner__video:after, .banner--level1-search .banner__video:after, .banner--level2 .banner__video:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, #002251 5.62%, rgba(0, 34, 81, 0) 48.03%);
}

.banner .banner__video-inner, .banner--level1 .banner__video-inner, .banner--level1-footer .banner__video-inner, .banner--level1-search .banner__video-inner, .banner--level2 .banner__video-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--video-width, 100%);
  transform: translate(-50%, -50%);
}

.banner .banner__video .banner__video-player, .banner--level1 .banner__video .banner__video-player, .banner--level1-footer .banner__video .banner__video-player, .banner--level1-search .banner__video .banner__video-player, .banner--level2 .banner__video .banner__video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner__video-controls, .banner--level1 .banner__video-controls, .banner--level1-footer .banner__video-controls, .banner--level1-search .banner__video-controls, .banner--level2 .banner__video-controls {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .banner .banner__video-controls, .banner--level1 .banner__video-controls, .banner--level1-footer .banner__video-controls, .banner--level1-search .banner__video-controls, .banner--level2 .banner__video-controls {
    bottom: 6rem;
  }
}

.banner .banner__video-controls .btn--video-controls, .banner--level1 .banner__video-controls .btn--video-controls, .banner--level1-footer .banner__video-controls .btn--video-controls, .banner--level1-search .banner__video-controls .btn--video-controls, .banner--level2 .banner__video-controls .btn--video-controls {
  white-space: nowrap;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
}

.banner .banner__video-controls .btn--video-controls .btn__icon, .banner--level1 .banner__video-controls .btn--video-controls .btn__icon, .banner--level1-footer .banner__video-controls .btn--video-controls .btn__icon, .banner--level1-search .banner__video-controls .btn--video-controls .btn__icon, .banner--level2 .banner__video-controls .btn--video-controls .btn__icon {
  transform: rotate(90deg);
}

.banner--level1, .banner--level1-footer, .banner--level1-search {
  position: relative;
  justify-content: space-between;
  background: #002251;
}

@media (min-width: 768px) {
  .banner--level1, .banner--level1-footer, .banner--level1-search {
    min-height: 500px;
    max-height: 590px;
  }
}

.banner--level1 .banner__header, .banner--level1-footer .banner__header, .banner--level1-search .banner__header {
  display: none;
}

@media screen and (min-width: 768px) {
  .banner--level1 .banner__header, .banner--level1-footer .banner__header, .banner--level1-search .banner__header {
    display: flex;
  }
}

.banner--level1 .banner__content, .banner--level1-footer .banner__content, .banner--level1-search .banner__content {
  padding: 24px 16px;
}

.banner--level1 .banner__content .pretitle, .banner--level1-footer .banner__content .pretitle, .banner--level1-search .banner__content .pretitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.02222em;
  color: #cfe1f3;
  display: block;
  margin-bottom: 0.55556em;
  text-align: center;
}

@media (min-width: 768px) {
  .banner--level1 .banner__content .pretitle, .banner--level1-footer .banner__content .pretitle, .banner--level1-search .banner__content .pretitle {
    text-align: left;
  }
}

.banner--level1 .banner__content .title, .banner--level1-footer .banner__content .title, .banner--level1-search .banner__content .title {
  font-size: 1.875rem;
  line-height: calc(34 / 30);
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0 0 1.25rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .banner--level1 .banner__content .title, .banner--level1-footer .banner__content .title, .banner--level1-search .banner__content .title {
    max-width: 555px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .banner--level1 .banner__content .title, .banner--level1-footer .banner__content .title, .banner--level1-search .banner__content .title {
    font-size: 2.067rem;
  }
}

@media screen and (min-width: 1200px) {
  .banner--level1 .banner__content .title, .banner--level1-footer .banner__content .title, .banner--level1-search .banner__content .title {
    font-size: 2.5rem;
  }
}

.banner--level1 .banner__content .description, .banner--level1-footer .banner__content .description, .banner--level1-search .banner__content .description {
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .banner--level1 .banner__content .description, .banner--level1-footer .banner__content .description, .banner--level1-search .banner__content .description {
    text-align: left;
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .banner--level1 .banner__content:before, .banner--level1-footer .banner__content:before, .banner--level1-search .banner__content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(0deg, #002251 30%, rgba(0, 34, 81, 0) 70vh);
  }
  .banner--level1 .banner__content:after, .banner--level1-footer .banner__content:after, .banner--level1-search .banner__content:after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .banner--level1 .banner__content, .banner--level1-footer .banner__content, .banner--level1-search .banner__content {
    margin-left: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .banner--level1 .banner__content, .banner--level1-footer .banner__content, .banner--level1-search .banner__content {
    margin-left: 54px;
  }
}

@media screen and (min-width: 1440px) {
  .banner--level1 .banner__content, .banner--level1-footer .banner__content, .banner--level1-search .banner__content {
    margin-left: calc(((100vw - 1312px) / 2) + 16px);
  }
}

.banner--level1 .links, .banner--level1-footer .links, .banner--level1-search .links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .banner--level1 .links, .banner--level1-footer .links, .banner--level1-search .links {
    margin-top: 24px;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .banner--level1 .links .btn--solid-blue, .banner--level1-footer .links .btn--solid-blue, .banner--level1-search .links .btn--solid-blue {
    text-decoration: underline;
  }
}

.banner--level1-footer, .banner--level1-search {
  justify-content: space-between;
  border-bottom: 0.1875rem solid #5e9cd6;
}

@media screen and (min-width: 768px) {
  .banner--level1-footer, .banner--level1-search {
    margin-bottom: 0;
  }
}

.banner--level1-footer .banner__content, .banner--level1-search .banner__content {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .banner--level1-footer .banner__content, .banner--level1-search .banner__content {
    position: relative;
    bottom: 0;
  }
}

.banner--level1-video {
  max-height: none;
}

@media (min-width: 1680px) {
  .banner--level1-video {
    min-height: 640px;
  }
}

.banner--level1-video .banner__content {
  margin-top: 0;
}

.banner--level1-video .banner__content:before {
  content: none;
}

@media screen and (min-width: 375px) {
  .banner--level1-video .banner__content {
    margin-top: -5rem;
  }
}

@media screen and (min-width: 1200px) {
  .banner--level1-video .banner__content {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .banner--level1-video .banner__image:after {
    background: radial-gradient(62.05% 530.27% at 0% 50%, rgba(0, 34, 81, 0.9) 35.74%, rgba(0, 34, 81, 0) 100%);
  }
}

.banner__search {
  color: #ffffff;
  margin-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .banner__search {
    max-width: 640px;
  }
}

.banner__search-title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.02857em;
  display: none;
}

@media screen and (min-width: 768px) {
  .banner__search-title {
    display: block;
  }
}

.banner--level1-search .banner__header .banner__search-title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .banner--level1-search .banner__header .banner__search-title {
    display: none;
  }
}

.banner--level1-search .banner__header .banner-breadcrumbs, .banner--level1-search .banner__header .dropdown--social-links {
  display: none;
}

@media screen and (min-width: 768px) {
  .banner--level1-search .banner__header .banner-breadcrumbs, .banner--level1-search .banner__header .dropdown--social-links {
    display: inline-block;
  }
}

.banner--level1-search .banner__image:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, #002251 5.62%, rgba(0, 34, 81, 0) 48.03%);
  z-index: 1;
}

.banner--level1-search .banner__content {
  margin-top: 0;
}

.banner--level2 {
  height: 18.75rem;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .banner--level2 {
    min-height: 23.75rem;
  }
}

.banner--level2:before {
  height: calc(100% - 50px);
  top: unset;
  bottom: 0;
  background: linear-gradient(0deg, #1A1E21 -30.05%, rgba(0, 0, 0, 0) 100%, #1A1E21 100%);
}

.banner__footer {
  position: relative;
  flex-shrink: 0;
  grid-area: footer;
  z-index: 1;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.banner__footer:before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 1px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .banner__footer {
    padding-left: 16px;
    margin-top: 0;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  }
}

.banner__footer a {
  padding: 1.28571em 2.14286em;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 450px) {
  .banner__footer a {
    padding: 1.28571em 1.1em;
    font-size: .8em;
  }
}

@media (max-width: 767px) {
  .banner__footer a:first-of-type {
    width: 60%;
  }
  .banner__footer a:last-of-type {
    width: 40%;
  }
}

.banner__footer .banner__footer-left .btn__icon {
  min-width: 1.5rem;
  min-height: 1.5rem;
  color: #99A4B3;
}

.banner__footer .btn--solid, .banner__footer .btn--solid-white, .banner__footer .btn--solid-offwhite, .banner__footer .btn--solid-gold, .banner__footer .btn--solid-blue {
  --icon-color: #9a8146;
}

.banner__footer .btn--solid + .btn--solid, .banner__footer .btn--solid-white + .btn--solid, .banner__footer .btn--solid-offwhite + .btn--solid, .banner__footer .btn--solid-gold + .btn--solid, .banner__footer .btn--solid-blue + .btn--solid, .banner__footer .btn--solid + .btn--solid-white, .banner__footer .btn--solid-white + .btn--solid-white, .banner__footer .btn--solid-offwhite + .btn--solid-white, .banner__footer .btn--solid-gold + .btn--solid-white, .banner__footer .btn--solid-blue + .btn--solid-white, .banner__footer .btn--solid + .btn--solid-offwhite, .banner__footer .btn--solid-white + .btn--solid-offwhite, .banner__footer .btn--solid-offwhite + .btn--solid-offwhite, .banner__footer .btn--solid-gold + .btn--solid-offwhite, .banner__footer .btn--solid-blue + .btn--solid-offwhite, .banner__footer .btn--solid + .btn--solid-gold, .banner__footer .btn--solid-white + .btn--solid-gold, .banner__footer .btn--solid-offwhite + .btn--solid-gold, .banner__footer .btn--solid-gold + .btn--solid-gold, .banner__footer .btn--solid-blue + .btn--solid-gold, .banner__footer .btn--solid + .btn--solid-blue, .banner__footer .btn--solid-white + .btn--solid-blue, .banner__footer .btn--solid-offwhite + .btn--solid-blue, .banner__footer .btn--solid-gold + .btn--solid-blue, .banner__footer .btn--solid-blue + .btn--solid-blue {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.banner__footer-left {
  display: none;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .banner__footer-left {
    display: flex;
  }
}

.banner__footer-left .btn--naked {
  padding-left: 0;
  color: white;
  text-decoration: none;
  --icon-height: 1.14286em;
  letter-spacing: 0.02857em;
}

.banner__footer-left .btn--naked:hover, .banner__footer-left .btn--naked:focus {
  color: rgba(255, 255, 255, 0.8);
}

.video-background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.banner__video-inner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 100vh;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 400vw;
  }
}

.banner--home__slider .banner__content:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}

.banner--home__slider.slick-initialized .banner__content {
  opacity: 1;
  visibility: visible;
}

.slick-initialized .slick-list {
  height: 100%;
}

.banner--home {
  --nav-bar-height: 70px;
  position: relative;
  display: block;
  padding: 0;
  height: calc(100vh - var(--nav-bar-height));
}

.banner--home:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .banner--home {
    --nav-bar-height: 128px;
    max-height: 712px;
  }
}

.banner--home .banner--home__slider {
  height: calc(100vh - var(--nav-bar-height));
  background: linear-gradient(180deg, #F4F5F7 0%, #FFF 100%);
}

@media screen and (min-width: 1200px) {
  .banner--home .banner--home__slider {
    --nav-bar-height: 128px;
    max-height: 712px;
  }
}

.banner--home .banner--home__slider .play-btn {
  display: none;
}

.banner--home .banner--home__slider .pause-btn {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 12px;
  border-color: transparent transparent transparent #202020;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  margin-left: 2px;
}

.banner--home .banner--home__slider .pause-btn.play {
  border-style: double;
  border-width: 0px 0 0px 8px;
  margin-left: 0;
}

.banner--home .banner--home__slider .pause-btn:hover {
  border-color: transparent transparent transparent #404040;
}

.banner--home .banner__content {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .banner--home .banner__content {
    flex-direction: row;
    padding-left: unset;
    padding-right: unset;
    max-width: unset;
  }
}

.banner--home .banner--home__info {
  order: 2;
  padding: 24px;
  --banner-info-height: 460px;
  height: var(--banner-info-height);
}

@media screen and (max-height: 655px) and (max-width: 767px) {
  .banner--home .banner--home__info {
    height: calc(100vh - var(--nav-bar-height));
  }
}

@media screen and (min-width: 768px) {
  .banner--home .banner--home__info {
    --banner-info-height: 320px;
  }
}

@media screen and (min-width: 992px) {
  .banner--home .banner--home__info {
    order: 1;
    position: absolute;
    top: 0;
    right: 50%;
    max-width: 600px;
    padding: 80px 50px 80px 0;
    width: calc(50% - 50px);
    left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .banner--home .banner--home__info {
    width: calc(50% - 80px);
    left: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .banner--home .banner--home__info {
    left: unset;
    right: calc(50vw + 40px);
  }
}

.banner--home .banner--home__info .banner--home__title {
  margin: 0 0 16px 0;
  font-size: 36px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .banner--home .banner--home__info .banner--home__title {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .banner--home .banner--home__info .banner--home__title {
    text-align: left;
    font-size: 50px;
    line-height: 50px;
  }
}

.banner--home .banner--home__info .banner--home__description {
  margin: 0 0 20px 0;
  color: #002251;
  font-size: 1.125rem;
  display: none;
}

@media screen and (min-width: 450px), (min-height: 550px) {
  .banner--home .banner--home__info .banner--home__description {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .banner--home .banner--home__info .banner--home__description {
    text-align: center;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .banner--home .banner--home__info .banner--home__description {
    text-align: left;
  }
}

.banner--home .banner--home__info .banner--home__info__buttons {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  padding: 0 24px;
  left: 0;
  bottom: 60px;
}

@media screen and (min-width: 768px) {
  .banner--home .banner--home__info .banner--home__info__buttons {
    flex-direction: row;
    justify-content: center;
    margin: 24px 0 16px 0;
  }
}

@media screen and (min-width: 992px) {
  .banner--home .banner--home__info .banner--home__info__buttons {
    justify-content: left;
    margin: 24px 0 16px 0;
    position: relative;
    bottom: unset;
    left: unset;
    width: unset;
    padding: 0;
  }
}

.banner--home .banner--home__info .banner--home__btn {
  padding: 18px 32px;
  line-height: 20px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .banner--home .banner--home__info .banner--home__btn {
    display: flex;
    align-items: center;
    margin: 0 24px 0 0;
  }
  .banner--home .banner--home__info .banner--home__btn:last-child {
    margin-right: 0;
  }
}

.banner--home .banner--home__media {
  height: calc(100vh - var(--nav-bar-height) - 460px);
  order: 1;
  position: relative;
  display: none;
}

@media screen and (max-height: 655px) and (min-width: 768px) {
  .banner--home .banner--home__media {
    display: block;
  }
}

@media screen and (min-height: 655px) {
  .banner--home .banner--home__media {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .banner--home .banner--home__media {
    height: calc(100vh - var(--nav-bar-height) - 290px);
  }
}

@media screen and (min-width: 992px) {
  .banner--home .banner--home__media {
    height: 100%;
    width: 50%;
    order: 2;
    position: absolute;
    top: 0;
    left: 50%;
  }
}

.banner--home .banner__content .btn--outline, .banner--home .banner__content .btn--outline-light-blue, .banner--home .banner__content .btn--outline--gold, .banner--home .banner__content .btn--outline-hover {
  --btn-hover-background: #9a8146;
  --btn-hover-color: #ffffff;
  --btn-hover-border-color: #9a8146;
}

.banner--home .banner__content--blue {
  background: #002251;
}

.banner--home .banner__content--blue .banner--home__title {
  color: #ffffff;
}

.banner--home .banner__content--blue .banner--home__description {
  color: #ffffff;
}

.banner--home .banner__content--blue .btn--solid-blue {
  --btn-background: #ffffff;
  --btn-hover-background: #9a8146;
  --btn-color: unda-navy;
  --btn-hover-color: #ffffff;
}

.banner--home .banner__content--blue .btn--outline, .banner--home .banner__content--blue .btn--outline-light-blue, .banner--home .banner__content--blue .btn--outline--gold, .banner--home .banner__content--blue .btn--outline-hover {
  --btn-border-color: #ffffff;
  --btn-hover-background: #9a8146;
  --btn-hover-color: #ffffff;
  --btn-hover-border-color: #9a8146;
  --btn-color:  #ffffff;
}

.banner--home .banner--home--pause-btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  border: none;
  background: #ffffff;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner--home .banner--home__slider-controls {
  position: absolute;
  bottom: 14px;
}

@media screen and (min-width: 992px) {
  .banner--home .banner--home__slider-controls {
    bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .banner--home .banner--home__slider-controls {
    bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .banner--home .banner--home__slider-controls {
    max-width: 600px;
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  .banner--home .banner--home__slider-controls {
    width: calc(50% - 80px);
    left: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .banner--home .banner--home__slider-controls {
    left: unset;
    right: calc(50vw + 40px);
  }
}

.banner--home .banner--home__slider-controls .slick-dots {
  padding-left: 30px;
}

@media screen and (min-width: 992px) {
  .banner--home .banner--home__slider-controls .slick-dots {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .banner--home .banner--home__slider-controls .slick-dots {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .banner--home .slick-track, .banner--home .slick-slide > div, .banner--home .slick-slide .banner__content, .banner--home .slick-slide .banner--home__info {
    height: 100%;
  }
}

.banner--home .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 5;
}

.banner--home .slick-dots li > button {
  width: 16px;
  height: 1px;
  background: #CCD3DC;
  font-size: 0;
  border: none;
}

.banner--home .slick-dots .slick-active > button {
  background: #5e9cd6;
  height: 2px;
}

/* Module: S */
.leftnav {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #F2F4F6;
}

.leftnav ul {
  padding: 0;
  margin: 0;
}

.leftnav .hierarchy, .leftnav .leftnav__level1.active {
  background-color: #F9F9FB;
}

.leftnav .hierarchy > a .icon, .leftnav .leftnav__level1.active > a .icon {
  transform: rotate(180deg);
}

.leftnav .leftnav__level1.active > a > svg {
  display: none;
}

.leftnav .hierarchy:has(ul), .leftnav .leftnav__level1.active:has(ul) {
  border: 1px solid #F2F4F6;
}

.leftnav .hierarchy:has(ul) > a, .leftnav .leftnav__level1.active:has(ul) > a {
  border-bottom: 3px solid #5E9CD6;
}

.leftnav .hierarchy:has(ul) > a > svg, .leftnav .leftnav__level1.active:has(ul) > a > svg {
  display: inline-block;
}

.leftnav .hierarchy:has(ul) > ul, .leftnav .leftnav__level1.active:has(ul) > ul {
  margin: 10px 0;
}

.leftnav .hierarchy:has(ul) > ul .leftnav__item a, .leftnav .leftnav__level1.active:has(ul) > ul .leftnav__item a {
  padding: 10px 26px;
}

.leftnav .hierarchy:has(ul) ul .leftnav__item.active a, .leftnav .leftnav__level1.active:has(ul) ul .leftnav__item.active a {
  color: #002251;
}

.leftnav .hierarchy:has(ul) ul .leftnav__item a, .leftnav .leftnav__level1.active:has(ul) ul .leftnav__item a {
  color: #667A97;
}

.leftnav .active > a:before {
  content: '';
  height: 2em;
  width: 3px;
  background: #5E9CD6;
  position: absolute;
  left: 0;
}

.leftnav .leftnav__level1.active > a:hover {
  color: #002251;
}

.leftnav .leftnav__level1.hierarchy.active > a:before {
  content: none;
}

.leftnav__item a {
  position: relative;
  padding: 18px 26px;
  font-size: 1em;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #002251;
  text-decoration: none;
  justify-content: space-between;
}

.leftnav__item a:hover {
  text-decoration: underline;
  color: #002251;
}

.leftnav__item a span {
  max-width: calc(100% - 15px);
  overflow: hidden;
}

.leftnav__item:has(+ .hierarchy) {
  margin-bottom: 13px;
}

.hierarchy:has(+ .leftnav__item) {
  margin-bottom: 14px;
}

.leftnav__level1 > a {
  font-size: 1.125em;
}

.leftnav__level2 .icon {
  display: none;
}

.leftnav__level1 {
  list-style: none;
}

.leftnav__level1.active > a {
  font-weight: bold;
}

.leftnav__level2 {
  list-style: none;
}

.leftnav__level2.active > a {
  font-weight: bold;
}

.leftnav__level3 {
  list-style: none;
}

.leftnav__level3.active > a {
  font-weight: bold;
}

.sidebar__contact {
  padding: 24px 16px 16px 16px;
  margin-top: 32px;
  border-top: 2px solid #5E9CD6;
}

.sidebar__contact h3 {
  margin: 0 0 16px 0;
  font-size: 1em;
  color: #222223;
}

.sidebar__contact span {
  color: #4D4D4F;
}

.sidebar__contact .sidebar__contact__email {
  font-weight: bold;
  color: #4D4D4F;
}

.sidebar__contact a {
  color: #002251;
}

.job-details h3 {
  color: #002251;
}

.job-details h2 {
  color: #002251;
  letter-spacing: 0.2px;
  font-weight: 700;
}

.job-details a {
  text-decoration: none;
}

.job-details .content {
  line-height: 26px;
  letter-spacing: 0.064px;
}

.job-details .content hr {
  margin-top: 50px;
}

.job-details .sidebar--right {
  order: 1;
  width: 100%;
  margin-left: 0;
  display: flex !important;
  flex-direction: column;
  gap: 30px;
}

.job-details .sidebar--right p > a:hover, .job-details .sidebar--right p > a:focus {
  color: #9a8146;
}

.job-details .program-details__container h3, .job-details .program-details__container p {
  margin: 0;
}

.job-details .program-details__container p {
  margin-top: 14px;
}

.job-details .program-details__buttons {
  margin-bottom: 15px;
}

.job-details .program-details__buttons:last-child {
  margin-bottom: 0;
}

.job-details .button--save {
  background-image: none !important;
}

.job-details .button--download {
  background-image: none !important;
  display: flex;
  gap: 6px;
  flex-direction: row;
  justify-content: center;
}

.job-details .button--download svg {
  fill: #4A4A4A;
}

.job-details .button--download:focus svg, .job-details .button--download:hover svg {
  fill: white;
}

.job-details .button, .job-details input.sq-form-submit, .job-details .program-togglers label, .program-togglers .job-details label, .job-details .saved-programs__button, .job-details .save-btn {
  padding: 17px 32px;
}

.job-details .details-listing {
  margin: 0;
}

.job-details .details-listing .details-listing__title, .job-details .details-listing .details-listing__content {
  font-size: 0.875em;
}

.job-details .details-listing .details-listing__title {
  font-weight: bold;
}

.job-details .details-listing li:last-child {
  margin-bottom: 0;
}

.job-details .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 14px;
}

.job-details .social-links li {
  margin: 0;
  padding: 0;
}

.job-details .social-links li a {
  color: #002251;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.job-details .social-links li a:hover, .job-details .social-links li a:focus {
  color: #9a8146;
}

.job-details__backlink a {
  color: #5e9cd6;
  text-decoration: none;
}

.job-details__backlink a:hover, .job-details__backlink a:focus {
  color: #5e9cd6 !important;
}

@media screen and (min-width: 1200px) {
  .job-details .content {
    padding-right: 20px;
  }
  .job-details .content li {
    margin-bottom: 0;
  }
  .job-details .sidebar--right {
    order: 0;
    width: calc(25% - 25px);
  }
}

/* Module: S */
.employment-landing {
  display: block;
}

.employment-landing .employment-search__container {
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__container {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__filter {
    width: 25%;
  }
}

.employment-landing .employment-search__filter h2 {
  color: #002251;
  font-size: 1.625em;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__filter h2 {
    font-size: 2.125em;
    margin-top: 0;
  }
}

.employment-landing .employment-search__filter .accordion__item:after {
  border-top: 2px solid #5E9CD6 !important;
  border-right: 2px solid #5E9CD6 !important;
  top: 28px !important;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__filter .accordion__item:after {
    width: 10px;
    height: 10px;
  }
}

.employment-landing .employment-search__filter .accordion__item.active:after {
  top: 32px !important;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__filter .accordion__item.active:after {
    top: 36px !important;
  }
}

.employment-landing .employment-search__filter .accordion__heading {
  font-size: 1em;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__filter .accordion__heading {
    font-size: 1.25em;
  }
}

.employment-landing .accordion__content .facet-item {
  text-decoration: none;
}

.employment-landing .accordion__content .facet-item:hover {
  text-decoration: none;
}

.employment-landing .accordion__content .item-label {
  color: #404040;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 0.875em;
}

@media screen and (min-width: 1200px) {
  .employment-landing .accordion__content .item-label {
    font-size: 1em;
  }
}

.employment-landing .employment-search__listing {
  padding-top: 45px;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing {
    width: 75%;
    padding-top: 0;
  }
}

.employment-landing .employment-search__listing .search-result-count {
  margin: 20px 0 45px 0;
}

.employment-landing .employment-search__listing .results-list__headings {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
}

.employment-landing .employment-search__listing .results-list__headings__left {
  width: 50%;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__headings__left {
    width: 60%;
  }
}

.employment-landing .employment-search__listing .results-list__headings__right {
  width: 50%;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__headings__right {
    width: 40%;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}

.employment-landing .employment-search__listing .results-list__headings__right .results-list__headings__header {
  display: none;
}

@media (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__headings__right .results-list__headings__header {
    display: inline-block;
    width: 50%;
    padding-right: 0;
  }
}

.employment-landing .employment-search__listing .results-list__headings__right .results-list__headings__header.results-list__headings__header--mobile {
  display: inline-block;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__headings__right .results-list__headings__header.results-list__headings__header--mobile {
    display: none;
  }
}

.employment-landing .employment-search__listing .results-list__headings__header {
  padding-right: 70px;
}

.employment-landing .employment-search__listing .results-list__headings h3 {
  color: #002251;
  font-size: 1.125em;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__headings__mobile {
    display: none;
  }
}

.employment-landing .employment-search__listing .results-list__item {
  border-top: 1px solid #e9e9e9;
  width: 100%;
  padding: 20px 0;
  display: flex;
  gap: 18px;
}

.employment-landing .employment-search__listing .results-list__item:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.employment-landing .employment-search__listing .results-list__item__position {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__item__position {
    width: 60%;
  }
}

.employment-landing .employment-search__listing .results-list__item__link {
  color: #002251;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.employment-landing .employment-search__listing .results-list__item__link:hover {
  text-decoration: underline;
}

.employment-landing .employment-search__listing .results-list__item__title {
  color: #002251;
  font-size: 1em;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.employment-landing .employment-search__listing .results-list__item__description {
  display: none;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__item__description {
    display: inline-block;
  }
}

.employment-landing .employment-search__listing .results-list__item__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__item__info {
    width: 40%;
    flex-direction: row;
    gap: 30px;
  }
}

.employment-landing .employment-search__listing .results-list__item__info__type-location {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__item__info__type-location {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing .results-list__item__info__date {
    width: 50%;
  }
}

.employment-landing .employment-search__listing .cp-pagination {
  width: unset;
  margin: 24px 30px;
}

.employment-landing .employment-search__listing__footer {
  margin-bottom: 70px;
  padding-top: 20px;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing__footer {
    padding-top: 50px;
  }
}

.employment-landing .employment-search__listing__footer .btn--outline--gold:hover,
.employment-landing .employment-search__listing__footer .btn--outline--gold:focus {
  color: #fff;
  background-color: #9a8146;
}

.employment-landing .employment-search__listing__footer__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.employment-landing .employment-search__listing__footer__top > p {
  color: #404040;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing__footer__top > p {
    width: 100%;
    font-weight: 700;
  }
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing__footer__top {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.employment-landing .employment-search__listing__footer__bottom {
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
}

.employment-landing .employment-search__listing__footer__bottom p {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .employment-landing .employment-search__listing__footer__bottom p {
    font-size: 16px;
  }
}

.employment-landing .employment-search__listing__footer__bottom h3 {
  font-size: 26px;
  line-height: 34px;
  color: #002251;
  margin: 0 0 20px 0;
}

.employment-landing .employment-search__listing__footer a:hover,
.employment-landing .employment-search__listing__footer a:focus {
  color: #9a8146;
}

.employment-landing .employment-search__listing .btn--outline--gold {
  padding: 18px 32px;
}

/**** 
        css from matrix
        ****/
/*dynamic header adjustments -- End*/
.employment-landing {
  /** Removes additional spacing on accordion items **/
  /** Start of new "checkboxes" **/
  /** Start of CSS edited with the addition of <form > tags **/
  /** End of CSS edited with the addition of <form > tags /border-bottom:2px solid #5E9CD6; /**/
  /* START Autocomplete styling */
  /* END Autocomplete styling */
  /** Start of search bar edit **/
  /*** Clears the search bar, in place of JavaScript ***/
  /** End of search bar edit **/
  /** Start of small edit **/
  /** End of small edit **/
  /*** Start of "key feature" CSS ***/
  /*** End of "key feature" CSS ***/
  /* Save button position */
  /*** Start of horizontal cards CSS ***/
  /** Containers **/
  /** Top **/
  /* Save button background */
  /*** Make card clickable ***/
  /** Content **/
  /*.program-search-card-content h3 {margin-bottom: 7px; margin-top: 14px;}*/
  /*.program-search-horizontal-text h3 {margin-bottom: 0; margin-top: 0;}*/
  /*** End of horizontal cards CSS ***/
  /*** Start of new Bootstrap cards ***/
  /** Content **/
  /* card footer */
  /*** End of new Bootstrap cards ***/
  /*** Start of vertical cards CSS ***/
  /** Containers **/
  /**.program-search-cards-container{display:inline-flex; flex-direction:colunm; vertical-align: top; justify-content:space-between;} **/
  /**.program-search-cards {width: 294px!important; min-height: 550px; padding: 0 16px 0 16px!important; margin: 0 3px 8px 0; text-align: left!important; background-color: #F5F6F8; position:relative; border:1px solid rgba(0, 34, 81, 0.08);}**/
  /*** Make card clickable ***/
  /** Top **/
  /** Frontstage edit -  changed to auto, was height:11vh; Please note: the height here is currently just to accomodate for the image being square, at the moment. **/
  /* Save button background */
  /** Content **/
  /*** End of vertical cards CSS ***/
  /** FS edits for moving view toggel and clear filters section above results **/
  /* Updated Pagination styles */
  /** Checkbox adjustments FS 2023 **/
  /** FOOTER Font sizing adjustments for Funnelback **/
  /** END FOOTER Font sizing adjustments for Funnelback **/
  /** Promo box styles **/
  /** END Promo box styles **/
  /** Start Updated Promo styles **/
  /** Media queries Small laptop **/
  /** END Media queries Small laptop **/
  /** Media queries tablet **/
  /** END Media queries tablet **/
  /** Media queries mobile **/
  /** END Media queries mobile **/
}

.employment-landing .program-search-container {
  padding: 20px 0 0 0;
}

.employment-landing .program-search-filter-and-cards-container {
  display: flex;
  flex-direction: row;
}

.employment-landing .program-search-filter {
  min-width: 260px;
  width: 25%;
  padding: 0 3% 0 0;
  text-align: left;
}

.employment-landing #courses-testing {
  width: 75%;
  text-align: left;
}

.employment-landing .program-search-filter-button {
  /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-size: 1rem;
  background: #002251;
  border-color: #002251;
  color: #fff;
  width: 100%;
  margin: 5% 0;
  text-align: center;
  font-weight: 600 !important;
  padding: 1rem 1rem;
  line-height: 1.42857;
  letter-spacing: 0.02857em;
}

.employment-landing .button.program-search-filter-button:hover, .employment-landing input.program-search-filter-button.sq-form-submit:hover, .employment-landing .program-togglers label.program-search-filter-button:hover, .program-togglers .employment-landing label.program-search-filter-button:hover, .employment-landing .program-search-filter-button.saved-programs__button:hover, .employment-landing .program-search-filter-button.save-btn:hover {
  border-color: #9a8146;
  background: #9a8146;
  color: #fff;
}

.employment-landing .program-search-filter .accordion__item {
  margin: 0;
}

.employment-landing .accordion__item .accordion__content {
  padding: 0;
}

.employment-landing .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: none;
}

.employment-landing .accordion__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.employment-landing .accordion__heading, .employment-landing .program-search-filter h4 {
  /*font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-weight: 700 !important;
  color: #002251;
  padding-left: 4px !important;
}

.employment-landing .accordion__item .accordion__content > ul, .employment-landing .accordion__item .accordion__content > ol {
  padding-left: 0;
}

.employment-landing .program-search-filter .accordion__item:after {
  border-top: 2px solid #5E9CD6 !important;
  border-right: 2px solid #5E9CD6 !important;
  top: 30px !important;
}

.employment-landing .view-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 60px;
  float: right;
  margin-top: 14px;
}

.employment-landing .view-toggle .active {
  color: black !important;
  border-bottom: 2px solid #5e9cd6 !important;
}

.employment-landing .view-toggle span {
  font-size: 0.75em;
  padding: 3%;
  width: 50%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.employment-landing .view-toggle i {
  font-size: 24px;
  margin: 3% 0;
}

.employment-landing .view-toggle a {
  color: rgba(0, 0, 0, 0.5);
  padding: 0 0 0 5%;
}

.employment-landing .view-toggle .active > a {
  color: black !important;
}

.employment-landing .horizontal-view, .employment-landing .grid-view {
  margin: 0 !important;
}

.employment-landing .view-toggle span:hover {
  cursor: pointer;
}

.employment-landing input[type=checkbox]:checked + label:before, .employment-landing input[type=checkbox] + label:before {
  border: 1px solid #002251;
  border-radius: 10%;
}

.employment-landing input[type=checkbox]:checked + label:before {
  background: #5E9CD6;
}

.employment-landing input[type=checkbox]:checked + label:after {
  border: solid #fff;
  border-width: 0 0 3px 3px;
}

.employment-landing .ps-clear-filter {
  cursor: pointer;
  float: right;
  background-color: #002251;
  padding: 1px 3px 4px 13px;
  border-radius: 100px;
  position: relative;
  bottom: 6px;
}

.employment-landing .ps-clear-filter a {
  color: #fff;
  margin: 1% 0 !important;
  font-size: 16px;
  text-decoration: none !important;
}

.employment-landing .program-search-filter a {
  text-decoration: none !important;
  margin-right: 2px;
}

.employment-landing .program-search-filter .accordion__content > ul > li > a {
  color: #000 !important;
  margin: 0;
}

.employment-landing .program-search-filter .accordion__content > ul > li > a:hover {
  text-decoration: none !important;
}

.employment-landing .fa-magnifying-glass:before, .employment-landing .fa-search:before {
  content: "\26B2" !important;
  font-size: 1.5em;
  transform: rotate(-45deg);
  display: block;
}

.employment-landing .ps-search {
  display: flex;
  flex-direction: row;
  margin-bottom: 14px;
  background-color: rgba(0, 0, 0, 0.05);
}

.employment-landing .ps-search form {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.employment-landing .ps-search input[type="text"] {
  width: 100% !important;
  height: 60px;
  border: none;
  background-color: #F5F6F8 !important;
  outline: none;
}

.employment-landing .ps-search .twitter-typeahead {
  width: 100% !important;
}

.employment-landing .ps-search form > button, .employment-landing .ps-search form > a {
  font-size: 1em;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #F5F6F8 !important;
}

.employment-landing .ps-submit-search {
  color: #9a8146;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.employment-landing .ps-submit-search:hover, .employment-landing .ps-submit-search:focus {
  color: #002251;
}

.employment-landing .ps-search .tt-menu {
  border: 1px solid #e9e9e9;
  border-radius: 0 0 0.125rem 0.125rem;
  box-shadow: none;
  font-size: 1rem;
  padding-bottom: 0;
}

.employment-landing .ps-search .tt-menu .tt-suggestion {
  color: #002251;
  padding: 0;
  margin: clamp(1rem, 1.66667vw, 1.5rem) clamp(1rem, 1.66667vw, 1.5rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  line-height: 1.4;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.employment-landing .ps-search .tt-menu .tt-suggestion:hover, .employment-landing .ps-search .tt-menu .tt-suggestion:focus {
  color: #9a8146;
  background-color: unset;
  text-decoration: underline;
}

.employment-landing .form--course-search .tt-menu .tt-cursor {
  background-color: unset;
}

.employment-landing .ps-clear-search {
  color: #002251;
}

.employment-landing .ps-clear-search input {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  padding: 0 12%;
}

.employment-landing .ps-clear-search:hover {
  cursor: pointer;
}

.employment-landing .ps-submit-search i {
  color: #002251;
  font-size: 1.6em;
}

.employment-landing .ps-key-program-feature {
  text-align: left;
  padding: 3%;
  margin: 0 0 5% 0;
  background: #002251;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.employment-landing .ps-key-program-feature h2, .employment-landing .ps-kpf-link {
  color: #fff !important;
}

.employment-landing .ps-key-program-feature h2 {
  font-size: 24px;
  margin-top: 0;
}

.employment-landing .ps-kpf-summary, .employment-landing .ps-kpf-link {
  font-size: 1em;
}

.employment-landing .ps-kpf-link {
  font-weight: 700;
}

.employment-landing .ps-kpf-content {
  width: 60%;
  margin: 0 5% 0 0;
}

.employment-landing .program-search-save-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 3% !important;
  border: none;
}

.employment-landing .program-search-horizontal-container {
  display: flex;
}

.employment-landing .program-search-horizontal-container > div {
  width: 100%;
  padding: 0 3% 3% 3%;
  margin: 0 0 3% 0;
  text-align: left;
  background-color: #F5F6F8;
  position: relative;
  border: 1px solid rgba(0, 34, 81, 0.08);
}

.employment-landing .program-search-horizontal-result {
  border: 1px solid #fff;
}

.employment-landing .program-search-horizontal-result:hover {
  border: 1px solid #5E9CD6;
  background: rgba(245, 246, 248, 0.4);
}

.employment-landing .program-search-horizontal-container .program-search-card-label {
  height: 32px;
  position: relative;
  font-size: 12px;
  float: left;
  top: 0;
  margin-left: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #002251;
  color: white;
  padding: 7px 14px;
}

.employment-landing .program-search-horizontal-container .program-search-card-label-light {
  height: 32px;
  position: relative;
  float: left;
  padding: 7px 14px;
  font-size: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 7px;
  top: 0;
  background-color: #5c9ad3;
  color: #fff;
}

.employment-landing .program-search-horizontal-container .program-search-save-button {
  background-color: #fff !important;
  padding: 1.5% 2% 1.5% 4% !important;
}

.employment-landing .program-search-horizontal-container .program-search-save-button:hover, .employment-landing .program-search-cards .program-search-save-button:hover {
  background-color: #9a8146 !important;
}

.employment-landing .program-search-horizontal-result a {
  text-decoration: none;
  margin-top: 0;
  flex-grow: 1;
}

.employment-landing .program-search-horizontal-result a:hover {
  text-decoration: underline;
}

.employment-landing .program-search-horizontal-result a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.employment-landing .program-search-horizontal-text {
  margin: 0;
  width: 100%;
  font-size: 16px;
  color: #404040;
  /*font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-weight: 700 !important;
}

.employment-landing .program-search-horizontal-text p {
  margin-bottom: 0 !important;
}

.employment-landing .program-search-card-content h3, .employment-landing .program-search-horizontal-text h3 {
  font-size: 18px !important;
  line-height: 1.2em;
  /*font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-weight: 700 !important;
  color: #002251;
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 14px;
}

.employment-landing .program-search-horizontal-summary {
  /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-weight: 300 !important;
  color: #222223 !important;
  padding: 2px 0 16px 0;
  margin: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.employment-landing .program-search-horizontal-image {
  height: -webkit-fill-available;
  width: auto;
}

.employment-landing .program-search-horizontal-btn {
  width: 40%;
}

.employment-landing .program-search-horizontal-read-more {
  color: #002251;
  position: relative;
  font-size: 1em;
}

.employment-landing .program-searchmockup-horizontal-read-more:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: black;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 47%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.employment-landing .program-search-horizontal-part-0 {
  display: flex;
}

.employment-landing .program-search-horizontal-part-1 {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}

.employment-landing .program-search-horizontal-part-2 .program-search-icon-details, .employment-landing .program-search-horizontal-part-2 .program-search-icon-details > div {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 7px 14px 0 0;
  width: 100%;
}

.employment-landing .program-search-horizontal-part-2 .program-search-icon-details > div > svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.employment-landing .program-search-horizontal-part-2 .program-search-icon-details > div > p {
  font-size: 16px;
  line-height: 18px;
  color: #404040;
  padding-right: 10px;
  max-width: 82%;
}

.employment-landing .program-search-horizontal-summary p, .employment-landing .program-search-icon-details p {
  padding: 0;
  margin: 0;
}

.employment-landing .program-search-horizontal-summary p {
  font-weight: 400;
}

.employment-landing .ps-card {
  padding: 14px !important;
  text-align: left !important;
  background-color: #F5F6F8;
  color: #404040;
}

.employment-landing .ps-dept-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 5%;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0.2em;
  color: #404040;
  /*font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-weight: 600 !important;
}

.employment-landing .ps-card-label {
  position: absolute;
  float: left;
  padding: 7px 14px;
  font-size: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 4px;
  top: 14px;
  margin-left: 0;
  background-color: #002251;
  color: #fff;
}

.employment-landing .ps-card-label-light {
  position: absolute;
  padding: 7px 14px;
  font-size: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 42%;
  top: 14px;
  background-color: #5c9ad3;
  color: #fff;
}

.employment-landing .ps-card:hover {
  border: 1px solid #5E9CD6 !important;
  background: rgba(245, 246, 248, 0.4) !important;
}

.employment-landing .ps-card a {
  margin: 0;
}

.employment-landing .ps-card a:hover {
  text-decoration: underline;
}

.employment-landing .ps-card-content {
  color: #404040;
  min-height: 90px;
}

.employment-landing .ps-card-content h3, .employment-landing .ps-horizontal-text h3 {
  /*font-family: "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-weight: 700 !important;
  font-size: 1.125rem;
  letter-spacing: 0.02222em;
  color: #002251;
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 14px;
}

.employment-landing .ps-card-content > p {
  /*font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, 'Open Sans', Arial, sans-serif !important;*/
  font-weight: 600 !important;
  padding-bottom: 2px;
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.employment-landing .ps-card-content > .program-search-icon-details {
  height: auto;
  padding: 5% 0;
}

.employment-landing .ps-card-btn {
  width: 100%;
  margin: 5% 0 0 0;
  position: absolute;
  bottom: 0;
}

.employment-landing .card-footer {
  padding: 7px 0;
  background-color: inherit;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.employment-landing .ps-icon-details > div > svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: 2px;
}

.employment-landing .ps-icon-details {
  display: flex;
  flex-direction: column;
}

.employment-landing .ps-icon-details > div {
  display: flex;
  flex-direction: row;
  margin: 0 0 1.2vh 0;
}

.employment-landing .ps-icon-details > div > p {
  margin: 0 7px;
  font-size: 16px;
  max-width: 80%;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .employment-landing .program-search-cards {
    width: 292px !important;
  }
}

.employment-landing ​ .program-search-cards:hover {
  border: 1px solid #5E9CD6;
  background: rgba(245, 246, 248, 0.4);
}

.employment-landing .program-search-cards a {
  text-decoration: none;
  color: #000;
  margin: 0;
}

.employment-landing .program-search-cards a:hover {
  text-decoration: underline;
}

.employment-landing .program-search-cards a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.employment-landing .program-search-cards img {
  width: 100%;
  height: auto;
  margin-top: 14px;
}

.employment-landing .program-search-cards .program-search-card-label {
  position: absolute;
  float: left;
  padding: 7px 14px;
  font-size: 14px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 4px;
  top: 14px;
  margin-left: 0;
  background-color: #002251;
  color: #fff;
}

.employment-landing .program-search-cards .program-search-card-label-light {
  position: absolute;
  float: left;
  padding: 7px 14px;
  font-size: 14px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 4px;
  top: 14px;
  margin-left: 33%px;
  background-color: #5c9ad3;
  color: #fff;
}

.employment-landing .program-search-cards .program-search-save-button {
  background-color: #fff !important;
  padding: 3% 5% 3% 12% !important;
}

.employment-landing .program-search-cards .program-search-save-button:hover {
  background-color: #9a8146 !important;
}

.employment-landing .program-search-card-content {
  color: #637692;
}

.employment-landing .program-search-card-content > p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 5%;
  font-weight: 600;
  font-size: 14px;
  margin-top: .2em;
}

.employment-landing .program-search-card-content > .program-search-icon-details {
  height: auto;
  padding: 5% 0;
}

.employment-landing .program-search-card-btn {
  width: 100%;
  margin: 5% 0 0 0;
  position: absolute;
  bottom: 0;
}

.employment-landing .program-search-card-content .program-search-icon-details {
  display: flex;
  flex-direction: column;
}

.employment-landing .program-search-card-content .program-search-icon-details > div {
  display: flex;
  flex-direction: row;
  margin: 0 0 1.2vh 0;
}

.employment-landing .program-search-card-content .program-search-icon-details > div > i {
  font-size: 1.4em;
  color: #5E9CD6;
}

.employment-landing .program-search-card-content .program-search-icon-details > div > p {
  margin: 0 5%;
  font-size: 16px;
}

.employment-landing .program-search-card-read-more {
  color: #002251;
  position: relative;
  font-size: 1em;
}

.employment-landing .program-search-card-read-more:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: black;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 47%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.employment-landing .results-header {
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  height: 55px;
}

.employment-landing .filter-header {
  font-weight: 600 !important;
  width: 264px;
  float: left;
}

.employment-landing .filter-header p {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 28px;
  color: #1D3159;
}

.employment-landing .cp-pagination {
  list-style: none;
  display: flex;
  flex-direction: row;
  position: relative;
  padding-left: 0;
  margin: 24px 16px;
}

.employment-landing .cp-pagination-prev {
  margin-right: auto;
  width: 70px;
}

.employment-landing .cp-pagination-next {
  margin-left: auto;
  width: 70px;
  text-align: right;
}

.employment-landing .cp-pagination > li {
  margin: 0 3px;
  width: 20px;
  text-align: center;
}

.employment-landing .cp-pagination li > a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding: 0;
}

.employment-landing .cp-pagination li > a:hover {
  color: #1D3159;
  font-weight: 600;
}

.employment-landing .cp-pagination .active > a {
  color: #1D3159;
  border-bottom: 2px solid #5e9cd6;
  padding-bottom: 2px;
  font-weight: 600;
}

.employment-landing a[rel~="prev"] {
  font-weight: 600 !important;
}

.employment-landing a[rel~="prev"]:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: rgba(94, 156, 214, 0.5) !important;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 46%;
  transform: rotate(225deg) translateY(50%);
  margin-left: -16px;
}

.employment-landing a[rel~="prev"]:hover:before, .employment-landing a[rel~="next"]:hover:after {
  border-color: #5e9cd6 !important;
}

.employment-landing a[rel~="next"] {
  font-weight: 600 !important;
}

.employment-landing a[rel~="next"]:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: rgba(94, 156, 214, 0.5) !important;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 46%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 3px;
}

.employment-landing .item-label {
  font-size: 16px;
  line-height: 24px;
}

.employment-landing .item-label svg {
  margin-bottom: 4px;
}

.employment-landing .ps-filter-button {
  font-weight: 300 !important;
  border: solid 1px #002251;
  padding: 3px 3px 4px 8px;
  border-radius: 100px;
  color: #002251;
  font-size: 14px;
  text-transform: capitalize;
}

.employment-landing .ps-filter-button:hover {
  border: solid 1px #000;
}

.employment-landing .ps-filter-button svg {
  width: 18px;
  height: 18px;
  position: relative;
  bottom: 1.5px;
}

.employment-landing .ps-filter-button i:hover {
  text-decoration: none;
}

.employment-landing .clear-all-text {
  margin-left: 7px;
}

.employment-landing .facets-breadcrumb-label {
  margin-left: 4px;
  font-size: 16px;
}

.employment-landing #search-facets-breadcrumb ul {
  margin-top: 7px;
  margin-left: 3px;
  margin-bottom: 0;
}

.employment-landing .list-inline.clear-all {
  margin-top: -28px !important;
  text-align: right;
}

.employment-landing #search-facets-breadcrumb ul li {
  margin-bottom: 12px;
  display: inline-block !important;
}

.employment-landing .clear-all-pill {
  text-align: right !important;
  margin-right: 5px;
}

.employment-landing .clear-all a {
  border: solid 1px #002251;
  padding: 3px 3px 4px 8px;
  border-radius: 100px;
  position: relative;
  bottom: 6px;
  background-color: #002251 !important;
  color: #fff !important;
}

.employment-landing .footer h4 {
  font-size: 14px;
  font-weight: 700 !important;
}

.employment-landing .footer {
  font-size: 14px;
}

.employment-landing .sr-promo {
  min-height: 252px;
  background-color: #002251;
  color: #fff;
  margin-bottom: 14px;
}

.employment-landing .pill-text {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 12px;
}

.employment-landing .pill-text span {
  background-color: #082d5e;
  height: 25px;
  width: 56%;
  border-radius: 100px;
  margin-left: 50px;
  padding: 6px 9px 6px 11px;
}

.employment-landing .promo-text {
  padding: 54px 26px 26px 0px;
  color: #A1B0C6;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 26px;
}

.employment-landing .sr-promo-2 h3 {
  color: #fff;
  /* font-weight: 700 !important; */
  font-size: 28px;
  /* padding: 21px 21px 7px 21px; */
}

.employment-landing .promo-img {
  display: block;
  width: 80%;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.employment-landing .white-text {
  padding: 7px 4px 21px 21px;
  color: #fff;
}

.employment-landing .sr-promo-2 .btn-promo {
  background-color: #5E9CD6;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 0;
  width: fit-content;
}

.employment-landing .sr-promo-1 {
  padding: 20px 28px;
  margin-left: 5%;
  margin-bottom: 21px;
  width: 90% !important;
}

.employment-landing .sr-promo-1 h3 {
  color: #fff;
  font-weight: 700 !important;
  letter-spacing: 0.00455em;
  font-size: 26px;
  line-height: 42px;
  /* padding: 34px 52px 16px 52px; */
  margin-bottom: 16px;
}

.employment-landing .sr-promo-1 .pill-text span {
  margin-left: 0;
}

.employment-landing .sr-promo-1 .promo-text {
  padding: 0;
  margin: 14px 0;
}

.employment-landing .sr-promo-1 .btn-promo {
  background-color: #5E9CD6;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700 !important;
  margin: 0;
}

.employment-landing .sr-promo-1:hover .btn-promo:hover {
  background-color: #3D96E0;
}

@media only screen and (min-width: 768px) {
  .employment-landing .sr-promo-1 .promo-text {
    margin: 5px 0 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .employment-landing .sr-promo-1 h3 {
    font-size: 28px;
  }
  .employment-landing .sr-promo-1 .btn-promo {
    width: 80%;
  }
}

.employment-landing .sr-promo-2 {
  padding: 28px;
}

@media only screen and (max-width: 1200px) {
  .employment-landing .ps-search form > input {
    height: 6vh;
  }
  .employment-landing .results-header {
    margin-left: 14px;
    margin-right: 14px;
  }
  .employment-landing .program-search-container {
    padding-right: 14px;
  }
  .employment-landing .program-search-filter {
    margin: 0 2% 0 1%;
  }
}

@media only screen and (max-width: 1024px) {
  .employment-landing {
    /** Promo boxes **/
    /* .sr-promo-2 .btn-promo {
                    margin-left: 14px;
                    margin-bottom: 21px;
                    width: 45% !important;
                } */
    /* .promo-img {
                    margin-bottom: 21px;
                    margin-left: 21px !important;
                    width: 50% !important;
                } */
  }
  .employment-landing .program-search-container {
    padding: 14px 7px 0 7px;
  }
  .employment-landing .program-search-horizontal-result:nth-child(2) {
    background-color: #969696;
  }
  .employment-landing .program-search-filter-and-cards-container {
    display: flex;
    flex-direction: column;
  }
  .employment-landing .program-search-filter-button {
    margin: 3%;
    width: 45%;
    font-size: 90%;
  }
  .employment-landing .ps-clear-filter {
    margin: 0 !important;
  }
  .employment-landing #search-facets-breadcrumb ul li {
    display: inline-block;
    margin-left: 0;
    margin-top: 2px;
  }
  .employment-landing .clear-all a {
    bottom: 0;
  }
  .employment-landing .ps-kpf-image {
    width: 40%;
  }
  .employment-landing .program-search-cards {
    margin: 0 7px 7px 0;
  }
  .employment-landing .program-search-card-label {
    top: 0;
  }
  .employment-landing .program-search-card-content h3 {
    font-size: 18px !important;
    margin-top: 14px;
    width: 100%;
  }
  .employment-landing .program-search-horizontal-text h3 {
    font-size: 18px !important;
    margin-top: 14px;
    width: 100%;
  }
  .employment-landing .program-search-cards {
    min-height: 280px !important;
    padding: 0 14px 7px 14px !important;
  }
  .employment-landing .program-search-card-content > p {
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .employment-landing .program-search-card-content .program-search-icon-details > div > p {
    font-size: 16px;
  }
  .employment-landing .results-header {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .employment-landing .sr-promo {
    /* max-width: 97% !important; */
  }
  .employment-landing .pill-text {
    margin-left: 13px !important;
  }
  .employment-landing .promo-text {
    /* padding: 14px 14px 14px 14px !important; */
    padding: 14px 14px 14px 14px;
  }
  .employment-landing .sr-promo-2 h3 {
    font-size: 24px;
    /* padding: 21px 14px 21px 14px !important; */
  }
}

@media only screen and (max-width: 480px) {
  .employment-landing {
    /** Start of search bar edit **/
    /** End of search bar edit **/
    /** Start of new "checkboxes" **/
    /** End of new "checkboxes" **/
    /** Promo boxes **/
  }
  .employment-landing .search-heading {
    font-size: 1.4em;
    margin-bottom: 28px;
    margin-left: 28px;
  }
  .employment-landing .program-search-container {
    padding: 2% 0 0 0;
  }
  .employment-landing .program-search-filter-and-cards-container {
    display: block;
  }
  .employment-landing .results-header {
    display: none;
  }
  .employment-landing .program-search-filter {
    width: 100%;
    padding: 0 5% 8% 5%;
  }
  .employment-landing .program-search-filter-button {
    margin: 3% 0;
    width: 100%;
  }
  .employment-landing #courses-testing {
    width: 100%;
    padding: 0 5%;
  }
  .employment-landing .ps-search form > button, .employment-landing .ps-search form > a {
    width: 12%;
  }
  .employment-landing .ps-key-program-feature {
    padding: 5%;
  }
  .employment-landing .ps-key-program-feature h2 {
    font-size: 1.10em;
  }
  .employment-landing .ps-kpf-summary, .employment-landing .ps-kpf-link {
    font-size: 0.8em;
  }
  .employment-landing .ps-kpf-content {
    width: 100%;
    margin: 0;
  }
  .employment-landing .ps-kpf-image {
    display: none;
  }
  .employment-landing .program-search-cards-container.flex-container {
    width: 100% !important;
    display: block;
    justify-content: center;
  }
  .employment-landing .program-search-cards {
    width: 100% !important;
    margin: 0 0 24px 0;
    padding: 8px 16px !important;
    min-height: auto;
  }
  .employment-landing .program-search-card-content > p {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 2%;
  }
  .employment-landing .program-search-horizontal-text {
    padding: 0 2% 0 0;
    font-size: 14px;
  }
  .employment-landing .program-search-card-content {
    font-size: 16px;
    margin-top: 0;
  }
  .employment-landing .program-search-card-content h3 {
    font-size: 1.05em;
    margin-top: 14px;
    width: 100%;
  }
  .employment-landing .program-search-card-content > .program-search-icon-details {
    padding: 3% 0;
  }
  .employment-landing .program-search-horizontal-summary {
    border-bottom: none;
    margin-bottom: 0;
  }
  .employment-landing .program-search-horizontal-summary p {
    margin-bottom: 0;
  }
  .employment-landing .program-search-horizontal-container > div {
    margin: 3% 0;
    padding: 5%;
  }
  .employment-landing .program-search-horizontal-part-0 {
    display: flex;
    flex-wrap: wrap;
  }
  .employment-landing .program-search-horizontal-result a {
    display: flex;
    flex-basis: 100%;
    order: 1;
  }
  .employment-landing .program-search-cards .program-search-card-label-light,
  .employment-landing .program-search-cards .program-search-card-label,
  .employment-landing .program-search-horizontal-container .program-search-card-label-light,
  .employment-landing .program-search-horizontal-container .program-search-card-label {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 4px;
  }
  .employment-landing .program-search-cards .program-search-card-label {
    top: 22px;
  }
  .employment-landing .program-search-horizontal-container .program-search-save-button {
    padding: 2% 5% 2% 10% !important;
  }
  .employment-landing .program-search-horizontal-image {
    display: none;
  }
  .employment-landing .program-search-icon-details {
    border-top: 1px solid rgba(0, 34, 81, 0.1);
  }
  .employment-landing .program-search-horizontal-text {
    padding: 0 2%;
    font-size: 16px;
  }
  .employment-landing .program-search-horizontal-read-more {
    font-size: 0.8em;
  }
  .employment-landing .program-search-horizontal-part-2 .program-search-icon-details, .employment-landing .program-search-horizontal-part-2 .program-search-icon-details > div {
    display: block;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .employment-landing .program-search-horizontal-part-2 .program-search-icon-details > div > p {
    display: inline-block;
  }
  .employment-landing .program-search-horizontal-part-2 .program-search-icon-details > div > i {
    position: relative;
    top: 5px;
    right: 5px;
  }
  .employment-landing .program-search-filter ul li {
    margin: 4px 0;
  }
  .employment-landing .ps-clear-filter {
    right: -28px;
  }
  .employment-landing .filter-header {
    display: block;
    width: 86%;
    margin-left: 12px;
    margin-right: 0;
  }
  .employment-landing .view-toggle {
    display: none;
  }
  .employment-landing .sr-promo {
    max-width: 100% !important;
  }
  .employment-landing .pill-text span {
    margin-left: 0 !important;
  }
  .employment-landing .promo-text {
    padding: 14px 14px 14px 14px !important;
  }
  .employment-landing .promo-img {
    margin-bottom: 21px;
  }
}

.job-details .button--apply {
  background: #9a8146;
  color: #fff;
}

/* Module: S */
html {
  scrollbar-gutter: stable;
}

.r3-header {
  --nav-bar-height: 70px;
  height: var(--nav-bar-height);
  z-index: 15;
  position: relative;
  background-color: white;
  position: sticky;
  top: 0;
}

.r3-nav-container {
  max-width: 1440px;
  padding: 0;
  width: 100vw;
}

.r3-top-nav {
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: var(--nav-bar-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.r3-top-nav__logo {
  background: #002251;
  width: 4.625rem;
  min-width: 4.625rem;
  height: 100%;
}

.r3-top-nav__link {
  display: inline-block;
  padding: 0.5rem 0.625rem;
}

.r3-top-nav__img {
  max-width: 100%;
}

.r3-top-nav__utility-bar {
  flex-grow: 1;
}

.r3-top-nav__utility-menu {
  display: none;
}

.r3-top-nav__search {
  height: 38px;
  border-right: 1px solid #e9e9e9;
  margin-left: 12px;
}

.r3-top-nav__search-box {
  display: flex;
  align-items: center;
  position: relative;
}

.r3-top-nav__search-box .submit {
  order: -1;
  flex-shrink: 0;
  background: white;
  color: #9a8146;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  padding-right: 0;
  font-size: 1rem;
  margin: 0;
  border: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.r3-top-nav__search-box .submit svg {
  height: 1em;
  width: var(--icon-width, 1em);
  display: block;
  font-size: 1em;
}

.r3-top-nav__search-box .submit:hover, .r3-top-nav__search-box .submit:focus {
  color: #002251;
}

.r3-top-nav__search-box input[type="text"] {
  border: none;
  padding: 0 1rem;
  width: 100%;
  position: relative;
  outline: none;
  color: #404040;
}

.r3-top-nav__search-box input[type="text"]::placeholder {
  color: rgba(34, 34, 35, 0.29);
  font-weight: 500;
}

.r3-top-nav__search-box .clear-input-button {
  position: absolute;
  right: 9px;
  top: 11px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  appearance: none;
  border: none;
  border-radius: 50%;
  background: #b5b5b5;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  /* hide the button initially */
  display: none;
}

@media (min-width: 768px) {
  .r3-top-nav__search-box .clear-input-button {
    right: 14px;
  }
}

.r3-top-nav__search-box .input--touched + .clear-input-button {
  display: inline-flex;
}

.r3-top-nav__search-box .twitter-typeahead {
  width: 100%;
  position: unset;
}

.r3-top-nav__search-box .tt-menu {
  width: 100vw;
  left: calc(0px - 38px - 74px) !important;
  top: calc(100% + 14px) !important;
}

@media screen and (min-width: 768px) {
  .r3-top-nav__search-box .tt-menu {
    width: calc(100% + 38px);
    left: calc(0px - 38px) !important;
  }
}

.r3-top-nav__search-box .tt-menu.tt-open {
  border: 1px solid #e9e9e9;
  border-radius: 0 0 0.125rem 0.125rem;
  box-shadow: none;
  font-size: 1rem;
  padding-bottom: 0;
}

.r3-top-nav__search-box .tt-menu .tt-suggestion {
  color: #002251;
  padding: 0;
  margin: clamp(1rem, 1.66667vw, 1.5rem) clamp(1rem, 1.66667vw, 1.5rem);
  margin-left: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  line-height: 1.4;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.r3-top-nav__search-box .tt-menu .tt-suggestion:hover, .r3-top-nav__search-box .tt-menu .tt-suggestion:focus {
  color: #9a8146;
  background-color: unset;
  text-decoration: underline;
}

.r3-top-nav__search-box .tt-menu .tt-cursor {
  background-color: unset;
  color: #9a8146;
}

.r3-top-nav__search-box .tt-noresults {
  color: #4a4a4a;
  margin: clamp(1rem, 1.66667vw, 1.5rem) clamp(1rem, 1.66667vw, 1.5rem);
  line-height: 1.4;
  text-align: left;
}

.r3-top-nav__search-box .form__autocomplete-readmore button {
  border: 0;
}

.r3-top-nav__search-label {
  flex-grow: 1;
}

.r3-top-nav__menu {
  display: none;
  background-color: white;
  color: #002251;
}

.r3-top-nav__hamburger {
  width: 5rem;
  min-width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.r3-top-nav__hamburger .hamburger {
  padding: 9px 0 0 0;
}

.r3-top-nav__hamburger .hamburger-inner,
.r3-top-nav__hamburger .hamburger-inner::before,
.r3-top-nav__hamburger .hamburger-inner::after {
  height: 2px;
}

@media screen and (min-width: 1200px) {
  .r3-header {
    transition: 0.25s all ease-in-out;
    --nav-bar-height: 128px;
    background-color: white;
    z-index: 999999;
  }
  .r3-header.top-nav--sticky {
    width: 100%;
    height: 70px;
  }
  .r3-top-nav {
    box-shadow: none;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 146px auto;
    grid-template-rows: 46px 82px;
    grid-template-areas: "logo utility-bar" "logo menu";
    transition: 0.25s all ease-in-out;
  }
  .top-nav--sticky .r3-top-nav {
    grid-template-columns: 80px auto;
    grid-template-rows: 0px 70px;
  }
  .r3-top-nav__logo {
    grid-area: logo;
    width: unset;
    height: unset;
    transition: 0.25s all ease-in-out;
  }
  .top-nav--sticky .r3-top-nav__logo {
    height: 100%;
  }
  .r3-top-nav__link {
    transition: 0.25s all ease-in-out;
    padding: 0.875rem 1.4375rem;
  }
  .top-nav--sticky .r3-top-nav__link {
    padding: 0.875rem 1.1875rem;
  }
  .r3-top-nav__img {
    width: 6.25rem;
    height: 6.25rem;
    max-width: 6.25rem;
    transition: 0.25s all ease-in-out;
  }
  .top-nav--sticky .r3-top-nav__img {
    height: 42px;
    width: 42px;
  }
  .r3-top-nav__utility-bar {
    grid-area: utility-bar;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin: 0 2.5rem;
    padding: 0.5rem 0;
    background-color: white;
    border-bottom: 1px solid #e9e9e9;
    transition: 0.25s all ease-in-out, 0.2s opacity ease-out;
    max-height: 50px;
  }
  .top-nav--sticky .r3-top-nav__utility-bar {
    max-height: 0;
    visibility: hidden;
  }
  .r3-top-nav__utility-menu {
    display: block;
  }
  .r3-top-nav__utility-list {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .r3-top-nav__utility-list li {
    display: flex;
  }
  .r3-top-nav__utility-list a {
    color: #002251;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }
  .r3-top-nav__utility-list a:hover {
    text-decoration: underline;
  }
  .r3-top-nav__utility-list svg {
    vertical-align: text-top;
  }
  .r3-top-nav__search {
    border-right: none;
    border-left: 1px solid #e9e9e9;
    padding-left: 0.75rem;
    transition: 0.25s all ease-in-out;
    opacity: 1;
    visibility: visible;
  }
  .top-nav--sticky .r3-top-nav__search {
    visibility: hidden;
    opacity: 0;
  }
  .r3-top-nav__sticky-search .r3-top-nav__search-box .tt-menu {
    top: calc(100% + 15px) !important;
    left: calc(100% - 26px);
  }
  .r3-top-nav__search-box .tt-menu {
    top: calc(100% + 1px) !important;
  }
  .r3-top-nav__search-box input[type="text"]::placeholder {
    color: #667a97;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-weight: 400;
  }
  .r3-top-nav__search-box input[type="text"] {
    padding-right: 0.5rem;
    width: 13.75rem;
    transition: all 0.2s ease-in-out;
  }
  .r3-top-nav__search-box input[type="text"]:focus {
    width: 25rem;
  }
  .r3-top-nav__hamburger {
    display: none;
  }
  .r3-top-nav__menu {
    display: flex;
    height: 82px;
    padding: 0 40px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    grid-area: menu;
    transition: 0.25s all ease-in-out;
  }
  .top-nav--sticky .r3-top-nav__menu {
    padding: 0 0 0 32px;
    height: 70px;
    flex-grow: 1;
  }
  .r3-top-nav__menu-list, .r3-top-nav__menu--mobile .r3-subnav__list {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
  }
  .r3-top-nav__menu-heading {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    align-items: center;
  }
  .r3-top-nav__menu-item, .r3-top-nav__menu-item--solo {
    color: #002251;
    font-weight: 700;
    line-height: 24px;
    font-size: 0.9375rem;
    letter-spacing: 0.2px;
    text-decoration: none;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: none !important;
  }
  .r3-top-nav__menu-item span, .r3-top-nav__menu-item--solo span {
    padding-left: 4px;
  }
  .r3-top-nav__actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .top-nav--sticky .r3-top-nav__actions {
    gap: 0;
  }
  .r3-top-nav__actions .apply-now::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    background: #FFF;
    height: 70px;
    transition: 0.25s all ease-in-out;
    left: calc(100% - 140px);
  }
  .r3-top-nav__actions .is-open + .apply-now::after {
    width: calc(100% - 220px);
    left: 80px;
  }
  .r3-top-nav__actions .btn, .r3-top-nav__actions .btn--full, .r3-top-nav__actions .btn--std, .r3-top-nav__actions .btn--icon, .r3-top-nav__actions .btn--ghost, .r3-top-nav__actions .btn--solid, .r3-top-nav__actions .btn--solid-white, .r3-top-nav__actions .btn--solid-offwhite, .r3-top-nav__actions .btn--solid-gold, .r3-top-nav__actions .btn--solid-blue, .r3-top-nav__actions .btn--outline, .r3-top-nav__actions .btn--outline-light-blue, .r3-top-nav__actions .btn--outline--gold, .r3-top-nav__actions .btn--outline-hover {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 17px 30px;
    letter-spacing: 0.2px;
  }
  .top-nav--sticky .r3-top-nav__actions .btn, .top-nav--sticky .r3-top-nav__actions .btn--full, .top-nav--sticky .r3-top-nav__actions .btn--std, .top-nav--sticky .r3-top-nav__actions .btn--icon, .top-nav--sticky .r3-top-nav__actions .btn--ghost, .top-nav--sticky .r3-top-nav__actions .btn--solid, .top-nav--sticky .r3-top-nav__actions .btn--solid-white, .top-nav--sticky .r3-top-nav__actions .btn--solid-offwhite, .top-nav--sticky .r3-top-nav__actions .btn--solid-gold, .top-nav--sticky .r3-top-nav__actions .btn--solid-blue, .top-nav--sticky .r3-top-nav__actions .btn--outline, .top-nav--sticky .r3-top-nav__actions .btn--outline-light-blue, .top-nav--sticky .r3-top-nav__actions .btn--outline--gold, .top-nav--sticky .r3-top-nav__actions .btn--outline-hover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: none;
  }
  .r3-top-nav__actions .btn--solid-white {
    border: 1px solid #e9e9e9;
    color: #222223;
  }
  .r3-top-nav__actions .btn--solid-white:hover, .r3-top-nav__actions .btn--solid-white:focus {
    background-color: #9a8146;
    color: #fff;
  }
  .r3-top-nav__sticky-search {
    display: flex;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    width: 0;
    margin-left: -16px;
    position: relative;
    height: 40px;
    z-index: 10;
    border-left: 1px solid #e6e9ee;
    transition: all 0.25s ease-in-out;
  }
  .top-nav--sticky .r3-top-nav__sticky-search {
    justify-content: flex-end;
    visibility: visible;
    padding: 1.0625rem 1.5rem;
    height: 70px;
    width: unset;
    margin-left: 0;
    opacity: 1;
  }
  .r3-top-nav__sticky-search .r3-top-nav__search-label {
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  .r3-top-nav__sticky-search .r3-top-nav__search-label input {
    width: 0px;
  }
  .r3-top-nav__sticky-search.is-open .r3-top-nav__search-label {
    opacity: 1;
  }
  .r3-top-nav__sticky-search.is-open .r3-top-nav__search-label input {
    width: 400px;
  }
  .r3-top-nav__sticky-search .r3-top-nav__search-box .clear-input-button {
    top: 25px;
    right: 14px;
  }
  .r3-top-nav__sticky-search-toggle {
    border: none;
    background: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .r3-top-nav__sticky-search-toggle::before {
    content: "";
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    background-size: auto 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 19.9038C15.4183 19.9038 19 16.3221 19 11.9038C19 7.48553 15.4183 3.90381 11 3.90381C6.58172 3.90381 3 7.48553 3 11.9038C3 16.3221 6.58172 19.9038 11 19.9038Z' stroke='%23404040' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.9999 21.9037L16.6499 17.5537' stroke='%23404040' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  .r3-top-nav__sticky-search-toggle.is-open::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18 6.30127L6 18.3013' stroke='%23404040' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6.30127L18 18.3013' stroke='%23404040' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .r3-top-nav__sticky-search-toggle.is-open .r3-top-nav__search-box input {
    width: 400px;
  }
  .r3-top-nav__search-field {
    width: 0;
    transition: width 0.25s ease-in-out;
    overflow: hidden;
    order: -1;
    position: absolute;
    right: 100%;
    top: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
  .is-open .r3-top-nav__search-field {
    width: 890px;
    margin-right: 1px;
    overflow: visible;
  }
  .r3-subnav {
    display: none;
    position: absolute;
    width: 100%;
    top: 128px;
    left: 0;
    background: white;
    color: white;
    max-height: calc(95vh - 128px);
    min-height: 527px;
    transition: 0.25s all ease-in-out;
  }
  .top-nav--sticky .r3-subnav {
    top: 70px;
    max-height: calc(95vh - 70px);
  }
  .r3-subnav__info {
    background: #09214D;
    width: 375px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 4.5625rem 3.125rem 3.375rem 2.75rem;
    position: relative;
    z-index: 99999;
  }
  .r3-subnav__title {
    margin: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.2px;
  }
  .r3-subnav__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .r3-subnav__info-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
  }
  .r3-subnav__info-link:hover, .r3-subnav__info-link:focus {
    color: #fff;
  }
  .r3-subnav__links-container {
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(95vh - 128px);
  }
  .top-nav--sticky .r3-subnav__links-container {
    max-height: calc(95vh - 70px);
  }
  .r3-subnav__links, .r3-subnav .r3-subnav__links--row {
    min-height: 527px;
    max-height: 705px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 50px;
    row-gap: 40px;
    padding: 4.5625rem 2.5rem 3rem 2.5rem;
    position: relative;
    z-index: 99999;
  }
  .r3-subnav .r3-subnav__links--row {
    flex-direction: row;
  }
  .r3-subnav__section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    color: #002251;
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc((100% - 63px - 40px)/3);
  }
  .r3-subnav__section li {
    line-height: 0;
  }
  .r3-subnav__section li:first-child {
    margin-bottom: 0.25rem;
  }
  .r3-subnav__section li:first-child a {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.4px;
  }
  .r3-subnav__link {
    color: #002251;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-decoration: none;
  }
  .r3-subnav__link:hover, .r3-subnav__link:focus {
    text-decoration: underline;
    color: #002251;
  }
  .r3-top-nav__menu-item:focus, .r3-top-nav__menu-item--solo:focus,
  .r3-top-nav__menu-item:hover,
  .r3-top-nav__menu-item--solo:hover {
    color: #002251;
  }
  .r3-top-nav__menu-item:focus::after, .r3-top-nav__menu-item--solo:focus::after,
  .r3-top-nav__menu-item:hover::after,
  .r3-top-nav__menu-item--solo:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(93, 155, 213, 0.7);
    z-index: 100;
    transform-origin: center left;
  }
  .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item, .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item--solo {
    color: #002251;
  }
  .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item svg, .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item--solo svg {
    transform: rotateZ(180deg);
  }
  .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item::before, .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item--solo::before {
    content: "";
    transition: 0.25s all ease-in-out;
    background: #0b0b0b;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 128px;
    z-index: -1;
    pointer-events: none;
  }
  .top-nav--sticky .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item::before, .top-nav--sticky .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item--solo::before {
    top: 70px;
  }
  .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item::after, .r3-top-nav__menu-heading.js-show .r3-top-nav__menu-item--solo::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #5e9cd6;
    z-index: 100;
    transform-origin: center left;
  }
  .r3-top-nav__menu-heading.js-show > .r3-subnav {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .r3-subnav {
    max-height: 705px;
  }
  .r3-subnav__info {
    width: 474px;
    gap: 22px;
    padding: 4.5625rem 5.3125rem 3.375rem 3.375rem;
  }
  .r3-subnav__links, .r3-subnav .r3-subnav__links--row {
    column-gap: 68px;
    row-gap: 50px;
    padding: 4.5625rem 4.9375rem 3rem 4.25rem;
  }
  .r3-subnav__section {
    width: calc((100% - 68px - 68px)/3);
  }
}

.r3-top-nav__menu-item--solo > span {
  display: none;
}

.r3-top-nav__hamburger__icon {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  z-index: 10;
  width: auto;
  height: auto;
}

.r3-top-nav__close-icon {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  width: 0;
  height: 0;
  z-index: 0;
}

.r3-top-nav__menu-item, .r3-top-nav__menu-item--solo {
  color: #002251;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 34, 81, 0.12);
  width: 100%;
}

.r3-top-nav__menu--mobile {
  display: none;
}

.r3-top-nav__menu--mobile .r3-subnav__link--back {
  display: flex;
  align-items: center;
  color: #002251;
  padding: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: none;
  font-size: .9em;
}

.r3-top-nav__menu--mobile .r3-subnav__link--back:before {
  content: '';
  position: relative;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M7.5 3L4.5 6L7.5 9" stroke="%23002251" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  display: inline-block;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-list, .r3-top-nav__menu--mobile .r3-subnav__list {
  display: flex;
  padding: 0;
  margin: 0 0 32px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-list, .r3-top-nav__menu--mobile .r3-subnav__list, .r3-top-nav__menu--mobile .r3-subnav__section, .r3-top-nav__menu--mobile .r3-subnav__menu--l2 {
  list-style-type: none;
}

.r3-top-nav__menu--mobile .r3-subnav__link {
  color: #002251;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 50px 20px 20px;
  width: 100%;
  display: block;
  position: relative;
}

.r3-top-nav__menu--mobile .r3-subnav__link:hover {
  text-decoration: underline;
}

.r3-top-nav__menu--mobile .r3-subnav__link--nav:hover {
  text-decoration: none;
}

.r3-top-nav__menu--mobile .r3-subnav__link--nav:after {
  content: '';
  position: absolute;
  right: calc(20px + 15px);
  top: 0;
  display: inline-block;
  height: 100%;
  width: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="18" viewBox="0 0 11 18" fill="none"><path d="M1.75 16.25L9.25 8.75L1.75 1.25" stroke="%23002251" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}

.r3-top-nav__menu--mobile .r3-subnav__list {
  display: none;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom {
  padding: 0 20px;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3--top-nav__menu__enquire {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3--top-nav__menu__enquire a {
    width: 80%;
  }
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3-top-nav__menu__quicklinks {
  margin: 44px auto 32px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3-top-nav__menu__quicklinks a {
  text-decoration: none;
  color: #002251;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin: 0 40px 20px 0;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3-top-nav__menu__quicklinks .external-link {
  position: relative;
  padding-right: 20px;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3-top-nav__menu__quicklinks .external-link:after {
  content: '';
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.25 2.5C9.25 2.22386 9.47386 2 9.75 2H13.5C13.7761 2 14 2.22386 14 2.5V6.25C14 6.52614 13.7761 6.75 13.5 6.75C13.2239 6.75 13 6.52614 13 6.25V3H9.75C9.47386 3 9.25 2.77614 9.25 2.5Z" fill="%23002251"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8536 2.14645C14.0488 2.34171 14.0488 2.65829 13.8536 2.85355L9.35355 7.35355C9.15829 7.54882 8.84171 7.54882 8.64645 7.35355C8.45118 7.15829 8.45118 6.84171 8.64645 6.64645L13.1464 2.14645C13.3417 1.95118 13.6583 1.95118 13.8536 2.14645Z" fill="%23002251"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2.29289 4.29289C2.48043 4.10536 2.73478 4 3 4H7C7.27614 4 7.5 4.22386 7.5 4.5C7.5 4.77614 7.27614 5 7 5L3 5L3 13H11V9C11 8.72386 11.2239 8.5 11.5 8.5C11.7761 8.5 12 8.72386 12 9V13C12 13.2652 11.8946 13.5196 11.7071 13.7071C11.5196 13.8946 11.2652 14 11 14H3C2.73478 14 2.48043 13.8946 2.29289 13.7071C2.10536 13.5196 2 13.2652 2 13V5C2 4.73478 2.10536 4.48043 2.29289 4.29289Z" fill="%23002251"></path></svg>');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  position: absolute;
  top: 2px;
  right: -8px;
  width: 20px;
  height: 20px;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3-top-nav__menu__social-links {
  list-style-type: none;
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3-top-nav__menu__social-links p {
  font-weight: 400;
  text-align: center;
  margin: 0 0 16px 0;
  width: 100%;
  color: #002251;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu--mobile__bottom .r3-top-nav__menu__social-links a {
  color: #002251;
}

body.menu-active {
  position: fixed;
}

body.menu-active #page-wrapper {
  position: relative;
}

body.menu-active #page-wrapper::before, body.menu-active #page-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #000000;
  opacity: .3;
}

body.menu-active .r3-top-nav__menu--mobile {
  display: block;
  position: fixed;
  top: var(--nav-bar-height);
  right: 0;
  width: 100%;
  max-width: 768px;
  background: #ffffff;
  height: calc(100% - var(--nav-bar-height));
  overflow: scroll;
  padding: 0 0 20px 0;
  border: 1px solid rgba(0, 34, 81, 0.12);
}

@media screen and (min-width: 1200px) {
  body.menu-active .r3-top-nav__menu--mobile {
    display: none;
  }
}

body.menu-active .r3-top-nav__hamburger__icon {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  z-index: 0;
  width: 0;
  height: 0;
}

body.menu-active .r3-top-nav__close-icon {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  z-index: 10;
  height: auto;
  width: auto;
}

body.no-scroll {
  overflow: hidden;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column:first-child {
  opacity: 0;
  height: auto;
  display: block;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column:first-child .r3-top-nav__menu-column__contents > .r3-subnav__list {
  display: block;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column {
  display: none;
  opacity: 0;
  z-index: 50;
  position: relative;
  transition: .1s opacity;
  transition: .1s transform;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column .r3-top-nav__menu-column__contents {
  transform: translateX(100%);
  transition: transform .2s ease-in-out;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column.left .r3-top-nav__menu-column__contents {
  transform: translateX(-100%);
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column.active .r3-top-nav__menu-column__contents {
  transform: translateX(0);
  transition: transform .2s ease .1s;
}

.r3-top-nav__menu--mobile .r3-top-nav__menu-column.active .r3-top-nav__menu-column__contents > .r3-subnav__list {
  display: block;
  list-style-type: none;
}

/* Module: S */
header {
  display: flex;
  justify-content: center;
  background: #002251;
}

/* Module: S */
@media screen and (min-width: 768px) {
  .ratings__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.ratings-video {
  display: grid;
  grid-template-areas: "title" "video" "btn";
  grid-template-columns: 100%;
  grid-template-rows: min-content auto 1fr;
}

@media screen and (min-width: 1200px) {
  .ratings-video {
    grid-template-areas: "title btn" "video video";
    align-items: center;
    row-gap: 1rem;
    grid-template-columns: auto auto;
    grid-template-rows: min-content auto;
  }
}

.ratings-video__title {
  grid-area: title;
  color: #002251;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 1rem;
  letter-spacing: 0.02222em;
}

@media (min-width: 768px) {
  .ratings-video__title {
    margin: 0;
  }
}

.ratings-video .card {
  grid-area: video;
  width: 100%;
  align-self: flex-start;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .ratings-video .card {
    min-height: 25rem;
  }
}

.ratings-video .btn, .ratings-video .btn--full, .ratings-video .btn--std, .ratings-video .btn--icon, .ratings-video .btn--ghost, .ratings-video .btn--solid, .ratings-video .btn--solid-white, .ratings-video .btn--solid-offwhite, .ratings-video .btn--solid-gold, .ratings-video .btn--solid-blue, .ratings-video .btn--outline, .ratings-video .btn--outline-light-blue, .ratings-video .btn--outline--gold, .ratings-video .btn--outline-hover {
  grid-area: btn;
  padding: 0.875rem 0.75rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .ratings-video .btn, .ratings-video .btn--full, .ratings-video .btn--std, .ratings-video .btn--icon, .ratings-video .btn--ghost, .ratings-video .btn--solid, .ratings-video .btn--solid-white, .ratings-video .btn--solid-offwhite, .ratings-video .btn--solid-gold, .ratings-video .btn--solid-blue, .ratings-video .btn--outline, .ratings-video .btn--outline-light-blue, .ratings-video .btn--outline--gold, .ratings-video .btn--outline-hover {
    display: inline;
    border: none;
    color: #002251;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: rgba(0, 34, 81, 0.5);
    transition: text-decoration-color 0.3s ease-in-out;
    margin: 0;
  }
  .ratings-video .btn svg, .ratings-video .btn--full svg, .ratings-video .btn--std svg, .ratings-video .btn--icon svg, .ratings-video .btn--ghost svg, .ratings-video .btn--solid svg, .ratings-video .btn--solid-white svg, .ratings-video .btn--solid-offwhite svg, .ratings-video .btn--solid-gold svg, .ratings-video .btn--solid-blue svg, .ratings-video .btn--outline svg, .ratings-video .btn--outline-light-blue svg, .ratings-video .btn--outline--gold svg, .ratings-video .btn--outline-hover svg {
    display: none;
  }
  .ratings-video .btn:hover, .ratings-video .btn--full:hover, .ratings-video .btn--std:hover, .ratings-video .btn--icon:hover, .ratings-video .btn--ghost:hover, .ratings-video .btn--solid:hover, .ratings-video .btn--solid-white:hover, .ratings-video .btn--solid-offwhite:hover, .ratings-video .btn--solid-gold:hover, .ratings-video .btn--solid-blue:hover, .ratings-video .btn--outline:hover, .ratings-video .btn:focus, .ratings-video .btn--full:focus, .ratings-video .btn--std:focus, .ratings-video .btn--icon:focus, .ratings-video .btn--ghost:focus, .ratings-video .btn--solid:focus, .ratings-video .btn--solid-white:focus, .ratings-video .btn--solid-offwhite:focus, .ratings-video .btn--solid-gold:focus, .ratings-video .btn--solid-blue:focus, .ratings-video .btn--outline:focus {
    text-decoration-color: rgba(0, 34, 81, 0.8);
    border: none;
  }
}

@media screen and (min-width: 1200px) {
  .ratings-video .btn, .ratings-video .btn--full, .ratings-video .btn--std, .ratings-video .btn--icon, .ratings-video .btn--ghost, .ratings-video .btn--solid, .ratings-video .btn--solid-white, .ratings-video .btn--solid-offwhite, .ratings-video .btn--solid-gold, .ratings-video .btn--solid-blue, .ratings-video .btn--outline, .ratings-video .btn--outline-light-blue, .ratings-video .btn--outline--gold, .ratings-video .btn--outline-hover {
    justify-self: flex-end;
  }
}

.ratings__content {
  max-width: 33rem;
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .ratings__content {
    margin-bottom: 0;
  }
}

.ratings__content .pretitle {
  font-size: 1rem;
  color: #667a97;
  margin: 0 0 0.75em;
}

.ratings__content .title {
  font-size: 1.625rem;
  color: #002251;
  font-weight: 700;
  margin: 0 0 0.83333em;
}

@media (min-width: 992px) {
  .ratings__content .title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .ratings__content .title {
    font-size: 2.25rem;
  }
}

.ratings__content .subtitle {
  font-size: 1.125rem;
  color: #1a1e21;
  font-weight: 700;
  margin: 0.25rem 0;
}

.ratings__content .reference {
  font-size: 0.75rem;
  color: #7a7a7b;
  margin: 0.25rem 0;
}

.ratings__stars {
  color: #b4975a;
  margin: 0 0 0.75rem;
  font-size: 2rem;
  display: flex;
  gap: 0.625rem;
}

.ratings__stars svg {
  font-size: 1em;
  height: 1em;
  width: var(--icon-width, 1em);
  display: block;
}

.ratings__list p {
  font-size: 1.125rem;
  color: #4d4d4f;
  margin: 1rem 0;
}

.ratings__list ul {
  list-style: none;
  color: #002251;
  padding: 0;
  font-size: 0.875rem;
}

.ratings__list ul li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  column-gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.6875rem;
  font-weight: 700;
  color: #002251;
}

.ratings__list ul li::before {
  content: url("data:image/svg+xml,%3Csvg width=%2216%22 height=%2217%22 viewBox=%220 0 16 17%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M7.416 1.37a1.019 1.019 0 0 1 1.538.479l1.373 3.456.004.011a.018.018 0 0 0 .017.012h.003l3.687.238c.958.062 1.285 1.26.588 1.84L11.802 9.76l-.002.002a.044.044 0 0 0-.015.044l.912 3.585c.22.871-.72 1.656-1.539 1.14l-.001-.001-3.15-2A.013.013 0 0 0 8 12.529c-.002 0-.005 0-.007.002l-2.93 1.856h-.001c-.898.571-1.936-.297-1.69-1.258l.843-3.322a.044.044 0 0 0-.015-.044l-.002-.002-2.824-2.355c-.697-.58-.37-1.778.587-1.84l3.691-.238a.019.019 0 0 0 .017-.012l.004-.01 1.373-3.457c.072-.194.2-.36.37-.479Zm1.127 10.317 3.149 1.999.01.005a.044.044 0 0 0 .026-.025.03.03 0 0 0 .002-.009l-.002-.02-.913-3.59a1.043 1.043 0 0 1 .347-1.054l2.825-2.356a.042.042 0 0 0 .01-.01.023.023 0 0 0 .002-.007.06.06 0 0 0-.002-.032.047.047 0 0 0-.012-.022s-.004-.002-.011-.002l-3.684-.237h-.002a1.019 1.019 0 0 1-.892-.657L8.023 2.212a.508.508 0 0 1-.005-.014.019.019 0 0 0-.036 0 .508.508 0 0 1-.005.014L6.604 5.67a1.019 1.019 0 0 1-.892.657l-3.686.237a.035.035 0 0 0-.01.002h-.001a.047.047 0 0 0-.012.022A.06.06 0 0 0 2 6.62c0 .003.002.005.003.007a.044.044 0 0 0 .01.01l2.823 2.355h.001a1.044 1.044 0 0 1 .347 1.056v.002l-.844 3.326a.145.145 0 0 0 .118.187.105.105 0 0 0 .066-.02l2.932-1.856a1.012 1.012 0 0 1 1.086 0Z%22 fill=%22%235E9CD6%22/%3E%3C/svg%3E");
  height: 1rem;
  width: 1rem;
}

/* Module: S */
.related-links {
  display: block;
}

.related-links__heading {
  margin-left: 20px;
}

.related-links__items {
  list-style: none;
  padding: 0;
}

.related-links__items::after {
  clear: both;
  content: "";
  display: block;
}

.related-links__items li {
  position: relative;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #555759;
}

@media screen and (min-width: 1200px) {
  .related-links__items li {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

.related-links__items a {
  font-weight: normal;
  font-size: 18px;
  color: white;
  padding: 20px;
  height: 200px;
  display: block;
  text-decoration: none;
}

.related-links__items a:hover {
  text-decoration: underline;
}

.related-links__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.related-links__overlay:before {
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.related-links__link {
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  z-index: 1;
  min-height: 60px;
}

/* Module: S */
@media (min-width: 768px) {
  .resource-links__header {
    max-width: 54.375rem;
  }
}

.resource-links__header .title {
  font-weight: 700;
  font-size: 1.625rem;
  color: #002251;
  margin: 0 0 0.61538em;
}

@media (min-width: 768px) {
  .resource-links__header .title {
    margin: 0 0 0.92308em;
  }
}

.Study .resource-links__header .title,
.Postgraduate .resource-links__header .title {
  font-size: 1.625rem;
  margin: 0 0 0.61538em;
}

@media (min-width: 992px) {
  .Study .resource-links__header .title,
  .Postgraduate .resource-links__header .title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .Study .resource-links__header .title,
  .Postgraduate .resource-links__header .title {
    font-size: 2.25rem;
  }
}

.resource-links__header .description {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.01111em;
  color: #4d4d4f;
  margin-bottom: clamp(2.75rem, 3.33333vw, 3rem);
}

.resource-links__header .description p {
  margin: 0 0 1em;
}

.resource-links__header .description p:last-child {
  margin-bottom: 0;
}

.resource-links__grid {
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 1200px) {
  .resource-links__grid {
    grid-template-columns: 1fr 35rem;
  }
}

@media screen and (min-width: 1440px) {
  .resource-links__grid {
    grid-template-columns: 1fr minmax(auto, 40rem);
  }
}

.resource-links .resource-card {
  position: relative;
  padding: 2rem;
}

.resource-links .resource-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resource-links .resource-card__content .title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #002251;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .Study .resource-links .resource-card__content .title {
    max-width: 17.5rem;
  }
}

.resource-links .resource-card__content .description {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #4d4d4f;
  margin: 0;
}

.resource-links .resource-card__content .links {
  margin-top: auto;
  padding-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .resource-links .resource-card__content {
    max-width: 24rem;
  }
}

.resource-links .resource-card__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f9f9fb;
  z-index: -1;
}

.resource-links .resource-card__image img {
  display: none;
}

@media screen and (min-width: 768px) {
  .resource-links .resource-card__image {
    background-color: white;
  }
  .resource-links .resource-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #f9f9fb 50%, rgba(249, 249, 251, 0) 100%);
    z-index: 1;
  }
  .resource-links .resource-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
  }
}

.resource-links__cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1rem;
}

@media screen and (min-width: 768px) {
  .resource-links__cta {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .resource-links__cta {
    min-height: 23rem;
  }
}

.resource-links--downloads .resource-links__header {
  margin-bottom: 2.75rem;
}

@media screen and (min-width: 768px) {
  .resource-links--downloads .resource-links__header {
    max-width: 54.375rem;
  }
}

.resource-links .btn, .resource-links .btn--full, .resource-links .btn--std, .resource-links .btn--icon, .resource-links .btn--ghost, .resource-links .btn--solid, .resource-links .btn--solid-white, .resource-links .btn--solid-offwhite, .resource-links .btn--solid-gold, .resource-links .btn--solid-blue, .resource-links .btn--outline, .resource-links .btn--outline-light-blue, .resource-links .btn--outline--gold, .resource-links .btn--outline-hover {
  padding: 0.6875em 0.875em 0.6875em 0.6875em;
  margin-top: 0.5rem;
  --icon-height: 1em;
}

.resource-links .btn.btn--download, .resource-links .btn--download.btn--full, .resource-links .btn--download.btn--std, .resource-links .btn--download.btn--icon, .resource-links .btn--download.btn--ghost, .resource-links .btn--download.btn--solid, .resource-links .btn--download.btn--solid-white, .resource-links .btn--download.btn--solid-offwhite, .resource-links .btn--download.btn--solid-gold, .resource-links .btn--download.btn--solid-blue, .resource-links .btn--download.btn--outline, .resource-links .btn--download.btn--outline-light-blue, .resource-links .btn--download.btn--outline--gold, .resource-links .btn--download.btn--outline-hover {
  --icon-height: 1.25em;
}

/* Module: S */
.scroll-anchors {
  display: none;
  position: absolute;
  margin-top: 915px;
  z-index: 2;
  top: 35%;
  right: 1%;
  transform: translate(0, -50%);
}

.scroll-anchors.scroll-anchors--fixed {
  position: fixed;
  margin-top: 0;
}

.scroll-anchors ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.scroll-anchors ul:after {
  position: absolute;
  content: '';
  border-left: 1px solid #9a8146;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
}

.scroll-anchors li {
  padding: 10px;
}

.scroll-anchors li:first-child {
  padding-top: 0;
}

.scroll-anchors li:last-child {
  padding-bottom: 0;
}

.anchor-point a {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #9a8146;
  border-radius: 50px;
}

.anchor-point a:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #9a8146;
  border-radius: 50px;
}

.anchor-point.lineage a {
  background: #9a8146;
}

.anchor-point.lineage a:after {
  background: white;
}

.anchor-point.active a:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 36px;
  height: 36px;
  background: #f8f8f8;
  opacity: 0.6;
  border-radius: 50px;
  z-index: -1;
}

/* Module: S */
@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-UltraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("mysource_files/helveticaneue-bold-webfont.woff2") format("woff2"), url("mysource_files/helveticaneue-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcr____.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica-neue-roman";
  src: url("mysource_files/Hlcb____.ttf") format("truetype");
  font-weight: bold;
}

.search-results__container {
  padding-top: 0;
  padding-bottom: 0;
}

.search-results__search {
  background: #f8f8f8;
  height: 233px;
  text-align: center;
  width: 100%;
  padding: 54px 0 0 0;
}

.search-results__search h2 {
  font-size: 36px;
  color: #9a8146;
  letter-spacing: 1.2px;
  font-weight: 300;
  margin: 0 0 23px 0;
}

.search-results__search form {
  width: 100%;
}

.search-results__search input[type="text"] {
  width: 100%;
  height: 46px;
  background-color: white;
  border: 1px solid #9a8146;
  padding: 14px 33px 12px 17px;
  color: #4d4d4f;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .search-results__search input[type="text"] {
    width: 780px;
  }
}

.search-results__search button {
  background: url("mysource_files/search-icon.svg") center no-repeat, transparent;
  width: 22px;
  height: 22px;
  border: none;
  position: absolute;
  margin-left: -33px;
  margin-top: 11px;
}

.search-results__filter {
  margin-bottom: 28px;
}

.search-results__filter > p {
  display: inline-block;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #555759;
  margin-right: 22px;
  font-size: 18px;
}

.search-results__filter-options {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.search-results__filter-options > li {
  margin-left: -5px;
  display: inline-block;
  position: relative;
}

.search-results__filter-options > li:not(:last-of-type):after {
  display: inline-block;
  width: 1px;
  height: 26px;
  border-left: solid 1px #9a8146;
  content: '';
  right: 0;
  top: 10px;
  position: absolute;
}

.search-results__filter-options > li a {
  margin-left: -1px;
  padding: 13px 25px;
  background: none;
  border: none;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  display: block;
}

.search-results__filter-options > li a.active {
  color: white;
  background: #9a8146;
}

.search-results__results {
  padding-top: 62px;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1200px) {
  .search-results__results {
    padding-left: 0;
    padding-right: 0;
  }
}

.search-results__list {
  margin-bottom: 55px;
}

.search-results__count {
  padding: 25px 0;
  border-top: solid 1px rgba(154, 129, 70, 0.33);
  border-bottom: solid 1px rgba(154, 129, 70, 0.33);
  font-size: 14px;
  color: #4d4d4f;
}

.search-results__item {
  padding: 15px 0;
  border-bottom: solid 1px rgba(154, 129, 70, 0.33);
}

.search-results__item h3 {
  font-size: 24px;
  letter-spacing: 0.8px;
  color: #9a8146;
  font-weight: normal;
  margin: 0;
}

.search-results__item a {
  text-decoration: none;
}

.search-results__item a:hover {
  text-decoration: underline;
  color: #9a8146;
}

.search-results__item-date {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #9a8146;
}

.search-results__item-summary {
  font-size: 14px;
}

.search-results__page {
  text-align: center;
  position: relative;
}

.search-results__page-list {
  list-style-type: none;
  padding: 0;
  color: #002251;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .search-results__page-list {
    margin: 0 140px;
  }
}

.search-results__page-list li {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  margin: 0 5px;
}

.search-results__page-list li.active {
  background: #9a8146;
  color: white;
}

.search-results__page-list a {
  text-decoration: none;
  color: inherit;
}

.search-results__page-prev,
.search-results__page-next {
  position: absolute;
  top: 4px;
  font-size: 14px;
  color: #9a8146;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-decoration: none;
}

.search-results__page-prev {
  left: 0;
}

.search-results__page-prev:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("mysource_files/arrow.svg") left center/20px no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-results__page-next {
  right: 0;
}

.search-results__page-next:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("mysource_files/arrow.svg") right center/20px no-repeat;
}

.search-results__item {
  position: relative;
}

.search-results__text {
  min-height: 114px;
}

@media screen and (min-width: 1200px) {
  .search-results__text {
    padding-right: 300px;
  }
}

.search-results__text:last-child {
  min-height: 0;
}

.search-results__image {
  height: 128px;
  width: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  right: 0;
  top: 16px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .search-results__image {
    display: block;
  }
}

.checkbox-inline label {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .checkbox-inline label {
    max-width: 780px;
  }
}

.twitter-typeahead {
  vertical-align: top;
}

.tt-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  padding-bottom: 5px;
  width: 100%;
}

.tt-menu .tt-suggestion {
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 10px;
  text-align: left;
}

.tt-menu .tt-suggestion:hover, .tt-menu .tt-cursor {
  background-color: #9a8146;
  color: #fff;
  text-decoration: none;
}

.tt-menu .tt-category, .tt-menu .tt-group {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.tt-menu .tt-category {
  margin: 3px 0;
  padding: 7px 5px;
}

.tt-menu .tt-dataset:first-child .tt-category, .tt-horizontal .tt-dataset .tt-category {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
}

.tt-menu .tt-group {
  padding: 3px 5px;
  text-align: center;
}

.tt-menu .tt-group:first-of-type {
  border-top: none;
}

.tt-horizontal {
  width: 100%;
}

.tt-horizontal .tt-dataset {
  float: left;
  width: 100%;
}

.tt-scrollable {
  overflow-y: auto;
  max-height: 460px;
}

.tt-hint {
  color: #ccc !important;
}

@media (max-width: 414px) {
  .tt-horizontal .tt-dataset {
    width: 100% !important;
  }
}

/* Module: S */
/*two column text coded component */
.two-column-text.bg-grey {
  background: #f8f8f8;
}

.two-column-text {
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .two-column-text .title {
    margin-top: 0;
  }
}

.two-column-text .inner-content {
  display: grid;
  grid-template-areas: 'titleR' 'subtitleR' 'descR' 'btnsR' 'titleL' 'subtitleL' 'descL' 'btnsL';
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .two-column-text .inner-content {
    justify-content: center;
  }
}

.two-column-text .title.right {
  grid-area: titleR;
  margin-top: 0;
}

.two-column-text .title.left {
  grid-area: titleL;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .two-column-text .title.left {
    margin-top: 0;
  }
}

.two-column-text .subtitle.right {
  grid-area: subtitleR;
}

.two-column-text .subtitle.left {
  grid-area: subtitleL;
}

.two-column-text .section__description.right {
  grid-area: descR;
}

.two-column-text .section__description.left {
  grid-area: descL;
}

.two-column-text .section__buttons.right {
  grid-area: btnsR;
}

.two-column-text .section__buttons.left {
  grid-area: btnsL;
}

.two-column-text h2 {
  color: var(--nd-navy);
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  font-size: 1.625rem;
  margin-block-end: 0;
  margin-top: 0;
}

.two-column-text.h-gold .title {
  color: #9a8146;
}

.two-column-text h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.two-column-text .section__description {
  color: var(--nd-dark-grey);
  font-size: 1.125rem;
}

.two-column-text .section__description a {
  color: var(--nd-dark-grey);
  font-weight: 500;
}

.two-column-text .section__buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: auto;
}

.two-column-text .section__buttons .btn, .two-column-text .section__buttons .btn--full, .two-column-text .section__buttons .btn--std, .two-column-text .section__buttons .btn--icon, .two-column-text .section__buttons .btn--ghost, .two-column-text .section__buttons .btn--solid, .two-column-text .section__buttons .btn--solid-white, .two-column-text .section__buttons .btn--solid-offwhite, .two-column-text .section__buttons .btn--solid-gold, .two-column-text .section__buttons .btn--solid-blue, .two-column-text .section__buttons .btn--outline, .two-column-text .section__buttons .btn--outline-light-blue, .two-column-text .section__buttons .btn--outline--gold, .two-column-text .section__buttons .btn--outline-hover {
  width: auto;
}

/*.two-column-text .solid-button {*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 0.5625rem;*/
/*    font-size: 1rem;*/
/*     margin-top: clamp(1rem, 1.66667vw, 1.5rem);*/
/*}*/
@media (min-width: 768px) {
  .two-column-text h2 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .two-column-text .section__buttons {
    flex-direction: row;
    gap: 3rem;
  }
  .two-column-text .inner-content {
    grid-template-areas: 'titleR titleL' 'subtitleR subtitleL' 'descR descL' 'btnsR btnsL';
    column-gap: 20px;
    justify-content: space-between;
    justify-items: unset;
  }
}

/* Module: S */
.section--icon-cta-grid.cta-five-grid .section__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.section--icon-cta-grid.cta-five-grid .section__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.33333;
  letter-spacing: 0.00556em;
  color: #002251;
  margin: 0 0 1.5rem;
  width: 100%;
}

@media (min-width: 992px) {
  .section--icon-cta-grid.cta-five-grid .section__title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .section--icon-cta-grid.cta-five-grid .section__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .section--icon-cta-grid.cta-five-grid .section__title {
    width: auto;
  }
}

.section--icon-cta-grid.cta-five-grid .section__link {
  margin: 0 0 1.5rem;
}

.section--icon-cta-grid.cta-five-grid .section__link a {
  color: #002251;
  font-weight: 500;
  text-decoration-color: rgba(0, 34, 81, 0.5);
  transition-property: color, text-decoration-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.section--icon-cta-grid.cta-five-grid .section__link a:hover, .section--icon-cta-grid.cta-five-grid .section__link a:focus {
  text-decoration-color: rgba(0, 34, 81, 0.8);
}

.section--icon-cta-grid.cta-five-grid .section__description {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .section--icon-cta-grid.cta-five-grid .section__grid {
    row-gap: 1.5rem;
    column-gap: 0.75rem;
    grid-template-columns: repeat(5, 1fr);
  }
}

.section--icon-cta-grid.cta-five-grid .card__inner {
  grid-template-areas: "content readmore";
}

@media (min-width: 768px) {
  .section--icon-cta-grid.cta-five-grid .card__inner {
    padding: 10.32258%;
    grid-template-rows: 1fr auto;
    grid-template-areas: "content" "readmore";
  }
}

.section--icon-cta-grid.cta-five-grid .card__title {
  color: #002251;
}

/* Module: S */
.section--contact-cards {
  margin: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.01111em;
  color: #4d4d4f;
  background: #f9f9fb;
  border-bottom: 1px solid #ccd3dc;
}

.section--contact-cards p {
  margin: 0 0 1.44444em;
}

.section--contact-cards p:last-child {
  margin: 0;
}

.section--contact-cards .section__inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "content" "contact" "aside";
  column-gap: 10.97561%;
}

@media (min-width: 768px) {
  .section--contact-cards .section__inner {
    grid-template-columns: 1fr 48.78049%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "content aside" "contact aside";
  }
}

.section--contact-cards .section__content {
  margin-bottom: clamp(2rem, 4.51389vw, 4.0625rem);
  grid-area: content;
}

.section--contact-cards .section__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.33333;
  letter-spacing: 0.00556em;
  color: #002251;
  margin: 0;
  margin-bottom: 0.96154em;
}

@media (min-width: 992px) {
  .section--contact-cards .section__title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .section--contact-cards .section__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .section--contact-cards .section__title {
    margin-bottom: 1.77778em;
  }
}

.section--contact-cards .section__heading {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.30769;
  letter-spacing: 0.00769em;
  color: #222223;
  margin: 0;
  margin-bottom: 0.94444em;
}

@media (min-width: 992px) {
  .section--contact-cards .section__heading {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .section--contact-cards .section__heading {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .section--contact-cards .section__heading {
    margin-bottom: 0.61538em;
  }
}

.section--contact-cards a {
  color: #002251;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.section--contact-cards a:hover, .section--contact-cards a:focus {
  color: #9a8146;
}

.section--contact-cards .section__contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(1rem, 4.44444vw, 4rem);
  row-gap: 2rem;
  grid-area: contact;
  margin-bottom: 2.5rem;
}

.section--contact-cards .section__contact-ctas {
  grid-area: aside;
  display: grid;
  grid-template-columns: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  row-gap: 0.0625rem;
}

@media (min-width: 768px) {
  .section--contact-cards .section__contact-ctas {
    row-gap: 1rem;
    margin: 0;
  }
}

.card--location-contact {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.02857em;
  color: #4d4d4f;
}

.card--location-contact p {
  margin: 0 0 0.42857em;
}

.card--location-contact p:last-child {
  margin: 0;
}

.card--location-contact .card__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.02222em;
  margin: 0 0 0.33333em;
  color: #222223;
}

@media (max-width: 767px) {
  .card--location-contact strong {
    display: block;
  }
}

.card--location-contact .card__subtitle {
  font-weight: 700;
}

@media (max-width: 767px) {
  .card--location-contact .card__subtitle {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

.card--location-contact .card__phone a {
  white-space: nowrap;
}

.card--contact-icon {
  background: linear-gradient(145.69deg, rgba(0, 23, 55, 0.2) 30.06%, rgba(94, 156, 214, 0) 100%), #002251;
  color: white;
  border-radius: 1px;
  padding: 6.15385%;
  padding-right: 4.35897%;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: 0.01429em;
}

@media (min-width: 768px) {
  .card--contact-icon {
    padding: 5%;
    padding-right: 8.75%;
  }
}

.card--contact-icon .card__inner {
  display: grid;
  grid-template-areas: "content image";
  grid-template-columns: 1fr auto;
  column-gap: clamp(0.625rem, 2.08333vw, 1.875rem);
  align-items: flex-start;
}

@media (min-width: 768px) {
  .card--contact-icon .card__inner {
    align-items: center;
  }
}

.card--contact-icon p {
  margin: 0 0 1.42857em;
}

.card--contact-icon p:last-child {
  margin: 0;
}

.card--contact-icon a {
  color: white;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--contact-icon a .btn__icon svg {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--contact-icon a:hover, .card--contact-icon a:focus {
  color: rgba(255, 255, 255, 0.8);
}

@media (prefers-reduced-motion: no-preference) {
  .card--contact-icon a:hover .btn__icon svg, .card--contact-icon a:focus .btn__icon svg {
    transform: translateX(0.25rem);
  }
}

.card--contact-icon .card__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.02222em;
  color: white;
  margin: 0;
  margin-bottom: 0.38889em;
}

@media (min-width: 768px) {
  .card--contact-icon .card__title {
    margin-bottom: 0.88889em;
  }
}

.card--contact-icon .card__content {
  display: flex;
  flex-direction: column;
  grid-area: content;
}

.card--contact-icon .card__description {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .card--contact-icon .card__description {
    min-height: 2.5rem;
    max-width: 24rem;
  }
}

.card--contact-icon .card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem clamp(0.625rem, 1.875vw, 1.6875rem);
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .card--contact-icon .card__links {
    margin-top: 0.5625rem;
  }
}

.card--contact-icon .card__links .btn--icon {
  --icon-height: .75em;
}

.card--contact-icon .card__image {
  color: #5e9cd6;
  grid-area: image;
  font-size: clamp(2.875rem, 4.44444vw, 4rem);
  min-width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card--contact-icon .card__image svg {
  font-size: 1em;
  display: block;
  width: var(--icon-width, 1em);
  height: 1em;
}

/* Module: S */
.section--content-aside-icon-list {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.01111em;
  color: #404040;
  overflow: hidden;
  position: relative;
}

.section--content-aside-icon-list p {
  margin: 0 0 1em;
}

.section--content-aside-icon-list p:last-child {
  margin: 0;
}

.section--content-aside-icon-list .section__inner {
  display: grid;
  grid-template-areas: "content" "aside" "footer";
  grid-template-columns: 100%;
  row-gap: 2.75rem;
}

@media (min-width: 768px) {
  .section--content-aside-icon-list .section__inner {
    grid-template-areas: "content aside" "footer aside";
    grid-template-columns: 47.71341% 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 1rem;
  }
}

.section--content-aside-icon-list .section__content {
  grid-area: content;
}

.section--content-aside-icon-list .section__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.33333;
  letter-spacing: 0.00455em;
  color: #002251;
  margin: 0;
  margin-bottom: 0.41667em;
  max-width: 22.375rem;
}

@media (min-width: 992px) {
  .section--content-aside-icon-list .section__title {
    font-size: 2.27333rem;
  }
}

@media (min-width: 1200px) {
  .section--content-aside-icon-list .section__title {
    font-size: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .section--content-aside-icon-list .section__title {
    max-width: 24.625rem;
  }
}

@media (min-width: 768px) {
  .section--content-aside-icon-list .section__title {
    margin-bottom: 0.54545em;
    line-height: 1.18182;
  }
}

.section--content-aside-icon-list .section__description {
  max-width: 38.125rem;
}

.section--content-aside-icon-list .section__aside {
  grid-area: aside;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1.875rem;
  margin: 0 auto;
  width: 100%;
}

.section--content-aside-icon-list .section__aside.slider--mobile.slick-initialized {
  max-width: 17.25rem;
  width: 100%;
}

.section--content-aside-icon-list .section__aside.slider--mobile .slick-list {
  overflow: visible;
}

.section--content-aside-icon-list .section__footer {
  grid-area: footer;
  text-align: center;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.33333;
  text-align: center;
  letter-spacing: 0.01667em;
  color: #7a7a7b;
}

@media (min-width: 768px) {
  .section--content-aside-icon-list .section__footer {
    text-align: left;
  }
}

.section--content-aside-icon-list .section__footer-stars {
  display: flex;
  font-size: clamp(1.5rem, 2.77778vw, 2.5rem);
  color: #b4975a;
  justify-content: center;
  gap: clamp(0.375rem, 0.69444vw, 0.625rem);
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .section--content-aside-icon-list .section__footer-stars {
    justify-content: flex-start;
    margin-bottom: 0.625rem;
  }
}

.section--content-aside-icon-list .section__footer-stars svg {
  display: block;
  width: var(--icon-width, 1em);
  height: 1em;
  font-size: 1em;
}

.section--content-aside-icon-list .section__footer-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  color: #1a1e21;
  margin: 0 0 0.25rem;
}

@media (min-width: 1200px) {
  .section--content-aside-icon-list .section__footer-title {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .section--content-aside-icon-list .section__footer-title {
    margin: 0 0 0.125rem;
  }
}

.card--icon {
  color: #1a1e21;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 400;
  letter-spacing: 0.02222em;
  text-align: center;
}

@media (min-width: 768px) {
  .card--icon {
    text-align: left;
  }
}

.slider--mobile.slick-initialized .card--icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.card--icon .card__inner {
  display: grid;
  grid-template-areas: "image" "content";
  grid-template-columns: 100%;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 768px) {
  .card--icon .card__inner {
    grid-template-areas: "image content";
    grid-template-columns: 7.5rem 1fr;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.card--icon .card__image {
  grid-area: image;
  border: 1px solid #9a8146;
  padding: 0.5rem;
  border-radius: 100%;
  max-width: 7.5rem;
  width: 100%;
  margin: 0 auto;
}

.card--icon .card__image-inner {
  position: relative;
  border-radius: 100%;
  border: 1px solid #e9e9e9;
}

.card--icon .card__image-inner:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.card--icon .card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  border-radius: 100%;
}

.card--icon .card__content {
  grid-area: content;
  align-self: center;
}

.card--icon .card__title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01111em;
}

.card--icon .card__description p {
  margin: 0 0 1em;
}

.card--icon .card__description p:last-child {
  margin: 0;
}

/* Module: S */
.section--course-search {
  background: #f2f4f6;
}

.section--course-search .section__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.30769;
  letter-spacing: 0.00556em;
  color: #002251;
  margin: 0 0 1.5rem;
}

@media (min-width: 992px) {
  .section--course-search .section__title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .section--course-search .section__title {
    font-size: 2.25rem;
  }
}

.section--staff-search {
  margin-bottom: 0;
  padding: 40px;
}

.container--staff h2 {
  margin-top: 0;
}

/* Module: S */
.section--course-tiles.top-bg--grey {
  position: relative;
}

.section--course-tiles.top-bg--grey:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 11.11111vw;
  width: 100%;
  background: #f2f4f6;
}

@media (min-width: 1440px) {
  .section--course-tiles.top-bg--grey:before {
    height: 10rem;
  }
}

.Study .section--course-tiles {
  background-color: #f2f4f6;
}

@media (min-width: 768px) {
  .Study .section--course-tiles {
    background-color: transparent;
  }
}

.section--course-tiles .section__inner {
  position: relative;
  z-index: 1;
}

.section--course-tiles .section__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.30769;
  letter-spacing: 0.00769em;
  color: #002251;
  margin: 0;
}

@media (min-width: 992px) {
  .section--course-tiles .section__title {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .section--course-tiles .section__title {
    font-size: 1.625rem;
  }
}

.section--course-tiles .section__header {
  margin-bottom: clamp(1rem, 1.66667vw, 1.5rem);
}

.section--course-tiles .section__grid {
  display: grid;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .section--course-tiles .section__grid {
    grid-template-columns: repeat(auto-fill, minmax(calc(min(100%, 20rem)), 1fr));
  }
}

.section--list-aside-quote + .section--course-tiles {
  position: relative;
}

.section--list-aside-quote + .section--course-tiles:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 11.11111vw;
  width: 100%;
  background: #f2f4f6;
}

@media (min-width: 1440px) {
  .section--list-aside-quote + .section--course-tiles:before {
    height: 10rem;
  }
}

.card--course-tile {
  color: white;
}

.card--course-tile .card__inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  padding: 1rem;
  border-bottom: 0.1875rem solid #5e9cd6;
  aspect-ratio: 171 / 150;
}

@media (min-width: 768px) {
  .card--course-tile .card__inner {
    padding: 1rem 2rem;
    aspect-ratio: 426 / 280;
    border: none;
  }
}

.card--course-tile .card__title {
  font-weight: 700;
  line-height: 1.30769;
  color: white;
  letter-spacing: 0.00769em;
  text-shadow: 0px 0px 0.92308em rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .card--course-tile .card__title {
    font-size: 1.04rem;
  }
}

@media (min-width: 992px) {
  .card--course-tile .card__title {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .card--course-tile .card__title {
    font-size: 1.625rem;
  }
}

.card--course-tile .card__title:after {
  display: block;
  height: 0.125rem;
  width: 100%;
  background: #5e9cd6;
  width: 55.09642%;
  transform: scaleX(0.2);
  transform-origin: center left;
  margin-top: 0.30769em;
}

@media (prefers-reduced-motion: no-preference) {
  .card--course-tile .card__title:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 768px) {
  .card--course-tile .card__title:after {
    content: "";
  }
}

.card--course-tile .card__link {
  color: currentColor;
  text-decoration: none;
}

.card--course-tile .card__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card--course-tile .card__image {
  overflow: hidden;
  border-radius: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}

.card--course-tile .card__image:before, .card--course-tile .card__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card--course-tile .card__image:before {
  background: linear-gradient(360deg, rgba(0, 8, 20, 0.4) 0%, rgba(0, 34, 81, 0) 50%), linear-gradient(360deg, rgba(0, 23, 55, 0.4) 0%, rgba(0, 34, 81, 0) 50%);
}

.card--course-tile .card__image:after {
  background: linear-gradient(0deg, rgba(0, 34, 81, 0.35), rgba(0, 34, 81, 0.35)), linear-gradient(360deg, rgba(0, 8, 20, 0.4) 0%, rgba(0, 34, 81, 0) 50%), linear-gradient(360deg, rgba(0, 23, 55, 0.4) 0%, rgba(0, 34, 81, 0) 50%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--course-tile .card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: -1;
}

.card--course-tile-hover .card__title:after, .card--course-tile:hover .card__title:after, .card--course-tile:focus-within .card__title:after {
  transform: scaleX(1);
}

.card--course-tile-hover .card__image:after, .card--course-tile:hover .card__image:after, .card--course-tile:focus-within .card__image:after {
  opacity: 1;
}

/* Module: S */
.section--faqs {
  background: #f9f9fb;
}

.section--faqs .section__inner {
  display: grid;
  grid-template-areas: "title" "content" "cta";
  grid-template-columns: 100%;
}

@media (min-width: 768px) {
  .section--faqs .section__inner {
    grid-template-areas: "title cta" "content content";
    grid-template-columns: 1fr auto;
    row-gap: 1rem;
  }
}

.section--faqs .section__content {
  grid-area: content;
}

.section--faqs .section__cta {
  grid-area: cta;
  align-self: center;
}

@media (max-width: 767px) {
  .section--faqs .section__cta {
    text-align: center;
  }
}

.section--faqs .section__cta a {
  color: #002251;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration-color: rgba(0, 34, 81, 0.5);
  transition-property: color, text-decoration-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.section--faqs .section__cta a:hover, .section--faqs .section__cta a:focus {
  text-decoration-color: rgba(0, 34, 81, 0.8);
}

.section--faqs .section__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.30769;
  letter-spacing: 0.00769em;
  color: #002251;
  margin: 0;
  grid-area: title;
  align-self: center;
}

@media (max-width: 767px) {
  .section--faqs .section__title {
    margin-bottom: 0.9375em;
  }
}

.accordion--std {
  color: #4d4d4f;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.accordion--std .accordion__item {
  border-top: 1px solid #ccd3dc;
  border-color: #ccd3dc;
}

.accordion--std .accordion__item:after {
  content: none;
}

.accordion--std .accordion__item:first-child {
  border-top: none;
}

@media (min-width: 768px) {
  .accordion--std .accordion__item:last-child {
    border-bottom: none;
  }
}

.accordion--std .accordion__item.active .accordion__heading:after {
  transform: rotate(-180deg);
}

.accordion--std .accordion__heading {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.02222em;
  color: #222223;
  padding: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
}

.accordion--std .accordion__heading:after {
  content: "";
  display: block;
  width: 1.75em;
  position: relative;
  top: 1.125em;
  height: 1em;
  font-size: 0.44444em;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width=%2214%22 height=%228%22 viewBox=%220 0 14 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1 1L7 7L13 1%22 stroke=%22%23222223%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-size: auto 1em;
  background-position: center;
  background-repeat: no-repeat;
}

@media (prefers-reduced-motion: no-preference) {
  .accordion--std .accordion__heading:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

.accordion--std .accordion__item .accordion__content {
  padding: 0;
}

.accordion--std .accordion__item .accordion__content > p {
  margin: 0 0 1.5em;
}

.accordion--std .accordion__item .accordion__content > *:last-child {
  margin-bottom: 1.5rem;
}

.accordion--std .accordion__item .accordion__content a {
  color: var(--link-color, #002251) !important;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.accordion--std .accordion__item .accordion__content a:hover, .accordion--std .accordion__item .accordion__content a:focus {
  --link-color: #9a8146;
}

/* Module: S */
.section--full-bg-quote {
  position: relative;
  color: white;
  z-index: 1;
}

.section--full-bg-quote .contentContainer {
  padding-top: 0;
  padding-bottom: 0;
}

.section--full-bg-quote .section__content {
  display: flex;
  flex-direction: column;
  min-height: 39.375rem;
  padding-top: clamp(4rem, 5.55556vw, 5rem);
  padding-bottom: clamp(4rem, 5.55556vw, 5rem);
}

@media (min-width: 768px) {
  .section--full-bg-quote .section__content {
    width: 60%;
    max-width: 33rem;
    min-height: 41.66667vw;
  }
}

@media (min-width: 1440px) {
  .section--full-bg-quote .section__content {
    min-height: 37.5rem;
  }
}

.section--full-bg-quote .section__title {
  color: currentColor;
  margin: 0 0 1.77778em;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.02222em;
}

.section--full-bg-quote .section__blockquote {
  padding: 0;
  margin: 0;
  margin-top: auto;
  color: currentColor;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: -0.03846em;
  text-shadow: 0 0 1.84615em rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  .section--full-bg-quote .section__blockquote {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .section--full-bg-quote .section__blockquote {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .section--full-bg-quote .section__blockquote {
    line-height: 1.30769;
  }
}

.section--full-bg-quote .section__blockquote:before, .section--full-bg-quote .section__blockquote:after {
  display: none;
}

.section--full-bg-quote .section__blockquote p {
  display: block;
  margin: 0 0 1.77778em;
}

@media (min-width: 768px) {
  .section--full-bg-quote .section__blockquote p {
    margin: 0 0 1.23077em;
  }
}

.section--full-bg-quote .section__blockquote p:last-child {
  margin: 0;
}

.section--full-bg-quote .section__blockquote .quote-cite,
.section--full-bg-quote .section__blockquote p:last-child:not(:first-child) {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: 0.01429em;
}

.section--full-bg-quote .section__blockquote .quote-cite strong,
.section--full-bg-quote .section__blockquote p:last-child:not(:first-child) strong {
  font-size: 1.14286em;
  line-height: 1.625;
  font-weight: 700;
}

.section--full-bg-quote .section__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #002251;
}

.section--full-bg-quote .section__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 8, 20, 0.8) 0%, rgba(0, 34, 81, 0) 50%), linear-gradient(0deg, rgba(0, 8, 20, 0.8) 0%, rgba(0, 34, 81, 0) 33.33%), linear-gradient(0deg, rgba(0, 23, 55, 0.2) 0%, rgba(0, 34, 81, 0) 50%);
}

.section--full-bg-quote .section__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  object-position: var(--object-position, center center);
  object-fit: cover;
}

@media (min-width: 768px) {
  .section--full-bg-quote .section__image img {
    opacity: 0.9;
  }
}

.section--full-bg-quote .section__cta {
  margin-top: clamp(2rem, 3.05556vw, 2.75rem);
}

.section--full-bg-quote .section__cta .btn--icon {
  --icon-height: .75em;
}

/* Module: S */
.section--hover-list {
  background: #f9f9fb;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.01111em;
  color: #4d4d4f;
}

.Online .section--hover-list {
  margin: 0;
  border-bottom: 1px solid #ccd3dc;
}

.section--hover-list p {
  margin: 0 0 1.44444em;
}

.section--hover-list p:last-child {
  margin: 0;
}

.section--hover-list .section__inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .section--hover-list .section__inner {
    display: grid;
    grid-template-areas: "content aside";
    grid-template-columns: 1fr 48.78049%;
    column-gap: 2.43902%;
    min-height: 40rem;
  }
}

.section--hover-list .section__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.33333;
  letter-spacing: 0.00556em;
  margin: 0;
  margin-bottom: 0.53846em;
  color: #002251;
}

@media (min-width: 992px) {
  .section--hover-list .section__title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .section--hover-list .section__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .section--hover-list .section__title {
    margin-bottom: 0.66667em;
  }
}

.section--hover-list .section__pretitle {
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.06667em;
  color: #667a97;
}

@media (min-width: 1200px) {
  .section--hover-list .section__pretitle {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .section--hover-list .section__pretitle {
    margin-bottom: 1.5em;
  }
}

.section--hover-list .section__description {
  margin-bottom: 1.5rem;
}

.section--hover-list .section__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
}

.section--hover-list .section__aside {
  grid-area: aside;
  position: relative;
}

@media (max-width: 767px) {
  .section--hover-list .section__aside {
    display: none;
  }
}

.section--hover-list .section__list {
  margin-top: auto;
}

@media (max-width: 767px) {
  .section--hover-list .section__list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.section--hover-list .section__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section--hover-list .section__list ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .section--hover-list .card--hover-details {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.78049%;
  }
}

.btn--hover-trigger {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.44444;
  width: 100%;
  letter-spacing: 0.02222em;
  color: #4d4d4f;
  --icon-color: #d3d3d3;
  --icon-height: 1.66667em;
  --col-gap: 0.66667em;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background: transparent;
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 1rem;
  gap: 0.625rem;
  border-top: 1px solid #e9e9e9;
  position: relative;
}

@media (min-width: 1200px) {
  .btn--hover-trigger {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .btn--hover-trigger {
    padding-right: 3.125rem;
    line-height: 1.625;
    transition-property: color, background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 768px) {
  .btn--hover-trigger {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 1.33333em 0 0.66667em;
  }
}

@media (max-width: 767px) {
  .btn--hover-trigger .btn__inner {
    grid-template-areas: "label";
    grid-template-columns: 100%;
  }
}

@media (max-width: 767px) {
  .btn--hover-trigger:before, .btn--hover-trigger:after {
    content: "";
    width: 1.125rem;
    height: 0.125rem;
    display: block;
    background: #002251;
    position: absolute;
    right: 1.1875rem;
    top: calc(50% - 1px);
  }
}

.btn--hover-trigger:after {
  content: "";
  display: block;
}

@media (max-width: 767px) {
  .btn--hover-trigger:after {
    transform: rotate(-90deg);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
  .btn--hover-trigger:after {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 768px) {
  .btn--hover-trigger:after {
    width: 1.125em;
    height: 1em;
    flex-shrink: 0;
    font-size: 0.88889em;
    background-image: url("data:image/svg+xml,%3Csvg width=%2218%22 height=%2216%22 viewBox=%220 0 18 16%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0 8C0 7.58579 0.335786 7.25 0.75 7.25H17.25C17.6642 7.25 18 7.58579 18 8C18 8.41421 17.6642 8.75 17.25 8.75H0.75C0.335786 8.75 0 8.41421 0 8Z%22 fill=%22%23667A97%22/%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M9.96967 0.71967C10.2626 0.426777 10.7374 0.426777 11.0303 0.71967L17.7803 7.46967C18.0732 7.76256 18.0732 8.23744 17.7803 8.53033L11.0303 15.2803C10.7374 15.5732 10.2626 15.5732 9.96967 15.2803C9.67678 14.9874 9.67678 14.5126 9.96967 14.2197L16.1893 8L9.96967 1.78033C9.67678 1.48744 9.67678 1.01256 9.96967 0.71967Z%22 fill=%22%23667A97%22/%3E%3C/svg%3E");
    background-size: auto 1em;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .btn--hover-trigger:after {
    transform: translateX(-0.25rem);
  }
}

.btn--hover-trigger .btn__icon {
  display: none;
}

@media (min-width: 768px) {
  .btn--hover-trigger .btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.06667em;
    min-height: 1.06667em;
  }
}

@media (max-width: 767px) {
  .btn--hover-trigger[aria-expanded="true"] {
    background: white;
  }
}

@media (min-width: 768px) {
  .btn--hover-trigger[aria-expanded="true"] {
    color: #002251;
    --icon-color: #9a8146;
    border-color: #e9e9e9;
  }
}

@media (max-width: 767px) {
  .btn--hover-trigger[aria-expanded="true"]:after {
    transform: rotate(0deg);
  }
}

@media (min-width: 768px) {
  .btn--hover-trigger[aria-expanded="true"]:after {
    transform: none;
    opacity: 1;
  }
}

.card--hover-details {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.44444;
  overflow: hidden;
  color: #667a97;
  opacity: 1;
}

@media (min-width: 1200px) {
  .card--hover-details {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .card--hover-details {
    line-height: 1.5;
    background: white;
    max-height: var(--height, none);
    visibility: visible;
    transition-property: background, opacity, max-height, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, step-start;
  }
}

@media (min-width: 768px) {
  .card--hover-details {
    height: 100%;
    text-shadow: 0 0 2.66667em rgba(0, 0, 0, 0.8);
    color: white;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

.card--hover-details[data-expanded="false"] {
  opacity: 0;
}

@media (min-width: 768px) {
  .card--hover-details[data-expanded="false"] {
    z-index: -1;
    transition-delay: 0.3s;
  }
}

@media (max-width: 767px) {
  .card--hover-details[data-expanded="false"] {
    visibility: hidden;
    max-height: 0;
    background: transparent;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, step-end;
  }
}

.card--hover-details .card__inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .card--hover-details .card__inner {
    display: flex;
    align-items: flex-end;
    padding: 5%;
    overflow: hidden;
    border-radius: 1px;
    height: 100%;
    min-height: 40rem;
  }
}

@media (max-width: 767px) {
  .card--hover-details .card__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .card--hover-details .card__description {
    max-width: 31rem;
  }
}

.card--hover-details p {
  margin: 0 0 1em;
}

.card--hover-details p:last-child {
  margin: 0;
}

.card--hover-details .card__image {
  position: relative;
}

@media (max-width: 767px) {
  .card--hover-details .card__image {
    margin-top: 1rem;
  }
  .card--hover-details .card__image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 81.79487%;
  }
}

@media (min-width: 768px) {
  .card--hover-details .card__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .card--hover-details .card__image:before {
    content: "";
    background: linear-gradient(360deg, rgba(0, 8, 20, 0.8) 8.56%, rgba(0, 34, 81, 0) 66.98%), linear-gradient(360deg, rgba(0, 23, 55, 0.2) 0%, rgba(0, 34, 81, 0) 50%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.card--hover-details .card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: -1;
}

/* Module: S */
.section--icon-cta-grid .section__grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
  row-gap: 1px;
}

@media (min-width: 768px) {
  .section--icon-cta-grid .section__grid {
    row-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(calc(min(100%, 15.625rem)), 1fr));
  }
}

.card--icon-cta {
  background: #f9f9fb;
  box-shadow: 0 0 0 1px #e9e9e9;
  border-radius: 1px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  color: #4d4d4f;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--icon-cta .card__inner {
  position: relative;
  padding: 1.125rem 1.5rem;
  height: 100%;
  display: grid;
  grid-template-areas: "image readmore" "content readmore";
  grid-template-columns: 1fr auto;
  row-gap: clamp(0.8125rem, 1.66667vw, 1.5rem);
}

@media (min-width: 768px) {
  .card--icon-cta .card__inner {
    padding: 10.32258%;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "image" "content" "readmore";
  }
}

.card--icon-cta .card__content {
  grid-area: content;
}

.card--icon-cta .card__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  color: #1a1e21;
  margin: 0 0 0.125em;
}

@media (min-width: 768px) {
  .card--icon-cta .card__title {
    margin: 0 0 0.5em;
  }
}

.card--icon-cta p {
  margin: 0 0 1em;
}

.card--icon-cta p:last-child {
  margin: 0;
}

.card--icon-cta .card__link {
  color: currentColor;
  text-decoration: none;
}

.card--icon-cta .card__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card--icon-cta .card__readmore {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.42857;
  text-decoration-line: underline;
  grid-area: readmore;
  color: #1a1e21;
  display: flex;
  align-items: center;
}

.card--icon-cta .card__readmore:after {
  content: "";
  display: block;
  font-size: 0.57143em;
  width: 0.75em;
  height: 1em;
  margin-left: 1.875em;
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22%231a1e21%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-size: auto 1em;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0.125em;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media (max-width: 767px) {
  .card--icon-cta .card__readmore-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

.card--icon-cta .card__image {
  grid-area: image;
  color: #9a8146;
  font-size: clamp(2rem, 4.44444vw, 4rem);
}

.card--icon-cta .card__image svg {
  width: var(--icon-width, 1em);
  height: 1em;
  display: block;
  font-size: 1em;
}

.card--icon-cta .card__image svg.stroke [stroke] {
  stroke: currentColor;
  stroke-width: var(--stroke-width, 0.09375rem);
  vector-effect: non-scaling-stroke;
}

@media (min-width: 768px) {
  .card--icon-cta .card__image svg.stroke [stroke] {
    --stroke-width: 0.125rem;
  }
}

.card--icon-cta-hover, .card--icon-cta:hover, .card--icon-cta:focus-within {
  box-shadow: 0 0 0 1px #5e9cd6;
  z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .card--icon-cta-hover .card__readmore:after, .card--icon-cta:hover .card__readmore:after, .card--icon-cta:focus-within .card__readmore:after {
    transform: translateX(0.25rem);
  }
}

/* Module: S */
.icon-nav-strip__header-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1200px) {
  .icon-nav-strip__header-container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.icon-nav-strip__header {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

@media (min-width: 768px) {
  .icon-nav-strip__header {
    max-width: 54.375rem;
  }
}

.icon-nav-strip__header .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 36px;
  letter-spacing: 0.384px;
  color: #002251;
  margin: 0;
}

@media (min-width: 768px) {
  .icon-nav-strip__header .title {
    font-size: 2.25rem;
  }
}

.icon-nav-strip__header .pretitle {
  margin: 0;
  order: -1;
  color: #667a97;
  font-size: 16px;
  font-weight: 400;
}

.icon-nav-strip__header .description {
  margin: 0;
}

.icon-nav-strip__link a {
  color: #002251;
  font-weight: 500;
  text-decoration-color: rgba(0, 34, 81, 0.5);
  transition-property: color, text-decoration-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.icon-nav-strip__link a:hover, .icon-nav-strip__link a:focus {
  text-decoration-color: rgba(0, 34, 81, 0.8);
}

.icon-nav-strip__grid {
  margin-top: 1.875rem;
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media screen and (min-width: 1200px) {
  .icon-nav-strip__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .icon-nav-strip__grid {
    gap: 2.5625rem;
  }
}

.icon-nav-strip__box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.icon-nav-strip__box:hover, .icon-nav-strip__box:focus {
  border-color: #5e9cd6;
}

.icon-nav-strip__box > img {
  max-width: 80%;
  max-height: 70%;
}

/* Module: S */
.section--list-aside-quote.bg-white {
  background-color: unset;
}

.section--list-aside-quote.bg-grey {
  background: linear-gradient(0deg, #f2f4f6 0%, rgba(242, 244, 246, 0) 69.06%);
}

@media (min-width: 768px) {
  .section--list-aside-quote {
    background-color: transparent;
  }
}

.section--list-aside-quote .section__inner {
  display: grid;
  column-gap: 2rem;
  grid-template-columns: 100%;
  grid-template-areas: "content";
}

@media (min-width: 768px) {
  .section--list-aside-quote .section__inner {
    grid-template-areas: "content aside";
    grid-template-columns: repeat(2, 1fr);
  }
}

.section--list-aside-quote .section__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .section--list-aside-quote .section__content {
    max-width: 33rem;
  }
}

.section--list-aside-quote .section__pretitle {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #667a97;
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section--list-aside-quote .section__pretitle {
    margin-bottom: 1.5rem;
  }
}

.section--list-aside-quote .section__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.33333;
  letter-spacing: 0.00556em;
  color: #002251;
  margin: 0 0 0.92308em;
}

@media (min-width: 992px) {
  .section--list-aside-quote .section__title {
    font-size: 1.86rem;
  }
}

@media (min-width: 1200px) {
  .section--list-aside-quote .section__title {
    font-size: 2.25rem;
  }
}

.section--list-aside-quote .section__links ul {
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
}

@media (min-width: 768px) {
  .section--list-aside-quote .section__links ul {
    margin: 0;
  }
}

.section--list-aside-quote .section__links ul li {
  margin: 0;
  padding: 1rem;
  border-top: 1px solid #e6e9ee;
}

@media (min-width: 768px) {
  .section--list-aside-quote .section__links ul li {
    padding: 0.875rem 0;
    border: none;
  }
}

.section--list-aside-quote .section__links ul li:last-child {
  border-bottom: 1px solid #e6e9ee;
}

@media (min-width: 768px) {
  .section--list-aside-quote .section__links ul li:last-child {
    border: none;
    padding-bottom: 0;
  }
}

.section--list-aside-quote .section__links a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.44444;
  letter-spacing: 0.02222em;
  color: #002251;
  text-decoration: none;
  --icon-height: 0.88889em;
  --icon-color: #9a8146;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media (min-width: 1200px) {
  .section--list-aside-quote .section__links a {
    font-size: 1.125rem;
  }
}

.section--list-aside-quote .section__links a .btn__label {
  text-align: left;
}

.section--list-aside-quote .section__links a .btn__icon {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.section--list-aside-quote .section__links a .btn__icon svg {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.section--list-aside-quote .section__links a:hover, .section--list-aside-quote .section__links a:focus {
  color: rgba(0, 34, 81, 0.8);
}

@media (prefers-reduced-motion: no-preference) {
  .section--list-aside-quote .section__links a:hover .btn__icon svg, .section--list-aside-quote .section__links a:focus .btn__icon svg {
    transform: translateX(0.25rem);
  }
}

@media (max-width: 767px) {
  .section--list-aside-quote .card-testimonial {
    display: none;
  }
}

.section--list-aside-quote .section__aside {
  grid-area: aside;
}

@media (max-width: 767px) {
  .section--list-aside-quote .section__aside {
    display: none;
  }
}

.section--list-aside-quote .section__aside blockquote {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  hanging-punctuation: first last;
  color: #404040;
  margin: 0;
  padding: 0;
}

.section--list-aside-quote .section__aside blockquote:before, .section--list-aside-quote .section__aside blockquote:after {
  content: none;
}

.section--list-aside-quote .section__aside blockquote p {
  margin: 0 0 0.625em;
  display: block;
}

.section--list-aside-quote .section__aside blockquote p:last-child {
  margin: 0;
}

.section--list-aside-quote .section__aside blockquote .quote-cite,
.section--list-aside-quote .section__aside blockquote p:last-child:not(:first-child) {
  font-size: 0.875rem;
  line-height: 1.57143;
  letter-spacing: 0.02857em;
  font-weight: 400;
  color: #4d4d4f;
}

.section--list-aside-quote .section__aside blockquote .quote-cite strong,
.section--list-aside-quote .section__aside blockquote p:last-child:not(:first-child) strong {
  font-weight: 700;
  color: #002251;
}

.section--list-aside-quote .section__image {
  position: relative;
  margin-bottom: 1.5rem;
}

.section--list-aside-quote .section__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63.125%;
}

.section--list-aside-quote .section__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  border-radius: 0.0625rem;
}

/* Module: S */
.section--quotes-slider {
  position: relative;
  overflow: hidden;
  color: white;
  background: #002251;
}

.section--quotes-slider .section__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.57143;
  letter-spacing: 0.02857em;
  margin: 0;
  color: white;
  text-shadow: 0 0 1.71429em rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: calc(100% - 9.375rem);
  z-index: 1;
}

@media (min-width: 768px) {
  .section--quotes-slider .section__title {
    top: clamp(1.5rem, 3.33333vw, 3rem);
    left: calc(5vw + 1.5rem);
    font-size: 0.875rem;
  }
}

@media (min-width: 1262.22222px) {
  .section--quotes-slider .section__title {
    left: calc(((100vw - (1088px + (24px * 2))) / 2) + 24px);
  }
}

.section--quotes-slider .slick-dots {
  position: absolute;
  bottom: 1.1875rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 5;
}

@media (min-width: 768px) {
  .section--quotes-slider .slick-dots {
    left: calc(5vw + 1.5rem);
    right: calc(5vw + 1.5rem);
    bottom: clamp(1.5rem, 2.22222vw, 2rem);
  }
}

@media (min-width: 1262.22222px) {
  .section--quotes-slider .slick-dots {
    left: calc(((100vw - (1088px + (24px * 2))) / 2) + 24px);
    right: calc(((100vw - (1088px + (24px * 2))) / 2) + 24px);
  }
}

.section--quotes-slider .slick-control {
  position: absolute;
  z-index: 2;
  top: calc(50% - 0.5em);
  color: white;
}

.section--quotes-slider .slick-control--prev {
  left: 0.75rem;
}

.section--quotes-slider .slick-control--next {
  right: 0.75rem;
}

.block--quote-slide {
  color: white;
  background: #002251;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.block--quote-slide a {
  color: white;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.block--quote-slide a:hover, .block--quote-slide a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.block--quote-slide p {
  margin: 0 0 1.30769em;
}

.block--quote-slide p:last-child {
  margin: 0;
}

.block--quote-slide .block__header {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 9.375rem;
}

@media (min-width: 768px) {
  .block--quote-slide .block__header {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

.block--quote-slide .block__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  color: white;
  margin: 0;
}

.block--quote-slide .block__subtitle {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  display: block;
  letter-spacing: 0.0125em;
  color: white;
}

.block--quote-slide blockquote {
  color: currentColor;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  text-shadow: 0 0 1.84615em rgba(0, 0, 0, 0.4);
  letter-spacing: 0.01538em;
  hanging-punctuation: first last;
}

@media (min-width: 992px) {
  .block--quote-slide blockquote {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .block--quote-slide blockquote {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .block--quote-slide blockquote {
    line-height: 1.30769;
  }
}

.block--quote-slide blockquote:before, .block--quote-slide blockquote:after {
  content: none;
}

.block--quote-slide blockquote p {
  display: block;
}

.block--quote-slide .block__inner {
  position: relative;
  min-height: 39.375rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}

@media (min-width: 768px) {
  .block--quote-slide .block__inner {
    min-height: 41.66667vw;
    align-items: center;
  }
}

@media (min-width: 1440px) {
  .block--quote-slide .block__inner {
    min-height: 37.5rem;
  }
}

.block--quote-slide .block__content {
  padding: 6.125rem 1.5rem 4rem;
}

@media (min-width: 768px) {
  .block--quote-slide .block__content {
    padding-left: calc(5vw + 1.5rem);
    padding-right: calc(5vw + 1.5rem);
    padding-bottom: 8.75rem;
    padding-top: calc(clamp(1.5rem, 3.33333vw, 3rem) + 1.375rem + 30px);
  }
}

@media (min-width: 1262.22222px) {
  .block--quote-slide .block__content {
    padding-left: calc(((100vw - (1088px + (24px * 2))) / 2) + 24px);
    padding-right: calc(((100vw - (1088px + (24px * 2))) / 2) + 24px);
  }
}

.block--quote-slide .block__caption {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .block--quote-slide .block__caption {
    max-width: 34.375rem;
  }
}

.block--quote-slide .block__readmore {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .block--quote-slide .block__readmore {
    margin-top: clamp(1rem, 2.22222vw, 2rem);
  }
}

.block--quote-slide .block__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 8, 20, 0.6) 0%, rgba(0, 34, 81, 0) 50%), linear-gradient(360deg, rgba(0, 8, 20, 0.8) 0%, rgba(0, 34, 81, 0) 69.52%), linear-gradient(360deg, rgba(0, 23, 55, 0.2) 0%, rgba(0, 34, 81, 0) 50%);
}

.block--quote-slide .block__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: var(--object-position, center center);
  object-fit: cover;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .block--quote-slide .block__image img {
    opacity: 1;
  }
}

.slick-dots--quote {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3125rem;
}

@media (min-width: 768px) {
  .slick-dots--quote {
    flex-wrap: nowrap;
    margin: 0;
  }
}

.slick-dots--quote li {
  margin: 0;
  padding: 0.3125rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .slick-dots--quote li {
    padding: 0;
    flex-grow: 1;
  }
}

.slick-dots--quote li + li {
  margin: 0;
}

@media (max-width: 767px) {
  .slick-dot--quote {
    font-size: 0.4375rem;
    width: 1em;
    height: 1em;
    display: block;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    border-radius: 100%;
  }
}

@media (min-width: 768px) {
  .slick-dot--quote {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.42857;
    display: block;
    width: 100%;
    letter-spacing: 0.01429em;
    color: white;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: clamp(1.0625rem, 2.22222vw, 2rem) 0 0;
    margin: 0;
    text-align: left;
    box-shadow: inset 0 0.1875rem 0 rgba(255, 255, 255, 0);
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .slick-dot--quote {
    box-shadow: inset 0 0 0 white;
  }
}

@media (max-width: 767px) {
  .slick-dot--quote .slick-dot__label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

@media (min-width: 768px) {
  .slick-dot--quote .slick-dot__label strong {
    display: block;
    font-weight: 700;
    font-size: 1.14286em;
    line-height: 1.625;
    letter-spacing: 0.025em;
    color: white;
  }
}

@media (max-width: 767px) {
  .slick-dot--quote-active, .slick-active .slick-dot--quote {
    background: white;
  }
}

@media (min-width: 768px) {
  .slick-dot--quote-active, .slick-active .slick-dot--quote {
    box-shadow: inset 0 0.1875rem 0 white;
  }
}

.slider--quotes .slick-track {
  display: flex;
}

.slider--quotes .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.slider--quotes .slick-track .slick-slide > div {
  width: 100%;
}

/* Module: S */
@media (min-width: 768px) {
  .section--social-links .section__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.section--social-links .section__title {
  color: #002251;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.30769;
  letter-spacing: 0.00769em;
  margin: 0 0 0.88889em;
}

@media (min-width: 992px) {
  .section--social-links .section__title {
    font-size: 1.34333rem;
  }
}

@media (min-width: 1200px) {
  .section--social-links .section__title {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .section--social-links .section__title {
    margin: 0;
  }
}

.section--social-links .section__content {
  border: 1px solid #e6e9ee;
  border-radius: 1px;
}

@media (min-width: 768px) {
  .section--social-links .section__content {
    border: none;
    display: flex;
  }
}

.section--social-links .section__content .link-group {
  padding: 0.9375rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .section--social-links .section__content .link-group {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .section--social-links .section__content .link-group {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 clamp(1rem, 3.05556vw, 2.75rem);
  }
}

.section--social-links .section__content .link-group p {
  margin: 0;
}

@media (min-width: 768px) {
  .section--social-links .section__content .link-group p {
    margin: 0 0 0.75em;
  }
}

.section--social-links .section__content .link-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.38889vw, 1.25rem);
}

.section--social-links .section__content .link-group ul li {
  margin: 0;
  padding: 0;
}

.section--social-links .section__content .link-group ul li a {
  color: #002251;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.section--social-links .section__content .link-group ul li a:hover, .section--social-links .section__content .link-group ul li a:focus {
  color: #9a8146;
}

.section--social-links .section__content .link-group:not(:first-child) {
  border-top: 1px solid #e6e9ee;
}

@media (min-width: 768px) {
  .section--social-links .section__content .link-group:not(:first-child) {
    border: none;
    border-left: 1px solid #e6e9ee;
  }
}

/* Module: S */
.section--study-options {
  overflow: hidden;
}

.section--study-options .section__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.30769;
  letter-spacing: 0.00769em;
  color: #002251;
  margin: 0 0 0.92308em;
}

@media (min-width: 768px) {
  .section--study-options .section__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    row-gap: 2rem;
    column-gap: 2rem;
  }
}

@media (min-width: 1200px) {
  .section--study-options .section__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .slider--study-options {
    display: grid;
    grid-template-areas: "list list" "prev next";
    grid-template-columns: 1fr auto;
    column-gap: 1rem;
    row-gap: clamp(1.5rem, 2.77778vw, 2.5rem);
    align-items: center;
  }
}

.slider--study-options .slick-control--prev {
  grid-area: prev;
}

.slider--study-options .slick-control--next {
  grid-area: next;
}

.slider--study-options .slick-track {
  display: flex;
}

.slider--study-options .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.slider--study-options .slick-list {
  overflow: visible;
  grid-area: list;
}

.slider--study-options.slick-initialized .slick-slide {
  width: clamp(18.5rem, 22.22222vw, 20rem);
  max-width: calc(100vw - (16px * 2));
  padding-right: 1rem;
}

.card--study-option {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  background: #f9f9fb;
  border: 1px solid #e9e9e9;
  border-radius: 1px;
  color: #4d4d4f;
  height: 100%;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--study-option p {
  margin: 0 0 1em;
}

.card--study-option p:last-child {
  margin: 0;
}

.card--study-option .card__readmore {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: 1rem;
  text-decoration-line: underline;
  color: #222223;
  display: flex;
  align-items: center;
}

.card--study-option .card__readmore:after {
  content: "";
  display: block;
  font-size: 0.57143em;
  width: 0.75em;
  height: 1em;
  margin-left: 2em;
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22%23222223%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-size: auto 1em;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0.125em;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--study-option .card__inner {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-areas: "image" "content";
  grid-template-rows: auto 1fr;
}

.card--study-option .card__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  letter-spacing: 0.02222em;
  color: #222223;
  margin: 0 0 0.88889em;
}

.card--study-option .card__content {
  grid-area: content;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.card--study-option .card__description {
  flex-grow: 1;
}

.card--study-option .card__link {
  color: currentColor;
  text-decoration: none;
}

.card--study-option .card__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card--study-option .card__image {
  position: relative;
  grid-area: image;
}

.card--study-option .card__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.card--study-option .card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
}

.card--study-option-hover, .card--study-option.card--has-link:hover, .card--study-option.card--has-link:focus-within {
  border-color: #5e9cd6;
}

@media (prefers-reduced-motion: no-preference) {
  .card--study-option-hover .card__readmore:after, .card--study-option.card--has-link:hover .card__readmore:after, .card--study-option.card--has-link:focus-within .card__readmore:after {
    transform: translateX(0.25rem);
  }
}

.section--study-options.container--staff {
  margin-bottom: 20px;
  overflow: visible;
}

/* Module: S */
.section--upcoming-events {
  position: relative;
  overflow: hidden;
}

.section--upcoming-events .section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1rem, 1.66667vw, 1.5rem);
}

.section--upcoming-events .section__header a {
  color: #002251;
  font-weight: 500;
  text-decoration-color: rgba(0, 34, 81, 0.5);
  transition-property: color, text-decoration-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.section--upcoming-events .section__header a:hover, .section--upcoming-events .section__header a:focus {
  text-decoration-color: rgba(0, 34, 81, 0.8);
}

.section--upcoming-events .section__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.30769;
  letter-spacing: 0.00769em;
  color: #002251;
}

.section--upcoming-events .section__footer {
  margin-top: 1.4375rem;
}

.section--upcoming-events .section__footer .btn--icon {
  --icon-height: .75em;
}

.slider--events {
  display: grid;
  grid-template-areas: "list list" "prev next";
  grid-template-columns: 1fr auto;
  column-gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .slider--events {
    grid-template-areas: "list list list" "dots prev next";
    grid-template-columns: 1fr auto auto;
  }
}

.slider--events .slick-slide {
  padding-left: 1rem;
}

.slider--events .slick-list {
  overflow: visible;
  margin-left: -1rem;
  grid-area: list;
}

@media screen and (min-width: 1440px) {
  .slider--events .slick-list {
    overflow: hidden;
  }
}

.slider--events .slick-dots {
  grid-area: dots;
  position: relative;
}

.slider--events .slick-control {
  position: relative;
}

.slider--events .slick-control--next {
  grid-area: next;
}

.slider--events .slick-control--prev {
  grid-area: prev;
}

@media (min-width: 768px) {
  .slider--events .slick-control--prev {
    margin-left: 1rem;
  }
}

.slider--events .slick-track {
  display: flex;
}

.slider--events .slick-track .slick-slide {
  display: flex;
  height: auto;
  min-height: 460px;
}

.slick-control--std {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #d3d3d3;
  background: transparent;
  font-size: 0.875rem;
  width: 2.85714em;
  height: 2.85714em;
  color: currentColor;
  transition-property: color, background, border-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.slick-control--std .slick-control__icon {
  display: block;
}

.slick-control--std svg {
  display: block;
  width: var(--icon-width, 1em);
  height: 1em;
  font-size: 1em;
  position: relative;
  left: 0.07143em;
}

.slick-control--std.slick-control--prev .slick-control__icon {
  transform: scaleX(-1);
}

.slick-control--std-hover, .slick-control--std:not(.slick-disabled):hover, .slick-control--std:not(.slick-disabled):focus {
  border-color: #002251;
  background: #002251;
  color: white;
}

.slick-control--std.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.slick-dots--bar {
  display: flex;
  align-items: center;
  background: #f2f4f6;
  border-radius: 0.3125rem;
  margin: 0;
  padding: 0;
}

.slick-dots--bar li {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}

.slick-dots--bar li + li {
  margin: 0;
}

.slick-dot--bar {
  background: transparent;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0.3125rem;
  height: 0.25rem;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.slick-active .slick-dot--bar {
  background: #b2bdcb;
}

.card--event {
  width: 100%;
  height: 100%;
}

.card--event .card__inner {
  display: grid;
  grid-template-areas: "image" "content";
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%;
  position: relative;
  height: 100%;
}

.card--event .card__link {
  color: currentColor;
  text-decoration: none;
}

.card--event .card__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card--event .card__content {
  grid-area: content;
  display: grid;
  grid-template-areas: "badge" "title" "delivery" "readmore";
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto auto;
}

.card--event .card__badges {
  grid-area: badge;
  display: flex;
  margin-bottom: 0.75rem;
}

.card--event .card__badge {
  font-weight: 500;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.33333;
  letter-spacing: 0.03333em;
  text-transform: capitalize;
  padding: 0.33333em 0.83333em;
  border: 1px solid #e9e9e9;
  border-radius: 2.1875rem;
  color: #404040;
}

.card--event .card__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #222223;
  margin: 0 0 0.6em;
  grid-area: title;
}

@media (min-width: 768px) {
  .card--event .card__title {
    line-height: 1.4;
  }
}

.card--event .card__delivery {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin: 0 0 0.85714em;
  letter-spacing: 0.02857em;
  grid-area: delivery;
  color: #404040;
}

.card--event .card__readmore {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  grid-area: readmore;
  text-decoration-line: underline;
  color: #002251;
  border-top: 1px solid #e9e9e9;
  padding-top: 0.75em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
}

.card--event .card__readmore:after {
  content: "";
  display: block;
  font-size: 0.5em;
  height: 1em;
  width: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22%23002251%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-size: auto 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2em;
  position: relative;
  top: 0.125em;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--event .card__image {
  grid-area: image;
  position: relative;
  margin-bottom: 1rem;
}

.card--event .card__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.card--event .card__image:before {
  background: rgba(0, 34, 81, 0.3);
  box-shadow: inset 0 -0.1875rem 0 0 rgba(94, 156, 214, 0);
  opacity: 0;
  transition-property: box-shadow, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .card--event .card__image:before {
    box-shadow: inset 0 0 0 0 #5e9cd6;
  }
}

.card--event .card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: -1;
}

.card--event .card__date {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.42857;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  width: 5.71429em;
  height: 5.71429em;
  background: #9a8146;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}

.card--event .card__date-day {
  font-size: 2.57143em;
  line-height: 1.11111;
  letter-spacing: 0.00556em;
  display: block;
}

.card--event-hover .card__image:before, .card--event:hover .card__image:before, .card--event:focus-within .card__image:before, .card--event-featured:hover .card__image:before, .card--event-featured:focus-within .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:hover .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:focus-within .card__image:before {
  box-shadow: inset 0 -0.1875rem 0 0 #5e9cd6;
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .card--event-hover .card__readmore:after, .card--event:hover .card__readmore:after, .card--event:focus-within .card__readmore:after, .card--event-featured:hover .card__readmore:after, .card--event-featured:focus-within .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:hover .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:focus-within .card__readmore:after {
    transform: translateX(0.25rem);
  }
}

.card--event-featured, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event {
  width: 100%;
  height: 100%;
  color: white;
}

.card--event-featured .card__inner, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__inner {
  display: grid;
  grid-template-areas: "image" "content";
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%;
  position: relative;
  height: 100%;
}

.card--event-featured .card__link, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__link {
  color: currentColor;
  text-decoration: none;
}

.card--event-featured .card__link:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card--event-featured .card__content, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__content {
  grid-area: content;
  display: grid;
  padding: 0.75rem 4.87805% 0;
  grid-template-areas: "." "badge" "title" "delivery" "readmore";
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto auto auto;
}

@media (min-width: 768px) {
  .card--event-featured .card__content, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__content {
    padding: 0.75rem 4.87805% 0;
  }
}

.card--event-featured .card__badges, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__badges {
  grid-area: badge;
  display: flex;
  margin-bottom: 0.75rem;
}

.card--event-featured .card__badge, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__badge {
  font-weight: 500;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.33333;
  letter-spacing: 0.03333em;
  text-transform: capitalize;
  padding: 0.33333em 0.83333em;
  border: 1px solid #e9e9e9;
  border-radius: 2.1875rem;
  color: currentColor;
}

.card--event-featured .card__title, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin: 0 0 0.46154em;
  grid-area: title;
  color: currentColor;
}

@media (min-width: 768px) {
  .card--event-featured .card__title, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__title {
    max-width: 20rem;
  }
}

.card--event-featured .card__delivery, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__delivery {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.57143;
  margin: 0 0 0.78571em;
  letter-spacing: 0.02857em;
  grid-area: delivery;
  color: currentColor;
}

.card--event-featured .card__readmore, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__readmore {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  grid-area: readmore;
  text-decoration-line: underline;
  color: currentColor;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 0.75em;
  padding-bottom: 1.1875em;
  padding-left: 4.87805%;
  padding-right: 4.87805%;
  margin-left: -4.87805%;
  margin-right: -4.87805%;
  display: flex;
  align-items: center;
}

.card--event-featured .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__readmore:after {
  content: "";
  display: block;
  font-size: 0.5em;
  height: 1em;
  width: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.5 7L4.5 4L1.5 1%22 stroke=%22white%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-size: auto 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2em;
  position: relative;
  top: 0.125em;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.card--event-featured .card__image, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  grid-area: auto;
}

.card--event-featured .card__image:after, .card--event-featured .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__image:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card--event-featured .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__image:before {
  background: linear-gradient(0deg, rgba(0, 34, 81, 0.3), rgba(0, 34, 81, 0.3)), linear-gradient(90deg, rgba(0, 8, 20, 0.6) 0%, rgba(0, 34, 81, 0) 50%), linear-gradient(360deg, rgba(0, 23, 55, 0.2) 9.7%, rgba(0, 34, 81, 0) 50%), linear-gradient(360deg, rgba(0, 8, 20, 0.8) 9.7%, rgba(0, 34, 81, 0) 50%);
  box-shadow: inset 0 -0.1875rem 0 0 rgba(94, 156, 214, 0);
  opacity: 0;
  transition-property: box-shadow, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .card--event-featured .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__image:before {
    box-shadow: inset 0 0 0 0 #5e9cd6;
  }
}

.card--event-featured .card__image:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__image:after {
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 8, 20, 0.6) 0%, rgba(0, 34, 81, 0) 50%), linear-gradient(360deg, rgba(0, 23, 55, 0.2) 9.7%, rgba(0, 34, 81, 0) 50%), linear-gradient(360deg, rgba(0, 8, 20, 0.8) 9.7%, rgba(0, 34, 81, 0) 50%);
}

.card--event-featured .card__image img, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: -1;
}

.card--event-featured .card__date, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__date {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.42857;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  width: 5.71429em;
  height: 5.71429em;
  background: #9a8146;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.card--event-featured .card__date-day, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event .card__date-day {
  font-size: 2.57143em;
  line-height: 1.11111;
  letter-spacing: 0.00556em;
  display: block;
}

.card--event-featured-hover .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event-hover .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event-featured:hover .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event-featured:focus-within .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:hover .card__image:before, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:focus-within .card__image:before {
  box-shadow: inset 0 -0.1875rem 0 0 #5e9cd6;
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .card--event-featured-hover .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event-hover .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event-featured:hover .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event-featured:focus-within .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:hover .card__readmore:after, .section--upcoming-events .slick-slide[data-slick-index="0"] .card--event:focus-within .card__readmore:after {
    transform: translateX(0.25rem);
  }
}

/* Module: S */
.staff-resources {
  padding: 30px 0;
}

@media screen and (min-width: 1200px) {
  .staff-resources {
    padding: 40px 0;
  }
}

.staff-resources.content-container, .staff-resources.content-container--block, .staff-resources.nd-difference, .staff-resources.employment-landing, .staff-resources.related-links {
  flex-direction: column;
}

.staff-resources__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.staff-resources__item {
  width: 40%;
  margin: 10px;
  border: 2px solid #9a8146;
  padding: 10px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .staff-resources__item {
    width: 28%;
  }
}

@media screen and (min-width: 1200px) {
  .staff-resources__item {
    width: 21%;
    margin: 10px 15px;
  }
}

.staff-resources__item .staff-resources__item--image {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 1200px) {
  .staff-resources__item .staff-resources__item--image {
    width: 50px;
    height: 50px;
  }
}

.staff-resources__item h3 {
  padding: 0;
  margin: 20px 0 0 0;
  text-decoration: none;
}

.staff-resources__item p {
  margin-top: 10px;
}

.staff-resources__item:hover {
  text-decoration: none;
  color: #9a8146;
}

.staff-resources__item:hover span {
  text-decoration: underline;
}

/* Module: S */
.bootstrap-sticky-bar {
  background: #002251;
  bottom: 0;
  z-index: -10;
  box-shadow: 0px -10px 20px rgba(0, 34, 81, 0.08);
  border-bottom: 2px solid #5E9CD6;
}

.bootstrap-sticky-bar__container {
  min-height: 70px;
}

.bootstrap-sticky-bar__heading {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.bootstrap-sticky-bar .bootstrap-sticky-button {
  border: none;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 15px;
  align-items: center;
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.625rem;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.bootstrap-sticky-bar .bootstrap-sticky-button::after {
  right: 10%;
}

.bootstrap-sticky-bar .bsb-blue {
  background: #002251;
  color: #fff;
  width: 100%;
  border-left: 2px solid rgba(94, 156, 214, 0.2);
}

.bootstrap-sticky-bar__hide-mobile {
  display: none;
}

.bootstrap-sticky-bar .bsb-blue:hover {
  background: rgba(0, 34, 81, 0.9);
  color: #fff;
}

.bootstrap-sticky-bar .bsb-white {
  background: #fff;
  color: #002251;
  width: 50%;
  border-top: 0;
  display: none;
}

.bootstrap-sticky-bar .bsb-white:hover {
  background: #002251;
  color: #fff;
}

.bootstrap-sticky-bar .btn__icon {
  color: #9a8146;
}

@media screen and (min-width: 768px) {
  .bootstrap-sticky-bar {
    background: #fff;
  }
  .bootstrap-sticky-bar__heading {
    color: #002251;
  }
  .bootstrap-sticky-bar .bsb-blue {
    width: 50%;
    border: none;
  }
  .bootstrap-sticky-bar .bsb-white {
    display: flex;
    border-left: 1px solid rgba(94, 156, 214, 0.2);
  }
  .bootstrap-sticky-bar__hide-mobile {
    display: inline;
  }
}

.staff-home .bootstrap-sticky-bar .btn__icon > img {
  width: 22px;
  height: 22px;
}

.bootstrap-sticky-bar {
  opacity: 0;
  transition: 0.15s all ease-out;
  transform: translateY(100px);
}

.bootstrap-sticky-bar-reveal {
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
}

/* Module: S */
.student-exp {
  background: #1A1E21;
  color: #fff;
}

.student-exp__container {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .student-exp__container {
    padding: 0 20px;
  }
}

.student-exp__text-content {
  padding: 8% 4%;
}

.student-exp__light-blue {
  color: #5E9CD6 !important;
  margin-top: 0;
}

.student-exp__content {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (min-width: 1200px) {
  .student-exp__content {
    font-size: 26px;
    line-height: 36px;
  }
}

.student-exp h3 {
  color: #fff;
}

.student-exp p {
  margin: 1rem 0 0 0;
}

.student-exp__nested-cards {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 1%;
  color: #fff;
  text-decoration: none;
}

.student-exp__nested-cards p {
  font-size: 0.9em;
}

.student-exp__nested-cards:hover,
.student-exp__nested-cards:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
}

.student-exp__carousel-left,
.student-exp__carousel-right {
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 1rem;
  display: flex;
  background: #222223;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  top: unset;
}

.student-exp__carousel-left:hover,
.student-exp__carousel-right:hover {
  color: #fff;
  background: #4d4d4f;
}

.student-exp__carousel-left {
  position: absolute;
  bottom: 3%;
  right: 15%;
  left: unset;
}

.student-exp__carousel-left i {
  -webkit-text-stroke: 1px;
}

.student-exp__carousel-right {
  position: absolute;
  bottom: 3%;
  right: 5%;
}

.student-exp__carousel-right i {
  -webkit-text-stroke: 1px;
}

.carousel-caption {
  position: absolute;
  z-index: 1;
  left: 4%;
  bottom: 4%;
}

.carousel-caption {
  text-align: left;
}

.carousel-caption a {
  text-decoration: none;
}

.carousel-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.carousel-caption h5 {
  margin-bottom: 3px;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.carousel-caption p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}

.carousel-image-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1A1E21 -10.06%, rgba(26, 30, 33, 0) 54.97%);
}

/* Module: S */
.student-landing-banner {
  background: #f8f8f8;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .student-landing-banner {
    height: 230px;
    margin-bottom: 115px;
  }
}

h1.student-landing-banner__title {
  margin: 0;
  color: #002251;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width: 1200px) {
  h1.student-landing-banner__title {
    padding-top: 50px;
  }
}

ul.banner-tiles {
  padding: 0 20px 20px 20px;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1200px) {
  ul.banner-tiles {
    padding: 0 20px;
    position: absolute;
    width: 1200px;
    top: 150px;
    display: flex;
    flex-wrap: wrap;
  }
}

li.banner-tiles__item {
  background: white;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

li.banner-tiles__item:last-child {
  border-bottom: 1px solid #e7e7e7;
}

li.banner-tiles__item a {
  display: block;
  color: #5c5c5c;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 20px;
}

@media screen and (min-width: 1200px) {
  li.banner-tiles__item {
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
    height: 158px;
    flex-grow: 1;
    flex-basis: 0;
  }
  li.banner-tiles__item:last-child {
    border-right: 1px solid #e7e7e7;
  }
  li.banner-tiles__item a {
    padding: 0;
    height: 100%;
    text-align: center;
    padding-top: 100px;
    background-position: 50% 40%;
  }
}

/* Module: S */
.map-dates {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .map-dates {
    padding-top: 100px;
  }
}

.map-dates__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.trail-node-wrapper {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
}

@media screen and (min-width: 1200px) {
  .trail-node-wrapper {
    max-width: none;
  }
  .trail-node-wrapper:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 60px;
    width: calc(100% - 60px);
    height: 241px;
    border-top: 6px dashed #9a8146;
    border-right: 6px dashed #9a8146;
    border-bottom: 6px dashed #9a8146;
  }
}

.trail-node {
  text-align: center;
  min-height: 175px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 50%;
}

@media screen and (min-width: 1200px) {
  .trail-node {
    width: auto;
    display: block;
    margin: 0;
  }
}

.trail-node__content {
  position: relative;
}

.trail-node__content h2 {
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'helvetica-neue-roman', sans-serif;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .trail-node__content h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .trail-node__content h2 {
    font-size: 60px;
    background: #2b2d30;
    display: inline;
  }
}

.trail-node--dot .trail-node__content {
  padding-top: 40px;
}

.trail-node--dot .trail-node__content:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #9a8146;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .trail-node--dot .trail-node__content:before {
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .trail-node--dot .trail-node__content:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #2b2d30;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.trail-node--bypass .trail-node__content {
  padding-top: 80px;
  color: #939495;
}

.trail-node--bypass .trail-node__content .trail-node__headline {
  font-size: 18px;
}

@media screen and (min-width: 1200px) {
  .trail-node--bypass .trail-node__content {
    padding-top: 40px;
    background: #2b2d30;
  }
  .trail-node--bypass .trail-node__content .trail-node__headline {
    font-size: 20px;
  }
}

.trail-node--bypass .trail-node__content:before {
  opacity: 30%;
  top: 20px;
}

@media screen and (min-width: 1200px) {
  .trail-node--bypass .trail-node__content:before {
    top: 0;
  }
}

.trail-node--logo .trail-node__content {
  padding-top: 100px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNMjcuMTMgOTkuODVjMCA0MC4yMSAzMi41ODcgNzIuODI3IDcyLjgwOSA3Mi44MjcgNDAuMjE4IDAgNzIuODE5LTMyLjYxNyA3Mi44MTktNzIuODI3cy0zMi42MDItNzIuNzk4LTcyLjgxOS03Mi43OThjLTQwLjIyMiAwLTcyLjgwOSAzMi41ODgtNzIuODA5IDcyLjc5OG0tMjMuMjQ1LjEyNmMwLTUzLjA3OCA0My4wMjItOTYuMDk3IDk2LjEwNy05Ni4wOTcgNTMuMDggMCA5Ni4xMTcgNDMuMDE5IDk2LjExNyA5Ni4wOTcgMCA1My4wOTItNDMuMDM3IDk2LjEzLTk2LjExNyA5Ni4xMy01My4wODUgMC05Ni4xMDctNDMuMDM4LTk2LjEwNy05Ni4xMyIgZmlsbD0iI2IwOTI0NyIvPjxwYXRoIHN0cm9rZS1taXRlcmxpbWl0PSIzLjg2NCIgc3Ryb2tlLXdpZHRoPSI3Ljc3NiIgZD0iTTI3LjEzIDk5Ljg1YzAgNDAuMjEgMzIuNTg3IDcyLjgyNyA3Mi44MDkgNzIuODI3IDQwLjIxOCAwIDcyLjgxOS0zMi42MTcgNzIuODE5LTcyLjgyN3MtMzIuNjAyLTcyLjc5OC03Mi44MTktNzIuNzk4Yy00MC4yMjIgMC03Mi44MDkgMzIuNTg4LTcyLjgwOSA3Mi43OTh6bS0yMy4yNDUuMTI2YzAtNTMuMDc4IDQzLjAyMi05Ni4wOTcgOTYuMTA3LTk2LjA5NyA1My4wOCAwIDk2LjExNyA0My4wMTkgOTYuMTE3IDk2LjA5NyAwIDUzLjA5Mi00My4wMzcgOTYuMTMtOTYuMTE3IDk2LjEzLTUzLjA4NSAwLTk2LjEwNy00My4wMzgtOTYuMTA3LTk2LjEzeiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjA5MjQ3Ii8+PHBhdGggZD0iTTExNS45MyA4Mi44M1Y0Mi41MTRjMC01LjIwMyA0LjU0LTkuNzM0IDkuNzUzLTkuNzM0LjY3MyAwIDIuNjg0LjMzOCAzLjM2MS41MDMtOC45MDctMy44NzQtMTguODI1LTYuMDQ1LTI5LjIzNi02LjA0NS0xMC40MTYgMC0xOS45OSAyLjE3MS0yOC44OTcgNi4wNDUuNjcyLS4xNjUgMi42OTMtLjUwMyAzLjM2LS41MDMgNS4yMDkgMCA5Ljc0IDQuNTMgOS43NCA5LjczNGwtLjgzMiA0MS4xNTdINDIuODZjLTUuMjEzIDAtOS43NDktNC41MzEtOS43NDktOS43NCAwLS42NzEuMzQ5LTIuNjgzLjUwOC0zLjM3LTMuODYzIDguOTEyLTYuMDQ0IDE4LjgyNi02LjA0NCAyOS4yNDJzMi4xOCAxOS45ODYgNi4wNDQgMjguODljLS4xNi0uNjczLS41MDgtMi42ODUtLjUwOC0zLjM1MiAwLTUuMjA4IDQuNTM2LTkuNzQgOS43NDktOS43NGg0MC4zMTlsLjgzMiA0MS4xNTRjMCA1LjIwMy00LjUzMSA5LjczNC05Ljc0IDkuNzM0LS42NjcgMC0yLjY4OC0uMzI5LTMuMzYtLjQ5MyA4LjkwNyAzLjg2NCAxOC44MiA2LjA0IDI5LjIzNiA2LjA0IDEwLjQxMSAwIDE5Ljk5LTIuMTc2IDI4Ljg5Ny02LjA0LS42NzcuMTY0LTIuNjg5LjQ5My0zLjM2LjQ5My01LjIxMyAwLTkuNzU0LTQuNTMxLTkuNzU0LTkuNzM0di00MC4zMjZsNDEuMTYxLS44MjdjNS4yMTMgMCA5Ljc0NCA0LjUzIDkuNzQ0IDkuNzM5IDAgLjY2Ny0uMzI0IDIuNjc5LS41MDggMy4zNTFhNzMuMjI1IDczLjIyNSAwIDAwNi4wNTQtMjkuMjIzYzAtMTAuNDI2LTIuMTg2LTE5Ljk5Ni02LjA1NC0yOC45MDguMTg0LjY4Ny41MDggMi42OTkuNTA4IDMuMzcgMCA1LjIwOS00LjUzMSA5Ljc0LTkuNzQ0IDkuNzRoLTQwLjMwOWwtLjg1MS0uODQxeiIgZmlsbD0iIzlmY2RlZiIvPjxwYXRoIHN0cm9rZS1taXRlcmxpbWl0PSIzLjg2NCIgc3Ryb2tlLXdpZHRoPSI1Ljg4NSIgZD0iTTExNS45MyA4Mi44M1Y0Mi41MTRjMC01LjIwMyA0LjU0LTkuNzM0IDkuNzUzLTkuNzM0LjY3MyAwIDIuNjg0LjMzOCAzLjM2MS41MDMtOC45MDctMy44NzQtMTguODI1LTYuMDQ1LTI5LjIzNi02LjA0NS0xMC40MTYgMC0xOS45OSAyLjE3MS0yOC44OTcgNi4wNDUuNjcyLS4xNjUgMi42OTMtLjUwMyAzLjM2LS41MDMgNS4yMDkgMCA5Ljc0IDQuNTMgOS43NCA5LjczNGwtLjgzMiA0MS4xNTdINDIuODZjLTUuMjEzIDAtOS43NDktNC41MzEtOS43NDktOS43NCAwLS42NzEuMzQ5LTIuNjgzLjUwOC0zLjM3LTMuODYzIDguOTEyLTYuMDQ0IDE4LjgyNi02LjA0NCAyOS4yNDJzMi4xOCAxOS45ODYgNi4wNDQgMjguODljLS4xNi0uNjczLS41MDgtMi42ODUtLjUwOC0zLjM1MiAwLTUuMjA4IDQuNTM2LTkuNzQgOS43NDktOS43NGg0MC4zMTlsLjgzMiA0MS4xNTRjMCA1LjIwMy00LjUzMSA5LjczNC05Ljc0IDkuNzM0LS42NjcgMC0yLjY4OC0uMzI5LTMuMzYtLjQ5MyA4LjkwNyAzLjg2NCAxOC44MiA2LjA0IDI5LjIzNiA2LjA0IDEwLjQxMSAwIDE5Ljk5LTIuMTc2IDI4Ljg5Ny02LjA0LS42NzcuMTY0LTIuNjg5LjQ5My0zLjM2LjQ5My01LjIxMyAwLTkuNzU0LTQuNTMxLTkuNzU0LTkuNzM0di00MC4zMjZsNDEuMTYxLS44MjdjNS4yMTMgMCA5Ljc0NCA0LjUzIDkuNzQ0IDkuNzM5IDAgLjY2Ny0uMzI0IDIuNjc5LS41MDggMy4zNTFhNzMuMjI1IDczLjIyNSAwIDAwNi4wNTQtMjkuMjIzYzAtMTAuNDI2LTIuMTg2LTE5Ljk5Ni02LjA1NC0yOC45MDguMTg0LjY4Ny41MDggMi42OTkuNTA4IDMuMzcgMCA1LjIwOS00LjUzMSA5Ljc0LTkuNzQ0IDkuNzRoLTQwLjMwOWwtLjg1MS0uODQxeiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjA5MjQ3Ii8+PHBhdGggZD0iTTk5LjM1IDUzLjg0YzEzLjA5NSAwIDQzLjY3NSAzLjAyMiA0My42NzUgMy4wMjJ2NDYuNzE0cy0zLjUzIDM2LjQ1Mi00My4zMzIgNTQuOTRjLTM5LjgyMS0xOC40ODgtNDMuODQ0LTU0Ljk0LTQzLjg0NC01NC45NFY1Ni44NjJTODYuMjUgNTMuODQgOTkuMzUgNTMuODQiIGZpbGw9IiMxZDMxNTkiLz48cGF0aCBzdHJva2UtbWl0ZXJsaW1pdD0iMy44NjQiIHN0cm9rZS13aWR0aD0iNS44ODUiIGQ9Ik05OS4zNSA1My44NGMxMy4wOTUgMCA0My42NzUgMy4wMjIgNDMuNjc1IDMuMDIydjQ2LjcxNHMtMy41MyAzNi40NTItNDMuMzMyIDU0Ljk0Yy0zOS44MjEtMTguNDg4LTQzLjg0NC01NC45NC00My44NDQtNTQuOTRWNTYuODYyUzg2LjI1IDUzLjg0IDk5LjM1IDUzLjg0eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWQzMTU5Ii8+PHBhdGggc3Ryb2tlLW1pdGVybGltaXQ9IjMuODY0IiBzdHJva2Utd2lkdGg9IjUuODg1IiBkPSJNNjYuMDEgMTA3LjE4aDY4LjAzMk02OC44NTggOTAuMzg1aDYxLjMxNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjA5MjQ3Ii8+PHBhdGggZD0iTTY4LjE4IDU3LjYzbDEuNjg4IDcuMzk0IDcuMDU1LTMuMDI3LTQuODc1IDUuODcgNy4wNjUgMy41MjZINzEuNzFsMS4xODUgNy41NjgtNC43MTUtNS44ODYtNC44NjUgNS44ODYgMS41MDktNy41NjhoLTcuMzg5bDYuNzIyLTMuMzQ3LTQuODctNS43MSA2Ljg4NiAyLjY4OCAyLjAwNy03LjM5NHoiIGZpbGw9IiNmZmYiLz48cGF0aCBzdHJva2UtbWl0ZXJsaW1pdD0iMy44NjQiIHN0cm9rZS13aWR0aD0iLjg0MSIgZD0iTTY4LjE4IDU3LjYzbDEuNjg4IDcuMzk0IDcuMDU1LTMuMDI3LTQuODc1IDUuODcgNy4wNjUgMy41MjZINzEuNzFsMS4xODUgNy41NjgtNC43MTUtNS44ODYtNC44NjUgNS44ODYgMS41MDktNy41NjhoLTcuMzg5bDYuNzIyLTMuMzQ3LTQuODctNS43MSA2Ljg4NiAyLjY4OCAyLjAwNy03LjM5NHoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIvPjxwYXRoIGQ9Ik02Ny41MSAxMjEuNDZsNy4yOTctMzcuMTJoNTAuMjMybDYuNDY1IDM3LjEySDY3LjUxeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIHN0cm9rZS1taXRlcmxpbWl0PSIzLjg2NCIgc3Ryb2tlLXdpZHRoPSIyLjk0IiBkPSJNNjcuNTEgMTIxLjQ2bDcuMjk3LTM3LjEyaDUwLjIzMmw2LjQ2NSAzNy4xMkg2Ny41MXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2IwOTI0NyIvPjxwYXRoIGQ9Ik03Mi4wNCAxMTcuNTlsNi4yMTktMzUuOTQ5aDQzLjE3N2w1LjUzMSAzNS45NDlINzIuMDR6IiBmaWxsPSIjZmZmIi8+PHBhdGggc3Ryb2tlLW1pdGVybGltaXQ9IjMuODY0IiBzdHJva2Utd2lkdGg9Ii4yMDgiIGQ9Ik03Mi4wNCAxMTcuNTlsNi4yMTktMzUuOTQ5aDQzLjE3N2w1LjUzMSAzNS45NDlINzIuMDR6bDQuNTM2LTYuOW01MC4zOTIgNi45bC00LjUzMS02LjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFkMzE1OSIvPjxwYXRoIGQ9Ik0xMTguNDEgODAuMTNzLTEuMzQgMS4xOC0zLjE4Ny44NDFjLTEuNjgyLS4zMjgtNS4wMzgtMi44NDgtOS4wNzEtMi44NDgtNC4wMzMtLjMzOC01Ljg4NSAzLjE4Ny01Ljg4NSAzLjE4N3MtMi44NTMtMy41MjUtNi43MTctMy4xODdjLTQuMDIzIDAtNy41NjMgMi41Mi05LjI0IDIuODQ4LTEuNjgzLjMzOS0zLjM1Mi0uODQxLTMuMzUyLS44NDFsLTQuMzc2IDMwLjU2N3MxLjY4MyAxLjUxOCAzLjcwNCAxLjAyYzIuMDA3LS4zMzggNi4yMS0zLjM1NiAxMC45MTQtMy41NCA0Ljg4LS4xNTQgOC40MDQgNC4wMzggOC40MDQgNC4wMzhzMy4zNjEtNC4xOTIgOC4yMy00LjAzN2M0LjcuMTgzIDguOTA4IDMuMiAxMC45MiAzLjU0IDIuMTg1LjQ5NyAzLjY5LTEuMDIxIDMuNjktMS4wMjFMMTE4LjQxIDgwLjEzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIHN0cm9rZS1taXRlcmxpbWl0PSIzLjg2NCIgc3Ryb2tlLXdpZHRoPSIuMjA4IiBkPSJNMTE4LjQxIDgwLjEzcy0xLjM0IDEuMTgtMy4xODcuODQxYy0xLjY4Mi0uMzI4LTUuMDM4LTIuODQ4LTkuMDcxLTIuODQ4LTQuMDMzLS4zMzgtNS44ODUgMy4xODctNS44ODUgMy4xODdzLTIuODUzLTMuNTI1LTYuNzE3LTMuMTg3Yy00LjAyMyAwLTcuNTYzIDIuNTItOS4yNCAyLjg0OC0xLjY4My4zMzktMy4zNTItLjg0MS0zLjM1Mi0uODQxbC00LjM3NiAzMC41NjdzMS42ODMgMS41MTggMy43MDQgMS4wMmMyLjAwNy0uMzM4IDYuMjEtMy4zNTYgMTAuOTE0LTMuNTQgNC44OC0uMTU0IDguNDA0IDQuMDM4IDguNDA0IDQuMDM4czMuMzYxLTQuMTkyIDguMjMtNC4wMzdjNC43LjE4MyA4LjkwOCAzLjIgMTAuOTIgMy41NCAyLjE4NS40OTcgMy42OS0xLjAyMSAzLjY5LTEuMDIxTDExOC40MSA4MC4xM3oiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFkMzE1OSIvPjxnIGZpbGw9IiMxZDMxNTkiPjxwYXRoIGQ9Ik04My4zMSAxMDEuNTlsLTIuMzE2LjkyOHY0LjdsMi42MDYtMS4wNDR2LS40NzRsLTEuOTQ5Ljc4OXYtMS43NjVsMS42My0uNjU4di0uNDc5bC0xLjYzLjY2OHYtMS41MTlsMS42NTktLjY2N3YtLjQ3OXoiLz48cGF0aCBkPSJNODQuMDUgMTA1Ljg3bC42NTgtLjI2MXYtMS45M2wuNjg2LS4zIDEuMDkzIDEuNTgyLjY1My0uNDUtMS4xNi0xLjU0N2MuNDQtLjQ2NS43NzMtLjk4Ny43NzMtMS42NzggMC0uODI3LS41OTUtLjk2Ny0xLjM1OS0uNjYzbC0xLjM0NC41NDd2NC43em0uNjU4LTQuNDk3bC41NDYtLjIyM2MuNDQtLjE3NC44MDMtLjA5Ni44MDMuNDg0IDAgLjM4Ny0uMTU1IDEuMDY0LS45ODIgMS40MTJsLS4zNjcuMTU1di0xLjgyOHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik04OC4yIDEwMi40NGMuMjU2LS43Mi41MTMtMS40MTIuNzU0LTIuMzA3bC4wMDUtLjAwNWMuMjQyLjc5My40NjUgMS4zODguNzAyIDEuOTkzbC0xLjQ2LjMxOXptLjYtMi45NzRsLTEuOTA2IDUuMDg3LjYyNC0uMTIuNTA4LTEuNDkgMS43OS0uMzcyLjQ4MyAxLjI3MS43NTQtLjE2NC0xLjc1NS00LjMxOC0uNDk4LjEwNnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik05Mi43OSAxMDMuOXYtNC4yNDFsMS41MTguMTk4di0uNDc0bC0zLjY3LS40NTR2LjQ4OGwxLjUwOS4xOHY0LjIzNWwuNjQzLjA2OHpNOTguMjkgMTA2LjQ0bDEuODc2LTMuMjc0LS41OS0uNTMyYy0uNDYuOTM0LS45NTcgMS44NjctMS40MjEgMi45NDVsLS4wMTUtLjAxYy0uNDUtMS43Ny0uOS0zLjQwNC0xLjM1NC01LjAzNGwtLjY2Ny0uMzc3IDEuNzQgNS45NjIuNDMuMzJ6Ii8+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAyLjA2IDEwMC45bC0yLjMxNiAyLjE3MXY0LjY5NmwyLjU5Ni0yLjQyM3YtLjQ3NGwtMS45NDggMS44MjN2LTEuNzc0bDEuNjQtMS41MTR2LS40NzlsLTEuNjQgMS41MTR2LTEuNTE0bDEuNjY4LTEuNTQ3di0uNDc5eiIvPjxwYXRoIGQ9Ik0xMDIuMiAxMDUuNjhsLjY1My0uNDAxdi0xLjk1bC42ODYtLjQ0NCAxLjA5MyAxLjM1OS42NTgtLjYxNC0xLjE4LTEuMjY3Yy40NTUtLjU3Ni43OTMtMS4xODUuNzkzLTEuODY3IDAtLjgwMy0uNjA0LS44MzYtMS4zNjQtLjM0M2wtMS4zNC44MzJ2NC42OTV6bS42NTMtNC42MjhsLjU1Ni0uMzU4Yy40MzUtLjI3Ljc5OC0uMjcuNzk4LjMgMCAuNDAyLS4xNTUgMS4xMDMtLjk4NyAxLjYzNWwtLjM2Ny4yMzJ2LTEuODA5ek0xMDYuMTEgOTkuNzRsLjU1MS0uMDc3Yy41MzctLjA2My44MjIuMTQuODIyLjU1NiAwIC41MDctLjQ5My45NTItMS4wNDkgMS4wM2wtLjMyNC4wMzRWOTkuNzR6bS42NzIgNC4xNWMuOTYyLS4xMjIgMS42NDQtLjc5NCAxLjY0NC0xLjU0OCAwLS43OTMtLjYzMy0xLjA4OC0xLjI0Ny0xLjA0di0uMDE1Yy4zNjctLjEwNi45NTItLjU0Ni45NTItMS4zMiAwLS42LS41MTItLjg4LTEuMjE4LS43OTNsLTEuNDU2LjE3NHY0LjY5bDEuMzI1LS4xNDl6bS0uNjcyLTIuMTI5bC41MjItLjA3MmMuNTIyLS4wNjggMS4wOTMuMTAxIDEuMDkzLjc1OSAwIC41NTYtLjQ1LjktLjk4Mi45NjdsLS42MzMuMDgydi0xLjczNnoiLz48L2c+PHBhdGggZD0iTTEwOS4yNCA5OS4xOHYyLjg3N2MwIDEuMjA0LjUyNyAyLjA0MSAxLjg0MiAyLjM1IDEuMTQ2LjI0NyAxLjgtLjM1MyAxLjgtMS40MTF2LTIuOTU1bC0uNjEtLjE0NXYyLjk2YzAgLjY2Mi0uMyAxLjMtMS4xOSAxLjA4Ny0uODMxLS4xOTgtMS4xOS0uNzk4LTEuMTktMS43NTVWOTkuMzRsLS42NTItLjE2eiIvPjxwYXRoIGQ9Ik0xMTguOTEgMTAyLjc3bC0uNjE5LS4yNjFjLS42NjcuOTYyLTEuMzI1IDEuOTItMS45ODcgMi45NWEyNTkuODMgMjU5LjgzIDAgMDAtMS44MTQtNC42NDNsLS42OTEtLjMxdjQuNjk2bC41NDEuMjQ3di0zLjgzbC4wMDUuMDE1Yy4xOC43IDEuMTYgMy4xMzMgMS43NDYgNC41OTRsLjI2MS4xMmMuNjI5LS45MzMgMS42OTMtMi41MTkgMS44ODEtMi45OThsLjAxLjAydjMuODI1bC42NjcuMjg1di00LjcxeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTg2LjQxIDkyLjY4bC40NS0uMTU1Yy42OTYtLjI0Ni45ODYuMDE1Ljk4Ni41MjMgMCAuNy0uNDAxIDEuMTgtMS4wMyAxLjQ0NWwtLjIwOC4wNzhWOTVsLjE5NC0uMDYzYzEuMDYzLS4zOTYgMS43NDUtMS4zNDkgMS43NDUtMi4xNDIgMC0uOTI0LS42MTktMS4xMzYtMS42MS0uNzc4bC0xLjE3NS40MzV2NC42OWwuNjQ4LS4yMjJWOTIuNjh6Ii8+PHBhdGggZD0iTTg5LjE1IDk2LjAybC42NTMtLjExMXYtMS45NTRsLjY5Ni0uMTIgMS4wODMgMS44NDIuNjUzLS4zMTUtMS4xNy0xLjc5NGMuNDU0LS4zODcuNzgzLS44MjcuNzgzLTEuNTI4IDAtLjgwMy0uNTktMS4wODgtMS4zNDktLjk1M2wtMS4zNDkuMjQydjQuNjl6bS42NTMtNC4zNDdsLjU1MS0uMDk3Yy40NC0uMDY4LjgwMy4wODcuODAzLjY2MiAwIC4zOTItLjE2IDEuMDQtLjk4NyAxLjE4bC0uMzY3LjA3OHYtMS44MjN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNOTMuNSA5NS41N3YtNC42OTZsLS42NTMuMDA1djQuN2wuNjUzLS4wMXoiLz48cGF0aCBkPSJNOTkuMDQgOTMuNDVsLS41NDItLjM2OHYzLjc1M2wtLjAxLS4wMTRjLS4zMTktLjY3Ny0yLjA1LTMuOTA4LTMuMDg1LTUuODI4bC0uNDgzLS4zMTR2NC42OTZsLjUyNy4zNTN2LTMuNzQzbC4wMjkuMDI0Yy4yOC41ODUgMi4wMyAzLjg4MyAzLjA0NiA1Ljc5OGwuNTE4LjM0NHYtNC43eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTEwMi43IDkxLjIxYy0uMzA1LjAyNC0uNzc5LjE3NC0xLjQ0Ni43NS0xLjY4NyAxLjQwNy0yLjYxMSAzLjQxOC0yLjYxMSA0LjU5OCAwIDEuMzEuODUxIDEuNzMyIDIuNTM0LjMzNC42LS41MjIgMS4xNTUtMS4yIDEuNDc1LTEuNjY4bC0uMjU3LS4xODRhNi4xOSA2LjE5IDAgMDEtMS4xODQgMS4zNDRjLTEuMDMuODY2LTEuODQ4Ljc0NS0xLjg0OC0uNDM1IDAtMS4xMDMuNjgyLTIuNTA1IDEuODQ4LTMuNDg3LjUwMy0uNDMgMS4wMDUtLjYxOSAxLjIyOC0uNjE5bC4yNi0uNjMzeiIvPjxwYXRoIGQ9Ik0xMDMuMjQgOTZ2LTQuNjlsLS42NTguMjU2djQuN2wuNjU4LS4yNjZ6TTEwNC44OCA5MS4zOWwuNDQtLjA1M2MuNzAxLS4wMzkuOTkxLjI5NS45OTEuODEyIDAgLjcwMS0uMzk2IDEuMDc0LTEuMDIgMS4xNmwtLjIzMi4wMjV2LjQyNmwuMjA4LS4wMTVjMS4wNjQtLjA5MiAxLjc0LS44NiAxLjc0LTEuNjU0IDAtLjkxOS0uNjA0LTEuMzItMS42MDUtMS4yMjNsLTEuMTguMDk2djQuNzFsLjY1OC0uMDU3VjkxLjM5ek0xMDguNDkgOTUuNzh2LTQuNzFsLS42NjItLjExNnY0LjcxNWwuNjYyLjExMXoiLz48cGF0aCBkPSJNMTExLjc1IDk2LjIyYy0xLjIxNC0uNDA2LTEuNjM0LTEuNjc4LTEuNjM0LTIuNjAyIDAtLjg3NS40NzgtMS42OTcgMS42MzQtMS4zMDUgMS4xNjUuMzkxIDEuNjM0IDEuNTQ3IDEuNjM0IDIuNDM3IDAgLjkyNC0uNDE1IDEuOTA1LTEuNjM0IDEuNDdtMCAuNDg4YzEuNDUuNDk0IDIuMzU1LS4zMDQgMi4zNTUtMS43MTEgMC0xLjMxNi0uOTk2LTIuNjktMi4zNTUtMy4xNTMtMS4zNS0uNDc0LTIuMzUuMjE3LTIuMzUgMS41MjggMCAxLjQxNy45MTQgMi44MTkgMi4zNSAzLjMzNiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTk3LjQ4IDg4LjE5di00LjcwNWwtLjY1OC0uNDkzdjQuNzA1bC42NTguNDkzeiIvPjxwYXRoIGQ9Ik0xMDMuNDEgODEuNzJsLS41MzIuNDJ2My43NTNsLS4wMi4wMWMtLjMwOS0uMjIyLTIuMDQ1LS45MjMtMy4wNy0xLjMzNGwtLjQ5My4zNjJ2NC43MTVsLjUzNy0uNDJ2LTMuNzM5bC4wMTktLjAxNGMuMjg1LjE4NCAyLjAyNi45MTkgMy4wNTEgMS4zNDRsLjUwOC0uMzkxVjgxLjcyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9nPjxnIGZpbGw9IiMxZDMxNTkiPjxwYXRoIGQ9Ik0yOC41NCAxNDIuODdjMi4wMTItMS4wNzQgMi43ODUtMy41OTMgMS43MDItNS42MDVhNC4xMjkgNC4xMjkgMCAwMC01LjU5NS0xLjY5N2MtMi4wMTEgMS4wNzMtMi43OCAzLjU3OC0xLjcwMiA1LjU4YTQuMTUgNC4xNSAwIDAwNS41OTUgMS43MjJNMjYuNCAxMjcuMzNjMy4xNzItLjg1MSAyLjcxMyAxLjQxMiAzLjQ5NiAxLjE5NC4xMTYtLjAzNC4yNDctLjA5Ni4xNzQtLjM1My0uMDM5LS4xNjktLjQ1LTEuMzItLjY1My0yLjExMy0uMzA0LTEuMTIyLS4zOTYtMS43NzUtLjUyMi0yLjMxNi0uMDY4LS4yMjctLjI1Ni0uMjA4LS4zNzItLjE2LS42MTQuMTQuNzE1IDEuOTMtMS4zMyAyLjQ4MWwtOS4yOCAyLjQ4NmMtLjQ1NC4xMTYtLjUzNi4wNzItLjU3NS0uMDItLjAyOS0uMTU0LjI4LS41NDYuMzEtLjU4bDguMzgtMTIuNzA4Yy4zODYtLjYyOS40NC0uODkuNDA2LTEuMDQ0LS4wNjMtLjE5NC0uMzc3LS4xMTItMS4wNDUuMDU4bC0xMy4xNDMgMy41MTVjLTEuNjYzLjQ1LTEuNjEtLjk5Ni0yLjE5LS44NDYtLjEzNi4wNDgtLjE4NC4xNS0uMTM2LjI5LjEzNi41NTEuNDg0IDEuNDk0LjY5MiAyLjI2OC4xOTMuNzM1LjI4IDEuNDAyLjQ2OSAyLjA4NC4wMzQuMTQuMTI2LjIzMi4yODUuMTg5Ljc1NS0uMTk0LS43ODMtMi40ODYgMi4xOS0zLjI4NGw5LjQ5OC0yLjUzNGMuMTc0LS4wNTMuMjQ2LS4wNTMuMjU2IDAgLjAyLjAzLS4wNTguMTQ1LS4xNzQuMzNsLTkuMTU5IDE0LjA2NmMtLjEyLjE4NC0uNDMuNDc0LS4zNTcuNzM1LjA5Ni4zNDguMjguNjcyLjM2NyAxLjAxLjA5Mi4zNjQuMDkyLjcyNi4xOTggMS4xMDMuMDMuMDk3LjE4OS4zMS4zMi4yOC44NC0uMjM2LTEuMjEtMi42MjUgMy41MDUtMy44ODdsOC4zOS0yLjI0NHoiLz48cGF0aCBkPSJNMjUuMyAxMDIuNTdjLS4wOTItNS4yMzctMy41NjQtOC44MzUtOC44NTQtOC43MzgtNC44Ni4wOTItOC4yNSAzLjgzLTguMTY3IDguNjE3LjA3NyA0LjgyNiAzLjY5OSA4LjU3OSA4LjU4OCA4LjQ5NyA0Ljk2MS0uMTAyIDguNTItMy4yODkgOC40MzMtOC4zNzZtLTE2LjIzMy41OGMtLjA4Ny00LjU3NCA0LjAyOC03LjU1OCA4LjMxMi03LjYxMSA0LjM0My0uMDgyIDcuMTQ3IDIuNjIgNy4yMDUgNi4wNTkuMDYzIDQuNjUyLTQuMDg2IDcuNTU4LTguNDI4IDcuNjQtMy43MTkuMDY4LTcuMDIxLTIuMTI3LTcuMDg5LTYuMDg4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMjQuMzggODUuOTZjMS4zODguMjUxLjg0MSAyLjAyNiAxLjM4OCAyLjEyMy4yMzIuMDQzLjMyNC0uMDIuMzU4LS4yMjMuMDI0LS4xNDUgMC0uNi40NjQtMy4xODYuMTA2LS42NjguMzI0LTEuMzAxLjQyLTEuODU3LjA0LS4yMzItLjE3NC0uMjQ3LS4yNDEtLjI1Ny0uNzExLS4xMjUtLjI5IDEuODgyLTIuMjMgMS41NDNsLTExLjgwMy0yLjA4NGMtMS4yMzQtLjIxMy0xLjE1MS0uMDgyLS45NjgtMS4xMTdsLjU4Ni0zLjMwOGMuNDE1LTIuMzggMS45NDgtLjgxMiAyLjEwMy0xLjY3My4wNDgtLjI5NS0uMjI3LS4zMjQtLjQ2OS0uMzM0bC0xLjg2Ni0uMjMyYy0uNTM3LS4wNTMtLjY5Ny4wMy0uNzk4LjU2Ni0uMDgzLjQ2LS4zNTggMi42MDYtMS4xMDMgNi43OTktLjUxMiAyLjk4NC0uOTI4IDQuNzU4LTEuMjQ3IDYuNTUyLS4wODMuNDI2LjU2LjQ5OS44MzEuNTlsMi4xOS42MzRjLjEyNi4wMi4zMS0uMDI0LjMyNS0uMTc5LjA1My0uMjk1LS4yNDctLjM2OC0uNDYtLjQ3OS0xLjE5NC0uNjQzLTEuNTQyLS43MzUtMS4yODYtMi4xOWwuNjYzLTMuNzY3Yy4wODItLjMyNC45NDctLjA2OCAxLjEwNy0uMDU0TDI0LjM4IDg1Ljk2eiIvPjxwYXRoIGQ9Ik0xNS45OSA2Ny42NWMtLjgyNy0uMzgyLS41OS0uODE3LS4yNDItMS41NzcuOTQzLTIuMTE4IDIuNzA4LTMuNzEzIDUuMzI5LTIuNTUzIDIuNjY0IDEuMiAyLjEyMyAzLjQxNCAxLjcxNyA0LjM0My0uNDUgMS4wMTUtLjkyOSAyLjM4NC0xLjM0NSAyLjIxNGwtNS40Ni0yLjQyN3ptNy44MS0xLjU5MWMuMDcyLTEuNzctLjgyMy0zLjYyNy0yLjUtNC4zNjctNC4xNDUtMS44NDItNS44MjMgMy4wOS01Ljk4MiAzLjQzOC0uNDk4IDEuMTAzLS45NTggMi4zNzUtMS41MTQgMy42MjItLjQ4OCAxLjA4OC0uNTIyLjk0OC0uNyAxLjMzNS0uMTE3LjI1Ni0uMDU0LjQ3OS4wNzcuNTQ3LjcyLjMyNC42NzItMS45MTUgMi43MjctLjk5MmwxMC45MjggNC44NjVjMS42NC43MTYuNjQzIDIuMTU3IDEuMTcgMi4zOTQuMTM2LjA2My4yODUuMDI0LjMzNC0uMTA3LjM2Ny0uODE3LjY0My0xLjY4MiAxLjAwNi0yLjQ5Ljc5My0xLjc3NSAxLjA5Ny0yLjI0NCAxLjE5LTIuNDIzLjA4MS0uMTc5LjIwMi0uMzU4LS4wMS0uNDUtLjc0NS0uMzIzLTEuMDcgMi4yMDYtMi45MTIgMS4zODRsLTQuNTM2LTIuMDE3Yy0uMjA4LS4wOTctLjY1Mi0uMTQ1LS4zNDgtLjgyNyAxLjA2OS0yLjQwOC44NTYtMi4xMDggMi40MTMtMi4zNWw0LjgyMS0uNzAxYzEuNTgyLS4yODYgMy4wNjEtLjYzNCAzLjc1My0yLjIuMDgyLS4xOS42MTktMS4zODguMzYyLTEuNTA0LS41MTctLjIzMy0uMTk4IDEuMTY1LTMuMjQ0IDEuNjU4bC03LjAzNiAxLjE4NXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0yNS4xNyA1MS40OWMtMS4yODEtLjkwNC0xLjIzOC0uNzk4LjA1OC0yLjY0LjUzNy0uNzc5IDEuODI4LTIuODYzIDIuODM0LTIuOTAyLjY1NyAwIDEuMzY4Ljk0OCAxLjY5Mi40ODQuMDc3LS4wOTIuMTExLS40ODQtMi4wMjEtMS45NzgtLjIzMi0uMTY0LS40NTUtLjI1Ni0uNTUxLS4wOTctLjQyMS41OTUtMS41ODcgMi40MTgtMS44NjcgMi43OS0uNTU2LjgyMy0xLjMzNSAxLjc3LTMuODg4IDUuNDA3LS4zOTEuNTYtLjM5MS43MzUtLjIzNy44NDYuMjI4LjE2NS41NjEtLjI1Ni43MDEtLjM3Mi45LS45NDMgMS44MTQtLjI4IDIuNjg0LjMyOWw4Ljc4MiA2LjE0MWMuOS42NDMgMS40MDcgMS4wNiAxLjI5IDEuNzEyLS4xMi44MjctLjI5Ljk5Ni0uMDk2IDEuMjA0LjE2LjA5Ny4yOC4wMS40MDEtLjE2NC41MzItLjc2NCAxLjA0NS0xLjYyIDEuNTY3LTIuMzkuOTkxLTEuNTAzIDIuMTMzLTIuODg2IDMuMTUzLTQuMzQyLjU5LS44NjUuOTMzLTEuMjUyLjY3Mi0yLjM1LS4xNzktLjgxMi0uNTAzLTEuNzk0LTEuMi0yLjI1OC0uMDMzLS4wMzktLjI0Ni0uMTYtLjMyOC0uMDE1LS4xODQuMjU3IDEuMzQgMi4yODMtMS43NzUgNi43MzItMS4xMzEgMS42Mi0xLjQ4OSAxLjE0Ni0yLjYyLjM1M2wtMy41NDUtMi40ODZjLS4yOS0uMjA4LS42NTgtLjM4Mi0uMzY4LS43NzhsMS45OTgtMi44NDljMS4xMjYtMS42MiAyLjM1NC4yMTggMi43ODUtLjM3Ny4wOTItLjE0LjA2My0uMjctLjEwNy0uMzgyLS41MjctLjM1OC0xLjA0OS0uNjgyLTEuNTUyLTEuMDItLjYwOS0uNDM2LTEuMjQyLS45MjktMS45MTUtMS40MTItLjE0NS0uMDkyLS40MS0uMTg5LS41MTctLjA0LS4zMjQuNDYgMS41OSAxLjAxNi4xODQgMy4wMTRsLTEuNDYgMi4wOTRjLS41NDIuNzY0LS41MDguNzE1LTEuMTYxLjI2NmwtMy41OTMtMi41MnoiLz48cGF0aCBkPSJNNDYuMDYgNDQuMzFjMS40NjUgMS42NzgtLjE3OSAyLjMzLjE4NCAyLjc0Mi4wOTIuMDk3LjE4OC4xNTUuMzI5LjAyLjEyNS0uMDk3IDEuNzYtMS42NiAxLjkyLTEuNzkuOTA4LS43OTggMS44NzUtMS41MDkgMi43ODUtMi4zMDIgNC45MTctNC4yNTUgNC4zOTUtOC43NzcuODUtMTIuODQ0LTIuODUyLTMuMjkzLTguMDA3LTIuOTg4LTExLjE1NS0uMjUxLTEuNTI4IDEuMzI1LTIuNjE2IDIuNDAzLTMuNzg3IDMuNDI4LS41MzIuNDQ1LTEuMTAyLjgzMi0xLjY1MyAxLjMwMS0uMTAyLjA5Ny0uMjA0LjI3Ni0uMTAyLjM5Mi40Mi40OTggMS4zODgtMS4zNSAyLjk1LjQ2bDcuNjc5IDguODQ0em0tNi41NjItMTAuMzkyYy0uNzMtLjgzNy0uOTA5LTEuMTc1Ljc4OC0yLjY1NSAzLjM4NS0yLjg5NiA3Ljk1LTIuOTYgMTEuMzY4Ljk4MiAzLjU2NCA0LjA5NiAyLjM0NiA3LjU0OS0uMTc5IDkuNzM0LS43OTMuNjc3LTIuMzMgMS42My0zLjQyMyAxLjU2Ny0uMjk1LS4wMDUtLjk4Mi0uOTE0LTEuMjMzLTEuMjA5bC03LjMyMS04LjQxOXpNNjguNDEgMjcuNThjLjUwMy40NSAxLjQzNiAxLjE5IDEuNjY4IDEuNjU5LjQwMi43ODMtLjk2MiAxLjIyMy0uNyAxLjcyNi4wOTYuMjA4LjQ0LjA0NC41NjUtLjAyNC41NjYtLjI4IDEuMDgzLS42NjcgMS42NTQtLjk0OC44NS0uNDQgMS43NjUtLjgwMyAyLjYxLTEuMjMzLjE1LS4wNjMuMy0uMTQuMi0uMzM5LS4yNjItLjUyNy0xLjI0OC41NTctMi4zNTYtLjA3Mi0uODYtLjUxMy0xLjU1Ny0xLjI0OC0yLjI2OC0xLjg2MmwtOS44NS04LjU3OWMtLjE1LS4xMy0uNjA0LS42NjctLjgzNi0uNTQxLS4yNzYuMTQtLjE3LjUxMi0uMDYzIDMuNzc3bC40MzUgMTMuMjI2Yy4wNzcgMS40Ny0xLjA5MyAxLjYzLS44NjYgMi4wNjUuMDU4LjEyLjE3NS4xOTMuMjk1LjEzLjU0Ny0uMjggMS4wNy0uNjQzIDEuNjQtLjkzOC41OS0uMjkgMS4yMjMtLjUwOCAxLjc5OC0uODA4LjI3Ni0uMTM1LjYwNS0uMjIyLjQxMi0uNjE0LS4yODYtLjU1MS0xLjQ1MS44NDctMi4xOTEtLjYxNGEyLjM0MiAyLjM0MiAwIDAxLS4yMzItLjgwN2wtLjE1NS0zLjYxOGMtLjAxNC0uNTQ2LjM2OC0uNzQ0Ljc2NC0uOTQzbDQuNjA4LTIuMzQ1Yy41OC0uMzA1Ljg3LS4wNDggMS4zMy4zMjRsMS41MzggMS4zNzh6bS04LjQ5MS02Ljg4NmMwLS4zMTUuMDk2LS4zNzcuMzMzLS4xNmw0LjYyOCAzLjk5NWMuMjQ3LjIxNy4zMzkuMzQ4LS4xMi41OWwtNC4xNSAyLjA5OGMtLjI3NS4xNS0uNDU0LjEzLS40NjQtLjIyMmwtLjIyNy02LjMwMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik04OS4xMyAxMC44OGMtLjcyLTIuNjk0IDEuMzQtMi4xNDIgMS4xNy0yLjg3Ny0uMDM0LS4xNDUtLjE2LS4yNTctLjI5NS0uMjI4LS4zNjIuMDgzLS41NTEuMjI4LTEuMDgzLjM0NC0uMTA2LjAzNC0uODY2LjEwNi0xLjA4OC4xNjktLjI5LjA0NC0uMzM4LjYzMy0uNDIuOTE0bC0yLjkyNiAxMi4yMDFjLS4xODkuODQ2LS4zIDEuMzY4LS40MTYgMS40MDctLjE2NC4wNDQtLjI5LS4xNS0uNjYyLS41N2wtOC4xNDQtMTAuMzc4Yy0uMTYtLjIzMy0uMzEtLjYwNS0uNjMzLS41NDItLjQwMS4xMTYtLjgwMy4yOS0xLjIxNC4zOTItLjQzNS4wOTItLjg3LjA5Mi0xLjI3Ni4xOTMtLjIwOC4wNDQtLjM3OC4xMzUtLjMzLjM0OC4xNzUuNzY0IDIuMDYtMS4wMSAzLjMwNCA0LjM2Mi41NjUgMi40MzcuODQ2IDQuOTI4IDEuNDM2IDguNzI0LjM4MiAyLjQyOC0xLjMwMSAxLjgwNC0xLjExMiAyLjU5Ny4wMzguMTQuMTMuMjYuMjg1LjIxMy40MTYtLjA4Ny43ODMtLjI3MSAxLjk3My0uNTM3LjY4Ni0uMTY1IDEuNzM2LS4zMSAyLjA0LS4zNzMuMzE1LS4wODIuNTYxLS4xNTQuNTA4LS40MDEtLjE5My0uODE3LTIuMTMyLjcxLTIuNzE4LTIuMzc0bC0xLjU4Ni04LjExYy0uMDI5LS4yMjIuMDItLjM1OC4wOTItLjM3Mi4wODItLjAyNS4yMTguMDE0LjMzLjE4OGw3LjIyMyA5LjA4N2MuMTE3LjE0LjM5Ny42MDQuNjI0LjU1Ni4yMzItLjA0OS4zNzctMS4wNzQuNDQtMS4zMWwyLjUxLTEwLjc2NWMuMTItLjUyNy4yNzYtLjc3My40MzUtLjgyMi4xNDUtLjAyOS4zMjQuMjY2LjQ2LjgzMmwyLjI4MiA4LjgzYy40MTYgMS43MDItMS4xMzYgMS41MjMtLjk4MiAyLjIxNS4wMTUuMDkyLjA5Mi4yMDMuMjk1LjE1LjU3LS4xMzYgMS4yODItLjM5NyAxLjk4OC0uNTUxLjkxOS0uMjE4IDEuNzQtLjMxNSAyLjE4LS40MDcuMjQ3LS4wNjcuNTUyLS4xMjUuNDk0LS4zNjItLjE4NC0uODEzLTEuNjc4LjQ1LTIuMjQtMS40NTFMODkuMTMgMTAuODh6TTk5Ljg4IDEwLjA0Yy4wMjQtMS41NzItLjAyNC0xLjQ3NSAyLjIzNC0xLjQzNi45NDMuMDIgMy4zOC0uMDkyIDMuOTguNzIuMzY3LjU1Mi0uMDM0IDEuNjc4LjUzNiAxLjY4OC4xMzYgMCAuNDctLjE4NC41MTMtMi43OS4wMDUtLjI5LS4wMzQtLjUyNy0uMjE4LS41MjctLjczLS4wMS0yLjg5Ni4wNDgtMy4zNi4wMzgtLjk5Mi0uMDEtMi4yMTUtLjEzNS02LjY1NC0uMjEyLS42OTItLjAxNS0uODI3LjA3Ny0uODI3LjI2NiAwIC4yOTUuNTAzLjMzMy43MDYuNDA2IDEuMjU3LjE4OCAxLjIzOCAxLjMzNSAxLjIxNCAyLjM4NGwtLjE4NCAxMC43MmMtLjAxNSAxLjA5OS0uMDc3IDEuNzUxLS42OTIgMi4wMTctLjc1OS4zNjMtLjk5LjMyNC0xLjA0NC41OTUgMCAuMTk0LjEzNS4yNDcuMzU4LjI1Ni45MjguMDEgMS45MS0uMDQzIDIuODUzLS4wNTMgMS43OTQtLjAyIDMuNTg4LjE2IDUuMzU4LjE4NCAxLjAzLjAyIDEuNTYyLjA4NyAyLjMyLS43Ni41NzYtLjU5IDEuMTktMS40MDYgMS4yMS0yLjI1MyAwLS4wNTMtLjAyLS4yODUtLjE4LS4yODUtLjMwNCAwLTEuMTUgMi40MDgtNi41NjYgMi4zMDItMS45NzgtLjAzNC0xLjc4NC0uNTc2LTEuNzU1LTEuOTc4bC4wNzItNC4zMjhjMC0uMzU4LS4wNTgtLjczNS40MzUtLjczNWwzLjQ4Mi4wNTNjMS45NzguMDI0IDEuMTMyIDIuMDk0IDEuODY3IDIuMDk5LjE1NC4wMS4yNi0uMDg3LjI2LS4zLjAxLS42MjktLjAyNC0xLjI1Mi0uMDE5LTEuODUyLjAyLS43NTQuMDc4LTEuNTU3LjA5Ny0yLjM3LjAxLS4xODMtLjA2OC0uNDU0LS4yNTEtLjQ1NC0uNTcxLS4wMDUuMDM4IDEuODgtMi40MDkgMS44MjhsLTIuNTQzLS4wMzljLS45MzgtLjAxLS44ODUtLjAxLS44NjYtLjgwOGwuMDczLTQuMzc2eiIvPjxwYXRoIGQ9Ik0xMjcuNzkgMjUuMTNjLjA0OC42NzIuMjMyIDEuODQ3LjA4NyAyLjMzNi0uMjQ3Ljg4LTEuNTQ3LjI2LTEuNjg4Ljc5OC0uMDY3LjIyNy4yOS4zMjQuNDM2LjM3Ny42LjE2NCAxLjIzNy4yNTYgMS44NDcuNDI1LjkyOC4yNjEgMS44MjguNjI0IDIuNzUxLjg5LjE2LjA0OS4zMi4wODcuMzY4LS4xMTEuMTY0LS41NjYtMS4yNzctLjQ1LTEuNjY0LTEuNjg4LS4yOTUtLjkyOC0uMjk1LTEuOTU4LS4zODItMi44ODdsLTEuMzY4LTEyLjk5NGMtLjAyLS4xODguMDE0LS45MDQtLjI0Mi0uOTc3LS4yOTUtLjA4Mi0uNDU1LjI2Ni0yLjYxMSAyLjcyOGwtOC43MDQgOS45OGMtLjk2MyAxLjExOC0xLjkxNS40MjYtMi4wNDYuOTA1LS4wMzguMTMgMCAuMjY2LjEzLjMuNTk2LjE3IDEuMjI0LjI1NiAxLjgzMy40My42NDQuMTg0IDEuMjQzLjQ1NSAxLjg3Ny42MzQuMjkuMDg3LjU4NS4yNDYuNzEtLjE2NS4xNi0uNTc1LTEuNjMtLjM2Ny0xLjE4NC0xLjk0OC4wOTItLjMuMjc1LS42LjM4Ny0uNzU1bDIuMzUtMi43MzJjLjM3Mi0uNDA2Ljc3OC0uMyAxLjIwOS0uMTc0bDQuOTU2IDEuNDI3Yy42NDguMTgzLjY4Mi41NS43NTUgMS4xNGwuMTkzIDIuMDZ6bS0xLjUxNC0xMC44MThjLjIwOC0uMjM3LjMzLS4yMDMuMzQ5LjEwMmwuNjU3IDYuMDY4Yy4wMy4zMy4wMS40OTktLjQ4My4zNThsLTQuNDY4LTEuMjg2Yy0uMy0uMDg3LS40MzYtLjIyNy0uMTg0LS40OTNsNC4xMy00Ljc1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTE0MS41NiAxOS4xNWMuODUxLTEuNDU2IDEuODc2LS4xMTEgMi4yMS0uNjcyLjE1NS0uMjUyLS40My0uNTIyLS41MzItLjU3Ni0uNjMzLS4zNjItMS4zMjUtLjY2Mi0xLjk4My0xLjA0NC0uNTUtLjMxLTEuMDEtLjY4Ny0xLjUzNy0uOTg3LS4xMDctLjA2My0uNDg0LS4yMDMtLjU2Ni0uMDUzLS4zNzcuNjM4IDEuNTUyIDEuMTEyLjg2IDIuMzEybC0zLjk2NSA2Ljg1N2MtMS44MDggMy4xMzgtMi41MTkgNi43MDIgMi44MzkgOS44MDIgNS45MTkgMy40MjkgOC41ODgtMS43MzYgOS4xNjMtMi43NDJsMy42NDItNi4zMTVjMS4wODMtMS44NjcgMi4wMi0uNzIxIDIuMzU0LTEuMjkyLjA2OC0uMTI1LS4wMzgtLjMyOC0uMTQtLjM4Mi0uMzY3LS4yMTItLjc3My0uMzM4LTEuMTctLjU3LS43OTMtLjQ1NS0xLjUzOC0xLjAwMS0yLjMyNi0xLjQ0Ni0uMDYzLS4wNDQtLjI2MS0uMDI0LS4zMjkuMDc3LS40NDUuNzc0IDEuOTQ0IDEuMDIuNzQ1IDMuMDk1bC0zLjgwNiA2LjU4NmMtMS4zODcgMi40MDQtMy43MjMgNC40MjUtNy41NDMgMi4yMy0yLjc1Ni0xLjYtNC4wMTktNC4zMTktMi4xNDItNy41NjhsNC4yMjYtNy4zMTJ6TTE0OC4yIDM5LjQ3Yy0uMjEzLjM5Mi44MzcgMi40MzcgMi4xMzcgMy41OTMgNC4wMzMgMy40OTEgNy4wMjIgMi4xNjYgOC4zMTguNjgyIDQuMjYtNC44OTktNC42NDMtOS4yMTctMS43NDYtMTIuNTQgMS40MTItMS42MzggMy41LTEuMDE1IDQuODk4LjIgMS41NjIgMS4zNjggMi4xODEgMy4yNzMgMS4zOTMgNS4yNTYtLjA5Mi4yMTItLjI4NS42OTEtLjA5Mi44Ni4xNzkuMTU1LjMyNC4wNTguNDI2LS4xMDFsMS44MzItMi42NWMuMTU1LS4yMDMuMTAyLS4zNDQgMC0uNDI2LS4xODQtLjE1NC0uMzc3IDAtLjU0MS0uMTI1LS4yNDctLjIxOC0uMjgtMS4zNjktMi40MjgtMy4yNC0yLjA0LTEuNzctNC44NzQtMi4zMzYtNi44MzMtLjA5Mi00LjAzMiA0LjYzNyA0LjgzMSA4Ljk4NSAxLjg1NyAxMi40MTMtMS42MTUgMS44NDctNC4wNzYgMS4zNjgtNS43NjQtLjEwNy0yLjQ1Ni0yLjExOC0xLjkyLTQuODk4LTEuNDE2LTUuODkuMjM2LS40Ni40MjUtLjY2Mi4xNjQtLjg3NS0uMTc0LS4xNS0uNDI2LS4wNDgtLjY2Ny4zNzdMMTQ4LjIgMzkuNDd6TTE2Mi4wNSA1Mi4yMWMtMS4xMDcuODc1LTIuMDctLjczLTIuNTE1LS4zOTItLjE5My4xNC0uMTkzLjI1Mi0uMDcyLjQxNi4xMDIuMTE2LjQ0NS4zOTcgMi4wNjUgMi40NzEuNDIuNTM3Ljc1NCAxLjEyMiAxLjA5NyAxLjU1Ny4xNC4xOC4zMDUuMDMuMzQ5IDAgLjU3NS0uNDUtMS4yMS0xLjQ4LjM0OC0yLjY4OGw5LjQ0OS03LjM3NWMuOTktLjc3NC44MzEtLjgwNyAxLjQ3NC4wMmwyLjA4IDIuNjU0YzEuNDcgMS44OTEtLjcwMSAxLjk5Ny0uMTc0IDIuNjc0LjE5My4yNTIuMzkxLjA1NC41Ni0uMTA2bDEuNDE3LTEuMjQ4Yy40MDctLjM1My40NS0uNTQxLjEyMS0uOTc2LS4yOTUtLjM2OC0xLjY5Ny0yLjAxMi00LjMyOC01LjM1OS0xLjg1Ny0yLjM5My0yLjkwNi0zLjg3OC00LjAyOC01LjMxLS4yNi0uMzM4LS43NDQuMDY0LS45ODEuMjIzbC0xLjk0OSAxLjIxYy0uMTA2LjA1Mi0uMTc5LjIyNi0uMDg3LjM1Ny4xODQuMjM3LjQ0NS4wNzMuNjc3LS4wMjkgMS4yNzItLjQ2NCAxLjU3Ni0uNjQ4IDIuNDcxLjUwM2wyLjM2NSAzLjAyMmMuMTg4LjI3MS0uNTguNzU1LS43MTEuODQ3bC05LjYyOCA3LjUyOXoiLz48cGF0aCBkPSJNMTgxLjQgNTguMTRjLjg0MS0uMzcyLjk5Ni4xMDIgMS4zNS44NjYuOTE4IDIuMTA4Ljk0MiA0LjQ4Ny0xLjY3OSA1LjY2Mi0yLjY2IDEuMTg1LTMuOTgtLjY5MS00LjM3Ni0xLjYyLS40NTUtMS4wMTUtMS4xNi0yLjI5Ny0uNzUtMi40OGw1LjQ1NS0yLjQyOHptLTQuMDQzIDYuODc2YzEuMjcyIDEuMjM0IDMuMjQ1IDEuNzg1IDQuOTIzIDEuMDU1IDQuMTQ0LTEuODU3IDEuNi02LjQwMyAxLjQ0Ni02Ljc1MS0uNTAzLTEuMTM3LTEuMTMyLTIuMzAyLTEuNjg4LTMuNTUtLjQ3OS0xLjEwNy0uMzQ4LTEuMDM1LS41MjctMS40MTctLjExMS0uMjQxLS4zMTktLjM1Ny0uNDQtLjMzMy0uNzM1LjM0My45NjcgMS44MDQtMS4wOTMgMi43MDhsLTEwLjkyOCA0Ljg4Yy0xLjYzNC43Mi0yLjAyMS0uOTgzLTIuNTU4LS43MzEtLjE0LjA0OC0uMjAzLjE3NC0uMTQ1LjMxLjM2OC44MzEuODEzIDEuNTk1IDEuMTc1IDIuNDAzLjc5MyAxLjc4NC45MTkgMi4zMyAxLjAxNiAyLjUyLjA3Ny4xNjguMTEuMzc2LjMzMy4yODUuNzMtLjMxNS0uOTMzLTIuMjU5LjkwNS0zLjA4Nmw0LjUzNS0yLjAwNmMuMjE4LS4xMDcuNTQ3LS40MDIuODQ3LjI4NSAxLjA3OCAyLjQwMy45OTYgMi4wNS4xMzUgMy4zNmwtMi42ODkgNC4wNThjLS44NjUgMS4zNjgtMS41ODYgMi42NzktLjg4NCA0LjI1NS4wNzcuMTg0LjYxNCAxLjM5OC44ODQgMS4yNzIuNTA4LS4yMjctLjc2NC0uOTE5LjkyLTMuNTI1bDMuODM0LTUuOTkyek0xNzkuMjMgODYuNDljLS41Ni4zODctMS41MDkgMS4wOTgtMi4wMTIgMS4yMTQtLjg3LjIwMy0uOTY3LTEuMjE0LTEuNTA4LTEuMDkzLS4yMjguMDQ4LS4xNS40MjUtLjEwNy41NTEuMTM2LjYyLjM3MyAxLjIxOS41MTMgMS44MzguMjIyLjkyOC4zNDMgMS44OS41NiAyLjg0OC4wMzUuMTQ1LjA3My4zMTQuMjcyLjI2MS41OC0uMTMtLjIyMy0xLjM0NC42NTctMi4yNjguNjc3LS43MSAxLjU4MS0xLjIxNCAyLjM1LTEuNzU1bDEwLjcwNi03LjQ4NmMuMTY1LS4xMDYuNzg0LS40MjYuNzM1LS42NjctLjA3Ny0uMy0uNDY0LS4yOS0zLjY1NS0uOTc3bC0xMi45MzUtMi43ODZjLTEuNDUxLS4yOS0xLjMxLTEuNDUtMS43OS0xLjMzNC0uMTQ1LjAyOS0uMjQxLjEyLS4xOTguMjU2LjEzNi41OTUuMzYzIDEuMjA0LjUxMyAxLjgyMy4xNC42Mi4xOTMgMS4yODYuMzQzIDEuOTM0LjA2OC4zLjA4Mi42MzkuNDg0LjU0Ny42MDQtLjE0LS40NTUtMS42MTUgMS4xNS0xLjk4OGEyLjQ5IDIuNDkgMCAwMS44MjMtLjAxbDMuNTU5LjcyNmMuNTIyLjExMS42MTkuNTI3LjcyLjk2MmwxLjE3IDUuMDM0Yy4xNS42MzQtLjE2Ljg1Ni0uNjQ4IDEuMjFsLTEuNzAyIDEuMTZ6bTguNzI4LTYuNTcyYy4zMS4wNjguMzQ0LjE4NC4wODcuMzYzbC01LjAwNSAzLjUzYy0uMjc1LjE2NC0uNDIuMjQyLS41NDYtLjI2NmwtMS4wNC00LjU0NmMtLjA3Mi0uMjgtLjAxLS40NjkuMzQ5LS4zOTFsNi4xNTUgMS4zMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xOTAuODMgOTYuNTZjMi4wNS0uMDM5IDEuNDg0IDEuNjkyIDIuMDIxIDEuNjg4LjI4Ni0uMDEuMzMtLjE1NS4zMy0uNDU1LS4wMDYtLjM1My0uMTE3LS45MDktLjEzNi0yLjI0NC0uMDE1LTEuMTYuMDYzLTEuODkuMDUzLTIuMzk4LS4wMDUtLjI5NS0uMDUzLS40NjQtLjMxLS40NjQtLjQ3My4wMTQtLjI3IDEuOTgyLTEuNDk0IDIuMDE2bC0xMS45MS4yMTNjLTEuMTEyLjAxNC0xLjc4LS4wMjQtMi4wNi0uNjM0LS40MDEtLjc0NC0uMzUzLS45ODEtLjYyOC0xLjAxNS0uMjAzIDAtLjI0Mi4xMzUtLjIzNy4zNTMuMDI5Ljk0My4xMDEgMS45MzkuMTU0IDIuODY3LjA4MyAxLjc3LS4wMzggMy41ODQgMCA1LjM1OCAwIDEuMDM1LS4wMTkgMS41NTguODMyIDIuMjkzLjYyNC41NDYgMS40NSAxLjE0NiAyLjI5NyAxLjEzNi4wNDggMCAuMjg1LS4wMjkuMjctLjIwOC0uMDA0LS4zLTIuNDI3LTEuMDUtMi41MTktNi40OC0uMDQzLTEuOTc4LjUyOC0xLjc5NCAxLjkxLTEuODI4bDExLjQyNy0uMTk4ek0xNzguNzMgMTA4Ljg2Yy0yLjMwMi0uMzE0LTEuMjgxLTIuMDE3LTEuOTQ5LTIuMTMzLS4yMzctLjAyNC0uMzU4LjAyLS40MS40NDUtLjA1NC4zMy0uMDMuODM3LS4yMzggMi4yNDQtLjEzNSAxLjAwNi0uMzc3IDEuOTk3LS40NCAyLjUzNC0uMDUzLjM4Mi4wMS40NzQuMTYuNDk4LjcwNi4wODcuNDU0LTIuMDUgMi4wNC0xLjgyOGwxMi41MDUgMS43NmMxLjczNi4yMzMuOTY4IDEuODM4IDEuNTI0IDEuOTIuMTg4LjAzLjI1Ni0uMDM4LjI5NS0uNDIuMTA2LS43MTYuMTEtMS40NTYuMjIyLTIuMTY3LjExNi0uODcuMzI0LTEuNjg4LjQ0LTIuNTQzLjAzOS0uMTg0IDAtLjI1Ny0uMjIyLS4yNzEtLjUxOC0uMDY4LS4zIDEuODQyLTEuOTkzIDEuNjRsLTExLjkzNC0xLjY3OXoiLz48cGF0aCBkPSJNMTc1Ljc1IDEyNy4wNGMtLjY3Mi4wMjktMS44NTIuMTg0LTIuMzM2LjAyOS0uODYtLjI2Ni0uMjI3LTEuNTM4LS43NjgtMS43MDctLjIxOC0uMDc3LS4zMjQuMjktLjM3My40My0uMTg0LjYtLjI4IDEuMjQ4LS40NjkgMS44MzgtLjI4LjkxOS0uNjQ4IDEuODE4LS45MjggMi43MzItLjA0OS4xNi0uMDk3LjMyNC4wOTYuMzkyLjU2Ni4xNjQuNDgtMS4zIDEuNzE3LTEuNjQuOTQzLS4yODUgMS45NjgtLjI3IDIuOTExLS4zNDNsMTIuOTk4LTEuMTRjLjE5My0uMDE1LjkuMDI4Ljk3Ny0uMjA5LjA4Ny0uMzEtLjI1Mi0uNDc0LTIuNjg0LTIuNjc0bC05LjgxNi04Ljg2NGMtMS4xMDMtLjk3Ny0uMzg3LTEuOTItLjg3LTIuMDYtLjEzMS0uMDUzLS4yNjctLjAyLS4zMS4xMDYtLjE4NC41OTUtLjI3IDEuMjI5LS40NTUgMS44MzMtLjE5OC42MjktLjQ3NCAxLjIzOC0uNjcyIDEuODYyLS4wODcuMy0uMjU2LjU4LjE1NS43MS41OC4xOS4zOTYtMS42MiAxLjk2OC0xLjE0NS4yOTUuMTAxLjU5NS4yOS43NC40MDFsMi43MDMgMi40MDhjLjQwNi4zNjMuMjc2Ljc3NC4xNTUgMS4ybC0xLjUxOSA0LjkzN2MtLjE4OC42MTktLjU2LjY2Mi0xLjE1Ljc0bC0yLjA3LjE2NHptMTAuODYxLTEuMzVjLjIyMi4yMTguMTg5LjMzLS4xMDYuMzYzbC02LjA5OC41NjFjLS4zMjkuMDE1LS40OTggMC0uMzQzLS41MTJsMS4zNjgtNC40NDljLjA3OC0uMjg1LjIxOC0uNDI2LjQ4OC0uMTdsNC42OTEgNC4yMDh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNMTc2LjE0IDEzNy43MWE0LjE1MiA0LjE1MiAwIDAwLTUuNjM4IDEuNTA5Yy0xLjE1MSAxLjk4Mi0uNDcgNC41MzYgMS41MDggNS42NjJhNC4xMzIgNC4xMzIgMCAwMDUuNjQ4LTEuNTIzYzEuMTQ2LTEuOTYzLjQ3LTQuNTAyLTEuNTE4LTUuNjQ4TTM2LjI1IDE0Ni4yNGMxLjMxNS0xLjA2OSAxLjc5LjU2NiAyLjI5Ny4xNi4yMjctLjE4NC0uMjE4LS42NDgtLjI4LS43MzUtLjQ2NS0uNTcxLTEuMDA2LTEuMDg4LTEuNDg1LTEuNjc0LS40MDEtLjUwNy0uNjk2LTEuMDItMS4wNzgtMS40OS0uMDczLS4wNzYtLjM4Ny0uMzY3LS41MDgtLjI1NS0uNTg1LjQ3NCAxLjA1NCAxLjYtLjAzIDIuNDdsLTYuMTU1IDQuOTc3Yy0yLjgwNCAyLjI4Ny00Ljc2MyA1LjM3Ny0uODY1IDEwLjE4NCA0LjI5OCA1LjMxNCA4LjYzNiAxLjQzMSA5LjUzLjcwNmw1LjY3My00LjU3YzEuNjczLTEuMzY5IDIuMTQ3LjAyOSAyLjY1LS4zNzcuMTItLjEwMi4wOTItLjMyLjAxOS0uNDAyLS4yODUtLjMyOC0uNjE0LS42MDQtLjg5LS45NDctLjU4LS43Mi0xLjA3My0xLjQ4LTEuNjYzLTIuMjA2LS4wMzktLjA0OC0uMjMyLS4xMDEtLjMyNC0uMDI5LS42OTYuNTcxIDEuNDQgMS42NDUtLjQxNiAzLjE0NGwtNS45MTkgNC44MDdjLTIuMTU2IDEuNzMtNS4wNjMgMi43ODUtNy44MzgtLjY1My0xLjk5Ny0yLjQ2Mi0yLjE5Ni01LjQzNi43Mi03LjgwNWw2LjU2Mi01LjMwNXpNNDIuNjIgMTY5LjU3Yy0xLjg5NiAyLjY5My0yLjk4OC42NjItMy40NTMgMS4zNC0uMDc3LjA4Ni0uMTM1LjIxNy4wOTIuMzgyLjE0LjA5MSAxLjE5LjcxNSAxLjg2MiAxLjE3NS45NDguNjgxIDEuNDM2IDEuMTIyIDEuODk2IDEuNDYuMTkzLjEzLjMyOC0uMDIuMzg2LS4xMTYuMzczLS41MTctMS43OTQtMS4wMzUtLjU5NC0yLjc2Nmw1LjUxNy03Ljg2OGMuMjc2LS4zOTIuMzcyLS40MDEuNDUtLjM0My4xMjUuMDgyLjE0LjU3NS4xNC42NDhsMS43NyAxNS4xMDJjLjA4Ny43MzUuMjA4Ljk2Ny4zNDMgMS4wNjguMTUuMTA3LjM1OC0uMTQ1Ljc2LS43MTVsNy44MDktMTEuMTQyYy45NzctMS40MTcgMS44NjItLjI3MSAyLjIyLS43NjQuMDgyLS4xMTIuMDQzLS4yMzItLjA2NC0uMzE1LS40NzgtLjMzMy0xLjM1OC0uODIyLTIuMDAxLTEuMjg2LS42MjQtLjQzLTEuMTIyLS44OS0xLjY5My0xLjMwNi0uMTI2LS4wNjctLjI2Ni0uMDkyLS4zNTMuMDQ5LS40NTUuNjM4IDIuMjA1IDEuMzkyLjQ0IDMuOTIybC01LjYzOCA4LjA0NmMtLjEwMi4xNjUtLjE3LjE5OS0uMjAzLjE4LS4wNDQtLjAzNS0uMDYzLS4xNjUtLjA5Mi0uMzg4bC0yLjAyMi0xNi42MzVjLS4wMTktLjIyNy4wMjUtLjY1Ny0uMTg4LS44MDItLjI5LS4yMDMtLjY1OC0uMzUzLS45NDMtLjU0Ny0uMy0uMjI3LS41NDItLjUwMy0uODUxLS43MDEtLjEwMi0uMDcyLS4zMzQtLjEzLS40My0uMDItLjQ4OS43MjEgMi42MTYgMS4yMjQtLjE5IDUuMjM4bC00Ljk3IDcuMTA0ek02MC45NCAxODEuOTZjLS45ODIgMi4xMTMtMi4zMjYuNjMzLTIuNjA2IDEuMjQzLS4wOTcuMjE3LS4wODcuMzUzLjI5NS41MjIuMjk1LjE1Ljc4OC4yNzYgMi4wNzQuODg1LjkyNC40MTYgMS43OTkuOTM4IDIuMjk3IDEuMTY1LjM1OC4xNzQuNDUuMTMxLjUyMi0uMDE5LjMtLjY0My0xLjgzMi0xLjAyLTEuMTUtMi40NzFsNS4zMzgtMTEuNDQxYy43NC0xLjYgMi4wNS0uMzkyIDIuMjgyLS45MTQuMDczLS4xNzQuMDM0LS4yNDItLjMwNC0uNDAxLS42NjgtLjI5NS0xLjM2OS0uNTMyLTIuMDIyLS44MzctLjc4OC0uMzYzLTEuNTE4LS44MTctMi4zMTEtMS4xNy0uMTYtLjA5Mi0uMjMyLS4wNjMtLjMxLjEzLS4yMjIuNDggMS42NzguODQyLjk3NyAyLjM5TDYwLjk0IDE4MS45NnpNNzYuNSAxODkuMzFjLjA5Mi41MTcuMTUgMS41NTIuNTE3IDEuNjM1LjMzNC4wODcuNjczLS42NDggMS4wNi0xLjE1Nmw4LjgyLTEyLjE2MmMuOTk2LTEuNDAzIDEuNTAzLS42NjMgMS42My0xLjE4LjAzMy0uMjAzLS4wODMtLjMzNC0uMzM1LS4zODItLjMxOS0uMDgyLS42ODEtLjA1My0xLjc4NC0uMzMtLjUwOC0uMDk2LS45ODEtLjMxMy0xLjQ4NC0uNDMtLjIzNy0uMDY3LS4zNjMtLjAxOS0uNDE2LjIxOC0uMTMuNTIyIDEuNDUuNDI2IDEuMjA0IDEuNDg1LS4wMjQuNDk4LS40NjQgMS4xODUtLjY3NyAxLjQ4NGwtNi4yNTcgOC45MDNjLS4xOC4yMzctLjMyNC42LS41NjEuNTQ3LS4yNjEtLjA2OC0uMjktLjYzLS41MTgtMS45NTRsLTEuODI4LTEwLjM2M2EyLjY0OCAyLjY0OCAwIDAxMC0uOTM4Yy4xODktLjgyNyAxLjE1Ni0uNjI5IDEuMjEtLjk0My4wMjgtLjE1LS4xNC0uMjcxLS4yNjctLjMxNS0uMzE5LS4wNjctMS4yMTMtLjE3OS0xLjgzMi0uMzI4LS42OTItLjE1LTEuMzc4LS40MTItMi4wODQtLjU2MS0uMjA4LS4wNzMtLjM0OS4wMzMtLjM5Ny4yMzItLjEyLjUwNyAxLjE3LjM0OCAxLjQzMSAxLjg1N2wyLjU2OCAxNC42OHpNOTQuNDEgMTc5LjI1Yy4wNTMtMS41NzIgMC0xLjQ3NSAyLjI1OC0xLjQwNy45MzguMDM4IDMuMzgtLjAyIDMuOTc1LjgwMy4zNTMuNTUtLjA1OCAxLjY3My40OTggMS42ODcuMTQgMCAuNDg0LS4xNzQuNTY2LTIuNzkuMDItLjI2Ni0uMDI0LS41MTMtLjIxMy0uNTE3LS43MzUtLjAyLTIuODkyLS4wMS0zLjM2LS4wMi0uOTg3LS4wMzgtMi4yMS0uMTg0LTYuNjUtLjMyOS0uNjc2LS4wMjktLjgxNy4wNzgtLjgzMS4yNjItLjAxNS4yNzUuNTEyLjM0My42OTYuNCAxLjI2Mi4yMjMgMS4yMjQgMS4zNTUgMS4xODUgMi40MTRsLS4zODIgMTAuNzExYy0uMDM0IDEuMTAzLS4xMDcgMS43NS0uNzIgMi4wMjEtLjc2LjMzOS0uOTk3LjI5NS0xLjA2LjU2NiAwIC4xOTguMTM2LjI0Mi4zNDkuMjUyLjkzOC4wMzggMS45MjQgMCAyLjg2Ny4wMDUgMS43OS4wMTkgMy41NjkuMjI3IDUuMzUzLjI4IDEuMDMuMDQ0IDEuNTUyLjEwNiAyLjMzNi0uNzE2LjU3NS0uNTk0IDEuMjE4LTEuMzkyIDEuMjUyLTIuMjM5IDAtLjAzMy0uMDItLjI4NS0uMTkzLS4yODUtLjI5NS0uMDEtMS4xNzUgMi4zNzQtNi42MDEgMi4xODYtMS45NzgtLjA1OC0xLjc3LS42Mi0xLjcyMi0yLjAwN2wuMTYtNC4zMThjLjAwNS0uMzYzLS4wNTMtLjc2NC40NDUtLjc0NWwzLjQ3Ny4xMTZjMS45NzMuMDc3IDEuMDk3IDIuMDk5IDEuODI4IDIuMTQ3LjE2NC4wMDUuMjYtLjA5Ny4yNjUtLjMuMDMtLjYzMy0uMDA1LTEuMjU3LjAyLTEuODU3LjAzNC0uNzU5LjA5Ni0xLjU1Mi4xMy0yLjM3OS4wMS0uMTc0LS4wNTMtLjQ0LS4yMzctLjQ0LS41NzUtLjAyIDAgMS44NzItMi40NDIgMS43OGwtMi41MzgtLjA3OGMtLjkzOC0uMDI5LS44OTUtLjAyOS0uODY2LS44NDFsLjE1NS00LjM2MnoiLz48cGF0aCBkPSJNMTA4LjkxIDE3OC4zYy0uMTI2LS45MTQuMzc3LS45MjQgMS4yMDktMS4wNTkgMi4yNzctLjMwNSA0LjU4LjM0MyA0Ljk4IDMuMTc3LjQwMiAyLjg3Ny0xLjc2NCAzLjYxNy0yLjc3NSAzLjc2Mi0xLjA4OC4xNTUtMi41MTUuNDg0LTIuNTgyLjAyNWwtLjgzMi01LjkwNXptNS40OTggNS43N2MxLjUzOC0uODg2IDIuNjE2LTIuNjIyIDIuMzctNC40MzUtLjYzNC00LjQ5OC01LjcxMS0zLjMwOC02LjEwMy0zLjI1LTEuMjA0LjE3NC0yLjUxNS40NDUtMy44NjkuNjM4LTEuMTc1LjE3NS0xLjA3OC4wNjMtMS40OTQuMTEyLS4yOC4wNDgtLjQ1LjIxNy0uNDI1LjM1My4xMDEuNzgzIDEuOTczLS40NDUgMi4yOTIgMS43ODRsMS42NTggMTEuODYyYy4yNTIgMS43NTUtMS40OTQgMS42NzgtMS40MTIgMi4yNTQuMDIuMTQ1LjEzMS4yNTEuMjY2LjIyMi44OTUtLjEzIDEuNzU2LS4zMzggMi42NDYtLjQ3IDEuOTM0LS4yNjUgMi40OC0uMjUgMi42OTMtLjI4NC4xODktLjAyLjM5Mi0uMDE1LjM2My0uMjQyLS4xMTItLjc5My0yLjQyMy4yNzUtMi43MTgtMS43MjdsLS42NzctNC45MDhjLS4wMzQtLjI0Ni0uMjMyLS42MzMuNTA4LS43NDUgMi42MDYtLjM1MyAyLjI1My0uMzcyIDMuMjY5LjgwM2wzLjE2MiAzLjcxYzEuMDY0IDEuMjAzIDIuMTM3IDIuMjYyIDMuODQgMi4wMi4yMDgtLjAxOSAxLjUxMy0uMjE3IDEuNDc0LS40ODMtLjA3Ny0uNTYxLTEuMDk3LjQ2NC0zLjEzMy0xLjg3MWwtNC43MS01LjM0NHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxnPjxwYXRoIGQ9Ik0xMjcuOTUgMTg4LjQ5Yy4yMzcuMzY4IDIuNTM5LjQ1IDQuMTc4LS4xNSA1LjAxLTEuODIzIDUuMzEtNS4wNzMgNC42MjgtNi45NC0yLjIyNS02LjA4OC0xMC4zLS4zOTYtMTEuODE4LTQuNTQtLjczLTIuMDMxLjgxMi0zLjU1IDIuNTU4LTQuMTgzIDEuOTUzLS43MDEgMy45MDctLjMyIDUuMjY2IDEuMzM1LjE0LjE2OS40NjQuNTc1LjcuNTAzLjIzMy0uMDk3LjIxNC0uMjU3LjExNy0uNDI2bC0xLjQyMi0yLjg4MmMtLjEwMS0uMjMyLS4yNDItLjI3Ni0uMzY3LS4yMTgtLjIyOC4wODctLjE4NC4zNDQtLjM3Ny40MTYtLjMxLjEwNy0xLjMyNS0uNDE2LTQuMDA0LjU1Ni0yLjU0LjkxOS00LjQwNiAzLjEyOS0zLjM5NSA1LjkyOSAyLjA5OSA1Ljc2OSAxMC4xOTguMTE2IDExLjc1NSA0LjM4Ni44NDYgMi4zMTYtLjc4MyA0LjIzMS0yLjg4MiA1LjAxLTMuMDQ2IDEuMDk4LTUuMjA4LS43MS01Ljg1MS0xLjY0NC0uMjgtLjQyMS0uMzY4LS42NzctLjY3Ny0uNTctLjIyMi4wNjctLjI0Ny4zNjIuMDE0Ljc2OGwxLjU3NyAyLjY1ek0xNDMuOTggMTgwLjE2YzEuMTI3IDIuMDMxLS44NDYgMi4yMzktLjUxNyAyLjg0OC4xMTYuMTk0LjIyNy4yNzYuNjA5LjA0OS4yODUtLjE0NS42NjctLjQ2NSAxLjkyNC0xLjE2Ni44ODUtLjQ5MyAxLjgwOS0uOSAyLjI4OC0xLjE0Ni4zNDgtLjE5OC4zNzctLjI5NS4zMDQtLjQ1LS4zNTgtLjYxNC0xLjkxNS44NzYtMi42ODgtLjUyMmwtNi4xMzItMTEuMDRjLS44NDYtMS41MzMuODk1LTEuOTEuNjItMi4zNzktLjA4OC0uMTctLjE3NS0uMTctLjUwNC4wMi0uNjQzLjMzOC0xLjIyOC43NzMtMS44NjYgMS4xMTctLjc3LjQ0LTEuNTQzLjc2NC0yLjMwMiAxLjE4NC0uMTcuMTAyLS4xOTMuMTU1LS4wODcuMzM5LjI1Ni40NSAxLjY3OC0uODcgMi41My42MTlsNS44MjEgMTAuNTI4ek0xNTcuMSAxNzIuMzljLjg2IDEuMTEyLS43NDUgMi4wNi0uMzk3IDIuNTEuMTQ2LjE5My4yNDcuMTk4LjQxMi4wNzIuMTA2LS4wOTYuNDEtLjQ0NSAyLjQ4NS0yLjA2LjUyNy0uNDIgMS4xMTctLjc1IDEuNTUyLTEuMDk3LjE4LS4xNC4wNDQtLjMtLjAxLS4zNTMtLjQ0NS0uNTc2LTEuNDc1IDEuMjA5LTIuNjg0LS4zMzlsLTcuMzc0LTkuNDU5Yy0uNzY5LS45ODEtLjgxMi0uODMxLjAyLTEuNDhsMi42NTktMi4wNzRjMS44ODEtMS40NzUgMS45ODcuNzE2IDIuNjc0LjE4OC4yNDItLjE4OC4wNDktLjQxLS4xMTYtLjU4bC0xLjI1Mi0xLjQwMmMtLjM1OC0uNDExLS41MzctLjQ1LS45NTgtLjEyNi0uMzcyLjI5NS0yLjAxNiAxLjY5Ny01LjM2NyA0LjMxOC0yLjM5NCAxLjg3Ny0zLjg3OCAyLjkwNy01LjMyIDQuMDQzLS4zMzMuMjYxLjA3My43MzUuMjI4Ljk3MmwxLjE5OSAxLjk1NGMuMDgyLjA5Ny4yNTEuMTc0LjM1OC4wODIuMjQyLS4xODkuMDc3LS40NC0uMDItLjY2Mi0uNDU0LTEuMjgyLS42MzgtMS41OTEuNTEzLTIuNWwzLjAyMi0yLjM1Yy4yNzEtLjE4Ljc0NS41NjUuODU2LjcxbDcuNTIgOS42MzN6TTE2NS41NSAxNTUuMDFjLjMzNC4wNDQuOTE5LjA4MiAxLjI1Ny4zNzJsNC4yOSAzLjc0M2MxLjI1NyAxLjA4My0uMzgzIDIuMDUuMSAyLjQ5LjIwOS4xNy4zMTUuMDY4LjQ1LS4wODYuMTQtLjE1NS42My0uODUxIDEuMzExLTEuNjU0LjU4LS42NTMgMS41MzgtMS42NCAxLjc4LTEuODc2LjIxNy0uMjc2LjMzMy0uNDM2LjE2OS0uNTc2LS41MzctLjQ4My0xLjMxNSAxLjQxNy0yLjg1My4wNjhsLTQuMzU3LTMuNzc3Yy0uMjYxLS4yMzItLjIyNy0uNDUtLjQyNi0xLjEyN2wtMS43MDctNS44NDZjLS4xOTMtLjY2My0uNDg4LTEuMzItLjM1My0yLjA1LjAzLS4xODQuMjI4LS41NTcuMDMtLjczNi0uMDg4LS4wNTgtLjI5LS4wNzItLjM4Ny4wMy0uNDQ1LjUwNy0uODI3IDEuMDg3LTEuMjY3IDEuNTk1LS4zNjguNDE2LS44MjIuODEzLTEuMiAxLjIzMy0uMTYuMTk0LS4yOC4zOTctLjA0OC42MS40MjYuMzY3IDEuMjA0LTEuMjg3IDIuMDctLjUyOC40ODMuNDA3LjU3LjkyNC42NjIgMS4yMjRsMS4zNjQgNC40MDVjLjExMS4zMzkuMTQ1LjU1Mi4wNzIuNjI5LS4xMDEuMTItLjI5NS4xMjYtLjYzMy4wODdsLTUuMjk1LS44MzJjLS4yNTYtLjAzNC0uNzItLjA2My0xLjAwNi0uMzE5LS41MDgtLjQ0LjE5OC0xLjI4Ni0uMTA2LTEuNTU3LS4xNTUtLjE0NS0uMzczLjA2My0uNDcuMTg0LS4xNTQuMTc5LS40OTMuNzI1LTEuMDEgMS4zLTEuMDUgMS4yMjQtMS40MTcgMS40OTUtMS44MzMgMS45NjktLjEwMS4xMTYtLjA1My4zNTguMDY4LjQ2LjMuMjcuODUxLS43OTkgMi4wMDctLjZsNy4zMiAxLjE2NXoiLz48L2c+PC9nPjxwYXRoIGQ9Ik03MS44NCAxMzQuOTRsNTYuNDg5LS4wNDhzLTExLjE5NCAxMy40NDMtMjguNTU0IDIyLjUxNWMwIDAtMTAuNDk4LTQuMjAzLTI0LjM2Ny0xNi43OWwtMy4xNDMtNC40Mi0uNDI2LTEuMjU4eiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjOWZjZGVmIi8+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjMuODY0Ij48cGF0aCBzdHJva2Utd2lkdGg9IjIuNTI0IiBkPSJNNzEuODQgMTM0Ljk0bDU2LjQ4OS0uMDQ4cy0xMS4xOTQgMTMuNDQzLTI4LjU1NCAyMi41MTVjMCAwLTEwLjQ5OC00LjIwMy0yNC4zNjctMTYuNzlsLTMuMTQzLTQuNDItLjQyNi0xLjI1OHoiIHN0cm9rZT0iIzlmY2RlZiIvPjxwYXRoIHN0cm9rZS13aWR0aD0iMy4zNjEiIGQ9Ik0xMjkuMTMgMTM0Ljg5Yy0yLjE5LjIwOC00LjIwNy0uNDkzLTUuNDc5LTEuMzM1LTEuMTY1Ljg0Mi0yLjg1MyAxLjUtNC43IDEuNS0yLjAwNy0uMTY1LTMuNzA0LS42NTgtNC43MDUtMS4zNC0xLjE3NS42ODItMi44NDMgMS4zNC00LjcwNSAxLjM0LTEuODQ3LS4xNjUtMy41MTUtLjY1OC00LjUzNi0xLjM0LTEuMTcuODQ2LTMuMTkxIDEuMzQtNS4wMzggMS4zNHMtMy42OTUtLjQ5NC00LjctMS4xNjZjLTEuMTguNjcyLTIuODYzIDEuMTY1LTQuNjk2IDEuMTY1LTEuODU3IDAtMy41NC0uNDkzLTQuNTUtMS4zNGE4LjE2NyA4LjE2NyAwIDAxLTQuNyAxLjUyNGMtMi4wMjItLjE4NC0zLjY5NS0uNjc3LTQuNzA1LTEuMzQ5LTEuMTcuNjcyLTQuMTgzIDEuNjc4LTYuNTUzIDEuMTY1IiBzdHJva2U9IiNiMDkyNDciLz48cGF0aCBzdHJva2Utd2lkdGg9IjIuNTI0IiBkPSJNOTkuMzUgNTMuODRjMTEuNzg5IDAgNDMuNTIgMi44NTMgNDMuNTIgMi44NTN2NDYuNTk4cy0zLjUyNSAzNi4zNTUtNDMuMjUgNTQuNzk0Yy0zOS43MjQtMTguNDM5LTQzLjc0My01NC43OTQtNDMuNzQzLTU0Ljc5NFY1Ni42OTNzMzEuNjkyLTIuODUzIDQzLjQ3Mi0yLjg1M3oiIHN0cm9rZT0iI2IwOTI0NyIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: top center;
}

@media screen and (min-width: 1200px) {
  .trail-node--logo .trail-node__content {
    background-size: 130px;
    padding-top: 135px;
    margin-top: -45px;
    text-align: left;
    background-position: top left;
  }
  .trail-node--logo .trail-node__content .trail-node__headline {
    font-size: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .trail-node--bypass.trail-node--4 {
    position: relative;
  }
  .trail-node--bypass.trail-node--4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    border-bottom: none;
    border: 6px dashed #9a8146;
    border-bottom: 0;
    left: 0;
    top: -45px;
    z-index: 1;
    border-radius: 50% / 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.trail-node--0 {
  order: 1;
}

@media screen and (min-width: 1200px) {
  .trail-node--0 {
    width: 480px;
    text-align: left;
  }
}

.trail-node--0:before {
  content: '';
  position: absolute;
  border-bottom: 4px dashed #9a8146;
  top: 15px;
  left: 100%;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .trail-node--0:before {
    width: 95px;
  }
}

.trail-node--1 {
  order: 2;
}

@media screen and (min-width: 1200px) {
  .trail-node--1 {
    order: 2;
    width: 300px;
  }
}

.trail-node--1:before {
  content: '';
  position: absolute;
  border-left: 4px dashed #9a8146;
  top: 0;
  height: calc(100% - 10px);
}

.trail-node--2 {
  order: 4;
}

@media screen and (min-width: 1200px) {
  .trail-node--2 {
    order: 3;
    width: 300px;
  }
}

.trail-node--2:before {
  content: '';
  position: absolute;
  border-bottom: 4px dashed #9a8146;
  top: 15px;
  width: 100px;
  right: 70%;
}

@media screen and (min-width: 768px) {
  .trail-node--2:before {
    right: 160px;
    width: 180px;
  }
}

.trail-node--3 {
  order: 3;
}

@media screen and (min-width: 1200px) {
  .trail-node--3 {
    order: 6;
    width: 530px;
  }
  .trail-node--3 .trail-node__content {
    max-width: 350px;
    margin: 0 auto;
  }
}

.trail-node--3:before {
  content: '';
  position: absolute;
  border-left: 4px dashed #9a8146;
  top: 0;
  height: calc(100% + 10px);
}

.trail-node--4 {
  order: 5;
}

@media screen and (min-width: 1200px) {
  .trail-node--4 {
    width: 190px;
  }
}

.trail-node--4:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 0 100px 0 0;
  border-right: 4px dashed #9a8146;
  border-top: 4px dashed #9a8146;
}

.trail-node--4:before {
  content: '';
  position: absolute;
  border-bottom: 4px dashed #9a8146;
  top: 37px;
  width: 100px;
  left: 70%;
}

@media screen and (min-width: 768px) {
  .trail-node--4:before {
    left: 160px;
    width: 180px;
  }
}

.trail-node--5 {
  order: 6;
}

@media screen and (min-width: 1200px) {
  .trail-node--5 {
    order: 4;
    width: 350px;
  }
}

@media screen and (min-width: 1200px) {
  .trail-node--0:before, .trail-node--0:after,
  .trail-node--1:before,
  .trail-node--1:after,
  .trail-node--2:before,
  .trail-node--2:after,
  .trail-node--3:before,
  .trail-node--3:after,
  .trail-node--4:before,
  .trail-node--4:after,
  .trail-node--5:before,
  .trail-node--5:after {
    content: none;
  }
}

@media screen and (min-width: 1200px) {
  .trail-node--3,
  .trail-node--4,
  .trail-node--5 {
    margin-top: 60px;
  }
}

.trail-node__headline, .trail-node__byline {
  background: #2b2d30;
}

.trail-node__headline {
  padding-top: 10px;
  font-weight: 600;
  font-family: 'helvetica-neue-roman', sans-serif;
  line-height: 1;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .trail-node__headline {
    font-size: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .trail-node__headline {
    font-size: 40px;
  }
}

.trail-node__headline:only-child {
  padding-bottom: 10px;
}

.trail-node__byline {
  padding-bottom: 10px;
}

.trail-more {
  margin: 0 auto;
  font-family: 'helvetica-neue-roman', sans-serif;
  line-height: 1;
  font-weight: bold;
  max-width: 500px;
}

@media screen and (min-width: 1200px) {
  .trail-more {
    max-width: none;
  }
}

.trail-top {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .trail-top {
    display: flex;
  }
}

.trail-top:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 50px;
  border-right: 4px dashed #9a8146;
  border-bottom: 4px dashed #9a8146;
  top: 0;
  right: 25%;
}

@media screen and (min-width: 1200px) {
  .trail-top:after {
    content: none;
  }
}

.trail-top__txt {
  font-size: 20px;
  width: 55%;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .trail-top__txt {
    font-size: 35px;
    width: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 150px;
    position: relative;
  }
  .trail-top__txt:before {
    content: '';
    position: absolute;
    z-index: auto;
    height: calc(100% + 30px);
    top: 0;
    left: 60px;
    border-left: 6px dashed #9a8146;
  }
}

.trail-top__txt span {
  display: block;
}

.trail-top__txt span:nth-child(2) {
  color: #9a8146;
}

@media screen and (min-width: 1200px) {
  .trail-top__txt span {
    z-index: 1;
    background: #2b2d30;
  }
  .trail-top__txt span:first-child {
    padding-top: 10px;
  }
  .trail-top__txt span:nth-child(2) {
    padding-bottom: 10px;
  }
}

.trail-top__video {
  padding: 45px 0;
  position: relative;
}

.trail-top__video:before, .trail-top__video:after {
  content: '';
  position: absolute;
  border-left: 4px dashed #9a8146;
  left: calc(25%);
  height: 40px;
}

@media screen and (min-width: 1200px) {
  .trail-top__video:before, .trail-top__video:after {
    content: none;
  }
}

.trail-top__video:before {
  top: 0;
}

.trail-top__video:after {
  bottom: 0;
}

@media screen and (min-width: 1200px) {
  .trail-top__video {
    padding: 0;
  }
}

.trail-bottom {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .trail-bottom {
    margin-top: 50px;
    justify-content: space-between;
    position: relative;
  }
  .trail-bottom:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100%);
    border-bottom-width: 6px;
    border-bottom-style: dashed;
    border-bottom-color: #9a8146;
    left: 0;
    bottom: 60px;
  }
}

.trail-bottom__txt {
  font-size: 24px;
  width: 55%;
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
  .trail-bottom__txt {
    margin-top: 0;
    font-size: 35px;
    width: 30%;
    z-index: 1;
    background: #2b2d30;
  }
}

.trail-bottom__link {
  width: 43%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .trail-bottom__link {
    width: auto;
    margin-left: 0;
    padding-left: 30px;
    z-index: 1;
    background: #2b2d30;
  }
}

.trail-bottom__link a {
  display: block;
  padding: 10px 15px;
  background: white;
  border: 2px solid #9a8146;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 25px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .trail-bottom__link a {
    font-size: 30px;
    padding: 16px 24px;
    padding-right: 60px;
  }
}

.trail-bottom__link a:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 3px solid #9a8146;
  border-top: 3px solid #9a8146;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

.standalone-trail {
  background: #2b2d30;
  color: white;
  padding: 40px 0;
}

.standalone-trail--light {
  background: white;
  color: #9a8146;
}

.standalone-trail--light .trail-node__content h2 {
  color: #26282a;
  background: white;
}

.standalone-trail--light .trail-node__headline, .standalone-trail--light .trail-node__byline {
  background: white;
}

.standalone-trail--light .trail-node--dot .trail-node__content:after {
  background: white;
}

.standalone-trail--light .trail-node--bypass .trail-node__content {
  color: #d5c7a4;
}

@media screen and (min-width: 1200px) {
  .standalone-trail--light .trail-node--bypass .trail-node__content {
    background: white;
  }
}

.standalone-trail--light .trail-node--logo .trail-node__content .trail-node__headline {
  color: #26282a;
}

/* Module: S */
.map-dates {
  background: #2b2d30;
  color: white;
  position: relative;
}

@media screen and (min-width: 1700px) {
  .map-flourish--left:before, .map-flourish--left:after,
  .map-flourish--right:before,
  .map-flourish--right:after {
    content: '';
    position: absolute;
    border: 2px solid #9a8146;
  }
  .map-flourish--left:before, .map-flourish--left:after {
    right: 0;
    border-right: 0;
  }
  .map-flourish--left:before {
    height: 350px;
    top: -225px;
    width: 175px;
    border-top-left-radius: 177px;
    border-bottom-left-radius: 177px;
  }
  .map-flourish--left:after {
    height: 500px;
    top: -300px;
    width: 250px;
    border-top-left-radius: 252px;
    border-bottom-left-radius: 252px;
  }
  .map-flourish--right:before, .map-flourish--right:after {
    left: 0;
    border-left: 0;
  }
  .map-flourish--right:before {
    height: 350px;
    bottom: -75px;
    width: 175px;
    border-top-right-radius: 177px;
    border-bottom-right-radius: 177px;
  }
  .map-flourish--right:after {
    height: 500px;
    bottom: -150px;
    width: 250px;
    border-top-right-radius: 252px;
    border-bottom-right-radius: 252px;
  }
}

.map-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.map-hero-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}

@media screen and (min-width: 768px) {
  .map-hero-feature {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-feature {
    min-height: 645px;
  }
}

.map-hero-feature h2 {
  margin: 0;
  font-weight: 600;
  font-family: 'helvetica-neue-roman', sans-serif;
  font-size: 30px;
  background: white;
  text-align: center;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .map-hero-feature h2 {
    text-align: left;
    width: calc(100% - 300px);
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-feature h2 {
    font-size: 60px;
    width: calc(100% - 500px);
    padding-top: 80px;
  }
}

.map-hero-feature:after {
  display: none;
  content: '';
  width: 50px;
  height: calc(100% - 160px);
  border-right-width: 4px;
  border-right-style: dashed;
  border-right-color: #9a8146;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .map-hero-feature:after {
    display: block;
    left: 14%;
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-feature:after {
    left: 50px;
    border-right-width: 6px;
  }
}

.map-hero-feature__image {
  bottom: 0;
  right: 0;
  height: 300px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .map-hero-feature__image {
    position: absolute;
    width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-feature__image {
    height: 620px;
    width: 620px;
  }
}

.map-hero-feature__image img {
  object-fit: contain;
  object-position: bottom;
  display: block;
  height: 100%;
  width: 100%;
}

.map-hero-icons, .study-hero-icons__container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .map-hero-icons, .study-hero-icons__container {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-icons, .study-hero-icons__container {
    margin-top: 40px;
  }
}

.map-hero-icons-item, .study-hero-icons__item {
  position: relative;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .map-hero-icons-item, .study-hero-icons__item {
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 0;
  }
}

.map-hero-icons-item:first-child, .study-hero-icons__item:first-child {
  margin-top: 0;
}

.map-hero-icons-item:first-child:before, .study-hero-icons__item:first-child:before {
  content: none;
}

.map-hero-icons-item:before, .study-hero-icons__item:before {
  content: '+';
  display: block;
  position: absolute;
  font-family: 'helvetica-neue-roman', sans-serif;
  color: #9a8146;
  font-size: 40px;
  font-weight: bold;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .map-hero-icons-item:before, .study-hero-icons__item:before {
    top: 10px;
    left: -40px;
    transform: translateX(0);
  }
}

.map-hero-icons-item__image {
  width: 100%;
  height: 80px;
}

.map-hero-icons-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-hero-icons-item__content {
  text-align: center;
  padding: 0 20px;
}

.map-hero-icons-item__content h3 {
  font-size: 20px;
  margin: 0;
  font-family: 'helvetica-neue-roman', sans-serif;
  color: #26282a;
}

.map-hero-testimonials {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .map-hero-testimonials {
    max-width: none;
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-video {
    display: flex;
    flex-direction: row-reverse;
  }
}

.map-hero-video--top {
  position: relative;
  padding-top: 50px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .map-hero-video--top {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}

.map-hero-video--top:before, .map-hero-video--top:after {
  content: '';
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .map-hero-video--top:after {
    height: 1px;
    width: calc(100% - 760px);
    border-bottom-width: 6px;
    border-bottom-style: dashed;
    border-bottom-color: #9a8146;
    right: 75px;
    z-index: -1;
    bottom: 60px;
  }
}

.map-hero-video--top:before {
  width: 1px;
  height: calc(100% - 210px);
  z-index: -1;
  border-right-width: 4px;
  border-right-style: dashed;
  border-right-color: #9a8146;
  left: 50%;
  top: 10px;
}

@media screen and (min-width: 1200px) {
  .map-hero-video--top:before {
    top: 0;
    height: calc(100% - 10px);
    left: auto;
    right: 60px;
    border-right-width: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-video--top .map-hero-testimonials__content {
    padding-bottom: 50px;
  }
}

.map-hero-video--bottom {
  padding-bottom: 50px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .map-hero-video--bottom {
    padding-bottom: 90px;
  }
}

.map-hero-video--bottom:before, .map-hero-video--bottom:after {
  content: '';
  position: absolute;
}

.map-hero-video--bottom:before {
  left: 50%;
  top: 200px;
  height: calc(100% - 220px);
  border-left: 4px dashed #9a8146;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .map-hero-video--bottom:before {
    z-index: auto;
    height: calc(100% + 90px);
    top: 0;
    left: 60px;
    border-left: 6px dashed #9a8146;
    z-index: 1;
  }
}

.map-hero-video--bottom:after {
  bottom: -30px;
  width: 25%;
  z-index: 1;
  height: 50px;
  border: 4px dashed #9a8146;
  border-right: none;
  border-bottom: none;
  left: 80px;
}

@media screen and (min-width: 430px) {
  .map-hero-video--bottom:after {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-video--bottom:after {
    height: 0;
    border: none;
    border-bottom: 6px dashed #9a8146;
    left: 70px;
    bottom: auto;
    top: 30px;
    width: calc(100% - 755px);
  }
}

@media screen and (min-width: 1200px) {
  .map-hero-video--bottom .map-hero-testimonials__content {
    padding-right: 50px;
    z-index: 1;
  }
}

.map-video {
  width: 330px;
  position: relative;
  margin: 0 auto;
  height: 0;
  padding-bottom: 190px;
  box-shadow: 1px 1px 2px 1px #CCC;
}

@media screen and (min-width: 1200px) {
  .map-video {
    width: 675px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 380px;
    /* 16:9 */
  }
}

.map-video--noshadow {
  box-shadow: none;
}

.map-hero-video--bottom .map-video {
  justify-content: flex-start;
}

.map-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-hero-testimonials__content {
  color: #26282a;
  font-weight: 600;
  font-family: 'helvetica-neue-roman', sans-serif;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 1200px) {
  .map-hero-testimonials__content {
    width: calc(100% - 675px);
    text-align: left;
  }
}

.map-hero-testimonials__text1,
.map-hero-testimonials__text2,
.map-hero-testimonials__text3 {
  display: block;
}

.map-hero-testimonials__text1 {
  font-size: 25px;
  margin-bottom: 40px;
  background: white;
  padding: 10px 0;
}

@media screen and (min-width: 1200px) {
  .map-hero-testimonials__text1 {
    font-size: 40px;
    text-align: right;
    margin-top: 70px;
    margin-left: 40px;
  }
}

.map-hero-testimonials__text2 {
  font-size: 20px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
  background: white;
}

@media screen and (min-width: 1200px) {
  .map-hero-testimonials__text2 {
    padding-top: 10px;
    margin-top: 70px;
    font-size: 30px;
  }
}

.map-hero-testimonials__button {
  display: block;
  background: #2b2d2f;
  border: 3px solid #9a8146;
  color: white;
  text-decoration: none;
  padding: 12px 95px 12px 18px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .map-hero-testimonials__button {
    font-size: 30px;
    padding-right: 100px;
  }
}

.map-hero-testimonials__button:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 3px solid white;
  border-top: 3px solid white;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

.map-hero-testimonials__text3 {
  color: #9a8146;
  padding-top: 20px;
  font-size: 20px;
  background: white;
  padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .map-hero-testimonials__text3 {
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

/* Module: S */
.student-headings, .program-headings {
  text-align: center;
  padding: 40px 0;
}

.program-headings h1 {
  margin: 0;
}

.student-tiles {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .student-tiles {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .student-tiles__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.student-tiles__item {
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .student-tiles__item {
    flex-grow: 0;
    width: calc(25% - 25px);
    margin-left: 20px;
    margin-top: 75px;
  }
}

.student-tiles__item h4 {
  color: white;
  background-color: #9a8146;
  margin: 0;
  padding: 15px;
  font-size: 14px;
}

.student-tiles__item ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.student-tiles__item a {
  font-size: 14px;
  display: block;
  padding: 5px 15px;
  padding-right: 30px;
  text-decoration: none;
  color: #555759;
  position: relative;
}

.student-tiles__item a:hover {
  text-decoration: underline;
}

.student-tiles__item a:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #9a8146;
  border-right: 2px solid #9a8146;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
}

.student-tiles__filters {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  .student-tiles__filters {
    padding-top: 0;
  }
}

.student-tiles__filters span {
  display: inline-block;
  font-size: 18px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .student-tiles__filters span {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.student-tiles__filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.student-tiles__filters li {
  display: inline-block;
  border-right: 1px solid #9a8146;
}

.student-tiles__filters li:last-child {
  border-right: 0;
}

.student-tiles__filters a {
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  text-decoration: none;
  color: #555759;
}

.student-tiles__filters a.active {
  font-weight: bold;
}

/* Module: S */
.study-hero-icons {
  padding: 10px 20px 0;
  margin-top: 20px;
}

.study-hero-icons__container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}

.study-hero-icons__item {
  width: 50%;
  margin: 0;
  margin-bottom: 30px;
}

.study-hero-icons__item:before {
  content: none;
}

.study-hero-icons__image {
  height: 86px;
  margin-bottom: 1rem;
}

.study-hero-icons__image img {
  height: 33px;
}

.study-hero-icons__image-ring {
  border-radius: 50%;
  margin: 0 auto;
  height: 100%;
  width: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px #F6F6F6, 0 0 0 7px white, 0 0 0 8px #9a8146;
}

.study-hero-icons__content {
  text-align: center;
}

.study-hero-icons__heading {
  color: #222223;
  padding: 0.5rem 0;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  line-height: 22px;
}

.study-hero-icons__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.study-hero-icons__reference {
  border-top: 1px solid #E4E4E4;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  color: #404040b3;
}

@media screen and (min-width: 1200px) {
  .study-hero-icons {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .study-hero-icons__image {
    height: 130px;
  }
  .study-hero-icons__image img {
    height: 50px;
  }
  .study-hero-icons__image-ring {
    width: 130px;
    box-shadow: 0 0 0 1px #F6F6F6, 0 0 0 10px white, 0 0 0 11px #9a8146;
  }
  .study-hero-icons__heading {
    font-size: 18px;
  }
  .study-hero-icons__text {
    font-size: 16px;
  }
  .study-hero-icons__reference {
    margin-bottom: 30px;
  }
}

/* Module: S */
.study-nav {
  --header-height: 70px;
  width: 100%;
  background-color: white;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 5;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .study-nav {
    padding: 1.0625rem 0;
    position: sticky;
    top: var(--header-height, 0);
  }
  .study-nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.study-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .study-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    flex-grow: 1;
  }
}

@media screen and (min-width: 1200px) {
  .study-nav__list {
    gap: 1rem clamp(1.5rem, 2.77778vw, 2.5rem);
  }
}

.study-nav__item {
  margin: 0;
  padding: 0;
}

.study-nav__item a {
  color: #002251;
  font-weight: 700;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
}

.study-nav__item a:hover, .study-nav__item a:focus {
  text-decoration-color: inherit;
}

.study-nav__item a.is-active {
  text-decoration-color: inherit;
}

.study-nav__item--info {
  grid-column: span 2;
  width: calc(50% - 8px);
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .study-nav__item--info {
    width: auto;
    flex-grow: 1;
    margin-right: 0.75rem;
  }
}

.study-nav__item--info a {
  display: grid;
  grid-template-columns: auto 1rem;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  color: #002251;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .study-nav__item--info a {
    justify-content: flex-end;
  }
}

.study-nav__item--info a span {
  text-decoration: underline;
}

.study-nav__item--info a svg {
  transition: transform 0.3s ease-in-out;
}

.study-nav__item--info a:hover {
  color: #002251;
}

.study-nav__item--info a:hover svg {
  transform: translate(2px, -2px);
}

.study-nav .study-nav__item--external {
  display: inline-block;
  padding-top: 1rem;
}

.study-nav .study-nav__item--external a {
  font-weight: 400;
  text-decoration: underline;
}

.study-nav .study-nav__item--external .btn__icon {
  transform: rotate(225deg);
  display: inline-block;
  margin-left: .25rem;
}

/* Module: S */
/* Module: S */
/* -------------------------------- 
Tabs 
-------------------------------- */
.tabs, .tabs-static {
  position: relative;
}

.tabs::after, .tabs-static::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 55px;
  width: 75px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0)), url("mysource_files/arrow.svg") right center no-repeat;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .tabs::after, .no-cssgradients .tabs-static::after {
  display: none;
}

.tabs.is-ended::after, .tabs-static.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.tabs nav, .tabs-static nav {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-bottom: 1px solid #9a8146;
}

@media screen and (max-width: 960px) {
  .tabs nav, .tabs-static nav {
    overflow-x: scroll;
  }
}

.tabs__navigation {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.tabs__navigation li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-bottom: 0;
}

.tabs__navigation li:before {
  content: none;
}

.tabs__navigation a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #9a8146;
  padding: 8px 16px;
  border: 1px solid #9a8146;
  border-bottom: 0;
}

.no-touch .tabs__navigation a:hover {
  color: #776436;
  background-color: rgba(213, 199, 164, 0.3);
}

.tabs__navigation a.selected {
  border-bottom: none;
  color: white;
  background: #9a8146;
}

.tabs__content {
  padding: 0;
  margin: 0;
}

.tabs__content > li {
  display: none;
  padding: 1em 0;
}

.tabs__content > li:before {
  content: none;
}

.tabs__content > li.selected {
  display: block;
  animation: cd-fade-in .5s;
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Module: S */
header {
  height: 64px;
}

.top-nav {
  background: #002251;
  color: white;
  font-size: 15px;
  z-index: 100;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
}

.top-nav::after {
  clear: both;
  content: "";
  display: block;
}

.top-nav.top-nav--sticky {
  background: #002251;
  position: fixed;
}

.top-nav__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top-nav__container:after {
  content: none;
}

ul.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  display: none;
}

@media screen and (min-width: 1200px) {
  ul.nav-menu {
    display: inline-block;
  }
}

ul.nav-menu a {
  text-decoration: none;
}

ul.nav-menu a:hover {
  text-decoration: underline;
}

ul.nav-menu:hover > li > a {
  opacity: 0.6;
  transition-delay: 0.25s;
}

.nav-menu .nav-menu__heading:hover > a {
  color: white;
  opacity: 1;
}

li.nav-menu__heading {
  display: inline-block;
  transition: all 0s ease;
}

li.nav-menu__heading > a {
  text-transform: uppercase;
  display: block;
  color: white;
  padding: 21px 30px;
  letter-spacing: 1.9px;
  font-size: 14px;
  position: relative;
}

li.nav-menu__heading > a:before {
  content: "";
  transition: all 0s ease;
  border-color: transparent;
}

li.nav-menu__heading > a:after {
  content: "";
  transition: all 0s ease;
}

li.nav-menu__heading > a:hover {
  text-decoration: none;
}

li.nav-menu__heading:hover > .subnav,
li.nav-menu__heading.js-focus > .subnav {
  display: block;
  transition-delay: 0.25s;
  left: 0;
  top: 64px;
}

li.nav-menu__heading:hover > a:before {
  content: "";
  transition-delay: 0.25s;
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
  border-width: 7px 7px 7px 0;
}

li.nav-menu__heading:hover > a:after {
  content: "";
  transition-delay: 0.25s;
  background: #0b0b0b;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 64px;
  z-index: -1;
  pointer-events: none;
}

.nav-menu__logo {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 0;
}

.nav-menu__logo a {
  display: block;
}

.subnav {
  transition: all 0s ease;
  left: -9999em;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  color: #4a4a4a;
  width: 100%;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  padding-top: 60px;
  min-height: 350px;
}

.subnav:before, .subnav:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  background: rgba(255, 255, 255, 0.8);
}

.subnav:before {
  right: 100%;
}

.subnav:after {
  left: 100%;
}

.subnav a {
  color: #4a4a4a;
}

.subnav h3 {
  color: #9a8146;
  font-weight: 300;
  font-size: 42px;
  margin: 0;
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}

.subnav ul {
  padding-top: 16px;
  padding-bottom: 32px;
  list-style: none;
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}

.subnav li {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  padding-top: 14px;
}

.subnav li.active a {
  font-weight: bold;
}

ul.overlay {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}

ul.overlay li {
  display: inline-block;
  padding-right: 20px;
  padding-top: 12px;
  padding-top: 21px;
}

ul.overlay li:last-child {
  padding-right: 0;
}

ul.overlay input {
  cursor: pointer;
}

.overlay__item {
  display: block;
}

.overlay-content {
  position: relative;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
  margin-top: 70px;
  color: white;
  text-align: center;
}

.overlay__logo img {
  margin: 0 auto;
}

.overlay-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  letter-spacing: 1.4px;
}

@media screen and (min-width: 1200px) {
  .overlay-menu {
    margin-top: 75px;
    letter-spacing: normal;
  }
}

.overlay-menu li {
  padding-top: 14px;
  font-size: 1.2rem;
  line-height: 14px;
}

@media screen and (min-width: 1200px) {
  .overlay-menu li {
    font-size: 48px;
    line-height: normal;
  }
}

.overlay-menu li:last-child a:after {
  content: none;
}

.overlay-menu a {
  color: white;
  text-decoration: none;
}

.overlay-menu a:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 19px;
  border-bottom: 3px solid #9a8146;
  width: 37px;
  height: 3px;
}

.hamburger-content.overlay-content {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .hamburger-content.overlay-content {
    margin-top: 70px;
  }
}

.hamburger-content button.mfp-close {
  top: -14px;
  right: 10px;
}

@media screen and (min-width: 1200px) {
  .hamburger-content button.mfp-close {
    top: -66px;
  }
}

.search-content button.mfp-close {
  top: -66px;
  right: 10px;
}

.search-content__form {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .search-content__form {
    margin-top: 210px;
  }
}

@media screen and (min-width: 1200px) {
  .search-content__form img {
    width: 39px;
    margin-right: 26px;
    margin-top: 20px;
  }
}

.search-content__form input {
  font-size: 28px;
  height: auto;
  padding: 0;
  background: none;
  color: white;
  border: none;
  border-bottom: 1px solid #9a8146;
}

@media screen and (min-width: 1200px) {
  .search-content__form input {
    width: 800px;
    font-size: 48px;
  }
}

.search-content__form input:focus {
  outline: none;
}

.search-content__form input::placeholder {
  color: white;
}

.mfp-bg {
  background: #666;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .mfp-bg {
    background: #0b0b0b;
    opacity: 0.8;
  }
}

.mfp-container {
  height: auto;
}

.mfp-close-btn-in .mfp-close {
  color: white;
  opacity: 1;
}

.mfp-close {
  font-size: 48px;
}

.mfp-wrap + #page-wrapper .header .logo {
  display: none;
}

.mfp-wrap + #page-wrapper .header .overlay__item {
  display: none;
}

[data-header-spacer] {
  padding-top: 64px;
}

/* Module: S */
.two-videos__container {
  padding: 0 20px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .two-videos__container {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .two-videos__container {
    margin-top: 40px;
  }
}

.two-videos__heading {
  color: #002251;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
}

.two-videos__text {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
}

.two-videos__video {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .two-videos__video {
    width: 50%;
  }
}

.two-videos__video iframe {
  width: 100%;
}

/* Module: S */
.video-modals {
  overflow: hidden;
}

.video-modals.contentContainer {
  margin-bottom: 0;
}

.video-modals__inner {
  display: grid;
  grid-template-areas: "title" "videos" "arrows" "btn";
  grid-template-columns: 100%;
}

@media screen and (min-width: 768px) {
  .video-modals__inner {
    grid-template-areas: "title btn" "videos videos";
    align-items: center;
    grid-template-columns: auto auto;
  }
}

.video-modals__title {
  grid-area: title;
  color: #002251;
  font-weight: 700;
  font-size: 1.625rem;
  margin: 0 0 1.875rem;
}

.video-modals__arrows {
  grid-area: arrows;
}

.video-modals__videos {
  grid-area: videos;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .video-modals__videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }
}

.video-modals .btn, .video-modals .btn--full, .video-modals .btn--std, .video-modals .btn--icon, .video-modals .btn--ghost, .video-modals .btn--solid, .video-modals .btn--solid-white, .video-modals .btn--solid-offwhite, .video-modals .btn--solid-gold, .video-modals .btn--solid-blue, .video-modals .btn--outline, .video-modals .btn--outline-light-blue, .video-modals .btn--outline--gold, .video-modals .btn--outline-hover {
  grid-area: btn;
  padding: 0.875rem 0.75rem;
}

@media screen and (min-width: 768px) {
  .video-modals .btn, .video-modals .btn--full, .video-modals .btn--std, .video-modals .btn--icon, .video-modals .btn--ghost, .video-modals .btn--solid, .video-modals .btn--solid-white, .video-modals .btn--solid-offwhite, .video-modals .btn--solid-gold, .video-modals .btn--solid-blue, .video-modals .btn--outline, .video-modals .btn--outline-light-blue, .video-modals .btn--outline--gold, .video-modals .btn--outline-hover {
    display: inline;
    border: none;
    color: #002251;
    padding: 0;
    justify-self: flex-end;
    text-decoration: underline;
    text-decoration-color: rgba(0, 34, 81, 0.5);
    transition: text-decoration-color 0.3s ease-in-out;
  }
  .video-modals .btn svg, .video-modals .btn--full svg, .video-modals .btn--std svg, .video-modals .btn--icon svg, .video-modals .btn--ghost svg, .video-modals .btn--solid svg, .video-modals .btn--solid-white svg, .video-modals .btn--solid-offwhite svg, .video-modals .btn--solid-gold svg, .video-modals .btn--solid-blue svg, .video-modals .btn--outline svg, .video-modals .btn--outline-light-blue svg, .video-modals .btn--outline--gold svg, .video-modals .btn--outline-hover svg {
    display: none;
  }
  .video-modals .btn:hover, .video-modals .btn--full:hover, .video-modals .btn--std:hover, .video-modals .btn--icon:hover, .video-modals .btn--ghost:hover, .video-modals .btn--solid:hover, .video-modals .btn--solid-white:hover, .video-modals .btn--solid-offwhite:hover, .video-modals .btn--solid-gold:hover, .video-modals .btn--solid-blue:hover, .video-modals .btn--outline:hover, .video-modals .btn:focus, .video-modals .btn--full:focus, .video-modals .btn--std:focus, .video-modals .btn--icon:focus, .video-modals .btn--ghost:focus, .video-modals .btn--solid:focus, .video-modals .btn--solid-white:focus, .video-modals .btn--solid-offwhite:focus, .video-modals .btn--solid-gold:focus, .video-modals .btn--solid-blue:focus, .video-modals .btn--outline:focus {
    text-decoration-color: rgba(0, 34, 81, 0.8);
    border: none;
  }
}

.video-slider--mobile__arrows {
  grid-area: arrows;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .video-slider--mobile__arrows {
    display: none;
  }
}

.video-modals .slick-list {
  overflow: visible;
}

.video-modals .slick-track {
  display: flex !important;
}

.video-modals .slick-slide {
  margin-right: 1rem;
  height: inherit;
  width: clamp(18.125rem, 45vw, 40.5rem);
}

.video-modals .slick-slide > div {
  height: 100%;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: Back to top */
  .back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: alpha(opacity=55);
    filter: alpha(opacity=55);
  }
  .back-to-top:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .back-to-top__text {
    display: none;
  }
  /* Module: S */
  .carousel h1 {
    margin-bottom: 2rem;
    font-size: 2.8125rem;
  }
  .carousel__mobi-only {
    display: none;
  }
  .carousel__content {
    padding-top: 16.25rem;
    padding: 0 1.25rem;
  }
  .carousel--inpage .carousel__content {
    padding-top: 13.75rem;
    font-size: 28px;
    font-weight: bold;
  }
  .carousel--fullscreen .carousel__content {
    padding-top: 13.75rem;
    font-size: 28px;
    font-weight: bold;
  }
  .carousel__item {
    height: 29.0625rem;
  }
  .carousel--inpage .carousel__item {
    height: 42.8125rem;
  }
  .carousel__panels, .course-tiles__panels, .course-tiles__study-panels, .events-item__panels, .feature-item__panels {
    min-height: 140px;
  }
  .carousel--inpage .carousel__panels, .carousel--inpage .course-tiles__panels, .carousel--inpage .course-tiles__study-panels, .carousel--inpage .events-item__panels, .carousel--inpage .feature-item__panels {
    min-height: 195px;
  }
  ul.carousel-nav {
    display: flex;
    padding: 0 1.25rem;
  }
  ul.carousel-nav li {
    width: 31%;
    flex-grow: 1;
    margin: 0%;
    vertical-align: top;
    cursor: pointer;
  }
  ul.carousel-nav li a {
    text-align: left;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: .2s;
    transition: .2s;
  }
  ul.carousel-nav li a:focus {
    box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: .2s;
    transition: .2s;
  }
  ul.carousel-nav li.slick-active a {
    box-shadow: inset 0 5px 0 0 white;
    color: white;
  }
  ul.carousel-nav h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    padding-top: 1rem;
  }
  .carousel--inpage ul.carousel-nav h3 {
    padding-top: 2rem;
  }
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .carousel__item {
    background-position: center;
  }
  .carousel__item.carousel__item--top {
    background-position: top;
  }
  .carousel__item.carousel__item--bottom {
    background-position: bottom;
  }
  .carousel__content {
    padding-top: 18.75rem;
  }
  .carousel--inpage .carousel__content {
    padding-right: 400px;
  }
  .carousel--fullscreen .carousel__content {
    padding-right: 400px;
  }
  .carousel__image-container {
    background-position: center !important;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  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;
  }
}

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