﻿@charset "UTF-8";
.dha-radius {
  border-radius: 4px !important;
}

.bg-color-primary {
  background-color: #011226;
}

.bg-color-secondary {
  background-color: #046da6;
}

.bg-color-tertiary {
  background-color: #6b2222;
}

.bg-color-blue-light {
  background-color: #cce2eb;
}

.bg-color-gray-light {
  background-color: #ededed;
}

.news-date {
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .container {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div {
  font-family: "Poppins";
}

h1,
h2 {
  color: #6b2222 !important;
  font-weight: 700 !important;
}

h3,
h5,
h6 {
  color: #011226 !important;
  font-weight: 700 !important;
}

h4 {
  color: #011226 !important;
}

p {
  color: #353535;
}

.h4-tertiary,
.h5-tertiary,
.h6-tertiary {
  color: #6b2222 !important;
}

.outline-h1,
.outline-h2 {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6b2222;
}

.outline-h3,
.outline-h4,
.outline-h5,
.outline-h6 {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #011226;
}

.name-secondary {
  font-weight: 700;
  font-style: italic;
  color: #046da6;
}

.txt-white {
  color: #fff !important;
}

.txt-primary {
  color: #011226 !important;
}

.txt-secondary {
  color: #046da6 !important;
}

.txt-tertiary {
  color: #6b2222 !important;
}

.txt-color {
  color: #353535 !important;
}

.btn {
  border-radius: 4px !important;
}

.btn-search {
  background-color: #6b2222 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
  border-radius: 0 4px 4px 0 !important;
}
.btn-search:hover {
  background-color: #582831 !important;
}
.btn-search:focus, .btn-search:active {
  background-color: #582831 !important;
}

.btn-primary {
  background-color: #011226 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.btn-primary:hover {
  background-color: hsl(212.4324324324, 94.8717948718%, -2.3529411765%) !important;
}
.btn-primary:focus, .btn-primary:active {
  background-color: rgb(1.6538461538, 29.7692307692, 62.8461538462) !important;
}
.btn-primary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.btn-primary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.btn-primary:hover .arrow {
  padding-right: 1.25rem;
}
.btn-primary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.btn-secondary {
  background-color: #046da6 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.btn-secondary:hover {
  background-color: rgb(3.4, 92.65, 141.1) !important;
}
.btn-secondary:focus, .btn-secondary:active {
  background-color: rgb(4.6, 125.35, 190.9) !important;
}
.btn-secondary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.btn-secondary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.btn-secondary:hover .arrow {
  padding-right: 1.25rem;
}
.btn-secondary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.btn-tertiary {
  background-color: #6b2222 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.btn-tertiary:hover {
  background-color: rgb(87.6489361702, 27.8510638298, 27.8510638298) !important;
}
.btn-tertiary:focus, .btn-tertiary:active {
  background-color: rgb(126.3510638298, 40.1489361702, 40.1489361702) !important;
}
.btn-tertiary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.btn-tertiary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.btn-tertiary:hover .arrow {
  padding-right: 1.25rem;
}
.btn-tertiary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.outline-btn-primary {
  border: 2px solid #011226 !important;
  background-color: #fff !important;
  color: #011226 !important;
  transition: background-color 0.3s, color 0.3s !important;
  font-weight: bolder !important;
  padding: 0.2rem 0.55rem !important;
  background-color: transparent !important;
}
.outline-btn-primary:hover {
  background-color: #011226 !important;
  color: #fff !important;
}
.outline-btn-primary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.outline-btn-primary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.outline-btn-primary:hover .arrow {
  padding-right: 1.25rem;
}
.outline-btn-primary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.outline-btn-secondary {
  border: 2px solid #046da6 !important;
  background-color: #fff !important;
  color: #046da6 !important;
  transition: background-color 0.3s, color 0.3s !important;
  font-weight: bolder !important;
  padding: 0.2rem 0.55rem !important;
  background-color: transparent !important;
}
.outline-btn-secondary:hover {
  background-color: #046da6 !important;
  color: #fff !important;
}
.outline-btn-secondary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.outline-btn-secondary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.outline-btn-secondary:hover .arrow {
  padding-right: 1.25rem;
}
.outline-btn-secondary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.outline-btn-tertiary {
  border: 2px solid #6b2222 !important;
  background-color: #fff !important;
  color: #6b2222 !important;
  transition: background-color 0.3s, color 0.3s !important;
  font-weight: bolder !important;
  padding: 0.2rem 0.55rem !important;
  background-color: transparent !important;
}
.outline-btn-tertiary:hover {
  background-color: #6b2222 !important;
  color: #fff !important;
}
.outline-btn-tertiary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.outline-btn-tertiary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.outline-btn-tertiary:hover .arrow {
  padding-right: 1.25rem;
}
.outline-btn-tertiary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.banner-button-group button:first-of-type {
  margin-right: 0.5rem !important;
}

.banner-button-group > a:first-of-type {
  margin-right: 0.5rem !important;
}

a.btn:hover {
  text-decoration: none !important;
}

.img-fluid {
  object-fit: cover !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.featured-section img {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
@media (max-width: 767px) {
  .featured-section img {
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
  }
}

.news-section .section-img {
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top;
}

.feature-news-section .section-img {
  max-width: 90%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
@media (max-width: 767px) {
  .feature-news-section .section-img {
    max-width: 100%;
  }
}

.news-section .row .col-lg-4:nth-child(2) .section-img,
.news-section .row .col-lg-4:nth-child(3) .section-img {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .news-section .row .col-lg-4:nth-child(2) .section-img,
  .news-section .row .col-lg-4:nth-child(3) .section-img {
    margin-top: 0;
  }
}
.events-section .section-img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.img-event img {
  width: 100%;
  object-fit: cover !important;
  object-position: top;
  border-radius: 4px !important;
  aspect-ratio: 3/2;
}

.banner-style-1 {
  background-image: url("../img/bg_1.png") !important;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .banner-style-1 .btn {
    width: 100%;
  }
  .banner-style-1 .btn + .btn {
    margin-top: 0.5rem;
  }
}

.banner-style-2 {
  background-image: url("../img/bg_2.png") !important;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .banner-style-2 .btn {
    width: 100%;
  }
  .banner-style-2 .btn + .btn {
    margin-top: 0.5rem;
  }
  .banner-style-2 .btn.btn-link-white {
    width: auto !important;
  }
}

.banner-style-3 {
  background-image: url("../img/bg_3.png") !important;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .banner-style-3 .btn {
    width: 100%;
  }
  .banner-style-3 .btn + .btn {
    margin-top: 0.5rem;
  }
}

.banner-style-4 {
  background-image: url("../img/bg_4.png") !important;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .banner-style-4 .btn {
    width: 100%;
  }
  .banner-style-4 .btn + .btn {
    margin-top: 0.5rem;
  }
}

.img-banner-wrapper {
  height: 250px;
}

.img-banner {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.img-banner-wrapper-list {
  height: 150px;
  overflow: hidden;
}

.section-type-1 .section-img {
  max-width: 90%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
@media (max-width: 767px) {
  .section-type-1 .section-img {
    max-width: 100%;
  }
}

.section-type-2 .section-img {
  height: auto;
  border-radius: 4px !important;
  max-width: 100%;
  max-height: 270px;
  object-fit: contain;
}

.info-box img {
  width: 15%;
  height: auto;
  object-fit: cover;
  margin-right: 15px;
}

.img-sm {
  width: 150px;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top;
}

.portrait-img {
  width: 60%;
  border-radius: 4px !important;
  aspect-ratio: 2.3/3;
  object-fit: cover;
}
@media (max-width: 991px) {
  .portrait-img {
    width: 40% !important;
  }
}
@media (max-width: 767px) {
  .portrait-img {
    width: 60% !important;
  }
}

.vid-banner {
  height: 210px;
  margin-top: auto;
}

.vid-section {
  width: 90%;
  aspect-ratio: 16/10;
}
@media (max-width: 767px) {
  .vid-section {
    margin-bottom: 0.75rem;
  }
}

.banner-title {
  margin-bottom: 1rem;
}

.banner-subheading {
  margin-bottom: 1rem;
}

.banner-title h1,
.banner-subheading p,
.banner-subheading h1 {
  margin-bottom: 0;
}

.banner-style-2 h1, .banner-style-2 p, .banner-style-2 a {
  color: #fff !important;
}
.banner-style-2 .banner-description {
  color: #fff !important;
  margin-bottom: 1rem;
}

.link-lg {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}
.link-lg:hover {
  text-decoration: underline;
}

.link-base {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.link-base:hover {
  text-decoration: underline;
}

.section-type-1 a,
.section-type-2 a,
.section-type-3 .section-description a,
.section-type-4 a,
.basic-body a,
.notification a {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.section-type-1 a:hover,
.section-type-2 a:hover,
.section-type-3 .section-description a:hover,
.section-type-4 a:hover,
.basic-body a:hover,
.notification a:hover {
  text-decoration: underline;
}

.btn-link-white {
  color: #fff !important;
  font-weight: 700 !important;
  width: 55px;
  margin-left: 0.5rem;
  padding: 0;
  background: none !important;
  border: none !important;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
}

.btn-link-white:hover {
  text-decoration: underline !important;
}

.btn-link-txt {
  color: #353535 !important;
  font-weight: 700 !important;
  width: 55px;
  margin-left: 0.5rem;
  padding: 0;
  background: none !important;
  border: none !important;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
}

.btn-link-txt:hover {
  text-decoration: underline !important;
}

.banner a {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.banner a:hover {
  text-decoration: underline;
}

.accordion a {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.accordion a:hover {
  text-decoration: underline;
}

.side-bar a {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.side-bar a:hover {
  text-decoration: underline;
}

.section-type-2 .download-img {
  margin-top: -1rem;
  margin-bottom: 0.75rem;
}

.section-type-4 .download-img {
  margin-top: -1rem;
  margin-bottom: 0.75rem;
}

.download-img-link {
  font-size: 0.75rem !important;
  bottom: 2%;
  left: 50% !important;
}

.breadcrumb {
  --bs-breadcrumb-divider: ">";
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #353535;
  font-size: inherit;
  line-height: inherit;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.75rem !important;
  }
}
.breadcrumb .breadcrumb-item {
  font-size: 0.875rem !important;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item a {
  color: #046da6;
  text-decoration: none;
  font-weight: 400;
  padding-right: 0.5rem;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 0.75rem !important;
  }
}
.breadcrumb .breadcrumb-item.active {
  color: #011226;
  font-weight: 400;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item.active {
    font-size: 0.75rem !important;
  }
}

.skipnav {
  background: transparent;
  color: #046da6;
  left: 0;
  padding: 0.5rem 0.8rem;
  border-radius: 4px !important;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  font-size: 0.9rem;
}

.skipnav:focus {
  background: #fff;
  outline: 0;
  top: 0;
}

.header {
  background-color: #ededed;
}
@media (max-width: 767px) {
  .header {
    background-color: #011226;
  }
}
.header img {
  width: 150px;
}
@media (max-width: 767px) {
  .header img {
    width: 120px;
  }
}

.search {
  justify-items: end;
}

.search-box-container {
  display: flex;
  width: 400px;
}
@media (max-width: 767px) {
  .search-box-container {
    width: 100%;
  }
}
.search-box-container .search-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0.625rem;
  margin-top: 0.3125rem;
}
.search-box-container .search-box input[type=text] {
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 0.875rem;
  font-family: "Poppins";
  color: #353535;
}
.search-box-container .search-box input[type=text]:focus {
  box-shadow: none;
}
@media (max-width: 480px) {
  .search-box-container .search-box input[type=text] {
    font-size: 0.75rem;
  }
}
.search-box-container .search-box .search-icon {
  padding: 5px 5px 5px 10px;
  color: #a9a9a9;
}

.btn.search-toggler {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.25rem;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.autocomplete-items {
  position: absolute;
  background: #fff;
  z-index: 1000;
  max-height: 170px;
  overflow-y: auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}

.autocomplete-items div:not(.autocomplete-title) {
  font-size: 0.875rem;
  padding: 6px 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.autocomplete-items div:hover:not(.autocomplete-title) {
  color: #6b2222;
}

.autocomplete-title {
  font-weight: 500;
  font-size: 0.875rem;
  background-color: #ededed;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  cursor: default;
  padding: 6px 14px;
}

.autocomplete-suggestion strong {
  font-weight: bold;
}

@media (max-width: 480px) {
  .search-box input {
    font-size: 16px !important;
  }
}
.navbar {
  background-color: #011226;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .main-nav:hover {
    background-color: #092068;
  }
}

.dha-dropdown {
  margin: 0px !important;
  background-color: #ededed !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .dha-dropdown {
    border-radius: 0 0 4px 4px !important;
  }
}

.dha-dropdown li a {
  font-size: 0.875rem;
}

.dha-dropdown li a:hover,
.dha-dropdown li a:focus,
.dha-dropdown li a:active {
  background-color: #ededed;
  color: #6b2222 !important;
  font-weight: 700;
}

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-item .dropdown-item.dd-title {
  color: #011226 !important;
  font-weight: 700;
  font-size: 1rem;
}

.nav-item .dropdown-item.dd-title:hover {
  color: #6b2222 !important;
}

.nav-item {
  text-align: center;
  align-content: center;
}
@media (max-width: 767px) {
  .nav-item {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .nav-item {
    border-right: 1.5px solid #fff;
  }
  .nav-item:last-child {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .dropdown-toggle:focus {
    outline: none;
  }
  .dropdown-item:focus {
    outline: none;
  }
}
.dropdown-toggle::after {
  margin-left: 0px !important;
}

.footer {
  background-color: #011226;
}
.footer .footer-logo {
  max-width: 150px;
}
.footer .footer-icon {
  font-size: 1.5rem;
  color: #fff;
}
.footer .footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer .footer-link:hover {
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
}
.footer-links > * {
  flex: 1 1 150px;
}
@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
  }
  .footer-links > * {
    flex: 1 1 100%;
  }
}

.footer-address {
  padding-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400 !important;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-address {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .footer-break {
    display: block;
    margin-top: 0.25rem;
  }
}

@media (max-width: 480px) {
  .footer-break-bar {
    display: none;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 57vh;
}
.hero-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .content {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  background-color: rgba(1, 18, 38, 0.8);
  color: #fff;
  padding: 8px 0 15px 0;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767px) {
  .hero-section .content {
    border-radius: 0;
  }
}
.hero-section .content .container {
  max-width: 1600px;
}
@media (min-width: 1199px) {
  .hero-section .content .container {
    padding-left: 9%;
  }
}
@media (min-width: 1600px) {
  .hero-section .content .container {
    padding-left: 15%;
  }
}
@media (min-width: 1700px) {
  .hero-section .content .container {
    padding-left: 25%;
  }
}
@media (min-width: 2000px) {
  .hero-section .content .container {
    padding-left: 35%;
  }
}
.hero-section .content .h1-hero {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
}
.hero-section .content p {
  font-size: 0.875rem;
  color: #fff !important;
  margin-bottom: 10px;
}
.hero-section .content .btn {
  padding: 3px 8px;
}
.hero-section .play-button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hero-section .play-button .circle-outer {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .play-button .circle-outer .circle-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}
.hero-section .pause-icon {
  display: flex;
  gap: 3px;
}
.hero-section .pause-icon div {
  width: 4px;
  height: 14px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .hero-section {
    height: 80vh;
  }
  .hero-section .content {
    width: 100%;
    bottom: 0;
  }
  .hero-section .content .h1-hero {
    font-size: 1.25rem;
    line-height: 25px;
  }
  .hero-section .content p {
    font-size: 0.875rem;
  }
  .hero-section .content .btn {
    padding: 3px 10px;
    font-size: 0.875rem;
  }
  .hero-section .play-button .circle-outer {
    width: 45px;
    height: 45px;
  }
  .hero-section .play-button .circle-outer .circle-inner {
    width: 32px;
    height: 32px;
  }
  .hero-section .arrow-right {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
  }
  .hero-section .pause-icon div {
    width: 3px;
    height: 13px;
  }
}
@media (max-width: 480px) {
  .hero-section {
    height: 440px;
  }
  .hero-section video {
    height: 218px;
  }
}
@media (max-width: 360px) {
  .hero-section {
    height: 485px;
  }
}
@media (min-width: 369px) and (max-width: 382px) {
  .hero-section {
    height: 461px !important;
  }
}
@media (min-width: 350px) and (max-width: 368px) {
  .hero-section {
    height: 486px !important;
  }
}
@media (min-width: 270px) and (max-width: 334px) {
  .hero-section {
    height: 507px !important;
  }
}
@media (max-width: 269px) {
  .hero-section {
    height: 100vh;
  }
  .hero-section video {
    height: 100%;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  .hero-section .content {
    width: 100%;
    bottom: 0;
  }
  .hero-section .content .h1-hero {
    font-size: 1.25rem;
    line-height: 25px;
  }
  .hero-section .content p {
    font-size: 0.875rem;
  }
  .hero-section .content .btn {
    padding: 3px 10px;
    font-size: 0.875rem;
  }
  .hero-section .play-button .circle-outer {
    width: 45px;
    height: 45px;
  }
  .hero-section .play-button .circle-outer .circle-inner {
    width: 32px;
    height: 32px;
  }
  .hero-section .arrow-right {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
  }
  .hero-section .pause-icon div {
    width: 3px;
    height: 13px;
  }
}

.featured {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .featured .btn {
    width: 100%;
  }
}

.feature-news-section {
  background-color: #cce2eb;
}
@media (max-width: 767px) {
  .feature-news-section h3 {
    font-size: 1.25rem;
  }
  .feature-news-section h5 {
    font-size: 1rem;
  }
  .feature-news-section p {
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 767px) {
  .feature-news-section .col-lg-6:nth-child(2) .link-lg {
    font-size: 1rem;
  }
}
.vertical-line {
  border-left: 3px solid #6b2222;
  height: 1.5rem;
}

.events-section {
  background-color: #ededed;
}
.events-section .card {
  border: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ededed;
}
.events-section .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .left-events h5 {
    font-size: 1rem;
  }
  .left-events h4.event-title {
    font-size: 1.25rem;
  }
  .left-events a {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .section-type-1 .btn,
  .section-type-2 .btn,
  .section-type-4 .btn {
    width: 100%;
  }
  .section-type-1 .btn + .btn,
  .section-type-2 .btn + .btn,
  .section-type-4 .btn + .btn {
    margin-top: 0.5rem;
  }
}

.section-description:not(:has(p, div, h1, h2, h3, h4, h5, h6, ol, ul, dl, blockquote, pre, table, figcaption, figure)) {
  margin-bottom: 1rem;
}

.section-type-1.bg-color-primary h2,
.section-type-1.bg-color-primary h3,
.section-type-1.bg-color-primary h4,
.section-type-1.bg-color-primary h5,
.section-type-1.bg-color-primary h6,
.section-type-1.bg-color-primary p,
.section-type-1.bg-color-primary blockquote,
.section-type-1.bg-color-primary ul,
.section-type-1.bg-color-primary li,
.section-type-1.bg-color-primary ol,
.section-type-1.bg-color-primary dl,
.section-type-1.bg-color-primary pre,
.section-type-1.bg-color-primary table,
.section-type-1.bg-color-primary figcaption,
.section-type-1.bg-color-primary figure,
.section-type-1.bg-color-primary a {
  color: #fff !important;
}
.section-type-1.bg-color-primary .section-description {
  color: #fff !important;
}
.section-type-1.bg-color-primary .section-description:not(:has(p, div, h1, h2, h3, h4, h5, h6, ol, ul, dl, blockquote, pre, table, figcaption, figure)) {
  margin-bottom: 1rem;
}
.section-type-1.bg-color-primary .btn-primary {
  background-color: #046da6 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.section-type-1.bg-color-primary .btn-primary:hover {
  background-color: rgb(3.4, 92.65, 141.1) !important;
}
.section-type-1.bg-color-primary .btn-primary:focus, .section-type-1.bg-color-primary .btn-primary:active {
  background-color: rgb(4.6, 125.35, 190.9) !important;
}
.section-type-1.bg-color-primary .btn-secondary {
  background-color: #6b2222 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.section-type-1.bg-color-primary .btn-secondary:hover {
  background-color: rgb(87.6489361702, 27.8510638298, 27.8510638298) !important;
}
.section-type-1.bg-color-primary .btn-secondary:focus, .section-type-1.bg-color-primary .btn-secondary:active {
  background-color: rgb(126.3510638298, 40.1489361702, 40.1489361702) !important;
}
.section-type-1.bg-color-primary .btn-secondary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.section-type-1.bg-color-primary .btn-secondary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.section-type-1.bg-color-primary .btn-secondary:hover .arrow {
  padding-right: 1.25rem;
}
.section-type-1.bg-color-primary .btn-secondary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.section-type-1.bg-color-blue-light .section-description {
  color: #353535;
}

.section-type-1.bg-color-gray-light .section-description {
  color: #353535;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-type-1 .btn {
    margin-top: 0.5rem;
  }
}
.section-type-2 .item-title {
  font-size: 1.25rem;
}

.section-type-2 .item-subtitle {
  font-size: 1.125rem;
}

.section-type-2 .item-description {
  margin-bottom: 1rem;
}

.one-col .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}

.two-col .col {
  flex: 0 0 50%;
  max-width: 50%;
}

.three-col .col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.four-col .col {
  flex: 0 0 25%;
  max-width: 25%;
}

.five-col .col {
  flex: 0 0 20%;
  max-width: 20%;
}

.six-col .col {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media (max-width: 767px) {
  .one-col .col,
  .two-col .col,
  .three-col .col,
  .four-col .col,
  .five-col .col,
  .six-col .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-type-3 .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
.section-type-3 .info-box {
  background-color: #ededed;
  border-radius: 4px !important;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.section-type-3 .info-box .info-box-content {
  flex: 1;
  padding-right: 20px;
}
.section-type-3 .info-box .info-box-title {
  color: #011226;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-type-3 .info-box .info-box-text {
  color: #353535;
  font-size: 0.875rem;
}
.section-type-3 .info-box .info-box-arrow {
  color: #046da6;
  font-size: 1.5rem;
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-decoration: none;
}
.section-type-3 .fa-external-link {
  display: none;
}

.info-box:hover .info-box-arrow {
  animation: moveBackAndForth 1s ease-in-out infinite;
  color: rgb(3.4, 92.65, 141.1);
}

@keyframes moveBackAndForth {
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}
.section-type-3.bg-color-primary .section-title {
  color: #fff !important;
}
.section-type-3.bg-color-primary .section-description {
  color: #fff !important;
}
.section-type-3.bg-color-primary .section-description h2,
.section-type-3.bg-color-primary .section-description h3,
.section-type-3.bg-color-primary .section-description h4,
.section-type-3.bg-color-primary .section-description h5,
.section-type-3.bg-color-primary .section-description h6,
.section-type-3.bg-color-primary .section-description p,
.section-type-3.bg-color-primary .section-description blockquote,
.section-type-3.bg-color-primary .section-description ul,
.section-type-3.bg-color-primary .section-description li,
.section-type-3.bg-color-primary .section-description ol,
.section-type-3.bg-color-primary .section-description dl,
.section-type-3.bg-color-primary .section-description pre,
.section-type-3.bg-color-primary .section-description table,
.section-type-3.bg-color-primary .section-description figcaption,
.section-type-3.bg-color-primary .section-description figure,
.section-type-3.bg-color-primary .section-description a {
  color: #fff !important;
}
.section-type-3.bg-color-primary .btn-primary {
  background-color: #046da6 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.section-type-3.bg-color-primary .btn-primary:hover {
  background-color: rgb(3.4, 92.65, 141.1) !important;
}
.section-type-3.bg-color-primary .btn-primary:focus, .section-type-3.bg-color-primary .btn-primary:active {
  background-color: rgb(4.6, 125.35, 190.9) !important;
}
.section-type-3.bg-color-primary .btn-secondary {
  background-color: #6b2222 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.section-type-3.bg-color-primary .btn-secondary:hover {
  background-color: rgb(87.6489361702, 27.8510638298, 27.8510638298) !important;
}
.section-type-3.bg-color-primary .btn-secondary:focus, .section-type-3.bg-color-primary .btn-secondary:active {
  background-color: rgb(126.3510638298, 40.1489361702, 40.1489361702) !important;
}
.section-type-3.bg-color-primary .btn-secondary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.section-type-3.bg-color-primary .btn-secondary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.section-type-3.bg-color-primary .btn-secondary:hover .arrow {
  padding-right: 1.25rem;
}
.section-type-3.bg-color-primary .btn-secondary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.section-type-3.bg-color-secondary .section-title {
  color: #fff !important;
}
.section-type-3.bg-color-secondary .section-description {
  color: #fff !important;
}
.section-type-3.bg-color-secondary .section-description h2,
.section-type-3.bg-color-secondary .section-description h3,
.section-type-3.bg-color-secondary .section-description h4,
.section-type-3.bg-color-secondary .section-description h5,
.section-type-3.bg-color-secondary .section-description h6,
.section-type-3.bg-color-secondary .section-description p,
.section-type-3.bg-color-secondary .section-description blockquote,
.section-type-3.bg-color-secondary .section-description ul,
.section-type-3.bg-color-secondary .section-description li,
.section-type-3.bg-color-secondary .section-description ol,
.section-type-3.bg-color-secondary .section-description dl,
.section-type-3.bg-color-secondary .section-description pre,
.section-type-3.bg-color-secondary .section-description table,
.section-type-3.bg-color-secondary .section-description figcaption,
.section-type-3.bg-color-secondary .section-description figure,
.section-type-3.bg-color-secondary .section-description a {
  color: #fff !important;
}
.section-type-3.bg-color-secondary .btn-primary {
  background-color: #046da6 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.section-type-3.bg-color-secondary .btn-primary:hover {
  background-color: rgb(3.4, 92.65, 141.1) !important;
}
.section-type-3.bg-color-secondary .btn-primary:focus, .section-type-3.bg-color-secondary .btn-primary:active {
  background-color: rgb(4.6, 125.35, 190.9) !important;
}
.section-type-3.bg-color-secondary .btn-secondary {
  background-color: #6b2222 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  cursor: pointer;
  font-size: 1rem !important;
}
.section-type-3.bg-color-secondary .btn-secondary:hover {
  background-color: rgb(87.6489361702, 27.8510638298, 27.8510638298) !important;
}
.section-type-3.bg-color-secondary .btn-secondary:focus, .section-type-3.bg-color-secondary .btn-secondary:active {
  background-color: rgb(126.3510638298, 40.1489361702, 40.1489361702) !important;
}
.section-type-3.bg-color-secondary .btn-secondary .arrow {
  position: relative;
  display: inline-block;
  transition: padding-right 0.5s, transform 0.5s;
  vertical-align: middle;
}
.section-type-3.bg-color-secondary .btn-secondary .arrow:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: 0.5s;
}
.section-type-3.bg-color-secondary .btn-secondary:hover .arrow {
  padding-right: 1.25rem;
}
.section-type-3.bg-color-secondary .btn-secondary:hover .arrow:after {
  opacity: 1;
  right: 0;
}

.section-type-4 .img-title {
  font-size: 1.25rem;
}

.section-type-4 .img-subtitle {
  font-size: 1rem;
}

.suggested-items h4 {
  color: #011226 !important;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 767px) {
  .suggested-items-link {
    align-self: center;
  }
}
.suggested-items-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.suggested-item {
  flex: 0 1 calc(50% - 5px);
  padding-right: 1.25rem;
}

@media (max-width: 767px) {
  .suggested-item {
    flex: 0 1 100%;
    padding-right: 0px;
  }
}
.general-content {
  padding-block: 1rem;
}

.general-content > * {
  margin-bottom: 0 !important;
}

/* Basic Body Overrides */
.basic-body .general-content {
  padding-inline: 0 !important;
}

.basic-body .general-content > * {
  margin: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .basic-body .container:has(.general-content) {
    padding-inline: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
.org-card-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.org-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.org-container {
  height: 165px;
  max-height: 165px;
}

.right-child {
  margin-right: 175px;
}
@media (max-width: 1399px) {
  .right-child {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .right-child {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .top-card {
    margin-right: 80px;
  }
  .left-child-1,
  .left-child-2,
  .right-child {
    margin-left: 30px;
  }
}
.org-card {
  border-radius: 4px !important;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  width: 240px;
  position: relative;
}
.org-card-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.org-card-subtitle {
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.org-card-info {
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
.org-card a.btn {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .third-level-child {
    margin-left: 70px;
  }
}

.org-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px 4px 0 0 !important;
}

.org-card.top-card::before {
  content: "";
  position: absolute;
  width: 376px;
  height: 3px;
  background-color: #d1d1d1;
  left: -376px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .org-card.top-card::before {
    width: 309px;
    left: -309px;
  }
}
@media (max-width: 1199px) {
  .org-card.top-card::before {
    width: 241px;
    left: -241px;
  }
}
@media (max-width: 991px) {
  .org-card.top-card::before {
    content: none;
  }
}
.org-card.top-card::after {
  content: "";
  position: absolute;
  width: 234px;
  height: 3px;
  background-color: #d1d1d1;
  right: -234px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .org-card.top-card::after {
    width: 236px;
    right: -236px;
    background-color: #d1d1d1;
  }
}
@media (max-width: 1199px) {
  .org-card.top-card::after {
    width: 175px;
    right: -175px;
    background-color: #d1d1d1;
  }
}
@media (max-width: 991px) {
  .org-card.top-card::after {
    content: none;
  }
}

.org-card.left-child-1::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 252px;
  background-color: #d1d1d1;
  top: -252px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .org-card.left-child-1::before {
    background-color: #d1d1d1;
    left: -12%;
    height: 3017px;
    top: -48px;
  }
}
.org-card.left-child-2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 252px;
  background-color: #d1d1d1;
  top: -252px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .org-card.left-child-2::before {
    left: 46%;
  }
}
@media (max-width: 991px) {
  .org-card.left-child-2::before {
    content: none;
  }
}
.org-card.right-child::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 252px;
  background-color: #d1d1d1;
  top: -252px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .org-card.right-child::before {
    content: none;
  }
}
.org-card.center-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #d1d1d1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .org-card.center-line::before {
    content: none;
  }
}
.org-card .line-connector {
  width: 3px;
  height: 504px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: -504px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .org-card .line-connector {
    width: 0px;
  }
}
.org-card.third-level-child::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  background-color: #d1d1d1;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .org-card.third-level-child::before {
    content: none;
  }
}

.hline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .hline-container {
    display: none;
  }
}

.horizontal-line {
  width: 990px;
  height: 3px;
  background-color: #d1d1d1;
}
@media (max-width: 1399px) {
  .horizontal-line {
    width: 857px;
  }
}
@media (max-width: 1199px) {
  .horizontal-line {
    width: 723px;
  }
}

.left-child-1::after {
  display: none;
}
@media (max-width: 991px) {
  .left-child-1::after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    left: -30px;
    height: 3px;
    background-color: #d1d1d1;
    top: 50%;
    transform: translateY(-50%);
  }
}

.left-child-2::after {
  display: none;
}
@media (max-width: 991px) {
  .left-child-2::after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    left: -30px;
    height: 3px;
    background-color: #d1d1d1;
    top: 50%;
    transform: translateY(-50%);
  }
}

.right-child::after {
  display: none;
}
@media (max-width: 991px) {
  .right-child::after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    left: -30px;
    height: 3px;
    background-color: #d1d1d1;
    top: 50%;
    transform: translateY(-50%);
  }
}

.third-level-child::after {
  display: none;
}
@media (max-width: 991px) {
  .third-level-child::after {
    display: block;
    content: "";
    position: absolute;
    width: 50px;
    left: -50px;
    height: 3px;
    background-color: #d1d1d1;
    top: 50%;
    transform: translateY(-50%);
  }
}

.list-title {
  margin-top: -0.5rem;
}

.list-subtitle {
  font-size: 1rem;
  color: #011226 !important;
  font-weight: 500 !important;
}

.title-lh {
  line-height: 1;
}

.page-link {
  color: #353535 !important;
  border: 1.5px solid #b7b7b7 !important;
}

.page-link.pag-active {
  color: #fff !important;
  background-color: #011226 !important;
  font-weight: 700;
  border-color: #011226 !important;
}

.page-link:hover {
  border-color: #011226 !important;
}

@media (max-width: 767px) {
  .pagination .page-link {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}
.search-box-list {
  position: relative;
  width: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .search-box-list {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search-box-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search-box-list .search-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  height: 40px;
  width: 100%;
  margin: 5px 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.175) !important;
}
.search-box-list .search-box .search-icon {
  padding: 5px 10px;
  color: #a9a9a9;
}
.search-box-list .search-box input[type=text] {
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 0.875rem;
  font-family: "Poppins";
  color: #353535;
}
.search-box-list .search-box input[type=text]:focus {
  box-shadow: none;
}
@media (max-width: 480px) {
  .search-box-list .search-box input[type=text] {
    font-size: 0.75rem;
  }
}
.search-box-list .btn-search {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.search-box-list .btn-search .search-w {
  display: inline-block;
}
.search-box-list .btn-search .search-i {
  display: none;
}
@media (max-width: 767px) {
  .search-box-list .btn-search {
    width: 40px !important;
  }
  .search-box-list .btn-search .search-w {
    display: none;
  }
  .search-box-list .btn-search .search-i {
    display: inline-block;
  }
}

.list-description p {
  margin-bottom: 0;
}

.list-description a {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.list-img img {
  border-radius: 4px !important;
  max-width: 100%;
  aspect-ratio: 3/2;
  object-position: top;
}

@media (max-width: 767px) {
  .list-result {
    flex-direction: column;
  }
  .list-img img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.suggested-result {
  background-color: #cce2eb;
  border-left: solid #046da6 5px;
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  background-clip: padding-box;
  border-radius: 4px !important;
}

.suggested-result-title {
  font-size: 1.5rem;
  padding-bottom: 0.75rem;
}

.side-bar ul li a {
  color: #011226;
  font-weight: 700;
  text-decoration: none;
}
.side-bar ul li a:hover {
  color: darken-color(#011226, 5%);
  text-decoration: underline;
}
.side-bar hr {
  height: 3px;
  background-color: #6b2222;
  opacity: 1;
  border: none;
}

.fw-semibold {
  font-weight: 600;
}

.share-section a {
  color: #046da6;
}

.share-section-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .col-lg-3:has(.side-bar) {
    padding-right: 0 !important;
    padding-top: 1.5rem;
  }
}
/* Remove focus outline for all form fields */
input:focus,
select:focus,
textarea:focus,
button:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-label {
  font-weight: bold;
}

.form-line {
  border-top: 1.5px solid #b7b7b7 !important;
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1.5px solid #b7b7b7 !important;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search .form-control {
  border: none !important;
}

.search-box-list .form-control {
  border: none !important;
}

.form-select {
  border: 1.5px solid #b7b7b7 !important;
}

.form-spacing-b {
  margin-bottom: 16px;
}

.form-spacing-b-lg {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .form-spacing-t {
    margin-top: 16px;
  }
}
span.field-validation-error {
  color: #c01515;
  font-size: 0.813;
}

.form-full {
  width: 100% !important;
}

.form-three-quarter {
  width: 75% !important;
}

@media (max-width: 767px) {
  .form-three-quarter {
    width: 100% !important;
  }
}
.form-half {
  width: 50% !important;
}

@media (max-width: 767px) {
  .form-half {
    width: 100% !important;
  }
}
.form-quarter {
  width: 25% !important;
}

@media (max-width: 767px) {
  .form-quarter {
    width: 100% !important;
  }
}
.row.list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: start;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .row.list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .row.list-grid {
    grid-template-columns: 1fr;
  }
}
.row.list-grid input[type=checkbox] {
  margin-top: 5px;
}

label input[type=radio] {
  margin-right: 0.5rem;
}

.form-row-wrapper {
  display: flex;
  gap: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .form-row-wrapper {
    flex-direction: column;
    gap: 3px;
  }
}
.form-group-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.form-group-container {
  flex: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
}

/* Responsive Behavior */
@media (max-width: 767px) {
  .form-group-container {
    flex-direction: column;
    gap: 0px;
  }
}
.step-title {
  background-color: #011226;
  border-radius: 4px !important;
  position: relative; /* Needed for absolute positioning */
  display: flex;
  align-items: center; /* Aligns text and link vertically */
  margin-bottom: 20px;
}

.step-title h2 {
  color: white !important;
  font-size: 1.25rem;
  padding: 10px;
  margin: 0; /* Remove bottom margin for alignment */
  flex-grow: 1; /* Allows the h2 to take available space */
}

.step-title a {
  color: white !important;
  text-decoration: none;
  padding-right: 10px;
}

.step-title a:hover {
  text-decoration: underline;
}

.step-section-title h3 {
  color: #6b2222 !important;
  font-size: 1.25rem;
}

/* Responsive Behavior */
@media (max-width: 991px) {
  .form-buttons {
    margin-bottom: 3rem;
  }
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #046da6 !important;
}

.accordion-item {
  border-bottom: 1.1px solid #b1b1b1 !important;
}

.accordion-body {
  color: #353535;
}

.accordion-img {
  max-width: -webkit-fill-available;
}

.accordion {
  --bs-accordion-border-width: 0px !important;
}

.accordion-section {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
}

.accordion-section .accordion-body:not(:has(p, div, h1, h2, h3, h4, h5, h6, ol, ul, dl, blockquote, pre, table, figcaption, figure)) {
  margin-bottom: 1rem;
}

.accordion-section .accordion-button {
  font-weight: 700;
  color: #011226;
}

.bg-color-blue-light .accordion-item {
  border-bottom: 1px solid #9d9d9d !important;
  background-color: #cce2eb !important;
}

.bg-color-blue-light .accordion-section .accordion-button {
  background-color: #cce2eb !important;
}

.bg-color-gray-light .accordion-section .accordion-button {
  background-color: #ededed !important;
}

.bg-color-gray-light .accordion-item {
  border-bottom: 1px solid #9d9d9d !important;
  background-color: #ededed !important;
}

.bg-color-primary .accordion-section .accordion-button {
  background-color: #011226 !important;
  color: #fff !important;
}

.bg-color-primary .accordion-item {
  background-color: #011226 !important;
}

.bg-color-primary .accordion-body {
  color: #fff !important;
}

.bg-color-primary .accordion-button::after,
.bg-color-primary .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23fff" d="M2 5L8 11L14 5"/%3e%3c/svg%3e');
}

.map-sidebar {
  background: #ededed;
  padding: 0.625rem;
  margin-right: 0.625rem;
  border-radius: 4px !important;
  width: 350px;
  max-width: 350px;
  overflow-y: visible;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
}

.map-sidebar.collapsed {
  width: auto;
  overflow: hidden;
  border: none;
}

.map-sidebar-toggle {
  color: #353535;
  border: none;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px !important;
  background-color: #ededed;
}

.map-collapsed-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.map-sidebar.collapsed .map-sidebar-body,
.map-sidebar.collapsed .map-button-group {
  display: none;
}

.map-sidebar.collapsed .map-collapsed-toggle {
  display: flex;
}

.map-icon-btn {
  background: #fff;
  border: 1.5px solid #b7b7b7;
  color: #353535;
  padding: 0.5rem;
  border-radius: 4px !important;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 2px 2px #b1b1b1;
}

@media (max-width: 992px) {
  .map-sidebar.collapsed .map-collapsed-toggle {
    flex-direction: row;
    margin-top: 0px !important;
  }
  .map-sidebar-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .map-sidebar:not(.collapsed) .map-collapsed-toggle {
    display: none !important;
  }
  .map-sidebar {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 1rem;
  }
  .map-sidebar.collapsed {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .map-wrapper[data-view=map] .map-sidebar {
    min-height: 500px;
  }
}
@media (min-width: 993px) {
  .map-wrapper[data-view=list] .map-sidebar {
    min-height: auto;
  }
}
.map-view-toggle {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.map-toggle-btn-1 {
  flex: 1 1 48%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: #353535;
  padding: 8px 6px;
  font-size: 0.875rem;
  border: 1.5px solid #b7b7b7;
  border-radius: 4px 0 0 4px;
}

.map-toggle-btn-1:focus,
.map-toggle-btn-1.active {
  background: #046da6;
  color: #fff;
  border: 1.5px solid #046da6;
}

.map-toggle-btn-2 {
  flex: 1 1 48%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: #353535;
  padding: 8px 6px;
  font-size: 0.875rem;
  border: 1.5px solid #b7b7b7;
  border-radius: 0 4px 4px 0;
}

.map-toggle-btn-2:focus,
.map-toggle-btn-2.active {
  background: #046da6;
  color: #fff;
  border: none;
}

@media (max-width: 480px) {
  .map-toggle-btn-1 {
    flex: 1 1 100%;
    border-radius: 4px !important;
    margin-bottom: 0.3125rem;
  }
  .map-toggle-btn-2 {
    flex: 1 1 100%;
    border-radius: 4px !important;
  }
}
.map-filter-group {
  margin-bottom: 1rem;
}

.map-filter-title {
  margin-top: 1rem;
}

.map-fill-input {
  width: 100%;
  padding: 0.4rem;
  border: 1.5px solid #b7b7b7;
  border-radius: 4px !important;
  font-size: 0.875rem;
}

.map-filter-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.map-select {
  padding: 0.4rem;
  border: 1.5px solid #b7b7b7;
  border-radius: 4px !important;
}

.map-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.map-checkbox-grid label {
  flex: 1 1 45%;
  font-size: 0.75rem;
  display: block;
  padding-left: 1.5rem;
  position: relative;
}

.map-checkbox-grid label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.15em;
}

.map-button-group {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Toggle map/list views */
#map-view-list:checked ~ .map-wrapper .map-list-view {
  display: block;
}

.map-list-view .map-card {
  flex: 1 1 100%;
}

@media (max-width: 992px) {
  .map-checkbox-grid label {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .map-checkbox-grid label {
    flex: 1 1 100%;
  }
}
.map {
  width: 100%;
  height: 500px;
  border: 1.5px solid #cccccc;
  border-radius: 4px !important;
}

.map-content {
  flex: 1;
}

.map-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.map-results {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.map-card {
  background: #fff;
  border: 1.5px solid #b7b7b7;
  padding: 1rem;
  flex: 1 1 calc(33.333% - 1rem);
  font-size: 0.875rem;
  border-radius: 4px !important;
}

.map-card-type {
  font-weight: 600;
  font-size: 0.9rem;
}

.map-card-number {
  font-weight: 700;
  color: #046da6;
  font-size: 1rem;
  flex-shrink: 0;
}

.map-card-title {
  color: #046da6;
  font-size: 1rem;
  font-weight: 700;
}

.map-card-address a {
  color: #353535 !important;
  text-decoration: none;
}

.map-card-address i {
  color: #046da6;
}

.map-card-phone a {
  color: #353535 !important;
  text-decoration: none;
}

.map-card-phone i {
  color: #046da6;
}

.map-card-website a {
  color: #353535 !important;
  text-decoration: none;
}

.map-card-website i {
  color: #046da6;
}

.map-wrapper[data-view=map] .map-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.map-wrapper[data-view=map] .map-card {
  min-height: 180px;
  width: 100%;
}

/* Hide line break in list view */
.map-wrapper[data-view=list] .map-view-only {
  display: none;
}

/* Show line break in map view */
.map-wrapper[data-view=map] .map-view-only {
  display: inline;
}

.map-wrapper[data-view=map] .map-card-address {
  display: flex;
  align-items: baseline;
}

.map-wrapper[data-view=map] .map-card-address a {
  padding-left: 6px;
}

.map-wrapper[data-view=map] .map-card-phone a {
  padding-left: 2px;
}

.map-wrapper[data-view=map] .map-card-website a {
  padding-left: 2px;
}

/* Title: indent wrapped second line */
.map-wrapper[data-view=map] .map-card-title {
  padding-left: 0.9em;
}

/* Type: align to same left edge as title text (not number) */
.map-wrapper[data-view=map] .map-card-type {
  padding-left: 1.1em;
}

.map-wrapper[data-view=list] .map-card-address a,
.map-wrapper[data-view=list] .map-card-phone a,
.map-wrapper[data-view=list] .map-card-website a {
  padding-left: 4px;
}

@media (max-width: 992px) {
  .map-wrapper {
    flex-direction: column;
  }
  .map-card {
    flex: 1 1 100%;
  }
  .map-wrapper[data-view=map] .map-results {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .map-wrapper[data-view=map] .map-card {
    min-height: auto;
    width: 100%;
  }
}
.map-wrapper[data-view=list] .map-card {
  flex: 1 1 100%;
}

.map-wrapper[data-view=list] .map-container {
  display: none;
}

.map-wrapper[data-view=list] .map-card {
  border: none;
  box-shadow: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 1.8px solid #ccc;
}

.map-wrapper[data-view=list] .map-results {
  gap: 0 !important;
}

.map-pagination-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.map-pagination-show {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.map-pagination-show select {
  width: auto;
  min-width: 70px;
  font-size: 0.875rem;
}

.map-wrapper .page-item:last-child .page-link {
  border-left: none;
}

@media (max-width: 576px) {
  .map-pagination-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .map-pagination-show {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
  }
  .map-pagination-show span {
    margin-left: 0.5rem;
  }
  .pagination .page-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.map-message {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 25px;
}

.map-wrapper[data-view=map] .map-results-scroll-wrapper {
  max-height: 510px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.map-wrapper[data-view=list] .map-results-scroll-wrapper {
  max-height: 1007px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 4px 4px -2px rgba(124, 124, 124, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 40px;
  margin-right: -5px;
}

.timeline-nav-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.timeline-nav-scroll::-webkit-scrollbar {
  display: none;
}

.timeline-nav ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 14px;
}

.timeline-nav a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px !important;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #046da6;
  color: #fff;
  width: 100%;
  height: 32px;
  padding: 0.625rem;
  transition: all 0.3s ease;
}

.timeline-nav a:hover span,
.timeline-nav a.active span {
  background-color: rgb(3.4, 92.65, 141.1);
  color: #fff;
}

.timeline-nav-arrow {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #011226;
  padding: 4px 10px;
  display: none;
}

.timeline-nav-arrow.visible {
  display: inline-block;
}

.timeline-track {
  position: relative;
}

.timeline-track::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #cacaca;
  z-index: 0;
  border-radius: 4px !important;
}

.timeline-dot-link {
  position: absolute;
  top: -4px;
  left: calc(50% - 15px);
  background-color: #046da6;
  border-radius: 50%;
  z-index: 3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: background-color 0.3s ease, opacity 1s ease, transform 1s ease;
  will-change: transform, opacity;
  text-decoration: none;
}

.timeline-dot-link:hover {
  background-color: rgb(3.4, 92.65, 141.1);
  text-decoration: none !important;
}

.timeline-dot-link i {
  font-size: 16px;
  color: #fff;
  transform: scale(1);
  transition: none;
}

.timeline-dot-link.visible {
  opacity: 1;
  transform: scale(1);
}

.timeline-line-t {
  border: none;
  height: 2px;
  background-color: #cacaca;
  border-radius: 4px !important;
  margin: 0 0 20px 0;
}

.timeline-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 160px;
  scroll-margin-top: 85px;
}

.timeline-track > .timeline-row:last-of-type {
  margin-bottom: 48px !important;
}

.timeline-row.reverse {
  flex-direction: row-reverse;
}

.timeline-content a {
  color: #046da6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.timeline-content img {
  width: 100%;
  height: 100%;
}

.timeline-read-more {
  color: #046da6;
  font-weight: 700;
  cursor: pointer;
  display: block;
}

.timeline-read-more:hover {
  text-decoration: underline;
}

.timeline-h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #011226;
}

.timeline-text {
  font-weight: normal;
}

.timeline-text p {
  margin-bottom: 0;
}

.timeline-full-text {
  max-height: 194px;
  overflow: hidden;
}

.timeline-full-text.expanded {
  max-height: none;
}

.timeline-toggle {
  margin-top: 0.3125rem;
  background: none;
  border: none;
  color: #046da6;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  display: none;
  outline: none;
}
.timeline-toggle:hover, .timeline-toggle:focus, .timeline-toggle:active, .timeline-toggle:visited {
  color: #046da6;
  box-shadow: none;
}

.timeline-med-wrapper,
.timeline-content {
  flex: 0 0 46%;
  position: relative;
  z-index: 1;
}

.timeline-med-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px !important;
}

.timeline-med {
  width: 100%;
  height: 100%;
  position: relative;
}

.timeline-med img,
.timeline-med iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
  border-radius: 4px !important;
}

.timeline-med-ee iframe {
  width: 90%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
  border-radius: 4px !important;
}

@media (max-width: 768px) {
  .container .timeline.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .timeline-nav {
    margin-left: 1.25rem;
  }
  .timeline-track::before {
    left: 0px;
  }
  .timeline-dot-link {
    left: -11px;
  }
  a.timeline-dot-link[id] {
    scroll-margin-top: 87px;
  }
  .timeline-row {
    display: block;
    padding-left: 25px;
    margin-bottom: 60px;
    scroll-margin-top: 87px;
  }
  .tl-mobile-flip {
    transform: rotate(180deg) !important;
  }
  .timeline-content {
    margin-top: 0.625rem;
  }
  .timeline-med-wrapper {
    height: auto;
  }
  .timeline-med iframe {
    aspect-ratio: 16/10;
    width: 100%;
    height: auto;
    border: 0;
    display: block;
  }
  .timeline-med {
    height: auto;
  }
}
.blood-donation-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blood-donation-widget-content {
  width: 100%;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 4px !important;
  border: 1px solid #dddddd;
}

.blood-donation-widget-content h2 {
  font-size: 1.125rem;
  color: #6b2222;
  margin-bottom: 0.75rem;
}

.blood-donation-widget-title {
  font-size: 1.125rem;
  color: #6b2222;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.blood-donation-widget-content p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.blood-donation-widget-text {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.blood-donation-form-group {
  margin-bottom: 0.75rem;
}

.blood-donation-form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.blood-donation-form-group select,
.blood-donation-form-group input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 4px !important;
  font-size: 0.875rem;
}

#blood-donation-btn {
  width: 100%;
  padding: 0.5rem;
  background: #6b2222;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: not-allowed;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 700;
}

#blood-donation-btn:enabled {
  cursor: pointer;
  background: #a00030;
}

.blood-donation-result-container {
  margin-top: 15px;
  padding: 15px;
  background: #fff3f3;
  border: 1px solid #a00030;
  border-radius: 4px !important;
  width: 100%;
}

.blood-donation-result {
  text-align: left;
}

.blood-donation-result h3 {
  color: #046da6 !important;
  font-size: 1rem;
}

.blood-donation-result-title {
  color: #046da6 !important;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.blood-donation-result p {
  font-size: 0.875rem;
}

.blood-donation-result-text {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.blood-donation-result-date {
  font-size: 1.125rem;
  font-weight: bold;
  color: #a00030;
  text-align: center;
  margin-bottom: -4px;
}

.blood-donation-days {
  font-size: 0.875rem;
  color: #a00030;
  text-align: center;
  margin-bottom: 0.25rem;
}

.blood-donation-img {
  width: 100%;
}

#blood-donation-date:focus {
  outline: none;
}

#blood-donation-label:focus {
  outline: none;
}

.blood-donation-rules-text {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}

.blood-donation-rules-text p {
  margin-bottom: 0px;
}

.blood-donation-rules-list {
  font-size: 0.75rem;
  font-style: italic;
}

.blood-donation-rules-list ul {
  margin-bottom: 0px;
}

.blood-donation-wrapper-alt {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: stretch;
}

.blood-donation-widget-alt {
  width: 50%;
}

.blood-donation-widget-content-alt {
  padding: 25px 20px;
  background: #f8f8f8;
  border-radius: 4px !important;
  border: 1px solid #dddddd;
}

.blood-donation-widget-content-alt h2 {
  font-size: 1.125rem;
  color: #6b2222;
  margin-bottom: 0.75rem;
}

.blood-donation-widget-title-alt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #6b2222;
  margin-bottom: 0.75rem;
}

.blood-donation-widget-content-alt p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.blood-donation-widget-text-alt {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.blood-donation-form-group-alt {
  margin-bottom: 0.75rem;
}

.blood-donation-form-group-alt label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.blood-donation-form-group-alt select,
.blood-donation-form-group-alt input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 4px !important;
  font-size: 0.875rem;
}

#blood-donation-btn-alt {
  width: 100%;
  padding: 0.5rem;
  background: #6b2222;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: not-allowed;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 700;
}

#blood-donation-btn-alt:enabled {
  cursor: pointer;
  background: #a00030;
}

.blood-donation-result-container-alt {
  width: 45%;
  padding: 15px;
  background: #fff3f3;
  border: 1px solid #a00030;
  border-radius: 4px !important;
  margin-left: 1.25rem;
}

.hidden {
  display: none;
}

.blood-donation-result-alt h3 {
  color: #046da6 !important;
  font-size: 1.125rem;
}

.blood-donation-result-title-alt {
  color: #046da6 !important;
  font-size: 1.125rem;
  font-weight: 700;
}

.blood-donation-result-alt p {
  margin-bottom: 5px;
}

.blood-donation-result-text-alt {
  margin-bottom: 5px;
}

.blood-donation-result-date-alt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #a00030;
  text-align: center;
  margin-bottom: -4px;
}

.blood-donation-days-alt {
  font-size: 0.875rem;
  color: #a00030;
  text-align: center;
  margin-bottom: 0.25rem;
}

.blood-donation-img-alt {
  max-width: 170px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#blood-donation-date-alt:focus {
  outline: none;
}

#blood-donation-label-alt:focus {
  outline: none;
}

@media (max-width: 768px) {
  .blood-donation-wrapper-alt {
    flex-direction: column;
  }
  .blood-donation-widget-alt,
  .blood-donation-result-container-alt {
    width: 96%;
    margin-left: 0;
    margin-top: 20px;
  }
}
body.experience-editor script[style*="display: block"] {
  display: none !important;
}

.announcement {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

.announcement a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
}
.announcement a:hover {
  text-decoration: underline;
}

.announcement-emergency,
.announcement-warning,
.announcement-informative {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.announcement-emergency {
  background-image: url("../img/announcement_emergency.png") !important;
}

.announcement-warning {
  background-image: url("../img/announcement_warning.png") !important;
}

.announcement-informative {
  background-image: url("../img/announcement_informative.png") !important;
}

.announcement-description {
  font-size: 0.875rem;
  color: #fff;
}

.announcement-title {
  margin-bottom: 0.3125rem;
  color: #fff !important;
  font-weight: 700;
}

.announcement-description p {
  margin-bottom: 0px;
  color: #fff;
}

.announcement-img img {
  width: 30px;
}

.feedback-container {
  position: fixed;
  right: 15px;
  bottom: 25%;
  z-index: 1000;
  transform: rotate(-90deg);
  transform-origin: right center;
}

.feedback-tab {
  display: flex;
  align-items: center;
  background-color: #6b2222;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #fff;
}

.feedback-tab:hover {
  background-color: #582831;
}

.feedback-close {
  color: #6b2222;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  margin-left: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  outline: none;
}

.feedback-close i {
  -webkit-text-stroke: 1.5px;
}

.feedback-close:hover {
  background: #ededed;
  color: rgb(87.6489361702, 27.8510638298, 27.8510638298);
}

.hidden {
  display: none;
}

hr {
  border-top: 1.5px solid #b7b7b7 !important;
  opacity: 1 !important;
}

.usa-banner {
  background-color: #ededed;
  border-bottom: 1px solid #c1c1c1;
  font-size: 0.75rem;
}

.usa-banner p {
  color: #353535;
}

.usa-banner-header {
  padding: 0.3rem 0 0.3rem 0;
  display: flex;
  align-items: center;
}

.usa-banner-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.usa-banner-flag-text {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.usa-banner-header-flag {
  height: 11px;
  margin-right: 0.5rem;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.usa-banner-header-text {
  margin: 0;
  line-height: 1.1;
  padding-top: 0.25rem;
}

@media (max-width: 767px) {
  .usa-banner-text {
    display: none;
  }
}
.usa-banner-button {
  background: none;
  border: none;
  font: inherit;
  color: #046da6;
  text-decoration: underline;
  cursor: pointer;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.usa-banner-button:focus,
.usa-banner-button:active {
  background: none !important;
  outline: none;
  box-shadow: none;
  color: #046da6 !important;
}

.usa-banner-chevron {
  font-size: 0.75rem;
}

.usa-banner-content {
  padding: 1rem;
  display: none;
  color: #353535;
}

.usa-banner-content[aria-hidden=false] {
  display: block;
}

.usa-banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1140px;
  margin: 0 auto;
}

.usa-banner-guidance {
  display: flex;
  flex: 1 1 300px;
  align-items: flex-start;
}

.usa-banner-icon {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.usa-banner-icon img {
  width: 40px;
}

.usa-media-block-body p {
  margin: 0;
}

.usa-media-block-body span {
  font-weight: 700;
}

.usa-media-block-body strong {
  display: block;
  margin-bottom: 0.25rem;
}

.header_banner_icon_lock svg {
  height: 12px;
  width: 12px;
}

.hotspot-bg {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.hotspot-bg-img {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #046da6;
  border: 2px solid #fff;
  cursor: pointer;
}

/* Remove the tooltip if there's no data-tooltip */
.hotspot:not([data-tooltip]),
.hotspot[data-tooltip=""] {
  position: absolute; /* keep hotspot positioning intact */
}

.hotspot:not([data-tooltip])::after,
.hotspot[data-tooltip=""]::after {
  content: none !important; /* don't render tooltip box at all */
}

/* Tooltip styles only for populated tooltips */
.hotspot[data-tooltip]:not([data-tooltip=""])::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -100%);
  background: #011226;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px !important;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  pointer-events: none;
}

/* Show tooltip only if data-tooltip has text */
.hotspot[data-tooltip]:not([data-tooltip=""]):hover::after,
.hotspot[data-tooltip]:not([data-tooltip=""]):focus::after {
  opacity: 1;
  visibility: visible;
}

/* Optional: keyboard focus outline */
.hotspot:focus-visible {
  outline: 3px solid #005ea2;
  outline-offset: 4px;
}

.doc-table {
  margin-bottom: 1.5rem;
}

.doc-table-title {
  color: #011226;
  font-weight: 500;
  font-size: 1.375rem;
}

.doc-table-txt {
  margin-bottom: 1rem;
}

.doc-table-txt:has(p) {
  margin-bottom: 0;
}

.doc-table-1 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  font-size: 0.875rem;
}

.section-button-group + .doc-table {
  margin-top: 1rem;
}

.doc-table-1 thead th {
  background-color: #011226;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 0.5rem;
  border: 1px solid #e0e0e0;
}

.doc-table-1 tbody td {
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  word-break: break-word;
  min-width: 100px;
  color: #353535;
}

.doc-table-1 tbody tr {
  background-color: #fff;
}

.doc-table-1 tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.doc-table-1 a {
  color: #046da6;
  font-weight: 600;
  font-size: 0.875rem;
}

.section-type-1.bg-color-primary .doc-table a {
  color: #046da6 !important;
}

.section-type-1.bg-color-primary .doc-table-title {
  color: #fff;
}

.section-type-1.bg-color-primary .doc-table h2,
.section-type-1.bg-color-primary .doc-table h3,
.section-type-1.bg-color-primary .doc-table h4,
.section-type-1.bg-color-primary .doc-table h5,
.section-type-1.bg-color-primary .doc-table h6,
.section-type-1.bg-color-primary .doc-table blockquote,
.section-type-1.bg-color-primary .doc-table ul,
.section-type-1.bg-color-primary .doc-table li,
.section-type-1.bg-color-primary .doc-table ol,
.section-type-1.bg-color-primary .doc-table dl,
.section-type-1.bg-color-primary .doc-table pre,
.section-type-1.bg-color-primary .doc-table figcaption,
.section-type-1.bg-color-primary .doc-table figure {
  color: #353535 !important;
}

.sort-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
}

.sort-toggle:focus,
.sort-toggle:active {
  background: none;
  outline: none;
  box-shadow: none;
  color: #fff;
}

@media (max-width: 768px) {
  .doc-table-1 {
    border: none !important;
    width: 100%;
  }
  .doc-table-1 thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .doc-table-1,
  .doc-table-1 tbody,
  .doc-table-1 tr,
  .doc-table-1 td {
    display: block;
    width: 100%;
  }
  .doc-table-1 tr {
    margin-bottom: 1rem;
    background: #fff;
  }
  .doc-table-1 td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #011226;
    display: block;
  }
}
.doc-dropdown-white {
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px !important;
  box-sizing: border-box;
}

.doc-dropdown-gray {
  padding: 10px 20px 20px 20px;
  background-color: #ededed;
  border: 1px solid #e0e0e0;
  border-radius: 4px !important;
  box-sizing: border-box;
}

.section-button-group + .doc-dropdown-white {
  margin-top: 1rem;
}

.section-button-group + .doc-dropdown-gray {
  margin-top: 1rem;
}

.doc-dropdown-title {
  color: #011226;
  font-weight: 500;
  font-size: 1.375rem;
}

.bg-color-primary .doc-dropdown-txt {
  color: #353535 !important;
}

.bg-color-primary .doc-dropdown-txt p {
  color: #353535 !important;
}

.doc-dropdown-txt {
  margin-bottom: 1rem;
}

.doc-dropdown-txt:has(p) {
  margin-bottom: 0;
}

.doc-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #011226;
  margin-bottom: 0.75rem;
  display: block;
}

.doc-dropdown-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  box-sizing: border-box;
}

