@import url("https://use.typekit.net/ouu7wnv.css");

body {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #101820;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img.align-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
img.align-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.container-fluid {
  max-width: 90rem;
}

a {
  color: #1D4F91;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #D22630;
  transition: all 0.25s ease-in-out;
}

li::marker {
  color: #1D4F91;
}

h1, h2, h3, h4, h5, h5 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}

.more-link {
  background: none;
  color: #D22630;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.2em 0;
  overflow: hidden;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  letter-spacing: -0.015em;
  transition: all 0.25s ease-in-out;
}
.more-link:after {
  content: "";
  display: block;
  height: 0.125rem;
  background: #D22630;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  width: 100%;
}
.more-link:hover {
  color: #1D4F91;
}
.more-link:hover:after {
  background: #1D4F91;
  opacity: 1;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.view-all {
  background: none;
  color: #1D4F91;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.2em 0;
  overflow: hidden;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  letter-spacing: -0.015em;
  transition: all 0.25s ease-in-out;
}
.view-all:after {
  content: "";
  display: block;
  height: 0.125rem;
  background: #1D4F91;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  width: 100%;
}
.view-all:hover {
  color: #D22630;
}
.view-all:hover:after {
  background: #D22630;
  opacity: 1;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.title-and-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title-and-link .view-all {
  float: right;
}

.section-heading {
  position: relative;
  font-family: "acumin-variable", sans-serif;
  font-size: 2rem;
  line-height: 1.875rem;
  letter-spacing: -0.015em;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  padding-left: 0.875rem;
  margin-bottom: 4.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-heading span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A1C9FF;
}
.section-heading:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0.3125rem;
  background: #D22630;
}
.section-heading--smaller {
  font-size: 1rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
}

.heading-and-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .heading-and-link {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 4.125rem;
  }
}
.heading-and-link .section-heading,
.heading-and-link .section-heading-mini {
  margin-bottom: 0;
}
.heading-and-link .view-all,
.heading-and-link .advertisement {
  float: right;
}

.button-and-link {
  display: flex;
  gap: 1.25rem;
}

.section-heading-mini {
  margin-bottom: 2.375rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 768px) {
  .half-grey-background {
    margin-bottom: 0 !important;
    position: relative;
  }
  .half-grey-background:before {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    width: 100%;
    background-color: #F1F1F1;
  }
}

@media (min-width: 992px) {
  .container-lg {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}

.button-red,
.button-red-primary,
.button-primary {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  text-decoration: none;
  border-radius: 1.375rem;
  padding: 0.625rem 3.75rem;
  border: 2px solid;
  text-align: center;
  background-color: #D22630;
  border-color: #D22630;
  color: #fff;
}
.button-red:hover,
.button-red-primary:hover,
.button-primary:hover {
  text-decoration: none;
}
.button-red:hover,
.button-red-primary:hover,
.button-primary:hover {
  background-color: #fff;
  border-color: #D22630;
  color: #D22630;
}

.button-red-inverse {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  text-decoration: none;
  border-radius: 1.375rem;
  padding: 0.625rem 3.75rem;
  border: 2px solid;
  text-align: center;
  background-color: #fff;
  border-color: #D22630;
  color: #D22630;
}
.button-red-inverse:hover {
  text-decoration: none;
}
.button-red-inverse:hover {
  background-color: #D22630;
  border-color: #D22630;
  color: #fff;
}

.checklist {
  list-style: none;
  margin: 0 0 1.875rem 0;
  padding: 0;
}
.checklist li {
  position: relative;
  display: flex;
  margin-bottom: 0.625rem;
}
.checklist li:before {
  content: url(../images/icons/icon-checkmark.svg);
  margin-right: 0.625rem;
}

@media (max-width: 767.98px) {
  .full-width-mobile .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .pull-up {
    position: relative;
    z-index: 2;
    top: -6.9375rem;
  }
}

.header-wrapper {
  position: relative;
}

.site-header {
  position: relative;
  z-index: 3;
}
.site-header h1 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .site-header {
    padding-top: 0.5rem;
    padding-bottom: 0.875rem;
    overflow: hidden;
  }
}

.site-logo {
  max-width: 8.625rem;
}
@media (min-width: 992px) {
  .site-logo {
    max-width: 15.3125rem;
  }
}

