:root {
  --MRTNavy: #000033;
  --MRTGreen: #29B494;
  --LightBlue: #F4FAFC;
  --LightGreen: #E7F6F3;
  --LightPink: #F9F4F4;
  --White: #FFFFFF;
  --SuperLightGrey: #F5F5F5;
  --LightGrey: #EDEDED;
  --MediumGrey: #C1C1C1;
  --DarkGrey: #595959;
  --Black: #171717;
  --Green: #13BE00;
  --Yellow: #FDC602;
  --BurntOrange: #CF3801;
  --Red: #A90000;
  --Success: #E7F9E5;
  --Warning: #FFF9E6;
  --LightOrange: #FFE6CD;
  --Error: #F6E5E5;
  --Purple: #6A0DAD;
  --MRTGradient: linear-gradient(260deg, #BCFCF0 0%, #F8E9E9 100%);
}

#inner-basic-header,
#inner-validation-error {
  background: var(--MRTGradient);
  padding: 30px 0;
  margin-top: 75px;
  position: relative;
}
#inner-basic-header .left-detail,
#inner-validation-error .left-detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  display: none;
}
#inner-basic-header .left-detail img,
#inner-validation-error .left-detail img {
  height: 100%;
}
#inner-basic-header .right-detail,
#inner-validation-error .right-detail {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  display: none;
}
#inner-basic-header .right-detail img,
#inner-validation-error .right-detail img {
  height: 100%;
}
@media (min-width: 768px) {
  #inner-basic-header .left-detail,
  #inner-basic-header .right-detail,
  #inner-validation-error .left-detail,
  #inner-validation-error .right-detail {
    display: block;
  }
}
@media (min-width: 992px) {
  #inner-basic-header,
  #inner-validation-error {
    padding: 60px 0;
  }
  #inner-basic-header.terms,
  #inner-validation-error.terms {
    height: 190px;
  }
  #inner-basic-header.xsmall,
  #inner-validation-error.xsmall {
    height: 250px;
  }
  #inner-basic-header.who-is,
  #inner-validation-error.who-is {
    height: 300px;
  }
  #inner-basic-header.small,
  #inner-validation-error.small {
    height: 350px;
  }
  #inner-basic-header.large,
  #inner-validation-error.large {
    height: 400px;
  }
}

#resources-floating-section {
  padding-bottom: 60px;
}
#resources-floating-section .nav-tabs {
  border-bottom: 2px solid var(--MediumGrey);
  gap: 40px;
  justify-content: center;
  flex-wrap: nowrap;
}
#resources-floating-section .nav-tabs .nav-item .nav-link {
  border: none;
  background: transparent;
  color: var(--DarkGrey);
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
#resources-floating-section .nav-tabs .nav-item .nav-link:hover {
  color: var(--MRTNavy);
  border-bottom: 2px solid var(--MRTGreen);
}
#resources-floating-section .nav-tabs .nav-item .nav-link.active {
  color: var(--MRTNavy);
  background: transparent;
  border-bottom: 2px solid var(--MRTGreen);
}
#resources-floating-section .nav-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--MRTGreen);
  border-radius: 2px;
}
#resources-floating-section .resources-floating-content-card {
  z-index: 1;
  padding: 15px !important;
  background-color: white;
  border-radius: 10px;
  box-shadow: none;
}
#resources-floating-section .resources-floating-content-card .content-wrapper {
  padding: 1.5rem;
  border-radius: 15px;
  background-color: var(--LightPink) !important;
  display: grid;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #resources-floating-section .resources-floating-content-card .content-wrapper {
    padding: 2rem;
    margin-bottom: 0;
  }
}
#resources-floating-section .resources-floating-content-card .content-wrapper .svg-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #resources-floating-section .resources-floating-content-card .content-wrapper .svg-wrapper {
    margin-bottom: 30px;
  }
}
#resources-floating-section .resources-floating-content-card .content-wrapper .svg-wrapper svg {
  width: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  #resources-floating-section .resources-floating-content-card {
    position: relative;
    box-shadow: 0px 1px 8px 3px rgba(23, 23, 23, 0.2);
    z-index: 2;
    width: 98%;
    max-width: 1340px;
    margin: 0 auto;
    margin-top: -50px;
  }
}
@media (min-width: 1340px) {
  #resources-floating-section .resources-floating-content-card {
    width: 100%;
  }
}