.doc-select {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.4rem 0.7rem;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #f8f9fa;
  color: #011226;
  border: 1px solid #e0e0e0;
  border-radius: 4px !important;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23004691' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: border 0.2s, box-shadow 0.2s;
  width: 100%;
  max-width: 100%;
}

.doc-select:focus {
  outline: none;
  border-color: #046da6;
  box-shadow: 0 0 0 3px rgba(4, 109, 166, 0.2);
}

.doc-select option {
  font-size: 0.9rem;
}

.doc-download-btn {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .doc-dropdown-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .doc-select,
  .doc-download-btn {
    width: 100%;
    max-width: 100%;
  }
}
/* ========== DIR-1 Directory Styles ========== */
.dir-1-alpha-filter .btn {
  margin: 0.25rem;
  min-width: 36px;
  padding: 0.4rem 0.65rem;
  font-size: 0.9rem;
  border: 1px solid #046da6;
  font-weight: 600;
}

.dir-1-alpha-filter .btn:hover {
  border-color: #046da6;
}

.dir-1-alpha-filter .btn.active {
  background-color: #046da6;
  color: #fff;
}

.dir-1-divider {
  border: none;
  border-top: 2px solid #011226;
  margin-top: 1rem;
}

/* Letter Headers and Toggle */
.dir-1-letter-heading {
  font-size: 1.5rem;
  color: #011226;
  margin: 1.5rem 0 0.5rem;
}

