﻿/* cabin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/cabin/cabin-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/cabin/cabin-v27-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/cabin/cabin-v27-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/cabin/cabin-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.global-header {
  background-color: #0d072b;
  padding-top: 15px;
}

.global-header-top {
  background-color: #0d072b;
  padding: 0.3125rem 0;
}
@media (min-width: 992px) {
  .global-header-top {
    padding: 0.9375rem 0;
  }
}

.global-header-bottom {
  background-color: #fff;
}

.global-header-container {
  background-color: #0d072b;
  padding-left: 1rem;
  padding-right: 1rem;
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .global-header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .global-header-container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .global-header-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.global-header-container-border {
  border-top: 1px solid #484E5D;
}

.global-header-logo {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  text-decoration: none;
}
.global-header-logo img {
  max-width: 100%;
}

.mobile-menu-trigger {
  border: none;
  background-color: transparent;
  color: white;
  padding: 0;
  font-size: 1.25rem;
  width: 2.4375rem;
  height: 2.4375rem;
  background-size: 39px 39px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1rem;
  margin-left: 1rem; /* Or 8px, or any custom value */
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 20px;
  padding: 0;
  display: block;
  right: 20px;
  margin-top: 0;
  background-image: url('data:image/svg+xml,%3csvg fill="%23fff" width="800px" height="800px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M 4 7 L 4 9 L 28 9 L 28 7 Z M 4 15 L 4 17 L 28 17 L 28 15 Z M 4 23 L 4 25 L 28 25 L 28 23 Z"/%3e%3c/svg%3e');
}
@media (max-width: 991.98px) {
  .mobile-menu-trigger {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.mobile-menu-text {
  font-size: 0.6875rem;
}

.multi-languages-dropdown-toggle {
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0.769226 0L8.76923 8L16.7692 0H0.769226Z' fill='white'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-color: #0d072b;
  color: #fff;
  border: none;
  padding: 0.5625rem 3.25rem 0.5625rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .multi-languages-dropdown-toggle {
    transition: none;
  }
}
html:not(.touch) .multi-languages-dropdown-toggle:hover, html:not(.touch) .multi-languages-dropdown-toggle:focus-visible {
  background-color: black;
}

.mobile-nav {
  max-width: 100vw;
}
.mobile-nav ul, .mobile-nav li {
  display: block;
}
.mobile-nav, .mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  border-bottom: 1px solid #475265;
}
.mobile-nav li:first-child {
  border-top: 1px solid #475265;
}
.mobile-nav a {
  color: #fff;
  background-color: #22272d;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.625rem 0.9375rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 15px;
  width: 100%;
}
.mobile-nav .has-children > a {
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.mobile-nav .nav-go-back {
  font-size: 1rem;
  padding-left: calc(1.4375rem + 2.25vw);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230d072b' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z'/%3e%3c/svg%3e");
  background-size: 20px auto;
}
@media (min-width: 1200px) {
  .mobile-nav .nav-go-back {
    padding-left: 3.125rem;
  }
}
.mobile-nav ul {
  display: none;
  background-color: #475264;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.mobile-nav .level-2 {
  border-top: 1px solid #747c8f;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.mobile-nav .level-2 a {
  padding: 12px 20px;
  font-weight: 400;
}
.mobile-nav .level-2 li + li {
  border-top: 1px solid #747c8f;
}
.mobile-nav .level-3 {
  border-top: 1px solid #747c8f;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.mobile-nav .level-3 a {
  padding: 12px 20px;
  font-weight: 400;
}
.mobile-nav li.active > ul {
  display: block;
  background-color: #475264;
}
.mobile-nav li.active > ul a {
  background-color: #475264;
}

#offcanvasAside {
  max-width: 100vw;
  overflow-x: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn-close {
  font-size: 1.25rem;
  width: 2.4375rem;
  height: 2.4375rem;
  background-size: 25px 27px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1rem;
  margin-left: 1rem;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 26px;
  padding: 0;
  right: 20px;
  margin-top: 0;
  display: none;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.mobile-nav {
  overflow: visible;
  height: auto;
}

body.offcanvas-open {
  overflow: auto !important;
}

.global-header-site-name {
  white-space: nowrap;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.625rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
}

.global-header-icon-button-text {
  display: none;
}
@media (max-width: 991.98px) {
  .global-header-icon-button-text {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
    font-size: 0.75rem;
    font-style: normal;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .global-header-icon-button-text {
    display: none;
  }
}

.global-header {
  position: relative;
  z-index: 1050; /* Higher than offcanvas */
}

/* Set offcanvas below header */
#offcanvasAside {
  z-index: 1040 !important; /* Lower than header */
}

#offcanvasTop {
  background-color: #0d072b;
}

.global-search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  width: 100%;
}
.global-search ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%23333'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.global-search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
}
.global-search input::placeholder {
  opacity: 1;
}
.global-search button {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M15.255 13.4685L12.3344 10.5478C12.2026 10.416 12.0239 10.3428 11.8364 10.3428H11.3589C12.1674 9.30871 12.6479 8.00806 12.6479 6.59316C12.6479 3.22727 9.92058 0.5 6.5547 0.5C3.18882 0.5 0.461548 3.22727 0.461548 6.59316C0.461548 9.95904 3.18882 12.6863 6.5547 12.6863C7.9696 12.6863 9.27026 12.2059 10.3043 11.3974V11.8749C10.3043 12.0623 10.3776 12.241 10.5094 12.3729L13.43 15.2935C13.7054 15.5688 14.1506 15.5688 14.4231 15.2935L15.2521 14.4645C15.5275 14.1891 15.5275 13.7438 15.255 13.4685ZM6.5547 10.3428C4.48362 10.3428 2.80507 8.66717 2.80507 6.59316C2.80507 4.52207 4.48069 2.84352 6.5547 2.84352C8.62579 2.84352 10.3043 4.51914 10.3043 6.59316C10.3043 8.66424 8.62872 10.3428 6.5547 10.3428Z" fill="%23333"/%3e %3c/svg%3e');
  border: none;
  background-position: right 5px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
}

.main-nav {
  font-weight: 500;
}
.main-nav ul {
  display: table;
  justify-content: space-between;
  margin: 0 -10px;
  width: 100%;
  position: static;
}
.main-nav ul li {
  font-size: 16px;
  padding: 20px 10px 16px;
  display: table-cell;
  text-align: center;
}
.main-nav ul li:hover {
  background-color: #46537d;
}
.main-nav ul li a {
  color: white;
}
.main-nav ul li a:hover {
  color: white;
}
.main-nav ul .active:after {
  display: block;
  content: "";
  border-bottom: 9px solid #87c100;
  position: relative;
  top: 16px;
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown > ul:before {
  content: "";
  background-color: #46537d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(49.3% - 100vw);
  width: 200vw;
}
.main-nav .dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #46537d;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-nav .dropdown ul li {
  font-weight: 600;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.main-nav .dropdown .level-3 > a {
  text-transform: uppercase;
}
.main-nav .dropdown .level-3 ul {
  position: relative;
  display: block;
}
.main-nav .dropdown .level-3 ul li {
  display: block;
  padding: 7px 0;
  font-size: 12px;
  font-weight: 400;
}
.main-nav .dropdown .level-5 ul {
  position: relative;
  display: block;
}
.main-nav .dropdown .level-5 ul li {
  display: block;
  padding: 7px 0;
  font-size: 12px;
  font-weight: 400;
}

.inner-menu {
  z-index: 1;
  position: relative;
  column-count: 4;
  column-rule: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100vw;
  padding: 20px 40px;
}
.inner-menu > div {
  break-inside: avoid;
}
.inner-menu h4 {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}
.inner-menu a {
  display: block;
  color: white;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 6px;
}
.inner-menu a:hover {
  text-decoration: underline;
}

_:-ms-lang(x), .main-nav .dropdown ul li {
  display: inline-flex;
}

.multi-languages-dropdown-menu {
  border-radius: 0;
}

#offcanvasAside {
  padding-left: 0;
  padding-right: 0;
}
#offcanvasAside .offcanvas-top {
  height: auto !important;
  max-height: 100vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  #offcanvasAside {
    top: 145px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #offcanvasAside {
    top: 110px;
  }
}
#offcanvasAside .global-header-logo-image {
  height: 1.625rem;
}
#offcanvasAside .offcanvas-header {
  padding-left: 0;
  padding-right: 0.25rem;
}
#offcanvasAside .offcanvas-body {
  padding: 0;
  overflow-y: clip;
  overflow-x: hidden;
  height: auto;
}
#offcanvasAside .btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d072b'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.logo-container {
  margin: 10px 0 25px;
}
@media (max-width: 767.98px) {
  .logo-container {
    width: calc(100% - 65px);
  }
}

