@charset "UTF-8";
@import url("https://use.typekit.net/agk0atc.css");
.blue-text {
  color: #24599A;
}

.orange-text {
  color: #F26728;
}

.teal-text {
  color: #0B96A7;
}

.purple-text {
  color: #9F6CAB;
}

.lightyellow-bg {
  background: #FFE5B9;
}

.lightgreen-bg {
  background: #E3EDCF;
}

.serif {
  font-family: freight-text-pro, serif;
}

html {
  font-size: 22px;
}
@media screen and (max-width: 1260px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: freight-sans-pro, sans-serif;
  line-height: 1.3;
  top: 0 !important;
}

p a, li a {
  color: #24599A;
}

.skiptranslate {
  display: none !important;
}

img {
  max-width: 100%;
}

.large-text {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .large-text {
    font-size: 1.2rem;
  }
}

.small-text {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .small-text {
    font-size: 16px;
  }
}

.section-title {
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.small-title {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.banner-heading h3 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: #FEA600;
  padding: 0.35em 15px;
  color: white;
}
@media screen and (max-width: 991px) {
  .banner-heading h3 {
    font-size: 1.3rem;
  }
}
.banner-heading.purple-heading h3 {
  background: #9F6CAB;
}
.banner-heading.blue-heading h3 {
  background: #24599A;
}

.horizontal-rule hr {
  border-top: 1px solid #000;
  margin: 1.5rem 0px;
}

.intro-text {
  font-size: 1.55rem;
}
@media screen and (max-width: 1199px) {
  .intro-text {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .intro-text {
    font-size: 1.2rem;
  }
}

.button {
  width: auto;
  min-width: 160px;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  border-radius: 90px;
  height: 50px;
  margin-bottom: 10px;
  vertical-align: middle;
  position: relative;
  border: 0px;
  text-align: center;
}
.button:hover {
  text-decoration: none;
  color: white;
  transition: background 0.2s ease;
}
.button span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.button.large-button {
  font-size: 25px;
  height: auto;
  padding: 0.5em 1.3em 0.55em;
  border-radius: 10px;
}
.button.large-button span {
  position: static;
  transform: none;
}
.button.white-button {
  background: white;
  color: #24599A;
}
.button.white-button:hover {
  background: #EFEEEA;
}
.button.blue-button {
  background: #24599A;
}
.button.blue-button:hover {
  background: #193F6E;
}
.button.teal-button {
  background: #0B96A7;
}
.button.teal-button:hover {
  background: #117581;
}
.button.orange-button {
  background: #F26728;
}
.button.orange-button:hover {
  background: #C6480F;
}

.learn-more {
  font-style: italic;
  font-family: freight-text-pro, serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .learn-more {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1260px) {
  .container {
    max-width: 1258px;
  }
}
.menu-overlay {
  position: relative;
}
.menu-overlay .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease opacity;
}
@media screen and (max-width: 991px) {
  .menu-overlay.active .overlay {
    opacity: 0.5;
    pointer-events: initial;
    z-index: 2;
  }
}

.nav-container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .nav-container {
    box-shadow: 0px 0px 12px -3px black;
  }
  .nav-container .col-8 {
    align-self: center;
  }
  .nav-container .container {
    max-width: 100%;
  }
}

.nav-brand img {
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .nav-brand img {
    max-width: 250px;
    width: 100%;
  }
}

.desktop-search {
  position: relative;
}
.desktop-search .search-toggle {
  z-index: 999;
  position: relative;
}
.desktop-search:focus-within form {
  max-height: 99px;
  width: 277px;
}
.desktop-search form {
  position: absolute;
  top: -2px;
  right: -9px;
  z-index: 99;
  max-height: 0px;
  overflow: hidden;
  width: 0px;
  transition: width 0.2s ease;
}
.desktop-search form input {
  width: 100%;
  border: 2px solid #63676b;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 32px;
}
.desktop-search form button {
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0;
  border: 0px;
  background: #24599A;
  color: white;
  border: 3px solid #24599A;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  width: 1px;
  padding: 0px;
}
.desktop-search form.active {
  max-height: 99px;
  width: 277px;
}

.top-nav {
  font-size: 0.9rem;
}
.top-nav a {
  color: #000;
}
.top-nav ul {
  list-style-type: none;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav .language-login {
  font-size: 0.85em;
}
@media screen and (min-width: 992px) {
  .top-nav ul li {
    margin-left: 1rem;
  }
}
.top-nav .member-login {
  margin-left: 1rem;
  display: inline-block;
}

.has-submenu .megamenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  font-size: 1.25rem;
}
.has-submenu .megamenu .menu-bg {
  position: absolute;
  right: 14px;
  height: 83%;
  top: 50%;
  transform: translateY(-50%);
  width: 56%;
  object-fit: contain;
  object-position: center right;
}
@media screen and (max-width: 1260px) {
  .has-submenu .megamenu {
    font-size: 1.2rem;
  }
}

.blue-item .megamenu .menu-bg {
  width: 60%;
}

.teal-item .megamenu .menu-bg {
  width: 52%;
  object-position: center center;
}

.has-submenu:hover .megamenu, .has-submenu:focus .megamenu {
  display: block;
}

.has-submenu:focus-within .megamenu {
  display: block;
}

.main-nav {
  padding-top: 0.7rem;
  position: relative;
}
.main-nav .main-nav-container {
  max-width: 1120px;
  margin: 0 auto;
}
.main-nav ul {
  list-style-type: none;
  display: flex;
  padding-left: 0px;
  margin-bottom: 0;
}
.main-nav li {
  flex: 1 1 auto;
  text-align: center;
}
.main-nav .blue-item .main-nav-link {
  background: #24599A;
  color: white;
  cursor: pointer;
  padding: 0.25rem 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .main-nav .blue-item .main-nav-link {
    padding: 0.25rem 0.75rem;
  }
}
.main-nav .blue-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #24599A;
  top: calc(100% + 4px);
}
.main-nav .blue-item .megamenu {
  background: #E2EDFA;
  border-top: 10px solid #24599A;
  padding: 10px;
}
.main-nav .blue-item .megamenu ul {
  text-align: left;
  display: block;
}
.main-nav .blue-item .megamenu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.main-nav .blue-item .megamenu li a {
  color: #000;
}
.main-nav .blue-item .megamenu .menu-title, .main-nav .blue-item .megamenu .main-link {
  font-weight: 600;
  color: #24599A;
}
.main-nav .blue-item .megamenu .main-link, .main-nav .blue-item .megamenu li {
  font-family: freight-text-pro, serif;
}
.main-nav .blue-item .megamenu .submenu {
  margin-top: 10px;
  margin-bottom: 0px;
}
.main-nav .orange-item .main-nav-link {
  background: #F26728;
  color: white;
  cursor: pointer;
  padding: 0.25rem 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .main-nav .orange-item .main-nav-link {
    padding: 0.25rem 0.75rem;
  }
}
.main-nav .orange-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #F26728;
  top: calc(100% + 4px);
}
.main-nav .orange-item .megamenu {
  background: #FFF7E0;
  border-top: 10px solid #F26728;
  padding: 10px;
}
.main-nav .orange-item .megamenu ul {
  text-align: left;
  display: block;
}
.main-nav .orange-item .megamenu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.main-nav .orange-item .megamenu li a {
  color: #000;
}
.main-nav .orange-item .megamenu .menu-title, .main-nav .orange-item .megamenu .main-link {
  font-weight: 600;
  color: #F26728;
}
.main-nav .orange-item .megamenu .main-link, .main-nav .orange-item .megamenu li {
  font-family: freight-text-pro, serif;
}
.main-nav .orange-item .megamenu .submenu {
  margin-top: 10px;
  margin-bottom: 0px;
}
.main-nav .teal-item .main-nav-link {
  background: #0B96A7;
  color: white;
  cursor: pointer;
  padding: 0.25rem 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .main-nav .teal-item .main-nav-link {
    padding: 0.25rem 0.75rem;
  }
}
.main-nav .teal-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #0B96A7;
  top: calc(100% + 4px);
}
.main-nav .teal-item .megamenu {
  background: #E3EDCF;
  border-top: 10px solid #0B96A7;
  padding: 10px;
}
.main-nav .teal-item .megamenu ul {
  text-align: left;
  display: block;
}
.main-nav .teal-item .megamenu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.main-nav .teal-item .megamenu li a {
  color: #000;
}
.main-nav .teal-item .megamenu .menu-title, .main-nav .teal-item .megamenu .main-link {
  font-weight: 600;
  color: #0B96A7;
}
.main-nav .teal-item .megamenu .main-link, .main-nav .teal-item .megamenu li {
  font-family: freight-text-pro, serif;
}
.main-nav .teal-item .megamenu .submenu {
  margin-top: 10px;
  margin-bottom: 0px;
}
.main-nav .yellow-item .main-nav-link {
  background: #FEA600;
  color: white;
  cursor: pointer;
  padding: 0.25rem 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .main-nav .yellow-item .main-nav-link {
    padding: 0.25rem 0.75rem;
  }
}
.main-nav .yellow-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #FEA600;
  top: calc(100% + 4px);
}
.main-nav .yellow-item .megamenu {
  background: #FFE5B9;
  border-top: 10px solid #FEA600;
  padding: 10px;
}
.main-nav .yellow-item .megamenu ul {
  text-align: left;
  display: block;
}
.main-nav .yellow-item .megamenu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.main-nav .yellow-item .megamenu li a {
  color: #000;
}
.main-nav .yellow-item .megamenu .menu-title, .main-nav .yellow-item .megamenu .main-link {
  font-weight: 600;
  color: #FEA600;
}
.main-nav .yellow-item .megamenu .main-link, .main-nav .yellow-item .megamenu li {
  font-family: freight-text-pro, serif;
}
.main-nav .yellow-item .megamenu .submenu {
  margin-top: 10px;
  margin-bottom: 0px;
}
.main-nav .purple-item .main-nav-link {
  background: #9F6CAB;
  color: white;
  cursor: pointer;
  padding: 0.25rem 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .main-nav .purple-item .main-nav-link {
    padding: 0.25rem 0.75rem;
  }
}
.main-nav .purple-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #9F6CAB;
  top: calc(100% + 4px);
}
.main-nav .purple-item .megamenu {
  background: #E2EDFA;
  border-top: 10px solid #9F6CAB;
  padding: 10px;
}
.main-nav .purple-item .megamenu ul {
  text-align: left;
  display: block;
}
.main-nav .purple-item .megamenu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.main-nav .purple-item .megamenu li a {
  color: #000;
}
.main-nav .purple-item .megamenu .menu-title, .main-nav .purple-item .megamenu .main-link {
  font-weight: 600;
  color: #9F6CAB;
}
.main-nav .purple-item .megamenu .main-link, .main-nav .purple-item .megamenu li {
  font-family: freight-text-pro, serif;
}
.main-nav .purple-item .megamenu .submenu {
  margin-top: 10px;
  margin-bottom: 0px;
}

