/* Screen widths */
/* Site Colors */
.grad-blue {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #0A141F 0%, #15273E 100%);
}
.grad-blue-reverse {
  background: linear-gradient(297deg, #0A141F 0%, #15273E 100%);
}
.grad-green {
  background: linear-gradient(115.93deg, #03332C 29.87%, #011F1A 80.81%);
}
.grad-overlay {
  background: linear-gradient(177.23deg, #101D2EE5 2.52%, #1B304D00 97.98%);
}
.grad-border {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
.overlay-green {
  background: #011F1AD5;
}
.overlay-blue {
  background: #101D2EE5;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.merriweather {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rosario {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5rem;
  color: #000000;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
h2,
.h2 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #5B5A80;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #5B5A80;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #000000;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-lg {
  font-size: 3rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2.3rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 2rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.4rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
body #main .accordion {
  margin-bottom: 1rem;
  background-color: transparent;
  --bs-accordion-bg: transparent;
}
body #main .accordion .accordion-collapse {
  border-radius: 0 40px 40px 0;
  background-color: #FBFCF3;
  padding: 2rem;
  margin-top: -50px;
  padding-top: 60px;
}
body #main .accordion .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
body #main .accordion-header {
  margin: 0;
}
body #main .accordion-header button.accordion-button {
  background-color: #E1595C;
  font-weight: 700;
  font-size: 2.3rem;
  color: #000000;
  border-radius: 0 80px 80px 0;
  padding-left: 3.2rem;
}
body #main .accordion-header button.accordion-button .accordion-title {
  font-family: 'Inter', sans-serif;
}
body #main .accordion-header button.accordion-button:after {
  content: '\f068';
  margin-right: 1rem;
  background: none;
  font-family: 'Font Awesome 6 Pro';
  width: initial;
  height: initial;
  transform: none;
  display: inline-block;
  color: #FAB743;
}
body #main .accordion-header button.accordion-button.collapsed {
  background-color: #FBFCF3;
  color: #5B5A80;
}
body #main .accordion-header button.accordion-button.collapsed:after {
  content: '\2b';
  background: none;
  font-family: 'Font Awesome 6 Pro';
}
body #main .accordion-header button.accordion-button:hover,
body #main .accordion-header button.accordion-button:focus {
  text-decoration: none;
}
body #main .accordion-header button.accordion-button:hover:after,
body #main .accordion-header button.accordion-button:focus:after {
  text-decoration: none;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header {
  margin: 0;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button {
  background-color: #E1595C;
  color: #FFFFFF;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button:after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
body .accordion-button:focus {
  outline-offset: 0.25rem;
  outline: 0.25rem solid #2491ff;
}
body .btn {
  font-size: 2.2rem;
  border-radius: 0;
  padding: 10px;
}
body .btn.btn-primary {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #5B5A80;
  line-height: 1.3;
  border: 5px solid #5B5A80;
  width: 100%;
  background: #5B5A80;
  color: #FBFCF3;
  font-weight: bold;
  border-radius: 0 40px 40px 0;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body .btn.btn-primary {
    font-size: 2.4rem;
  }
}
body .btn.btn-primary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #FAB743;
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 4rem;
}
body .btn.btn-primary:hover {
  border: 5px solid #CAC6D4;
  background: #CAC6D4;
  color: #000000;
}
body .btn.btn-primary:hover:after {
  color: #93B1B7;
}
body .btn.btn-primary:focus {
  border: 5px solid #000000;
  background: #5B5A80;
  color: #FBFCF3;
}
body .btn.btn-primary:focus:after {
  color: #FAB743;
}
body .btn.btn-primary:active {
  border: 5px solid #36364D;
  background: #36364D;
  color: #FBFCF3;
}
body .btn.btn-primary:active:after {
  color: #FAB743;
}
body .btn.btn-default,
body .btn.btn-secondary {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #5B5A80;
  line-height: 1.3;
  border: 5px solid #FAB743;
  width: 100%;
  background: #FAB743;
  color: #000000;
  font-weight: bold;
  border-radius: 0 40px 40px 0;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body .btn.btn-default,
  body .btn.btn-secondary {
    font-size: 2.4rem;
  }
}
body .btn.btn-default:after,
body .btn.btn-secondary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #E1595C;
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 4rem;
}
body .btn.btn-default:hover,
body .btn.btn-secondary:hover {
  border: 5px solid #EC8351;
  background: #EC8351;
  color: #000000;
}
body .btn.btn-default:hover:after,
body .btn.btn-secondary:hover:after {
  color: #FAB743;
}
body .btn.btn-default:focus,
body .btn.btn-secondary:focus {
  border: 5px solid #E1595C;
  background: #FAB743;
  color: #000000;
}
body .btn.btn-default:focus:after,
body .btn.btn-secondary:focus:after {
  color: #E1595C;
}
body .btn.btn-default:active,
body .btn.btn-secondary:active {
  border: 5px solid #E1595C;
  background: #E1595C !important;
  color: #000000;
}
body .btn.btn-default:active:after,
body .btn.btn-secondary:active:after {
  color: #FAB743;
}
body .btn.btn-lilac {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #5B5A80;
  line-height: 1.3;
  border: 5px solid #CAC6D4;
  width: 100%;
  background: #CAC6D4;
  color: #000000;
  font-weight: bold;
  border-radius: 0 40px 40px 0;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body .btn.btn-lilac {
    font-size: 2.4rem;
  }
}
body .btn.btn-lilac:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #5B5A80;
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 4rem;
}
body .btn.btn-lilac:hover {
  border: 5px solid #9996A1;
  background: #9996A1;
  color: #000000;
}
body .btn.btn-lilac:hover:after {
  color: #5B5A80;
}
body .btn.btn-lilac:focus {
  border: 5px solid #5B5A80;
  background: #CAC6D4;
  color: #000000;
}
body .btn.btn-lilac:focus:after {
  color: #5B5A80;
}
body .btn.btn-lilac:active {
  border: 5px solid #504F54;
  background: #504F54;
  color: #CAC6D4;
}
body .btn.btn-lilac:active:after {
  color: #CAC6D4;
}
body .btn.btn-seafoam {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #5B5A80;
  line-height: 1.3;
  border: 5px solid #BDD3D7;
  width: 100%;
  background: #BDD3D7;
  color: #000000;
  font-weight: bold;
  border-radius: 0 40px 40px 0;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body .btn.btn-seafoam {
    font-size: 2.4rem;
  }
}
body .btn.btn-seafoam:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #EEF0E2;
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 4rem;
}
body .btn.btn-seafoam:hover {
  border: 5px solid #93B1B7;
  background: #93B1B7;
  color: #000000;
}
body .btn.btn-seafoam:hover:after {
  color: #EEF0E2;
}
body .btn.btn-seafoam:focus {
  border: 5px solid #5B5A80;
  background: #BDD3D7;
  color: #000000;
}
body .btn.btn-seafoam:focus:after {
  color: #EEF0E2;
}
body .btn.btn-seafoam:active {
  border: 5px solid #6B8085;
  background: #6B8085;
  color: #000000;
}
body .btn.btn-seafoam:active:after {
  color: #EEF0E2;
}
body .btn.rounded {
  border-radius: 40px !important;
}
body .form-control,
body .form-select {
  font-size: 1.6rem;
}
body .more-link {
  margin-top: 3rem;
  font-family: "Literata", sans-serif;
  font-style: normal;
  font-size: 3rem;
  color: #000000;
  line-height: 1.3;
  font-weight: bold;
  padding: 1rem 7rem 1rem 2rem;
  float: right;
  position: relative;
}
body .more-link a {
  color: #000000;
  text-decoration: none;
}
body .more-link a:hover {
  color: #5B5A80;
  text-decoration: none;
}
body .more-link a:focus {
  color: #000000;
  text-decoration: underline;
}
body .more-link a:active {
  color: #000000;
  text-decoration: none;
}
body .more-link a:active:after {
  color: #000000;
}
body .more-link a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #5B5A80;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 4rem;
}
body .card {
  padding: 3rem;
  border: 2px solid #E1595C;
  border-radius: 0 70px;
  position: relative;
  height: 100%;
  color: #000000;
  margin-bottom: 20px;
}
body .card:hover {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
  background-color: #e5f2fe;
  border: 2px solid #5B5A80;
}
body .card .card-title,
body .card .title a {
  font-family: Literata;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #5B5A80;
  text-decoration: none;
}
body .card .body,
body .card .card-body {
  padding: 10px;
  display: block;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body .card .body p,
  body .card .card-body p {
    font-size: 1.6rem;
  }
}
body .card a.read-more {
  margin-top: 3rem;
  font-family: "Literata", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #5B5A80;
  line-height: 1.3;
  border: 5px solid #5B5A80;
  width: 100%;
  background: #5B5A80;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 40px;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
  text-align: left;
  display: block;
}
body .card a.read-more:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #FAB743;
  position: absolute;
  right: 12px;
  top: 1px;
  font-size: 4rem;
}
body .card .date {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 1.4rem;
  color: #575757;
  font-weight: 500;
}
body .card:focus-within {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
body .card a:focus {
  outline: 0;
  box-shadow: none;
}
body .card a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .card:not(.mini-card):not(.clear-card) {
  background-color: #FBFCF3;
  color: #000000;
  border: 2px solid transparent;
}
body .card:not(.mini-card):not(.clear-card):hover {
  background-color: #D9DBCF;
  border-color: #559E8D;
}
body .card:not(.mini-card):not(.clear-card) .card-title,
body .card:not(.mini-card):not(.clear-card) .body,
body .card:not(.mini-card):not(.clear-card) .card-body,
body .card:not(.mini-card):not(.clear-card) .date {
  color: #000000;
}
body .card:not(.mini-card):not(.clear-card) .card-title {
  padding: 10px;
}
body .card:not(.mini-card):not(.clear-card) .body,
body .card:not(.mini-card):not(.clear-card) .card-body {
  padding: 10px;
  margin-bottom: 0;
}
body .card:not(.mini-card):not(.clear-card) .body p:last-child,
body .card:not(.mini-card):not(.clear-card) .card-body p:last-child {
  margin-bottom: 0;
}
body .card:not(.mini-card):not(.clear-card) .btn {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
  font-size: 1.6rem;
}
body .card:not(.mini-card):not(.clear-card) .btn:hover,
body .card:not(.mini-card):not(.clear-card) .btn:focus {
  background-color: #F0F0F0;
}
body .card.mini-card {
  background-color: #F0F0F0;
  border-radius: 0;
  padding: 8px;
  border: none;
}
body .card.mini-card a:not(.btn) {
  color: #000000 !important;
}
body .card.mini-card a:not(.btn):hover,
body .card.mini-card a:not(.btn):focus {
  color: #000000 !important;
}
body .card.mini-card .card-title,
body .card.mini-card h3,
body .card.mini-card h4 {
  margin: 0;
}
body .card.mini-card .card-body {
  border-left: 8px solid #1B304D;
  padding: 0 0 0 12px;
}
body .card.mini-card:hover .card-body,
body .card.mini-card:focus-within .card-body {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
body .card.clear-card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 12px 0 24px 0;
}
body .card.clear-card h3 {
  margin-bottom: 24px;
}
body .card.clear-card h3 a {
  text-decoration: none;
}
body .card.clear-card:hover,
body .card.clear-card:focus-within {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 10px solid #FDEE67;
  padding-bottom: 15px;
  color: #FDEE67;
}
body .card.clear-card:hover h3 a,
body .card.clear-card:focus-within h3 a {
  text-decoration: none;
  color: #FDEE67;
}
body div.contact-info .material-icons {
  color: #559E8D;
  position: relative;
  top: 5px;
}
body div.contact-info span.country {
  display: none;
}
body div.contact-info p.address {
  display: inline-block;
}
body div.contact-info p.address br {
  display: none;
}
body .img-circle .field--name-field-image {
  margin-bottom: 5px;
}
body .img-circle .field--name-field-image img {
  width: 135px;
  height: auto;
  border-radius: 67.5px;
}
body .field--name-field-background-image {
  margin-bottom: 0;
}
body .image-style-banner-image {
  width: 100%;
  height: 56.25%;
}
body .region {
  position: relative;
}
body .banner-content {
  font-size: 1.3rem;
}
body #block-photo {
  margin-top: -110px;
}
body #block-photo .field--name-field-media-image {
  margin-bottom: 0;
}
body #block-photo image,
body #block-photo img {
  border-radius: 120px;
}
body #block-drupalbase-custom-page-title {
  margin-top: 2.2rem;
}
body .rounded-bg-top-right {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0 100px 0 0;
  top: 0px;
  left: 0;
  z-index: 0;
}
body .wrapper-banner .rounded-bg-top-right {
  top: 50px;
}
body .wrapper-banner img {
  border-radius: 100px;
}
body .rounded-bg-top-left {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100px 0 0;
  top: 0px;
  left: 0;
  z-index: 0;
}
body .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
body .field--name-field-media-oembed-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body figure {
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image,
body #main .field--type-string {
  float: inherit;
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image img,
body #main .field--type-string img,
body #main div .field--type-image iframe,
body #main .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main div .field--type-image img.media-oembed-content,
body #main .field--type-string img.media-oembed-content,
body #main div .field--type-image iframe.media-oembed-content,
body #main .field--type-string iframe.media-oembed-content {
  width: 100%;
}
body #main div .field--type-image.field--name-field-plate-image,
body #main .field--type-string.field--name-field-plate-image {
  float: right !important;
}
body #main div .field--type-image.field--name-field-plate-image img,
body #main .field--type-string.field--name-field-plate-image img {
  max-width: 250px;
  height: auto;
}
@media (max-width: 992px) {
  body #main div .field--type-image.field--name-field-plate-image,
  body #main .field--type-string.field--name-field-plate-image {
    float: none !important;
  }
  body #main div .field--type-image.field--name-field-plate-image img,
  body #main .field--type-string.field--name-field-plate-image img {
    max-width: none;
    height: auto;
  }
}
body #main .align-left .field--type-image,
body #main .align-left .field--type-string {
  margin: 0 1.5rem 1.5rem 0 !important;
}
body #main .align-right .field--type-image,
body #main .align-right .field--type-string {
  margin: 0 0 1.5rem 1.5rem !important;
}
body #main .align-left .field--type-image img,
body #main .align-right .field--type-image img,
body #main .align-left .field--type-string img,
body #main .align-right .field--type-string img,
body #main .align-left .field--type-image iframe,
body #main .align-right .field--type-image iframe,
body #main .align-left .field--type-string iframe,
body #main .align-right .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main figure.caption-drupal-media.align-left {
  margin: 0 1.5rem 1.5rem 0;
}
body #main figure.caption-drupal-media.align-right {
  margin: 0 0 1.5rem 1.5rem;
}
body #main figure.caption-drupal-media .field--type-image {
  margin: 0 !important;
}
body #main figure.caption-drupal-media .field--type-image img {
  margin: 0;
}
body #main figure.caption-drupal-media figcaption {
  background-color: #F0F0F0;
  padding: 0.75rem;
  font-style: italic;
}
body #block-drupalbase-custom-homepagebanner {
  max-width: 1000px;
  margin: auto;
}
body #block-twocolblock h2,
body #block-twocolblock h3 {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  body #block-twocolblock h2 {
    font-size: 4rem;
  }
}
body #block-twocolblock ol li {
  align-items: center !important;
  display: flex !important;
  position: relative;
  margin-bottom: 20px;
}
body #block-twocolblock ol li:nth-child(1) .list-num {
  background-color: #FAB743 !important;
}
body #block-twocolblock ol li:nth-child(2) .list-num {
  background-color: #BDD3D7 !important;
}
body #block-twocolblock ol li:nth-child(3) .list-num {
  background-color: #CAC6D4 !important;
}
body #block-twocolblock .list-num {
  color: #000000;
  font-family: "Literata", sans-serif;
  font-weight: 700;
  font-size: 25px;
  background-color: #FFFFFF;
  height: 100%;
  display: block;
  position: absolute;
  width: 60px;
  text-align: center;
  border-radius: 0 0 0 70px;
  padding: 20px 1px;
}
body #block-twocolblock .list-content {
  padding-left: 25px;
  padding-right: 50px;
  background-color: #EEF0E2;
  border-radius: 0 70px 0 0;
  margin-left: 60px;
}
body #block-twocolblock .list-content p {
  font-size: 16px;
}
body #block-twocolblock .list-content h3 {
  color: #000000;
  font-weight: 700;
}
body #block-twocolblock .col-sidebar {
  padding-top: 100px;
}
body #block-twocolblock .list-video > div {
  width: 225px;
  height: 150px;
  margin-top: 30px;
  padding-left: 20px;
}
body #block-twocolblock .btn.btn-secondary {
  font-size: 25px !important;
  background: #E1595C;
  border: 5px solid #E1595C;
}
body #block-twocolblock .btn.btn-secondary:after {
  color: #FAB743;
  right: 16px;
  top: 0px;
}
body #block-twocolblock .btn.btn-secondary:hover {
  background: #B6494B;
  border: 5px solid #B6494B;
  color: #FFFFFF;
}
body #block-twocolblock .btn.btn-secondary:focus {
  background: #E1595C;
  border: 5px solid #FAB743;
  color: #000000;
}
body #block-twocolblock .btn.btn-secondary:active {
  background: #502021 !important;
  border: 5px solid #502021;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  body #block-twocolblock ol li {
    display: block !important;
  }
  body #block-twocolblock .list-num {
    position: relative;
    width: 100%;
    border-radius: 0 60px 0 0;
    text-align: -webkit-auto;
    padding-left: 25px;
  }
  body #block-twocolblock .list-content {
    padding-left: 25px;
    padding-right: 50px;
    background-color: #EEF0E2;
    border-radius: 0 0 0 70px;
    margin-left: 0;
    display: block !important;
    padding-top: 25px;
  }
}
body ul.pagination {
  margin-top: 10px;
}
body ul.pagination li.pager__item--next a {
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 3px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body ul.pagination li.page-item {
  white-space: nowrap;
  height: 3.5rem;
  min-width: 3.5rem;
}
body ul.pagination li.page-item a {
  font-size: 0.8em;
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 3px;
  color: #5B5A80;
}
body ul.pagination li.page-item a:hover {
  background-color: #EC8351 !important;
  border-color: rgba(27, 27, 27, 0.2) !important;
}
body ul.pagination li.page-item:last-child a,
body ul.pagination li.page-item:first-child a {
  font-size: 0.8em;
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 3px;
}
body ul.pagination li.page-item span {
  border: 0;
}
body ul.pagination li.page-item span:hover,
body ul.pagination li.page-item span:focus {
  background-color: transparent;
}
body ul.pagination li.page-item.active span {
  font-size: 0.8em;
  font-family: "Inter", sans-serif;
  align-items: center;
  background-color: #FAB743;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 3px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
  color: #000000;
}
body ul.pagination li.page-item.active span:hover {
  color: #231F20;
}
body #block-drupalbase-custom-content .search-api-page-block-form-search {
  margin-top: 2rem;
}
body .search-api-page-block-form-search-solr,
body .search-api-page-block-form-search,
body .psearch {
  display: flex;
  gap: 0 !important;
  align-items: bottom;
  padding-right: 0;
  width: fit-content;
  border-radius: 4rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  body .search-api-page-block-form-search-solr,
  body .search-api-page-block-form-search,
  body .psearch {
    margin: auto;
  }
}
body .search-api-page-block-form-search-solr form,
body .search-api-page-block-form-search form,
body .psearch form {
  display: flex;
  background: #FBFCF3;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  body .search-api-page-block-form-search-solr form,
  body .search-api-page-block-form-search form,
  body .psearch form {
    background: #EEF0E2;
  }
}
body .search-api-page-block-form-search-solr .mb-3,
body .search-api-page-block-form-search .mb-3,
body .psearch .mb-3 {
  margin-bottom: 0 !important;
}
body .search-api-page-block-form-search-solr .js-form-item,
body .search-api-page-block-form-search .js-form-item,
body .psearch .js-form-item {
  margin-right: 0;
  padding: 0;
}
body .search-api-page-block-form-search-solr .form-search,
body .search-api-page-block-form-search .form-search,
body .psearch .form-search {
  font-size: 1.6rem;
  border: 0;
  border-radius: 4rem;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  min-width: 200px;
  max-width: 320px;
}
@media screen and (max-width: 1199px) {
  body .search-api-page-block-form-search-solr .form-search,
  body .search-api-page-block-form-search .form-search,
  body .psearch .form-search {
    min-width: 160px;
  }
}
body .search-api-page-block-form-search-solr .form-search::placeholder,
body .search-api-page-block-form-search .form-search::placeholder,
body .psearch .form-search::placeholder {
  content: "Search";
  color: #000000;
  font-weight: bold;
}
body .search-api-page-block-form-search-solr .form-actions,
body .search-api-page-block-form-search .form-actions,
body .psearch .form-actions {
  position: relative;
  align-self: initial;
  padding: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit,
body .search-api-page-block-form-search .form-actions .form-submit,
body .psearch .form-actions .form-submit {
  position: relative;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  color: transparent !important;
  width: 3.6rem;
  margin: 0;
  height: 100%;
  padding: 0 !important;
  overflow: visible !important;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:after,
body .search-api-page-block-form-search .form-actions .form-submit:after,
body .psearch .form-actions .form-submit:after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.8rem;
  color: #3D4551;
  background: transparent;
  border: 0;
  border-radius: 28px;
  text-align: center;
  font-weight: 700;
  width: 28px;
  height: 28px;
  padding-top: 5px;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:focus,
body .search-api-page-block-form-search .form-actions .form-submit:focus,
body .psearch .form-actions .form-submit:focus {
  outline: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:focus-visible::after,
body .search-api-page-block-form-search .form-actions .form-submit:focus-visible::after,
body .psearch .form-actions .form-submit:focus-visible::after {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:hover:focus,
body .search-api-page-block-form-search .form-actions .form-submit:hover:focus,
body .psearch .form-actions .form-submit:hover:focus {
  outline: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:active::after,
body .search-api-page-block-form-search .form-actions .form-submit:active::after,
body .psearch .form-actions .form-submit:active::after,
body .search-api-page-block-form-search-solr .form-actions .form-submit:active:focus::after,
body .search-api-page-block-form-search .form-actions .form-submit:active:focus::after,
body .psearch .form-actions .form-submit:active:focus::after {
  background-color: #15273E;
  border-color: #15273E;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.path-search h3 {
  border-top: 6px solid rgba(0, 0, 0, 0.2);
  padding-top: 4rem;
  margin-top: 3rem !important;
}
body.path-search h3:first-of-type {
  border: 0;
  margin-top: 0!important;
}
body.path-search h3 a {
  text-decoration: none;
}
body.path-search h3 a:hover {
  text-decoration: underline;
}
body .mcopy-search .psearch .form-search {
  background-color: #EEF0E2;
}
body .mcopy-search .psearch .form-actions .form-submit:after {
  padding-top: 1px;
}
body #block-drupalbase-custom-content .search-api-page-block-form-search {
  margin-bottom: 20px;
}
body #off-canvas .search-api-page-block-form-search {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body .sticky-container {
  top: 0;
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  body .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
    padding-top: 0;
  }
}
body .tablesaw th {
  background-color: #15273E !important;
  color: #FFFFFF !important;
}
body .tablesaw th a,
body .tablesaw th a:visited {
  color: #FFFFFF !important;
}
body .tablesaw th a:hover,
body .tablesaw th a:visited:hover,
body .tablesaw th a:focus,
body .tablesaw th a:visited:focus {
  color: #F0F0F0 !important;
}
body .tablesaw th,
body .tablesaw td {
  vertical-align: top;
}
body .tablesaw tr {
  border-bottom: 1px solid #2A4C7A;
  background-color: #FFFFFF;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label {
  width: auto;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label p:last-child,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label p:last-child {
  margin: 0;
}
body .tablesaw.table-striped tbody > tr:nth-of-type(odd) > * {
  background-color: transparent;
}
body .tablesaw.table-striped td {
  background-color: transparent;
  border: 0;
}
body .tablesaw > :not(caption) > * > * {
  box-shadow: none;
}
body #active-filters,
body #active-filters-custom {
  margin-bottom: 0;
}
body #active-filters .active-filter-tag,
body #active-filters-custom .active-filter-tag {
  background-color: #99DEEA;
  border-radius: 50px;
  font-size: 1.6rem;
}
body #active-filters .active-filter-tag a,
body #active-filters-custom .active-filter-tag a {
  padding: 0 10px;
}
body .news-teaser {
  border-bottom: 2px solid #F0F0F0;
}
body .news-teaser .field--type-image {
  margin-bottom: 0 !important;
}
body .view-news .views-field-nothing {
  border-bottom: 6px solid rgba(0, 0, 0, 0.2);
}
body .view-news h2 {
  font-size: 3rem;
}
body .view-news h2 a {
  text-decoration: none;
}
body .view-news .more-link {
  margin-right: 7rem;
}
body .view-news .read-more a {
  text-decoration: none;
}
body .view-news .read-more a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: #5B5A80;
  font-size: 2rem;
  padding-left: 0.6rem;
}
@media screen and (max-width: 991px) {
  body .views .filter-control.closed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
  }
}
@media screen and (max-width: 991px) {
  body .views .filter-control.opened {
    max-height: 100%;
    transition: max-height 300ms;
  }
}
body .views-exposed-form label {
  font-weight: bold;
}
body .views-exposed-form #form-open {
  margin-bottom: 20px;
}
body .views-exposed-form #filters > * {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
