@charset "UTF-8";
@import 'libraries/fontawesome.min.css';
@import 'libraries/magnific-popup.min.css';
@import 'libraries/owl.carousel.min.css';
@import 'libraries/owl.theme.default.min.css';
body .bg-primary {
  background-color: #02799a !important;
}

body .text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(2, 121, 154, var(--bs-bg-opacity, 1)) !important;
}

body .bg-secondary {
  background-color: #292426 !important;
}

body .text-bg-secondary {
  color: #ffffff !important;
  background-color: RGBA(41, 36, 38, var(--bs-bg-opacity, 1)) !important;
}

body .bg-success {
  background-color: #02799a !important;
}

body .text-bg-success {
  color: #ffffff !important;
  background-color: RGBA(2, 121, 154, var(--bs-bg-opacity, 1)) !important;
}

body .bg-info {
  background-color: #1a8478 !important;
}

body .text-bg-info {
  color: #ffffff !important;
  background-color: RGBA(26, 132, 120, var(--bs-bg-opacity, 1)) !important;
}

body .bg-warning {
  background-color: #bd4b00 !important;
}

body .text-bg-warning {
  color: #ffffff !important;
  background-color: RGBA(189, 75, 0, var(--bs-bg-opacity, 1)) !important;
}

body .bg-danger {
  background-color: #b30021 !important;
}

body .text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(179, 0, 33, var(--bs-bg-opacity, 1)) !important;
}

body .bg-light {
  background-color: #f2f2f2 !important;
}

body .text-bg-light {
  color: #222222 !important;
  background-color: RGBA(242, 242, 242, var(--bs-bg-opacity, 1)) !important;
}

body .bg-dark {
  background-color: #1c191a !important;
}

body .text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(28, 25, 26, var(--bs-bg-opacity, 1)) !important;
}

body .bg-elnec {
  background-color: #028311 !important;
}

body .text-bg-elnec {
  color: #ffffff !important;
  background-color: RGBA(2, 131, 17, var(--bs-bg-opacity, 1)) !important;
}

body .fs-xs {
  font-size: 0.75rem !important;
}

body .fs-sm {
  font-size: 0.875rem !important;
}

body .fs-base {
  font-size: 1rem !important;
}

body .fs-lg {
  font-size: 1.125rem !important;
}

body .fs-xl {
  font-size: 1.25rem !important;
}

body .text-primary {
  color: #02799a !important;
}

body .text-secondary {
  color: #292426 !important;
}

body .text-success {
  color: #02799a !important;
}

body .text-info {
  color: #1a8478 !important;
}

body .text-warning {
  color: #bd4b00 !important;
}

body .text-danger {
  color: #b30021 !important;
}

body .text-light {
  color: #f2f2f2 !important;
}

body .text-dark {
  color: #1c191a !important;
}

body .text-elnec {
  color: #028311 !important;
}

body .text-white {
  color: #ffffff !important;
}

body .text-black {
  color: #222222 !important;
}

:root {
  --bs-font-sans-serif: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #292426;
  --bs-body-text-align: ;
  --bs-body-bg: #ffffff;
  --bs-primary: #02799a;
  --bs-secondary: #292426;
  --bs-bg-opacity: 1;
  --bs-primary: #02799a;
  --bs-secondary: #292426;
  --bs-success: #02799a;
  --bs-info: #1a8478;
  --bs-warning: #bd4b00;
  --bs-danger: #b30021;
  --bs-light: #f2f2f2;
  --bs-dark: #1c191a;
  --bs-elnac: #028311;
  --bs-white: #ffffff;
  --bs-black: #222222;
}

.pt-lg {
  padding-top: calc(1.2333333333rem + 5.0166666667vw);
}
@media (min-width: 1600px) {
  .pt-lg {
    padding-top: 6.25rem;
  }
}

.pb-lg {
  padding-bottom: calc(1.2333333333rem + 5.0166666667vw);
}
@media (min-width: 1600px) {
  .pb-lg {
    padding-bottom: 6.25rem;
  }
}

.pt-md {
  padding-top: calc(1.1166666667rem + 3.3833333333vw);
}
@media (min-width: 1600px) {
  .pt-md {
    padding-top: 4.5rem;
  }
}

.pb-md {
  padding-bottom: calc(1.1166666667rem + 3.3833333333vw);
}
@media (min-width: 1600px) {
  .pb-md {
    padding-bottom: 4.5rem;
  }
}

.pt-sm {
  padding-top: calc(1.0166666667rem + 1.9833333333vw);
}
@media (min-width: 1600px) {
  .pt-sm {
    padding-top: 3rem;
  }
}

.pb-sm {
  padding-bottom: calc(1.0166666667rem + 1.9833333333vw);
}
@media (min-width: 1600px) {
  .pb-sm {
    padding-bottom: 3rem;
  }
}

.mt-lg {
  margin-top: calc(1.2333333333rem + 5.0166666667vw);
}
@media (min-width: 1600px) {
  .mt-lg {
    margin-top: 6.25rem;
  }
}

.mb-lg {
  margin-bottom: calc(1.2333333333rem + 5.0166666667vw);
}
@media (min-width: 1600px) {
  .mb-lg {
    margin-bottom: 6.25rem;
  }
}

.mt-md {
  margin-top: calc(1.1166666667rem + 3.3833333333vw);
}
@media (min-width: 1600px) {
  .mt-md {
    margin-top: 4.5rem;
  }
}

.mb-md {
  margin-bottom: calc(1.1166666667rem + 3.3833333333vw);
}
@media (min-width: 1600px) {
  .mb-md {
    margin-bottom: 4.5rem;
  }
}

.mt-sm {
  margin-top: calc(1.0166666667rem + 1.9833333333vw);
}
@media (min-width: 1600px) {
  .mt-sm {
    margin-top: 3rem;
  }
}

.mb-sm {
  margin-bottom: calc(1.0166666667rem + 1.9833333333vw);
}
@media (min-width: 1600px) {
  .mb-sm {
    margin-bottom: 3rem;
  }
}