#about-floating-section {
  padding-bottom: 60px;
}
#about-floating-section.right-to-request {
  padding-top: 50px;
}
#about-floating-section .about-floating-content-card {
  z-index: 1;
  padding: 15px !important;
  padding-top: 30px !important;
  background-color: white;
  border-radius: 10px;
  box-shadow: none;
}
#about-floating-section .about-floating-content-card .content-wrapper {
  padding: 1.5rem;
  border-radius: 15px;
  background-color: var(--LightPink) !important;
  display: grid;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #about-floating-section .about-floating-content-card .content-wrapper {
    padding: 2rem;
    margin-bottom: 0;
  }
}
#about-floating-section .about-floating-content-card .content-wrapper .svg-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #about-floating-section .about-floating-content-card .content-wrapper .svg-wrapper {
    margin-bottom: 30px;
  }
}
#about-floating-section .about-floating-content-card .content-wrapper .svg-wrapper svg {
  width: 45px;
  height: 45px;
}
#about-floating-section .about-floating-content-card img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  #about-floating-section .about-floating-content-card {
    position: relative;
    z-index: 2;
    width: 98%;
    max-width: 992px;
    margin: 0 auto;
    margin-top: -135px;
  }
}
@media (min-width: 1340px) {
  #about-floating-section .about-floating-content-card {
    width: 100%;
  }
}

#fys-floating-section .fys-floating-content-card {
  z-index: 1;
  border-radius: 10px;
  box-shadow: none;
  margin-top: -90px;
}
#fys-floating-section .fys-floating-content-card .select-wrapper {
  height: 55px;
}

#index-states-training-section {
  margin-top: 30px;
  padding-bottom: 25px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background-color: var(--LightGreen);
}
@media (min-width: 992px) {
  #index-states-training-section {
    background-color: white;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
#index-states-training-section .text-container {
  background-color: white;
}
#index-states-training-section #slider-row-state {
  padding: 30px;
  display: flex;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: clip;
}
@media (min-width: 992px) {
  #index-states-training-section #slider-row-state {
    border-radius: 10px;
    margin: 0;
    height: 450px;
    background-color: var(--LightGreen);
  }
}
@media (prefers-reduced-motion: no-preference) {
  #index-states-training-section #slider-row-state .state-content {
    animation: fadeIn 0.6s ease-out forwards;
  }
}
#index-states-training-section #slider-row-state .image-wrapper {
  margin: 0 auto;
  text-align: center;
}
@media (prefers-reduced-motion: no-preference) {
  #index-states-training-section #slider-row-state .image-wrapper {
    animation: slideInFromRight 0.6s ease-out forwards;
  }
}
#index-states-training-section #slider-row-state .image-wrapper img {
  max-width: 250px;
  max-height: 231px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#index-states-training-section .state-card-buttons {
  border: 0;
  background-color: transparent;
}
#index-states-training-section .state-card-buttons .progress-line {
  position: relative;
  display: block;
  background-color: var(--MediumGrey);
  height: 2px;
  width: 100%;
}
@media (min-width: 992px) {
  #index-states-training-section .state-card-buttons .progress-line {
    background-color: var(--SuperLightGrey);
  }
}
#index-states-training-section .state-card-buttons .image-wrapper {
  padding: 24px 0;
  text-align: left;
  width: auto;
  height: 100%;
}
#index-states-training-section .state-card-buttons .image-wrapper img {
  height: 60px;
  width: auto;
}
#index-states-training-section .state-card-buttons.active .progress-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--MRTGreen);
  height: 2px;
  width: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  #index-states-training-section .state-card-buttons.active .progress-line:before {
    animation: border_anim 8s linear forwards;
    width: 0;
  }
}
@media (max-width: 991px) {
  #index-states-training-section .state-tabs-row {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 12px;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons {
    flex: 1;
    width: auto;
    padding: 0 !important;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons .image-wrapper {
    display: none;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons .progress-line {
    height: 5px;
    border-radius: 3px;
  }
  #index-states-training-section .state-tabs-row .state-card-buttons.active .progress-line:before {
    height: 5px;
    border-radius: 3px;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.accordion-body {
  background-color: var(--LightBlue);
  font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--MRTNavy);
  background-color: var(--LightBlue);
  box-shadow: unset;
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid var(--MediumGrey);
}