.site-search {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  background: #fff;
}
.site-search .container-fluid {
  position: relative;
}
.site-search form {
  position: absolute;
  opacity: 0;
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .site-search form {
    gap: 1.875rem;
  }
}
.site-search-field {
  border: none;
  width: 100%;
}
.site-search-field:focus-visible {
  outline-color: #ececec;
}
.site-search-button {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  text-decoration: none;
  border-radius: 1.375rem;
  padding: 0.625rem 3.75rem;
  border: 2px solid;
  text-align: center;
  background-color: #D22630;
  border-color: #D22630;
  color: #fff;
  padding: 0.5rem 1.875rem;
  position: relative;
  top: 50%;
}
.site-search-button:hover {
  text-decoration: none;
}
.site-search-button:hover {
  background-color: #fff;
  border-color: #D22630;
  color: #D22630;
}
@media (min-width: 992px) {
  .site-search-button {
    padding: 0.5rem 5rem;
  }
}
.site-search-trigger {
  appearance: none;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 1.3125rem;
  right: 3.75rem;
  height: 1.5625rem;
  width: 1.5625rem;
  padding: 0;
  line-height: 0;
  z-index: 10;
}
.open .site-search-trigger {
  right: 0;
}
@media (max-width: 767.98px) {
  .open .site-search-trigger {
    right: -1.25rem;
    top: 0.25rem;
  }
}
@media (min-width: 992px) {
  .site-search-trigger {
    right: 1.25rem;
    top: 1.5rem;
  }
}
.site-search-trigger:before {
  content: "";
  display: block;
  height: 1.5625rem;
  width: 1.5625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/icon-search.svg);
}
.site-search-trigger span {
  font-size: 0;
  position: absolute;
}
.site-search.open {
  position: absolute;
  padding: 3.75rem 2.5rem 0.9375rem 0;
}
@media (min-width: 768px) {
  .site-search.open {
    padding: 1.875rem;
    background: #F1F1F1;
    transition: background 0.25s ease-in-out;
  }
}
@media (min-width: 992px) {
  .site-search.open {
    padding: 2.75rem;
  }
}
.site-search.open .site-search-trigger:before {
  background-image: url(../images/icons/icon-close.svg);
}
.site-search.open .site-search-form {
  position: relative;
  background: #fff;
  max-width: 56.25rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .site-search.open .site-search-form {
    padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
  }
  .site-search.open .site-search-form:before {
    position: absolute;
    content: url(../images/icons/icon-search.svg);
    left: 1.25rem;
    top: 1.5rem;
  }
}
.site-search.open form {
  position: static;
  opacity: 1;
}
.site-search.open .row {
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .iama {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded=true] + .iama {
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
}
.iama {
  position: absolute;
  left: 1.1875rem;
  top: 5.1875rem;
  width: 100%;
}
@media (min-width: 992px) {
  .iama {
    top: 1.25rem;
    left: auto;
    right: 5.625rem;
    top: 1.25rem;
    width: auto;
  }
}
.iama-dropdown {
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  margin: 0;
  padding: 1.875rem;
  margin-top: 0.625rem;
  width: 95%;
  background: #fff;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .iama-dropdown {
    width: 167%;
    left: -67%;
  }
}
@media (min-width: 1440px) {
  .iama-dropdown {
    width: 167%;
    left: -30%;
  }
}
.iama-dropdown li {
  margin-bottom: 1.25rem;
}
.iama-dropdown a {
  font-family: "acumin-variable", sans-serif;
  font-size: 1rem;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  color: #101820;
  text-decoration: none;
  line-height: 1;
  padding: 0 0 0.1875rem 0;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#1D5092, #1D5092);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.05s linear, background-position 0.05s linear;
}
.iama-dropdown a:hover {
  color: #1D5092;
  background-size: 0 2px, 100% 2px;
  background-position: 100% 100%, 0 100%;
}
.iama-trigger {
  appearance: none;
  position: relative;
  width: 9.375rem;
  height: 2.25rem;
  border: 2px solid #1D4F91;
  border-radius: 1.75rem;
  background: #fff;
  font-weight: 600;
  color: #1D4F91;
  text-align: left;
  padding-left: 1.3125rem;
}
.iama-trigger:after {
  content: "";
  display: block;
  height: 0.9375rem;
  width: 0.9375rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: transparent url(../images/icons/arrow-right-endcap-dkblue.svg) center center no-repeat;
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
}
.iama-trigger.clicked + .iama-dropdown {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    flex: 0 0 100%;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .navbar-collapse {
    margin-left: auto;
    margin-top: 4.5rem;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .navbar-nav {
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1300px) {
  .navbar {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

.site-footer {
  padding-top: 2.6875rem;
  background: #12274A;
  color: #fff;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 3.75rem;
  }
}
.site-footer a {
  color: #ADCFFF;
  text-decoration: none;
}
.site-footer-top {
  margin-bottom: 2.1875rem;
}
@media (max-width: 767.98px) {
  .site-footer-top .navbar-brand {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 2.9375rem;
  }
}
.site-footer-top .utility-nav ul {
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .site-footer-top .utility-nav ul li:last-child {
    flex: 100%;
    text-align: center;
    margin-top: 0.3125rem;
  }
}
.site-footer-top .button-red {
  display: inline-block;
  padding: 0.375rem 3rem;
}
.site-footer-top .button-red:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .site-footer-top {
    margin-bottom: 3.125rem;
  }
}
.site-footer-mid {
  font-size: 0.9375rem;
  margin-bottom: 1.5625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer-mid {
    text-align: left;
    margin-bottom: 3.125rem;
  }
}
.site-footer-bottom {
  text-align: center;
  padding: 1.25rem;
  background: rgba(24, 59, 109, 0.4);
  font-size: 0.8125rem;
}
.site-footer-bottom p {
  margin-bottom: 0;
}
.site-footer .social-col {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .social-col {
    text-align: right;
  }
}
.site-footer .social-col a {
  color: #fff;
}
.site-footer .social-col a:hover {
  color: #ADCFFF;
}
.site-footer .social-col .privacy-policy {
  margin-top: auto;
  text-decoration: underline;
}

.social-links {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  color: #fff;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .social-links {
    justify-content: end;
  }
}
.social-links span {
  font-size: 0;
}
.social-links a:hover path {
  transition: all 0.25s ease-in-out;
  fill: #ADCFFF;
}

.navbar {
  padding: 0;
}
.navbar > .container-fluid {
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 6.25rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    border-top: 1px solid #ececec;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  border-bottom: 1px solid #ececec;
  font-family: "acumin-variable", sans-serif;
  font-size: 1rem;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  color: #101820;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1300px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1D4F91;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link:after {
    opacity: 0;
    content: "";
    display: block;
    width: 0;
    height: 0.15625rem;
    background: #1D4F91;
    transition: all 0.25s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover:after {
    opacity: 1;
    width: 100%;
    background: #1D4F91;
    transition: all 0.25s ease-in-out;
  }
}

.dropdown {
  position: static;
  display: inline-block;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}
.dropdown .dropdown-menu {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 0;
  border: none;
  display: flex;
  padding: 0;
}
.dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 150vw;
  left: -50vw;
  background: linear-gradient(90deg, #F1F1F1 50%, #fff 50%);
  top: 0;
  z-index: -1;
}
.dropdown .dropdown-menu-meta {
  background-color: #F1F1F1;
}
@media (min-width: 992px) {
  .dropdown .dropdown-menu-meta {
    padding: 1.875rem 3.75rem 6.25rem;
  }
}
@media (min-width: 992px) {
  .dropdown .dropdown-menu-meta {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.dropdown .dropdown-menu .section-heading {
  margin-bottom: 1.875rem;
}
.dropdown .dropdown-menu img {
  margin-bottom: 1.875rem;
}
.dropdown .dropdown-menu-nav {
  background-color: #fff;
}
.dropdown .dropdown-menu-nav ul {
  list-style: none;
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
    opacity: 1;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    pointer-events: all;
  }
}

@media (min-width: 992px) {
  .subnav {
    columns: 300px 2;
    padding: 1.875rem 3.75rem 6.25rem 3.75rem;
  }
}
.subnav a {
  color: #101820;
}
.subnav a:hover {
  color: #1D4F91;
}
.subnav-level-1 {
  border-bottom: 1px solid #F3F3F3;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.subnav-level-1:first-of-type {
  border-top: 1px solid #F3F3F3;
}
.subnav-level-1 > a {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: "acumin-variable", sans-serif;
}
@media (min-width: 992px) {
  .subnav-level-1 > a span {
    padding: 0 0 0.375rem 0;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#1D5092, #1D5092);
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.05s linear, background-position 0.05s linear;
  }
  .subnav-level-1 > a:after {
    content: "";
    display: block;
    height: 0.9375rem;
    width: 0.9375rem;
    position: absolute;
    top: 0.625rem;
    right: 1.875rem;
    background: transparent url(../images/icons/arrow-right-endcap-dkblue.svg) center center no-repeat;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  .subnav-level-1 > a:hover span {
    color: #1D5092;
    background-size: 0 2px, 100% 2px;
    background-position: 100% 100%, 0 100%;
  }
  .subnav-level-1 > a:hover:after {
    opacity: 1;
    transition: all 0.25s ease-in-out;
    transform: translateX(4px);
  }
}
.subnav-level-1 ul {
  margin-top: 0.625rem;
  margin-left: 1.25rem;
}
.subnav-level-2 {
  position: relative;
}
.subnav-level-2:before {
  content: "";
  position: absolute;
  left: -0.625rem;
  top: 50%;
  height: 0.1875rem;
  width: 0.1875rem;
  display: block;
  background-color: #101820;
}
.subnav-level-2:hover:before {
  background-color: #1D4F91;
}
.subnav-level-2 > a {
  padding: 0;
  display: inline;
  font-size: 0.875rem;
  font-family: "acumin-variable", sans-serif;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  width: 1.75rem;
  height: 0.9375rem;
  position: relative;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .toggler-icon {
  display: block;
  position: absolute;
  height: 0.1875rem;
  width: 100%;
  background: #1D4F91;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  border-radius: 0.0625rem;
}
.navbar-toggler[aria-expanded=false] .top-bar {
  align-self: flex-start;
  transform: rotate(0deg);
}
.navbar-toggler[aria-expanded=false] .middle-bar {
  opacity: 1;
}
.navbar-toggler[aria-expanded=false] .bottom-bar {
  align-self: flex-end;
  transform: rotate(0deg);
}
.navbar-toggler[aria-expanded=true] {
  transform: translateY(-50%);
}
.navbar-toggler[aria-expanded=true] .top-bar {
  top: 0.875rem;
  transform: rotate(135deg);
}
.navbar-toggler[aria-expanded=true] .middle-bar {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .bottom-bar {
  top: 0.875rem;
  transform: rotate(-135deg);
}
.utility-nav {
  display: flex;
  overflow: auto;
}
.utility-nav-wrap {
  background: linear-gradient(90deg, #0C3974 0%, #1D5092 100%);
  color: #fff;
  padding: 0.875rem 0.9375rem 1rem;
}
@media (min-width: 768px) {
  .utility-nav-wrap {
    padding: 0.875rem 1.875rem 1rem;
  }
}
.utility-nav ul {
  display: flex;
  gap: 1.875rem;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  align-items: center;
}
.utility-nav a {
  font-family: "acumin-variable", sans-serif;
  font-size: 1rem;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.utility-nav a:hover {
  text-decoration: underline;
}
.utility-nav-mobile {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-top: 1.5rem;
  padding-bottom: 2.8125rem;
}
.utility-nav-mobile li {
  margin-bottom: 1.1875rem;
}
.utility-nav-mobile li:last-child {
  margin-bottom: 0;
}
.utility-nav-mobile li a:not(.button-red) {
  font-family: "acumin-variable", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  letter-spacing: -0.015em;
  color: #101820;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .utility-nav-mobile li .button-red {
    width: 100%;
  }
}

.breadcrumb {
  background-color: #F1F1F1;
  z-index: 10;
  margin-bottom: 0;
}
.breadcrumb-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
}
.breadcrumb-nav ul li {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.breadcrumb-nav ul li:after {
  content: ">";
  position: absolute;
  right: -0.25rem;
  top: -0.0625rem;
}
.breadcrumb-nav ul li:last-child:after {
  display: none;
}
.breadcrumb-nav ul li a {
  color: #1D4F91;
  text-decoration: none;
  transition: color 0.25 ease-in-out;
}
.breadcrumb-nav ul li a:hover {
  color: #D22630;
}

@media (min-width: 768px) {
  .advocacy {
    margin-bottom: 4.375rem;
  }
}
.advocacy-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(89.94deg, #012A61 0.05%, #1D4F91 99.95%);
  border-radius: 0.125rem;
}
@media (min-width: 768px) {
  .advocacy-inner {
    background: linear-gradient(89.94deg, #1D4F91 0.05%, #12274A 47.92%);
    flex-direction: row;
    gap: 2.5rem;
    position: relative;
  }
  .advocacy-inner:after {
    content: "";
    display: block;
    height: 54%;
    width: 30%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 21.43%, rgba(255, 255, 255, 0.04) 21.43%, rgba(255, 255, 255, 0.04) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 71.43%, rgba(255, 255, 255, 0.04) 71.43%, rgba(255, 255, 255, 0.04) 100%);
    background-size: 19.8px 19.8px;
    left: 0;
  }
  .advocacy-inner img {
    position: relative;
    z-index: 2;
  }
}
.advocacy-content {
  padding: 1.875rem;
  padding-bottom: 3rem;
  color: #fff;
}
@media (min-width: 768px) {
  .advocacy-content {
    width: 50%;
    padding: 5rem 5.625rem 4.375rem 5rem;
    padding-left: 0;
  }
}
.advocacy-image {
  padding: 1.875rem;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .advocacy-image {
    position: relative;
  }
  .advocacy-image:after {
    content: "";
    display: block;
    height: 54%;
    width: 30%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 21.43%, rgba(255, 255, 255, 0.04) 21.43%, rgba(255, 255, 255, 0.04) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 71.43%, rgba(255, 255, 255, 0.04) 71.43%, rgba(255, 255, 255, 0.04) 100%);
    background-size: 19.8px 19.8px;
    right: 0;
  }
  .advocacy-image img {
    position: relative;
    z-index: 2;
  }
  .advocacy-image:after {
    width: 12.5rem;
    height: 10.125rem;
    bottom: -1.875rem;
  }
}
@media (min-width: 768px) {
  .advocacy-image {
    padding: 5rem 0 4.375rem 5rem;
    background: linear-gradient(267.75deg, rgba(29, 79, 145, 0) -1.85%, #1D4F91 97.5%);
  }
}
.advocacy .button-red {
  padding: 0.625rem 1.875rem;
}
.advocacy h2 {
  margin-bottom: 1.1875rem;
  font-family: "acumin-variable", sans-serif;
  font-size: 2rem;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  letter-spacing: -0.015em;
}
.advocacy p {
  margin-bottom: 1.1875rem;
}
@media (min-width: 768px) {
  .advocacy p {
    margin-bottom: 1rem;
  }
}
.advocacy ul {
  list-style: none;
  margin: 0 0 1.875rem 0;
  padding: 0;
}
.advocacy a:not(.button-red) {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #adcfff, #adcfff);
  text-decoration: none;
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.05s;
  color: #ADCFFF;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.advocacy a:not(.button-red):hover, .advocacy a:not(.button-red):focus {
  background-size: 0 2px, 100% 2px;
}
.advocacy a:not(.button-red):hover {
  color: #ADCFFF;
}
.advocacy-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-right: 2.5rem;
  position: relative;
}
.advocacy-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}
.advocacy-item:after {
  content: "";
  position: absolute;
  background-image: url("../images/icons/arrow-right-endcap-ltblue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.0625rem;
}
.advocacy-item:hover:after {
  transition: all 0.25s ease-in-out;
  transform: translateX(4px) translateY(-50%);
}

.card, .event-card {
  display: block;
  border: none;
  border-radius: 0;
  background: #fff;
}
.card-img {
  border-radius: 0;
}
.card-img-top {
  border-radius: 0;
  margin-bottom: 0.75rem;
}
.card-title {
  font-size: 1.5rem;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}
.card-title a {
  color: inherit;
  text-decoration: none;
}
.card-title a:hover {
  color: inherit;
}
.card-body {
  height: 100%;
  padding-left: 0;
  padding-bottom: 0;
}
.card .more-link, .event-card .more-link {
  margin-top: auto;
}
.card:hover, .event-card:hover {
  box-shadow: 0 3.52174px 16.7283px rgba(0, 0, 0, 0.34);
  transition: all 0.25s ease-in-out;
  color: #101820;
}

.event-card {
  display: flex;
  position: relative;
  padding: 1.5625rem;
  color: #101820;
  text-decoration: none;
  background: #fff;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0.8125rem;
  box-shadow: 0px 2.87273px 13.6455px rgba(0, 0, 0, 0.14);
}
.event-card .button-red-inverse {
  margin-top: 0.9375rem;
  width: 200px;
  padding: 0.4375rem 0.8125rem;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .event-card .button-red-inverse {
    margin-top: auto;
  }
}
.event-card:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease-in-out;
  color: #101820;
}
.event-card:hover .button-red-inverse {
  background-color: #D22630;
  border-color: #fff;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .event-card {
    box-shadow: 0px 3.52174px 16.7283px rgba(0, 0, 0, 0.14);
  }
}
.event-card .event-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.event-card .event-date-label {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: #F1F1F1;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .event-card .event-date-label {
    height: 3.75rem;
    width: 3.75rem;
  }
}
.event-card .event-date-day {
  margin-top: 0.375rem;
  display: block;
  font-size: 1.375rem;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
}
@media (min-width: 992px) {
  .event-card .event-date-day {
    font-size: 1.6875rem;
  }
}
.event-card .event-date-month {
  display: block;
  font-size: 0.5625rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .event-card .event-date-month {
    font-size: 0.6875rem;
  }
}
.event-card .event-type {
  color: #D22630;
  font-size: 0.660625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  margin-bottom: 0.5rem;
}
.event-card .event-sponsored {
  position: relative;
  color: rgba(16, 24, 32, 0.58);
  padding-left: 0.375rem;
  margin-left: 0.0625rem;
}
.event-card .event-sponsored:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: rgba(16, 24, 32, 0.58);
}
.event-card .event-title {
  font-size: 1.1875rem;
  line-height: 1.57875rem;
  margin-right: 3.75rem;
}
.event-card .event-location, .event-card .event-date-text {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0;
}

.plain-card {
  background: transparent;
}
.plain-card img {
  height: 8.5625rem;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 1.0625rem;
}
.plain-card .card-redirect:hover ~ .more-link, .plain-card .card-title:hover ~ .more-link {
  color: #1D4F91;
}
.plain-card .card-redirect:hover ~ .more-link:after, .plain-card .card-title:hover ~ .more-link:after {
  background: #1D4F91;
}
.plain-card .card-topic a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #D82C34;
  display: inline-block;
  text-decoration: none;
}
.plain-card .card-topic a:after {
  content: "";
  display: block;
  height: 0.0625rem;
  background: #D22630;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  width: 0;
}
.plain-card .card-topic a:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.plain-card .card-title {
  font-size: 1.25rem;
  line-height: 1.1875rem;
  letter-spacing: -0.015em;
  margin-bottom: 0.75rem;
}
.plain-card .card-text {
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}