.banner-large {
  z-index: 1;
  position: relative;
  padding-top: calc(0.95rem + 1.05vw);
  padding-bottom: calc(0.95rem + 1.05vw);
}
@media (min-width: 1600px) {
  .banner-large {
    padding-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .banner-large {
    padding-bottom: 2rem;
  }
}
.banner-large.text-white:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 992px) {
  .banner-large.text-white:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.banner-large.text-white .sub-title,
.banner-large.text-white h1,
.banner-large.text-white p,
.banner-large.text-white p a {
  color: white !important;
}
.banner-large.text-white .breadcrumb {
  margin-left: 0;
}
.banner-large.text-white .breadcrumb-item {
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.banner-large.text-white .breadcrumb-item a {
  color: white;
}
.banner-large.text-white .breadcrumb-item.active {
  color: white;
}
@media (max-width: 991.98px) {
  .banner-large__content {
    text-align: center;
    max-width: 100%;
  }
}
.banner-large__content-inner {
  margin-bottom: 5.5555555556rem;
}
.banner-large__image {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .banner-large__image {
    margin-top: 0;
  }
  .banner-large__image img {
    border-radius: 0 0 0 100px;
  }
}
.banner-large__video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-large__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-large .sub-title {
  margin-bottom: 1.25rem;
  font-size: 1.4444444444rem;
  font-weight: 700;
}
.banner-large h1 {
  font-size: rem-calc(48px);
  line-height: 1;
  margin-bottom: 0.5555555556rem;
}
.banner-large p {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .banner-large p {
    max-width: 550px;
  }
}
.banner-large .btn {
  margin-top: 1rem;
}
.banner-large .breadcrumb {
  margin-left: 0;
}
.banner-large .breadcrumb-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 6px;
  text-transform: uppercase;
  color: #02799a;
  border-left: 1px solid rgb(0, 0, 0);
}
.banner-large .breadcrumb-item a {
  color: #02799a;
  text-decoration: none !important;
}
.banner-large .breadcrumb-item.active {
  font-weight: 700;
  color: #02799a;
}
.banner-large .breadcrumb-item:first-child {
  padding-left: 0;
  border-left: none;
}
.banner-large .breadcrumb-item:last-child {
  border-right: none;
}
.banner-large .breadcrumb-item:before {
  display: none;
}
.banner-large .dnn-breadcrumb {
  margin-bottom: 3.5555555556rem;
}

.banner-small {
  padding-top: calc(1.2333333333rem + 5.0166666667vw);
  padding-bottom: calc(1.2333333333rem + 5.0166666667vw);
  background-color: #f2f2f2;
  background-image: var(--bkg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .banner-small {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1600px) {
  .banner-small {
    padding-bottom: 6.25rem;
  }
}
.banner-small:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 100%);
  background-blend-mode: screen, normal;
  z-index: -1;
}
@media (min-width: 992px) {
  .banner-small:before {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  }
}
.banner-small.text-white {
  background-color: #1c191a;
}
.banner-small.text-white h1,
.banner-small.text-white p,
.banner-small.text-white a {
  color: white;
}
.banner-small.text-white:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media (min-width: 992px) {
  .banner-small.text-white:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
}

.facts-item {
  padding-top: calc(1.1166666667rem + 3.3833333333vw);
  padding-bottom: calc(1.1166666667rem + 3.3833333333vw);
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1600px) {
  .facts-item {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .facts-item {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .facts-item {
    border-right: 1px dashed white;
  }
  .facts-item:last-of-type {
    border-right: none;
  }
}
.facts-item h2, .facts-item h3 {
  color: white;
}
.facts-item .icon {
  margin-bottom: 0.5rem;
  font-size: rem-calc(48px);
  color: white;
}
.facts-item .label {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  font-family: var(--bs-font-sans-serif);
  margin-top: 0.25rem;
}

.facts-area .row {
  gap: 2rem 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row-cols-md-1 .facts-item {
    border-right: none;
  }
  .row-cols-md-2 .facts-item:nth-child(2n) {
    border-right: none;
  }
  .row-cols-md-3 .facts-item:nth-child(3n) {
    border-right: none;
  }
  .row-cols-md-4 .facts-item:nth-child(4n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 .facts-item {
    border-right: none;
  }
  .row-cols-lg-2 .facts-item:nth-child(2n) {
    border-right: none;
  }
  .row-cols-lg-3 .facts-item:nth-child(3n) {
    border-right: none;
  }
  .row-cols-lg-4 .facts-item:nth-child(4n) {
    border-right: none;
  }
}
.rounded-md {
  border-radius: 16px;
}
@media (min-width: 768px) {
  .rounded-md {
    border-radius: 24px;
  }
}

.shadow-default {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

.floating-nav {
  background-color: #fff !important;
  border: 1px solid #02799a !important;
  padding: 1rem !important;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.floating-nav .btn {
  text-align: left;
  color: #02799a !important;
  font-weight: 500 !important;
  padding: 0.5rem !important;
  outline: none;
  text-decoration: none !important;
}

.floating-nav .btn:hover,
.floating-nav .btn:focus {
  background-color: #f1f1f1 !important;
}

.floating-nav .btn:active {
  color: #fff !important;
  background-color: #02799a !important;
}

.floating-nav .btn:not(.btn-section):focus-visible {
  outline: 2px solid #02799a !important;
  outline-offset: 2px;
}

.floating-nav .btn.btn-section {
  border-radius: 8px 8px 0 0 !important;
  border-bottom: 1px solid #02799a !important;
  margin-top: 8px !important;
  cursor: default;
}
.floating-nav .btn.btn-section:hover, .floating-nav .btn.btn-section:active, .floating-nav .btn.btn-section:focus {
  background-color: transparent !important;
}

.btn-section:first-child {
  margin-top: 0;
}

.floating-menu-page .sticky-top {
  z-index: 499 !important;
}

.hero {
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-contain {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-light.has-overlay::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  background: #000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.3;
}

.content-dark.has-overlay::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  opacity: 0.3;
}

.newsubnav {
  position: relative;
  top: -32px;
}
.newsubnav .nav-item .nav-link {
  border-radius: 12px;
  text-decoration: none !important;
  padding: 6px 8px !important;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  border: 0px !important;
}
.newsubnav .nav-item .nav-link.active {
  background-color: #02799a;
  color: #eee !important;
}
.newsubnav .nav-item .nav-link.active:hover {
  background-color: #02799a;
  color: #fff !important;
}
.newsubnav .nav-item .nav-link:hover {
  color: #292426;
  background-color: #f1f1f1;
}
@media (min-width: 992px) {
  .newsubnav .nav-item .nav-link {
    padding: 10px 16px !important;
  }
}
.newsubnav .navbar {
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .newsubnav .navbar {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .newsubnav {
    top: -42px;
  }
}

.section-title {
  text-align: center;
}
.section-title h1,
.section-title h2 {
  position: relative;
}
.section-title__heading {
  margin-bottom: 0.8888888889rem;
}
.section-title__description * {
  color: inherit;
}
.section-title p {
  font-size: calc(0.9rem + 0.35vw);
  margin: 1rem auto 0 auto;
}
@media (min-width: 1600px) {
  .section-title p {
    font-size: 1.25rem;
  }
}
.section-title .sub-title {
  margin-bottom: 12px;
}

.image-text .btn {
  margin-top: 1rem;
}
.image-text li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.image-text__heading {
  padding-bottom: 0;
  margin-bottom: calc(0.8833333333rem + 0.1166666667vw);
  position: relative;
}
@media (min-width: 1600px) {
  .image-text__heading {
    margin-bottom: 1rem;
  }
}
.image-text__description * {
  color: inherit;
}
.image-text__description ul,
.image-text__description ol {
  margin-left: 1rem;
  padding-left: 0;
}
.image-text__image {
  z-index: 1;
  text-align: center;
  padding-right: 1rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .image-text__image {
    margin-bottom: 2rem;
  }
}
.image-text__image img {
  border-radius: 24px;
}

body .cards .col {
  display: flex;
}
body .card {
  text-align: start;
  border-radius: 24px;
  border: none;
}
.box-shadow-active body .card {
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
body .card .icon {
  display: block;
  position: relative;
  font-size: calc(0.95rem + 1.05vw);
  z-index: 1;
  color: #02799a;
  border-radius: 10px;
  transition: 0.5s;
}
@media (min-width: 1600px) {
  body .card .icon {
    font-size: 2rem;
  }
}
body .card-body {
  padding: 16px;
}
body .card__image {
  text-align: center;
  padding-bottom: 1.5rem;
}
body .card__image img {
  height: 220px;
  width: 100%;
}
body .card__heading {
  margin-bottom: 0;
  font-size: 1.2222222222rem !important;
  line-height: 150%;
  color: inherit;
}
body .card__link {
  margin-bottom: 20px;
  border-radius: 24px !important;
  text-decoration: none;
  color: currentColor !important;
}
body .card__link .card {
  margin-bottom: 0;
}
body .card__link:focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: 2px;
}
body .card__link:focus-visible img {
  opacity: 1 !important;
}
body .card__link .card {
  transition: 0.5s;
}
body .card__link .card__heading {
  color: inherit;
}
body .card__link .card__description {
  color: inherit;
}
body .card__link:hover {
  text-decoration: none !important;
}
body .card__link:hover .card {
  transform: translateY(-10px);
}
body .card__link:hover .card .icon {
  color: white;
}
body .card__link:hover .card .icon::after {
  opacity: 1;
}
body .card__link:hover img {
  opacity: 1 !important;
}

.cta-band {
  padding-top: calc(1.1166666667rem + 3.3833333333vw);
  padding-bottom: calc(1.1166666667rem + 3.3833333333vw);
  background-color: #02799a;
  color: white;
}
@media (min-width: 1600px) {
  .cta-band {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .cta-band {
    padding-bottom: 4.5rem;
  }
}
.cta-band h2 {
  color: white;
}

.link-list .bg-background {
  background-color: #f9f6f4;
}
.link-list a.link-primary {
  color: rgb(2, 121, 154) !important;
  text-decoration: none;
  font-weight: bold;
}
.link-list a.link-primary span {
  color: #5e5e5e;
  font-weight: 400;
}
.link-list a.link-primary span::before {
  content: "-";
  margin-right: 5px;
}
.link-list a.link-primary:hover, .link-list a.link-primary:focus {
  text-decoration: underline;
}

body {
  background-color: #f9f6f4;
}

.newsubnav + .pt-lg {
  padding-top: 3.5rem;
}

a.btn-link.btn-primary {
  color: rgb(2, 121, 154) !important;
}
a.btn-link.btn-primary:hover, a.btn-link.btn-primary:focus {
  background: transparent;
}

.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}
.modal .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}
.modal .modal-content button.btn-close {
  top: 0;
  right: 0;
  margin: 0;
  z-index: 3;
  outline: 0;
  opacity: 1;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  line-height: 38px;
  box-shadow: unset;
  text-shadow: unset;
  position: absolute;
}

.modal-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.preview-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-img {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-img {
    border-radius: 24px 24px 0 0;
  }
}

.aacn-primary {
  color: #02799a !important;
  text-decoration: none;
  transition: all 0.2s;
}
.aacn-primary:hover, .aacn-primary:focus {
  text-decoration: underline;
}

.ratio .object-fit-cover {
  object-fit: cover;
}

.footer-area {
  padding-top: calc(1.1166666667rem + 3.3833333333vw);
  border-top: 1px solid #e9ecef;
}
@media (min-width: 1600px) {
  .footer-area {
    padding-top: 4.5rem;
  }
}
.footer-area .copyright-area {
  font-size: 0.75rem;
  padding: 1.5rem 0;
  border-top: 1px solid #dee2e6;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer-area .copyright-area {
    margin-top: calc(1.1083333333rem + 3.2666666667vw);
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .footer-area .copyright-area {
    margin-top: 4.375rem;
  }
}
.footer-area .copyright-area a {
  font-weight: 400;
  display: inline-block;
  color: #292426;
  text-decoration: underline;
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}
.footer-area .copyright-area a:visited {
  color: #292426;
}
.footer-area .copyright-area a:hover, .footer-area .copyright-area a:focus, .footer-area .copyright-area a:active {
  color: #02799a;
}
.footer-area .copyright-area a::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #ced4da;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .footer-area .copyright-area a:first-of-type {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.footer-area .copyright-area span:not(:first-child) {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}
.footer-area .copyright-area span:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #dee2e6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .footer-area .copyright-area {
    text-align: left;
    padding-inline: 1rem;
  }
  .footer-area .copyright-area .copyright {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.footer-area__col {
  font-size: 0.875rem;
}
@media (max-width: 1199.98px) {
  .footer-area__col {
    margin-bottom: 3rem;
  }
}
.footer-area__col ul:not([class]) {
  list-style: none !important;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.footer-area__col ul:not([class]) li {
  list-style: none !important;
}
.footer-area__col ul:not([class]) li:not(:last-child) {
  margin-bottom: 1em;
}
.footer-area__col p {
  margin: 0;
}
.footer-area__col a:not([class]), .footer-area__col a:not([class]):visited {
  color: #292426;
  text-decoration: none;
}
.footer-area__col a:not([class]):hover, .footer-area__col a:not([class]):focus, .footer-area__col a:not([class]):active {
  color: #02799a;
}
.footer-area__heading {
  font-size: rem-calc(26px);
  margin-bottom: 1.25rem;
}
.footer-area__social {
  padding-left: 0;
}
.footer-area__social li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-area__social li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer-area__social .fab,
.footer-area__social .fas {
  color: #02799a;
  line-height: 1.5;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  z-index: 1250;
  width: 43px;
  height: 45px;
  opacity: 0;
  font-size: rem-calc(30px);
  visibility: hidden;
  text-align: center;
  color: white;
  transition: 0.5s;
  background-color: #02799a;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top span {
  right: 0;
  left: 0;
  top: 50%;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.go-top:visited {
  color: white;
}
.go-top:hover {
  color: white;
  background-color: #1c191a !important;
}

.accordion {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  background: #ddd;
  overflow: hidden;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.accordion .accordion__button {
  font-family: var(--bs-font-sans-serif);
  font-weight: 700;
  line-height: 150%;
  position: relative;
  display: flex;
  padding: 0.8888888889rem;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  align-self: stretch;
  font-size: rem-calc(30px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(2, 121, 154, 0.05) 100%), #fff;
}
.accordion .accordion__button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 150%;
  font-size: rem-calc(22px);
  color: #222222;
  display: block;
  transition: all 0.25s ease-in-out;
}
.accordion .accordion__button:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion__button[aria-expanded=true] {
  color: white;
  background: linear-gradient(90deg, #02799a 0%, #00607a 100%);
}
.accordion .accordion__button[aria-expanded=true]:after {
  transform: rotate(180deg);
  color: #ffffff;
}
.accordion .accordion__body {
  padding: 0.8888888889rem;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05) inset;
}
.accordion .accordion__body ul,
.accordion .accordion__body ol {
  margin-left: 0.8888888889rem;
  padding: 0;
  list-style: disc;
}
.accordion .accordion__item {
  margin-bottom: 1px;
}
.accordion .accordion__item:first-of-type {
  border-radius: 24px 24px 0 0;
}
.accordion .accordion__item:first-of-type .accordion__button {
  border-radius: 24px 24px 0 0;
}
.accordion .accordion__item:last-of-type {
  margin-bottom: 0;
  border-radius: 0 0 24px 24px;
}
.accordion .accordion__item:last-of-type .accordion__button {
  border-radius: 0 0 24px 24px;
}
.accordion .accordion__item:last-of-type .accordion__button[aria-expanded=true] {
  border-radius: 0;
}
.accordion .accordion__item:last-of-type .accordion__button[aria-expanded=true] + .accordion__collapse .accordion__body {
  border-radius: 0 0 24px 24px;
}
.accordion .collapse {
  scroll-margin-top: 5rem;
  border: none;
}
.accordion .accordion-body {
  padding: 0 20px 20px 45px;
}
.accordion .accordion-body p strong {
  color: #1c191a;
}
.accordion .accordion-body ul {
  margin-bottom: 15px;
}
.accordion .accordion-body ul li {
  margin-bottom: 12px;
  color: #292426;
}
.accordion .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.accordion .accordion-body ul:last-child {
  margin-bottom: 0;
}

.image-carousel {
  padding-top: calc(1.1166666667rem + 3.3833333333vw);
  padding-bottom: calc(1.1166666667rem + 3.3833333333vw);
}
@media (min-width: 1600px) {
  .image-carousel {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .image-carousel {
    padding-bottom: 4.5rem;
  }
}
.image-carousel__item {
  text-align: center;
}
.image-carousel a img {
  width: auto !important;
  display: inline-block !important;
}

.logo-card {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.logo-card span {
  opacity: 1;
  text-decoration: underline;
  color: #02799a;
  font-size: 14px;
  transition: all 0.25s;
}

@media (min-width: 768px) {
  .logo-card {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0);
  }
  .logo-card span {
    opacity: 0;
    font-size: 1rem;
    text-decoration: underline;
    color: #02799a;
    transition: all 0.25s;
  }
  .logo-card:hover, .logo-card:focus {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    outline: none;
  }
  .logo-card:hover span, .logo-card:focus span {
    opacity: 1;
  }
}
.services-tabs .nav {
  padding-left: 0;
  margin-bottom: 60px;
  border: none;
  list-style-type: none;
  text-align: center;
  justify-content: center;
}
.services-tabs .nav .nav-item {
  display: flex;
  align-items: flex-end;
  margin-left: 42px;
  margin-right: 42px;
}
.services-tabs .nav .nav-item a.nav-link {
  display: inline-block;
  padding: 0;
  border: none;
  margin: 0;
  color: #1c191a;
  font-weight: 700;
}
.services-tabs .nav .nav-item a.nav-link .icon {
  font-size: rem-calc(40px);
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  line-height: 75px;
  color: #02799a;
  font-weight: normal;
  transition: 0.5s;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.services-tabs .nav .nav-item a.nav-link .icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -1;
  bottom: 0;
  background: #02799a;
  transition: 0.5s;
  opacity: 0.1;
}
.services-tabs .nav .nav-item a.nav-link:hover, .services-tabs .nav .nav-item a.nav-link.active {
  color: #02799a;
}
.services-tabs .nav .nav-item a.nav-link:hover .icon, .services-tabs .nav .nav-item a.nav-link.active .icon {
  color: white;
}
.services-tabs .nav .nav-item a.nav-link:hover .icon::after, .services-tabs .nav .nav-item a.nav-link.active .icon::after {
  opacity: 1;
}
.services-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.services-tabs .nav .nav-item:first-child {
  margin-left: 0;
}

.single-main-services {
  margin-bottom: 30px;
}
.single-main-services .content {
  padding-right: 50px;
}
.single-main-services .image {
  text-align: center;
}
.single-main-services .btn {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .services-tabs .nav {
    margin-bottom: 30px;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 20px;
  }
  .services-tabs .nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .services-tabs .nav .nav-item .nav-link .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding-right: 5px;
    margin-bottom: 12px;
  }
  .single-main-services .content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-tabs .nav {
    margin-bottom: 35px;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 20px;
  }
  .services-tabs .nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .services-tabs .nav .nav-item .nav-link {
    font-size: calc(0.8833333333rem + 0.1166666667vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 1600px) {
  .services-tabs .nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-tabs .nav .nav-item .nav-link .icon {
    font-size: rem-calc(40px);
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-main-services .content {
    padding-right: 0;
    text-align: center;
  }
  .single-main-services .content p {
    max-width: 100%;
  }
  .single-main-services .image {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-tabs .nav {
    margin-bottom: 50px;
  }
  .services-tabs .nav .nav-item {
    margin-left: 16px;
    margin-right: 16px;
  }
  .single-main-services .content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1355px) {
  .services-tabs .nav .nav-item {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.testimonials {
  padding-top: calc(1.1166666667rem + 3.3833333333vw);
  padding-right: calc(1.0166666667rem + 1.9833333333vw);
  padding-bottom: calc(1.1166666667rem + 3.3833333333vw);
  padding-left: calc(1.0166666667rem + 1.9833333333vw);
  background-color: #02799a;
}
@media (min-width: 1600px) {
  .testimonials {
    padding-top: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .testimonials {
    padding-right: 3rem;
  }
}
@media (min-width: 1600px) {
  .testimonials {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .testimonials {
    padding-left: 3rem;
  }
}
.testimonials__image {
  text-align: center;
  position: relative;
  margin-right: 30px;
  z-index: 2;
}
.testimonials__image::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 20% 80% 50% 50%/20% 50% 50% 80%;
  border: 2px solid white;
}
.testimonials__image::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  position: absolute;
  border-radius: 65% 35% 70% 30%/64% 31% 69% 36%;
  background-color: rgba(255, 255, 255, 0.3);
}
.testimonials__image img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  display: inline-block !important;
  width: auto !important;
}
.testimonials__content {
  text-align: center;
  color: white;
}
.testimonials__content .icon {
  display: flex;
  justify-content: center;
  width: 100%;
}
.testimonials__content .icon::before {
  margin-bottom: calc(0.95rem + 1.05vw);
  content: "";
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-mask-image: url("../img/quote.svg");
  mask-image: url("../img/quote.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: currentColor;
}
@media (min-width: 1600px) {
  .testimonials__content .icon::before {
    margin-bottom: 2rem;
  }
}
.testimonials__content p {
  font-size: calc(0.9rem + 0.35vw);
  font-weight: 300;
}
@media (min-width: 1600px) {
  .testimonials__content p {
    font-size: 1.25rem;
  }
}
.testimonials__content .info {
  margin-top: 30px;
}
.testimonials__content .info h3 {
  font-size: calc(0.8916666667rem + 0.2333333333vw);
  margin-bottom: 8px;
  color: white;
}
@media (min-width: 1600px) {
  .testimonials__content .info h3 {
    font-size: 1.125rem;
  }
}
.testimonials__content .info span {
  display: block;
  font-weight: 300;
}
.testimonials__slides.owl-theme {
  padding-left: 120px;
  padding-right: 120px;
}
.testimonials__slides.owl-theme .owl-nav {
  margin-top: 0;
}
.testimonials__slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  background-color: transparent;
  color: #1c191a;
  padding: 0.5rem 1rem !important;
  border-radius: 0;
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #292426;
  font-size: 1rem;
  line-height: 1;
}
.testimonials__slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.testimonials__slides.owl-theme .owl-nav [class*=owl-] i {
  line-height: 1;
}
.testimonials__slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: white;
  color: #1c191a;
}

@media only screen and (max-width: 767px) {
  .testimonials__image {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .testimonials__slides.owl-theme {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials__slides.owl-theme .owl-nav {
    margin-top: 30px;
  }
  .testimonials__slides.owl-theme .owl-nav [class*=owl-] {
    padding: 6px 20px 6px !important;
    left: 0;
    top: 0;
    transform: unset;
    position: relative;
    font-size: 0.875rem;
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials__image {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .testimonials__slides.owl-theme {
    padding-left: 90px;
    padding-right: 90px;
  }
  .testimonials__slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 3px;
    padding: 6px 20px 6px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials__image {
    margin-right: 0;
  }
  .testimonials__slides.owl-theme {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.portfolio-item__bottom {
  padding: 1rem;
}
.portfolio-item__title {
  margin-bottom: 1rem;
}
.portfolio-item__desc {
  font-size: calc(0.8916666667rem + 0.2333333333vw);
  margin-bottom: 2rem;
}
@media (min-width: 1600px) {
  .portfolio-item__desc {
    font-size: 1.125rem;
  }
}
.portfolio-item__title:last-child, .portfolio-item__desc:last-child {
  margin-bottom: 0;
}

.portfolio-image:not(:last-child) {
  margin-bottom: calc(1.0833333333rem + 2.9166666667vw);
}
@media (min-width: 1600px) {
  .portfolio-image:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.portfolio-image img:not(:last-child) {
  margin-bottom: calc(0.95rem + 1.05vw);
}
@media (min-width: 1600px) {
  .portfolio-image img:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.portfolio-image figcaption {
  display: flex;
  gap: 1rem;
  max-width: 740px;
  font-size: calc(0.8916666667rem + 0.2333333333vw);
  line-height: 160%;
}
@media (min-width: 1600px) {
  .portfolio-image figcaption {
    font-size: 1.125rem;
  }
}
.portfolio-image figcaption::before {
  content: "";
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1px;
  background-color: #292426;
  display: inline-block;
  position: relative;
  top: 0.75em;
  transform: translateY(-50%);
}

.photo-gallery__item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.photo-gallery__item img {
  transition: 0.5s;
}
.photo-gallery__item .popup-image {
  position: absolute;
  left: 0;
  transform: translateY(-50%) scale(0);
  top: 50%;
  z-index: 2;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  margin: 0 auto;
  transition: 0.5s;
}
.photo-gallery__item .popup-image:hover {
  border-radius: 50%;
  color: #1c191a;
  background-color: white;
}
.photo-gallery__item::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 121, 154, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin: 10px;
}
.photo-gallery__item:hover img {
  transform: scale(1.1);
}
.photo-gallery__item:hover::before {
  opacity: 1;
  margin: 20px;
  visibility: visible;
}
.photo-gallery__item:hover .popup-image {
  transform: translateY(-50%) scale(1);
}

.moremeassage {
  border-radius: 30px;
  padding: 20px 43px !important;
  text-decoration: none !important;
  height: auto !important;
  line-height: 1 !important;
}

.glossary #showItem {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.glossary #showItem.visible {
  opacity: 1;
  pointer-events: auto;
}
.glossary__definition p:empty {
  display: none;
}
.glossary__definition * {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 150%;
}
.glossary .btn.btn-letter {
  min-width: 0;
  margin: 0 auto !important;
  font-size: clamp(0.75rem, 2vw, 1.25rem) !important;
  line-height: 1 !important;
  border-radius: 12px !important;
  color: rgb(0, 0, 0) !important;
  padding: 10px 12px !important;
  transition: all 0.35s;
}
.glossary .btn.btn-letter:hover {
  background-color: #02799a;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
}
.glossary .bg-background {
  background-color: #f9f6f4;
}
.glossary .rounded-sm {
  border-radius: 16px;
}
.glossary .fs-6 {
  font-size: 1rem !important;
}
.glossary .sticky-top {
  z-index: 499;
}

body .btn.btn-link {
  display: inline-flex;
  align-items: center;
}
body .btn.btn-link:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  line-height: 150%;
  font-size: 1rem;
  transition: all 0.25s ease-in-out;
}
body .btn.btn-link:hover:after {
  transform: translateX(5px);
}
body .eds_template_Details_Article_Default .categories a {
  text-decoration: none !important;
}
body .eds_template_Details_Article_Default .categories a:hover {
  text-decoration: underline !important;
}
body .eds_template_Details_Article_Default .sharethis-inline-share-buttons {
  display: flex !important;
  gap: 24px !important;
}
body .eds_template_Details_Article_Default .st-btn {
  height: 33px !important;
  width: 33px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  background: #02799a !important;
  border-radius: 5px !important;
}
body .eds_template_Details_Article_Default .st-btn img {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: 24px !important;
  position: unset !important;
}
body .eds_template_Details_Article_Default .edn_socialPrintWrapper {
  position: relative !important;
  z-index: 1 !important;
}

.dnn-go.card {
  margin-bottom: 0 !important;
}
.dnn-go.card .card-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  margin-bottom: 0 !important;
}
.dnn-go.card .card-body p {
  font-size: 16px;
}
.dnn-go.card .card-body p:empty {
  display: none !important;
}
.dnn-go.card .card-body .location {
  margin-top: auto;
  font-size: 14px;
}

.details-image {
  height: 269px;
  overflow: hidden;
}
.details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.search-v2 {
  background: rgba(2, 121, 154, 0.1);
}
.search-v2 .search {
  padding: 1rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.search-v2 .st-default-search-input {
  padding: 0 1.25rem !important;
  border-radius: 30px 0 0 30px !important;
  background-image: none !important;
  border: 1px solid #02799a !important;
  flex: 4 1 0;
  min-width: 0;
}
.search-v2 .search-submit {
  border-radius: 0 30px 30px 0 !important;
  padding: 0.8888888889rem 2.3888888889rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 140px;
  font-size: 0.944444444rem;
  line-height: 100%;
}
.search-v2 .search-submit .icon-search {
  font-size: 14px;
  position: relative;
  top: -1px;
}

.st-query-present a.st-ui-result {
  border-bottom: none !important;
}
.st-query-present a.st-ui-result .st-ui-type-heading {
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
  text-decoration: underline !important;
  text-decoration-style: solid !important;
  text-decoration-thickness: 0% !important;
}
.st-query-present a.st-ui-result .st-ui-type-detail {
  font-family: "Lato" !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
}

.st-query-present a.st-ui-result .st-ui-type-heading {
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
  text-decoration: underline !important;
  text-decoration-style: solid !important;
  text-decoration-thickness: 0% !important;
}

/* ===============================
   Autocomplete – Figma-style UI
   =============================== */
/* ensure the dropdown anchors under the search row */
.search {
  position: relative;
}

/* the container we populate */
#st-injected-content,
#srch-suggest {
  /* the floating panel */
  /* title link */
  /* description snippet */
  /* highlighted terms */
  /* helper to hide when JS asks */
}
#st-injected-content.st-ac-wrap,
#srch-suggest.st-ac-wrap {
  position: relative;
}
#st-injected-content .st-default-autocomplete,
#srch-suggest .st-default-autocomplete {
  position: absolute;
  top: 100%;
  left: 20px;
  right: 0;
  z-index: 1000;
  width: calc(100% - 40px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
  max-height: 60vh;
  overflow: auto;
  list-style: none;
  margin: 0;
  /* subtle scrollbar */
}
#st-injected-content .st-default-autocomplete > li,
#srch-suggest .st-default-autocomplete > li {
  padding: 14px 0;
  background: #fff;
  cursor: pointer;
  outline: none;
}
#st-injected-content .st-default-autocomplete > li:first-child,
#srch-suggest .st-default-autocomplete > li:first-child {
  padding-top: 0;
}
#st-injected-content .st-default-autocomplete > li:not(:last-child),
#srch-suggest .st-default-autocomplete > li:not(:last-child) {
  border-bottom: none;
}
#st-injected-content .st-default-autocomplete > li:hover, #st-injected-content .st-default-autocomplete > li[aria-selected=true],
#srch-suggest .st-default-autocomplete > li:hover,
#srch-suggest .st-default-autocomplete > li[aria-selected=true] {
  background: none;
}
#st-injected-content .st-default-autocomplete::-webkit-scrollbar,
#srch-suggest .st-default-autocomplete::-webkit-scrollbar {
  width: 10px;
}
#st-injected-content .st-default-autocomplete::-webkit-scrollbar-thumb,
#srch-suggest .st-default-autocomplete::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 10px;
  border: 2px solid #fff;
}
#st-injected-content .st-ac-title,
#srch-suggest .st-ac-title {
  display: inline-block;
  font-weight: 700 !important;
  font-size: 1.44444rem !important;
  line-height: 140% !important;
  color: #02799a !important;
  text-decoration: underline;
  text-underline-offset: 2px !important;
  margin-bottom: 0 !important;
}
#st-injected-content .st-ac-snippet,
#srch-suggest .st-ac-snippet {
  display: block !important;
  margin-top: 0.4444444444rem !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  color: #222222 !important;
}
#st-injected-content mark,
#srch-suggest mark {
  background: #fff4b8;
  border-radius: 3px;
  padding: 0 0.15em;
  box-decoration-break: clone;
}
#st-injected-content.st-hidden,
#srch-suggest.st-hidden {
  display: none !important;
}

/* small screens: keep it full width & tighter spacing */
@media (max-width: 768px) {
  #st-injected-content .st-default-autocomplete {
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.12), 0 1px 4px rgba(16, 24, 40, 0.06);
  }
  #st-injected-content .st-default-autocomplete > li {
    padding: 12px 14px;
  }
  #st-injected-content .st-ac-title {
    font-size: 1rem;
  }
  #st-injected-content .st-ac-snippet {
    font-size: 0.9rem;
  }
}
.aacn-search-results .srchbar {
  margin: 0 auto 0.8889rem auto;
}
.aacn-search-results .srchbar .srchbar-row {
  display: flex;
  align-items: stretch;
}
.aacn-search-results .srchbar .srchbar-row #sr-q {
  flex: 4 1 0;
  min-width: 0;
}
.aacn-search-results .srchbar .srchbar-row #sr-submit {
  flex: 1 1 0;
  white-space: nowrap;
}
.aacn-search-results .srchbar input {
  flex: 1;
  border: 1px solid #02799a;
  border-radius: 999px;
  display: flex;
  background: #fafafa;
  height: 50px;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 767.98px) {
  .aacn-search-results .srchbar input {
    padding: 8px 16px 8px 24px;
  }
}
.aacn-search-results #sr-submit {
  display: flex;
  width: 140px;
  padding: 16px;
  max-width: 140px;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 0 30px 30px 0;
}
.aacn-search-results #sr-submit .icon-search {
  font-size: 0.777777778rem;
}
@media (max-width: 767.98px) {
  .aacn-search-results #sr-submit {
    padding: 16px 24px;
  }
}
@media (min-width: 992px) {
  .aacn-search-results .srch-layout {
    display: grid;
    grid-template-columns: 214px 1fr;
    gap: 2rem;
    margin-top: 1.25rem;
    column-gap: 64px;
  }
}
@media (min-width: 992px) {
  .aacn-search-results .srch-layout .srch-main {
    padding-left: 52px;
    border-left: 1px solid #e9ecef;
  }
}

