@charset "UTF-8";
@font-face {
  margin: 0 auto;
  font-family: "Recoleta";
  src: url("../fonts/recoleta/regular/Recoleta-Regular.woff2") format("woff2"), url("../fonts/recoleta/regular/Recoleta-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  background: url(../../fonts/averta/bold/);
}
@font-face {
  font-family: "Recoleta";
  src: url("../fonts/recoleta/medium/Recoleta-Medium.woff2") format("woff2"), url("../fonts/recoleta/medium/Recoleta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.et_mobile_menu li a:hover,
.nav ul li a:hover {
  background-color: #F3CC6C;
}

.nav ul li a {
  border-radius: 8px;
  font-weight: 400 !important;
}

.nav li ul.sub-menu {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  padding: 0 !important;
}

.nav li ul.sub-menu li {
  width: 100%;
  padding: 7px;
}

.nav li ul.sub-menu li a {
  width: 100%;
  padding: 12px;
  font-weight: 400;
}

.nav a:hover {
  color: #308091;
}

.nav .menu-item-has-children > a:first-child:after {
  background: 0 0 !important;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-color: #2aadca transparent transparent;
  right: 6px;
  top: 4px;
  left: auto;
  margin-left: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
}

.et-menu .menu-item-has-children > a:first-child::after {
  content: "";
}

.header-sign-up-wrapper {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.desktop-hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .desktop-hidden {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  header .et_pb_row {
    width: 94%;
  }
}
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "M";
}

#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
  content: "5";
}

#main-header #mobile_menu1.et_mobile_menu .menu-item-has-children {
  position: relative;
}

#main-header #mobile_menu1.et_mobile_menu .sub-menu-toggle {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  top: 5px;
  right: 30px;
  cursor: pointer;
  text-align: center;
}

#main-header #mobile_menu1.et_mobile_menu .sub-menu-toggle::before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  font-size: 24px;
  text-transform: none;
  content: "3";
  color: #1B1D1D;
}

#main-header #mobile_menu1.et_mobile_menu .sub-menu-toggle.popped::before {
  content: "2";
}

#main-header #mobile_menu1.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
  display: none !important;
  padding-left: 0;
}

#main-header #mobile_menu1.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
  display: block !important;
}

#main-header #mobile_menu1.et_mobile_menu li li {
  padding-left: 0;
}

#main-header #mobile_menu1.et_mobile_menu li a {
  padding-left: 20px;
  padding-right: 20px;
}

#main-header #mobile_menu1.et_mobile_menu li li li a {
  padding-left: 60px;
  padding-right: 20px;
}

#main-header #mobile_menu1.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  font-weight: inherit;
}

.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
}

#main-header #mobile_menu1.et_mobile_menu li.current-menu-item > a {
  font-weight: bolder;
}

.fa {
  margin-right: 15px;
}

@media only screen and (max-width: 980px) {
  #mobile_menu1 {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    overflow: scroll;
    border-top: none;
    padding-top: 60px !important;
  }
  .et_mobile_menu li a {
    color: #1B1D1D !important;
    width: 100%;
    float: left;
    text-align: left;
    margin: 5px;
    transition: 0.2s;
    text-transform: uppercase;
    border-bottom: none;
    text-transform: initial;
    font-size: 2.1rem;
  }
  .mobile_nav ul#mobile_menu1 .current_page_item > a {
    color: #308091 !important;
  }
  .mobile_nav.closed #mobile_menu1 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
  }
  .mobile_nav.opened #mobile_menu1 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
  }
  #main-header .container.clearfix.et_menu_container {
    width: 100%;
  }
  .mobile_menu_bar {
    margin-top: -1.6rem;
  }
  .mobile_menu_bar:before {
    color: #1B1D1D !important;
  }
  .mobile_nav.opened .mobile_menu_bar:before {
    content: "M";
    color: #1B1D1D !important;
    z-index: 99999;
  }
  .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
}
@media only screen and (max-width: 980px) {
  .et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {
    z-index: 9999;
  }
  #et-top-navigation {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 481px) {
  #mobile_menu1 {
    width: 340px;
    margin-left: calc(100% - 340px);
  }
}
@media only screen and (max-width: 480px) {
  #mobile_menu1 {
    width: 290px;
    margin-left: calc(100% - 290px);
  }
}
html, body {
  font-size: 0.52vw;
  font-size: 8px;
}