.little-card {
  box-shadow: 0 3.52174px 16.7283px rgba(0, 0, 0, 0.34);
  padding: 1.125rem;
  text-decoration: none;
  position: relative;
}
.little-card:after {
  content: "";
  background: transparent url(../images/icons/arrow-right-endcap-dkred.svg) center center no-repeat;
  position: absolute;
  right: 1.8125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.9375rem;
}
.little-card .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.little-card .card-text {
  color: #101820;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .little-card:after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    transform: translateX(-4px) translateY(-50%);
  }
  .little-card:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(-50%);
  }
}

@media (min-width: 768px) {
  .join-alta {
    margin-bottom: 4.375rem;
  }
}
.join-alta-connection {
  padding-top: 1.625rem;
}
@media (min-width: 992px) {
  .join-alta-connection {
    background: #F1F1F1;
    padding-top: 5.75rem;
  }
}
.join-alta-inner {
  display: flex;
  flex-direction: column;
  border-radius: 0.125rem;
  background: linear-gradient(89.94deg, #012A61 0.05%, #1D4F91 99.95%);
}
@media (min-width: 768px) {
  .join-alta-inner {
    position: relative;
    flex-direction: row;
    background: #12274A;
  }
  .join-alta-inner:after {
    content: "";
    display: block;
    height: 54%;
    width: 30%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 21.43%, rgba(255, 255, 255, 0.04) 21.43%, rgba(255, 255, 255, 0.04) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 71.43%, rgba(255, 255, 255, 0.04) 71.43%, rgba(255, 255, 255, 0.04) 100%);
    background-size: 19.8px 19.8px;
    right: 0;
  }
  .join-alta-inner img {
    position: relative;
    z-index: 2;
  }
}
.join-alta-content {
  color: #fff;
  padding: 0rem 1.4375rem 3.1875rem 1.4375rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .join-alta-content {
    width: 50%;
    padding: 3.75rem 4.375rem 4.375rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.join-alta-video {
  position: relative;
  padding: 1.25rem;
  order: -1;
}
@media (max-width: 767.98px) {
  .join-alta-video {
    position: relative;
  }
  .join-alta-video:after {
    content: "";
    display: block;
    height: 54%;
    width: 30%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 21.43%, rgba(255, 255, 255, 0.04) 21.43%, rgba(255, 255, 255, 0.04) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 71.43%, rgba(255, 255, 255, 0.04) 71.43%, rgba(255, 255, 255, 0.04) 100%);
    background-size: 19.8px 19.8px;
    right: 0;
  }
  .join-alta-video img {
    position: relative;
    z-index: 2;
  }
  .join-alta-video:after {
    width: 12.5rem;
    height: 10.125rem;
    bottom: -1.25rem;
  }
}
@media (min-width: 768px) {
  .join-alta-video {
    width: 50%;
    order: 0;
    background: linear-gradient(267.75deg, #1D4F91 -1.85%, rgba(29, 79, 145, 0) 97.5%);
    padding: 4rem 6.25rem 4rem 0rem;
  }
}
.join-alta-video-wrapper {
  position: relative;
}
.join-alta-video-wrapper:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icons/icon-play.svg") center center no-repeat;
  z-index: 3;
}
.join-alta-video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.join-alta .alta-logo {
  margin-bottom: 1.25rem;
}
.join-alta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.join-alta p {
  margin-bottom: 1.875rem;
}

.hero {
  padding: 0;
  padding-top: 10rem;
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
  background: black;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero {
    padding: 3.75rem 1.875rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding: 11.25rem 6.25rem;
  }
}
.hero-media-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-media-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-media-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-media-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #101820;
  opacity: 0.5;
}
.hero-text-container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  max-width: 37.5rem;
  font-size: 2rem;
  margin-bottom: 1.875rem;
  line-height: 113%;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}