@media (max-width: 319px) {
  .aacn-search-results .search-label,
  .search-v2 .search-label {
    display: none;
  }
}
@media (max-width: 319px) {
  .aacn-search-results #sr-submit,
  .aacn-search-results .search-submit,
  .search-v2 #sr-submit,
  .search-v2 .search-submit {
    padding: 0.8888888889rem !important;
  }
}

#sr-q:focus,
#st-default-search-input:focus,
.search-v2 .btn-primary:focus-visible,
.srchbar-row .btn-primary:focus-visible {
  box-shadow: none !important;
  outline: 2px solid #02799a !important;
  outline-offset: 2px;
}

.srch-result-list .badge-year,
.srch-sort span,
.srch-layout .srch-pager .pagination span.divider-ellipsis {
  color: #707070 !important;
}

.facet-title {
  color: #222222;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0555555556rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}

.facet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.facet-list li {
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: baseline;
  align-self: stretch;
  gap: 24px;
}
.facet-list li.facet-hidden, .facet-list li:empty {
  display: none;
}
.facet-list a {
  color: #02799a;
  text-decoration: none;
}
.facet-list a:hover {
  text-decoration: underline;
}

.facet-count {
  color: #545454;
  text-align: right;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 0.7777777778rem;
}

.facet-active a {
  font-weight: 700;
}
.facet-active .facet-count {
  color: #545454;
  font-weight: 400;
}

.facet-more {
  margin-top: 0.25rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.srch-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2.222rem;
  padding: 1.333rem 0;
  border-bottom: 1px solid #222222;
}
@media (max-width: 991.98px) {
  .srch-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .srch-sidebar {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .srch-sidebar {
    display: none !important;
  }
}

.srch-title {
  margin: 0;
}
@media (max-width: 991.98px) {
  .srch-title {
    font-size: 30px;
    line-height: 120%;
  }
}

.srch-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #6c757d;
}

.srch-meta-mobile {
  width: 100%;
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.srch-meta-mobile .dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.srch-meta-mobile .dropdown > .btn-filter-sort#sr-sort-toggle-mobile {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  background: transparent !important;
}
.srch-meta-mobile .dropdown > .btn-filter-sort#sr-sort-toggle-mobile:focus {
  box-shadow: 0px 0px 4px 3px rgba(49, 132, 253, 0.8509803922);
}
.srch-meta-mobile .dropdown-menu {
  width: 100%;
}
.srch-meta-mobile > .dropdown,
.srch-meta-mobile > .btn-filter-sort {
  flex: 1 1 5rem;
  min-width: 0;
}
.srch-meta-mobile .btn-filter-sort {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
  background: transparent !important;
}
.srch-meta-mobile .btn-filter-sort:focus {
  box-shadow: 0px 0px 4px 3px rgba(49, 132, 253, 0.8509803922);
}