body {
  font-family: work sans, Arial, sans-serif;
  font-weight: 400;
  color: #000;
}

.wrapper ul, .wrapper ol {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.014em;
}
.wrapper ul li, .wrapper ol li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 0.8em;
}
.wrapper ul li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  display: block;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.15em);
  left: 0;
}

.eds-button-scc-icon {
  background-image: url("../img/scc-logo.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 30px;
}

.eds-button-scc-icon:hover {
  background-image: url("../img/scc-logo-hover.svg") !important;
}

.eds-button-sel-icon {
  background-image: url("../img/sel-logo.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 30px;
}

.eds-button-sel-icon:hover {
  background-image: url("../img/sel-logo-hover.svg") !important;
}

.eds-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}

.eds-modal {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

.eds-modal.active {
  display: block;
}

.eds-modal.show {
  display: block !important;
}

.eds-modal:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}

.eds-modal .window {
  width: calc(100% - 20px);
  max-width: 90rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  padding: 6rem 6rem 2rem;
  text-align: center;
  border-radius: 2.5rem;
}

.eds-modal video {
  width: 100%;
}

.eds-modal .close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity background 0.3s;
  -o-transition: opacity background 0.3s;
  transition: opacity background 0.3s;
}

.eds-modal .close:hover:before,
.eds-modal .close:hover:after {
  background: #3F9EB6;
}

.eds-modal .close:before,
.eds-modal .close:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #B3B3B3;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.eds-modal .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.eds-modal .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.eds-modal.text .window {
  padding: 4rem 2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  max-width: 84.7rem;
}

.eds-modal.plane .window {
  padding: 0;
  width: 55rem;
}

.eds-modal.plane .window img {
  width: 100%;
}

.eds-modal h3,
.eds-modal .h3 {
  color: #185480;
  font-family: "Recoleta", Times, serif;
}

.eds-modal .text-window {
  max-width: 55.8rem;
  margin: 0 auto;
}

.eds-modal .link_page {
  margin-top: 4rem;
}

.eds-modal .window.processing-message .text-window h5 {
  font-size: 6rem;
  font-family: "Recoleta";
  color: #308091;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 1rem;
}

.eds-modal .window.processing-message .text-window img {
  max-width: 25rem;
  margin: 0 auto;
  display: block;
}

.eds-modal .window.processing-message .text-window p {
  font-size: 2.5rem;
  color: #000;
}

.eds-modal .window.submission-error-message .text-window h5 {
  font-size: 6rem;
  font-family: "Recoleta";
  color: #185480;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 1rem;
}

.eds-modal .window.submission-error-message .text-window img {
  max-width: 25rem;
  margin: 0 auto;
  display: block;
}

.eds-modal .window.submission-error-message .text-window p {
  font-size: 2.5rem;
  color: #000;
}

.eds-modal .window.submission-error-message .text-window p:last-child {
  font-size: 2.1rem;
}

.eds-modal .window.submission-error-message .text-window a {
  color: #308091;
  text-decoration: none;
}

.eds-select-item {
  margin-bottom: 3.5rem;
}
.eds-select-item select {
  width: 100%;
  border: 2px solid #E4E4E4;
  border-radius: 1rem;
  height: 6rem;
  font-size: 2rem;
  padding-left: 1rem;
  transition: all 0.5s;
  background-color: #FFFDF9;
  color: #6F6F6F;
}
.eds-select-item select option[value="#"][disabled] {
  display: none;
}
.eds-select-item select:focus {
  border-color: #3F9EB6;
}

.eds-input-item {
  width: 100%;
  margin-bottom: 3.5rem;
}
.eds-input-item input[type=text],
.eds-input-item textarea,
.eds-input-item input[type=email] {
  width: 100%;
  border: 2px solid #E4E4E4;
  border-radius: 1rem;
  height: 6rem;
  font-size: 2rem;
  padding-left: 1rem;
  transition: all 0.5s;
  background-color: #FFFDF9;
  color: #6F6F6F;
}
.eds-input-item input[type=text]:focus,
.eds-input-item textarea:focus,
.eds-input-item input[type=email]:focus {
  border-color: #3F9EB6;
}
.eds-input-item .iti {
  width: 100%;
}
.eds-input-item label {
  margin-bottom: 0.5rem;
  color: #1B1D1D;
  font-size: 2rem;
  font-weight: 500;
}

