: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%);
}

#state-hero-section {
  background: var(--MRTGradient);
  padding: 30px 0;
  margin-top: 75px;
  position: relative;
  padding-top: 55vw;
}
#state-hero-section img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/assets/states/state-hero-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  #state-hero-section img {
    left: unset;
    width: 45%;
  }
}
@media (min-width: 1800px) {
  #state-hero-section img {
    height: 100%;
    width: unset;
  }
}
@media (min-width: 768px) {
  #state-hero-section {
    padding: 60px 0;
    height: 450px;
    display: flex;
  }
}

#state-avilable-training-section-mobile {
  padding: 30px 0;
}
#state-avilable-training-section-mobile button:not(.btn-primary-side) {
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid var(--LightBlue);
  font-weight: 600;
  color: var(--MRTNavy);
}
#state-avilable-training-section-mobile button:not(.btn-primary-side):hover {
  background-color: var(--LightGrey);
  border: 1px solid var(--LightGrey);
  color: var(--MRTNavy);
}
#state-avilable-training-section-mobile button:not(.btn-primary-side).active {
  background-color: var(--MRTNavy);
  border: 1px solid var(--MRTNavy);
  color: var(--White);
}
@media (min-width: 992px) {
  #state-avilable-training-section-mobile {
    padding: 60px 0;
  }
}
#state-avilable-training-section-mobile .selected-training-bg {
  background-color: var(--LightPink);
  padding: 50px;
}
#state-avilable-training-section-mobile .selected-training-bg .who-should-train-wrapper {
  margin-top: 30px;
  background-color: var(--White);
  padding: 20px;
}
#state-avilable-training-section-mobile .selected-training-bg .who-should-train-wrapper #who-should-train-content ul {
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
}
#state-avilable-training-section-mobile .who-should-train-m {
  background-color: var(--White);
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1.5rem;
}
#state-avilable-training-section-mobile .accordion-button {
  border-radius: 0 !important;
}

#state-avilable-training-section-desktop {
  padding: 30px 0;
}
#state-avilable-training-section-desktop .button-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: .75rem;
  margin-top: 0.75rem;
}
#state-avilable-training-section-desktop button:not(.btn-primary-side) {
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid var(--LightBlue);
  font-weight: 600;
  color: var(--MRTNavy);
}
#state-avilable-training-section-desktop button:not(.btn-primary-side):hover {
  background-color: var(--LightGrey);
  border: 1px solid var(--LightGrey);
  color: var(--MRTNavy);
}
#state-avilable-training-section-desktop button:not(.btn-primary-side).active {
  background-color: var(--MRTNavy);
  border: 1px solid var(--MRTNavy);
  color: var(--White);
}
@media (min-width: 992px) {
  #state-avilable-training-section-desktop {
    padding: 60px 0;
  }
}
#state-avilable-training-section-desktop .selected-training-bg {
  background-color: var(--LightPink);
  padding: 50px;
  border-radius: 10px;
}
#state-avilable-training-section-desktop .selected-training-bg .who-should-train-wrapper {
  margin-top: 30px;
  background-color: var(--White);
  padding: 20px;
}
#state-avilable-training-section-desktop .selected-training-bg .who-should-train-wrapper #who-should-train-content ul {
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
}
#state-avilable-training-section-desktop .who-should-train-m {
  background-color: var(--White);
  padding: 1rem;
  border-radius: 10px;
  margin-top: 1.5rem;
}
#state-avilable-training-section-desktop .accordion-button {
  border-radius: 0 !important;
}

#state-courseware-section {
  background-color: var(--LightBlue);
  padding: 30px 0;
}
#state-courseware-section .row {
  display: flex;
  flex-wrap: wrap;
}
#state-courseware-section [class*=col-] {
  display: flex;
}
#state-courseware-section .card {
  background-color: var(--White);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#state-courseware-section .card .icon {
  height: 40px;
}
#state-courseware-section .card .icon svg {
  height: 100%;
}
#state-courseware-section .card .content {
  margin-top: 30px;
  flex: 1;
}
@media (min-width: 992px) {
  #state-courseware-section {
    padding: 60px 0;
  }
}

#state-share-cert-section,
#index-solutions-trainings-section {
  position: relative;
  padding-top: 16px;
}
#state-share-cert-section .left-detail,
#index-solutions-trainings-section .left-detail {
  position: absolute;
  top: 0;
  left: -225px;
  width: 445px;
}
#state-share-cert-section .right-detail,
#index-solutions-trainings-section .right-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 445px;
}
#state-share-cert-section .solutions-training-wrapper,
#index-solutions-trainings-section .solutions-training-wrapper {
  background: var(--MRTGradient);
  padding: 30px 25px;
  border-radius: 10px;
  overflow: hidden;
}
#state-share-cert-section .solutions-training-wrapper dotlottie-wc,
#index-solutions-trainings-section .solutions-training-wrapper dotlottie-wc {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  #state-share-cert-section .solutions-training-wrapper,
  #index-solutions-trainings-section .solutions-training-wrapper {
    margin: 60px 0 0 0;
    border-radius: 10px;
    padding: 60px;
    margin-left: -12px;
    margin-right: -12px;
  }
  #state-share-cert-section .solutions-training-wrapper > .row,
  #index-solutions-trainings-section .solutions-training-wrapper > .row {
    position: relative;
  }
  #state-share-cert-section .solutions-training-wrapper .lottie-col,
  #index-solutions-trainings-section .solutions-training-wrapper .lottie-col {
    position: static;
  }
  #state-share-cert-section .solutions-training-wrapper dotlottie-wc,
  #index-solutions-trainings-section .solutions-training-wrapper dotlottie-wc {
    position: unset;
    width: 100%;
    transform: translateX(4%);
    scale: 1.5;
  }
}

#state-resources-section img {
  width: 100%;
}
#state-resources-section a {
  display: block;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid var(--LightBlue);
  font-weight: 600;
  color: var(--MRTNavy);
  text-decoration: none;
  background-color: var(--LightGrey);
}
#state-resources-section a:hover, #state-resources-section a.active {
  background-color: var(--MRTNavy);
  border: 1px solid var(--MRTNavy);
  color: var(--White);
}

#state-faq-section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  #state-faq-section {
    padding: 60px 0;
  }
}

#state-partnership-section {
  margin-bottom: 30px;
}
#state-partnership-section .partnership-wrapper {
  background-color: var(--LightBlue);
  padding: 30px 0;
  text-align: center;
  border-radius: 10px;
}