.srch-sort select {
  min-width: 10rem;
}

.srch-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.srch-list .srch-item {
  padding: 0.8888888889rem 0;
}
.srch-list .srch-item:first-child {
  padding-top: 0;
}
.srch-list .srch-item h2 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
}
.srch-list .srch-item h2 a {
  color: #02799a;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: rem-calc(26px);
}
.srch-list .srch-item .snippet {
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.srch-list .srch-item mark {
  background: #fff4b8;
  border-radius: 3px;
  padding: 0 0.1em;
}

.srch-result-list .badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.75rem;
  border: none;
  border-radius: 8px;
  background: rgba(2, 121, 154, 0.05);
  overflow: hidden;
  color: #02799a;
  text-overflow: ellipsis;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}
.srch-result-list .badge-year {
  overflow: hidden;
  text-overflow: ellipsis;
  /* Disclaimer */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.srch-result-list .meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 10.5px 0;
}

.srch-pager {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  padding: 24px 0;
  border-top: 1px solid #e9ecef;
  margin-top: 20px;
}
.srch-pager .pagination {
  display: flex;
  align-items: center;
  gap: 0.8888888889rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.srch-pager .pagination span.divider-ellipsis {
  font-size: 0.7777777778rem !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  display: inline-block;
  width: 24px;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
@media (max-width: 991.98px) {
  .srch-pager .pagination span.divider-ellipsis {
    display: none;
  }
}
.srch-pager .page-link {
  display: flex;
  padding: 0 4px;
  background: none;
  border: none;
  height: 24px;
  min-width: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  color: #000 !important;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.7777777778rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 100% !important;
}
@media (max-width: 991.98px) {
  .srch-pager .page-link {
    display: none;
  }
}
.srch-pager .page-link.page-previous, .srch-pager .page-link.page-next {
  background: none;
  border: none;
  display: flex;
  gap: 10px;
  color: #02799a;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7777777778rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  flex-direction: row;
  text-transform: uppercase;
  color: #02799a !important;
}
@media (max-width: 991.98px) {
  .srch-pager .page-link.page-previous, .srch-pager .page-link.page-next {
    display: block;
  }
}
.srch-pager .page-link.page-previous span, .srch-pager .page-link.page-next span {
  font-size: 0.6666666667rem;
}
.srch-pager .page-link.page-previous {
  margin-right: 0.4444444444rem;
}
.srch-pager .page-link.page-next {
  margin-left: 0.4444444444rem;
}
.srch-pager .page-link.disabled {
  color: #545454 !important;
  cursor: not-allowed;
  opacity: 0.6;
}
.srch-pager .page-link.active {
  color: #ffffff !important;
}

#facet-bucket,
#facet-year {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 991.98px) {
  #facet-bucket,
  #facet-year {
    border: none;
    margin-bottom: 0;
    padding-bottom: 2.2222222222rem;
  }
}
#facet-bucket li,
#facet-year li {
  padding: 8px;
}
#facet-bucket li a,
#facet-year li a {
  color: #222222;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