.top-nav {
  float: right;
  width: 100%;
}
.top-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 18px;
}
.top-nav ul li {
  font-size: 14px;
  padding-left: 0;
  min-width: 0;
}
.top-nav ul li:not(.header-search-item) {
  flex: 0 1 auto;
}
.top-nav ul li.header-search-item {
  flex: 0 0 auto;
}
.top-nav ul li a {
  color: white;
  display: block;
  line-height: 1.25;
}
.top-nav ul li a:hover {
  color: white;
}
@media (min-width: 992px) {
  .top-nav ul {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .top-nav ul {
    gap: 45px;
  }
}

#Search {
  margin-left: 0;
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dropup, .dropdown {
    position: static;
  }
  .inner-menu {
    margin: 0 auto;
    width: 1170px;
  }
  .main-nav .dropdown ul li {
    display: block;
  }
}
.mega-menu {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%) translateY(-5px);
  width: 100vw;
  background: #46537d;
  padding: 35px 40px;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mega-menu {
    top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mega-menu {
    top: 91px;
  }
}
@media (min-width: 1200px) {
  .mega-menu {
    top: 68px;
  }
}
.mega-menu.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.mega-menu-content {
  column-count: 4;
  column-rule: 1px solid #fff;
  border-left: 1px solid #fff;
  column-gap: 30px;
  max-width: 1170px;
  margin: 0 auto;
}
.mega-menu-content a {
  color: #fff;
  display: block;
  margin-bottom: 3px;
  break-inside: avoid;
}
.mega-menu-content a.level-1 {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 16px;
  margin-bottom: 8px;
}
.mega-menu-content a.level-2 {
  display: block;
  padding: 0 0 7px 0;
  font-size: 12px;
  font-weight: 400;
}
.mega-menu-content a.level-2:last-child {
  margin-bottom: 8px;
}
.mega-menu-content h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  break-after: avoid;
}

.mega-menu .column {
  flex: 0 0 25%; /* 100% / 4 = 25% per column */
  padding: 0 15px;
  box-sizing: border-box;
}

.global-nav-item {
  display: inline-block;
  position: relative;
}

@media (max-width: 767.98px) {
  .main-nav {
    visibility: hidden;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .main-nav {
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
    position: static;
  }
}

#headerSearchBar {
  display: none;
  position: absolute;
  right: 0;
  background-color: #0d072b;
  border-bottom: 2px solid #89c30a;
  padding: 15px;
  z-index: 1000;
}
#headerSearchBar form {
  display: flex;
  gap: 0;
}
#headerSearchBar form input[type=search] {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: white;
  color: #000;
}
#headerSearchBar form button {
  background-color: #89c30a;
  border: none;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #headerSearchBar {
    width: 100%;
    padding: 10px;
  }
  #headerSearchBar form {
    flex-direction: row;
  }
  #headerSearchBar form input[type=search],
  #headerSearchBar form button {
    font-size: 16px;
    padding: 12px;
  }
  #headerSearchBar form button {
    margin-left: 10px;
    flex-shrink: 0;
  }
}

.global-footer {
  color: #fff;
  background-color: #0d072b;
  font-weight: 500;
  padding: 40px 0 35px;
  font-size: 14px;
  border-top: 10px solid #484e5d;
}
.global-footer .footer-nav {
  margin-bottom: 45px;
}
.global-footer .footer-nav ul li {
  margin-right: 35px;
  padding-bottom: 15px;
}
.global-footer .footer-nav ul li a {
  color: #fff;
}
.global-footer .footer-nav ul li a:hover {
  color: #fff;
}
.global-footer a {
  color: #fff;
  text-decoration: none;
}
.global-footer a:hover {
  color: white;
  text-decoration: underline;
}
.homepage .global-footer {
  margin-top: 0;
}

.footer-logo-image {
  width: 3.75rem;
}

.copyright > *:last-child {
  margin-bottom: 0;
}

.euipo-logo {
  height: 130px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .euipo-logo {
    flex-direction: column;
    height: auto;
    gap: 15px;
    align-items: flex-start;
  }
}
.euipo-logo img {
  height: 100%;
  width: auto;
}
@media (max-width: 767.98px) {
  .euipo-logo img {
    height: 130px;
  }
}
.euipo-logo .reduced {
  padding-bottom: 0.8rem;
}

.recite-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  border: none;
  background-color: #d00068;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.8rem 2rem;
  padding-left: 2rem;
  padding-left: 2rem;
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%20viewBox%3D%220%200%2035%2028%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.24%2023.68A8.61%208.61%200%200%200%2035%2016.91c0-3.76-2.94-7-7.21-8.64C26.51%203.56%2020.79%200%2014.03%200c-7.74%200-14%204.61-14%2010.29a9.11%209.11%200%200%200%204%207.17%2013.62%2013.62%200%200%201-2.3%203.28.73.73%200%200%200-.12.84.88.88%200%200%200%20.8.45%2014.39%2014.39%200%200%200%207-1.76c1.87%203.7%206.72%206.35%2012.41%206.35a41.74%2041.74%200%200%200%204.28-.35A13.66%2013.66%200%200%200%2032.82%2028a.83.83%200%200%200%20.76-.43.67.67%200%200%200-.12-.79%2012.83%2012.83%200%200%201-2.22-3.1zm-22.38-5l-.1.05a13.08%2013.08%200%200%201-4.53%201.58%2013.93%2013.93%200%200%200%201.65-2.83.74.74%200%200%200-.29-.91c-2.47-1.67-3.82-3.91-3.82-6.3%200-4.81%205.5-8.71%2012.26-8.71%205.47%200%2010.1%202.55%2011.68%206.06a6.63%206.63%200%200%201%20.5%201.68%206.24%206.24%200%200%201%20.08%201c0%204.8-5.5%208.71-12.26%208.71-.75%200-2.39-.13-3.55-.27-.41%200-.76-.09-1-.13a1%201%200%200%200-.62.09zm17.78%206.15a1%201%200%200%200-.59-.09%2038.88%2038.88%200%200%201-4.29.38c-4.63%200-8.62-1.95-10.47-4.74%201%20.1%202.12.17%202.74.17%207.73%200%2014-4.61%2014-10.29v-.27c3.18%201.47%205.29%204%205.29%206.9%200%202.26-1.28%204.37-3.6%206a.7.7%200%200%200-.28.86%2014.05%2014.05%200%200%200%201.55%202.67%2012.44%2012.44%200%200%201-4.35-1.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.74%207.26h13.68v1.95H7.74zM7.73%2011.16h9.77v1.95H7.73z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: 10px center;
  padding-left: 3.4rem;
  z-index: 4;
}

.social-icons {
  float: right;
  font-size: 25px;
}
.social-icons ul, .social-icons li {
  display: inline-block;
  vertical-align: top;
}
.social-icons li + li {
  margin-left: 45px;
}

h2 {
  font-size: 30px;
}

.section-1 {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 40px;
}
.section-1 .img-panel {
  height: 75px;
}
.section-1 .img-panel img {
  height: 100%;
  width: auto;
}
.section-1 .hc-body-content h2 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 30px;
}
.section-1 .hc-body-content h2 a {
  color: #000000;
  font-weight: 600;
}
.section-1 .hc-body-content p {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.section-1 .top-text {
  color: #000000;
  text-align: center;
  width: 100%;
  max-width: 730px;
  margin: 35px auto;
}
.section-1 .top-text h1 {
  color: #0d072b;
  font-weight: 600;
  font-size: 36px;
}
.section-1 .top-text p {
  font-weight: 500;
}
.section-1 .top-links {
  text-align: center;
}
.section-1 .top-links .panel {
  padding-left: 15px;
  padding-right: 15px;
}

.section-2 {
  position: relative;
  z-index: 0;
  text-align: center;
  color: #fff;
}
.section-2 .left-half {
  background-color: #116672;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
}
.section-2 h2 {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
}
.section-2 p {
  font-weight: 500;
  margin-bottom: 30px;
}
.section-2 .right-half {
  background-color: #45537c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
}
.section-2 .btn-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  margin: 0 auto 0;
  height: auto;
  white-space: normal;
  margin-bottom: 20px;
  transition: background-color 0.1s ease-in-out 0s;
  font-weight: 400;
  font-size: 14px;
}
.section-2 .btn-white:hover {
  background-color: #fff;
}
.section-2 .box-green {
  background-color: #116672;
  padding: 20px 30px 0;
}
.section-2 .box-green .btn-white:hover {
  color: #116672;
}
.section-2 .box-red {
  background-color: #bb3c45;
  padding: 20px 28px 0;
}
.section-2 .box-red .btn-white:hover {
  color: #bb3c45;
}
.section-2 .box-blue {
  background-color: #45537c;
  padding: 20px 30px 0;
}
.section-2 .box-blue .btn-white:hover {
  color: #45537c;
}
.section-2 .container {
  position: relative;
}

