body.pos-theme-july-2022 a {
  color: #2A6BAF;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 .tcblock__container {
    margin: 0 auto;
  }
}
body.pos-theme-july-2022 #site-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #FFFFFF;
}
body.pos-theme-july-2022 #site-header .advisory-banner {
  background: #BC3A34;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-align: center;
}
body.pos-theme-july-2022 #site-header .advisory-banner a {
  text-decoration: underline;
  color: #FFFFFF;
}
body.pos-theme-july-2022 #site-header .nav-section {
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-header .nav-section {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section {
    flex-direction: row;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-logo {
  flex: 0 1 300px;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-logo {
    flex: auto;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-logo {
    flex: 0 0 200px;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-logo {
    flex: 0 0 150px;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-logo a {
  max-width: 300px;
  display: block;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-logo a img {
  width: 100%;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper {
    position: fixed;
    width: 100%;
    max-width: 330px;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
    z-index: 2;
  }
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper.nav-open {
    transform: translateX(0);
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .mobile-nav-toggler {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background: #2A6BAF;
  z-index: 2;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .mobile-nav-toggler {
    display: flex;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 45px;
    background: #FFFFFF;
    height: 100%;
    justify-content: flex-end;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav {
    display: block;
    text-align: center;
    padding: 1rem 1rem 2rem;
    background: #BC3A34;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav #utility-nav-translator {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav #utility-nav-translator {
    margin-left: 0;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav > ul {
  display: flex;
  font-size: 15px;
  margin: 0 -1rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav > ul {
    display: block;
    margin: 0;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav > ul li {
  margin: 0 1rem;
  display: block;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav > ul li:not(:first-child):before {
  content: "|";
  margin-right: 2rem;
  color: #2A6BAF;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav > ul li:not(:first-child):before {
    display: none;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav > ul li {
    padding: 0.75rem;
    margin: 0;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper .nav-container nav.utility-nav > ul li a {
    color: #FFFFFF;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav {
  background: #FFFFFF;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul {
  display: flex;
  font-size: 14px;
  margin: 0 -0.25rem;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 1200px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul {
    font-size: 14px;
    white-space: nowrap;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li {
  margin: 0 0.1rem;
  display: block;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li.search-link:hover a:after {
  filter: brightness(0) invert(1);
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li.search-link a {
  display: flex;
  position: relative;
  align-items: center;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li.search-link a:after {
  transition: filter 0.2s ease-in-out;
  content: "";
  background-image: url("../../img/search.svg");
  height: 18px;
  width: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #2A6BAF;
  margin-left: 0.5rem;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li.menu-item-has-children > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:hover > a, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:focus > a, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:active > a {
  text-decoration: none;
  background: #2A6BAF;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:hover > a, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:focus > a, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:active > a {
    border-radius: 6px;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:hover > a + ul.sub-menu, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:focus > a + ul.sub-menu, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li:active > a + ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > a {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > a {
    padding: 0.5rem;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul {
  columns: 3;
  background: #2A6BAF;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  font-size: 14px;
  padding: 2rem;
  width: 100%;
  font-weight: normal;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25);
  white-space: normal;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul {
    columns: 1;
    opacity: 1;
    position: relative;
    transform: none;
    left: initial;
    top: initial;
    padding: 1rem;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul li {
  margin-bottom: 0.5rem;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul li a {
  color: #FFFFFF !important;
  text-decoration: none;
}
body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul li a:hover, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul li a:focus, body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul li a:active {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-wrapper nav.primary-nav > ul > li > ul li a {
    color: #2A6BAF !important;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-toggler {
  display: none;
  cursor: pointer;
  transform: scale(0.65);
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-header .nav-section .nav-toggler {
    display: block;
  }
}
body.pos-theme-july-2022 #site-header .nav-section .nav-toggler svg {
  fill: #2A6BAF;
}
body.pos-theme-july-2022 #site-main .flex-hero_module {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module {
    background-position: center;
    margin-bottom: 0;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__wrapper {
  position: relative;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__wrapper {
    background: rgba(0, 0, 0, 0.5) none !important;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__content {
  min-width: 30%;
  max-width: 50%;
  width: 100%;
  padding: 8rem 2rem 10rem;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__content {
    padding: 5rem 2rem;
    max-width: 100%;
    background: none !important;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__content {
    padding: 2rem 0;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__content .title {
  color: #FFFFFF;
  margin-bottom: 2rem;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__content .title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__content .title {
    font-size: 28px;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__content .button-link {
  background: #FFFFFF;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}
body.pos-theme-july-2022 #site-main .flex-hero_module__content .button-link:hover, body.pos-theme-july-2022 #site-main .flex-hero_module__content .button-link:focus, body.pos-theme-july-2022 #site-main .flex-hero_module__content .button-link:active {
  transform: scale(1.1);
}
body.pos-theme-july-2022 #site-main .flex-hero_module__content .additional-link {
  margin-top: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-decoration: none;
}
body.pos-theme-july-2022 #site-main .flex-hero_module__content .additional-link:after {
  content: " >";
  padding-left: 0.5rem;
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 850px;
  width: 100%;
  transform: translate(-50%, 50%);
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__navigation {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__navigation {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul {
  display: flex;
  background: #F3F7FA;
  padding: 1rem 2rem;
  border-radius: 6px;
  justify-content: space-between;
  box-shadow: 0px 0px 19px 0px rgba(42, 107, 175, 0.5);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul {
    border-radius: 0;
    box-shadow: none;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li {
    flex: 0 0 50%;
    padding: 1rem;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li.spacer {
  content: "";
  display: block;
  border-left: 1px solid #2C3D90;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li.spacer {
    display: none;
  }
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li.spacer:last-child {
  display: none;
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li a {
  display: block;
  text-align: center;
  color: #2C3D90;
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li a .nav-icon img {
  max-width: 40px;
  height: auto;
  margin-bottom: 0.25rem;
}
body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li a .nav-title {
  font-size: 16px;
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-hero_module__navigation ul li a .nav-title {
    font-size: 14px;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_image_module {
  padding: 2rem 0;
  overflow: hidden;
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1rem;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper {
    flex-direction: column !important;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper.row-reverse {
  flex-direction: row-reverse;
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content {
  flex: 0 0 45%;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content {
    text-align: center;
    margin-bottom: 2rem;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__title {
  font-size: 36px;
  color: #2C3D90;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__title {
    font-size: 24px;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__content {
  font-size: 16px;
  margin-bottom: 2rem;
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__content p {
  margin-bottom: 1rem;
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links {
  margin: -0.5rem;
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link {
    display: block !important;
    transform: none !important;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:first-child {
  background: #4665DD;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  color: #FFFFFF;
  margin: 0.5rem;
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:first-child:hover, body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:first-child:focus, body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:first-child:active {
  transform: scale(1.1);
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:last-child:not(:only-child) {
  background: #FFFFFF;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  border: 1px solid #2A6BAF;
  margin: 0.5rem;
  color: #2C3D90;
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:last-child:not(:only-child):hover, body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:last-child:not(:only-child):focus, body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-content__button-links a.button-link:last-child:not(:only-child):active {
  transform: scale(1.1);
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-image {
  flex: 0 0 55%;
  padding: 0 1rem;
}
body.pos-theme-july-2022 #site-main .flex-content_image_module__wrapper .column-image__image {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.pos-theme-july-2022 #site-main .flex-logos_module {
  overflow: hidden;
  padding: 2rem 0;
}
body.pos-theme-july-2022 #site-main .flex-logos_module ul {
  display: flex;
  list-style: none;
  margin: 0 -1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.pos-theme-july-2022 #site-main .flex-logos_module ul li img {
  margin: 1rem;
  max-width: 200px;
  height: auto;
  min-width: 150px;
  width: 100%;
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module {
  overflow: hidden;
  background: #F3F7FA;
  padding: 4rem 0;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-navigational_cta_module {
    padding: 2rem 0;
  }
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper {
  display: flex;
  margin: 0 -1rem;
  align-items: center;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper {
    flex-wrap: wrap;
  }
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .column {
  flex: 0 0 25%;
  padding: 1rem;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .column {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .image-column {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .image-column__image {
  width: 100%;
  height: auto;
  max-width: 500px;
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .content-column {
  flex: 0 1 50%;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .content-column {
    padding-right: 0;
  }
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .content-column__title {
  font-size: 36px;
  color: #2C3D90;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .content-column__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .content-column__title {
    font-size: 24px;
  }
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .nav-column ul {
  border-left: 1px solid #4EA127;
  padding-left: 1rem;
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .nav-column ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  text-decoration: none;
  color: #2A6BAF;
  transition: color 0.2s ease-in-out;
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .nav-column ul li a:hover, body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .nav-column ul li a:active, body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .nav-column ul li a:focus {
  color: #BC3A34;
}
body.pos-theme-july-2022 #site-main .flex-navigational_cta_module__wrapper .nav-column ul li a:after {
  content: " >";
  padding-left: 0.5rem;
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module {
  overflow: hidden;
  background: #F3F7FA;
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper {
  display: flex;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper {
    flex-wrap: wrap;
  }
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .image-column {
  padding: 2rem 0 0;
  flex: 0 0 200px;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .image-column {
    padding: 2rem 0 0;
    order: 1;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .image-column {
    display: none;
  }
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .image-column__image {
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1/1.1;
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .content-column {
  padding: 2rem 0 2rem 2rem;
  flex: 0 0 200px;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .content-column {
    padding: 2rem 0 0;
    flex: 0 0 100%;
    text-align: center;
  }
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .content-column__supertitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #F3922C;
  font-weight: bold;
  letter-spacing: 1.4px;
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .content-column__title {
  font-size: 36px;
  color: #2C3D90;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .content-column__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .content-column__title {
    font-size: 24px;
  }
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column {
  padding: 2rem 0 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 calc(100% - 200px);
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column {
    padding: 2rem 0;
    order: 2;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column {
    padding: 1rem 0;
    flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column {
    padding: 0 0 1rem;
  }
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post {
  flex: 0 0 50%;
  padding: 1rem;
  text-decoration: none;
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post {
    flex: 0 0 100%;
    padding: 1rem 0;
  }
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post .post-date {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post .post-title {
  text-decoration: underline;
  font-size: 18px;
  font-weight: normal;
  color: #4665DD;
  transition: color 0.2s ease-in-out;
}
body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post .post-title:hover, body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post .post-title:active, body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post .post-title:focus {
  color: #2C3D90;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-latest_news_module__wrapper .posts-column__post .post-title {
    font-size: 14px;
  }
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module__overlay {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.7));
  margin: 0 -1rem;
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .title-column {
  flex: 0 0 50%;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .title-column {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .title-column {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .title-column {
    font-size: 24px;
  }
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .content-column {
  flex: 0 0 50%;
  padding: 0 1rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .content-column {
    flex: 0 0 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
  }
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .button-link-wrapper {
  text-align: center;
  flex: 0 0 100%;
  margin-top: 2rem;
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .button-link-wrapper .button-link {
  background: #FFFFFF;
  padding: 1rem 3rem;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  font-weight: 600;
}
body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .button-link-wrapper .button-link:hover, body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .button-link-wrapper .button-link:focus, body.pos-theme-july-2022 #site-main .flex-banner_cta_module__wrapper .button-link-wrapper .button-link:active {
  transform: scale(1.1);
}
body.pos-theme-july-2022 #site-main .flex-content_video_module {
  overflow: hidden;
  padding: 2rem 0;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper {
  display: flex;
  margin: 0 -1rem;
  align-items: center;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper {
    flex-direction: column;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column {
  flex: 0 0 55%;
  padding: 0 1rem;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__supertitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #F3922C;
  font-weight: bold;
  letter-spacing: 1.4px;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__title {
  font-size: 36px;
  color: #2C3D90;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__title {
    font-size: 24px;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__content p {
  margin-bottom: 1rem;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links {
  margin: 0 -0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 567px) {
  body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links {
    flex-wrap: wrap;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .button-link {
  background: #4665DD;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 6px;
  display: flex;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  color: #FFFFFF;
  margin: 0.5rem;
  align-items: center;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .button-link svg {
  margin-right: 0.5rem;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .button-link:hover, body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .button-link:focus, body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .button-link:active {
  transform: scale(1.1);
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .additional-link {
  display: flex;
  align-items: center;
  margin: 0.5rem;
  white-space: nowrap;
  text-decoration: none;
  color: #2A6BAF;
  transition: color 0.2s ease-in-out;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .additional-link:hover, body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .additional-link:active, body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .additional-link:focus {
  color: #BC3A34;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .content-column__links .additional-link:after {
  content: " >";
  padding-left: 0.5rem;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .video-column {
  flex: 0 0 45%;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .video-column {
    margin-top: 1rem;
  }
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .video-column__thumbnail {
  position: relative;
  cursor: pointer;
  background: #000000;
  display: block;
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .video-column__thumbnail svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .video-column__thumbnail:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .video-column__thumbnail img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media (max-width: 768px) {
  body.pos-theme-july-2022 #site-main .flex-content_video_module__wrapper .video-column__thumbnail img {
    aspect-ratio: 16/9;
  }
}
body.pos-theme-july-2022 #site-footer {
  background: #F3F7FA;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper {
  padding-bottom: 1rem;
  overflow-x: hidden;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns {
  display: flex;
  padding: 4rem 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns {
    flex-wrap: wrap;
  }
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column {
  flex: 0 1 25%;
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social {
  text-align: center;
  flex: 0 0 450px;
  display: flex;
}
@media (max-width: 1200px) {
  body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social {
    flex: 0 0 300px;
  }
}
@media (max-width: 991px) {
  body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 3rem;
  }
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social .footer-logo {
  margin-bottom: 3rem;
  display: block;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social .footer-logo img {
  max-width: 230px;
  mix-blend-mode: multiply;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social .footer-social .social-tagline {
  color: #2A6BAF;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0.5rem;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social .footer-social nav.social-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 -1rem;
  align-items: center;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social .footer-social nav.social-links ul li {
  margin: 0 0.5rem;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social .footer-social nav.social-links ul li a {
  display: block;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-social .footer-social nav.social-links ul li a img {
  width: 30px;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-nav > ul > li > a {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-nav > ul > li > a[href="#"] {
  pointer-events: none;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-columns .footer-column.footer-column-nav > ul > li > ul li a {
  display: block;
  margin-bottom: 0.25rem;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-bottom {
  display: flex;
  justify-content: center;
  margin: 0 -1rem;
  color: #2A6BAF;
}
@media (max-width: 769px) {
  body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-bottom-left {
  margin: 0 1rem;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-bottom-right {
  margin: 0 1rem;
}
body.pos-theme-july-2022 #site-footer .footer-wrapper .footer-bottom-right span {
  margin: 0 0.5rem;
}

/*# sourceMappingURL=theme-july-2022.css.map */
