@charset "UTF-8";
/* CSS Document */
:root {
  --primary-light-blue: #009edc;
  --primary-dark-blue: #00395d;
  --alternate-blue: #005cb8;
  --pale-yellow: #ffeb7d;

  --white: #ffffff;
  --black: #000000;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: var(--black);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--white);
}
body.transparent-header[style] {
  padding-top: 0 !important;
}
.content {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--alternate-blue);
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
p a {
  font-weight: 500;
}
strong {
  font-weight: 500;
}
.extra-bold {
  font-weight: 600;
}
.text-yellow {
  color: var(--pale-yellow) !important;
}
.text-dark-blue {
  color: var(--primary-dark-blue) !important;
}
.text-shadow {
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 54px;
  line-height: 1;
}
h1,
.h1 {
  font-size: 5rem;
  color: var(--primary-bark-blue);
  font-weight: 600;
  line-height: 6.25rem;
  font-family: "Barlow Semi Condensed", sans-serif;
}
h2,
.h2 {
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  color: #000000;
  line-height: 3.75rem;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: var(--primary-bark-blue);
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 40px;
}
h4,
.h4 {
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #343741;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #343741;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 20px;
}
.spacer-20 {
  padding: 10px 0;
  display: block;
  clear: both;
}
.spacer-30 {
  padding: 15px 0;
  display: block;
  clear: both;
}
.spacer-40 {
  padding: 20px 0;
  display: block;
  clear: both;
}
.spacer-50 {
  padding: 25px 0;
  display: block;
  clear: both;
}
.spacer-54 {
  padding: 27px 0;
  display: block;
  clear: both;
}
.spacer-60 {
  padding: 30px 0;
  display: block;
  clear: both;
}
.spacer-70 {
  padding: 35px 0;
  display: block;
  clear: both;
}
.spacer-80 {
  padding: 40px 0;
  display: block;
  clear: both;
}
.spacer-90 {
  padding: 45px 0;
  display: block;
  clear: both;
}
.spacer-100 {
  padding: 50px 0;
  display: block;
  clear: both;
}
p {
  margin: 0 auto 1.5rem;
}
.lead {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.75rem;
  margin-bottom: 54px;
}
.content ul {
  list-style: none;
  padding-left: 40px;
}
.content ul li::before {
  content: "\25A0";
  color: var(--primary-light-blue);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.5rem;
}
.content ul li {
  padding-bottom: 10px;
}
.content .pathway-card ul li {
  padding-bottom: 0;
}
.content ul.list-unstyled li:before,
.content ul.slick-dots li:before {
  display: none;
}
.content ul.list-unstyled,
.content ul.slick-dots,
.events-carousel .slick-dots,
.news-carousel .slick-dots,
.two-column-story-carousel .slick-dots,
.background-image-carousel .slick-dots,
.profile-carousel .slick-dots {
  padding-left: 0;
}
.content ol {
  list-style: none;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 30px;
  margin: 0 0 54px;
}
.content ol li {
  counter-increment: steps-counter;
  padding: 0 0 10px 30px;
  position: relative;
}
.content ol li::before {
  content: counter(steps-counter);
  color: var(--alternate-blue);
  font-weight: 700;
  width: 40px;
  height: 20px;
  text-align: right;
  position: absolute;
  left: -25px;
}
.content ol.roman-numerals li::before {
  content: counter(steps-counter, upper-roman);
}
blockquote,
.blockquote {
  border-left: 81px solid var(--pale-yellow);
  color: var(--primary-bark-blue);
  padding-left: 20px;
  margin: 108px 0;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  font-style: italic;
}
.alert {
  margin: 0;
  border: none;
  border-radius: 0;
  color: var(--white);
  background-color: #a6192e;
  font-size: 1.125rem;
  padding: 30px;
  position: relative;
  z-index: 1051;
}
.informational-alert {
  background-color: #003057;
}
.alert .heading {
  font-size: 1.625rem;
  color: var(--white);
  margin-bottom: 4px;
  line-height: 1.125em;
}
.alert-dismissible .close {
  padding: 0;
  right: 30px;
  font-size: 30px;
  text-align: center;
  top: 27px;
  color: var(--white);
}
.alert-dismissible .close:hover {
  color: var(--white);
}
.alert a:hover,
.alert a:focus {
  text-decoration: none;
}
.alert a.btn {
  margin: 15px auto;
}
.fa-exclamation-triangle {
  font-size: 2.5rem;
  color: #a6192e;
}
.card-body p:only-of-type {
  margin-bottom: 0;
}
.btn {
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  display: inline-block;
  position: relative;
  padding: 0.65rem 1.75rem 0.75rem;
  border: 0;
  background-color: transparent;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0;
  margin: 15px auto;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
  width: 65px;
  height: 100%;
  transition: 0.3s;
  border-top: 0.125rem solid var(--primary-light-blue);
  border-bottom: 0.125rem solid var(--primary-light-blue);
}
.btn:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  border-right: 0.125rem solid var(--primary-light-blue);
  border-left: 0.125rem solid var(--primary-light-blue);
}
.btn:hover,
.btn:focus {
  text-decoration: none !important;
  color: #000;
}
.btn:hover:before,
.btn:focus:before {
  -webkit-transform: none;
  transform: none;
}
.btn:hover:after,
.btn:focus:after {
  width: 100%;
}
.btn-block {
  display: block;
  width: 100% !important;
}
.btn-centered,
.content .btn-centered {
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-black .btn {
  color: var(--white);
}
.btn-blue {
  background-color: var(--primary-light-blue);
  color: var(--white);
  font-size: 1.75rem;
  letter-spacing: 1px;
  line-height: 2.125rem;
  display: inline-block;
  position: relative;
  padding: 1.5rem 2.5rem;
  border: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: var(--primary-dark-blue);
  color: var(--white);
}
p + .btn {
  margin-top: 20px;
}
p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 54px;
}
.bg-black {
  background-color: #000;
}
.bg-light-gray {
  background-color: #f4f6f6;
}
.bg-blue {
  background-color: var(--primary-dark-blue);
  color: var(--white);
}
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue a,
.bg-blue .h2,
.bg-blue .h3,
.bg-blue .h4,
.bg-blue .h5,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black a,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5 {
  color: var(--white);
}
.bg-blue .btn:hover,
.bg-blue .btn:focus,
.bg-black .btn:hover,
.bg-black .btn:focus {
  color: var(--white);
}
.bg-blue .card h2,
.bg-blue .card .h2,
.bg-black .card h2,
.bg-black .card .h2 {
  color: #000000;
}
.bg-blue .card h3,
.bg-blue .card .h3,
.bg-black .card h3,
.bg-black .card .h3 {
  color: var(--primary-dark-blue);
}
.bg-blue .card h4,
.bg-blue .card h5,
.bg-blue .card .h4,
.bg-blue .card .h5,
.bg-black .card h4,
.bg-black .card h5,
.bg-black .card .h4,
.bg-black .h5 {
  color: #343741;
}
.bg-blue .btn:hover,
.bg-blue .btn:focus,
.bg-black .btn:hover,
.bg-black .btn:focus {
  color: var(--white);
}
.bg-blue .card a,
.bg-black .card a {
  color: var(--alternate-blue);
  text-decoration: underline;
}
.bg-blue .card .btn,
.bg-black .card .btn {
  color: #000;
}
.bg-blue .card .btn:hover,
.bg-blue .card .btn:focus,
.bg-black .card .btn:hover,
.bg-black .card .btn:focus {
  color: #000;
}
.bg-blue .card a:hover,
.bg-blue .card a:focus,
.bg-black .card a:hover,
.bg-black .card a:focus {
  color: #000;
  text-decoration: none;
}
.bg-white.opacity {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.divider-line-light-blue {
  position: relative;
  padding-left: 50px;
}
.divider-line-light-blue:before {
  content: "";
  border-left: 15px solid var(--primary-light-blue);
  position: absolute;
  height: 100%;
  left: -10px;
  top: 0;
}
.divider-line-yellow {
  position: relative;
  padding-left: 80px;
}
.divider-line-yellow:before {
  content: "";
  border-left: 12px solid var(--pale-yellow);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
header {
  background-color: var(--primary-dark-blue);
  color: var(--white);
  display: block;
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  z-index: 5;
  position: fixed !important;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out,
    top 0.2s ease-in-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out,
    top 0.2s ease-in-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
  transition: opacity 0.3s linear, right 0.3s ease-out, top 0.2s ease-in-out;
}
.transparent-header header {
  background-color: rgba(0, 57, 93, 0.9);
}
.no-image header,
.no-image .main-navigation {
  box-shadow: none;
}
.no-image header {
  border-bottom: 2px solid var(--white);
}
.no-image .section-menu {
  border-top: none;
  padding-top: 13px;
}
.nav-up {
  top: -2000px;
}
.modal-open-menu-mobile header {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 999999;
  padding-right: 0 !important;
  margin-right: 0 !important;
  bottom: 0;
}
.off-screen-nav .tabpanel-set {
  margin: 50px 25px 50px;
}
.off-screen-nav h2 {
  color: var(--primary-dark-blue);
  font-size: 3rem;
  font-weight: 400;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 60px;
  background-color: var(--white);
}
.off-screen-nav h3 {
  color: #313535;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  font-size: 1.188rem;
  margin-bottom: 10px;
  background-color: var(--white);
}
.off-screen-nav .auxnav {
  border-left: 1px solid var(--alternate-blue);
  padding-left: 22px;
}
.off-screen-nav .nav-link,
.main-navigation .off-screen-nav .nav-item .nav-link {
  color: #313535;
  font-family: "Barlow", sans-serif;
  font-size: 1.188rem;
  font-weight: 300;
  text-decoration: none;
  padding: 8px 0;
  display: inline-block;
  position: relative;
}
.transparent-header .main-navigation .off-screen-nav .dropdown-menu,
.main-navigation .off-screen-nav .dropdown-menu {
  background-color: var(--white);
}
.off-screen-nav .nav-link:hover,
.off-screen-nav .nav-link:focus,
.main-navigation .off-screen-nav .nav .nav-item .nav-link:hover,
.main-navigation .off-screen-nav .nav .nav-item .nav-link:focus {
  color: var(--alternate-blue);
  text-decoration: underline;
}
.off-screen-nav .nav {
  display: block;
}
.off-screen-nav .close {
  background-color: var(--primary-light-blue);
  width: 141px !important;
  height: 125px;
  border: none;
  color: var(--black);
  text-decoration: none;
  z-index: 5;
  display: block;
  font-size: 1.313rem;
  font-weight: 500;
  padding: 0 10px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.off-screen-nav .close:hover,
.off-screen-nav .close:focus {
  color: #000;
}
.close:hover,
.menu-close:hover,
.close:focus,
.menu-close:focus {
  color: #000;
}
.main-navigation .nav {
  width: 100%;
  font-size: 0;
  position: static;
}
.main-navigation .nav li {
  position: static;
}
.main-navigation .nav li a {
  font-family: "Barlow", sans-serif;
  padding: 30px 20px 15px 20px;
  color: var(--white);
  font-size: 1.313rem;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  display: inline-block;
}
.main-navigation .nav li a {
  color: var(--white);
}
.main-navigation .dropdown-menu .container a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 1.188rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 3rem;
}
.main-navigation .aux .nav li {
  display: flex;
  width: auto;
  position: relative;
}
.main-navigation .aux .nav li a {
  font-size: 1.063rem;
  padding: 20px 10px;
  color: var(--white);
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}
.main-navigation .aux .nav li:not(:first-child):before {
  content: "";
  border-left: 1px solid var(--pale-yellow);
}
.main-navigation .dropdown-menu {
  color: var(--white);
  border: none;
  border-radius: 0;
  padding: 1rem 0.5rem;
  margin: 0;
  background-color: var(--primary-dark-blue);
}
.transparent-header .main-navigation .dropdown-menu {
  background-color: rgba(0, 57, 93, 0.9);
}
.main-navigation .dropdown-menu.mega {
  width: 100%;
}
.main-navigation .dropdown-menu a {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}
.main-navigation .dropdown-menu .container .menu-heading a {
  font-family: "Barlow", sans-serif;
  color: var(--white);
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.main-navigation .dropdown-toggle::after {
  border: none;
}
.main-navigation .dropdown .dropdown-menu .divider-line {
  position: relative;
}
.main-navigation .dropdown .dropdown-menu .divider-line:before {
  content: "";
  border-right: 1px solid #47a1dd;
  position: absolute;
  height: 100%;
  left: -50px;
  top: 0;
}
.main-navigation .dropdown .dropdown-menu .menu-heading {
  margin-bottom: 24px;
}
.close,
.menu-close {
  background-color: var(--primary-light-blue);
  width: 120px !important;
  height: 120px;
  border: none;
  color: var(--white);
  text-decoration: none;
  z-index: 5;
  display: block;
  font-size: 1.313rem;
  font-weight: 500;
  padding: 0 10px 5px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#video-modal .close {
  top: -120px;
}
.close img,
.menu-close img {
  display: block;
  margin: 0 auto;
  max-width: 47px;
}
.search-toggle,
.search-close {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  background-color: transparent;
  border: none;
  padding: 24px 0 17px 0;
  margin-left: 40px;
  width: 30px;
}
.search-toggle img,
.search-close img {
  height: 32px;
}
.search-close {
  display: none;
}
.search-modal-open .search-toggle {
  display: none;
}
.search-modal-open .search-close {
  display: block;
}
#site-search {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: auto;
  padding-right: 0px !important;
  overflow: visible;
}
#site-search .modal-dialog {
  max-width: none;
  margin: 0;
}
.transparent-header #site-search .modal-content {
  background-color: rgba(0, 57, 93, 0.9);
}
#site-search .modal-content {
  background-color: var(--primary-dark-blue);
  border: none;
  border-radius: 0;
  padding: 0 0 25px;
}
#site-search form {
  width: 100%;
  position: relative;
}
#site-search .form-text {
  width: 100%;
  font-size: 1.875rem;
  background: transparent !important;
  color: #fff !important;
  border-bottom: 2px solid var(--pale-yellow);
  padding: 0 0 15px 0;
  border-radius: 0px;
}
#site-search form input[type="text"],
#site-search form input.form-text {
  font-weight: 400 !important;
  color: var(--white);
  font-size: 1.875rem;
  border-top: none;
  border-left: none;
  border-right: none;
}
#site-search .btn,
#site-search .btn:hover,
#site-search .btn:focus {
  color: var(--white);
  display: block;
}
#site-search .form-text:focus {
  outline: none;
  box-shadow: none;
}
#site-search ::-webkit-input-placeholder {
  color: var(--white);
}
#site-search ::-moz-placeholder {
  color: var(--white);
}
#site-search ::-ms-placeholder {
  color: var(--white);
}
#site-search ::placeholder {
  color: var(--white);
}
.search-modal-open {
  padding-right: 0px !important;
  overflow: visible;
}
.search-modal-open {
  overflow: visible;
}
.modal-open-menu-mobile .modal-backdrop {
  background-color: #000000;
}
.modal-content {
  border: none;
}
.content ol.breadcrumb li:first-child::before {
  content: "";
}
.content ol.breadcrumb li:not(:first-child)::before {
  content: "/";
  font-weight: 300;
  position: relative;
  left: unset;
  width: unset;
  height: unset;
  text-align: unset;
}
.breadcrumb,
.content ol.breadcrumb {
  margin: 9px 0;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 300;
  padding-left: 0;
}
.breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #000000;
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
.content .breadcrumb .breadcrumb-item {
  margin-bottom: 0;
  padding: 0;
}
.content .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.section-menu .navbar {
  padding: 0;
  display: block;
}
.navbar-toggler {
  min-width: 150px;
  height: 48px;
  background-color: var(--white);
  border-radius: 0;
  color: var(--primary-dark-blue);
  border: 1px solid var(--primary-dark-blue);
  border-top: none;
  border-left: none;
  margin-right: 11px;
  padding: 0 30px 0 55px;
  position: relative;
  z-index: 4;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.section-menu .navbar-brand {
  position: relative;
  display: inline;
  margin-right: 0;
  margin-left: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0;
}
.section-menu .navbar-brand .sub-menu-close {
  display: none;
}
.section-menu .navbar-toggler[aria-expanded="true"] {
  padding: 0 26px 0 55px;
}
.section-menu .navbar-toggler[aria-expanded="true"] .navbar-brand .more {
  display: none;
}
.section-menu
  .navbar-toggler[aria-expanded="true"]
  .navbar-brand
  .sub-menu-close {
  display: inline;
}
.section-menu .navbar-brand::before {
  content: "";
  background-image: url("/_resources/images/menu-dots.svg");
  width: 47px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 7px;
  left: -60px;
}
.section-menu .navbar-toggler[aria-expanded="true"] .navbar-brand::before {
  background-image: url("/_resources/images/menu-close.svg");
  width: 19px;
  height: 19px;
  top: 2px;
  left: -48px;
}
.section-menu .navbar-toggler[aria-expanded="true"] {
  border-bottom: none;
}
.section-menu .navbar-collapse.collapsing {
  height: 100%;
  overflow: visible;
  transition: width 0.1s ease;
}
.section-menu .navbar-collapse {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 3;
  width: 284px;
  height: 100%;
  outline: 0;
  transition: opacity 0.1s linear;
}
.section-menu .navbar-collapse .nav {
  position: absolute;
  background-color: var(--white);
  margin: 0;
  padding: 20px 65px 35px 35px;
  display: block;
  border: 1px solid var(--primary-dark-blue);
  border-left: none;
  top: 0;
  width: 100%;
  left: -100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: opacity 0.1s linear, left 0.1s ease-out;
  -moz-transition: opacity 0.1s linear, left 0.1s ease-out;
  -o-transition: opacity 0.1s linear, left 0.1s ease-out;
  transition: opacity 0.1s linear, left 0.1s ease-out;
}
.section-menu .navbar-collapse.show .nav {
  left: 0;
}
.section-menu .navbar-collapse .nav li {
  font-family: "Barlow", sans-serif;
  font-size: 1.188rem;
  font-weight: 300;
  line-height: 1.75rem;
  padding: 10px 0;
}
.section-menu .navbar-collapse .nav li a {
  color: #313535;
  padding: 0;
}
.section-menu .navbar-collapse .nav li a:hover,
.section-menu .navbar-collapse .nav li a:focus,
.section-menu .navbar-collapse .nav li a.active {
  text-decoration: underline;
  color: var(--alternate-blue);
}
.content .section-menu .navbar-collapse .nav li::before {
  display: none;
}
.section {
  padding: 54px 0;
}
.section[class*="bg-"] + .section {
  padding: 108px 0;
}
.section[class*="bg-"] + .section[class*="bg-"] {
  padding: 54px 0;
}
.section[class*="bg-"] + .section + .section {
  padding-top: 0;
}
.section[class*="bg-"] + .section + .section[class*="bg-"] {
  padding-top: 54px;
}
.section[class*="bg-"]
  + .section
  + .section[class*="bg-"]
  + .section[class*="bg-"]
  + .section {
  padding-top: 108px;
}
.hero-video-wrapper + .section {
  padding-top: 108px;
}
.section[class*="bg-"] + .section:last-of-type {
  padding: 54px 0;
}
.section-with-background {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
  min-height: 600px;
  color: var(--white);
  display: flex;
  align-items: center;
}
.section-with-background.bg-light {
  background-color: var(--white);
  color: #63666a;
}
.section-with-background.bg-light h2,
.section-with-background.bg-light h3,
.section-with-background.bg-light h4,
.section-with-background.bg-light h5,
.section-with-background.bg-light h6 {
  color: #003057;
  text-shadow: none;
}
.section-with-background.bg-light p {
  color: #63666a;
  text-shadow: none;
}
.section-with-background.bg-light a {
  color: #316094;
  text-shadow: none;
}
.section-with-background.bg-light a.arrow-link {
  color: #a6192e;
  text-shadow: none;
}
.section-with-background.bg-light a.arrow-link:hover,
.section-with-background.bg-light a.arrow-link:focus {
  color: #316094;
  text-decoration: none;
}
.section-with-background.bg-light .btn {
  color: var(--white);
  text-shadow: none;
}
.section-with-background h2,
.section-with-background h3,
.section-with-background h4,
.section-with-background h5,
.section-with-background h6,
.section-with-background p,
.section-with-background a {
  color: var(--white);
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.section-with-background .bg-white h2,
.section-with-background .bg-white h3,
.section-with-background .bg-white h4,
.section-with-background .bg-white h5,
.section-with-background .bg-white h6,
.section-with-background .bg-white p,
.section-with-background .bg-white a {
  text-shadow: none;
}
.section-with-background .bg-white h2,
.section-with-background .bg-white h3,
.section-with-background .bg-white h4,
.section-with-background .bg-white h5,
.section-with-background .bg-white h6 {
  color: #003057;
}
.section-with-background .bg-white p {
  color: #63666a;
}
.section-with-background .bg-white a {
  color: #a6192e;
}
.section-with-background .bg-white .btn-default {
  color: var(--white);
}
.section-with-background .btn {
  color: var(--white);
  text-shadow: none;
}
.section-with-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    38deg,
    rgba(0, 0, 0, 0.8015581232492998) 0%,
    rgba(0, 0, 0, 0.20211834733893552) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    38deg,
    rgba(0, 0, 0, 0.8015581232492998) 0%,
    rgba(0, 0, 0, 0.20211834733893552) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    38deg,
    rgba(0, 0, 0, 0.8015581232492998) 0%,
    rgba(0, 0, 0, 0.20211834733893552) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.section-with-background .overlay-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    68deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.20211834733893552) 50%,
    rgba(0, 0, 0, 0.8015581232492998) 100%
  );
  background: -webkit-linear-gradient(
    68deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.20211834733893552) 50%,
    rgba(0, 0, 0, 0.8015581232492998) 100%
  );
  background: linear-gradient(
    68deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.20211834733893552) 50%,
    rgba(0, 0, 0, 0.8015581232492998) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.section-with-background .container {
  position: relative;
  z-index: 1;
}
.parallax-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--white);
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 4px !important;
  background-color: #e6e6e6;
  opacity: 1;
  clear: both;
}
hr.white {
  background-color: var(--white);
}
.height-20 {
  min-height: 20vh !important;
}
.height-30 {
  min-height: 30vh !important;
}
.height-40 {
  min-height: 40vh !important;
}
.pt-100 {
  padding-top: 100px;
}
.pt-pb-108 {
  padding: 108px;
}
.mt-122 {
  margin-top: 122px;
}
.opacity-10 {
  opacity: 0.1;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-20 {
  opacity: 0.2;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-30 {
  opacity: 0.3;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-40 {
  opacity: 0.4;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-50 {
  opacity: 0.5;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-60 {
  opacity: 0.6;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-70 {
  opacity: 0.7;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-80 {
  opacity: 0.8;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.opacity-90 {
  opacity: 0.9;
  mix-blend-mode: screen;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-image {
  width: 100%;
  height: 100%;
}
.main-image img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
/*Cards*/
.pathway-cards {
  position: relative;
}
.pathway-cards > [class*="col-"] {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pathway-cards.card-shown,
.pathway-cards > [class*="col-"] {
  min-height: 600px;
}
.pathway-card.card {
  min-height: 300px;
  margin: 0;
  flex: 0 0 auto;
  width: 50%;
  position: relative;
}
.pathway-card.card:hover .card-body {
  background-color: #f4f6f6;
}
.pathway-card.card.show-pathway {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  min-height: 600px;
  overflow: hidden;
}
.pathway-card.card.hide-pathway {
  width: 0 !important;
  display: none;
}
.pathway-card .card-header:before {
  content: "";
  top: 50%;
  left: 0;
  height: 88px;
  transition: 0.3s;
  border-left: 30px solid var(--primary-light-blue);
  z-index: 1;
}
.pathway-card.show-pathway .card-header:before {
  height: 100%;
}
.pathway-card .card-header:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0, 57, 93);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00395d", endColorstr="#00395d", GradientType=1);
}
.pathway-card .card-header {
  position: absolute;
  color: var(--white);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: transform;
  -moz-transition: transform;
  -o-transition: transform;
  transition: transform;
  -webkit-transition-duration: 125ms;
  -moz-transition-duration: 125ms;
  -o-transition-duration: 125ms;
  transition-duration: 125ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.pathway-card:hover .card-header {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -moz-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -o-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  transform: translate3d(0, 0, 0) scale(1.05, 1.05);
}
.pathway-card.show-pathway:hover .card-header {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
/* ou-dev 10-19-2020 */
/* https://moderncampus.zendesk.com/agent/tickets/156419 */
.pathway-card .card-header h2,
.pathway-card .card-header .h2 {
  color: var(--white);
  margin: 0;
  position: relative;
  left: 50px;
  text-align: left;
  line-height: 3rem;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
  max-width: 300px;
  word-wrap: normal;
}

.pathway-card.show-pathway .card-header {
  right: 50%;
  width: 50%;
}
.pathway-card .card-body {
  background-color: #f4f6f6;
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 2.125rem;
}
.pathway-card .card-body.collapsing {
  transition: height 0s ease;
}
.pathway-card .card-body .btn {
  text-transform: uppercase;
  margin-top: 50px;
  width: auto;
}
.pathway-card .card-body .row {
  opacity: 0;
}
.pathway-card.show-pathway .card-body {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 2rem;
  display: flex;
  align-items: center;
}
.pathway-card.show-pathway .card-body .row {
  opacity: 1;
}
.pathway-card .card-header:hover:before,
.pathway-card .card-header:focus:before {
  height: 100%;
}
.pathway-card.card {
  overflow: hidden;
}
.card-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  width: auto;
}
.card-close img {
  width: 30px;
  height: 30px;
  display: block;
}
.card.plain {
  background-color: transparent;
}
.card {
  border-radius: 0;
  margin-bottom: 54px;
  border: none;
  background-color: #f4f6f6;
}
.card-header {
  border-radius: 0 !important;
}
.card .resource-list.two-column {
  padding: 0 40px;
}
.card .image-overlay {
  padding-top: 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card.showcase .image-overlay {
  padding-top: 300px;
}
.card.showcase {
  background-color: transparent !important;
  margin-bottom: 0;
}
.card.showcase:hover .card-body {
  background-color: transparent !important;
}
.card .image-overlay .card-img-top {
  background-size: cover;
  background-position: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.card .image-overlay .btn-blue {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  font-size: 1.5rem;
  padding: 1.125rem 1.75rem;
  background-color: rgba(0, 158, 220, 0.9);
}
.card a:hover .image-overlay .btn-blue,
.card a:focus .image-overlay .btn-blue {
  background-color: rgba(0, 57, 93, 0.9);
}
.card.plain .card-body {
  padding: 1.25rem 0;
}
.card-body {
  padding: 1.5rem;
  min-height: 112px;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.card-with-border .card-body {
  padding: 30px 30px 30px 55px;
  min-height: 200px;
}
.card a {
  text-decoration: none;
}
.card a:hover .card-body,
.card a:focus .card-body,
.card:hover .card-body {
  background-color: #e5e5e5;
}
.card-body h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.card-body h3 + p {
  margin-top: 24px;
}
.image-card.card-with-border::before {
  transform: translate(0, -50%);
  top: 50%;
  height: 133px;
}
.card-with-border::before {
  content: "";
  position: absolute;
  transform: none;
  top: 0;
  left: 0;
  height: 66px;
  transition: 0.3s;
  border-left: 17px solid var(--primary-light-blue);
  z-index: 2;
}
.card-with-border:hover::before {
  top: 0;
  transform: translate(0, 0);
  height: 100%;
}
.card.showcase .image-overlay::before {
  content: "";
  position: absolute;
  transform: none;
  top: 0;
  left: 0;
  height: 66px;
  transition: 0.3s;
  border-left: 17px solid var(--primary-light-blue);
  z-index: 2;
}
.card.showcase .card-body {
  padding: 1.75rem 0 0 2rem;
}
.card.showcase h2,
.card.showcase p {
  padding-left: 1.75rem;
}
.card.showcase h2 {
  margin-bottom: 30px;
}
.card.showcase p:last-of-type {
  margin-bottom: 20px;
}
.card.showcase .btn:last-of-type {
  margin-bottom: 0;
}
.shadow {
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.card-background {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.card-background .card-body h2,
.card-background .card-body h3,
.card-background .card-body h4,
.card-background .card-body p,
.card-background .card-body a {
  color: var(--white);
}
.card-background .card-body {
  text-align: left;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  color: var(--white);
}
.card-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.card > .bg-image {
  border-radius: 0;
}
.bg-light-gray .card,
.bg-blue .card {
  background-color: var(--white);
}
.card.contact-card:hover .card-body {
  background-color: transparent;
}
.card.contact-card img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.card.contact-card .card-body p:last-of-type {
  margin-bottom: 0;
}
.card.contact-card img + .card-body {
  margin-right: 200px;
}
img.bg-image {
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.figure {
  padding: 0;
  margin-bottom: 75px;
}
.figure-caption {
  margin: 0;
  padding: 20px 20px 0;
  display: block;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  border-left: 40px solid var(--pale-yellow);
  color: #000000;
}
.figure .image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.figure-img {
  margin: 0 auto;
}
.callout-lined {
  padding: 34px 55px 34px 60px;
  border: 1px solid var(--alternate-blue);
  margin: 54px auto;
  position: relative;
}
.callout-lined p:last-of-type {
  margin-bottom: 0;
}
.callout-lined::before {
  content: "";
  background-image: url(../images/exclamation-triangle.svg);
  background-color: var(--white);
  width: 40px;
  height: 34px;
  background-size: 33px 29px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -20px;
  left: 63px;
}
.callout-solid {
  padding: 40px;
  text-align: center;
  color: #000000;
  background-color: var(--pale-yellow);
  max-width: 282px;
  float: right;
  margin: 0 0 54px 54px;
}
/*Steps*/
.step-heading {
  display: flex;
  align-items: center;
  margin-bottom: 105px;
}
.step-heading .step {
  background-color: var(--primary-dark-blue);
  border-radius: 50%;
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 600;
  position: absolute;
}
.step-heading .step-text {
  margin-left: 165px;
}
.step-heading h2 {
  font-size: 3.75rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.step-heading p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 0;
}
.numbered-steps::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--primary-light-blue);
  top: 20px;
}
.numbered-steps,
.content ol.numbered-steps {
  padding: 0;
  text-align: center;
  margin: 38px auto 42px;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  position: relative;
}
.numbered-steps li,
.content ol.numbered-steps li {
  padding: 0;
  margin: 0;
}
.numbered-steps li::before,
.content ol.numbered-steps li::before {
  display: none;
}
.numbered-steps li a::before {
  content: counter(steps-counter);
  color: var(--primary-dark-blue);
  background-color: #f4f6f6;
  border-radius: 50%;
  border: 2px solid var(--primary-dark-blue);
  font-size: 1.25rem;
  font-weight: 600;
  width: 43px;
  height: 43px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.numbered-steps li a {
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  color: #000000;
}
.numbered-steps li a:hover::before,
.numbered-steps li a:focus::before,
.numbered-steps li.active a::before {
  background-color: var(--primary-dark-blue);
  color: var(--white);
}
/*Accordion*/
.accordion {
  margin: 54px 0;
}
.accordion-item {
  border: none;
}
.accordion-header {
  margin: 0;
  font-weight: 600;
}
.accordion-button {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 600;
  color: var(--primary-dark-blue);
  border-radius: 0px !important;
  border: none;
  padding: 23px 55px 23px 0;
  background-color: transparent;
  border-top: 1px solid var(--primary-dark-blue);
  border-bottom: 1px solid var(--primary-dark-blue);
  margin-bottom: -1px;
  transition: all 0.4s ease-in-out;
}
.accordion-button:hover,
.accordion-button:focus {
  color: var(--primary-light-blue);
  border-top: 1px solid var(--primary-light-blue);
  border-bottom: 1px solid var(--primary-light-blue);
  padding-left: 20px;
}
.accordion-button:hover::after,
.accordion-button:focus::after {
  background-image: url("../images/plus-icon-light-blue.svg");
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-light-blue);
  background-color: transparent;
  padding-left: 20px;
  box-shadow: none;
  border-bottom: none;
}
.accordion .accordion-item .accordion-body {
  padding: 0 100px 50px 20px;
  background-color: #ffff;
}
.accordion .accordion-item .accordion-body p:only-of-type {
  margin-top: 0;
}
.accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  background-image: url(../images/plus-icon.svg);
  background-size: contain;
  height: 30px;
  width: 30px;
  transition: transform 0.2s ease-in-out;
  border: none;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background-image: url(../images/plus-icon.svg);
}
.accordion-button-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
/*Tabs*/
.tabs {
  margin: 75px auto;
}
.tabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-left: none;
  border-right: none;
  background-color: transparent;
  position: relative;
}
.tabs .nav-tabs .nav-link.active:after,
.nav-tabs .nav-item.show .nav-link:after {
  display: block;
  height: 20px;
  width: 100%;
  background-color: var(--primary-light-blue);
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-size: 2rem;
  color: #000;
  padding: 12px 25px 16px;
  text-decoration: none;
  font-weight: 400;
  width: 25%;
  position: relative;
}
.tabs .nav-tabs > a:last-of-type {
  margin-right: 0;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
  border-right: none;
}
.tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-top: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--primary-light-blue);
}
.tabs .nav-tabs .nav-link:hover {
  text-decoration: none;
}
.tabs .nav-tabs .nav-link:hover:after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background-color: var(--pale-yellow);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tabs .nav-tabs {
  border-bottom: 1px solid var(--primary-light-blue);
  margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-light-blue);
}
.tabs .nav-tabs .nav-link.active:hover {
  border-bottom-color: var(--primary-light-blue);
}
.tabs .tab-content {
  text-align: left;
  padding: 75px 20px 0;
  background-color: var(--white);
}
.table {
  color: var(--primary-dark-blue);
	table-layout: fixed !important;
}
.table th {
  color: var(--primary-dark-blue);
  font-size: 1.25rem;
  font-weight: 700;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 1rem;
}
.table.style-1 {
  border-color: #ffeb7d !important;
  border-top: 1px solid var(--pale-yellow);
}
.table.style-1 > :not(:first-child) {
  border-top: 1px solid #ffeb7d !important;
}
.table.style-1 td,
.table.style-1 th {
  border-left: 3px solid var(--primary-light-blue);
}
.table.style-1 td:first-child,
.table.style-1 th:first-child {
  border-left: none;
}
.table.style-2 {
  border-color: #009edc !important;
  border-top: 1px solid var(--primary-light-blue);
}
.table.style-2 > :not(:first-child) {
  border-top: 1px solid #009edc !important;
}
.table.style-2 td,
.table.style-2 th {
  border-left: 3px solid var(--pale-yellow);
}
.table.style-2 td:first-child,
.table.style-2 th:first-child {
  border-left: none;
}
.section.events,
.section.news {
  padding: 0 !important;
}
.event-item {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: var(--white);
}
.news-item {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
}
.event-item::after {
  content: "";
  border-right: 1px solid var(--primary-dark-blue);
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 10%;
  display: block;
}
.news-item::after {
  content: "";
  border-right: 1px solid #b3dbf4;
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 10%;
  display: block;
}
.event-item a {
  color: var(--white);
  text-decoration: none;
  padding: 85px 80px 55px;
  min-height: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-item a {
  color: #000;
  text-decoration: none;
  padding: 85px 80px 55px;
  min-height: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-item a:hover,
.event-item a:focus {
  background-color: #343741;
}
.news-item a:hover,
.news-item a:focus {
  background-color: #e5e5e5;
}
.event-item a:hover .event-title,
.event-item a:focus .event-title {
  color: var(--white);
}
.event-item .event-date {
  font-size: 3.75rem;
  line-height: 4rem;
  margin-bottom: 45px;
  font-weight: 500;
  text-transform: uppercase;
}
.event-item .event-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: var(--primary-light-blue);
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.news-item h3.news-title,
.news-item .news-title {
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #000;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.news-item .news-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.event-item .event-item-time-location {
  font-size: 1.188rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.event-item .event-month,
.event-item .event-day,
.event-item .time,
.event-item .location {
  display: block;
}
.testimonial h2 {
  font-size: 2rem;
  line-height: 4rem;
  color: var(--primary-dark-blue);
  font-weight: 600;
  margin-bottom: 24px;
}
.testimonial .quote {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  position: relative;
}
.testimonial .quote:after {
  content: "";
  background-image: url(../images/quote.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  right: -100px;
  z-index: -1;
  display: block;
  width: 300px;
  height: 250px;
}
.testimonial .attribution {
  margin-top: 20px;
  margin-left: 100px;
}
.profile-carousel .slide {
  background-color: #000;
}
.profile-carousel .slide a {
  text-decoration: none;
}
.profile-carousel .slide .thumbnail {
  position: relative;
  padding: 0;
  border-radius: 0;
  border: 0;
  overflow: hidden;
}
.profile-carousel .slide .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0, 57, 93);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00395d", endColorstr="#00395d", GradientType=1);
}
.profile-carousel .rollover-wrapper {
  position: absolute;
  height: 102px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 20px;
  padding-top: 0;
  text-align: left;
  border-left: 30px solid var(--primary-light-blue);
  color: var(--white);
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 400;
  z-index: 3;
}
.profile-carousel .rollover-wrapper p {
  padding: 0;
  margin: 0;
}
.profile-carousel .slide img {
  width: 100%;
}
.profile-carousel .slick-dots {
  bottom: -35px;
}
.profile-carousel .slick-dots li button {
  width: 20px;
  height: 20px;
}
.profile-carousel .slick-dots li button:before {
  font-size: 18px;
  line-height: 20px;
}
.profile-carousel .slide {
  transition: all 0.5s;
}
.profile-carousel a:hover .rollover-wrapper:before,
.profile-carousel a:focus .rollover-wrapper:before {
  display: block;
}
.profile-carousel a:hover .rollover-wrapper,
.profile-carousel a:focus .rollover-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary-dark-blue);
  height: 237px;
  overflow: visible;
}
.profile-carousel .rollover-wrapper {
  transition-property: all;
  transition-duration: 0.5s;
}
.profile-carousel a:hover .rollover-wrapper,
.profile-carousel a:focus .rollover-wrapper {
  padding-top: 100px;
  color: var(--white);
}
.profile-carousel .rollover-wrapper:before {
  content: "";
  background-image: url("../images/circle-arrow-white-yellow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 56px;
  height: 56px;
  display: none;
}
.profile-carousel .slide img {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: transform;
  -moz-transition: transform;
  -o-transition: transform;
  transition: transform;
  -webkit-transition-duration: 125ms;
  -moz-transition-duration: 125ms;
  -o-transition-duration: 125ms;
  transition-duration: 125ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.profile-carousel a:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -moz-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -o-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  transform: translate3d(0, 0, 0) scale(1.05, 1.05);
}
/*Hero Image*/
.hero-image-feature {
  width: 100%;
  height: 706px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: var(--primary-dark-blue);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.hero-image-feature::before {
  content: "";
  bottom: 100px;
  left: 0;
  height: 270px;
  transition: 0.3s;
  border-left: 24px solid var(--primary-light-blue);
  z-index: 1;
  position: absolute;
}
.hero-image-feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgb(0, 79, 110);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 79, 110, 1) 0%,
    rgba(0, 105, 146, 1) 25%,
    rgba(0, 158, 220, 0) 60%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 79, 110, 1) 0%,
    rgba(0, 105, 146, 1) 25%,
    rgba(0, 158, 220, 0) 60%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 79, 110, 1) 0%,
    rgba(0, 105, 146, 1) 25%,
    rgba(0, 158, 220, 0) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004f6e", endColorstr="#009edc", GradientType=1);
}
.hero-content-wrapper {
  position: relative;
  left: 140px;
  bottom: 150px;
  z-index: 1;
}
.hero-image-feature .page-title {
  font-weight: 600;
  color: var(--white);
  font-size: 5rem;
  line-height: 6.25rem;
  margin-bottom: 30px;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
/* design file diff from resource files omni-dev 9-6-22 */
/* .hero-image-feature .breadcrumb, .content .hero-image-feature ol.breadcrumb{

    z-index: 1;

    color: var(--white);

    margin: 0;

    font-size: 2rem;

    line-height: 2.875rem;

    padding: 0;

} */
.hero-image-feature .breadcrumb {
  z-index: 1;
  color: var(--white);
  margin: 0;
  font-size: 2rem;
  line-height: 2.875rem;
  padding: 0;
}
.hero-image-feature .breadcrumb a,
.hero-image-feature .breadcrumb .breadcrumb-item.active,
.content .hero-image-feature ol.breadcrumb li:not(:first-child)::before {
  color: var(--white);
}
.breadcrumb a,
.breadcrumb .breadcrumb-item.active,
.content ol.breadcrumb li:not(:first-child)::before {
  color: #000;
}
.hero-image-feature.secondary-hero {
  justify-content: center;
}
.hero-image-feature.secondary-hero::after {
  background: rgb(0, 158, 220);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 158, 220, 0) 30%,
    rgba(0, 105, 146, 1) 75%,
    rgba(0, 79, 110, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 158, 220, 0) 30%,
    rgba(0, 105, 146, 1) 75%,
    rgba(0, 79, 110, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 158, 220, 0) 30%,
    rgba(0, 105, 146, 1) 75%,
    rgba(0, 79, 110, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009edc", endColorstr="#004f6e", GradientType=1);
}
.hero-image-feature.secondary-hero::before {
  left: unset;
  bottom: unset;
  top: 59%;
  transform: translate(0, -50%);
  right: 0;
  border-left: none;
  border-right: 24px solid var(--pale-yellow);
}
.secondary-hero .hero-content-wrapper {
  left: unset;
  bottom: unset;
  top: 62px;
  right: 140px;
}
.hero-image-feature.secondary-hero .page-title {
  margin-bottom: 0;
  text-align: right;
}
.hero-image-feature.secondary-hero p {
  text-align: right;
  color: var(--white);
  font-size: 2rem;
  margin-top: 40px;
  position: absolute;
  right: 0;
}
/*Video*/
.hero-video-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.video-feature {
  width: 100%;
  height: 90vh;
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #000;
  display: flex;
  align-items: flex-end;
  position: relative;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.play-pause,
.play,
.modal-play {
  color: var(--white);
  background-color: rgba(0, 57, 93, 0.5);
  width: 50px;
  height: 50px;
  border: 1px solid var(--white);
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.play-pause:hover,
.play-pause:focus,
.modal-play:hover,
.modal-play:focus {
  background-color: rgba(0, 57, 93, 1);
  color: var(--white);
}
.play {
  display: none;
}
.play-pause .fa-solid,
.modal-play .play-modal {
  position: absolute;
  text-align: center;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-pause .fa-pause {
  font-size: 2rem;
}
.play-pause .fa-pause::before {
  content: "";
  background-image: url(../images/pause.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.play-pause .fa-play,
.modal-play .play-modal {
  position: absolute;
  text-align: center;
  font-size: 1.75rem;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.play-pause .fa-play::before,
.modal-play .play-modal::before {
  content: "";
  background-image: url(../images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 17px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.video-feature .video-caption {
  padding: 0;
  line-height: 30px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--white);
  width: 100%;
}
.video-feature::after {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  top: 55%;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0, 57, 93);
  background: -moz-linear-gradient(
    top,
    rgba(0, 57, 93, 0) 0,
    rgba(0, 57, 93, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 57, 93, 0) 0,
    rgba(0, 57, 93, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 57, 93, 0) 0,
    rgba(0, 57, 93, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.video-caption h1,
.video-caption h2 {
  color: var(--white);
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.video-feature .video-caption .container,
.video-feature .video-caption .container-xl {
  position: relative;
}
.banner-ctas {
  position: absolute;
  right: 0;
  bottom: 60px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.813rem;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.banner-ctas a {
  color: var(--white);
  text-decoration: none;
  padding: 15px 32px;
  display: block;
}
.banner-ctas a:hover,
.banner-ctas a:focus {
  color: var(--pale-yellow);
}
.banner-ctas a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.3s;
  border-left: 0.25rem solid var(--primary-light-blue);
}
.banner-ctas:hover a:after,
.banner-ctas:focus a:after {
  height: 0;
}
.banner-ctas ul li {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner-ctas:hover ul:hover a:hover:after,
.banner-ctas:focus ul:focus a:focus:after {
  height: 100%;
}
.banner-ctas.mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  z-index: 4;
}
.banner-ctas.mobile ul {
  margin: 0;
  display: flex;
  justify-content: center;
}
.banner-ctas.mobile ul li {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.banner-ctas.mobile a {
  background-color: var(--alternate-blue);
}
.banner-ctas.mobile a:hover,
.banner-ctas.mobile a:focus {
  background-color: var(--primary-dark-blue);
  color: var(--white);
}
.banner-ctas.mobile a:after {
  display: none;
}
.background-image-carousel {
  background-color: #000;
}
.background-image-carousel .slide {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 125px);
}
.background-image-carousel .slide .slider-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background-image-carousel .slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0, 57, 93);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 57, 93, 0.6026785714285714) 25%,
    rgba(0, 57, 93, 0) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00395d", endColorstr="#00395d", GradientType=1);
}
.background-image-carousel .carousel-caption {
  text-align: center;
  color: var(--white);
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  padding: 0;
  bottom: 84px;
  z-index: 1;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.background-image-carousel .carousel-caption h2 {
  color: var(--white);
  font-size: 3.75rem;
  line-height: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 48px;
}
.background-image-carousel .slick-dots {
  bottom: 36px;
}
.two-column-story-carousel .slick-dots,
.card-carousel .slick-dots {
  bottom: -45px;
}
.events-carousel .slick-dots,
.news-carousel .slick-dots {
  bottom: 10px;
}
.content .slick-dots li {
  width: 16px;
  height: 11px;
  position: relative;
  background-color: #c7c9c8;
}
.content .slick-dots li:first-child:after {
  content: "";
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-right: 9px solid #c7c9c8;
  position: absolute;
  left: -9px;
  top: 0;
}
.content .slick-dots li:first-child.slick-active:after {
  border-right: 9px solid #00a3e3;
}
.background-image-carousel .slick-dots li:first-child.slick-active:after {
  border-right: 9px solid var(--pale-yellow);
}
.content .slick-dots li:last-child:after {
  content: "";
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 9px solid #c7c9c8;
  position: absolute;
  right: -9px;
  top: 0;
}
.content .slick-dots li:last-child.slick-active:after {
  border-left: 9px solid #00a3e3;
}
.background-image-carousel .slick-dots li:last-child.slick-active:after {
  border-left: 9px solid var(--pale-yellow);
}
.content .slick-dots li button {
  width: 16px;
  height: 11px;
  padding: 0;
}
.content .slick-dots li button:before {
  font-family: unset;
  width: 16px;
  height: 11px;
  content: "";
  opacity: 1;
  background-color: #c7c9c8;
}
.content .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #00a3e3;
}
.background-image-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--pale-yellow);
}
.background-image-carousel .slick-prev,
.background-image-carousel .slick-next {
  top: unset;
  bottom: 150px;
  width: 30px;
  height: 85px;
  z-index: 1;
}
.two-column-story-carousel .slick-prev,
.two-column-story-carousel .slick-next,
.card-carousel .slick-prev,
.card-carousel .slick-next {
  width: 30px;
  height: 85px;
  z-index: 1;
}
.card-carousel .slick-next,
.card-carousel .slick-prev {
  transform: translate(0, -50%);
}
.card-carousel .slick-next {
  right: -35px;
}
.card-carousel .slick-prev {
  left: -35px;
}
.background-image-carousel .slick-next {
  right: 75px;
}
.two-column-story-carousel .slick-next {
  right: 185px;
}
.background-image-carousel .slick-next.slick-disabled,
.two-column-story-carousel .slick-next.slick-disabled,
.background-image-carousel .slick-prev.slick-disabled,
.two-column-story-carousel .slick-prev.slick-disabled,
.card-carousel .slick-next.slick-disabled,
.card-carousel .slick-prev.slick-disabled {
  cursor: auto;
}
.background-image-carousel .slick-prev,
.two-column-story-carousel .slick-prev {
  left: 75px;
  z-index: 1;
}
.background-image-carousel .slick-prev:before,
.two-column-story-carousel .slick-prev:before,
.card-carousel .slick-prev:before {
  display: block;
  content: "";
  background-image: url("../images/prev-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 85px;
  width: 30px;
}
.background-image-carousel .slick-next:before,
.two-column-story-carousel .slick-next:before,
.card-carousel .slick-next:before {
  display: block;
  content: "";
  background-image: url("../images/next-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 85px;
  width: 30px;
  opacity: 1;
}
.two-column-story-carousel .slick-prev:before,
.card-carousel .slick-prev:before {
  background-image: url("../images/prev-arrow-blue.svg");
}
.two-column-story-carousel .slick-next:before,
.card-carousel .slick-next:before {
  background-image: url("../images/next-arrow-blue.svg");
}
.background-image-carousel .slick-prev:after,
.background-image-carousel .slick-next:after,
.two-column-story-carousel .slick-prev:after,
.two-column-story-carousel .slick-next:after,
.card-carousel .slick-prev:after,
.card-carousel .slick-next:after {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 5px 0 0;
  border-style: solid;
  border-color: var(--white);
  transform-origin: 100% 0;
  transition: 0.2s ease;
  opacity: 0;
}
.two-column-story-carousel .slick-prev:after,
.two-column-story-carousel .slick-next:after,
.card-carousel .slick-next:after {
  border-color: var(--primary-light-blue);
}
.background-image-carousel .slick-prev:after,
.two-column-story-carousel .slick-prev:after,
.card-carousel .slick-prev:after {
  left: unset;
  right: 0;
}
.background-image-carousel .slick-disabled.slick-prev:before,
.background-image-carousel .slick-disabled.slick-next:before,
.background-image-carousel .slick-disabled.slick-next:after,
.background-image-carousel .slick-disabled.slick-next:after,
.two-column-story-carousel .slick-disabled.slick-prev:before,
.two-column-story-carousel .slick-disabled.slick-next:before,
.two-column-story-carousel .slick-disabled.slick-next:after,
.two-column-story-carousel .slick-disabled.slick-next:after,
.card-carousel .slick-disabled.slick-prev:before,
.card-carousel .slick-disabled.slick-next:before,
.card-carousel .slick-disabled.slick-next:after,
.card-carousel .slick-disabled.slick-next:after {
  opacity: 0.25;
}
.background-image-carousel .slick-disabled.slick-prev:hover::after,
.background-image-carousel .slick-disabled.slick-next:hover::after,
.two-column-story-carousel .slick-disabled.slick-prev:hover::after,
.two-column-story-carousel .slick-disabled.slick-next:hover::after,
.card-carousel .slick-disabled.slick-prev:hover::after,
.card-carousel .slick-disabled.slick-next:hover::after {
  height: 0 !important;
}
.background-image-carousel .slick-prev:hover::after,
.background-image-carousel .slick-next:hover::after {
  border-color: var(--white);
  height: 100%;
  opacity: 1;
}
.two-column-story-carousel .slick-prev:hover::after,
.two-column-story-carousel .slick-next:hover::after,
.card-carousel .slick-prev:hover::after,
.card-carousel .slick-next:hover::after {
  border-color: var(--primary-light-blue);
  height: 100%;
  opacity: 1;
}
.two-column-story-carousel {
  margin-bottom: 100px !important;
}
.two-column-story-carousel .carousel-caption {
  color: #000000;
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 300;
  position: relative;
  text-align: left;
  right: unset;
  bottom: unset;
  left: unset;
  padding: 0;
}
.two-column-story-carousel .carousel-caption h3 {
  color: var(--primary-dark-blue);
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 24px;
}
.two-column-story-carousel .slide .row .col-lg-5 {
  display: flex;
  align-items: center;
}
.card-carousel {
  margin: 0 -12px;
}
.card-carousel .card {
  margin: 0 12px;
}
.padding-left-110 {
  padding-left: 110px;
}
.fullwidth-split {
  padding: 0;
  overflow: hidden;
}
.fullwidth-split-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: var(--primary-light-blue);
}
.fullwidth-split-image {
  position: relative;
  height: 683px;
}
.fullwidth-split-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  right: 50%;
  background: rgb(0, 57, 93);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 11, 19, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 11, 19, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 57, 93, 1) 0%,
    rgba(0, 11, 19, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00395d", endColorstr="#000b13", GradientType=1);
  z-index: 1;
}
.fullwidth-split .showcase-content {
  background-color: rgba(255, 255, 255, 0.94);
  padding: 130px 52px 20px;
  text-decoration: none;
  color: #000000;
  position: absolute;
  right: 0;
  width: 407px;
  top: 60px;
  bottom: 60px;
  z-index: 2;
}
.fullwidth-split .order-lg-1 .showcase-content {
  left: 0;
  right: unset;
}
.fullwidth-split .showcase-content::before {
  content: "";
  position: absolute;
  transform: none;
  top: 0;
  left: 0;
  width: 0;
  transition: 0.3s;
  border-top: 17px solid var(--primary-dark-blue);
  z-index: 2;
}
.fullwidth-split .showcase-content:hover::before,
.fullwidth-split .showcase-content:focus::before {
  width: 100%;
}
.fullwidth-split .showcase-content:hover,
.fullwidth-split .showcase-content:focus {
  background-color: rgba(229, 229, 229, 0.94);
}
.showcase-no-image .row {
  align-items: center !important;
}
.showcase-no-image .row [class*="col-"]:nth-child(1) {
  text-align: right;
  padding: 75px;
  position: relative;
}
.showcase-no-image .row [class*="col-"]:nth-child(2) {
  padding: 75px;
  position: relative;
}
.showcase-no-image .row [class*="col-"]:nth-child(1)::after {
  transform: translate(0, -50%);
  top: 50%;
  content: "";
  position: absolute;
  right: -15px;
  height: 210px;
  transition: 0.3s;
  border-left: 31px solid var(--primary-light-blue);
  z-index: 2;
}
.showcase-no-image .row h2 {
  margin: 0;
}
.factoids .factoid:nth-child(1) {
  margin-right: 0;
}
.factoids .factoid:nth-child(1) p,
.factoids .factoid:nth-child(3) p {
  width: 750px;
}
.factoids .factoid:nth-child(2) {
  margin-left: 0;
}
.factoid {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.875rem;
  display: table;
  margin: 25px auto;
}
.factoid .large-content {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 6.25rem;
  color: var(--primary-dark-blue);
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
  width: auto;
  text-align: right;
}
.factoid p {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.factoid a {
  font-weight: 500;
}
.footer-wrapper {
  background-color: var(--primary-dark-blue);
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 110px 0 200px;
  position: relative;
  height: 1880px;
}
footer {
  color: var(--primary-dark-blue);
  font-size: 1.25rem;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
footer .cta {
  margin-bottom: 50px;
  text-align: center;
}
footer .cta .btn {
  font-size: 2.125rem;
  line-height: 2.563rem;
  padding: 0.75rem 1.75rem 1rem;
}
footer .cta .btn:before {
  border-right: 0.25rem solid var(--primary-light-blue);
  border-left: 0.25rem solid var(--primary-light-blue);
}
footer .cta .btn:after {
  border-top: 0.25rem solid var(--primary-light-blue);
  border-bottom: 0.25rem solid var(--primary-light-blue);
}
footer strong {
  font-weight: 600;
}
footer .map {
  margin-left: 20px;
}
footer .footer-logo {
  max-width: 423px;
  display: block;
  margin: 10px auto;
}
footer a {
  color: var(--primary-dark-blue);
  position: relative;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  text-decoration: underline;
  color: var(--primary-dark-blue);
}
.footer-social a:before {
  color: var(--primary-dark-blue);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.footer-social li a:hover:before,
.footer-social li a:focus:before {
  text-decoration: none;
  color: var(--alternate-blue);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}
footer ul {
  list-style: none;
  padding: 0;
}
footer .resource-menu .nav {
  width: 100%;
  display: block;
}
footer .resource-menu a {
  padding: 0;
}
footer .resource-menu .dropdown-toggle {
  font-size: 1.375rem;
  color: var(--primary-dark-blue);
  border-bottom: 1px solid var(--primary-light-blue);
  font-weight: 600;
  padding-bottom: 10px;
}
footer .resource-menu .dropdown-menu {
  position: relative;
  background-color: transparent;
  border: none;
}
footer .resource-menu .dropdown-menu ul {
  color: var(--primary-dark-blue);
}
footer .utility-menu {
  font-size: 1rem;
  color: var(--primary-dark-blue);
}
footer .utility-menu li {
  position: relative;
  margin-right: 25px !important;
}
footer .utility-menu li:last-child {
  margin-right: 0 !important;
}
footer .utility-menu li:after {
  content: "|";
  color: var(--primary-dark-blue);
  position: absolute;
  right: -16px;
}
footer .utility-menu li:last-child:after {
  content: "";
}
.footer-social {
  padding-left: 0;
  list-style: none;
  margin: 40px auto;
  text-align: center;
}
.footer-social li {
  display: inline-block;
  margin: 0 5px;
}
.footer-social a {
  color: var(--primary-dark-blue);
}
.footer-social li a:before,
.header-social li a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  color: var(--primary-dark-blue);
  font-size: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.footer-social li a.twitter:before {
  content: "\f099";
}
.footer-social li a.facebook:before {
  content: "\f39e";
}
.footer-social li a.youtube:before {
  content: "\f167";
}
.footer-social li a.instagram:before {
  content: "\f16d";
}
.footer-social li a.linkedin:before {
  content: "\f0e1";
}
.footer-social li a.flickr:before {
  content: "\f16e";
}
.footer-wrapper .bottom-row {
  text-align: center;
  color: var(--pale-yellow);
  margin: 20px auto 40px;
  font-size: 1.75rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.filter-thumbnails .card-body {
  min-height: 135px;
}
.filter-thumbnails .card a:hover .image-overlay .card-img-top,
.filter-thumbnails .card a:focus .image-overlay .card-img-top {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -moz-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -o-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
  transform: translate3d(0, 0, 0) scale(1.05, 1.05);
}
#programs-wrapper {
  padding-top: 21px;
}
#programs-wrapper .row > .fail-message {
  position: relative;
  top: -25px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
  display: none;
}
#programs-wrapper .row > .fail-message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#programs-wrapper .row > .fail-message span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
}
#programs-wrapper .mixitup-container-failed + .row > .fail-message {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
#programs-wrapper .load-more.btn:disabled {
  display: none;
}
.programs-search .form-control {
  border: none;
  border-radius: 0;
  background-color: #f4f6f6;
  padding: 20px 32px 20px 70px;
  color: #000;
  font-size: 1.25rem;
}
.program-search-wrapper {
  position: relative;
}
.program-search-wrapper ::-webkit-input-placeholder {
  color: #000;
}
.program-search-wrapper ::-moz-placeholder {
  color: #000;
}
.program-search-wrapper ::-ms-placeholder {
  color: #000;
}
.program-search-wrapper ::placeholder {
  color: #000;
}
.program-search-wrapper img {
  width: 31px;
  height: 32px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.programs-search .control-group-label {
  display: block;
  width: 100%;
}
.program-filter-dropdown {
  background-color: transparent;
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  padding: 15px 0;
  font-size: 1.875rem;
  line-height: 2.125rem;
  position: relative;
  color: #000;
}
.programs-search .form-select {
  border: 1px solid var(--primary-light-blue);
  background-image: url("../images/program-filter-arrow-down.svg");
  border-radius: 0;
}
.programs-search .reset {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
  top: -20px;
  float: right;
  display: flex;
  align-items: center;
}
.programs-search .reset img {
  margin-left: 10px;
  width: 20px;
}
.programs-search .reset:hover,
.programs-search .reset:focus {
  color: var(--alternate-blue);
}
.programs-search .collapse-wrapper {
  padding: 20px 0;
}
.programs-search .checkbox {
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  color: #000;
}
.programs-search .checkbox::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #f4f6f6;
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 15px;
  display: inline-block;
}
.programs-search .checkbox.mixitup-control-active::before {
  background-color: var(--primary-light-blue);
}
.programs-search .radio {
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  color: #000;
  padding: 1px 6px;
}
.programs-search .radio::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f4f6f6;
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 15px;
  display: inline-block;
}
.programs-search .radio.mixitup-control-active::before {
  background-color: var(--white);
  border: 1px solid var(--primary-light-blue);
}
.programs-search .radio.mixitup-control-active::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--primary-light-blue);
  position: absolute;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  display: block;
}
.your-results {
  border-top: 1px solid var(--primary-light-blue);
  padding-top: 54px;
  display: none;
}
.your-results.show-results {
  display: block;
}
.your-results h2 {
  font-size: 1.875rem;
  display: inline-block;
  margin-bottom: 0;
}
.your-results .views {
  float: right;
}
.your-results .views .grid {
  background-image: url(../images/program-filter-grid-unselected.svg);
  background-color: transparent;
  border: none;
  width: 41px;
  height: 21px;
  display: inline-block;
  margin: 10px;
}
.your-results .views .grid.active {
  background-image: url(../images/program-filter-grid.svg);
}
.your-results .views .list {
  background-color: #c7c9c8;
  border: none;
  width: 41px;
  height: 21px;
  display: inline-block;
  margin: 10px;
}
.your-results .views .list.active {
  background-color: var(--primary-light-blue);
}
.list-mode .card .image-overlay {
  display: none;
}
.programs-search .controls .control-group {
  position: relative;
}
/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
  #site-search .modal-dialog {
    right: 0;
  }
  .search-modal-open {
    padding-right: 0 !important;
  }
  .main-navigation .dropdown-menu.mega .container .row {
    margin: 0 !important;
  }
  .main-navigation .dropdown .dropdown-menu p,
  .main-navigation .dropdown .dropdown-menu img {
    display: none;
  }
  .main-navigation .dropdown .dropdown-menu .divider-line {
    margin-left: 15px;
  }
  .main-navigation .dropdown .dropdown-menu .divider-line:before {
    left: -10px;
  }
  .alert .btn {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
  .alert .heading {
    font-size: 1.325rem;
    margin-bottom: 10px;
  }
  .btn {
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 34px;
  }
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  .lead {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  blockquote,
  .blockquote {
    border-left: 35px solid var(--pale-yellow);
    padding-left: 40px;
    margin: 54px 0;
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .content ul li::before {
    width: 1.5em;
    margin-left: -1.5em;
    font-size: 1rem;
  }
  .main-navigation .dropdown-menu h3.menu-heading {
    padding: 10px 15px;
    padding-top: 0;
  }
  .video-feature {
    height: auto;
    min-height: 600px;
  }
  .btn-blue {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .banner-ctas a {
    padding: 10px 15px;
  }
  .hero-image-feature {
    height: 400px;
  }
  .hero-content-wrapper {
    left: 50px;
    bottom: 65px;
  }
  .secondary-hero .hero-content-wrapper {
    right: 50px;
    top: 32px;
  }
  .hero-image-feature::before {
    bottom: 50px;
    height: 120px;
    border-left: 14px solid var(--primary-light-blue);
  }
  .hero-image-feature.secondary-hero::before {
    border-right: 14px solid var(--pale-yellow);
  }
  .hero-image-feature .page-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 15px;
  }
  .hero-image-feature .breadcrumb,
  .content .hero-image-feature ol.breadcrumb {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .background-image-carousel .slide {
    height: 718px;
  }
  .background-image-carousel .carousel-caption h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
  }
  .background-image-carousel .carousel-caption {
    font-size: 1.25rem;
    line-height: 1.625rem;
    left: 20px;
    right: 20px;
    bottom: 70px;
  }
  .testimonial .quote:after {
    top: -90px;
    right: -30px;
    width: 209px;
    height: 155px;
  }
  .two-column-story-carousel img {
    margin: 20px auto;
  }
  .two-column-story-carousel .carousel-caption {
    margin: 20px;
  }
  .padding-left-110 {
    padding-left: 20px;
  }
  .parallax-bg {
    background-attachment: scroll;
  }
  .pathway-card .card-header:before {
    height: 51px;
    border-left: 14px solid var(--primary-light-blue);
  }
  .pathway-cards.card-shown,
  .pathway-cards > [class*="col-"] {
    min-height: 400px;
  }
  .pathway-card.card {
    min-height: 200px;
  }
  .pathway-card .card-header h2,
  .pathway-card .card-header .h2 {
    font-size: 1.5rem;
    line-height: 1.813rem;
    left: 10px;
    font-weight: 600;
  }
  .pathway-card.show-pathway .card-header h2,
  .pathway-card.show-pathway .card-header .h2 {
    color: #000;
    margin: 0;
    position: absolute;
    left: 60px;
    text-align: left;
    line-height: 2.25rem;
    text-shadow: none;
    top: 20px;
  }
  .pathway-card.card.show-pathway {
    position: relative;
    height: 100%;
    min-height: auto;
    padding: 0;
  }
  .pathway-card.show-pathway .card-header {
    width: 14px;
  }
  .pathway-card.show-pathway .card-body {
    width: 100%;
    position: relative;
    padding: 6.5rem 2rem 2rem 3.75rem;
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .pathway-card .card-body .btn {
    margin-top: 20px;
    width: auto;
  }
  .factoid {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-left: 15px;
  }
  .factoids .factoid:nth-child(2) {
    margin-left: 15px;
  }
  .factoid .large-content {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .factoid p {
    display: block;
    width: 100%;
  }
  .factoids .factoid:nth-child(1) p,
  .factoids .factoid:nth-child(3) p {
    width: 100%;
  }
  .tabs .nav-tabs {
    display: block;
  }
  .tabs .nav-tabs .nav-item {
    margin-top: 15px;
    width: 100%;
  }
  .tabs .nav-tabs .nav-link.active:after,
  .nav-tabs .nav-item.show .nav-link:after {
    bottom: -4px;
    left: 25px;
    position: relative;
  }
  #video-modal .close {
    top: -60px;
    width: 60px !important;
    height: 60px;
  }
  .card.showcase h2,
  .card.showcase p {
    padding-left: 0;
  }
  .card.showcase .card-body {
    padding: 0.75rem;
  }
  .fullwidth-split .showcase-content {
    position: relative;
    top: 0;
    left: 25px;
    width: 100%;
    padding: 25px;
    padding-right: 45px;
  }
  .fullwidth-split .order-lg-1 .showcase-content {
    left: 25px;
  }
  .fullwidth-split-image {
    height: 400px;
  }
  .fullwidth-split-image {
    height: 413px;
  }
  .divider-line-light-blue:before {
    left: 15px;
  }
  .accordion .accordion-item .accordion-body {
    padding: 0 20px 50px 20px;
    background-color: #ffff;
  }
  .showcase-no-image .row h2 {
    margin-right: 10px;
  }
  .hero-image-feature.secondary-hero p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 10px;
  }
  .numbered-steps,
  .content ol.numbered-steps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
  }
  .numbered-steps::before {
    left: 20px;
    width: 8px;
    height: 100%;
    background: var(--primary-light-blue);
    top: 0;
  }
  .numbered-steps li,
  .content ol.numbered-steps li {
    margin: 20px auto;
  }
  .numbered-steps li::before,
  .content ol.numbered-steps li::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 8px;
    height: 100%;
    background: var(--primary-light-blue);
    top: 0;
  }
  .numbered-steps li a {
    flex-direction: row;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .numbered-steps li a span {
    position: relative;
    top: 50%;
    left: 20px;
    text-align: left;
    width: 200px;
  }
  .numbered-steps li a::before {
    margin-bottom: 0;
  }
  .step-heading h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .step-heading .step {
    width: 80px;
    height: 80px;
    font-size: 3rem;
    line-height: 3rem;
  }
  .step-heading .step-text {
    margin-left: 115px;
  }
  .step-heading p {
    font-size: 1.65rem;
    line-height: 2rem;
  }
  .step-heading {
    margin-bottom: 55px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .site-navigation .modal-content {
    width: 100% !important;
  }
  .video-feature {
    height: auto;
    min-height: 570px;
  }
  .video-feature .video-caption {
    bottom: 24px;
    left: 24px;
  }
  .video-feature video {
    display: none;
  }
  .play-pause,
  .play {
    display: none;
    width: 47px;
    height: 47px;
  }
  .play-pause .fa-pause::before {
    background-size: 12px 23px;
    width: 12px;
    height: 23px;
  }
  .play-pause .fa-play::before {
    background-size: 18px 21px;
    width: 18px;
    height: 21px;
  }
  .video-caption h1,
  .video-caption h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    width: 50%;
  }
  .video-feature .banner-ctas,
  .video-caption .btn-blue {
    display: none;
  }
  .btn-blue {
    font-size: 1.125rem;
    padding: 1.25rem 2.125rem;
  }
  .event-item:after {
    display: none;
  }
  .news-item:after {
    display: none;
  }
  .testimonial .attribution {
    margin-left: 0;
  }
  .callout-lined::before {
    left: 34px;
  }
  .callout-lined {
    padding: 34px;
  }
  .callout-solid {
    padding: 20px;
    max-width: 200px;
    margin: 0 0 24px 24px;
  }
  .divider-line-yellow {
    margin-top: 40px;
    padding-left: 35px;
  }
  footer {
    position: relative;
  }
  .footer-wrapper .bottom-row {
    font-size: 1.5rem;
    bottom: 0;
    padding: 35px 20px;
    height: 245px;
    position: static;
    color: #000;
    text-shadow: none;
    z-index: 0;
    background-image: url("../images/footer-bg-mobile.jpg");
    background-position: top center;
    background-size: cover;
  }
  .footer-wrapper {
    padding: 0;
    background-image: none;
    height: auto;
  }
  footer .footer-logo {
    max-width: 250px;
    margin: 0 auto 60px;
  }
  footer .cta {
    display: none;
  }
  footer .utility-menu {
    text-align: center;
  }
  footer .resource-menu .dropdown-menu {
    position: relative !important;
    box-shadow: none;
    border: none;
    padding: 20px 0;
    transform: none !important;
    z-index: 4;
  }
  footer .row.bg-white.opacity {
    padding: 60px 20px !important;
    background-color: #00395d !important;
    color: var(--white);
  }
  .footer-social a,
  footer a,
  footer .utility-menu {
    color: var(--white);
  }
  .footer-social.justify-content-evenly {
    justify-content: space-between !important;
  }
  .footer-social li a:before,
  .header-social li a:before {
    color: var(--white);
  }
  footer .resource-menu .dropdown-toggle {
    padding-top: 10px;
    color: var(--white);
  }
  footer .resource-menu .dropdown-toggle:hover,
  footer .resource-menu .dropdown-toggle:focus {
    text-decoration: none;
  }
  footer .resource-menu .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    background-image: url("../images/plus-icon-white.svg");
    background-size: contain;
    height: 20px;
    width: 20px;
    transition: transform 0.2s ease-in-out;
    border: none;
  }
  footer .resource-menu .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
  }
  footer .resource-menu .dropdown-menu ul.list-unstyled {
    margin-bottom: 10px;
    color: var(--white);
  }
  .filter-thumbnails .card-body {
    min-height: unset;
  }
  .section#programs-wrapper {
    padding-top: 0;
  }
  .your-results {
    margin-bottom: 30px;
  }
  #programs-wrapper .row > .fail-message {
    top: 0;
  }
  #programs-wrapper .card .image-overlay {
    display: none;
  }
  #programs-wrapper .card {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .logo {
    width: 225px !important;
  }
  .search-toggle,
  .search-close {
    right: 65px !important;
  }
  .menu-toggle {
    right: 20px !important;
  }
}
@media (min-width: 576px) {
  .fullwidth-split {
    max-width: 540px;
    margin: 0 auto;
  }
  .fullwidth-split-image {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .banner-ctas.mobile,
  .btn-blue.mobile {
    display: none;
  }
  .fullwidth-split {
    max-width: 720px;
    margin: 0 auto;
  }
  .fullwidth-split-image {
    height: 320px;
  }
  footer .resource-menu .dropdown-menu {
    display: block;
  }
  footer .resource-menu a.nav-link.dropdown-toggle::after {
    display: none;
  }
  footer .resource-menu .dropdown-toggle,
  footer .resource-menu .dropdown-toggle:hover,
  footer .resource-menu .dropdown-toggle:focus {
    cursor: auto;
    text-decoration: none !important;
  }
  footer .row.bg-white.opacity {
    position: relative;
    margin-bottom: 50px;
  }
  .footer-wrapper .bottom-row {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  footer .resource-menu .dropdown-menu[style] {
    inset: 0 !important;
    position: relative !important;
    transform: none !important;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .video-caption h1 {
    font-size: 3.5rem;
    line-height: 55px;
    display: block;
    margin-bottom: 20px;
    max-width: 75%;
  }
  footer .cta .btn {
    font-size: 2rem;
    line-height: 2.563rem;
    padding: 0.75rem 1.125rem 1rem;
  }
  footer .utility-menu {
    text-align: center;
  }
}
/* Large desktops and laptops */
@media (min-width: 992px) {
  #site-search {
    padding-top: 125px;
  }
  .main-navigation .dropdown .dropdown-menu p {
    font-size: 1.188rem;
    line-height: 1.5rem;
    margin: 0;
  }
  .btn-right,
  .content .btn-right {
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .four-column {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 40px;
  }
  .four-column li {
    display: inline-block;
    width: 100%;
  }
  .three-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 40px;
  }
  .three-column li {
    display: inline-block;
    width: 100%;
  }
  .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
  }
  .two-column li {
    display: inline-block;
    width: 100%;
  }
  .figure.float-lg-start {
    margin-right: 60px;
  }
  .figure.float-lg-end {
    margin-left: 60px;
  }
  .figure.float-lg-start:after,
  .figure.float-lg-end:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }
  .figure {
    display: table;
    margin-bottom: 75px;
  }
  .figure-caption {
    display: table-caption;
    caption-side: bottom;
  }
  .figure.quarter-width {
    width: 508px;
  }
  .figure.quarter-width img {
    width: 100%;
    height: 347px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
  }
  .figure.half-width {
    width: 650px;
  }
  .figure.half-width img {
    width: 100%;
    height: 442px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
  }
  .figure.full-width {
    width: 100%;
  }
  .figure.full-width img {
    width: 100%;
    height: 602px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
  }
  .figure.full-width {
    margin-top: 75px;
  }
  #video-modal .modal-dialog {
    max-width: 950px;
  }
  .six .pathway-card.card {
    width: 33.33333333%;
  }
  .pathway-card .card-body .btn {
    position: absolute;
    left: 32px;
    bottom: 100px;
    margin-top: 0;
  }
  .news-item a {
    min-height: 450px;
    padding: 95px 70px 40px;
  }
  .fullwidth-split {
    max-width: 960px;
    margin: 0 auto;
  }
  .fullwidth-split-image {
    height: 413px;
  }
  .footer-wrapper .bottom-row {
    font-size: 2.125rem;
  }
  .footer-social {
    margin-top: 112px;
  }
  footer .utility-menu {
    position: absolute;
    bottom: 48px;
    left: 48px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
  #site-search .btn {
    min-width: unset;
  }
  .hero-image-feature {
    height: 500px;
  }
  .hero-content-wrapper {
    left: 75px;
    bottom: 115px;
  }
  .secondary-hero .hero-content-wrapper {
    right: 50px;
    top: 52px;
  }
  .hero-image-feature::before {
    bottom: 75px;
    height: 200px;
    border-left: 20px solid var(--primary-light-blue);
  }
  .hero-image-feature.secondary-hero::before {
    border-right: 20px solid var(--pale-yellow);
  }
  .hero-image-feature .page-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 22px;
  }
  .hero-image-feature .breadcrumb {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .event-item a {
    min-height: 540px !important;
  }
  .card-body {
    min-height: 235px !important;
  }
  .image-card .card-body {
    min-height: 260px !important;
  }
  .filter-thumbnails .card-body {
    min-height: 135px !important;
  }
  .card-carousel .image-card .card-body {
    min-height: 115px !important;
  }
  .card .image-overlay {
    padding-top: 225px;
  }
  .fullwidth-split .showcase-content {
    padding: 30px 30px 20px;
    font-size: 1.125rem;
  }
  .fullwidth-split .showcase-content h2,
  .fullwidth-split .showcase-content h2 .h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
  }
  .footer-social li a:before,
  .header-social li a:before {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  footer .utility-menu {
    bottom: 10px;
    left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .video-caption h1,
  .video-caption h2 {
    width: 80%;
    font-size: 4.125rem !important;
    line-height: 5rem !important;
  }
  .figure.quarter-width {
    width: 350px;
  }
  .figure.quarter-width img {
    height: 239px;
  }
  .figure.half-width {
    width: 500px;
  }
  .figure.half-width img {
    height: 340px;
  }
  .figure.full-width img {
    height: 556px;
  }
}
@media (max-width: 1199px) {
  .mobile-logo img {
    width: 250px;
    padding: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .logo {
    width: 250px;
    padding: 34px 20px;
  }
  .site-navigation.modal {
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    z-index: 999999;
  }
  .site-navigation.modal.show {
    opacity: 1;
  }
  .site-navigation.modal .modal-dialog {
    width: auto;
    max-width: unset;
  }
  .site-navigation .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-color: var(--primary-dark-blue);
  }
  .site-navigation.modal .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    transform: none;
    -webkit-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
    box-shadow: -5px 1px 10px 0px rgba(0, 0, 0, 0.125);
  }
  .mobile-header .row {
    position: relative;
  }
  .main-navigation .container-fluid {
    padding: 0;
  }
  .main-navigation .container {
    max-width: none;
    padding: 0 2rem;
  }
  .main-navigation .nav .nav-item .nav-link.dropdown-toggle {
    border-top: 1px solid #47a1dd;
  }
  .main-navigation .nav .nav-item:first-child .nav-link.dropdown-toggle {
    border-top: none;
  }
  .main-navigation .nav .nav-item .nav-link {
    padding: 20px;
  }
  .main-navigation .aux {
    padding: 20px;
    border-top: 1px solid #47a1dd;
  }
  .main-navigation .aux .nav .nav-item .nav-link {
    padding: 0 20px;
  }
  .main-navigation .aux .nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .main-navigation .dropdown-menu li a {
    padding: 10px 0;
  }
  .main-navigation .dropdown-menu a {
    display: block;
  }
  .main-navigation .nav .nav-item {
    display: block;
    width: 100%;
  }
  .main-navigation .dropdown-menu .container .menu-heading {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main-navigation .dropdown-menu .container .menu-heading a {
    font-size: 1.188rem;
    font-weight: 700;
  }
  .main-navigation .dropdown-menu {
    transform: none !important;
    position: relative !important;
    padding: 0 0 1.5rem;
  }
  .main-navigation .nav li a {
    display: block;
  }
  .main-navigation .dropdown-menu li.container,
  .main-navigation .dropdown-menu li.container-fluid {
    max-width: unset;
    padding: 0 15px;
  }
  .main-navigation .dropdown-menu li a {
    padding: 0;
  }
  .main-navigation .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 15px;
    background-image: url("../images/plus-icon-white.svg");
    background-size: contain;
    height: 30px;
    width: 30px;
    transition: transform 0.2s ease-in-out;
  }
  .main-navigation .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
  }
  .menu-toggle {
    background-color: transparent;
    border: none;
    color: var(--white);
    font-size: 2.25rem;
    display: block;
    position: absolute;
    top: 52%;
    transform: translate(0, -50%);
    right: 30px;
    padding: 0;
    width: 35px;
  }
  .mobile-header {
    padding: 0;
    position: relative;
    z-index: 1056;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .navbar-toggler {
    border-top: 1px solid var(--primary-dark-blue);
  }
  .search-toggle,
  .search-close {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    right: 90px;
    width: 50px;
    padding: 0;
  }
  #site-search {
    padding-top: 100px;
  }
  #site-search form {
    padding-top: 60px;
  }
  #site-search form input[type="text"],
  #site-search form input.form-text {
    font-size: 1.25rem;
  }
  #site-search .form-submit {
    padding: 0;
    margin-top: 0;
  }
  #site-search .form-submit {
    bottom: 30px;
    right: 5px;
    font-size: 1.5rem;
    width: 30px;
  }
  #site-search .modal-content .modal-body .container,
  #site-search .modal-content .modal-body .container-fluid {
    max-width: unset;
  }
  .site-navigation .modal-content .modal-body {
    padding: 0;
  }
  .quicklinks,
  .main-navigation .search-toggle {
    display: none;
  }
  #off-screen-main-nav {
    display: none;
  }
  .off-screen-nav h2 {
    margin-bottom: 20px;
  }
  .off-screen-nav h3 {
    margin-bottom: 0;
  }
  .off-screen-nav .auxnav {
    margin-bottom: -1px;
  }
  .off-screen-nav .auxnav ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  .main-navigation .off-screen-nav .nav-item .nav-link {
    display: block;
  }
  .main-navigation .off-screen-nav .nav-item .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    background-image: url("../images/plus-icon.svg");
    background-size: contain;
    height: 20px;
    width: 20px;
    transition: transform 0.2s ease-in-out;
  }
  .news-carousel .slide:nth-child(2) > .news-item:after {
    display: none;
  }
  .showcase-no-image .row [class*="col-"]:nth-child(1) {
    text-align: left;
    padding: 25px 25px 0;
  }
  .showcase-no-image .row [class*="col-"]:nth-child(2) {
    padding: 25px;
  }
  .showcase-no-image .row [class*="col-"]:nth-child(1)::after {
    transform: none;
    top: 0;
    right: 0;
    height: 100%;
  }
  .programs-search .reset {
    top: 0;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  body[style] {
    padding-right: 0 !important;
    overflow: visible !important;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .events .container-fluid,
  .news .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-toggle,
  .menu-close,
  .mobile-header {
    display: none;
  }
  .site-navigation.modal[style] {
    display: block !important;
  }
  .main-navigation {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: 125px;
  }
  .modal-open-quicklinks .modal-backdrop,
  .modal-open .modal-backdrop {
    display: none;
    opacity: 0;
    background-color: transparent;
  }
  .video-modal-open.modal-open .modal-backdrop {
    display: block;
    opacity: 0.5;
    background-color: #000;
  }
  .off-screen-nav {
    width: 1211px;
    left: unset;
    right: 0;
  }
  .off-screen-nav.fade:not(.show) {
    opacity: 1;
  }
  .off-screen-nav.fade {
    transition: opacity 0.3s linear;
  }
  .off-screen-nav .modal-dialog,
  .off-screen-nav.fade .modal-dialog {
    margin: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: 1211px;
    right: -1211px;
    max-width: none;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
  }
  .off-screen-nav.show .modal-dialog {
    right: 0;
  }
  .off-screen-nav .modal-body {
    padding: 0;
  }
  .top-row .quicklinks.quicklinks-close {
    display: none;
    position: relative;
  }
  .modal-open-quicklinks[style] {
    overflow: visible !important;
    padding-right: 0 !important;
  }
  .modal-open-quicklinks .top-row .quicklinks {
    display: none;
  }
  .modal-open-quicklinks .top-row .quicklinks.quicklinks-close {
    display: block;
  }
  .search-modal-open .off-screen-push-wrapper {
    transform: none;
  }
  .off-screen-nav .modal-content {
    border-radius: 0;
    background-color: var(--white);
    height: auto;
  }
  header .modal-body {
    padding: 0;
  }
  .logo {
    position: relative;
    padding: 20px 0;
  }
  .logo img {
    width: 282px;
    display: block;
    margin: 0;
  }
  .site-navigation.modal {
    display: block;
    opacity: 1;
    position: relative;
    overflow: visible;
  }
  .site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
  }
  .site-navigation.modal .modal-dialog .modal-content {
    border: none;
    background-color: transparent;
  }
  header .top-row {
    padding-top: 15px;
    padding-right: 60px;
  }
  .main-navigation .nav {
    padding-right: 100px;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 12px 10px rgb(0 0 0 / 5%);
    z-index: 2;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    z-index: -1;
  }
  .main-navigation .nav .dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
  }
  .main-navigation .nav .dropdown:hover .dropdown-menu.mega {
    left: 0 !important;
  }
  .main-navigation .dropdown-menu a:hover,
  .main-navigation .dropdown-menu a:focus {
    color: var(--white);
    text-decoration: underline;
  }
  .main-navigation .aux .nav li a {
    padding: 0 25px;
  }
  .main-navigation .aux .nav li:last-child a {
    padding-right: 5px;
  }
  .main-navigation .aux .nav li a:hover,
  .main-navigation .aux .nav li a:focus {
    color: var(--pale-yellow);
    text-decoration: underline;
  }
  .main-navigation .dropdown-menu.mega {
    padding: 2rem 0.5rem;
    max-width: unset;
  }
  .main-navigation .dropdown-menu[style] {
    inset: unset !important;
    transform: none !important;
    top: 100% !important;
  }
  .main-navigation .dropdown-menu.mega[style] {
    left: 0 !important;
  }
  .main-navigation .nav .nav-item .nav-link {
    margin: 0;
    position: relative;
  }
  .main-navigation .dropdown-menu .container .menu-heading a {
    font-size: 2.125rem;
    line-height: 1.75rem;
  }
  .main-navigation .dropdown-menu .container .menu-heading a:hover,
  .main-navigation .dropdown-menu .container .menu-heading a:focus {
    color: var(--white);
    text-decoration: underline;
  }
  .main-navigation .dropdown-menu li a {
    padding: 0;
  }
  .main-navigation .nav .dropdown .dropdown-toggle {
    border-bottom: 5px solid transparent;
  }
  .main-navigation .nav .dropdown:hover .dropdown-toggle,
  .main-navigation .nav .dropdown .dropdown-toggle:hover,
  .main-navigation .nav .dropdown .dropdown-toggle[aria-expanded="true"],
  .main-navigation .nav .dropdown .dropdown-toggle:focus {
    border-bottom: 5px solid var(--pale-yellow);
  }
  #site-search .modal-content {
    padding: 110px 0 50px;
  }
  .quicklinks {
    background-color: var(--primary-light-blue);
    width: 141px;
    height: 125px;
    border: none;
    color: var(--black);
    text-decoration: none;
    z-index: 5;
    display: block;
    font-size: 1.313rem;
    font-weight: 500;
    padding: 0 10px 5px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .quicklinks:hover,
  .quicklinks:focus {
    color: #000;
  }
  .quicklinks img,
  .off-screen-nav .close img {
    display: block;
    margin: 0 auto;
    max-width: 47px;
  }
  .search-toggle,
  .search-close {
    border-bottom: 5px solid transparent;
  }
  .search-toggle:hover,
  .search-toggle:focus,
  .search-close:hover,
  .search-close:focus {
    border-bottom: 5px solid var(--pale-yellow);
  }
  .video-caption h1 {
    line-height: 5.875rem;
    font-size: 5.25rem;
  }
  .news-carousel .slide:nth-child(3) > .news-item:after {
    display: none;
  }
  .col-xl-8 .figure.float-lg-start {
    margin-left: -16.6%;
  }
  .col-xl-8 .figure.float-lg-end {
    margin-right: -16.6%;
  }
  .fullwidth-split {
    max-width: 1140px;
    margin: 0 auto;
  }
  .fullwidth-split-image {
    height: 500px;
  }
  .hero-image-feature {
    height: 565px;
  }
  .card-carousel .image-card .card-body {
    min-height: 135px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-navigation .nav {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .main-navigation .nav li .nav-link {
    padding: 30px 10px 15px 10px;
  }
  .search-toggle,
  .search-close {
    margin-left: 10px;
  }
  .event-item a {
    min-height: 560px;
  }
  .fullwidth-split .showcase-content {
    padding: 60px 30px 20px;
  }
  .fullwidth-split .showcase-content h2,
  .fullwidth-split .showcase-content h2 .h2 {
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  .footer-social li a:before,
  .header-social li a:before {
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .programs-search .reset {
    top: 0;
    margin: 20px 0;
  }
}
@media (min-width: 1400px) and (max-width: 1860px) {
  .fullwidth-split .showcase-content {
    padding: 80px 52px 20px;
  }
  .fullwidth-split .showcase-content h2,
  .fullwidth-split .showcase-content h2 .h2 {
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  .video-caption h1,
  .video-caption h2 {
    width: 80%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
  .main-navigation .nav {
    padding-right: 170px;
  }
  header .top-row .container {
    max-width: 1365px;
  }
  .hero-image-feature {
    height: 640px;
  }
  .fullwidth-split {
    max-width: 1320px;
    margin: 0 auto;
  }
  .fullwidth-split-image {
    height: 584px;
  }
  .event-item a {
    min-height: 505px;
  }
  .footer-wrapper {
    height: 2880px;
  }
}
@media (min-width: 1680px) {
  .main-navigation .nav {
    padding-right: 50px;
  }
}
@media (min-width: 1860px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1630px;
  }
  .fullwidth-split {
    max-width: 1630px;
    margin: 0 auto;
  }
  .hero-image-feature {
    height: 706px;
  }
  .fullwidth-split-image {
    height: 683px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn {
      overflow: visible;
    }
  }
}
.side-links {
  background-color: var(--primary-dark-blue);
}
.side-links h2 {
  font-size: 2rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-weight: 700;
  background-color: var(--alternate-blue);
  color: var(--white);
}
.side-links ul {
  list-style-type: none;
  padding: 0;
}
.side-links ul li {
  padding-bottom: 0;
}
.side-links ul li::before {
  content: unset;
  display: unset;
}
.side-links ul li {
  border-bottom: 1px solid var(--primary-light-blue);
}
.side-links ul li a {
  color: var(--white);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.side-links ul li a:hover {
  color: var(--primary-dark-blue);
  background-color: var(--white);
}
.content-news h1,
.content-news h2,
.content-news h3,
.content-news h4,
.content-news h5,
.content-news h6 {
  margin-bottom: 0;
  line-height: unset;
}
.content-news h1 {
  font-size: 2.2rem;
  font-weight: 700;
}
.content-news h2 {
  font-size: 1.2rem;
}
.mc-field-group {
	padding: 20px 0;
}