.section-3 {
  background-color: #e7edf3;
  color: #000;
  padding: 20px 0 60px;
}
.section-3 h3 {
  font-size: 32px;
  margin: 37px 0 0px 0;
  color: #116672;
  font-weight: 600;
}
.section-3 .widget {
  background-color: #fff;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
  height: 100%;
}
.section-3 .widget li {
  padding: 0 20px;
  width: 100%;
}
.section-3 .widget .title {
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 1.5;
}
.section-3 .widget .title a {
  color: #000;
  font-weight: 600;
}
.section-3 .widget .datetime {
  font-size: 13px;
  color: #636363;
  margin-top: 5px;
}
.section-3 .view-more {
  padding: 10px !important;
  width: 100%;
  text-align: center;
  border-top: 3px solid #e7edf3;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-3 .view-more a {
  color: #636363;
  font-size: 14px;
  font-weight: 500;
}

.margin-left-100 {
  margin-left: 100px;
}

@media screen and (max-width: 1199px) {
  .section-3 h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 993px) {
  .section-3 .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-1 .top-links {
    margin-left: 0;
    text-align: center;
  }
  .section-1 .panel {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .section-2 .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section-2 .box-red {
    width: 100%;
    display: block;
  }
  .section-2 .box-green {
    width: 100%;
    display: block;
  }
  .section-2 .box-blue {
    width: 100%;
    display: block;
  }
  .section-2 .right-half, .section-2 .left-half {
    display: none;
  }
  .section-2 p {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .section-3 {
    padding: 20px 0 20px;
  }
  .section-3 h3 {
    font-size: 26px;
    margin-top: 30px;
  }
  .section-3 .flexcroll {
    padding-bottom: 60px;
  }
  .section-3 .flexcroll .title {
    margin-top: 15px;
  }
  .section-3 .flexcroll .title a {
    font-size: 15px;
  }
}
.section-2 .box-red,
.section-2 .box-green,
.section-2 .box-blue {
  box-sizing: border-box;
}
.section-2 .btn-white {
  max-width: 100%;
}

.placeholder:after {
  content: "";
  display: table;
  clear: both;
}
.placeholder.side-nav-styles {
  width: 100%;
  background-color: #fff;
  padding: 25px 20px;
  border-bottom: 3px solid #bb3c45;
}

.placetop {
  margin-bottom: 15px;
}
.placetop .placetopin h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #333;
}

#subnavcontainer ul#navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#subnavcontainer ul#navlist li {
  margin: 0;
  padding: 0;
  position: relative;
}
#subnavcontainer ul#navlist li a {
  display: block;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  color: #0056b3;
  border-bottom: 1px solid #eee;
}
#subnavcontainer ul#navlist li a:hover {
  background-color: #f0f0f0;
  color: #003d80;
}
#subnavcontainer ul#navlist li.active > a,
#subnavcontainer ul#navlist li a[id^=selectednav] {
  font-weight: bold;
  color: #000;
}
#subnavcontainer ul#navlist li.current > a {
  background-color: #41586c;
  color: white;
  font-weight: bold;
}
#subnavcontainer ul#navlist li.current > a:hover {
  background-color: #30404f;
  color: white;
}
#subnavcontainer ul#navlist li ul {
  list-style-type: none;
  margin: 5px 0 5px 0;
  padding-left: 20px;
}
#subnavcontainer ul#navlist li ul li {
  border-left: 3px solid #e0e0e0;
  margin-left: -3px;
}
#subnavcontainer ul#navlist li ul li:last-child > a {
  border-bottom: none;
}
#subnavcontainer ul#navlist li ul li a {
  font-size: 14px;
  padding: 8px 15px 8px 12px;
  border-bottom: 1px solid #f3f3f3;
}
#subnavcontainer ul#navlist li ul li.current > a {
  background-color: #5a6a7a;
  color: white;
}
#subnavcontainer ul#navlist li ul li ul {
  padding-left: 15px;
}
#subnavcontainer ul#navlist li ul li ul li {
  border-left-color: #c0c0c0;
}
#subnavcontainer ul#navlist li ul li ul li a {
  font-size: 13px;
  padding-left: 10px;
}
#subnavcontainer ul#navlist > li:last-child > a {
  border-bottom: none;
}

.side-nav {
  left: 15px;
  top: 90px;
  width: 100%;
  border-bottom: #bb3c45;
  background-color: #fff;
  padding: 25px 20px !important;
  border-bottom: 3px solid #bb3c45;
}
.side-nav li {
  width: 100%;
}
.side-nav a {
  color: #000;
  display: block;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 500;
}
.side-nav li i {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  font-size: 30px;
  left: 16px;
  top: 8px;
  cursor: pointer;
}
.side-nav .side-nav .level-1 {
  background-color: #e1e5ed;
  border-top: 1px solid #fff;
  padding: 15px 35px;
}

.aside-nav {
  /*@include media-breakpoint-up(lg) {
      width: rfs-value(300px);
    }

    @include media-breakpoint-up(xl) {
      width: rfs-value(390px);
    }
  */
}
.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside-nav a.aside-nav-go-back {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .aside-nav a.aside-nav-go-back {
    font-size: 1.5rem;
  }
}
.aside-nav a {
  color: #000;
  display: block;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 500;
  padding: 0.9375rem calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .aside-nav a {
    padding: 0.9375rem 2.1875rem;
  }
}
.aside-nav .level-0 a {
  padding: 0 35px 15px;
  position: relative;
}
.aside-nav .level-0 i {
  font-size: 19px;
  top: 0;
}
.aside-nav .level-1 > li > a {
  padding: 0.9375rem calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .aside-nav .level-1 > li > a {
    padding: 0.9375rem 2.1875rem;
  }
}
.aside-nav .level-1 > li + li {
  margin-top: 1px;
}
.aside-nav .level-1 > li.has-children:not(.open) > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2.35998L9.5 7.19999L17 2.35999' stroke='%23656b7a' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
html:not(.touch) .aside-nav .level-1 > li.has-children:not(.open) > a:hover, html:not(.touch) .aside-nav .level-1 > li.has-children:not(.open) > a:focus-visible {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2.35998L9.5 7.19999L17 2.35999' stroke='%23656b7a' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.aside-nav .level-1 > li.has-children.open > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 6.64001L9.5 1.80001L2 6.64001' stroke='%23656b7a' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
html:not(.touch) .aside-nav .level-1 > li.has-children.open > a:hover, html:not(.touch) .aside-nav .level-1 > li.has-children.open > a:focus-visible {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 6.64001L9.5 1.80001L2 6.64001' stroke='%23656b7a' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.aside-nav .level-1 > li:first-child {
  margin-top: 0;
}
.aside-nav .level-1 > li > a {
  border: 2px solid transparent;
  background-color: #e1e5ed;
  position: relative;
  z-index: 1;
}
html:not(.touch) .aside-nav .level-1 > li > a:hover, html:not(.touch) .aside-nav .level-1 > li > a:focus-visible {
  position: relative;
  z-index: 1;
}
.aside-nav .level-1 > li.active {
  position: relative;
}
.aside-nav .level-1 > li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #656b7a;
  z-index: 1;
}
.aside-nav .level-1 > li.active > a {
  background-color: #e1e5ed;
  color: #000;
}
.aside-nav .level-2 {
  background-color: #E9E9ED;
}
.aside-nav .level-2 > li {
  transition: all 0.2s ease-in-out;
}
.aside-nav .level-2 > li + li {
  margin-top: 1px;
}
.aside-nav .level-2 > li > a {
  padding: 0.9375rem calc(1.34375rem + 1.125vw);
  background-color: #f3f4f6;
  border: 2px 0 0 0 solid transparent;
  border-left: 6px solid #656b7a;
}
@media (min-width: 1200px) {
  .aside-nav .level-2 > li > a {
    padding: 0.9375rem 2.1875rem;
  }
}
.aside-nav .level-2 > li > a:hover {
  background-color: #656b7a;
  border-color: #656b7a !important;
  color: #fff;
}
.aside-nav .level-2 > li.has-children:not(.open) > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2.35998L9.5 7.19999L17 2.35999' stroke='%23656b7a' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.aside-nav .level-2 > li.has-children.open > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 6.64001L9.5 1.80001L2 6.64001' stroke='%23656b7a' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.aside-nav .level-2 > li.active > a {
  background-color: #656b7a;
  color: #fff;
  padding-bottom: 20px;
}
html:not(.touch) .aside-nav .level-2 > li:hover > a, html:not(.touch) .aside-nav .level-2 > li:focus-visible > a {
  color: #fff;
  position: relative;
  z-index: 1;
}
.aside-nav .level-3 {
  background-color: none;
}
.aside-nav .level-3 li a {
  padding: 20px 20px 20px 35px !important;
  position: relative;
  border-left: 6px solid #656b7a;
}
.aside-nav .level-3 li:last-child:not(.has-children) > a {
  border-bottom: 6px solid #656b7a;
}
.aside-nav .level-4 li a {
  padding: 20px 20px 20px 50px !important;
  position: relative;
  border-left: 6px solid #656b7a;
}
.aside-nav .level-4 li:last-child > a {
  border-bottom: 6px solid #656b7a;
}
.aside-nav .aside-nav-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.aside-nav .aside-nav-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25%;
  background-color: #0d072b;
}