.top-nav .d-lg-none {
  overflow: hidden;
}

.mobile-mega-menu {
  top: 100%;
  background: transparent !important;
  z-index: 99;
}
.mobile-mega-menu ul {
  background: #E0E0E0;
  width: calc(100% - 15px);
  padding-bottom: 20px;
  padding-top: 8px;
}
.mobile-mega-menu a:hover {
  text-decoration: none;
}
.mobile-mega-menu ul li a {
  background: transparent;
  color: #000;
  font-weight: 500;
  display: block;
  padding-left: 8px;
}
.mobile-mega-menu ul li a.back-button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-mega-menu ul li a.back-button span {
  display: inline-block;
  vertical-align: middle;
}
.mobile-mega-menu ul li {
  background: transparent;
  padding: 3px 15px;
}
.mobile-mega-menu ul li .is-in-view {
  left: calc(100% + 15px);
  width: 100%;
}
.mobile-mega-menu .secondary-menu > li a {
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  padding-top: 5px;
  margin-bottom: 0px;
}
.mobile-mega-menu .secondary-menu > li a:hover {
  background: #C3C3C3;
}
.mobile-mega-menu .secondary-menu .back-button {
  border-bottom: 0px;
  padding-bottom: 2px;
}
.mobile-mega-menu .secondary-menu .summary-link {
  border-bottom: 0px;
}
.mobile-mega-menu ul li .tertiary-menu {
  width: calc(100% + 30px);
}
.mobile-mega-menu .translate-link {
  font-size: 0.9rem;
}
.mobile-mega-menu .has-been-viewed {
  margin-right: 15px;
}
.mobile-mega-menu .back-container {
  padding: 0px 18px 0px;
}
.mobile-mega-menu .back-container .back-button {
  display: block;
  font-weight: 500;
  color: #000;
}
.mobile-mega-menu .back-container .back-button:hover {
  text-decoration: none;
}
.mobile-mega-menu .drawer-toggle {
  position: relative;
  padding-right: 20px;
}
.mobile-mega-menu .drawer-toggle i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-mega-menu .primary-link, .mobile-mega-menu .summary-link {
  display: block;
  color: white;
  padding: 4px 8px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 1.1em;
}
.mobile-mega-menu .primary-link:hover, .mobile-mega-menu .summary-link:hover {
  text-decoration: none;
}
.mobile-mega-menu .tertiary-menu a {
  font-weight: 600;
}
.mobile-mega-menu .tertiary-menu .tertiary-page {
  font-weight: 500;
  padding-left: 15px;
}
.mobile-mega-menu .login-toggle {
  color: #000;
  font-weight: 500;
  margin-bottom: 6px;
}
.mobile-mega-menu .login-toggle img {
  width: 23px;
  margin-right: 4px;
}
.mobile-mega-menu .blue-item .primary-link, .mobile-mega-menu .blue-item .summary-link {
  background: #24599A;
}
.mobile-mega-menu .blue-item .primary-link:hover, .mobile-mega-menu .blue-item .primary-link:active, .mobile-mega-menu .blue-item .summary-link:hover, .mobile-mega-menu .blue-item .summary-link:active {
  background: #193F6E;
}
.mobile-mega-menu .orange-item .primary-link, .mobile-mega-menu .orange-item .summary-link {
  background: #F26728;
}
.mobile-mega-menu .orange-item .primary-link:hover, .mobile-mega-menu .orange-item .primary-link:active, .mobile-mega-menu .orange-item .summary-link:hover, .mobile-mega-menu .orange-item .summary-link:active {
  background: #C6480F;
}
.mobile-mega-menu .teal-item .primary-link, .mobile-mega-menu .teal-item .summary-link {
  background: #0B96A7;
}
.mobile-mega-menu .teal-item .primary-link:hover, .mobile-mega-menu .teal-item .primary-link:active, .mobile-mega-menu .teal-item .summary-link:hover, .mobile-mega-menu .teal-item .summary-link:active {
  background: #117581;
}
.mobile-mega-menu .yellow-item .primary-link, .mobile-mega-menu .yellow-item .summary-link {
  background: #FEA600;
}
.mobile-mega-menu .yellow-item .primary-link:hover, .mobile-mega-menu .yellow-item .primary-link:active, .mobile-mega-menu .yellow-item .summary-link:hover, .mobile-mega-menu .yellow-item .summary-link:active {
  background: #CE8805;
}
.mobile-mega-menu .purple-item .primary-link, .mobile-mega-menu .purple-item .summary-link {
  background: #9F6CAB;
}
.mobile-mega-menu .purple-item .primary-link:hover, .mobile-mega-menu .purple-item .primary-link:active, .mobile-mega-menu .purple-item .summary-link:hover, .mobile-mega-menu .purple-item .summary-link:active {
  background: #794784;
}

