main {
  background-color: #EEF5FF;
  padding-top: 32px;
}

body#static-header {
  margin-top: 49px;
}

.prep_directory {
  font-family: var(--rt-font-dm);
}
.prep_directory p {
  color: var(--rt-dark);
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 15px;
}
.prep_directory #tooltip {
  position: absolute;
  padding: 20px 10px;
  background: rgb(255, 255, 255);
  color: white;
  border-radius: 30px;
  font-size: 22px;
  display: none;
  pointer-events: none;
  color: #333;
  border-bottom: 5px solid #498BF9;
  width: 160px;
  text-align: center;
  word-wrap: break-word;
}
.prep_directory .usa_map svg {
  height: auto;
}
.prep_directory .usa_map path[data-name] {
  cursor: pointer;
  font-weight: 600;
}
.prep_directory .usa_map text {
  font-weight: 600;
  font-family: var(--rt-font-dm);
}
.prep_directory .usa_map path[data-name]:hover {
  fill: #498BF9;
  transition: all 0.3s;
}
.prep_directory .hero {
  padding: 80px 32px;
}
.prep_directory .hero .hero_wrapper {
  position: relative;
}
.prep_directory .hero .hero_wrapper .title {
  max-width: 670px;
  text-align: center;
  margin: auto;
  width: 100%;
}
.prep_directory .hero .hero_wrapper .title h1 {
  font-family: var(--rt-font-ibm);
  font-size: 48px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
  color: var(--rt-dark);
  margin-bottom: 32px;
}
.prep_directory .hero .hero_wrapper .description {
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.prep_directory .hero .hero_wrapper .description p {
  font-size: 22px;
  font-family: var(--rt-font-dm);
  line-height: 28px;
  color: var(--rt-dark);
  font-weight: 400;
}
.prep_directory .hero .hero_wrapper .confettiLeft,
.prep_directory .hero .hero_wrapper .confettiRight {
  position: absolute;
}
.prep_directory .hero .hero_wrapper .confettiLeft {
  left: 0;
  top: -30px;
}
.prep_directory .hero .hero_wrapper .confettiRight {
  right: 60px;
  top: -40px;
}
.prep_directory .online_practice {
  padding-bottom: 80px;
}
.prep_directory .online_practice .wrapper_online {
  padding: 28px 60px 60px;
  border-radius: 30px;
  border: 1px solid var(--rt-hover-blue);
  border-bottom: 5px solid var(--rt-hover-blue);
  background-color: var(--rt-white);
  display: flex;
  position: relative;
}
.prep_directory .online_practice .wrapper_online .description {
  width: 60%;
}
.prep_directory .online_practice .wrapper_online .description p strong {
  color: var(--rt-hover-blue);
}
.prep_directory .online_practice .wrapper_online .description p a {
  color: #3dcb65;
  font-weight: 600;
}
.prep_directory .online_practice .wrapper_online .description h2 {
  margin-top: 32px;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}
.prep_directory .online_practice .wrapper_online img {
  right: -30px;
  bottom: 0;
  height: calc(100% + 30px);
  position: absolute;
  width: 46%;
  object-fit: contain;
}
.prep_directory .states_reading .wrapper_reading {
  padding: 60px;
  border-radius: 30px;
  background-color: var(--rt-white);
}
.prep_directory .states_reading .wrapper_reading .title {
  max-width: 766px;
  width: 100%;
  margin: 0 auto 24px;
}
.prep_directory .states_reading .wrapper_reading .title h2 {
  text-align: center;
  line-height: 43px;
}
.prep_directory .states_reading .wrapper_reading .title h2 span {
  color: var(--rt-hover-blue);
  font-family: var(--rt-font-ibm);
}
.prep_directory .states_reading .wrapper_reading .description {
  text-align: center;
  max-width: 680px;
  width: 90%;
  margin: 0 auto;
}
.prep_directory .states_reading .wrapper_reading .states {
  column-gap: 5px;
  row-gap: 5px;
  margin-top: 25px;
}
.prep_directory .states_reading .wrapper_reading .states .state_item {
  flex: 1;
  flex-grow: 0;
  flex-basis: 24.5%;
  background-color: #EEF5FF;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  font-size: 18px;
  transition: all 0.3s;
}
.prep_directory .states_reading .wrapper_reading .states .state_item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.prep_directory .states_reading .wrapper_reading .states .state_item a img {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  right: 12px;
  transition: all 0.3s;
  top: calc(50% - 7px);
}
.prep_directory .states_reading .wrapper_reading .states .state_item a:hover img {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.prep_directory .states_reading .wrapper_reading .states .state_item .state {
  color: var(--rt-hover-blue);
  margin-right: 20px;
  font-weight: 700;
  transition: all 0.3s;
}
.prep_directory .states_reading .wrapper_reading .states .state_item:hover {
  background-color: var(--rt-hover-blue);
  transition: all 0.3s;
  color: var(--rt-white);
}
.prep_directory .states_reading .wrapper_reading .states .state_item:hover .state {
  color: var(--rt-white);
  transition: all 0.3s;
}
.prep_directory .site-title p {
  color: var(--rt-white);
  font-family: var(--rt-font-ibm);
  font-size: 48px;
  line-height: 54px;
}
.prep_directory .box-title h2 {
  font-family: var(--rt-font-ibm);
  text-transform: none;
}
.prep_directory .hero-with-boxes .container {
  background-image: url(../png/confetti.png);
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 990px) {
  .prep_directory .online_practice .wrapper_online img {
    right: 0;
  }
  .prep_directory .states_reading .wrapper_reading .states .state_item {
    flex-basis: 32%;
  }
  .prep_directory .states_reading .wrapper_reading .states {
    column-gap: 2%;
    row-gap: 10px;
  }
  .confettiRight, .confettiLeft {
    display: none;
  }
  .prep_directory .hero-with-boxes .container {
    background-position: 0 6%;
  }
}
@media (max-width: 768px) {
  .prep_directory .hero {
    padding: 35px 24px;
  }
  .prep_directory .online_practice .wrapper_online img {
    position: relative;
    width: 28%;
  }
  .prep_directory .online_practice .wrapper_online {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  .prep_directory .online_practice .wrapper_online .description {
    width: 100%;
  }
  .prep_directory .states_reading .wrapper_reading .states .state_item {
    flex-basis: 49%;
  }
  .prep_directory .hero .hero_wrapper .title h1 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
  .prep_directory .hero-with-boxes .container {
    background-image: none;
  }
  .prep_directory .hero-with-boxes.without-image .title-main > h1 {
    max-width: 100%;
    font-size: 36px;
  }
  .prep_directory .online_practice .wrapper_online {
    padding: 25px;
  }
  .prep_directory .states_reading .wrapper_reading {
    padding: 25px;
  }
}
@media (max-width: 550px) {
  .prep_directory .states_reading .wrapper_reading .states .state_item {
    flex-basis: 100%;
  }
  .prep_directory .states_reading .wrapper_reading .states {
    column-gap: 0%;
  }
}