.hero--internal {
  padding: 3.5625rem 0rem 4.3125rem;
  background: linear-gradient(90.02deg, #0C3974 0.36%, #1E5092 99.98%);
  margin-bottom: 0;
}
.hero--internal h1 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: -0.015em;
}
.hero--topic {
  background: linear-gradient(89.86deg, #012A61 -62.51%, #1D4F91 99.88%);
  padding: 0;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.hero--topic:after {
  content: "";
  display: block;
  height: 54%;
  width: 30%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 21.43%, rgba(255, 255, 255, 0.04) 21.43%, rgba(255, 255, 255, 0.04) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 71.43%, rgba(255, 255, 255, 0.04) 71.43%, rgba(255, 255, 255, 0.04) 100%);
  background-size: 19.8px 19.8px;
  right: 0;
}
.hero--topic img {
  position: relative;
  z-index: 2;
}
.hero--topic:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero--topic .hero-inner {
  padding-top: 2.5625rem;
  padding-bottom: 2.75rem;
}
.hero--topic .hero-inner .section-heading {
  margin-bottom: 0.875rem;
}
@media (min-width: 992px) {
  .hero--topic .hero-inner {
    padding-right: 8.125rem;
  }
}
.hero--topic .other-topics {
  background-color: #1D4F91;
  position: relative;
  margin-bottom: 0;
}
.hero--topic .other-topics h5 {
  color: #fff;
}
.hero--topic .other-topics ul li {
  border-color: rgba(255, 255, 255, 0.19);
}
.hero--topic .other-topics ul li:after {
  background-image: url(../images/icons/arrow-right-lightblue.svg);
}
.hero--topic .other-topics ul li a {
  color: #ADCFFF;
}
.hero--topic .other-topics ul li a:after {
  content: "";
  display: block;
  height: 0.125rem;
  background: #ADCFFF;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  width: 0;
}
.hero--topic .other-topics ul li a:hover {
  color: #ADCFFF;
}
.hero--topic .other-topics ul li a:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.hero--topic .other-topics ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}
.hero--topic .other-topics:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #1D4F91;
  z-index: -1;
}
@media (min-width: 992px) {
  .hero--topic .other-topics {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .hero--topic .other-topics {
    padding-left: 7.5rem;
  }
}
.hero--topic-landing:after {
  display: none;
}
.hero--topic-landing .hero-inner {
  padding-top: 2.9375rem;
  padding-bottom: 4.8125rem;
}

/*
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}*/
.four-little-cards {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .four-little-cards {
    margin-bottom: 3.75rem;
  }
}
.four-little-cards .col {
  margin-bottom: 0.625rem;
}
.four-little-cards .col:last-child {
  margin-bottom: 0;
}
.four-little-cards .col-4 {
  padding: 0;
  max-width: 4.0625rem;
}
.four-little-cards .col-8 {
  flex: 1;
}
@media (min-width: 768px) {
  .four-little-cards .col:last-child {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .four-little-cards .col {
    margin-bottom: 0;
  }
  .four-little-cards .col:last-child {
    margin-bottom: 0;
  }
}

.promo {
  padding-bottom: 5.3125rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}
@media (min-width: 768px) {
  .promo {
    padding-bottom: 6.875rem;
  }
}
.promo .row {
  gap: 2.125rem;
}
@media (min-width: 768px) {
  .promo .row {
    gap: 5rem;
  }
}
.promo-text {
  padding-left: 0;
  padding-right: 0;
}
.promo h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .promo h2 {
    margin-bottom: 0.9375rem;
  }
}
.promo p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .promo p {
    margin-bottom: 1.875rem;
  }
}
.promo .button-red-inverse {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  background-color: transparent;
}
.promo .button-red-inverse:hover {
  background-color: #D22630;
}
.promo .checklist li {
  color: #101820;
  font-weight: 600;
}
.promo-image {
  justify-content: center;
  display: flex;
  background: linear-gradient(89.94deg, #1D4F91 0.05%, #12274A 47.92%);
}
.promo-image img {
  align-self: flex-end;
}

.three-featured-cards {
  padding-top: 2.1875rem;
  padding-bottom: 3.8125rem;
}
.three-featured-cards .col {
  margin-top: 1.75rem;
}
.three-featured-cards .view-all-bottom {
  margin-top: 2.75rem;
}
@media (min-width: 992px) {
  .three-featured-cards {
    background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
  .three-featured-cards .col {
    margin-top: 0;
  }
}
.three-featured-cards .card:hover, .three-featured-cards .event-card:hover {
  box-shadow: none;
}

.upcoming-events {
  background: #F1F1F1;
  overflow: hidden;
  padding-top: 2.1875rem;
  padding-bottom: 2.6875rem;
}
@media (min-width: 768px) {
  .upcoming-events {
    padding-top: 4.5625rem;
    padding-bottom: 7.5rem;
  }
  .upcoming-events .heading-and-link {
    margin-bottom: 2.375rem;
  }
}
.upcoming-events .carousel {
  margin-bottom: 1.4375rem;
}
@media (min-width: 768px) {
  .upcoming-events .carousel {
    height: 18.75rem;
    margin-bottom: 0rem;
  }
}
.upcoming-events .carousel-cell {
  padding-right: 0.875rem;
  width: 100%;
  height: 100%;
  display: none;
}
.upcoming-events .carousel-cell:nth-child(-n+4) {
  display: block;
}
@media (min-width: 992px) {
  .upcoming-events .carousel-cell {
    width: 33.3333%;
    display: block;
  }
}
.upcoming-events .carousel:after {
  content: "";
}
@media (min-width: 768px) {
  .upcoming-events .carousel:after {
    content: "flickity";
    display: none;
  }
}
.upcoming-events .flickity-viewport {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.upcoming-events .flickity-prev-next-button {
  height: 1.875rem;
  width: 1.875rem;
  padding: 0;
  top: auto;
  bottom: -5.5rem;
  background: transparent;
  border: none;
  outline: 2px solid #101820;
}
.upcoming-events .flickity-prev-next-button:disabled {
  pointer-events: none;
}
.upcoming-events .flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.upcoming-events .flickity-prev-next-button:before {
  content: "";
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.upcoming-events .flickity-prev-next-button.previous {
  right: 3.75rem;
  left: auto;
}
.upcoming-events .flickity-prev-next-button.previous:before {
  background-image: url(../images/icons/carousel-arrow.svg);
  transform: rotate(180deg);
}
.upcoming-events .flickity-prev-next-button.next {
  right: 0.625rem;
}
.upcoming-events .flickity-prev-next-button.next:before {
  background-image: url(../images/icons/carousel-arrow.svg);
}
.upcoming-events .event-card {
  height: 100%;
}

.upcoming-events-banner {
  background-color: #F1F1F1;
  padding-top: 3rem;
  padding-bottom: 3.9375rem;
}
.upcoming-events-banner .section-heading {
  margin-bottom: 2.5625rem;
}
@media (min-width: 992px) {
  .upcoming-events-banner .section-heading {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .upcoming-events-banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .upcoming-events-banner-card {
    min-width: 50rem;
  }
}
.upcoming-events-banner-card .event-card {
  margin-bottom: 0;
}
.upcoming-events-banner-card .event-card .button-red-inverse {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .upcoming-events-banner-card .event-card .event-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 2rem;
  }
  .upcoming-events-banner-card .event-card .event-body .event-date-label {
    position: static;
  }
  .upcoming-events-banner-card .event-card .event-body .event-title {
    margin-right: 0;
    max-width: 26.25rem;
  }
  .upcoming-events-banner-card .event-card .event-body .button-red-inverse {
    margin-top: 0;
    align-self: center;
  }
}

.improve-your-practice {
  background: #fff;
}

@media (min-width: 992px) {
  .whats-new {
    margin-bottom: 3.75rem;
  }
}
.whats-new-title {
  margin-bottom: 1.4375rem;
  font-family: "acumin-variable", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  letter-spacing: -0.015em;
  color: #fff;
}
@media (min-width: 768px) {
  .whats-new-title {
    margin-bottom: 2.875rem;
    font-size: 2rem;
    line-height: 2.1875rem;
    flex: 100%;
  }
}
.whats-new-inner {
  display: flex;
  flex-direction: column;
  background: linear-gradient(89.94deg, #012A61 0.05%, #1D4F91 99.95%);
  padding: 1.875rem;
  border-radius: 0.125rem;
}
@media (min-width: 768px) {
  .whats-new-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3.75rem 6.25rem 4.375rem 3.75rem;
    position: relative;
  }
  .whats-new-inner:after {
    content: "";
    display: block;
    height: 54%;
    width: 30%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 21.43%, rgba(255, 255, 255, 0.04) 21.43%, rgba(255, 255, 255, 0.04) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 71.43%, rgba(255, 255, 255, 0.04) 71.43%, rgba(255, 255, 255, 0.04) 100%);
    background-size: 19.8px 19.8px;
    left: 0;
  }
  .whats-new-inner img {
    position: relative;
    z-index: 2;
  }
}
.whats-new ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.whats-new a {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #adcfff, #adcfff);
  text-decoration: none;
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.05s;
  color: #ADCFFF;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.whats-new a:hover, .whats-new a:focus {
  background-size: 0 2px, 100% 2px;
}
.whats-new a:hover {
  color: #ADCFFF;
}
.whats-new-media {
  color: #fff;
  margin-bottom: 1rem;
}
.whats-new-media .video-container {
  margin-bottom: 1.875rem;
}
.whats-new-media h2 {
  font-size: 1rem;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  line-height: 1.4375rem;
  letter-spacing: -1.5%;
}
@media (min-width: 768px) {
  .whats-new-media {
    margin-bottom: 0;
  }
}
.whats-new-content {
  color: #fff;
}
.whats-new-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.whats-new-item:first-child {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}
.whats-new-item .date {
  display: block;
  margin-bottom: 0.625rem;
}
.whats-new-item p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .whats-new-item {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .whats-new-item:first-child {
    padding-top: 1.875rem;
  }
}
.whats-new .view-all {
  background: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.2em 0;
  overflow: hidden;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  letter-spacing: -0.015em;
  transition: all 0.25s ease-in-out;
}
.whats-new .view-all:after {
  content: "";
  display: block;
  height: 0.125rem;
  background: #fff;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  width: 100%;
}
.whats-new .view-all:hover {
  color: #ADCFFF;
}
.whats-new .view-all:hover:after {
  background: #ADCFFF;
  opacity: 1;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .whats-new .view-all {
    float: right;
  }
}

.search-policy {
  margin-top: 1.3125rem;
  margin-bottom: 3.1875rem;
}
.search-policy h5 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 1rem;
  letter-spacing: -0.015em;
  line-height: 1.0625rem;
  margin-bottom: 1rem;
}
.search-policy .form-group {
  background-color: #F1F1F1;
  padding: 0.625rem 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" 0;
}
.search-policy .form-group:before {
  content: "";
  background: url("../images/icons/icon-search.svg") center center no-repeat;
  background-size: contain;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1.0625rem;
}
.search-policy .form-group input {
  flex: 1;
  border: none;
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: rgba(16, 24, 32, 0.77);
  padding-left: 0.125rem;
  border-left: 1px solid #d2d2d2;
}
.search-policy .form-group input:focus {
  outline: none;
}
.search-policy .form-group input::placeholder {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: rgba(16, 24, 32, 0.77);
}
.search-policy .form-group button {
  padding: 0.625rem 3.125rem;
  margin-top: 1.5rem;
  width: 100%;
  transition: all 0.25s ease-in-out;
  font-size: 0.9375rem;
}
@media (min-width: 600px) {
  .search-policy .form-group button {
    margin-left: 1rem;
    width: auto;
    margin-top: 0;
  }
}

.accordion-group {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.accordion__item {
  margin-bottom: 0.5625rem;
  box-shadow: 0px 3.65887px 17.3796px rgba(0, 0, 0, 0.09);
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item__button {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.015em;
  color: #101820;
  width: 100%;
  border-radius: 0.125rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.0625rem 1.1875rem 1.5rem;
  background: #fff;
  border: none;
}
.accordion__item__button span {
  background: url("../images/icons/arrow-down-endcap-dkblue.svg") center center no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.5625rem;
  pointer-events: none;
}
.accordion__item__description {
  display: none;
  background-color: #fff;
  padding: 0.3125rem 3rem 2.4375rem 1.125rem;
  border-radius: 0 0 0.4rem 0.4rem;
}
.accordion__item__description p:last-child {
  margin-bottom: 0;
}
.accordion__item__description ul {
  padding-left: 1.375rem;
  margin-bottom: 0;
}
.accordion__item__description ul li a {
  font-size: 0.875rem;
  line-height: 1.6875rem;
  letter-spacing: -0.015em;
}
.accordion__item.show .accordion__item__button {
  border-radius: 0.4rem 0.4rem 0 0;
}
.accordion__item.show .accordion__item__description {
  display: block;
}
.accordion__item.show .accordion__item__button span {
  transform: rotate(180deg);
}

.quick-links {
  background-color: #F1F1F1;
  padding: 2.5rem 1.25rem;
  margin-bottom: 3.4375rem;
}
@media (min-width: 992px) {
  .quick-links {
    padding: 2.6875rem 2.5625rem 3.1875rem 2.8125rem;
  }
}
.quick-links h5 {
  color: #101820;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.quick-links ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.quick-links ul li {
  border-top: 1px solid #1D4F91;
  display: flex;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 1.25rem;
}
.quick-links ul li:after {
  content: "";
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.875rem;
  display: block;
  transition: background-image 0.3s ease-in-out;
  padding-left: 0.5rem;
}
.quick-links ul li a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: -0.015em;
  text-decoration: none;
}
.quick-links ul li a:hover {
  color: #1D4F91;
}
.quick-links ul li:last-child {
  border-bottom: 1px solid #1D4F91;
}
.quick-links:not(.other-topics) li:after {
  display: none;
}
.quick-links:not(.other-topics) li a {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.quick-links:not(.other-topics) li a:after {
  content: "";
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.875rem;
  display: block;
  transition: background-image 0.3s ease-in-out;
  padding-left: 0.5rem;
}
.quick-links:not(.other-topics) li a:hover {
  color: #D22630;
}
.quick-links:not(.other-topics) li a:hover:after {
  background-image: url(../images/icons/arrow-right-red.svg);
}

.add-space img {
  margin-bottom: 1.6875rem;
}
@media (min-width: 992px) {
  .add-space {
    text-align: right;
  }
  .add-space img {
    max-width: 19.75rem;
  }
}

.links-nav {
  padding: 1.625rem 0rem;
  box-shadow: 0px 3.52174px 16.7283px rgba(0, 0, 0, 0.14);
  margin-bottom: 1rem;
}
.links-nav-wrapper ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.links-nav-wrapper ul li {
  margin-bottom: 1rem;
}
.links-nav-wrapper ul li a {
  background: none;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.2em 0;
  overflow: hidden;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 100, "slnt" 0;
  letter-spacing: -0.015em;
  transition: all 0.25s ease-in-out;
}
.links-nav-wrapper ul li a:after {
  content: "";
  display: block;
  height: 0.125rem;
  background: #000;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  width: 0;
}
.links-nav-wrapper ul li a:hover {
  color: #D22630;
}
.links-nav-wrapper ul li a:hover:after {
  background: #D22630;
  opacity: 1;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.links-nav-wrapper ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .links-nav-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .links-nav-wrapper ul li {
    margin-right: 2.375rem;
    margin-bottom: 0;
  }
  .links-nav-wrapper ul li:last-child {
    margin-right: 0;
  }
}

.featured-resources, .featured-topics {
  background: #fff;
  padding-bottom: 4.125rem;
  padding-top: 1.75rem;
}
.featured-resources header, .featured-topics header {
  margin-bottom: 3rem;
  text-align: center;
}
.featured-topics {
  padding-top: 2.25rem;
  padding-bottom: 4.0625rem;
}

.topic-section {
  padding-top: 5.0625rem;
}
.topic-section:last-child {
  margin-bottom: 10.8125rem;
}
.topic-section.no-border-bottom .row {
  border: none;
}
.topic-section .row {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.topic-section .section-heading {
  margin-bottom: 2.5625rem;
}
.topic-section-item {
  margin-bottom: 3.0625rem;
}
.topic-section-item-tag {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #D82C34;
  display: inline-block;
}
.topic-section-item h5 a {
  color: #101820;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.topic-section-item h5 a:hover {
  text-decoration: underline;
}

.topic-list {
  background-color: #F1F1F1;
  padding-top: 5.3125rem;
  padding-bottom: 4.875rem;
}
.topic-list h2 {
  margin-bottom: 2.5625rem;
}
.topic-list-content ul {
  margin-bottom: 0;
  padding-left: 1.375rem;
}
.topic-list-content ul li {
  margin-bottom: 1.375rem;
}
.topic-list-content ul li a {
  font-weight: 500;
  color: #1D4F91;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, #1d4f91, #1d4f91);
  text-decoration: none;
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.05s;
}
.topic-list-content ul li a:hover, .topic-list-content ul li a:focus {
  background-size: 0 2px, 100% 2px;
}
@media (min-width: 992px) {
  .topic-list h2 {
    margin-bottom: 0;
  }
  .topic-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .topic-list-content {
    width: 66.66%;
  }
  .topic-list-content ul {
    columns: 2;
  }
}

.policy-form-intro, .policy-form-collection {
  max-width: 43.75rem;
}
.policy-form-intro {
  padding-top: 2.5625rem;
}
.policy-form-intro h4 {
  margin-bottom: 1.3125rem;
}
.policy-form-collection {
  padding-top: 3.6875rem;
  border-top: 2px solid rgba(217, 217, 217, 0.5);
}

.index-site-header {
  background-color: #012a61;
  color: #fff;
}

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