.mobile-search {
  padding: 8px 46px 8px 32px;
  position: relative;
}
.mobile-search i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-search button, .mobile-search input {
  border: 1px solid #707070;
  border-radius: 4px;
}
.mobile-search input {
  width: 100%;
  padding-left: 4px;
}
.mobile-search button {
  position: absolute;
  background: white;
  box-shadow: 0px 0px;
  right: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-search button:hover, .mobile-search button:active {
  background: #aeadad;
}

.toggle-container {
  display: inline-block;
  padding: 0px 5px;
  position: relative;
  height: 100%;
}
.toggle-container.active {
  background: #e0e0e0;
}
.toggle-container.active:after {
  content: "";
  position: absolute;
  left: 100%;
  background: #e0e0e0;
  width: 100%;
  height: 100%;
  top: 0;
}

.toggle-menu {
  display: inline-block;
  width: 39px;
  height: 45px;
  position: relative;
  padding: 10px;
  margin-top: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-i n-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.toggle-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #24599A;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.toggle-menu span:nth-child(1) {
  top: 3px;
}
.toggle-menu span:nth-child(2) {
  top: 16px;
}
.toggle-menu span:nth-child(3) {
  top: 29px;
}
.toggle-menu.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.toggle-menu.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.footer {
  background: #24599A;
  color: white;
  font-size: 0.9rem;
}
.footer a {
  color: white;
}
.footer .footer-nav a {
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: 700;
}
.footer .footer-nav .col-md-6 {
  margin-bottom: 20px;
}
.footer .footer-newsletter p {
  margin-bottom: 8px;
}
.footer .footer-newsletter input {
  border: 1px solid #707070;
  padding: 0.5em;
  width: 100%;
  margin-bottom: 10px;
}
.footer .footer-newsletter .button {
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer .footer-contact p {
  line-height: 1.6em;
}
.footer .footer-social {
  max-width: 200px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer .footer-social {
    margin: 20px auto;
  }
}
.footer .footer-legal {
  font-family: freight-text-pro, serif;
  font-size: 16px;
}
.footer .footer-legal p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer .footer-legal a {
  text-decoration: underline;
}

.hero .featured-event .event-icon {
  margin: 20px auto;
}
.hero .featured-event .event-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #707070;
  line-height: 1.1em;
}
@media screen and (max-width: 1200px) {
  .hero .featured-event .event-title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .featured-event .event-title {
    font-size: 1.75rem;
  }
}

.home-intro {
  max-width: 830px;
  margin: 20px auto;
}

.home-cta .col-md-6 {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .home-cta .col-md-6 {
    border: 8px solid white;
  }
}
.home-cta img {
  width: 220px;
  max-width: 60%;
  margin: -15% auto 26px;
  display: block;
}
.home-cta p {
  max-width: 410px;
  margin: 0 auto 40px;
}
.home-cta .button {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.home-cta .section-title {
  max-width: 282px;
  margin: 0 auto 0.75em;
  line-height: 1.1em;
}

.home-image-link img {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
  display: block;
}

.home-banner {
  position: relative;
  background: #EFEEEA;
  border: 15px solid white;
}
.home-banner img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .home-banner img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.breadcrumb {
  background: white;
  font-size: 0.9rem;
  padding-bottom: 50px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .breadcrumb-item.active {
  color: #000;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #000;
}

.sidebar-nav {
  padding-left: 0px;
  list-style-type: none;
  padding-top: 14px;
}
.sidebar-nav > li {
  margin-bottom: 3px;
}
.sidebar-nav .active > a, .sidebar-nav .open > a {
  font-weight: 700;
}
.sidebar-nav a {
  display: inline-block;
  margin-bottom: 8px;
  color: #000;
  font-weight: 500;
}
.sidebar-nav a:hover {
  font-weight: 700;
}
.sidebar-nav .fas {
  cursor: pointer;
  margin-left: 4px;
}
.sidebar-nav .has-subpages.open .subpages {
  max-height: 499px;
}
.sidebar-nav .subpages {
  list-style-type: none;
  padding-left: 15px;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s ease;
}
.sidebar-nav .subpages .active > a {
  font-weight: 600;
}
.sidebar-nav .subpages a {
  font-weight: 300;
}

.page-title {
  font-size: 1.25rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
  font-weight: 400;
}

.page-intro {
  font-weight: 500;
}
.page-intro.image-intro img {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.page-intro.floated-image {
  padding-bottom: 0.2rem;
}
.page-intro.floated-image img {
  max-width: 363px;
}
.page-intro ul.large-text {
  padding-left: 0.7em;
}
.page-intro ul.large-text li {
  margin-bottom: 0.5em;
}

.service-listing .service-link a {
  color: #000;
  font-weight: 600;
}
.service-listing .service-link:last-child p {
  margin-bottom: 0.5rem;
}
.service-listing .blue-item {
  background: #e7ebf4;
}
.service-listing .blue-item .service-name {
  color: #24599A;
}
.service-listing .teal-item {
  background: #e5f3f2;
}
.service-listing .teal-item .service-name {
  color: #0B96A7;
}
.service-listing .orange-item {
  background: #faf3e7;
}
.service-listing .orange-item .service-name {
  color: #F26728;
}

.logo-grid .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 15px;
  grid-gap: 20px;
  grid-auto-rows: 1fr;
  background: #F1F1F1;
}
@media screen and (max-width: 540px) {
  .logo-grid .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
.logo-grid .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
}

.icon-links .col-md-6 {
  margin-top: 40px;
}
.icon-links .icon-link {
  padding: 30px 15px 85px;
  text-align: center;
  position: relative;
}
.icon-links .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  padding: 16px;
  border-radius: 50%;
  width: 66px;
  height: 66px;
}
.icon-links .description {
  max-width: 340px;
  margin: 15px auto 1rem;
}
.icon-links .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.icon-links .blue-item {
  background: #E2EDFA;
}
.icon-links .blue-item .link-title {
  color: #24599A;
}
.icon-links .blue-item .icon {
  background: #E2EDFA;
}
.icon-links .teal-item {
  background: #E3EDCF;
}
.icon-links .teal-item .link-title {
  color: #0B96A7;
}
.icon-links .teal-item .icon {
  background: #E3EDCF;
}
.icon-links .col-md-6:first-child {
  border-right: 15px solid white;
}
.icon-links .col-md-6:nth-child(2) {
  border-left: 15px;
}
.icon-links .link-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1em;
}
.icon-links .link-title span {
  font-size: 0.55em;
  display: inherit;
}
@media screen and (max-width: 1199px) {
  .icon-links .link-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .icon-links .col-md-6 {
    border-left: 0px !important;
    border-right: 0px !important;
  }
}

.large-cta {
  background: #FFF7E0;
}
.large-cta img {
  width: 41%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.large-cta .row {
  position: relative;
}

.icon-features .section-intro p {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .icon-features .section-intro p {
    font-size: 1.25rem;
  }
}
.icon-features .feature-name {
  text-transform: none;
}
.icon-features .col-md-6 p {
  max-width: 380px;
  margin: 0 auto 40px;
}

.text-link-grid h3 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  background: #FEA600;
  padding: 0.35em 15px;
  color: white;
}

.text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 15px;
  grid-gap: 20px;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 767px) {
  .text-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .text-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .text-grid .link {
    grid-column: span 2;
  }
  .text-grid .link:nth-last-child(1):nth-child(odd) {
    grid-column: 2/span 2;
  }
}
.text-grid .link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1F1F1;
  color: #000;
  flex-wrap: wrap;
  text-align: center;
  padding: 30px 20px;
}
.text-grid .link:hover {
  color: white;
  background: #F26728;
  text-decoration: none;
}
.text-grid .link:hover .small-title, .text-grid .link:hover .link-arrow {
  color: white;
}
.text-grid .link > * {
  display: block;
  width: 100%;
}
.text-grid .link .small-title, .text-grid .link .link-arrow {
  color: #F26728;
  text-transform: none;
}
.text-grid .link .link-arrow span, .text-grid .link .link-arrow i {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.text-grid .link .link-arrow i {
  padding-left: 4px;
}
.text-grid .link img, .text-grid .link svg {
  width: 46px;
  height: auto;
  margin: 0 auto;
}
.text-grid .link img path, .text-grid .link svg path {
  stroke: currentColor !important;
}

.quote {
  border-top: 6px solid #FEA600;
  border-bottom: 6px solid #FEA600;
  text-align: center;
  padding: 1.9rem 20px;
}
.quote .quote-text {
  color: #707070;
  font-style: italic;
  font-size: 1.6rem;
  margin: 0px auto 23px;
}
.quote .attribution {
  margin-bottom: 0px;
  color: #F26728;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
.quote .title {
  color: #707070;
}

.bottom-border {
  position: relative;
}
.bottom-border:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.what-we-do .what-we-do-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 15px;
  grid-gap: 20px;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 540px) {
  .what-we-do .what-we-do-grid {
    grid-template-columns: 1fr;
  }
}
.what-we-do .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  text-align: center;
  border-radius: 80px;
}
.what-we-do .grid-item p {
  margin-bottom: 0px;
  font-weight: 600;
}
.what-we-do .grid-item:nth-child(1) {
  background: #E9EFF5;
}
.what-we-do .grid-item:nth-child(2) {
  background: #FDE2D5;
}
.what-we-do .grid-item:nth-child(3) {
  background: #DEF1F3;
}
.what-we-do .grid-item:nth-child(4) {
  background: #F0E8F2;
}

