#states-hero-section {
  margin-top: 75px;
}

.state-header-section {
  height: 230px;
  display: flex;
  align-items: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 75px;
}
@media (min-width: 992px) {
  .state-header-section {
    height: 600px;
    margin-top: 0;
  }
}
.state-header-section .purple-screen-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 51, 0.85) 0%, rgba(0, 0, 51, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.general-state-header-image {
  background-image: url("/images/assets/states/mandated-reporter-training-state-marquee-S.jpg");
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#state-header-section-general {
  height: 230px;
  display: flex;
  align-items: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 75px;
  background-image: url("/images/assets/states/mandated-reporter-training-state-marquee-S.jpg");
}
@media (min-width: 992px) {
  #state-header-section-general {
    height: 600px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #state-header-section-general {
    background-image: url("/images/assets/states/mandated-reporter-training-state-marquee-L.jpg");
  }
}
@media (min-width: 1800px) {
  #state-header-section-general {
    background-image: url("/images/assets/states/mandated-reporter-training-state-marquee-XL.jpg");
    height: 700px;
  }
}
#state-header-section-general .purple-screen-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 51, 0.85) 0%, rgba(0, 0, 51, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#state-seal-section {
  background-color: #000033;
  padding: 25px 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  #state-seal-section {
    padding: 50px 0;
  }
}
#state-seal-section img {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
}

#resources-tabs .tab-content {
  display: unset;
  z-index: 0;
}
#resources-tabs .tab-content .tab-pane {
  background-color: unset;
  border-top: 2px solid #595959;
  height: 100%;
}
#resources-tabs .tab-content ul li {
  margin-bottom: 1rem;
  line-height: 20px;
  font-size: 1rem;
}
#resources-tabs .tab-pages .nav-tabs {
  border-bottom: 0;
  margin-bottom: -2px;
  z-index: 50000;
  position: relative;
}
#resources-tabs .tab-pages .nav-item {
  padding: 0 3px;
}
#resources-tabs .tab-pages .nav-link {
  border-radius: 5px !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
  color: #171717;
  background-color: #F4F4F4;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-width: 0;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: calc(24px * 0.833) !important;
  font-family: "Montserrat", sans-serif !important;
}
@media (min-width: 992px) {
  #resources-tabs .tab-pages .nav-link {
    padding: 15px 100px;
    font-size: calc(1rem * 1.25) !important;
    line-height: calc(24px * 1) !important;
  }
}
#resources-tabs .tab-pages .nav-link.active {
  border-width: 2px;
  background-color: #ffffff !important;
  border-color: #595959 #595959 #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  color: #171717 !important;
}
#resources-tabs .tab-pages .nav-link:hover {
  color: #29b494 !important;
}

#who-should-report-section {
  padding-top: 25px;
}
@media (min-width: 992px) {
  #who-should-report-section {
    padding: 50px 0;
  }
}
#who-should-report-section .tab-pages .nav-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 0;
  margin-bottom: -2px;
}
#who-should-report-section .tab-pages .tab-heading {
  padding-top: 7px;
  width: 150px;
}
#who-should-report-section .tab-pages .nav-item {
  padding: 0 3px;
  text-align: center;
  flex-grow: 1;
}
#who-should-report-section .tab-pages .nav-link {
  padding: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  height: 95px;
  border-radius: 5px !important;
  color: #221945;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #F4F4F4;
  margin-bottom: 0;
  border-width: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #595959;
  width: 100%;
}
#who-should-report-section .tab-pages .nav-link img {
  width: 35px;
  height: 35px;
}
#who-should-report-section .tab-pages .nav-link.active {
  border-width: 2px;
  border-color: #595959 #595959 #f4fafc !important;
  border-bottom: 2px solid #ffffff !important;
  color: #171717 !important;
}
#who-should-report-section .tab-pages .nav-link:hover {
  color: #29b494 !important;
}
#who-should-report-section .tab-pages .tab-content {
  display: unset;
  z-index: 0;
}
#who-should-report-section .tab-pages .tab-content .tab-pane {
  border-top: 2px solid #595959 !important;
  height: 100%;
}
@media (min-width: 992px) {
  #who-should-report-section .tab-pages .tab-content .tab-pane ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
#who-should-report-section .tab-pages .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  line-height: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#state-coureware-section {
  background-color: #f4fafc;
  padding: 25px 0;
}
@media (min-width: 992px) {
  #state-coureware-section {
    padding: 50px 0;
  }
}
#state-coureware-section img {
  width: 100%;
  max-width: 75px;
  height: 75px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #state-coureware-section ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
#state-coureware-section ul li {
  margin-bottom: 12px;
  line-height: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

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

#state-partnership-section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  #state-partnership-section {
    padding: 50px 0;
  }
}
#state-partnership-section img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#index-resources-section {
  padding: 50px 0;
}
#index-resources-section .resources-icon-bg {
  background-color: #f4fafc;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-resources-section .resources-icon-bg #animation3 {
  height: 200px;
}
@media (min-width: 765px) {
  #index-resources-section .pl-md-0 {
    padding-left: 0;
  }
}
#index-resources-section .pl-md-0 li {
  padding: 1rem 0;
  border-bottom: 1px solid #C1C1C1;
}
#index-resources-section .pl-md-0 li a {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  color: #000033;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 765px) {
  #index-resources-section .pl-md-0 li a {
    padding-right: 0;
  }
}
#index-resources-section .pl-md-0 li a:hover, #index-resources-section .pl-md-0 li a:active {
  color: #29b494;
}