@media (max-width: 992px) {
  .two-column-layout {
    display: flex;
    flex-direction: column;
  }
  .two-column-layout .main-content,
  .two-column-layout .side-nav-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .two-column-layout .main-content {
    order: 1;
  }
  .two-column-layout .side-nav-column {
    order: 2;
  }
  .aside-nav {
    display: block;
    padding-bottom: 1.875rem;
  }
}
.accordion {
  margin-bottom: 3.125rem;
}

.page-summary--no-breadcrumb {
  padding-top: 30px;
}

.page-summary {
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .page-summary {
    padding-bottom: 0;
  }
}
.page-summary a {
  color: #fff;
}
.page-summary .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.btn-purple {
  background-color: #0d072b;
  color: #fff;
  line-height: 42px;
}
.btn-purple:hover {
  color: #fff;
  background-color: #89c30a;
}

.btn-purple-outline {
  background-color: transparent;
  color: #0d072b;
  line-height: 42px;
  border: 2px solid #0d072b;
}
.btn-purple-outline:hover {
  color: #fff;
  background-color: #0d072b;
}

.page-item {
  border-color: #0d072b;
  margin: 1px;
  font-weight: 500;
  margin-top: 0 !important;
}
.page-item.active .page-link {
  background-color: #0d072b;
  border-color: #0d072b;
  color: #fff;
}
.page-item .page-link {
  color: #0d072b;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  font-size: 1.1rem;
}
.page-item .page-link:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
  text-decoration: none;
}
.page-item .page-link:focus {
  box-shadow: none;
}
.page-item .page-link i {
  font-size: 1.2rem;
}
.page-summary-image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-summary-image:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0d072b;
  opacity: 0.8;
  content: "";
}
.page-summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#RadioLinks .radio-container {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
}

#RadioLinks .radio-container input {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}

#RadioLinks .radio-container input:checked + label:after {
  opacity: 1;
}

#RadioLinks .radio-container label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 0px 4px;
  touch-action: manipulation;
  font-weight: normal;
}

#RadioLinks .radio-container label:before {
  background: #fff;
  border: 2px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

#RadioLinks .radio-container label:after {
  background: #4c6272;
  border: 10px solid #979797;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  width: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding-right: 0;
}

.breadcrumb > .active {
  color: #333;
}
.breadcrumb > .active:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 6px;
  color: #41586c;
  margin: 0 4px;
  position: relative;
  top: -2px;
}

@media (min-width: 768px) {
  .breadcrumb {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 0 10px;
  }
  .breadcrumb li {
    vertical-align: middle;
  }
  .breadcrumb .fa {
    color: #13c5ef;
    font-size: 24px;
    vertical-align: middle;
  }
  .breadcrumb a {
    color: #bb3c45;
  }
  .breadcrumb > li + li:before {
    content: "\f054";
    font-family: fontawesome;
    font-size: 6px;
    color: #41586c;
    margin: 0 4px;
    position: relative;
    top: -2px;
  }
  .breadcrumb .active a {
    color: #333333;
  }
}
.col-md-12 .rich-content {
  margin-left: 40px;
}

.col-md-8 .rich-content {
  margin-left: 40px;
}

.richcontent {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 50px;
}

.content {
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
  padding: 0 0 40px;
}
.content h1:after {
  display: block;
  content: "";
  border-bottom: 2px solid;
  width: 30px;
  margin: 20px auto 0;
}
.content h2 {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .content h1 {
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: auto;
    font-size: 55px;
  }
  .content h2 {
    color: #201f1f;
    font-size: 24px;
    font-weight: 600;
  }
  .content p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
  }
}
.col-md-8 .content {
  background-color: transparent;
  text-align: left;
  padding: 0 0 40px;
  margin-left: 48px;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 50px;
}
.col-md-8 .content h1:after {
  display: block;
  content: "";
  border-bottom: none;
  width: 30px;
  margin: 0 auto 0;
}
.col-md-8 .content h2 {
  font-size: 24px;
  font-weight: 600;
}
.col-md-8 .rich-content {
  margin-left: 0;
}

.col-md-12 .content {
  background-color: transparent;
  text-align: left;
  padding: 0 0 40px;
  margin-left: 48px;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 50px;
}
.col-md-12 .content h1:after {
  display: block;
  content: "";
  border-bottom: none;
  width: 30px;
  margin: 0 auto 0;
}
.col-md-12 .content h2 {
  font-size: 24px;
  font-weight: 600;
}
.col-md-12 .rich-content {
  margin-left: 0;
}

.summary {
  width: 100%;
  max-width: 605px;
  margin: 0 auto 50px;
}
.summary h1 {
  margin-bottom: 20px;
}
.summary p {
  font-weight: 600;
}

.searchsummary {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 50px;
}
.searchsummary h1 {
  margin-bottom: 20px;
}
.searchsummary p {
  font-weight: 600;
}

.landing-boxes .landing-box {
  background-color: #fff;
  border-bottom: 2px solid #bb3c45;
  padding: 30px 60px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 7px -4px grey;
  height: 100%;
}
.landing-boxes .landing-box h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.landing-boxes a {
  color: #000;
}

.purple-area {
  background-color: #7c8598;
  color: #fff;
  padding: 20px 40px 40px;
}
.purple-area a {
  color: #fff;
}
.purple-area h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.purple-area p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.purple-area p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .purple-area {
    padding: 15px 20px;
    text-align: left;
  }
}
.content a[href^="http://"] {
  padding-right: 25px;
  display: inline-block;
}

.error-page-code {
  font-size: 4rem;
  font-weight: 700;
  color: #0d072b;
  margin-bottom: 0.5rem;
}
.error-page-message {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.error-page-suggestions-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.error-page-suggestions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.content a[href^="http://"]:before {
  content: " ";
  width: 17px;
  height: 16px;
  display: block;
  background-image: url("/images/external-icon.png");
  position: absolute;
  right: 5px;
  top: 4px;
}

.content .landing-boxes a[href^="http://"],
.content .landing-boxes a[href^="https://"] {
  padding-right: 0;
}

.content .landing-boxes a[href^="http://"]::before,
.content .landing-boxes a[href^="https://"]::before {
  display: none;
}

.content a[href^="https://"] {
  padding-right: 25px;
  display: inline-block;
}

.content a[href^="https://"]:before {
  content: " ";
  width: 17px;
  height: 16px;
  display: block;
  background-image: url("/images/external-icon.png");
  position: absolute;
  right: 5px;
  top: 4px;
}

.content table tr {
  background-color: #EEECED;
}

.content table th {
  font-size: 120%;
  background-color: #201f1f;
  color: #fff;
  font-weight: 300;
  padding: 5px 10px;
}

.content table td {
  padding: 5px 10px;
}

.content hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #e85a10;
}