.eds-input-item.invalid input[type=text],
.eds-input-item.invalid textarea,
.eds-input-item.invalid input[type=email] {
  border-color: #BE5D68;
}
.eds-input-item.invalid .error-message {
  font-size: 1.8rem;
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  font-weight: 400;
  color: #BE5D68;
}

.eds-inputs-2-col {
  display: flex;
  gap: 2.5rem;
}

.eds-input-item label,
.eds-select-item label {
  margin-bottom: 0.5rem;
  color: #6F6F6F;
  font-size: 2rem;
  font-weight: 500;
}

.eds-input-item label span,
.eds-select-item label span {
  color: #6F6F6F;
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #151616;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  border: 2px solid #151616;
  padding: 1rem 1.5rem;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 500;
  top: 8.1rem;
  left: 0;
  color: #fff;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(21, 21, 21, 0.3);
  opacity: 0.92;
}
.tooltip-wrapper .tooltiptext::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 5px);
  margin-left: -3px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #151616 transparent;
}

.tooltip-wrapper.disabled-mode:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 992px) {
  .eds-inputs-2-col {
    flex-direction: column;
    gap: 0;
  }
}
/*** choose curriculum overrides ***/
/*** GENERAL ***/
.link_page {
  font-size: 1.6em;
  letter-spacing: 0.0125em;
}

.link_page:last-child {
  margin-bottom: 0;
}

.link_page a {
  display: inline-block;
  text-decoration: none;
  background: #F5E3B4;
  padding: 1.58em 1.55em;
  border-radius: 10em;
  font-family: "Work Sans", Arial, sans-serif;
  min-width: 22rem;
  text-align: center;
  color: #001951;
  position: relative;
}

.link_page a:hover {
  background: #DCAF3F;
  color: #fff;
}

.link_page.blue a {
  background: #417A87;
  color: #fff;
}

.link_page.blue a:hover {
  background: #3E649D;
  color: #fff;
}

.link_page.blue-dark a {
  background: #3E649D;
  color: #fff;
}

.link_page.blue-dark a:hover {
  background: #417A87;
  color: #fff;
}

.link_page.grean a {
  background: #36A18B;
  color: #fff;
}

.link_page.grean a:hover {
  background: #417A87;
}

.link_page.orange a {
  background: #EC7046;
  color: #fff;
}

.link_page.orange a:hover {
  background: #EE4A33;
}

.items-started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 93.3rem;
  margin: 0 auto;
}

.items-started .item {
  border: 0.4rem solid #ED7951;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 770px;
  align-items: center;
}

.items-started .item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.items-started .item:nth-child(2n) {
  border-color: #379A85;
}

.items-started .item:nth-child(2n) .top {
  background: #379A85;
}

.items-started .item:nth-child(2n) hr {
  border-color: #379A85;
}

.items-started .top {
  background: #ED7951;
  padding: 2rem 5.3rem;
}

.items-started .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 2.4rem;
}

.items-started .title img {
  width: 5.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2rem;
}

