.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.w--current {
  color: #222;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 10px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.w--current {
  margin-top: -10px;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.fixed {
  height: 60px;
  margin-top: 0;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.about-3 {
  background-image: linear-gradient(#002880d9, #002880d9), url('../images/bg2.jpg');
  padding-top: 230px;
  padding-bottom: 160px;
}

.subpage-header.contact-1 {
  background-image: linear-gradient(#002880e6, #002880e6), url('../images/test.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 90px;
}

.container {
  position: relative;
}

.container.above-image-section {
  text-align: center;
  margin-bottom: -220px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.section-description {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.stats-block {
  padding-top: 14px;
  padding-left: 128px;
  position: relative;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #002880;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.video-lightbox-icon {
  height: 25px;
}

.stats-number {
  color: #1f6fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 71px;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-row {
  margin-top: 50px;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.tint {
  background-color: #f5f5f5;
}

.section.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.overall-video-lightbox {
  border-radius: 4px;
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.section-title {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
}

.video-lightbox-image-block {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-line-block {
  text-align: left;
  border: 1px solid #10127a14;
  border-radius: 4px;
  padding: 25px 35px 25px 75px;
  display: block;
  position: relative;
}

.small-paragraph {
  color: #333;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.feature-blocks-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.small-feature-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.rounded {
  background-color: #f2f3f7;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  height: 100px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.flag_block {
  color: #303030;
  height: 15px;
  margin-right: 10px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.language_txt {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.flag {
  border: 1px solid #081e4f;
  max-height: 90%;
  margin-right: 5px;
}

.text-row {
  text-align: center;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.pearson_txt {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.lang_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 8px;
  padding-right: 10px;
  display: flex;
}

.server {
  margin-top: -60px;
}

.section_features {
  background-color: #fff;
  margin-bottom: 220px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section_features.tint {
  background-color: #f5f5f5;
}

.section_features.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.section_about {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section_about.tint {
  background-color: #f5f5f5;
}

.section_about.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.footer-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-footer-paragraph {
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.bottom-footer-paragraph.right {
  float: right;
}

.footer-small-social-icon {
  height: 15px;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.simple-footer {
  background-color: #002880;
  padding-top: 45px;
  font-family: Montserrat, sans-serif;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #2a2d30;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  display: flex;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.logo-white {
  height: 50px;
}

.button-_form {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #002880;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: block;
}

.button-_form:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.section_prefooter {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section_prefooter.tint {
  background-color: #f5f5f5;
}

.section_prefooter.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.pearson_vue_link {
  width: 150px;
}

.pearson_txt {
  padding-right: 20px;
}

.container_prefooter {
  text-align: center;
  position: relative;
}

.container_prefooter.above-image-section {
  text-align: center;
  margin-bottom: -220px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link:focus {
    color: #fff;
    text-align: left;
  }

  .nav-link:visited, .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-menu {
    background-color: #002880;
    border-radius: 0;
    margin-top: 0;
  }

  .logo-block.w--current {
    margin-top: 0;
  }

  .logo.fixed {
    height: 60px;
    margin-top: -8px;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #002880;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #002880;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }

  .page-subtitle {
    width: 80%;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .stats-block {
    padding-left: 118px;
  }

  .stats-title {
    font-size: 11px;
  }

  .section {
    padding: 45px;
  }

  .section.below-contact-form {
    padding-bottom: 35px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .lang_warp {
    margin-bottom: 8px;
    padding-right: 5px;
  }

  .server {
    margin-top: 0;
  }

  .section_features {
    padding: 45px;
  }

  .section_features.below-contact-form {
    padding-bottom: 35px;
  }

  .section_about {
    padding: 45px;
  }

  .section_about.below-contact-form {
    padding-bottom: 35px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .section_prefooter {
    padding: 45px;
  }

  .section_prefooter.below-contact-form {
    padding-bottom: 35px;
  }

  .pearson_txt {
    padding-bottom: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .fixed-nav-menu-button {
    margin-top: 5px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-3 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .container.above-image-section {
    margin-bottom: -130px;
  }

  .subpage-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .video-column-right-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-block {
    padding-top: 0;
    padding-left: 0;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .stats-column {
    padding-left: 0;
  }

  .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .stats-number {
    float: left;
    width: 80px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .section {
    padding: 25px;
  }

  .section.tint {
    padding-top: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .feature-blocks-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-blocks-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-column-title.pearson_txt {
    font-size: 15px;
    line-height: 22px;
  }

  .section_features {
    padding: 25px;
  }

  .section_features.tint {
    padding-top: 40px;
  }

  .section_about {
    padding: 25px;
  }

  .section_about.tint {
    padding-top: 40px;
  }

  .footer-row {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .section_prefooter {
    padding: 25px;
  }

  .section_prefooter.tint {
    padding-top: 40px;
  }

  .pearson_txt {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container_prefooter.above-image-section {
    margin-bottom: -130px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    height: 55px;
    margin-top: -8px;
  }

  .fixed-nav-menu-button {
    width: 45px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    padding-top: 9px;
  }

  .fixed-nav-menu-button:hover {
    background-color: #002880;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.about-3 {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-title {
    font-size: 26px;
    line-height: 36px;
  }

  .page-subtitle {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .stats-title {
    margin-top: 6px;
  }

  .button {
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .stats-row {
    margin-top: 30px;
  }

  .section {
    padding: 25px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .section-title {
    font-size: 20px;
    line-height: 26px;
  }

  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }

  .small-paragraph {
    margin-bottom: 10px;
  }

  .small-feature-icon {
    top: 15px;
    left: 15px;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    text-align: center;
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .text-column-title {
    margin-bottom: 0;
  }

  .server {
    margin-top: -20px;
  }

  .section_features {
    margin-bottom: 140px;
    padding: 25px;
  }

  .section_about {
    padding: 25px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .footer-logo-column-left {
    padding-bottom: 20px;
  }

  .button-_form {
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .section_prefooter {
    padding: 25px;
  }
}