.dir-1-toggle-btn {
  font-size: 1rem;
  background: none;
  border: none;
  color: #002D72;
}

/* List Item */
.dir-1-item {
  padding: 1rem 0;
}

.dir-1-div {
  border-bottom: 2px solid #e0e0e0;
}

.dir-1-name {
  font-size: 1.2rem;
  color: #002D72;
}

.dir-1-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.5rem;
}

/* Responsive */
@media (max-width: 576px) {
  .dir-1-alpha-filter {
    justify-content: flex-start !important;
  }
}
.dir-1-item-content {
  display: block; /* JS will override on load */
  margin-top: 0.5rem;
}

.dir-1-item-toggle {
  background: none;
  border: none;
  color: #002D72;
  font-size: 1rem;
}

.dir-1-list {
  margin-bottom: 0;
}

.dir-1-about {
  margin-bottom: 1rem;
}

.dir-1-about p {
  margin-bottom: 0;
}

.dir-1-hours {
  margin-bottom: 1rem;
}

.dir-1-hours p {
  margin-bottom: 0;
}

.dir-1-address {
  margin-bottom: 1rem;
}

.dir-1-address p {
  margin-bottom: 0;
}

.dir-1-address a {
  color: #353535 !important;
  font-weight: 1rem;
  text-decoration: none;
}