.membership-benefits .benefit h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
.membership-benefits .benefit p {
  margin-bottom: 0px;
}
.membership-benefits .benefit .icon-container {
  min-height: 46px;
}

.donate-stats h3 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.35em 15px;
}
@media screen and (max-width: 991px) {
  .donate-stats h3 {
    font-size: 1.3rem;
  }
}
.donate-stats .donate-stat {
  padding: 20px 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.donate-stats .donate-stat .stat {
  font-family: freight-text-pro, serif;
  font-variant-numeric: lining-nums;
  font-size: 6rem;
  font-weight: 500;
  color: #707070;
  margin-bottom: 0px;
  line-height: 1em;
}
.donate-stats .donate-stat p {
  font-weight: 600;
  font-size: 1.4em;
  color: #707070;
}
.donate-stats.stats-no-bg {
  font-size: 0.9em;
}
.donate-stats.stats-no-bg .stat, .donate-stats.stats-no-bg .uppercase {
  color: #24599A !important;
}
.donate-stats.stats-no-bg .stat {
  font-size: 6em;
  line-height: 1.2em;
}
.donate-stats.stats-no-bg .uppercase {
  text-transform: uppercase;
  font-weight: 700;
}
.donate-stats.stats-no-bg p {
  font-weight: 500;
}

.endorsement-categories {
  background: #EEEEEE;
}
.endorsement-categories .large-text {
  color: #707070;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  .endorsement-categories .large-text {
    font-size: 1.25rem;
  }
}