.items-started .title span {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.items-started .text {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: "Recoleta", Times, serif;
  font-style: italic;
  text-align: center;
}

.items-started .buttom {
  padding: 2.5rem 2rem;
}

.items-started .link_page {
  text-align: center;
}

.items-started h6,
.items-started .h6 {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 1rem;
}

.items-started p {
  font-size: 1.67em;
  line-height: 1.2em;
  margin: 0;
}

.items-started hr {
  border: none;
  border-bottom: 0.2rem solid #ED7951;
  margin: 2.3rem 0 2.4rem;
}

.items-started .link_page {
  margin-top: 2.2rem;
}

.items-started .link_page a {
  min-width: 27rem;
}

.curriculum-table {
  position: relative;
}

.curriculum-table .items-started {
  max-width: 135rem;
  display: flex;
}

.curriculum-table .items-started strong.semi-bold {
  font-weight: 600;
}

.curriculum-table .items-started h6 {
  text-transform: inherit;
}

.curriculum-table .items-started p {
  font-size: 1.5em;
}

.curriculum-table .items-started .item {
  border-radius: 2rem;
  margin-bottom: 0rem;
}

.curriculum-table .items-started .top {
  padding: 1rem 3rem;
  min-height: auto;
}

.curriculum-table .items-started .top.item-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.curriculum-table .items-started .buttom {
  position: relative;
  height: 71%;
}

.curriculum-table .items-started .item {
  margin-bottom: 18px;
}

.curriculum-table .items-started .item hr {
  border-color: #E4E4E4;
}

.curriculum-table .items-started .item .title span {
  font-weight: 600;
  font-size: 2.8rem;
}

.curriculum-table .title {
  align-items: center;
  min-height: 84.1px;
}

.curriculum-table .items-started .title {
  margin-bottom: 0.4rem;
  line-height: 1;
  margin-left: 20px;
}

.curriculum-table .items-started .title img {
  width: 20%;
  height: 100%;
}

.curriculum-table .items-started .link_page {
  margin-bottom: 40px;
}

.curriculum-table #-cta-button {
  width: 160px !important;
  min-width: unset;
  text-transform: uppercase;
  font-weight: 600;
}

.curriculum-table .link_page a {
  padding: 1.3em 1.55em;
}

.curriculum-table .link_page a:hover {
  background: #1b6777;
}

.curriculum-table .items-started .item h6 {
  font-style: normal;
}

.curriculum-table .items-started .item p {
  line-height: 1.4;
}

/*** SPECIFICS ***/
/*** SCC ***/
.curriculum-table .items-started .item:first-of-type .top {
  background-color: #ffdda7;
}

.curriculum-table .items-started .item:first-of-type .text,
.curriculum-table .items-started .item:first-of-type .buttom h6,
.curriculum-table .items-started .item:first-of-type .title span {
  color: #976211 !important;
}

.curriculum-table .item:first-of-type {
  border-color: #f7b148;
}

/*** SEL ***/
.curriculum-table .items-started .item.sel .top {
  background-color: #ebecb4;
}

.curriculum-table .items-started .item.sel .text,
.curriculum-table .items-started .item.sel .buttom h6,
.curriculum-table .items-started .item.sel .title span {
  color: #657019 !important;
}

.curriculum-table .item.sel {
  border-color: #b1c14d;
}

/*** BUNDLE ***/
.curriculum-table .items-started .item.bundled .top {
  background-color: #CEEBF2;
}

.curriculum-table .items-started .item.bundled .text,
.curriculum-table .items-started .item.bundled .buttom h6,
.curriculum-table .items-started .item.bundled .title span,
.curriculum-table .items-started .item.bundled .title subheading {
  color: #185480 !important;
}

.curriculum-table .items-started .item.bundled .title subheading {
  font-size: 0.78em;
}

.curriculum-table .item.bundled {
  border-color: #308091;
}

.curriculum-table .items-started .item.bundled .title {
  text-align: center;
  justify-content: center;
}