.rich-content a {
  color: #8a161e;
  position: relative;
  text-decoration: underline;
}
.rich-content a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .content {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
    /* Content */
  }
  .content p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
  }
  .content > :first-child {
    margin-top: 0;
  }
  .content h1 {
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: auto;
    font-size: 55px;
  }
  .content h2 {
    color: #201f1f;
    font-size: 24px;
    font-weight: 600;
  }
  .content h3 {
    color: #201f1f;
    font-size: 20px;
    font-weight: 600;
  }
  .content h4 {
    color: #201f1f;
    font-size: 18px;
    font-weight: 600;
  }
  .content h5 {
    color: #201f1f;
    font-weight: 600;
  }
  .content ul {
    margin: 0 0 20px 18px;
    padding-left: 20px;
  }
  .content ul li {
    display: list-item;
  }
  .content ol {
    margin: 0 0 20px 16px;
    padding-left: 20px;
  }
  .content ol li {
    display: list-item;
  }
  .content ul li + li, .content ol li + li {
    margin-top: 10px;
  }
  .content table tr:nth-child(2n+1) {
    background-color: #EEECED;
  }
  .content table tr {
    background-color: transparent;
  }
  .content table th {
    font-size: 120%;
    background-color: #201f1f;
    color: #fff;
    font-weight: 300;
    padding: 5px 10px;
  }
  .content table td {
    padding: 5px 10px;
  }
  .content table td p {
    margin-bottom: 10px;
  }
}
.rich-editor-content .first-child {
  margin-top: 0;
}
.rich-editor-content .last-child {
  margin-bottom: 0;
}
.rich-editor-content h2, .rich-editor-content h3, .rich-editor-content h4, .rich-editor-content h5 {
  color: #0d072b;
  margin-bottom: 1.25rem;
}
.rich-editor-content h2 {
  margin-top: 2.5rem;
}
.rich-editor-content h3 {
  margin-top: 1.875rem;
}
.rich-editor-content h4 {
  margin-top: 1.25rem;
}
.rich-editor-content table {
  max-width: 100%;
  width: 100%;
}
.rich-editor-content table th, .rich-editor-content table td {
  padding: 0.625rem;
  border: 1px solid #a5c7e3;
}
.rich-editor-content table th p:last-child, .rich-editor-content table td p:last-child {
  margin: 0;
}
.rich-editor-content ol, .rich-editor-content ul {
  padding-left: 1.5rem;
  margin: 0 0 1.875rem 1.875rem;
  padding: 0;
}
.rich-editor-content ol li, .rich-editor-content ul li {
  position: relative;
  padding: 0;
  margin: 0 0 0.75rem;
}
.rich-editor-content ol li::marker, .rich-editor-content ul li::marker {
  font-size: 1.5em;
  color: #0D1282;
}
.rich-editor-content ol > li > ul, .rich-editor-content ul > li > ul {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.rich-editor-content ol > li > ul > li:before, .rich-editor-content ul > li > ul > li:before {
  background-color: #0d072b;
}
.rich-editor-content ol > li > ul > li > ul, .rich-editor-content ul > li > ul > li > ul {
  margin-top: 7px;
}
.rich-editor-content ol > li > ul > li > ul > li:before, .rich-editor-content ul > li > ul > li > ul > li:before {
  background-color: #fff;
  border: 1px solid #0d072b;
}
.rich-editor-content a {
  font-weight: 700;
}

.accordion-item + .accordion-item {
  margin-top: 1.25rem;
}
.accordion-button {
  border: 2px solid transparent;
  align-items: flex-start;
  color: #fff;
  padding: 1.25rem 1.875rem;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background-color: #E9E9ED;
  border-radius: 0;
  box-shadow: none;
}
.accordion-button.collapsed {
  background-color: #0d072b;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='white' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
}
.accordion-button.collapsed:hover {
  background-color: #fff;
  border-color: #0D1282;
  color: #0D1282;
  box-shadow: none;
}
.accordion-button.collapsed:hover:after {
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='%230D1282' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.28125 2C0.28125 1.62704 0.429408 1.26935 0.693131 1.00563C0.956854 0.741908 1.31454 0.59375 1.6875 0.59375H22.3125C22.6855 0.59375 23.0431 0.741908 23.3069 1.00563C23.5706 1.26935 23.7188 1.62704 23.7188 2C23.7188 2.37296 23.5706 2.73065 23.3069 2.99437C23.0431 3.25809 22.6855 3.40625 22.3125 3.40625H1.6875C1.31454 3.40625 0.956854 3.25809 0.693131 2.99437C0.429408 2.73065 0.28125 2.37296 0.28125 2Z' fill='%23333333'/%3e %3c/svg%3e");
}

.accordion-body {
  padding: 1.25rem 1.875rem;
  background-color: #E9E9ED;
}

.related-list {
  margin-bottom: 2.5rem;
}

.related-title {
  font-size: 2.25rem;
  color: #0d072b;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.embedded-video {
  width: 100%;
  max-width: 800px; /* or whatever max you want */
}

.video-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.embedded-video {
  overflow: hidden;
}

.video-wrapper {
  aspect-ratio: 16/9;
  margin-bottom: 1.875rem;
}

.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object,
.video-wrapper video {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}

.embedded-video .embed-responsive-16by9 {
  aspect-ratio: 16/9;
  width: 100%;
}

.embedded-video iframe {
  width: 100%;
  height: 100%;
}

.content iframe[src*="youtube.com"],
.content iframe[src*="youtube-nocookie.com"],
.content iframe[src*="youtu.be"],
.content iframe[src*="vimeo.com"],
.rich-editor-content iframe[src*="youtube.com"],
.rich-editor-content iframe[src*="youtube-nocookie.com"],
.rich-editor-content iframe[src*="youtu.be"],
.rich-editor-content iframe[src*="vimeo.com"] {
  display: block;
  width: 100% !important;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .page-summary {
    margin-bottom: 20px;
  }
  .col-md-8 .content,
  .col-md-12 .content {
    margin-left: 0;
    padding: 30px 20px;
  }
  .col-md-8 .rich-content,
  .col-md-12 .rich-content {
    margin-left: 0;
  }
}
.search-results {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 50px;
}

.page-list-item {
  text-decoration: none !important;
  display: block;
}
.page-list-item:hover {
  text-decoration: none !important;
}
.page-list-item:hover .page-list-item-title {
  text-decoration: underline !important;
}

.page-list-item {
  padding: 1.25rem 0.625rem;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
  border-top: 1px solid #ccc;
  /*@include media-breakpoint-up(lg) {
      padding: rfs-value(20px);
  }*/
}
html:not(.touch) .page-list-item:hover .page-list-item-title, html:not(.touch) .page-list-item:focus-visible .page-list-item-title {
  text-decoration: underline;
}
.page-list-item:first-child {
  border: 0;
}
.page-list-item:last-child {
  margin-bottom: 0;
}

.page-list-item-image-wrapper {
  overflow: hidden;
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 992px) {
  .page-list-item-image-wrapper {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.page-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-list-item-title {
  color: #8a161e;
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 0.25rem;
  text-align: left;
  font-size: 22px !important;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-list-item-title {
    font-size: 1.25rem;
  }
}

.page-list-item-summary {
  font-size: 0.875rem;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

blockquote {
  background-color: #E9E9ED;
  padding: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

/*@media (min-width: 576px) {
    .container-sm, .container {
        max-width: inherit;
    }
    }*/
html, body {
  font-size: 100%;
}

body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 400;
  width: 100%;
}

.icon-text {
  line-height: 1.875;
}
.icon-text a {
  text-decoration: none;
}
.icon-text + .icon-text {
  margin-top: 10px;
}
.icon-text p:last-child {
  margin: 0;
}

.call-to-action-links {
  padding: 1.25rem 0 0;
}
@media (min-width: 992px) {
  .call-to-action-links {
    padding: 3.125rem 0;
  }
}

.call-to-action-item {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .call-to-action-item {
    margin: 0;
  }
}

.call-to-action-link {
  display: block;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
}
.call-to-action-link.has-image {
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 1.625rem;
}
.call-to-action-link.has-image .call-to-action-title {
  color: #fff;
  margin: 0;
}
html:not(.touch) .call-to-action-link:hover .call-to-action-image, html:not(.touch) .call-to-action-link:focus-visible .call-to-action-image {
  transform: scale(1.1);
}
html:not(.touch) .call-to-action-link:hover .call-to-action-title, html:not(.touch) .call-to-action-link:focus-visible .call-to-action-title {
  text-decoration: underline;
}

.call-to-action-body {
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  background-repeat: no-repeat;
  background-position: top 18px right 16px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M8.86138 13.3094C8.79939 13.249 8.75022 13.1773 8.71667 13.0984C8.68313 13.0195 8.66586 12.9349 8.66586 12.8495C8.66586 12.7641 8.68313 12.6795 8.71667 12.6006C8.75022 12.5217 8.79939 12.4501 8.86138 12.3897L13.7237 7.64988L0.666645 7.64988C0.48984 7.64988 0.320276 7.5814 0.195256 7.45951C0.0702359 7.33762 6.62019e-07 7.1723 6.69554e-07 6.99992C6.77089e-07 6.82754 0.0702359 6.66223 0.195256 6.54034C0.320276 6.41845 0.48984 6.34997 0.666645 6.34997L13.7237 6.34997L8.86138 1.61016C8.73629 1.4882 8.66601 1.32279 8.66601 1.15032C8.66601 0.977842 8.73629 0.812432 8.86138 0.690473C8.98647 0.568515 9.15612 0.5 9.33303 0.5C9.50993 0.5 9.67959 0.568515 9.80468 0.690473L15.8045 6.54008C15.8665 6.60044 15.9156 6.67213 15.9492 6.75103C15.9827 6.82993 16 6.91451 16 6.99992C16 7.08534 15.9827 7.16992 15.9492 7.24882C15.9156 7.32772 15.8665 7.39941 15.8045 7.45977L9.80468 13.3094C9.74276 13.3698 9.66924 13.4177 9.58831 13.4505C9.50738 13.4832 9.42063 13.5 9.33303 13.5C9.24542 13.5 9.15867 13.4832 9.07774 13.4505C8.99681 13.4177 8.92329 13.3698 8.86138 13.3094Z" fill="%230d072b"/%3e %3c/svg%3e');
}

.call-to-action-title {
  color: #0d072b;
  font-weight: 700;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.call-to-action-summary {
  color: #333;
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.call-to-action-image-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 33/14;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .call-to-action-image-wrapper {
    aspect-ratio: 14/9;
  }
}

.call-to-action-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.gallery-container {
  column-count: 1;
  column-gap: 6px;
}
@media (min-width: 576px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 4;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 5;
  }
}
.gallery-container.gallery-container-full {
  gap: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery-container.gallery-container-full .img-holder {
  width: auto;
  flex-grow: 1;
  padding: 0.2rem;
  display: flex;
  margin: 0;
}
.gallery-container.gallery-container-full .img-holder img {
  display: block;
  min-width: 100%;
  height: 16rem;
  object-fit: cover;
}
.gallery-container .img-holder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 0;
  cursor: pointer;
}
.gallery-container .img-holder:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  transition: all 0.15s ease-in-out;
}
.gallery-container .img-holder:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f2db";
  font-family: "remixicon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  z-index: 1;
  font-size: 3.125rem;
}
.gallery-container .img-holder span {
  z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-container .img-holder:before, .gallery-container .img-holder:after, .gallery-container .img-holder span {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
html:not(.touch) .gallery-container .img-holder:hover:before, html:not(.touch) .gallery-container .img-holder:hover:after, html:not(.touch) .gallery-container .img-holder:focus-visible:before, html:not(.touch) .gallery-container .img-holder:focus-visible:after {
  opacity: 1;
}
.gallery-container .img-holder img {
  width: 100%;
}

#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  height: 90vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .img-holder span {
  display: block;
  color: #fff;
  margin-top: 4px;
  font-weight: 600;
  margin-right: auto;
  font-size: 1.25rem;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D1282;
}
html:not(.touch) #gallerySwiper .swiper-btn-next:hover, html:not(.touch) #gallerySwiper .swiper-btn-next:focus-visible, html:not(.touch) #gallerySwiper .swiper-btn-prev:hover, html:not(.touch) #gallerySwiper .swiper-btn-prev:focus-visible {
  background-color: #0d072b;
  color: #0D1282;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

.my-5 + .card-type-1-list {
  padding-top: 0;
}

.card-type-1-list {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.card-type-1-link {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  text-decoration: none;
  padding: 1.25rem;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-title, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-title {
  text-decoration: underline;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-image, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-image {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .card-type-1-link {
    padding: 1.25rem;
  }
}

.card-type-1-image-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.25rem;
}

.card-type-1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-type-1-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #0d072b;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-type-1-title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}

.card-type-1-summary {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.file-card {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
  padding: 1.25rem 0.625rem;
}
.file-card:first-child {
  border-top: 0;
}
html:not(.touch) .file-card:hover .file-card-title, html:not(.touch) .file-card:focus-visible .file-card-title {
  text-decoration: underline;
}

.file-card-image {
  width: 6.25rem;
  height: 9.375rem;
  background-image: url("data:image/svg+xml,%3csvg width='100' height='150' viewBox='0 0 100 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M58.3333 39.8438V0.000118873H6.25L0 0V150H6.25H93.75H100V46.8751H64.5833C61.1458 46.8751 58.3333 43.711 58.3333 39.8438ZM75 108.984C75 110.918 73.5938 112.5 71.875 112.5H28.125C26.4062 112.5 25 110.918 25 108.984V106.641C25 104.707 26.4062 103.125 28.125 103.125H71.875C73.5938 103.125 75 104.707 75 106.641V108.984ZM75 90.2344C75 92.168 73.5938 93.75 71.875 93.75H28.125C26.4062 93.75 25 92.168 25 90.2344V87.8907C25 85.9571 26.4062 84.3751 28.125 84.3751H71.875C73.5938 84.3751 75 85.9571 75 87.8907V90.2344ZM75 69.1407V71.4844C75 73.418 73.5938 75.0001 71.875 75.0001H28.125C26.4062 75.0001 25 73.418 25 71.4844V69.1407C25 67.2071 26.4062 65.6251 28.125 65.6251H71.875C73.5938 65.6251 75 67.2071 75 69.1407ZM100 35.713V37.5001H66.6667V0.000118873H68.2552C68.2552 0.000118873 71.5104 0.73254 72.6823 2.0509L98.1771 30.7618L100 35.713Z' fill='%2302594C'/%3e %3c/svg%3e");
}

.file-card-content {
  padding: 0;
}

.file-card-title {
  color: #8a161e;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.file-card-content {
  line-height: 1.875;
}

.file-card-summary {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.btn [class^=ri-], .btn [class*=" ri-"] {
  font-weight: 400;
}

.content {
  background-color: transparent;
  text-align: center;
  margin-bottom: 0;
  padding: 0 0 40px;
}
.content h1:after {
  display: block;
  content: "";
  border-bottom: 2px solid;
  width: 30px;
  margin: 20px auto 0;
}

.landing-content {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 50px;
}
.landing-content h1 {
  margin-bottom: 20px;
}
.landing-content p {
  font-weight: 600;
}

.landing-boxes .landing-box {
  background-color: #fff;
  border-bottom: 2px solid #bb3c45;
  padding: 30px 60px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 7px -4px grey;
}
.landing-boxes .landing-box h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

.purple-area {
  background-color: #5f6e8d;
  color: #fff;
  padding: 20px 110px 40px;
}
.purple-area a {
  color: #fff;
}
.purple-area h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.purple-area p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.purple-area p a {
  text-decoration: underline;
}
.purple-area .top-text {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
}
.purple-area .top-text h2 {
  font-size: 32px;
  font-weight: 600;
}
.purple-area .box-text + .box-text {
  border-left: 1px solid #fff;
}
.purple-area .box-text {
  padding: 0 30px;
}
.purple-area .box-text a {
  background-color: #23314f;
  color: #fff;
  font-size: 14px;
  white-space: normal;
  display: block;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}
.purple-area .box-text a p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
}
.purple-area .box-text a .p, .purple-area .box-text a span {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.3;
  display: block;
}
.purple-area .box-text a:hover {
  text-decoration: underline;
}
.purple-area .box-text h2 {
  margin-top: 0;
}

.white-area {
  background-color: #fff;
  padding: 20px 110px 40px;
  box-shadow: 1px 0px 4px -2px grey;
}
.white-area h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.white-area p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.white-area p a {
  text-decoration: underline;
  color: #8a161e;
}
.white-area .top-text {
  width: 100%;
  max-width: 691px;
  margin: 0 auto;
}
.white-area .top-text h2 {
  font-size: 32px;
  font-weight: 600;
}
.white-area .top-text p {
  margin-bottom: 30px;
}
.white-area .box-text + .box-text {
  border-left: 1px solid #000;
}
.white-area .box-text {
  padding: 0 40px;
}
.white-area .box-text .download-button {
  background-color: transparent;
  color: #bb3c45;
  margin-bottom: 0;
}
.white-area .box-text a {
  background-color: #48555d;
  color: #fff;
  font-size: 14px;
  display: block;
  border-radius: 20px;
  white-space: normal;
  padding: 14px 10px;
  margin-bottom: 20px;
  text-decoration: none;
}
.white-area .box-text a:before {
  background-image: none;
}
.white-area .box-text a .p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
.white-area .box-text a .h3 {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.white-area .box-text a p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
.white-area .box-text a h3 {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.white-area .box-text a span {
  display: block;
}
.white-area .box-text a:hover {
  text-decoration: underline;
}
.white-area .box-text h2 {
  margin-top: 0;
}
.white-area .box-text:nth-of-type(3) a {
  background-color: #5c495d;
}
.white-area .box-text:nth-of-type(4) a {
  background-color: #545d48;
}
.white-area .box-text .red-link {
  background-color: transparent;
  color: #bb3c45;
  margin-bottom: 0;
}
.white-area .box-text .red-link p {
  font-size: 14px;
  font-weight: 600;
}
.white-area .grey-box {
  background-color: #e2e5ea;
  padding: 30px 30px;
  /*max-width: 370px;*/
}
.white-area .grey-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.white-area .grey-box .btn {
  background-color: #e2e5ea;
  border: 1px solid #000;
  padding: 13px;
  color: #000;
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin-top: 21px;
  white-space: normal;
  line-height: 1.3;
  height: auto;
  font-weight: 400;
}
.white-area .grey-box .btn:hover {
  color: #e2e5ea;
  background-color: #000;
}
.white-area .grey-box .btn[href^="http://"] {
  display: inline-block;
}
.white-area .grey-box .btn[href^="http://"]:before {
  background-image: none;
}
.white-area .grey-box p {
  font-size: 16px;
}
.white-area .grey-box a[href^="https://"]::before {
  padding-right: 0;
  display: inline-block;
  background-image: none;
}

.float-right {
  float: right;
}

@media screen and (max-width: 767px) {
  .white-area {
    padding: 15px 20px;
  }
  .white-area .grey-box {
    padding: 15px 20px;
    margin-top: 20px;
  }
  .white-area .box-text {
    width: 100%;
  }
  .white-area .box-text + .box-text {
    border-left: none;
  }
  .white-area .top-text h2 {
    font-size: 20px;
  }
  .white-area p {
    font-size: 16px;
  }
  .purple-area {
    padding: 15px 20px;
  }
  .purple-area .top-text h2 {
    font-size: 20px;
  }
  .purple-area .box-text + .box-text {
    border-left: none;
  }
  .purple-area p {
    font-size: 16px;
  }
}
.news-section {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 50px;
}

.filter-section {
  background-color: #ebf0f5;
  margin-bottom: 40px;
  padding: 20px;
}
.filter-section p {
  color: #41586c;
  font-weight: 400 !important;
  margin-bottom: 30px;
  text-align: left !important;
}
.filter-section .form-control {
  border-radius: 0;
  height: 42px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  color: #6a605a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-weight: 400;
}
.filter-section .form-control::placeholder {
  color: #41586c !important;
  font-weight: 600 !important;
  font-size: 14px;
  opacity: 1;
}
.filter-section .form-control:hover {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.filter-section .input-group-addon {
  background: #fff !important;
  border-radius: 0;
  border-left: none;
}
.filter-section .start-date {
  margin-bottom: 15px;
}
.filter-section .start-date .form-control {
  border-right: 0;
}
.filter-section .end-date {
  margin-bottom: 15px;
}
.filter-section .keyword {
  margin-bottom: 15px;
}
.filter-section .btn-purple {
  background-color: #0d072b;
  color: #fff;
  line-height: 42px;
}
.filter-section .btn-purple:hover {
  color: #fff;
  background-color: #89c30a;
}
.filter-section .btn-purple-outline {
  line-height: 42px;
}

.file-list-wrapper .loader {
  display: none;
}
.file-list-wrapper.loading .loader {
  display: block;
}
.file-list-wrapper.loading .file-list {
  display: none;
}

.filters {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 10px;
}

.results-section .results-item {
  text-decoration: none !important;
  text-decoration-color: #41586c;
}
.results-section .results-item .results-list-item-content {
  margin-bottom: 10px;
  padding: 15px 30px;
  background-color: #ebf0f5;
  width: 100%;
  text-align: left;
}
.results-section .results-item .results-list-item-content .results-list-item-title {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 20px;
  color: #41586c;
  font-weight: 500;
}
.results-section .results-item .results-list-item-content .results-text {
  font-size: 14px;
  font-weight: 100;
  color: #333;
  text-decoration: none;
}
.results-section .results-item .results-list-item-content .results-list-item-summary {
  font-size: 16px;
  font-weight: 100;
  color: #333;
  text-decoration: none;
}
.results-section .results-item:hover {
  text-decoration: none !important;
}
.results-section .results-item:hover .results-list-item-title {
  text-decoration: underline !important;
}

.btn-clear {
  width: 145px;
  float: left;
  border: 1px solid #41576c;
  color: #40494E;
  font-weight: 500;
  margin-top: 5px;
  margin-right: 10px;
}
.btn-clear:hover {
  background-color: #41576c;
  color: white;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 0;
  color: #6a605a;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(204, 204, 204);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  height: 42px;
  line-height: 30px !important;
}

@media (min-width: 768px) {
  .filter-section .start-date {
    width: 38%;
    float: left;
    margin-right: 10px;
  }
  .filter-section .start-date .form-control {
    border-right: 0;
  }
  .filter-section .end-date {
    width: 38%;
    float: left;
    margin-right: 10px;
  }
  .filter-section .keyword {
    width: 38%;
    float: left;
    margin-right: 10px;
  }
  .filter-section .btn-orange {
    width: 10%;
    float: left;
    margin-right: 10px;
  }
  .filter-section .btn-purple {
    width: 10%;
    float: left;
    margin-right: 10px;
  }
  .filter-section .btn-purple-outline {
    width: 10%;
    float: left;
  }
}
.category {
  background-color: #13C5EF;
  border: none;
  font-size: 12px;
  color: white;
  border-radius: 2px;
  margin: 0 0px;
  padding: 1px 4px;
  font-weight: bold;
  line-height: 1.7;
}
.category:hover {
  text-decoration: underline;
}

.important-text {
  font-size: 14px;
  margin-right: 5px;
}

#filters {
  visibility: hidden;
  height: 0px;
}

.multiselect {
  height: 0;
}

.document-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.document-list li {
  margin-bottom: 10px;
  padding: 15px 30px;
  background-color: #ebf0f5;
  width: 100%;
}
.document-list .name {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 20px;
  color: #41586c;
  font-weight: 500;
}
.document-list .detail {
  font-size: 14px;
}
.document-list .document-date {
  font-weight: 100;
}
.document-list .file-ext {
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 100;
}
.document-list .file-size {
  padding-left: 10px;
  border-left: 1px solid #383838;
  font-weight: 100;
}
.document-list .f-l {
  width: 40px;
  float: left;
}
.document-list .f-l a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transform: scale(0.5);
}
.document-list .f-l a span {
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  z-index: 2;
  position: absolute;
  margin-top: -11px;
  left: -18px;
  top: 50%;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 1px 6px;
  text-transform: uppercase;
  background-color: #41586c;
  color: #fff;
}
.document-list .f-l a i {
  position: relative;
  border: 3px solid #41586c;
  display: block;
  width: 42px;
  height: 55px;
  border-radius: 4px;
}
.document-list .f-l a i:before {
  top: -3px;
  right: -4px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid #41586c;
}
.document-list .f-l a i:after {
  top: -4px;
  right: -4px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f6f6f6;
}
.document-list .f-l .ext-pdf span {
  background-color: #BA110C;
}
.document-list .f-l + .f-r {
  margin-left: 40px;
}

@media (min-width: 768px) {
  .file-list .detail {
    font-size: inherit;
  }
  .file-list .name {
    font-size: 18px;
  }
  .file-list .file-date {
    padding-right: 20px;
  }
  .file-list .file-ext {
    padding: 0 20px;
  }
  .file-list .file-size {
    padding-left: 10px;
    border-left: 1px solid #383838;
    font-weight: 100;
  }
  .file-list .f-l {
    width: 100px;
    padding-left: 24px;
  }
  .file-list .f-l a {
    transform: scale(1);
  }
  .file-list .f-l + .f-r {
    margin-left: 100px;
  }
}
@media screen and (max-width: 992px) {
  .filters {
    justify-content: initial;
    flex-wrap: wrap;
  }
  .btn-purple {
    margin-bottom: 10px;
    width: 100%;
  }
  .btn-clear {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .filters {
    justify-content: initial;
    flex-wrap: wrap;
  }
  .btn-purple {
    margin-bottom: 10px;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .btn-purple {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .filter-section .start-date,
  .filter-section .end-date,
  .filter-section .keyword,
  .filter-section .btn-orange,
  .filter-section .btn-purple,
  .filter-section .btn-purple-outline {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .filter-section .btn-clear {
    width: 100% !important;
  }
}
.content {
  background-color: transparent;
  text-align: center;
  padding: 0 0 40px;
}
.content h1 {
  margin-bottom: 20px;
}
.content h1:after {
  display: block;
  content: "";
  border-bottom: 2px solid;
  width: 30px;
  margin: 20px auto 0;
}
.content > p {
  font-weight: 600;
  font-size: 16px;
}
.content .landing-content {
  max-width: 530px !important;
  margin: 0 auto 40px;
}

.flexcroll {
  background-color: #fff;
  padding: 0 0 40px !important;
  text-align: left;
  margin: 0 0 40px 0 !important;
  height: 100%;
  position: relative;
}
.flexcroll ul {
  padding: 0 !important;
  margin: 0 !important;
}
.flexcroll li {
  padding: 0 20px;
  text-align: left;
  width: 100%;
  display: inline-block !important;
}
.flexcroll li h3 {
  font-size: 32px;
  margin: 37px 0 0px 0;
  color: #116672;
  font-weight: 600;
}
.flexcroll .title {
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 1.5;
}
.flexcroll .title a {
  color: #000;
  font-weight: 600;
}
.flexcroll .datetime {
  font-size: 13px;
  color: #636363;
  margin-top: 5px;
}

.view-more {
  padding: 10px !important;
  width: 100%;
  text-align: center !important;
  border-top: 3px solid #e7edf3;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.view-more a {
  color: #116672;
  font-size: 14px;
  font-weight: 600;
}

.small-white {
  background-color: #fff;
  color: #000;
  height: 100%;
  border-bottom: 3px solid #116672;
  padding: 40px 60px;
  width: 100%;
  max-width: 390px;
  box-shadow: 0px 4px 7px -4px grey;
  cursor: pointer;
  margin-bottom: 15px;
}
.small-white h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
}
.small-white p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.small-white a {
  color: #000;
}

.green-area {
  background-color: #116672;
  color: #fff;
  padding: 40px 60px;
  text-align: left;
  height: 100%;
}
.green-area h2 {
  font-size: 32px;
  margin: 0 0 30px 0;
  color: #fff;
  font-weight: 500;
}
.green-area p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.green-area a {
  background-color: #267f8b;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  display: block;
  max-width: 340px;
  text-align: left;
  font-weight: 600;
}
.green-area a + a {
  margin-top: 15px;
}

.law-content {
  padding-top: 2.5rem;
}

.lawSection-1 {
  background-color: #ebf0f5;
  color: #000000;
  padding-bottom: 40px;
}

.white-box {
  text-align: left;
  background-color: #fff;
  padding: 20px 30px;
  height: 100%;
  border-bottom: 2px solid #7eabb3;
  max-height: 310px;
}
.white-box h2 {
  font-size: 35px;
  margin: 0 0 20px 0;
  color: #116672;
  font-weight: 600;
}
.white-box p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8;
  height: 150px;
  overflow: hidden;
}

.small-box {
  background-color: #fff;
  width: calc(50% - 30px);
  border-bottom: 2px solid #7eabb3;
  border-right: 3px solid #7eabb3;
  text-align: left;
  padding: 20px 30px;
  margin: 5px 15px 0;
}
.small-box a {
  color: #333;
}
.small-box p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  margin: 0 -15px 40px;
}

.float-right {
  float: right;
}

@media screen and (max-width: 767px) {
  .lawSection-1 .col-sm-6 {
    overflow: visible;
  }
  .white-box {
    padding: 15px 20px;
  }
  .white-box h2 {
    font-size: 20px;
  }
  .small-box {
    width: 100%;
  }
  .green-area {
    padding: 15px 20px;
  }
  .green-area h2 {
    font-size: 20px;
  }
  .flexcroll {
    padding: 0 0 10px !important;
  }
  .flexcroll li {
    display: block !important;
  }
  .flexcroll li h3 {
    font-size: 20px;
  }
  .small-white {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.margin-bottom-40 {
  margin-bottom: 40px;
}

#cookiePanel {
  position: relative; /* was fixed */
  top: 0;
  background-color: #ebf0f5;
  border-bottom: 3px solid #89c30a; /* green line at bottom */
  z-index: 100;
  padding: 20px 0;
  box-shadow: 0px 1px 56px -10px black;
  max-height: 800px;
  font-size: 14px;
}

#cookiePanel a {
  color: #0d072b;
}

#cookiePanel .btn {
  margin-top: 15px;
  background-color: #0d072b;
  color: #fff;
  text-decoration: none;
}

#cookiePanel p {
  margin: 7px 0 0;
}

#cookiePanel .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

#cookiePanel .btn-wrapper .btn + .btn {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  #cookiePanel .btn-wrapper {
    flex-direction: column;
  }
  #cookiePanel .btn-wrapper .btn {
    margin-left: 0;
    margin-bottom: 5px;
  }
  #cookiePanel .btn-wrapper .btn + .btn {
    margin-left: 0;
  }
}
@media print {
  .global-header,
  .global-footer,
  #cookiePanel,
  .contact-banner,
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination,
  .main-cta-links,
  .cta-list,
  #siteSearch,
  nav {
    display: none !important;
  }
  body {
    background-color: #fff;
    color: #000;
    font-size: 12pt;
  }
  main {
    width: 100%;
  }
  [class*=col-] {
    width: 100% !important;
    float: none !important;
  }
}
#sitemap ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0.25rem 0;
}
#sitemap li {
  display: list-item;
  padding: 0.1rem 0;
}
#sitemap a {
  text-decoration: none;
}
#sitemap a:hover {
  text-decoration: underline;
}
#sitemap .active1 > a {
  font-weight: 600;
}
#sitemap a {
  text-decoration: underline;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

