@font-face {
  font-family: Aktiv Grotesk;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/AktivGroteskCorp-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Aktiv Grotesk;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/AktivGroteskCorp-Light.woff2) format("woff2");
}
@font-face {
  font-family: Aktiv Grotesk;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/AktivGroteskCorp-Medium.woff2) format("woff2");
}
@font-face {
  font-family: Aktiv Grotesk;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AktivGroteskCorp-Bold.woff2) format("woff2");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: inherit;
  font-weight: 300;
  margin: 0;
}
h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 58px;
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
h2 {
  font-size: 35px;
  line-height: 45px;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
h3 {
  font-size: 20px;
  line-height: 23px;
}
@media screen and (max-width: 769px) {
  h3 {
    font-size: 18px;
  }
}
p {
  font-size: 15px;
  line-height: 163%;
}

ul {
  list-style-type: disc;
  padding: 10px 10px 10px 0px;
}

.p-20 {
  font-size: 27px;
  line-height: 1.2;
  max-width: 500px;
  width: 100%;
}
.p-25 {
  font-size: 25px;
  line-height: 117%;
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
html {
  height: 100%;
}
body {
  background-color: #f8f4f0;
  color: #244b5a;
  font-family: Aktiv Grotesk, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 163%;
  max-width: 100%;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  pointer-events: none;
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
a,
button {
  display: inline-block;
}
a {
  color: inherit;
}
input:focus,
textarea:focus {
  outline: 0;
}
.container {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 90%;
}
.hide {
  display: none;
}
.text-center {
  text-align: center;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-unstyled .p-25 {
  overflow: hidden;
  padding-bottom: 60px;
  padding-left: 90px;
  padding-top: 60px;
  position: relative;
}

.list-unstyled .p-25 {
  padding-right: 100px;
}

@media screen and (max-width: 991px) {
  .list-unstyled .p-25 {
    padding-right: 40px;
  }
}

.button-primary {
  background-color: #244b5a;
  color: #fff;
  line-height: 20px;
  padding: 16px 30px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  min-width: 105px;
  text-align: center;
}
.button-primary:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.button-arrow {
  background-color: #d4f7f5;
  background-image: url(../images/arrow-right..svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  color: #244b5a;
  max-width: 370px;
  padding: 16px 60px 16px 17px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: max-width 0.2s ease-in-out;
  -o-transition: max-width 0.2s ease-in-out;
  transition: max-width 0.2s ease-in-out;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .button-arrow {
    max-width: 100%;
  }
}
.button-arrow:hover {
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .button-arrow:hover {
    max-width: 320px;
  }
}
.button-arrow--v2 {
  background-color: #ffead7;
}
.button-arrow--v3 {
  background-color: #244b5a;
  background-image: url(../images/arrow-right-sec..svg);
  color: #ffead7;
}

.header {
  background-color: #f8f4f0;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #e5e5e5;
}
.header__logo {
  position: relative;
  z-index: 1001;
}
.header__logo img {
  fill: #244b5a;
}
.header__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100vw;
}
.main-wrapper {
  flex: 1 0 auto;
}

.footer {
  color: #f8f4f0;
  padding: 20px 0;
  margin-top: auto;
  width: 100vw;
}

.footer_desktop {
  display: flex;
  font-size: 15px;
  margin: 0 10vw;

  @media screen and (max-width: 800px) {
    font-size: 10px;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
}

.footer-logo-box {
  display: flex;
  justify-content: flex-start;
  width: 40vw;
  @media screen and (max-width: 800px) {
    width: 80%;
    justify-content: space-between;
  }
}

.footer-logo {
  width: 40px;
  height: 40px;
  @media screen and (max-width: 1000px) {
    width: 30px;
    height: 30px;
  }

  @media screen and (max-width: 800px) {
    font-size: 10px;
    flex-direction: column;
    width: 20px;
    height: 20px;
    margin: 10px 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.ergo-logo {
  width: 50px;
  height: 50px;
  @media screen and (max-width: 1000px) {
    width: 40px;
    height: 40px;
  }

  @media screen and (max-width: 800px) {
    width: 30px;
    height: 30px;
  }
}

.footer-copyright {
  columns: 2;
  text-align: center;
  overflow: visible;
  text-align: left;
  @media screen and (max-width: 1050px) {
    font-size: 0.8rem;
  }

  @media screen and (max-width: 800px) {
    width: 50%;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .header__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: #f8f4f0;
    bottom: 0;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.header__links .button-primary {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .header__links .button-primary {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 120px;
    box-sizing: border-box;
  }
}
.header__link {
  color: #244b5a;
  font-weight: bold;
  font-size: 16px;
  margin-left: 47px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .header__link {
    font-size: 25px;
    line-height: 200%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.header__menu-btn {
  display: none;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 30px;
  z-index: 1001;
}
@media screen and (max-width: 991px) {
  .header__menu-btn {
    display: block;
  }
}
.header__menu-btn span {
  background: #244b5a;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header__menu-btn span:first-child {
  top: 8px;
}
.header__menu-btn span:nth-child(2),
.header__menu-btn span:nth-child(3) {
  top: 16px;
}
.header__menu-btn span:nth-child(4) {
  top: 24px;
}
.header__menu-btn.active span:first-child {
  left: 50%;
  top: 18px;
  width: 0;
}
.header__menu-btn.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__menu-btn.active span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
.footer,
.header__menu-btn-burger {
  background-color: #244b5a;
}

.form__inputs {
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .form__inputs {
    grid-template-columns: 1fr;
  }
}
.form__input {
  background-color: transparent;
  border: 2.5px solid #244b5a;
  color: #244b5a;
  font-size: 20px;
  font-weight: 300;
  min-height: 104px;
  padding: 20px 30px 50px;
  width: 100%;
}
.form__input-label {
  background-image: url(../images/list-dev..svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -2.5px;
  padding-bottom: 20px;
  text-align: center;
  width: 25px;
}
.form__input-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 75px;
  margin-top: 18px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .form__input-wrapper {
    margin-bottom: 20px;
  }
}
.section__hero {
  padding: 0 0 175px;
}
@media screen and (max-width: 991px) {
  .section__hero {
    padding: 0 0 100px;
  }
}
.section__hero-info {
  max-width: 600px;
}

.section__hero-info p {
  margin-bottom: 50px;
  margin-top: 5px;
}
.section__hero .container {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .section__hero .container {
    padding-top: 70px;
  }
}
.section__hero-img {
  max-width: 40%;
  position: absolute;
  right: 0;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .section__hero-img {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .section__hero-info {
    max-width: 400px;
  }
}
.section__about {
  background-color: #244b5a;
  color: #f8f4f0;
  padding: 75px 0 90px;
  margin-top: 0px;
}

.section__dark {
  background-color: #244b5a;
  color: #f8f4f0;
  padding: 100px 0;
  height: 100%;
}

.section__about-grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .section__about-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__about-info {
  max-width: 720px;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  .section__about-info {
    max-width: none;
    width: 100%;
  }
}
.section__about-info-grid {
  grid-column-gap: 75px;
  grid-row-gap: 40px;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 85px;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .section__about-info-grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 769px) {
  .section__about-info-grid {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .section__about-info-grid {
    grid-template-columns: 1fr;
  }
}
/* .section__about-rich {
    max-width: 700px;
  } */
.section__about-rich p {
  margin-bottom: 25px;
}
.section__about-rich p:last-child {
  margin-bottom: 0;
}
.section__about-rich h3 {
  margin-bottom: 25px;
}
.section__about-buttons {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .section__about-buttons {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .section__about-buttons {
    grid-template-columns: 1fr;
  }
}
.section__about-buttons a {
  margin-bottom: 17px;
}
@media screen and (max-width: 769px) {
  .section__about-buttons a {
    max-width: none;
    width: 100%;
  }
}
.section__about-images img {
  margin-bottom: 25px;
  margin-left: auto;
}
.section__about-images img:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .section__about-images img {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .section__about-images img {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .section__about-images {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .section__about-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section__list {
  padding: 95px 0;
  position: relative;
}
@media screen and (max-width: 769px) {
  .section__list {
    padding: 60px 0;
  }
}
.section__list .container {
  position: static;
}
.section__list--blue {
  background-color: #d4f7f5;
}
.section__list .list {
  border-top: 2.5px solid #244b5a;
  margin-top: 70px;
  max-width: 990px;
}
@media screen and (max-width: 769px) {
  .section__list .list {
    margin-top: 40px;
  }
}
.section__list .list__num {
  background-image: url(../images/list-dev..svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  font-size: 20px;
  font-weight: 500;
  left: 0;
  line-height: 163%;
  margin-bottom: -2.5px;
  padding-bottom: 15px;
  position: absolute;
  text-align: center;
  width: 20px;
  /* font-size: 30px;
    font-weight: bold;
    border-left: 2.5px solid #244b5a;
    height: 100%;
    position: absolute;
    margin-top: -40px;
    margin-left: -90px;*/
}
/* .section__list .list__num span {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    border-top: 2.5px solid #244b5a;
    padding: 30%;
    height: 50%;
    text-align: right;
  }
  @media screen and (max-width: 769px) {
    .section__list .list__num {
      margin-top: -20px;
      margin-left: -60px;
      font-size: 15px;
    }
  
    .section__list .list__num span {
      padding: 15% 0%;
    }
  } */
.section__list .list li {
  border-bottom: 2.5px solid #244b5a;
  /* border-left: 2.5px solid #244b5a; */
}

@media screen and (max-width: 769px) {
  .section__list .list li {
    padding: 20px 0 20px 60px;
  }
  .section__list .list li p {
    font-size: 20px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .section__list .list li p {
    padding: 10px;
  }
}

.section__list .list--v2 li {
  padding-left: 0;
}
.section__list form {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .section__list form {
    margin-top: 50px;
  }
}
.section__tutor {
  padding-bottom: 0;
}

.tutor-title {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 82%;
}

.tutor-title .button-arrow {
  height: min-content;
}

.tutor-info {
  text-align: right;
  right: 0;
  padding-left: 30%;
  width: 80%;
}

@media screen and (max-width: 1000px) {
  .tutor-title {
    flex-direction: column;
  }
  .tutor-title h1 {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  .tutor-info {
    width: 100%;
    padding-left: 0;
  }
}

.section-parents {
  background-color: #f7f5f0;
}

.school-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  gap: 20px;
}

.section__list-team {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 100vw;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .section__list-team {
    margin-top: 40px;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .section__list-team img {
    width: 180px;
  }
}
@media screen and (max-width: 560px) {
  .section__list-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__list-team img {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  .section__list-team-img {
    max-width: 29.5%;
  }
}
@media screen and (max-width: 479px) {
  .section__list-team-img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  .section__list-team-img:last-child {
    margin-bottom: 0;
  }
}
.section__pro-bono-info {
  border-bottom: 0.5px solid #244b5a;
  margin-bottom: 50px;
  margin-top: 30px;
  max-width: 700px;
  padding-bottom: 60px;
}
.section__pro-bono .links-list li a {
  text-decoration: none;
}
.section__pro-bono .links-list li a:hover {
  opacity: 0.6;
}

.section_termsConditions {
  /* max-width: 1200px; */
}

.section_termsConditions ol {
  counter-reset: item;
  margin-bottom: 20px;
  list-style-position: inside;
}

.section_termsConditions li {
  display: block;
  margin-bottom: 10px;
}
.section_termsConditions li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.terms-list-main {
  font-size: 20px;
}

.terms-list-main li {
  font-size: 15px;
}

.section__offer {
  background-color: #d4f7f5;
  padding: 40px;
  font-size: 20px;
  box-shadow: -5px 5px 10px 0px rgba(36, 75, 90, 0.05);
}

@media only screen and (min-width: 769px) {
  .section__offer {
    position: absolute;
    right: 150px;
    top: 175px;
    z-index: 99;
  }
}

@media screen and (max-width: 769px) {
  .section__offer {
    margin-bottom: 35px;
    outline: 1px solid rgba(36, 75, 90, 0.05);
  }
}

.section__offer b {
  font-weight: bold;
}

.section__offer .outline {
  font-size: 40px;
  font-weight: bold;
  color: #c6eae8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #244b5a;
  margin-bottom: 20px;
}

.chip {
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0 10px;

  cursor: pointer;
}

.w3-card-4,
.w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-container:after,
.w3-container:before {
  content: "";
  display: table;
  clear: both;
}
.w3-container {
  padding: 0.01em 16px;
}
.w3-light-blue {
  color: #000 !important;
  background-color: #d4f7f5 !important;
}
.w3-light-orange {
  color: #000 !important;
  background-color: #ffead7 !important;
}
.w3-light-gray {
  color: #000 !important;
  background-color: lightgray !important;
}
.w3-white {
  color: #000 !important;
  background-color: #fff !important;
}

.modal {
  display: flex;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  color: #244b5a;
}

.modal-content {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 30%;
  text-align: center;
  max-width: 90vw;
}

.modal-header {
  padding: 20px 20px 20px 40px;
  background-color: #244b5a;
  color: #fff;
}

.modal-body {
  padding: 20px;
  background-color: #fff;
}

.close {
  color: #fff;
  float: right;
  font-size: 48px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#learnMoreButton {
  font-weight: bold;
}

#countdown {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}

.time-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #244b5a;
  background-color: #d4f7f5;
}

.time-box span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .modal-content {
    width: 50%; /* This should adjust automatically due to the max-width */
    max-width: none; /* Remove the maximum width limit */
  }

  #countdown {
    flex-direction: row; /* This ensures the boxes stay in a row on small screens */
    width: 90%; /* Adjust the width for smaller screens */
  }

  .time-box {
    flex: 1 0 0;
  }
}

@media screen and (max-width: 769px) {
  .modal-content {
    width: 100%; /* This should adjust automatically due to the max-width */
    max-width: none; /* Remove the maximum width limit */
  }

  #countdown {
    flex-direction: row; /* This ensures the boxes stay in a row on small screens */
    width: 90%; /* Adjust the width for smaller screens */
  }

  .time-box {
    flex: 1 0 0;
  }
}

.optin-container {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  max-width: 370px;
  margin-top: 2rem;
}

.cta {
  background-color: #244b5a;
  background-image: url(../images/envelope.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 16px 60px 16px 17px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: max-width 0.2s ease-in-out;
  -o-transition: max-width 0.2s ease-in-out;
  transition: max-width 0.2s ease-in-out;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

.cta-clicked {
  background-image: url(../images/envelope-open.svg);
}

@media screen and (max-width: 991px) {
  .optin-container {
    max-width: 400px;
  }
}

.optin-container:hover {
  max-width: 400px;
}

form {
  background: #d4f7f5;
  display: flex;
  flex-flow: row nowrap;
  padding: 5px 60px 5px 17px;
  margin: 0;
}

form input {
  padding: 0.25rem;
  margin: 0;
  max-height: 30px;
}

form input[type="text"] {
  border: none;
  font-size: 1rem;
  flex: 1;
  outline: #244b5a;
  width: 130px;
}

form input[type="email"] {
  border: none;
  font-size: 1rem;
  flex: 1;
  outline: #244b5a;
  width: 130px;
}

form input[type="text"]:focus {
  outline: 0.25rem solid #244b5a;
  z-index: 1;
}

form input[type="email"]:focus {
  outline: 0.25rem solid #244b5a;
  z-index: 1;
}

form input[type="submit"] {
  background-color: #244b5a;
  color: #fff;
  padding: 0.25rem;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  min-width: 70px;
  text-align: center;
  border: none;
  margin-left: 5px;
  cursor: pointer;
  max-height: 30px;
}

form input[type="submit"]:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  form {
    flex-flow: row wrap;
  }

  form input {
    padding: 0.25rem !important;
    margin: 0 !important;
    flex: 50% !important;
  }

  form input[type="submit"] {
    margin-top: 5px !important;
  }
}

.hidden {
  display: none;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #bc2a8d;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
  color: #bc2a8d;
  background: #fefefe;
  border-color: #bc2a8d;
}

.rounded-social-buttons .social-button.whatsapp {
  background: #25d366;
}

.rounded-social-buttons .social-button.whatsapp:hover,
.rounded-social-buttons .social-button.whatsapp:focus {
  color: #25d366;
  background: #fefefe;
  border-color: #25d366;
}

.rounded-social-buttons .social-button.email {
  background: #808080;
}

.rounded-social-buttons .social-button.email:hover,
.rounded-social-buttons .social-button.email:focus {
  color: #808080;
  background: #fefefe;
  border-color: #808080;
}

/* Calendly Pop Up Styling */

.testimonials-slideshow {
}

#index-quote {
  padding-top: 300px;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #index-quote {
    padding-top: 200px;
  }
}

@media screen and (max-width: 991px) {
  #index-quote {
    padding-top: 100px;
  }
}

#school-headline {
  font-size: 1.8em;
}