/*** RESPONSIVE ***/
@media (max-width: 1133px) and (min-width: 993px) {
  .curriculum-table .title {
    min-height: 53px;
  }
}
@media (max-width: 993px) {
  .curriculum-table .items-started .item {
    width: 100%;
  }
  .curriculum-table .items-started .item img {
    width: 53px;
  }
  .curriculum-table .title {
    justify-content: center;
  }
  .curriculum-table .items-started .buttom {
    height: auto;
    min-height: auto;
  }
  .curriculum-table .items-started .top.item-centered {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .items-started .item {
    margin-bottom: 4rem;
  }
  .items-started .item:nth-last-child(-n+2) {
    margin-bottom: 4rem;
  }
  .items-started .item:last-child {
    margin-bottom: 0;
  }
  .items-started .top {
    padding: 2rem 1rem;
  }
  .items-started .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-started .title img {
    width: 3.5rem;
    margin-right: 1rem;
  }
  .items-started .title span {
    font-size: 1.7rem;
  }
  .items-started .text {
    font-size: 1.4em;
  }
  .items-started p {
    font-size: 1.3em;
  }
  .items-started hr {
    margin: 1.6rem 0;
    border-width: 2px;
  }
  .items-started .link_page a {
    min-width: 100%;
  }
  .curriculum-table .items-started .item .title span {
    font-size: 2.1rem;
  }
  .curriculum-table .items-started .item .title {
    margin-bottom: 0px;
    padding: 0px 10px;
  }
  .curriculum-table .items-started .item {
    border-radius: 0px !important;
  }
  .curriculum-table #-cta-button {
    width: 100% !important;
  }
  .curriculum-table .cta-button {
    padding: 0px 20px;
  }
  .curriculum-table .items-started .link_page {
    padding: 0px 15px;
  }
}
@media (max-width: 414px) {
  .curriculum-table .items-started .item img {
    width: 42.5px;
  }
  .curriculum-table .items-started .top {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 350px) {
  .curriculum-table .items-started .item .title {
    padding: 0px 35px;
  }
}
.eds-school-districts .et_pb_image {
  text-align: center;
}

.eds-testimonials-slider .et_pb_slide_content p:last-child {
  background-color: #fff;
  max-width: 90%;
  margin: 2rem auto;
  padding: 6rem 6rem;
  border-radius: 2rem;
  font-size: 2.5rem;
}
.eds-testimonials-slider .et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background-color: #CEEBF2;
}
.eds-testimonials-slider .et_pb_slide_image img {
  max-width: 100px;
  max-height: 100px;
}
.eds-testimonials-slider .et_pb_slide_description {
  padding-top: 20px !important;
}

@media (max-width: 980px) {
  .eds-testimonials-slider .et_pb_slide_image {
    display: block !important;
  }
}
.eds-home-header-section .title p {
  margin-top: 2.5rem;
}
.eds-home-header-section .cta-row .column-1, .eds-home-header-section .cta-row .column-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.eds-home-header-section .cta-row .column-1 {
  width: 85%;
}
.eds-home-header-section .cta-row .column-2 {
  width: 15%;
}

@media (max-width: 1100px) {
  .eds-home-header-section .column-1, .eds-home-header-section .column-2 {
    width: 100% !important;
  }
}
.eds-single-testimonial {
  background-size: cover;
}
.eds-single-testimonial blockquote {
  margin-top: 10px;
}

.eds-scc-title {
  position: relative;
  padding-left: 75px;
}