#facet-bucket li.facet-active,
#facet-year li.facet-active {
  border-radius: 8px;
  background: rgba(2, 121, 154, 0.1);
  color: #02799a;
  font-weight: 700;
}
#facet-bucket li.facet-active a,
#facet-year li.facet-active a {
  color: #02799a;
  font-weight: 700;
}

#reset-filters {
  color: #02799a;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

#srch-count {
  color: #222222;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 150%;
}
@media (max-width: 991.98px) {
  #srch-count {
    font-size: 0.88888889rem;
  }
}

.src-sort {
  font-size: 1rem;
}

.srch-sort .dropdown-menu,
.srch-meta-mobile .dropdown-menu {
  color: #02799a;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(2, 121, 154, 0.3);
  background: linear-gradient(0deg, rgba(2, 121, 154, 0.3) 0%, rgba(2, 121, 154, 0.3) 100%), #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0;
  min-width: auto;
}
.srch-sort .dropdown-menu li:last-child a,
.srch-meta-mobile .dropdown-menu li:last-child a {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.srch-sort #sr-sort-toggle,
.srch-meta-mobile #sr-sort-toggle {
  color: #02799a;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.srch-sort .dropdown-toggle,
.srch-sort .dropdown-item,
.srch-meta-mobile .dropdown-toggle,
.srch-meta-mobile .dropdown-item {
  text-decoration: none !important;
}
.srch-sort .dropdown-item,
.srch-meta-mobile .dropdown-item {
  color: #222222;
  text-align: right;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7777777778rem;
  font-weight: 400;
  line-height: 150%;
  padding: 4px 8px;
  border-bottom: 1px solid rgba(2, 121, 154, 0.3);
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .srch-sort .dropdown-item,
  .srch-meta-mobile .dropdown-item {
    text-align: left;
    padding: 0.8888888889rem;
    font-size: 0.8888889rem;
  }
}
.srch-sort .dropdown-item.active, .srch-sort .dropdown-item:hover,
.srch-meta-mobile .dropdown-item.active,
.srch-meta-mobile .dropdown-item:hover {
  color: #02799a !important;
  background: linear-gradient(0deg, rgba(2, 121, 154, 0.1) 0%, rgba(2, 121, 154, 0.1) 100%), #ffffff !important;
}
.srch-sort .dropdown-item.active, .srch-sort .dropdown-item.active:hover,
.srch-meta-mobile .dropdown-item.active,
.srch-meta-mobile .dropdown-item.active:hover {
  font-weight: 700;
}
.srch-sort .dropdown-item:hover,
.srch-meta-mobile .dropdown-item:hover {
  font-weight: 400;
}

.btn-filter-sort,
.btn-apply-filters {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 5px;
  border: 1px solid #02799a;
  color: #02799a;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0 !important;
  min-width: 0;
  white-space: nowrap;
}
.btn-filter-sort span,
.btn-apply-filters span {
  font-size: 14px;
}
.btn-filter-sort:focus,
.btn-apply-filters:focus {
  box-shadow: 0px 0px 4px 3px rgba(49, 132, 253, 0.8509803922);
}

.btn-apply-filters {
  color: #ffffff;
  background: #02799a;
}

#srchFiltersModal .srch-sidebar {
  display: block !important;
}
#srchFiltersModal .modal-header {
  display: flex;
  border-bottom: 1px solid #222222;
  padding: 1.3333333333rem;
  padding-bottom: 0.8888888889rem;
}
#srchFiltersModal .modal-body {
  padding: 1.3333333333rem;
}
#srchFiltersModal .modal-footer {
  border-top: 1px solid #222222;
  padding: 1.3333333333rem;
  gap: 0.8888888889rem;
  flex-wrap: nowrap;
}
#srchFiltersModal .modal-dialog {
  max-width: none;
  width: 100%;
  margin: 0;
}
#srchFiltersModal .modal-content {
  padding: 0;
}
#srchFiltersModal .modal-content .btn-close {
  position: static !important;
}
#srchFiltersModal .modal-content .btn-close:focus {
  box-shadow: 0px 0px 4px 3px rgba(49, 132, 253, 0.8509803922);
}

.rounded-sm {
  border-radius: 16px;
  overflow: hidden;
}

.video-card {
  text-decoration: none;
  transition: all 0.25s;
}
.video-card:hover, .video-card:focus {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  outline: 0px;
}
.video-card:hover .ratio::after, .video-card:focus .ratio::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.video-card .ratio::after {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: rgb(2, 121, 154);
  border-radius: 20px;
  color: #fff;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(3);
  opacity: 0;
  transition: all 0.35s;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 18px;
}

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