.dir-1-phone {
  margin-bottom: 1rem;
}

.dir-1-phone p {
  margin-bottom: 0;
}

.dir-1-phone a {
  color: #353535 !important;
  font-weight: 1rem;
  text-decoration: none;
}

.dir-1-email {
  margin-bottom: 1rem;
}

.dir-1-email p {
  margin-bottom: 0;
}

.dir-1-email a {
  font-weight: 1rem;
  text-decoration: none;
}

.dir-1-socials {
  margin-bottom: 1rem;
}

.dir-1-socials p {
  margin-bottom: 0;
}

.dir-1-recommended p {
  margin-bottom: 0;
}

.dir-1-recommended a {
  font-weight: 1rem;
  text-decoration: none;
}

/* ========== DIR-1 Search Styles ========== */
.dir-1-search-wrapper {
  margin-bottom: 1rem;
}

.dir-1-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.dir-1-search-input {
  flex: 1 1 auto;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  border: 1px solid #cccccc;
  border-radius: 4px !important;
}

.dir-1-search-buttons {
  display: flex;
  gap: 0.5rem;
}

/* Stack on small screens */
@media (max-width: 768px) {
  .dir-1-input-group {
    flex-direction: column;
    align-items: stretch;
  }
  .dir-1-search-buttons {
    width: 100%;
    justify-content: space-between;
  }
  .dir-1-search-btn,
  .dir-1-reset-btn {
    width: 48%;
  }
}