.eds-scc-title:before {
  content: "";
  background-image: url("../img/scc-logo-black-large.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  left: 0;
  position: absolute;
  background-size: contain;
  top: -4px;
}

.eds-sel-title {
  position: relative;
  padding-left: 75px;
}

.eds-sel-title:before {
  content: "";
  background-image: url("../img/sel-logo-white-large.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  left: 0;
  position: absolute;
  background-size: contain;
  top: -4px;
}

.eds-sel-title-colored,
.eds-scc-title-colored {
  position: relative;
  padding-left: 44px;
}

.eds-bundled-title-colored {
  padding: 1rem 3rem 0rem 12rem;
}

.eds-scc-title-colored:before {
  content: "";
  background-image: url("../img/scc-logo-colored.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  left: 0;
  position: absolute;
  background-size: contain;
  top: 0;
}

.eds-sel-title-colored:before {
  content: "";
  background-image: url("../img/sel-logo-colored.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  left: 0;
  position: absolute;
  background-size: contain;
  top: 0;
}

.eds-bundled-title-colored .et_pb_text_inner::before {
  content: "";
  background-image: url("../img/bundled-logo-colored.svg");
  background-repeat: no-repeat;
  width: 52px;
  height: 42px;
  display: block;
  left: -57px;
  position: absolute;
  background-size: contain;
  top: 5px;
}

.eds-bundled-title-colored::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  right: 0.06%;
  background-size: contain;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 11px 0 0;
  border-color: #CEEBF2 transparent transparent transparent;
  bottom: -17.5%;
}

.eds-bundled-title-colored::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  left: 0px;
  background-size: contain;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 12px 0;
  border-color: transparent #CEEBF2 transparent transparent;
}

@media (max-width: 980px) {
  .eds-scc-title,
  .eds-sel-title {
    padding-left: 0;
  }
  .eds-scc-title:before,
  .eds-sel-title:before {
    content: none;
  }
}
.eds-free-materials-slider .et_pb_slide_image {
  margin-top: 0 !important;
}
.eds-free-materials-slider .et_pb_slide_image img {
  max-width: 370px;
}
.eds-free-materials-slider .et_pb_container {
  max-height: 380px;
}

.eds-button {
  padding: 2.3rem 4rem;
  color: #1B1D1D;
  font-size: 2rem;
  width: 100%;
  transition: all 0.5s;
}

.blue-2-primary {
  border-radius: 1rem;
  background-color: #CEEBF2;
}

.blue-2-primary:hover {
  background-color: #3F9EB6;
  color: #fff;
}

.blue-2-primary.disabled-mode {
  color: #B3B3B3;
  background-color: #E4E4E4;
  cursor: default;
}

.free-materials-window p {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 2rem;
}
.free-materials-window .text-window {
  max-width: 70rem !important;
}

@media (max-width: 980px) {
  .eds-free-materials-slider .et_pb_slide_image {
    display: block !important;
  }
}
.block_signup {
  width: calc(100% - 20px);
  max-width: 92.5rem;
  position: relative;
  background: #fff;
  padding: 3.5rem 2rem 2.2rem;
  margin: 2rem auto;
  border-radius: 2rem;
  text-align: center;
}

.block_signup.small {
  max-width: 78.8rem;
}

.block_signup h2,
.block_signup .h2 {
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #3E649D;
}

.block_signup h3,
.block_signup .h3 {
  font-size: 2.6em;
  margin-bottom: 1.4rem;
  font-weight: 600;
  color: #3E649D;
}

.block_signup h4,
.block_signup .h4 {
  font-size: 2.5em;
  margin: 4rem 0 5rem;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
  color: #3E649D;
}

.block_signup .preload {
  width: 28rem;
  margin: 0 auto 0rem;
}

.block_signup .preload img {
  width: 100%;
}

.block_signup p {
  font-size: 1.8em;
  letter-spacing: 0.0144em;
  font-style: italic;
  font-weight: 600;
  font-family: "Work Sans", Arial, sans-serif;
  color: #3E649D;
}

.block_signup p:last-child {
  margin-bottom: 0;
}

.block_signup .link_page {
  margin: 4.4rem 0 3rem;
  font-size: 2.4em;
  font-weight: 300;
  font-family: "SignPainter";
}

.block_signup .link_page a {
  min-width: 37.6rem;
  padding: 0.95em 1em;
  border-radius: 1rem;
}

.check-user-section {
  padding: 9rem 0;
  background-color: #EDF8FB;
}
.check-user-section .screen-item {
  display: block;
  text-align: left;
  background: #fff;
  padding: 5rem;
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 2rem;
}
.check-user-section .screen-item p {
  font-size: 2rem;
  line-height: 1.5;
}
.check-user-section .screen-item .link_page {
  margin-top: 2rem;
  text-align: center;
}
.check-user-section h2 {
  font-family: "Recoleta";
}

.post-comments-section input[type=text]:focus,
.post-comments-section textarea:focus {
  border-color: #308091 !important;
  background-color: red;
}
.post-comments-section input[type=email],
.post-comments-section input[type=text],
.post-comments-section input[type=url],
.post-comments-section textarea {
  width: 100% !important;
  border-color: #B3B3B3 !important;
}
.post-comments-section form p {
  margin-bottom: 15px;
}
.post-comments-section p {
  font-size: 18px;
}
.post-comments-section ul.children {
  margin-left: 50px;
  margin-top: 40px;
}
.post-comments-section .comment-respond {
  margin-top: 40px;
}
.post-comments-section .comment-reply-title span {
  font-weight: 600;
}
.post-comments-section input::placeholder,
.post-comments-section textarea::placeholder {
  color: red !important;
  opacity: 0 !important;
}
.post-comments-section #commentform input[type=email]:focus,
.post-comments-section #commentform textarea:focus,
.post-comments-section #commentform input[type=text]:focus {
  border-color: #308091;
}

.breadcrumb_last {
  font-weight: 600;
}

.eds-blog-breadcrumbs {
  line-height: 1.3;
}

.ssba-share-text {
  margin-right: 14px;
}

.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
  width: 100%;
}

