﻿/* Temp Styles */

/* End Temp Styles */

/* Global Styles */

:root {
  --bs-font-sans-serif: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-primary-rgb: 0, 68, 126;
  --bs-light-rgb: 246, 245, 242;
  --bs-light: #f6f5f2;
  --bs-primary: #00447e;
  --section-gutter-width: 1rem;
  --column-gutter-width: 1rem;
  --bs-danger-rgb: 220, 23, 61;
  --bs-danger: #dc173d;
  --bs-link-color: #00447e;
  --bs-link-hover-color: #46769f;
  scroll-padding-top: 85px;
}

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

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

.nav {
  --bs-link-color: #00447e;
  --bs-nav-link-hover-color: #46769f;
}

.nav-link {
  --bs-nav-link-font-size: .9rem;
  text-transform: uppercase;
  line-height: 1rem;
  font-weight: 500;
}

.nav-link-title:hover {
  color: var(--bs-link-color);
}

.nav-link-title {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
}

section {
  padding: 5rem var(--section-gutter-width);
  position: relative;
}

.--no-shadow {
  box-shadow: none !important;
}

.--column-gutter-width {
  padding-left: var(--column-gutter-width);
  padding-right: var(--column-gutter-width);
}

.literata {
  font-family: "Literata", serif;
}

.roboto {
  font-family: "Roboto", serif;
}

.full-width-column-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spaced-text {
  letter-spacing: 2px;
}

.py-6 {
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
}

.vr, hr, .hr {
  opacity: 1;
}

.navbar .dropdown-menu {
  top: calc(100% - 20px);
}