.text-section *:last-child {
  margin-bottom: 0px;
}

.category .scope {
  font-size: 1.4rem;
  font-weight: 600;
  color: #707070;
}
.category .who {
  font-weight: 600;
}
.category .list-intro {
  margin-bottom: 7px;
}
.category ul {
  padding-left: 1rem;
}
.category ul li {
  margin-bottom: 7px;
}

.leadership img {
  margin-bottom: 10px;
}
.leadership .col-md-4.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 26px 20px;
  border-color: transparent transparent #e2edfa transparent;
}
.leadership .profile {
  margin-bottom: 10px;
  position: relative;
}
.leadership .profile > a {
  font-size: 18px;
  color: #24599A;
  font-weight: 500;
}
.leadership .name {
  font-weight: 600;
  margin-bottom: 4px;
}
.leadership .name a {
  color: #24599A;
}
.leadership .title {
  font-size: 18px;
  margin-bottom: 0px;
}
.leadership .bio-content {
  background: #E2EDFA;
  padding: 15px;
  margin-bottom: 20px;
}
.leadership .bio-content p {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-newsletter .kajabi-form__btn.kajabi-form__btn--block-mobile {
  width: auto;
  min-width: 160px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  border-radius: 90px;
  height: 50px;
  margin-bottom: 10px;
  vertical-align: middle;
  position: relative;
  border: 0px;
  text-align: center;
  background-color: white !important;
  color: #193F6E;
}
.footer-newsletter .ctct-inline-form {
  font-family: freight-sans-pro, sans-serif !important;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults {
  background: none;
  padding: 0;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults #gdpr_text {
  display: none;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults label {
  display: none;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults input {
  font-family: freight-sans-pro, sans-serif !important;
  border: 1px solid #707070;
  padding: 0.5em;
  width: 100%;
  margin-bottom: 10px;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-footer {
  display: none;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-success .ctct-form-header {
  color: white;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1em;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-success .ctct-form-text {
  color: white;
  font-weight: 300;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom .ctct-form-header {
  color: white;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1em;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom .ctct-form-text {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom input {
  width: 100%;
  height: 41px;
  font-size: 16px;
  padding: 0px 20px;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom input::-webkit-input-placeholder {
  color: #9B9B9B;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom input:-ms-input-placeholder {
  color: #9B9B9B;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom input::-moz-placeholder {
  color: #9B9B9B;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom input::placeholder {
  color: #9B9B9B;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom button {
  width: auto;
  min-width: 160px;
  display: inline-block;
  position: relative;
  background: white;
  color: #24599A;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  border-radius: 90px;
  height: 50px;
  margin-bottom: 10px;
  vertical-align: middle;
  position: relative;
  border: 0px;
  text-align: center;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom button:hover {
  text-decoration: none;
  background: #EFEEEA;
  transition: background 0.2s ease;
}
.footer-newsletter .ctct-inline-form .ctct-form-container.ctct-form-embed .ctct-form-defaults .ctct-form-custom .g-recaptcha {
  display: none;
}

.event-listing .event {
  padding: 30px 0px;
  border-bottom: 3px solid #707070;
}
.event-listing .event img {
  max-height: 230px;
  width: 100%;
  object-position: top center;
  object-fit: cover;
}
.event-listing .event:last-child {
  border-bottom: 0px;
}

.icon-list .list-item {
  border-bottom: 1px solid #707070;
}
.icon-list .list-item .icon-title {
  font-size: 1.1rem;
  font-weight: 700;
}
.icon-list .list-item p {
  margin-bottom: 0px;
}
.icon-list .list-item:first-of-type {
  margin-top: 20px;
}

.accordions .open-close {
  font-size: 1rem;
  font-weight: 700;
  color: #24599A;
}
.accordions .accordion {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.accordions .accordion-title {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  text-transform: none;
}
.accordions .accordion-title .fas {
  position: absolute;
  right: 5px;
  top: 4px;
}
.accordions .accordion-content {
  display: none;
}

.image-definitions img {
  max-width: 206px;
  width: 100%;
}

.featured-support a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.apply-chart .chart-title {
  font-weight: 600;
  font-size: 1.4rem;
}
.apply-chart .chart-title span {
  font-weight: 300;
  font-size: 1.1rem;
  display: inline-block;
}
.apply-chart table thead, .apply-chart table tr {
  position: relative;
}
.apply-chart table thead:before, .apply-chart table tr:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background: black;
}
.apply-chart table td, .apply-chart table th {
  text-align: center;
  padding: 4px 15px 15px;
  font-weight: 600;
  border-right: 8px solid white;
}
.apply-chart table td:last-child, .apply-chart table th:last-child {
  border-right: 0px;
}
.apply-chart table td:nth-child(even), .apply-chart table th:nth-child(even) {
  background: #EFF6FF;
}
.apply-chart table td:nth-child(odd), .apply-chart table th:nth-child(odd) {
  background: #F0F0F0;
}
.apply-chart table td.left-heading, .apply-chart table th.left-heading {
  background: white;
}
.apply-chart table th {
  vertical-align: bottom;
}
.apply-chart table .left-heading {
  text-align: left;
  max-width: 240px;
  font-weight: 500;
  background: white;
}
.apply-chart table .totals strong {
  font-weight: 700;
}
.apply-chart table .totals td {
  font-weight: 700;
  border-top: 6px solid white;
  padding-top: 10px;
}
.apply-chart table .totals td:nth-child(even) {
  background: #24599A;
  color: white;
}
.apply-chart table .totals td:nth-child(odd) {
  background: #707070;
  color: white;
}
.apply-chart table .totals td.left-heading {
  background: white;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .apply-chart table {
    width: 100%;
  }
  .apply-chart thead {
    display: none;
  }
  .apply-chart table th, .apply-chart table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .apply-chart table th:before, .apply-chart table td:before {
    content: attr(data-heading) ": ";
  }
  .apply-chart table .left-heading {
    max-width: 100%;
    padding-top: 20px;
  }
  .apply-chart table .left-heading:before {
    content: "";
  }
}

.search-result h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.search-result h3 a {
  color: #24599A;
}

.pagination .page-link {
  color: #24599A;
  font-weight: 600;
}

/*# sourceMappingURL=main.css.map */