*:focus, *:focus-visible {
  outline: none;
  box-shadow: none;
}

a:focus-visible, button:focus-visible {
  outline: 6px double #383838 !important;
  box-shadow: 0 0 0 3px #383838 !important;
  position: relative;
  z-index: 1;
  background-color: #fff !important;
  color: #0d072b !important;
}

.a-to-z-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.a-to-z-link {
  color: #0D1282;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #0D1282;
  font-size: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.2s ease-in-out;
}
.a-to-z-link.disabled {
  opacity: 0.25;
  pointer-events: none;
}
html:not(.touch) .a-to-z-link:hover, html:not(.touch) .a-to-z-link:focus-visible {
  background-color: #0D1282;
  color: #fff;
}

html, body {
  font-size: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #ebf0f5;
  line-height: 1.428571429;
  color: #333;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
}
ul li {
  display: inline-block;
  vertical-align: top;
}

a {
  cursor: pointer;
}

hr {
  margin: 0;
  border-top: 1px solid #484e5d;
  opacity: 100;
}

.a-to-z-result-panel {
  background-color: #fff;
  margin-top: 1.875rem;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .a-to-z-result-panel {
    padding: 1.875rem;
  }
}

.a-to-z-result-list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.a-to-z-result-link {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0D1282;
}

.btn {
  padding: 6px 12px;
  line-height: 43px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

html:not(.no-js) .swiper {
  visibility: hidden;
}
html:not(.no-js) .swiper.swiper-initialized {
  visibility: visible;
}

#Search, #MobileSearch {
  background-color: transparent;
  border: none;
  font-size: 27px;
  margin-left: 10px;
  color: #fff;
}