@media (max-width: 767px) {
  .navbar .dropdown-menu {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

/* End Global Styles */

/* Navbar */

.logo {
  max-width: 206px;
}

.navbar {
  --bs-navbar-active-color: #00447e;
  --bs-navbar-color: #00447e;
  --bs-navbar-hover-color: rgba(0, 67, 126, 0.7);
  --bs-navbar-toggler-padding-y: 0.5rem;
  --bs-navbar-toggler-padding-x: 0.5rem;
  --bs-border-width: 0;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='%2300447e' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
  --bs-navbar-toggler-border-radius: 0.3rem;
  --bs-navbar-padding-y: 0;
}

.nav-link.btn-primary, .nav-link.btn-secondary {
  color: white;
}

.nav-link.active.btn-primary, .show > .nav-link.btn-primary {
  color: white;
}

.navbar .nav-link {
  text-align: center;
}

.nav-link.btn {
  --bs-nav-link-padding-y: calc(0.7rem - 1px);
}

.navbar-nav {
  --bs-nav-link-padding-y: 2rem;
  --bs-navbar-nav-link-padding-x: 1rem;
}

.nav-item {
  display: flex;
  align-items: center;
}

.text-muted {
  color: #00000073!important;
}

@media (max-width: 991px) {
  :root {
    --column-gutter-width: 2.5rem;
  }
}

@media (max-width: 1200px) {
  .nav-item {
    display: block;
  }
}

@media (max-width: 1200px) {
  .navbar {
    padding: .5rem 0;
  }
}

@media (max-width: 1200px) {
  .nav-link {
    padding: 1rem var(--bs-nav-link-padding-x);
  }
}

/* End Navbar */

/* Dropdown */

.dropdown-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #fff;
  top: -15px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 2.1rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.8rem;
}

.dropdown-toggle::after {
  display: none;
}

/* End Dropdown */

/* Join/Login/Register Dropdown */

.join-login-register-dropdown .dropdown-item {
  font-family: "Literata", serif;
  text-transform: none;
  color: #004282;
  padding: 0.3rem 0.5rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .join-login-register-dropdown .dropdown-item {
    font-size: 1.2rem;
    text-align: center;
    padding: .5rem;
  }
}

/* End Join/Login/Register Dropdown */

/* Dropdown Mega Menu */

.dropdown-menu.mega-menu {
  --bs-dropdown-padding-x: 1rem;
  --bs-dropdown-padding-y: 1rem;
  min-width: 800px;
  left: -328px;
}

.mega-menu-item {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  padding: 1rem;
}

.mega-menu-item-image-container {
  width: 56px;
  height: 56px;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cd123c;
  border-radius: 400rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.mega-menu-item-image {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.mega-menu-item-content {
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0.4rem;
  color: #004282;
  width: 100%;
}

.mega-menu-item-title {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.mega-menu-item-description {
  font-family: "Literata", serif;
  text-transform: none;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.mega-menu-item.view-content {
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}

.view-articles-chevron-container {
  width: 20px;
  height: 20px;
  background-color: #004282;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 400rem;
  padding: 3px;
  font-size: 0.8rem;
}

.view-content .mega-menu-item-content {
  align-items: center;
}

.mega-menu-spacer {
  height: 15px;
  position: relative;
  top: -30px;
  width: 100%;
}

@media (min-width: 992px) {
  .dropdown-mega-menu-toggle:hover .mega-menu {
    display: block;
    margin-top: 34px;
  }
}

@media (max-width: 991px) {
  .dropdown-mega-menu-toggle:hover .mega-menu {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .dropdown-menu.mega-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    min-width: unset;
    left: 0;
  }
}

@media (max-width: 991px) {
  .mega-menu-spacer {
    display: none;
  }
}

@media (max-width: 1200px) {
  .mega-menu-item {
    padding-left: 0;
    padding-right: 0;
  }
}

/* End Dropdown Mega Menu */

/* Buttons */

.btn-xxl {
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 5rem;
  --bs-btn-font-size: 2.3rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn {
  text-transform: uppercase;
  --bs-btn-font-family: "Roboto", var(--bs-font-sans-serif);
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-line-height: 1.7;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc173d;
  --bs-btn-border-color: #dc173d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c51135;
  --bs-btn-hover-border-color: #c51135;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c51135;
  --bs-btn-active-border-color: #c51135;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e2506e;
  --bs-btn-disabled-border-color: #e2506e;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00447e;
  --bs-btn-border-color: #00447e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #003563;
  --bs-btn-hover-border-color: #003563;
  --bs-btn-focus-shadow-rgb: 0, 53, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003563;
  --bs-btn-active-border-color: #003563;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #37546e;
  --bs-btn-disabled-border-color: #37546e;
}

.btn-light {
  --bs-btn-color: #dc173d;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c51135;
  --bs-btn-hover-border-color: #c51135;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c51135;
  --bs-btn-active-border-color: #c51135;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e2506e;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-info {
  --bs-btn-color: #004282;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #003563;
  --bs-btn-hover-border-color: #003563;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003563;
  --bs-btn-active-border-color: #003563;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #29577f;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* End Buttons */

/* Forms */

.form-control {
  border: 0;
  background-color: #f7f7f7;
  border-radius: .375rem;
  padding: 1rem .75rem;
  margin-right: 1rem;
}

.form-control::placeholder {
  color: #00000073;
}

.form-check-input {
  border: 2px solid #12121240;
}

@media (min-width: 992px) {
  .form-check.terms-checkbox {
    max-width: 60%;
  }
}

/* End Forms */

/* Cards */

.card {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  box-shadow: -1px 4px 8px rgb(0 0 0 / 9%);
}

/* End Cards */

/* Modals */

.modal {
  --bs-modal-bg: #fff;
  --bs-modal-border-radius: 0.7rem;
  --bs-modal-box-shadow: -1px 4px 8px rgba(0, 0, 0, 0.539);
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-border-width: 0;
  background-color: rgba(205, 18, 59, 0.076) !important;
}

/* End Modals */

/* Hero Styles */

.hero {
  padding: 0;
  position: relative;
}

.hero.--with-image {
  min-height: 80vh;
  display: flex;
  color: white;
  padding: 4rem 1rem;
}

.hero.generic {
  display: flex;
  align-items: center;
  min-height: 40vh;
  padding-left: var(--section-gutter-width);
  padding-right: var(--section-gutter-width);
}

.hero.--with-video {
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  color: white;
  padding: 4rem 1rem;
}

.hero-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-image.--position-left {
  object-position: left;
}

.hero-image.--position-right {
  object-position: right;
}

.hero .container, .hero .container-fluid {
  position: relative;
  z-index: 3;
}

.hero-content {
  background-color: #f6f5f2;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.hero-cap-top {
  margin-bottom: -2px;
}

.hero-cap-bottom {
  margin-top: -2px;
  transform: scaleY(-1);
}

.hero-carousel .carousel-item {
  max-height: 80vh;
  height: 100%;
}

.hero-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-carousel {
  margin-bottom: -10%;
}

.hero-logo-mark {
  margin: -100% auto;
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100vh;
  display: block;
  object-fit: contain;
  object-position: center;
}

.hero-title {
  color: var(--bs-primary);
  line-height: 1;
  font-weight: 500;
  margin-top: -12%;
}

.hero-description {
  color: #dc173d;
}

.hero-call-to-action-container {
  margin-bottom: -10%;
}

.hero-content-container {
  --hero-content-background-color: #f6f5f2;
  position: relative;
  z-index: 1;
}

.hero-content-column {
  z-index: 1;
  padding: 2.5rem var(--bs-gutter-x);
}

.hero.smaller-hero, .hero.smaller-hero.--with-image {
  min-height: 47vh;
}

.hero-image.membership-hero-image {
  object-fit: cover;
  object-position: right;
  width: 50%;
  left: unset;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
}

.hero-image.scholarship-hero-image {
  object-fit: cover;
  object-position: right;
  width: 70%;
  left: unset;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
}

@media (min-width: 1500px) {
  .hero-carousel .carousel-item img.hero-slide-image-2 {
    object-position: 50% -125px;
  }
}

@media (min-width: 1500px) {
  .hero-carousel .carousel-item img.hero-slide-image-3 {
    object-position: 50% -125px;
  }
}

@media (max-width: 1200px) {
  .hero-call-to-action-container {
    margin-bottom: -5%;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    margin-top: -4%;
  }
}

@media (max-width: 991px) {
  .hero-call-to-action-container {
    margin-bottom: -2%;
  }
}

@media (max-width: 991px) {
  .hero-title {
    margin-top: -1%;
  }
}

@media (max-width: 991px) {
  .hero.smaller-hero, .hero.smaller-hero.--with-image {
    min-height: 45vh;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .hero-image.membership-hero-image {
    width: 100%;
    height: 220px;
    object-position: center;
    position: relative;
    mask-image: unset;
    -webkit-mask-image: unset;
  }
}

@media (max-width: 991px) {
  .hero.--with-image h1 {
    font-size: calc(1.2rem + 3.9vw);
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .hero.generic {
    min-height: 20vh;
  }
}

@media (max-width: 767px) {
  .hero-logo-mark {
    margin: -44% 0 0;
    max-width: 20vw;
  }
}

@media (max-width: 767px) {
  .hero-call-to-action-container {
    margin-bottom: 0%;
  }
}

@media (max-width: 767px) {
  .hero-title {
    margin-top: 0%;
  }
}

@media (max-width: 767px) {
  .about-hero-image {
    object-position: 70%;
  }
}

@media (max-width: 576px) {
  .hero-content-column {
    padding: 1rem var(--section-gutter-width) 2rem;
  }
}

/* End Hero Styles */

/* Footer */

footer {
  background-color: #f6f5f2;
  padding: 3rem 0;
  position: relative;
}

footer .container, footer .container-fluid {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

footer .nav {
  --bs-nav-link-padding-x: 0;
}

.footer-content-column {
  padding: 1rem var(--section-gutter-width);
}

.footer-title {
  text-transform: uppercase;
  font-size: 1.50rem;
  color: #f9353c;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}

.footer-description {
  font-family: "Literata";
  font-size: 2.2rem;
  color: #00447e;
}

.footer-questions-text {
  font-family: "Literata";
  font-size: 1.7rem;
  color: #00447e;
  display: flex;
  align-items: center;
}

.footer-image {
  margin-top: -5rem;
  margin-left: -1rem;
}

@media (max-width: 767px) {
  .footer-image {
    max-height: 40vh;
    width: 100%;
    object-fit: contain;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  footer .nav-link {
    padding: .5rem var(--bs-nav-link-padding-x);
  }
}

/* End Footer */

/* Memberships Section (Home) */

.membership-benefits-section {
  padding-left: 0;
  padding-right: 0;
  margin-top: -10%;
  padding-top: calc(6rem + 10%);
  background-image: url("../../assets/img/global/lines-bg-1.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 700px;
  overflow: hidden;
}

.membership-benefits-section hr {
  color: #004282;
  opacity: 1;
}

.membership-benefits-content-column {
  padding: var(--section-gutter-width);
}

.membership-benefits-container {
  color: white;
  background-color: #cd123c;
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.membership-star {
  border-radius: 400rem;
  padding: 1rem;
  border: 4px solid #fff;
  width: 120px;
  height: 120px;
  background-color: #004282;
  margin: -60px auto 1rem;
}

.membership-benefits-column {
  display: flex;
  flex-direction: column;
}

.membership-benefits-column-title {
  line-height: 1.2em;
  min-height: 2.4em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.3rem;
}

.membership-partners {
  padding: 3rem var(--section-gutter-width) 0rem;
}

.membership-partners-container {
  background-color: #f6f5f2;
  margin: 0 -2.5rem;
}

.partner-logo {
  display: block;
  margin: 1rem auto;
}

@media (max-width: 991px) {
  .membership-benefits-column:not(:first-of-type) .membership-star {
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .membership-benefits-column:first-of-type hr {
    display: none;
  }
}

@media (max-width: 991px) {
  .membership-benefits-column-title {
    min-height: unset;
    order: 1;
  }
}

@media (max-width: 991px) {
  .membership-benefits-column-title {
    min-height: unset;
    order: 1;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .membership-benefits-column-text {
    order: 2;
  }
}

@media (max-width: 991px) {
  .membership-star {
    display: none;
  }
}

@media (max-width: 991px) {
  .membership-benefits-column:first-of-type {
    padding-top: 2rem;
  }
}

@media (max-width: 991px) {
  .membership-benefits-container {
    margin-top: 2rem;
  }
}

/* End Memberships Section */

/* Article Column (Home) */

.article-column {
  background-color: white;
  max-height: 500px;
  overflow-y: scroll;
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.article-link {
  display: flex;
  color: hsl(210, 100%, 25%);
  text-decoration: none;
  align-items: center;
}

.article-image {
  width: 150px;
  height: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.article-title {
  margin-left: 1.5rem;
  font-family: "Roboto", sans-serif;
}

.article-column::-webkit-scrollbar {
  width: 15px;
}

.article-column::-webkit-scrollbar-track {
  background: transparent;
}

.article-column::-webkit-scrollbar-thumb {
  background-color: rgba(0, 66, 130, 0.5);
  border-radius: 20px;
  border: 5px solid white;
}

@media (max-width: 991px) {
  .article-column {
    max-height: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 1rem 0;
  }
}

@media (max-width: 991px) {
  .article-image {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  .article-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {
  .article-link:nth-of-type(1n + 3) {
    display: none;
  }
}

@media (max-width: 991px) {
  .article-column hr:nth-of-type(1n + 2) {
    display: none;
  }
}

/* End Article Column */

/* Member Newsletter Section */

.member-newsletter-section-image {
  aspect-ratio: 1 / 1;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: -7rem 0;
}

.member-newsletter-section {
  background-color: #004282;
  color: white;
  margin: 4rem 0;
  padding: 0rem var(--section-gutter-width);
}

.newsletter-item-container {
  color: inherit;
  text-decoration: none;
  margin-bottom: 1rem;
  display: block;
}

.newsletter-item-container:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .member-newsletter-section-image {
    margin: 0 0 1rem;
  }
}

@media (max-width: 991px) {
  .member-newsletter-section {
    margin: 0;
    padding: 3rem var(--section-gutter-width);
  }
}

/* End Membership Newsletter Section */

/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
   
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #00447E;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: #00447E;
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/





/* Merchandise Section (Home) */

.merchandise-container {
  background-color: #f6f5f2;
  padding: 3rem;
  margin: 0 -2.5rem;
}

.merchandise-section hr {
  color: #004282;
}

.merchandise-section {
  padding: 1rem var(--section-gutter-width);
  overflow: hidden;
}

@media (max-width: 767px) {
  .merchandise-container {
    margin: 0;
  }
}

/* End Merchandise Section */

/* Column Carousel */

.full-width-carousel-column-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-in-column {
  height: 100%;
}

.carousel-in-column .carousel-inner {
  height: 100%;
}

.carousel-in-column .carousel-item {
  height: 100%;
}

@media (max-width: 991px) {
  .carousel-in-column {
    display: none;
  }
}

/* End Column Carousel */

/* Benefit Content */

.benefit-tabs .nav {
  --bs-nav-tabs-border-width: 0;
  --tab-icon-border-width: 7px;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-active-color: #dc173d;
  --bs-nav-tabs-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #dc173d;
  justify-content: flex-start;
  align-items: flex-start;
}

.benefit-tabs .nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  text-transform: unset;
  margin-bottom: 1rem;
}

.benefit-tabs .nav-tabs .nav-item {
  max-width: 25%;
  width: 100%;
  justify-content: center;
}

.modal-link {
  margin-bottom: 0;
  background: 0 0;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: unset;
  text-decoration: none;
  color: #004282;
  transition: color 250ms ease;
}

.modal-link:focus, .modal-link:hover {
  color: #cd123c;
}

.benefit-tabs .nav-tabs .nav-item.show .nav-link, .benefit-tabs .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.benefit-tabs .card-body {
  padding: var(--column-gutter-width);
}

.benefit-tabs .tab-pane {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tab-text {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.1;
}

.modal-link-text {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 1.1rem;
  line-height: 1.1;
}

.active .tab-icon {
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.tab-icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 400rem;
  padding: calc(.2rem + var(--tab-icon-border-width));
  margin-bottom: 1rem;
  background-color: #fff;
  border: var(--tab-icon-border-width) solid transparent;
  max-width: calc(170px - var(--tab-icon-border-width));
  max-height: calc(170px - var(--tab-icon-border-width));
  box-shadow: -1px 4px 8px rgb(0 0 0 / 9%);
  transition: color 250ms ease, border-color 250ms ease;
}

.modal-icon {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 400rem;
  padding: calc(.2rem + var(--tab-icon-border-width));
  background-color: #fff;
  border: 7px solid transparent;
  max-width: calc(170px - 7px);
  max-height: calc(170px - 7px);
  box-shadow: -1px 4px 8px rgb(0 0 0 / 9%);
  transition: color 250ms ease, border-color 250ms ease;
}

.modal-link:focus .modal-icon, .modal-link:hover .modal-icon {
  border-color: #cd123c;
}

.benefit-modal-title-icon {
  aspect-ratio: 1 / 1;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.benefit-modal {
  --bs-modal-header-padding: 1rem 1rem 0rem 1rem;
}

.benefit-modal .modal-title {
  width: 100%;
}

.swatch-and-caption {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.swatch {
  width: 45px;
  height: 45px;
  margin-right: .5rem;
}

.caption {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .benefit-tabs-container {
    display: none;
  }
}

@media (min-width: 992px) {
  .benefit-modal-links-container {
    display: none;
  }
}

/* End Benefit Content */

/* Benefits Table Content */

.benefit-table {
  --benefit-table-column-spacing: 1rem;
  --benefit-table-cell-background-color: var(--bs-light);
  flex-direction: column;
  display: flex;
  background: white;
  position: relative;
  width: 100%;
}

.benefit-table-row {
  display: flex;
}

.benefit-table-cell, .benefit-table-header {
  padding: .7rem 0;
  width: 100%;
  border-bottom: 1px solid black;
}

.benefit-table-header {
  background-color: white;
  line-height: 1.4;
  min-width: 172px;
  margin: 0 var(--benefit-table-column-spacing);
  display: flex;
  align-items: center;
  left: 0;
  font-size: 1.1rem;
}

.benefit-table-header.top-header {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #004282;
  text-transform: uppercase;
  padding-top: 1rem;
  border-bottom: #004282;
}

.benefit-table-cell:not(:last-child) {
  margin-right: var(--benefit-table-column-spacing);
}

.benefit-table-cell {
  background-color: var(--benefit-table-cell-background-color);
  width: 11.111111111%;
  min-width: 94px;
}

.benefit-table-header span {
  display: block;
}

.benefit-table-header.top-header span {
  border: 0;
  padding-bottom: 0;
}

.benefit-table-cell.table-cell-header {
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  color: var(--bs-danger);
  position: relative;
  border-bottom: #004282;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit-table-cell:not(.table-cell-header) {
  display: flex;
  align-items: center;
}

.benefit-table-cell .membership-star-svg {
  color: #004282;
  width: 100%;
  height: 27px;
}

.benefit-table-row:last-child div {
  border-bottom: #004282;
  max-height: 1rem;
}

.benefit-table-cell.table-cell-header:not(:last-child):after {
  content: '';
  width: 1rem;
  display: block;
  height: 100%;
  background-color: var(--bs-light);
  position: absolute;
  right: calc(0rem - var(--benefit-table-column-spacing));
  top: 0;
}

.benefit-table-row.membership-level-title {
  background-color: var(--bs-light);
}

.membership-level-title .benefit-table-cell.table-cell-header {
  width: 100%;
  min-width: calc(88.888888888% - 9rem);
  border-bottom: 1px solid black;
}

.benefit-table-shadow {
  display: none;
}

.benefit-table-cell.table-cell-header.membership-level-header {
  min-width: unset;
  flex-basis: calc(77% + 7rem);
}

.benefit-table-header.top-header.membership-level-header {
  background-color: var(--bs-light);
  margin: 0;
  flex-basis: calc(40% + 2rem);
  min-width: unset;
}

.benefit-table-row.table-row-header.membership-level-header {
  background-color: transparent;
}

@media (max-width: 1200px) {
  .benefit-table-header.top-header.membership-level-header {
    flex-basis: calc(23% + 2rem);
  }
}

@media (max-width: 1176px) {
  .benefit-table-row.membership-level-header {
    display: none;
  }
}

@media (max-width: 991px) {
  .benefit-table-container {
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .benefit-table-shadow {
    display: block;
    position: absolute;
    right: -1rem;
    bottom: 0;
    top: 0;
    transition: box-shadow 250ms ease;
    width: 1rem;
  }
}

@media (max-width: 991px) {
  .benefit-table-shadow.shadow {
    box-shadow: -5px 0px 17px rgb(0 0 0 / 18%) !important;
  }
}

@media (max-width: 991px) {
  .table-row-header {
    position: sticky;
    top: 0;
  }
}

@media (max-width: 991px) {
  .benefit-table {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media (max-width: 991px) {
  .benefit-table-header.top-header {
    font-size: .8rem;
  }
}

@media (max-width: 991px) {
  .benefit-table-header {
    left: 1rem;
    position: sticky;
    z-index: 2;
    font-size: .8rem;
    min-width: 95px;
    width: 11%;
  }
}

@media (max-width: 991px) {
  .benefit-table-cell {
    width: 75px;
    min-width: unset;
  }
}

@media (max-width: 991px) {
  .benefit-table-cell, .benefit-table-header {
    padding: .5rem 0;
  }
}

@media (max-width: 991px) {
  .benefit-table-cell.table-cell-header {
    font-size: .8rem;
  }
}

@media (max-width: 991px) {
  .benefit-table-header:before {
    content: '';
    display: block;
    position: absolute;
    width: 1rem;
    height: calc(100% + 2px);
    left: -1rem;
    top: 0;
    bottom: 0;
    z-index: 4;
    background-color: white;
  }
}

@media (max-width: 991px) {
  .benefit-table-header:after {
    content: '';
    display: block;
    position: absolute;
    width: 1rem;
    height: calc(100% + 2px);
    right: -1rem;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: white;
    transition: box-shadow 250ms ease;
  }
}

@media (max-width: 991px) {
  .benefit-table-header.shadow:after {
    box-shadow: 16px 0 21px rgb(0 0 0 / 18%);
  }
}

@media (max-width: 991px) {
  .benefit-table-cell .membership-star-svg {
    height: 25px;
  }
}

@media (max-width: 991px) {
  .benefit-table-row {
    width: 839px;
  }
}

/* End Benefits Table Content */

/* Learn Content */

.learn-card {
  box-shadow: unset;
  height: 100%;
  --bs-card-border-radius: 0;
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.learn-card-icon {
  width: 55%;
  max-width: 180px;
  display: block;
  margin-left: auto;
}

.learn-card .card-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.learn-card .card-text {
  font-size: .8rem;
}

.learn-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: .5rem;
}

.search-form {
  display: flex;
  align-items: center;
}

.search-button {
  border: 1px solid #fff;
  background-color: var(--bs-primary);
  padding: .3rem;
  border-radius: 400rem;
  aspect-ratio: 1 / 1;
  color: white;
  width: 57px;
  height: 57px;
  font-size: 2rem;
}

.search-form .form-control {
  border: 0;
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 1rem .75rem;
  margin-right: 1rem;
}

.search-form .form-control::placeholder {
  color: rgba(0,0,0,0.45098039215686275);
  opacity: 1;
}

.search-form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0,68,126,0.34);
}

.learn-section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}

.hero.learn-hero {
  min-height: 32vh;
  padding: 2rem 1rem;
}

.search-form-header .form-control {
  border-radius: .325rem;
}

.search-form a {
  color: white;
  margin-right: .5rem;
}

.search-quick-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.read-article-link {
  color: var(--bs-danger);
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.read-article-link .bi {
  font-size: 1.6rem;
  margin-left: .2rem;
}

.learn-section-background.--move-up {
  top: -38%;
}

.return-icon {
  margin-left: -1em;
  font-size: 1.4em;
}

.card-img-top.article-image {
  height: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.card-link {
  text-decoration: none;
  color: inherit;
  transition: color 250ms ease;
  display: block;
}

.card-link:hover {
  color: var(--bs-primary);
}

@media (max-width: 767px) {
  .learn-section-background {
    object-fit: cover;
    object-position: center;
    height: 59vh;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .learn-hero .hero-image {
    object-position: 21%;
  }
}

/* End Learn Content */

/* Philanthropy Content */

.hero-callout {
  padding: 2rem 1rem .7rem;
  border-radius: .5rem;
  background-color: var(--bs-danger);
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-callout .learn-more-text {
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(.9rem, 3.3vw, 1.2rem);
  margin-bottom: 1rem;
}

.hero-callout .main-text {
  font-size: calc(1.225rem + 1.2vw);
  font-weight: 500;
}

.hero-callout:hover {
  color: white;
}

.hero-callout .bi {
  font-size: 1.5rem;
}

.carousel-user-indicator {
  color: #77767B;
  background-color: var(--bs-light);
  font-size: 2rem;
  padding: .5rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 400rem;
  margin-right: .5rem;
}

.carousel-user-indicators {
  display: flex;
}

.carousel-user-indicator.active {
  color: var(--bs-danger);
}

.carousel-control-next, .carousel-control-prev {
  width: 40px;
  height: 40px;
  margin: auto 0;
  color: #000000;
  border: 1px solid #1212121A;
  text-align: center;
  opacity: 1;
  border-radius: 400rem;
  background-color: white;
  font-size: 1.4rem;
  transition: opacity 250ms ease, color 250ms ease, background-color 250ms ease;
}

.carousel-control-next .bi {
  margin-right: -3px;
}

.carousel-control-prev .bi {
  margin-left: -3px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: white;
  background-color: var(--bs-primary);
}

.carousel-control-next {
  margin-right: var(--carousel-control-offset);
}

.scholarship-recipient-carousel {
  --carousel-control-offset: 0rem;
}

.carousel-control-prev {
  margin-left: var(--carousel-control-offset);
}

.slideshow-content {
  font-size: .9rem;
  max-height: 185px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.slideshow-content::-webkit-scrollbar {
  width: 15px;
}

.slideshow-content::-webkit-scrollbar-track {
  background: transparent;
}

.slideshow-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 66, 130, 0.5);
  border-radius: 20px;
  border: 5px solid white;
}

@media (max-width: 991px) {
  .hero-image.philanthropy-hero-image {
    width: 100%;
    height: 100%;
    margin-top: -3rem;
    object-position: 75%;
    -webkit-mask-image: linear-gradient(to top, transparent 45%, black 90%);
    mask-image: linear-gradient(to top, transparent 45%, black 90%);
    padding-bottom: 9rem;
  }
}

@media (max-width: 767px) {
  .hero-callout .learn-more-text {
    font-size: .9rem;
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 767px) {
  .hero-callout .main-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-callout {
    padding: 1rem 1rem .7rem;
  }
}

/* End Philanthropy Content */

/* Scholarship Application Content */

.hero-image.scholarship-hero-image {
  object-fit: cover;
  object-position: right;
  width: 70%;
  left: unset;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
}

@media (max-width: 991px) {
  .hero-image.scholarship-hero-image {
    width: 100%;
    height: 220px;
    object-position: center;
    position: relative;
  }
}

/* End Scholarship Pages */

/* Join Login Register Pages */

.hero-image.join-hero-image {
  object-fit: cover;
  object-position: right;
  width: 40%;
  left: unset;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
}

.next-button {
  width: 45%;
  min-width: 20vw;
}

@media (max-width: 991px) {
  .hero-image.join-hero-image {
    width: 100%;
    height: 100%;
    object-position: 75%;
    -webkit-mask-image: linear-gradient(to top, transparent 36%, black 70%);
    mask-image: linear-gradient(to top, transparent 36%, black 50%);
    padding-bottom: 9rem;
  }
}

/* End Join Login Register Pages */

.benefit-table-cell.table-cell-header.membership-level-header span {
  width: calc(100% - 2rem);
  border-bottom: 1px solid black;
  padding: 1rem 0;
  font-family: 'Literata';
  font-weight: normal;
  font-size: 2rem;
}