.et_pb_posts article {
  margin-bottom: 3rem;
  padding-bottom: 0;
}

.post-social-share-bottom .ssbp-wrap {
  float: none;
}

@media (max-width: 800px) {
  .single-post h1 {
    font-size: 30px;
  }
  .single-post h3 {
    font-size: 24px;
  }
}
.check-icon {
  display: inline-block;
  background-image: url("../img/check.svg");
  width: 28px;
  height: 28px;
  margin-top: 6px;
}

.comparison-pick-curricula-table {
  border: none !important;
  width: 97% !important;
}
.comparison-pick-curricula-table td {
  font-size: 18px;
  border-top: 2px solid #B3B3B3 !important;
  padding: 9px 0 !important;
}
.comparison-pick-curricula-table td:nth-child(1) {
  width: 38.5%;
  vertical-align: middle;
}
.comparison-pick-curricula-table td:nth-child(2),
.comparison-pick-curricula-table td:nth-child(3),
.comparison-pick-curricula-table td:nth-child(4) {
  width: 20.5%;
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
}
.comparison-pick-curricula-table tr:last-child {
  border-bottom: 2px solid #B3B3B3 !important;
}

.comparison-categories-table thead td {
  border-top: none !important;
}
.comparison-categories-table select {
  padding: 7px 9px 7px 14px;
  margin-left: 10px;
  border-radius: 50px;
  min-width: 250px;
  font-weight: 600;
}
.comparison-categories-table .fixed-categories-menu td {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.comparison-categories-table .fixed-categories-menu td span {
  font-weight: 500;
}
.comparison-categories-table .fixed-categories-menu tr {
  border-bottom: none !important;
}

.accordion-content .comparison-pick-curricula-table {
  width: 100% !important;
}

.accordion-content .comparison-pick-curricula-table tr:first-child td {
  border-top: none !important;
}

.accordion-content {
  overflow: hidden;
  padding: 0 10px;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-header {
  background-color: #e5e5e5;
}

.accordion-item.active .accordion-content {
  transition: max-height 0.3s ease;
}

.comparison-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  transition: max-height 0.3s ease;
}

.accordion-item {
  margin-bottom: 24px;
}

.accordion-item.active .accordion-header {
  background-color: #e5e5e5;
}

.accordion-item.active .accordion-content {
  max-height: 500px; /* Adjust the value as needed */
  transition: max-height 0.3s ease;
}

.accordion-header {
  background-color: #CEEBF2;
  font-size: 22px;
  font-family: Quicksand;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#categories-accordeon {
  overflow: auto;
  width: 97%;
}

.accordion-header:after {
  content: "+";
  display: block;
  font-size: 38px;
  font-weight: 500;
  margin-top: -5px;
}

.accordion-header.active:after {
  content: "–";
}

.fixed-categories-menu tr {
  border: none;
}
.fixed-categories-menu td {
  vertical-align: middle;
}
.fixed-categories-menu td:nth-child(2),
.fixed-categories-menu td:nth-child(3),
.fixed-categories-menu td:nth-child(4) {
  font-weight: 600;
}
.fixed-categories-menu td:nth-child(2) span,
.fixed-categories-menu td:nth-child(3) span,
.fixed-categories-menu td:nth-child(4) span {
  font-weight: 500;
  color: #6F6F6F;
}

.fixed-categories-menu.fixed {
  position: fixed;
  top: 88px;
  width: 100%;
  background: #fff;
  max-width: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fixed-categories-menu.fixed tr {
  margin: 0 auto;
  max-width: 1100px;
  border-bottom: none !important;
}

body.fixed-menu-active {
  padding-top: 170px;
}

@media (max-width: 980px) {
  .compare-curricula-top-section .et_pb_column_0 {
    width: 100% !important;
  }
  .compare-curricula-top-section .et_pb_column_1 {
    width: 100% !important;
  }
  .compare-curricula-top-section .et_pb_row {
    width: 90%;
  }
  .comparison-column-2 {
    gap: 1rem;
  }
  .comparison-column-2 .et_pb_column {
    width: 48.5% !important;
  }
  .bottom-prices-cta > .et_pb_row {
    width: 90%;
  }
  .bottom-prices-cta .et_pb_column_6,
  .bottom-prices-cta .et_pb_column_7 {
    width: 100% !important;
  }
  .bottom-prices-cta .et_pb_column_7 .et_pb_row_inner {
    gap: 1rem;
  }
  .bottom-prices-cta .et_pb_column_7 .et_pb_row_inner .et_pb_column {
    width: 48.5% !important;
  }
  .fixed-categories-menu.fixed {
    top: 73px;
  }
}
@media (max-width: 768px) {
  .fixed-categories-menu .comparison-categories-table thead tr {
    display: flex;
    flex-flow: wrap-reverse;
  }
  .fixed-categories-menu .comparison-categories-table thead td:nth-child(1) {
    width: 100% !important;
  }
  .fixed-categories-menu .comparison-categories-table thead td:nth-child(2),
  .fixed-categories-menu .comparison-categories-table thead td:nth-child(3),
  .fixed-categories-menu .comparison-categories-table thead td:nth-child(4) {
    width: 33% !important;
    line-height: 1.2;
  }
  .fixed-categories-menu .comparison-categories-table thead td span {
    font-size: 13px;
  }
  .fixed-categories-menu .comparison-categories-table thead select {
    min-width: auto;
    margin-top: 10px;
  }
  .comparison-pick-curricula-table td {
    font-size: 16px;
    font-weight: 600;
  }
  .comparison-pick-curricula-table td span {
    font-size: 14px;
    color: #6F6F6F;
    font-weight: 500;
  }
  .accordion-header {
    font-size: 19px;
  }
  .accordion-header:after {
    font-size: 30px;
  }
  #categories-accordeon .comparison-pick-curricula-table td:nth-child(1),
  .comparison-curricula-table td:nth-child(1) {
    display: none;
  }
}
.thank-you-section {
  background-color: #EFFCFE;
  padding: 3rem;
}
.thank-you-section .result-screen {
  width: calc(100% - 20px);
  max-width: 92.5rem;
  position: relative;
  background: #fff;
  padding: 4rem;
  margin: 2rem auto;
  border-radius: 2rem;
  text-align: center;
}
.thank-you-section .result-screen h2, .thank-you-section .result-screen .h2 {
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #308091;
  font-family: "Recoleta";
  line-height: 1.5;
  font-size: 30px;
}
.thank-you-section .result-screen h3, .thank-you-section .result-screen .h3 {
  font-size: 2.6em;
  margin-bottom: 1.4rem;
  font-weight: 600;
  color: #1B1D1D;
}
.thank-you-section .result-screen h4, .thank-you-section .result-screen .h4 {
  font-size: 2.5em;
  margin: 4rem 0 5rem;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
  color: #1B1D1D;
}
.thank-you-section .result-screen .preload {
  width: 28rem;
  margin: 0 auto 0rem;
}
.thank-you-section .result-screen .preload img {
  width: 100%;
}
.thank-you-section .result-screen p {
  font-size: 2em;
  font-weight: 600;
  color: #1B1D1D;
  line-height: 1.5;
}
.thank-you-section .result-screen a {
  color: #3F9EB6;
}
.thank-you-section .result-screen a:hover {
  opacity: 0.85;
}
.thank-you-section .result-screen p:last-child {
  margin-bottom: 0;
}
.thank-you-section .result-screen .link_page {
  margin: 4.4rem 0 3rem;
  font-size: 2.4em;
  font-weight: 300;
}
.thank-you-section .result-screen .link_page a {
  min-width: 37.6rem;
  padding: 0.95em 1em;
  border-radius: 1rem;
  color: #fff;
}
.thank-you-section .check-user-section {
  padding: 9rem 0;
  background-color: #EDF8FB;
}
.thank-you-section .check-user-section .screen-item {
  display: block;
  text-align: left;
  background: #fff;
  padding: 5rem;
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 2rem;
}
.thank-you-section .check-user-section .screen-item p {
  font-size: 2rem;
  line-height: 1.5;
}
.thank-you-section .check-user-section .screen-item .link_page {
  margin-top: 2rem;
  text-align: center;
}
.thank-you-section .check-user-section h2 {
  font-family: "Recoleta";
}

/*# sourceMappingURL=style.css.map */