#MobileSearch {
  position: absolute;
  right: 60px;
  top: 20px;
  margin-left: 0;
  margin-right: 10px;
}

.main-cta-links {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #0D1282;
  --swiper-navigation-color: #0d072b;
  --swiper-pagination-bullet-width: 0.75rem;
  --swiper-pagination-bullet-height: 0.75rem;
}
.main-cta-links .swiper-slide {
  height: auto;
  max-width: 32.25rem;
}
.main-cta-links .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
}
.main-cta-links .swiper-pagination-bullet-active {
  background-color: #0d072b;
}
.main-cta-links .swiper-button-prev, .main-cta-links .swiper-button-next {
  position: static;
  margin-top: 2.25rem;
  background-color: #fff;
  color: #383838;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.main-cta-links .swiper-button-prev:after, .main-cta-links .swiper-button-next:after {
  display: none;
}
html:not(.touch) .main-cta-links .swiper-button-prev:hover, html:not(.touch) .main-cta-links .swiper-button-prev:focus-visible, html:not(.touch) .main-cta-links .swiper-button-next:hover, html:not(.touch) .main-cta-links .swiper-button-next:focus-visible {
  background-color: #fff;
  border-color: #0D1282;
  color: #0D1282;
}
@media (min-width: 992px) {
  .main-cta-links .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .main-cta-links .swiper-button-next {
    left: auto;
    right: 0;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container::before, .container::after {
  content: " ";
  display: table;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.contact-banner a {
  display: block;
  position: fixed;
  background-color: #0d072b;
  padding: 10px 15px;
  right: -42px;
  top: 34%;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  font-weight: 600;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.contact-banner a:hover {
  text-decoration: none;
}

#siteSearch ::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%230d072b'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right center;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.flex-height {
  display: flex;
  flex-wrap: wrap;
}

.row::before, .row::after {
  content: " ";
  display: table;
}

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

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.outer-header-text h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
  margin-top: 0;
  font-weight: 500;
}
.outer-header-text h1::after {
  border-bottom: none !important;
}
@media (max-width: 768px) {
  .outer-header-text h1 {
    margin-top: 30px;
  }
}
