/** color scheme **/
/** color scheme end **/
.tabber-sec .tab-list ul li, .footer .footer-nav-block .footer-nav li a, .nav-popup .popup-close, .nav-trigger > span, .header .header-content, .btn-primary a, form button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-box, .footer .footer-seal-block, .group-img-sec .group-img-holder, .side-icon-row .side-icon-block, .about-study-sec, .nav-popup .mob-nav, .clearfix, .flex, .inner-space, .row {
  display: flex;
  flex-wrap: wrap;
}

.nav-popup .mob-nav, .align-center {
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -ms-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-popup .mob-nav, .justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.btn-primary a, form button {
  background: #1812D6;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
  padding: 20px 42px;
  overflow: hidden;
}
.btn-primary a:before, form button:before {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.btn-primary a:hover, form button:hover {
  background: #0b0783;
}
.btn-primary a:hover:before, form button:hover:before {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
}

@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
body {
  margin: 0 auto;
  background: #fff;
  font-family: "Satoshi-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  padding: 0;
  color: #000;
  letter-spacing: normal;
  overflow-x: hidden;
  margin-top: 110px;
  /** equal to height of Header **/
}

a:hover, a:active, a, a:focus, textarea:focus, a[href^=tel] {
  outline: none;
  text-decoration: none;
}

a, a[href^=tel] {
  color: inherit;
}

img, ul, li, input, select, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

input, select, textarea, button, a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

select, input, textarea, button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
  /** remove scroller in IE **/
  min-height: 245px;
}

input, select, textarea {
  padding: 10px 20px;
  border: 2px solid #000;
  box-shadow: none;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
  font-family: "Satoshi-Variable";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
}

form button {
  width: auto;
  display: block;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
  /** IE fix **/
}

select {
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

select, input:not([type=checkbox]):not([type=radio]) {
  height: 66px;
}

input:not([type=checkbox]):not([type=radio]):focus, textarea:focus {
  border-color: #1812D6;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

h5 {
  font-size: 14px;
  font-weight: 400;
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0 !important;
}

p a, li a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}

@media \0 screen {
  /** IE 8 fix **/
  p a {
    word-break: break-all;
    display: inline-block;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /** IE 9 and above fix **/
  p a {
    word-break: break-all;
    display: inline-block;
  }
}
sup {
  font-size: 0.65em;
  line-height: 1;
}

hr {
  border: none;
  border-bottom: 1px solid #1812D6;
  margin: 30px 0;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
}

.container-small {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
}

.container-xs {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
  flex-grow: 1;
}
.row .col, .row [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inner-space {
  padding-top: 60px;
  padding-bottom: 60px;
  flex-grow: 1;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-3 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-two-third {
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.p-relative {
  position: relative;
}

.animated {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.clearfix {
  width: 100%;
}

.color-black {
  color: #000;
}

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

.color-white {
  color: #fff;
}

.inline-block {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.right-space {
  padding-right: 50px;
}

.underline-link a {
  text-decoration: underline;
  font-weight: 500;
}
.underline-link a:hover {
  text-decoration: none;
}

@media screen and (min-width: 821px) {
  .show-md {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .hide-md {
    display: none !important;
  }
}
h1.sec-heading {
  color: #1812D6;
  margin-bottom: 35px;
}

h2.sec-heading {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 35px;
}

h3.sec-heading {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 35px;
}

h5.sec-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.color-primary {
  color: #1812D6;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.w-100 {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}

.p-0 {
  padding: 0 !important;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.grey-light-bg {
  background: #f7f7f7;
}

.text-small-medium {
  margin-bottom: 35px;
}
.text-small-medium p {
  font-size: 16px;
  font-weight: 500;
}

.text-large p {
  font-size: 24px;
  margin-bottom: 30px;
}
.text-large ul.dotted-list {
  margin-left: 30px;
}
.text-large ul.dotted-list li {
  padding-left: 25px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.text-large ul.dotted-list > li:before {
  top: 14px;
  width: 7px;
  height: 7px;
}
.text-large .control-indicator {
  top: 9px;
}

.note-text {
  font-size: 12px;
}

img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.color-text {
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 40px;
}
.color-text p {
  color: #1812D6;
  font-size: 14px;
  font-weight: 700;
}

ul.dotted-list {
  margin-left: 20px;
  margin-bottom: 30px;
}
ul.dotted-list:last-child {
  margin-bottom: 0;
}
ul.dotted-list > li {
  margin-bottom: 5px;
  position: relative;
  font-weight: 400;
  padding-left: 17px;
}
ul.dotted-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  display: block;
}
ul.dotted-list ul {
  margin-left: 20px;
}
ul.dotted-list ul li {
  position: relative;
  padding-left: 25px;
}
ul.dotted-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #000;
}
ul.dotted-list.inline {
  margin-left: 0;
}
ul.dotted-list.inline > li {
  padding-left: 0;
}
ul.dotted-list.inline > li:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin: 0 10px;
}
ul.dotted-list.inline ul {
  margin-left: 0;
}
ul.dotted-list.inline ul li {
  padding-left: 0;
}
ul.dotted-list.inline ul li:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 40px;
}

ul.dash-list {
  margin-left: 20px;
  margin-bottom: 30px;
}
ul.dash-list:last-child {
  margin-bottom: 0;
}
ul.dash-list li {
  margin-bottom: 5px;
  position: relative;
}
ul.dash-list li:before {
  content: "";
  position: relative;
  left: 0;
  top: -3px;
  width: 5px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
ul.dash-list.large-text {
  margin-bottom: 50px;
}
ul.dash-list.large-text li {
  margin-bottom: 20px;
}
ul.dash-list.large-text li:before {
  content: "";
  height: 2px;
  width: 10px;
  margin-right: 15px;
}

.large-text {
  font-size: 30px;
  font-weight: 500;
}

/** basic style end **/
/** header style **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7000;
  background: #fff;
}
.header .header-content {
  position: relative;
  padding: 38px 0;
}
.header .header-content > .container {
  max-width: 1320px;
}
.header.header-scroll {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(40px) saturate(200%);
  backdrop-filter: blur(40px) saturate(200%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header.header-scroll .header-content {
  padding: 20px 0;
}

.site-logo {
  line-height: 1;
}
.site-logo a {
  display: inline-block;
}
.site-logo a img {
  display: block;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1251px) {
  .main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-nav li {
    padding: 0 27px;
  }
  .main-nav li a {
    position: relative;
    color: #011936;
    display: block;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .main-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    border-radius: 20px;
    background: #1812D6;
    transition: all 0.2s ease-in-out;
  }
  .main-nav li a:hover {
    color: #000;
  }
  .main-nav li a:hover:after {
    width: 20px;
  }
}
.nav-trigger {
  display: none;
  cursor: pointer;
  width: 30px;
  margin-left: 25px;
}
.nav-trigger > span {
  display: block;
  position: relative;
  height: 2px;
  background: #000;
  margin-bottom: 9px;
}
.nav-trigger > span:last-child {
  margin-bottom: 0;
}

/** header style end **/
/** mobile nav-popup style **/
.nav-popup {
  opacity: 0;
  margin: 0 auto;
  position: fixed;
  z-index: -999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  color: #011936;
  width: 0;
  background: #f7f7f7;
}
.nav-popup .popup-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.nav-popup .popup-close:before, .nav-popup .popup-close:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.nav-popup .popup-close:before {
  transform: rotate(45deg);
}
.nav-popup .popup-close:after {
  transform: rotate(-45deg);
}
.nav-popup .mob-nav {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
  overflow-y: scroll;
}
.nav-popup .mob-nav .main-nav li {
  font-size: 24px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.nav-popup .mob-nav .main-nav li a {
  display: block;
  padding: 10px 0;
  color: #011936;
  font-size: 24px;
}
.nav-popup .mob-nav .main-nav li + li {
  margin-left: 0;
}

/** mobile nav-popup style end **/
/** header-hero-sec style **/
.header-hero-sec {
  position: relative;
  width: 100%;
  height: 400px;
}
.header-hero-sec > .container-small {
  height: 100%;
}
.header-hero-sec > .container-small > .flex {
  width: 100%;
  height: 100%;
}
.header-hero-sec .header-hero-content {
  flex-grow: 1;
  text-align: center;
  padding: 40px 0;
}
.header-hero-sec .header-hero-content h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 25px;
}
.header-hero-sec .header-hero-content p {
  font-size: 24px;
  padding: 0 100px;
}
.header-hero-sec .header-hero-content h5 {
  font-size: 16px;
  font-weight: 700;
}
.header-hero-sec.ht-auto {
  height: auto;
  padding: 40px 0;
  margin-bottom: 50px;
}
.header-hero-sec.policy-page {
  height: auto;
  padding: 0;
  margin-bottom: 0;
}

/** header-hero-sec style end **/
/** page-banner style **/
.page-banner {
  position: relative;
  width: 100%;
  height: 605px;
  overflow: hidden;
  border-bottom: 3px solid #1812D6;
}
.page-banner .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-banner .banner-content .banner-text h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 25px;
}
.page-banner .banner-content .banner-text p {
  font-size: 24px;
}
.page-banner .banner-content .banner-text .btn-primary {
  padding-top: 15px;
}

/** research-sec style **/
.research-sec {
  position: relative;
  padding: 20px 0;
}
.research-sec .eligible-icon-sec {
  padding-top: 60px;
}
.research-sec .qualify-icon-sec {
  padding-top: 0;
}

/** research-sec style end **/
/** eligible-icon-sec style **/
.eligible-icon-sec {
  position: relative;
  text-align: center;
  flex-grow: 1;
  width: 100%;
}
.eligible-icon-sec .btn-primary {
  margin-bottom: 20px;
}
.eligible-icon-sec .eligible-icon-row .eligible-icon-block {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 80px;
  padding: 0 20px;
}
.eligible-icon-sec .eligible-icon-row .eligible-icon-block figure {
  margin-bottom: 25px;
}
.eligible-icon-sec .eligible-icon-row .eligible-icon-block figure img {
  display: block;
  margin: 0 auto;
}

/** eligible-icon-sec style **/
.qualify-icon-sec {
  position: relative;
  text-align: center;
  flex-grow: 1;
  width: 100%;
}
.qualify-icon-sec .btn-primary {
  margin-bottom: 20px;
}
.qualify-icon-sec .eligible-icon-row .eligible-icon-block {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 80px;
  padding: 0 20px;
}
.qualify-icon-sec .eligible-icon-row .eligible-icon-block figure {
  margin-bottom: 25px;
}
.qualify-icon-sec .eligible-icon-row .eligible-icon-block figure img {
  display: block;
  margin: 0 auto;
}

/** eligible-icon-sec style end **/
/** border-box-sec style **/
.border-box-sec {
  position: relative;
  border-top: 2px solid #1812D6;
}
.border-box-sec .text-box {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 821px) {
  .border-box-sec {
    padding-bottom: 150px;
  }
  .border-box-sec .row [class*=col-]:first-child {
    padding-right: 50px;
  }
  .border-box-sec .row [class*=col-]:last-child {
    padding-left: 50px;
  }
  .border-box-sec .row [class*=col-] + [class*=col-]:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    display: block;
    border-left: 2px solid #1812D6;
  }

  .border-box-sec + .about-study-sec .dark-bg-box {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1025px) {
  .border-box-sec {
    border-bottom: 2px solid #1812D6;
  }
  .border-box-sec .row [class*=col-]:first-child {
    padding-right: 130px;
  }
  .border-box-sec .row [class*=col-]:last-child {
    padding-left: 130px;
  }
}
/** border-box-sec style end **/
/** about-study-sec style **/
.about-study-sec {
  position: relative;
  background: #f7f7f7;
  width: 100%;
}

.dark-bg-box {
  position: relative;
  background: #373737;
  color: #fff;
  border-radius: 50px;
  padding: 80px 75px;
}
.dark-bg-box h2.sec-heading {
  margin-bottom: 20px;
}

.side-icon-row {
  padding-top: 25px;
}
.side-icon-row > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 65px;
}
.side-icon-row .side-icon-block {
  width: 100%;
}
.side-icon-row .side-icon-block .side-icon {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 0 0 100px;
}
.side-icon-row .side-icon-block > div {
  flex: 1;
  font-size: 16px;
}
.side-icon-row .side-icon-block > div h3.sec-heading {
  margin-bottom: 5px;
}
.side-icon-row .side-icon-block .side-icon + div {
  margin-left: 20px;
}

.study-block-holder {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}
.study-block-holder .study-block {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 50px;
}
.study-block-holder .study-block figure {
  margin-bottom: 20px;
}
.study-block-holder .study-block figure img {
  display: block;
  margin: 0 auto;
}

/** about-study-sec style end **/
/** enroll-sec style **/
.enroll-sec {
  position: relative;
}
.enroll-sec .enroll-side-img {
  position: relative;
  right: -50px;
}
.enroll-sec .enroll-side-img img {
  display: block;
  width: 100%;
}
.enroll-sec h3.sec-heading {
  margin-bottom: 25px;
}
.enroll-sec p {
  line-height: 1.45;
}

@media screen and (min-width: 821px) {
  .enroll-sec {
    padding: 20px 0;
  }
  .enroll-sec .order-2 {
    order: 2;
  }
  .enroll-sec .enroll-side-img {
    width: 100%;
  }
}
/** enroll-sec style end **/
/** group-img-sec style **/
.group-img-sec {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.group-img-sec .group-img-holder {
  align-items: flex-start;
  margin: 0 -40px;
}
.group-img-sec .group-img-holder > img {
  display: block;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
.group-img-sec .group-img-holder > img:nth-child(even) {
  margin-top: 30px;
}

/** group-img-sec style end **/
/** footer style **/
.footer {
  position: relative;
  padding-bottom: 15px;
}
.footer .footer-content {
  padding-top: 40px;
}
.footer > .container {
  max-width: 1600px;
}
.footer .footer-nav-block h6 {
  font-weight: 700;
  margin-bottom: 18px;
}
.footer .footer-nav-block .footer-nav li {
  margin-bottom: 5px;
}
.footer .footer-nav-block .footer-nav li:last-child {
  margin-bottom: 0;
}
.footer .footer-nav-block .footer-nav li a {
  display: inline-block;
  font-size: 16px;
}
.footer .footer-nav-block .footer-nav li a:hover {
  color: #1812D6;
}
.footer .footer-logo-block {
  text-align: center;
  font-size: 12px;
}
.footer .footer-logo-block .footer-logo {
  display: inline-block;
  max-width: 188px;
  margin-bottom: 6px;
}
.footer .footer-logo-block .footer-logo a, .footer .footer-logo-block .footer-logo img {
  display: block;
}
.footer .copyright {
  font-weight: 700;
  margin-bottom: 25px;
}
.footer .footer-seal-block {
  flex-direction: column;
}
.footer .footer-seal-block .seal-images {
  margin-bottom: 30px;
}
.footer .footer-seal-block .seal-images img {
  vertical-align: middle;
  display: inline-block;
}
.footer .footer-seal-block .seal-images img + img {
  margin-left: 5px;
}
.footer .footer-seal-block .sponsor h6 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (min-width: 821px) {
  .footer .footer-nav-block {
    order: 1;
  }
  .footer .footer-logo-block {
    order: 2;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .footer-seal-block {
    order: 3;
    align-items: flex-end;
    padding-left: 30px;
  }
  .footer .footer-seal-block .sponsor {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1023px) {
  .footer .footer-seal-block .sponsor {
    flex-wrap: nowrap;
  }
  .footer .footer-seal-block .sponsor h6 {
    flex: 0 0 60px;
    max-width: 60px;
  }
}
/** footer style end **/
/** purpose-sec style **/
.purpose-sec {
  position: relative;
  padding: 50px 0;
}
.purpose-sec .purpose-img {
  padding-top: 80px;
}
.purpose-sec .purpose-img img {
  display: block;
  margin: 0 auto;
}

/** purpose-sec style end **/
/** tabber-sec style **/
.tabber-sec {
  position: relative;
  padding: 25px 0;
}
.tabber-sec .tab-list ul li {
  cursor: pointer;
  margin-bottom: 60px;
}
.tabber-sec .tab-list ul li:last-child {
  margin-bottom: 0;
}
.tabber-sec .tab-list ul li h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 3px;
}
.tabber-sec .tab-list ul li h2 {
  font-size: 40px;
  font-weight: 500;
}
.tabber-sec .tab-content-holder .tab-list-content {
  display: none;
}
.tabber-sec .mob-tab-content {
  padding-top: 20px;
}

@media screen and (max-width: 820px) {
  .tabber-sec .tab-content-holder {
    display: none !important;
  }
}
@media screen and (min-width: 821px) {
  .tabber-sec .tab-content-holder {
    padding-left: 0;
    padding-top: 30px;
  }
  .tabber-sec .tab-list {
    padding-right: 40px;
  }
  .tabber-sec .tab-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .tabber-sec .tab-list ul li {
    color: #bababa;
  }
  .tabber-sec .tab-list ul li.active h4, .tabber-sec .tab-list ul li:hover h4 {
    color: #6352d6;
  }
  .tabber-sec .tab-list ul li.active h2, .tabber-sec .tab-list ul li:hover h2 {
    color: #000;
  }

  .mob-tab-content {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .tabber-sec .tab-list ul li h4 {
    color: #6352d6;
  }
  .tabber-sec .tab-list ul li h2 {
    color: #000;
    font-size: 36px;
  }
}
/** tabber-sec style end **/
/** step-form-sec style **/
.step-form-sec {
  position: relative;
}
.step-form-sec .step-form .step-1 .input-box p {
  font-size: 16px;
  font-weight: 500;
}
.step-form-sec .step-form .step-1 .right-space {
  padding-right: 21%;
}
.step-form-sec .step-form .step-2 {
  padding-top: 30px;
  background: #f7f7f7;
  border-top: 2px solid #1812D6;
  border-bottom: 2px solid #1812D6;
  /* location styles */
}
.step-form-sec .step-form .step-2 .input-box {
  justify-content: center;
}
.step-form-sec .step-form .step-2 .location-outer {
  padding: 0 10px;
}
.step-form-sec .step-form .step-2 .column-3 {
  width: 33%;
  display: inline-block;
  float: left;
}
.step-form-sec .step-form .step-2 .column-3 span {
  display: inline-block;
}
.step-form-sec .step-form .step-2 .column-3 .location-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.step-form-sec .step-form .step-2 .column-3 .location-distance {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0;
}
.step-form-sec .step-form .step-address-block {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
}
.step-form-sec .step-form .step-address-block h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.step-form-sec .step-form .step-address-block > p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 35px;
}
.step-form-sec .step-form .step-address-block h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.step-form-sec .step-form .step-address-block .control p {
  font-weight: 500;
}
.step-form-sec .step-form .step-3 {
  padding: 60px 0;
}
.step-form-sec .step-form .step-3 h2.sec-heading {
  margin-bottom: 45px;
}

@media screen and (min-width: 821px) {
  .step-form-sec .step-form .step-1 .order-2 {
    order: 2;
  }
}
/** step-form-sec style end **/
/** guideline-form style **/
.guideline-form {
  padding-top: 20px;
}
.guideline-form .control p, .guideline-form .input-row p {
  font-size: 24px;
}
.guideline-form .control-indicator {
  top: 10px;
}

/** guideline-form style end **/
/** full-strip style **/
.full-strip {
  position: relative;
  color: #fff;
  background: #1812D6;
  text-align: center;
  padding: 30px 0;
}
.full-strip .btn-primary a {
  border: 1px solid #fff;
}

/** full-strip style end **/
/** faq-sec style **/
.faq-sec {
  position: relative;
  padding: 50px 0;
}
.faq-sec p a, .faq-sec li a {
  text-decoration: underline;
}
.faq-sec p a:hover, .faq-sec li a:hover {
  color: #1812D6;
}

/** faq-sec style end **/
/** large-cta-sec style **/
.large-cta-sec {
  position: relative;
  background: #f7f7f7;
  padding: 25px 0;
  margin-bottom: 25px;
}
.large-cta-sec p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}

/** large-cta-sec style end **/
/** trial-form-sec style **/
.trial-form-sec {
  position: relative;
  border-top: 2px solid #1812D6;
}
.trial-form-sec .text-large {
  font-weight: 500;
}

.trial-form {
  margin-bottom: 50px;
}
.trial-form:last-child {
  margin-bottom: 0;
}

/** trial-form-sec style end **/
.small-box {
  margin-bottom: 35px;
}

@media screen and (min-width: 821px) {
  .small-box {
    max-width: 800px;
    margin-bottom: 50px;
  }
  .small-box > p {
    padding-right: 80px;
  }
}
/** error handling styles **/
.cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  background: #fbf6f7;
  border: 3px solid #ed1c24;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 15px 0;
  display: inline-block;
}

.contact-block .cz-submit-invalid:not(.cz-field) input {
  border: 3px solid #c63535;
}

.require {
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #ed1c24;
  color: #fff;
  float: right;
  margin-right: -20px;
  margin-top: 20px;
}
.require:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #ed1c24;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.require > p {
  font-weight: 500;
  margin: 0;
  display: inline-block;
}

.require-simple {
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #ed1c24;
  color: #fff;
}
.require-simple > p {
  font-weight: 500;
  margin: 0;
  display: inline-block;
}

.cz-submit-invalid .require {
  display: inline-block;
}
.cz-submit-invalid .require-simple {
  display: inline-block;
}

/** qualify-sec style **/
.qualify-sec {
  position: relative;
  /** error handling styles **/
}
.qualify-sec .qualify-form {
  border-radius: 50px;
  border: 2px solid #1812D6;
  padding: 90px 70px 120px;
  margin-bottom: 30px;
}
.qualify-sec .qualify-form .input-box {
  margin-bottom: 20px;
}
.qualify-sec .qualify-form button {
  margin: 0 auto;
}
.qualify-sec .cz-submit-invalid:not(.cz-field) {
  overflow: hidden;
  background: #fbf6f7;
  border: 3px solid #ed1c24;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 15px 0;
  display: inline-block;
}
.qualify-sec .cz-submit-invalid .require {
  display: inline-block;
}
.qualify-sec .contact-block .cz-submit-invalid:not(.cz-field) input {
  border: 3px solid #c63535;
}
.qualify-sec .require {
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  padding: 10px 24px;
  background: #ed1c24;
  color: #fff;
  float: right;
  margin-right: -20px;
  margin-top: 20px;
}
.qualify-sec .require:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #ed1c24;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.qualify-sec .require > p {
  font-weight: 500;
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .qualify-sec .qualify-form .input-box {
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .qualify-sec .qualify-form .input-box {
    flex-direction: column;
  }
  .qualify-sec .qualify-form .input-box .input-num-area {
    margin-bottom: 10px;
  }
  .qualify-sec .qualify-form .input-box .input-text-area {
    margin-left: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}
/** qualify-sec style end **/
/** dnq-tabber-sec style **/
.dnq-tabber-sec {
  position: relative;
  width: 100%;
  padding-top: 50px;
}
.dnq-tabber-sec .dnq-reason-list {
  width: 100%;
}
.dnq-tabber-sec .dnq-reason-list li {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.dnq-tabber-sec .dnq-tabber-content-block {
  max-width: 730px;
  margin: 0 auto 25px;
}
.dnq-tabber-sec .dnq-tabber-content-block .dnq-reason-content {
  text-align: center;
  font-size: 24px;
}

@media screen and (min-width: 821px) {
  .dnq-tabber-sec .dnq-reason-list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
  }
}
/** dnq-tabber-sec style end **/
/** dnq-form-sec style **/
.dnq-form-sec form {
  border-radius: 50px;
  border: 2px solid #1812D6;
  padding: 60px 70px 40px;
  margin-bottom: 80px;
}
.dnq-form-sec form button {
  margin: 20px 0;
}

/** dnq-form-sec style end **/
/** policy-content style **/
.policy-page {
  padding-bottom: 0;
  margin-bottom: 0;
}
.policy-page .header-hero-sec.ht-auto {
  padding-bottom: 0;
  margin-bottom: 0;
}

.policy-block {
  margin-bottom: 60px;
}
.policy-block a {
  text-decoration: underline;
}
.policy-block a:hover {
  text-decoration: none;
}
.policy-block h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
.policy-block ul.dotted-list {
  margin-left: 0;
}
.policy-block ul.dotted-list li {
  padding-left: 60px;
}
.policy-block ul.dotted-list.inline {
  margin-left: 0;
}
.policy-block ul.dotted-list.inline li {
  padding-left: 0;
}
.policy-block ul.dotted-list.inline li::before {
  margin: 0 60px 0 0;
}

.policy-content {
  position: relative;
}
.policy-content a {
  text-decoration: underline;
}
.policy-content a:hover {
  text-decoration: none;
}
.policy-content .policy-block {
  margin-bottom: 60px;
}
.policy-content .policy-block h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
.policy-content ul.dotted-list {
  margin-left: 0;
}
.policy-content ul.dotted-list li {
  padding-left: 60px;
}
.policy-content ul.dotted-list.inline {
  margin-left: 0;
}
.policy-content ul.dotted-list.inline li {
  padding-left: 0;
}
.policy-content ul.dotted-list.inline li::before {
  margin: 0 60px 0 0;
}

/** policy-content style end **/
/** email-opt-form style **/
.email-opt-form select, .email-opt-form input:not([type=checkbox]):not([type=radio]) {
  max-width: 445px;
}
.email-opt-form button {
  margin: 0 auto;
}

/** email-opt-form style end **/
/** form style **/
form .row {
  margin-left: -15px;
  margin-right: -15px;
}
form .row .col, form .row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 1px;
  top: 2px;
  margin: 0;
  padding: 0;
  border: none;
}
.control p {
  font-size: 20px;
}

.control-indicator {
  position: absolute;
  top: 6px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 1px solid #707070;
}
.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control-indicator:after {
  display: block;
}

.control input:checked ~ p {
  font-weight: 700;
}

.control-checkbox .control-indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.control-radio .control-indicator {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.control-radio .control-indicator:after {
  left: 2px;
  top: 2px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: #000;
}

.input-inline {
  display: inline-block;
  margin-right: 25px;
}
.input-inline:last-child {
  margin-right: 0;
}

.input-box {
  padding: 0 0 35px;
  width: 100%;
  align-items: flex-start;
}
.input-box .input-num-area {
  flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  max-width: 60px;
  text-align: center;
  font-weight: 500;
}
.input-box .input-num-area p {
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
.input-box .input-num-area > span {
  font-size: 16px;
  display: inline-block;
}
.input-box .input-num-area > span span {
  font-weight: 900;
}
.input-box .input-text-area {
  flex: 1;
  margin-left: 40px;
}
.input-box .input-text-area h3 {
  margin-bottom: 25px;
  line-height: 1.3;
}
.input-box h4 {
  line-height: 1.5;
  color: #1812D6;
  font-weight: 600;
  position: relative;
  margin-bottom: 18px;
}

.input-row {
  text-align: left;
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.input-row:last-child {
  margin-right: 0;
}
.input-row .inline-block + .inline-block {
  margin-left: 30px;
}
.input-row > h4 {
  margin-bottom: 4px;
}
.input-row > p {
  padding-left: 35px;
  padding-bottom: 10px;
}
.input-row a {
  text-decoration: underline;
}
.input-row a:hover {
  text-decoration: none;
}
.input-row > h5 {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.input-row input:not([type=checkbox]):not([type=radio]), .input-row select {
  margin-bottom: 0;
}

/** form style end **/
#copy-item {
  cursor: pointer;
}

#clip-copied {
  display: none;
  color: red;
  font-weight: bold;
  margin-left: 30px;
}

#cz_submit_form_1_field_zip {
  max-width: 400px;
}

/** Tooltip style **/
.tooltip {
  width: 24px;
  height: 24px;
  background: transparent;
  font-weight: 500;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #1812D6;
  color: #1812D6;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 7px;
  font-size: 16px;
  cursor: pointer;
}

/* Tipso Bubble Styles */
.tooltip-section .tooltip-content {
  display: none;
}

.tipso_bubble,
.tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  border-radius: 0;
  z-index: 9999;
  padding: 17px 23px 2px;
  background: #fff;
  border: 3px solid #e2dddd;
}

.tooltip-content {
  padding-bottom: 10px;
  font-size: 16px;
}
.tooltip-content > h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1812D6;
  padding-bottom: 5px;
}
.tooltip-content ul {
  margin-bottom: 5px;
}

.tipso_style {
  cursor: help;
  position: relative;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
}

.tipso_bubble.tiny {
  font-size: 0.6rem;
}

.tipso_bubble.small {
  font-size: 0.8rem;
}

.tipso_bubble.default {
  font-size: 1rem;
}

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}

.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid;
  pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #e2dddd;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #e2dddd;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
}

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #e2dddd;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -12px;
}

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #e2dddd;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -12px;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0;
}

/** Tooltip style end **/
@media screen and (max-width: 1250px) {
  .container, .header .header-content > .container {
    max-width: 100%;
  }

  .header .header-content .main-nav {
    display: none;
  }

  .nav-trigger {
    display: block;
  }

  .enroll-sec .enroll-side-img {
    right: -20px;
  }

  .side-icon-row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .container-small {
    max-width: 100%;
  }

  .dark-bg-box {
    padding: 70px 50px;
  }

  .side-icon-row .side-icon-block > div h3.sec-heading {
    font-size: 26px;
  }

  .enroll-sec .enroll-side-img {
    right: 0;
  }

  .page-banner {
    height: 500px;
  }
  .page-banner .banner-content .banner-text {
    padding: 20px 30px 20px 0px;
  }
  .page-banner .banner-content .banner-text h1 {
    font-size: 46px;
  }
  .page-banner .banner-content .banner-text p {
    font-size: 22px;
  }

  .header-hero-sec .header-hero-content h1 {
    font-size: 46px;
  }
  .header-hero-sec .header-hero-content p {
    font-size: 22px;
  }

  .about-study-sec .dark-bg-box {
    margin: -40px -30px 0;
  }

  .faq-sec {
    padding: 25px 0;
  }
}
@media screen and (max-width: 991px) {
  .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-text {
    font-size: 24px;
  }

  .step-form-sec .step-form .step-1 .right-space {
    padding-right: 10%;
  }
  .step-form-sec .step-form .step-address-block {
    padding: 0;
  }
}
@media screen and (min-width: 821px) {
  .page-banner .banner-content > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .page-banner .banner-content .banner-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .page-banner .banner-content .banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-banner .banner-content .banner-text {
    width: 50%;
    padding: 30px 30px 30px 0;
  }
  .page-banner .banner-content .banner-text h1 {
    padding-right: 10px;
  }
  .page-banner .banner-content .banner-text p {
    padding-right: 60px;
  }
}
/** page-banner style end **/
@media screen and (max-width: 820px) {
  body {
    margin-top: 85px;
  }

  select, input:not([type=checkbox]):not([type=radio]) {
    height: 56px;
    font-size: 21px;
    margin-bottom: 30px;
  }

  .col-md-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container-xs {
    max-width: 100%;
  }

  h2.sec-heading {
    font-size: 36px;
  }

  h3.sec-heading {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }

  .header .header-content {
    padding: 25px 0;
  }
  .header.header-scroll .header-content {
    padding: 18px 0;
  }

  .inner-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-banner {
    height: auto;
  }
  .page-banner .banner-content > .container {
    padding: 0 !important;
  }
  .page-banner .banner-content .banner-text {
    padding: 30px;
  }
  .page-banner .banner-content .banner-img img {
    display: block;
  }

  .header-hero-sec {
    height: auto;
  }
  .header-hero-sec .header-hero-content p {
    padding: 0 40px;
  }

  .text-large p, .text-large ul.dotted-list li {
    font-size: 20px;
  }
  .text-large ul.dotted-list > li:before {
    top: 11px;
  }
  .text-large .control-indicator {
    top: 6px;
  }

  .border-box-sec {
    padding-bottom: 40px;
  }

  .enroll-sec .inner-space {
    padding-top: 0;
  }
  .enroll-sec .enroll-side-img {
    margin: 0 -30px 30px;
  }

  .group-img-sec {
    padding: 20px 0;
  }
  .group-img-sec .group-img-holder > img {
    padding: 0 5px;
  }

  .eligible-icon-row > .row {
    justify-content: center;
  }
  .eligible-icon-row > .row [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer {
    text-align: center;
  }
  .footer .footer-logo-block, .footer .footer-nav-block {
    margin-bottom: 30px;
  }
  .footer .footer-nav-block h6 {
    font-weight: 400;
  }
  .footer .footer-seal-block {
    padding-top: 20px;
  }
  .footer .footer-seal-block .sponsor {
    margin-bottom: 25px;
  }
  .footer .footer-seal-block .sponsor h6 {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .footer .copyright {
    font-weight: 400;
    margin-bottom: 20px;
  }

  .purpose-sec {
    padding-top: 0;
  }
  .purpose-sec .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .purpose-sec .inner-space {
    padding-top: 0;
  }
  .purpose-sec .purpose-img {
    padding: 0;
    margin-bottom: 30px;
  }

  .large-cta-sec p {
    font-size: 22px;
  }

  .qualify-sec .qualify-form {
    padding: 70px 40px;
  }

  .input-box .input-num-area p {
    font-size: 38px;
  }
  .input-box .input-text-area {
    margin-left: 25px;
  }
  .input-box .input-text-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .step-form-sec .step-form .step-1 .step-1-img {
    margin: 0 -30px 30px;
  }
  .step-form-sec .step-form .step-1 .step-1-img img {
    display: block;
    margin: 0 auto;
  }
  .step-form-sec .step-form .step-1 .right-space {
    padding-right: 0;
  }
  .step-form-sec .step-form .step-address-block {
    margin-bottom: 20px;
  }
  .step-form-sec .step-form .step-3 {
    padding: 30px 0;
  }

  .guideline-form {
    padding-top: 30px;
  }

  .dnq-tabber-sec .dnq-reason-list {
    margin-bottom: 35px;
  }
  .dnq-tabber-sec .dnq-reason-list li {
    margin: 25px 0;
  }
  .dnq-tabber-sec .dnq-tabber-content-block .dnq-reason-content {
    font-size: 21px;
  }

  .dnq-form-sec form {
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 40px 40px;
  }

  .dnq-tabber-sec {
    padding-top: 0;
  }

  .policy-content .policy-block h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .container, .container-small, .container-xs {
    padding-left: 20px;
    padding-right: 20px;
  }

  select, input:not([type=checkbox]):not([type=radio]) {
    height: 52px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .col-xs-full {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mb-50 {
    margin-bottom: 35px;
  }

  ul.dotted-list {
    margin-left: 10px;
  }

  .text-large ul.dotted-list {
    margin-left: 10px;
  }

  .page-banner .banner-content .banner-text {
    padding: 25px 20px 40px;
  }
  .page-banner .banner-content .banner-text h1 {
    font-size: 36px;
  }
  .page-banner .banner-content .banner-text p {
    font-size: 20px;
  }
  .page-banner .banner-content .banner-text .btn-primary {
    padding-top: 0;
  }

  .header-hero-sec .header-hero-content {
    padding: 20px 0;
  }
  .header-hero-sec .header-hero-content h1 {
    font-size: 36px;
  }
  .header-hero-sec .header-hero-content p {
    font-size: 20px;
    padding: 0;
  }
  .header-hero-sec .header-hero-content h5 {
    font-size: 14px;
  }

  .eligible-icon-sec .eligible-icon-row .eligible-icon-block {
    padding: 0;
    font-size: 17px;
    margin-bottom: 40px;
  }

  .qualify-icon-sec .eligible-icon-row .eligible-icon-block {
    padding: 0;
    font-size: 17px;
    margin-bottom: 40px;
  }

  .about-study-sec .dark-bg-box {
    margin: -40px -20px 0;
  }

  .enroll-sec .enroll-side-img {
    margin: 0 -20px 25px;
  }

  .research-sec {
    padding: 0;
  }

  .eligible-icon-sec {
    padding-top: 30px;
  }

  .border-box-sec .text-box {
    padding-top: 0;
  }
  .border-box-sec .text-box .btn-primary {
    padding-top: 0;
  }

  .dark-bg-box {
    padding: 50px 25px;
  }

  .side-icon-row {
    padding-top: 10px;
  }
  .side-icon-row > [class*=col-] {
    margin-bottom: 35px;
  }
  .side-icon-row .side-icon-block .side-icon {
    flex: 0 0 75px;
    max-width: 75px;
  }
  .side-icon-row .side-icon-block > div h3.sec-heading {
    font-size: 22px;
  }

  .study-block-holder.row [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .study-block-holder .study-block {
    padding: 0 25px;
    margin-bottom: 35px;
  }

  .group-img-sec .group-img-holder > img {
    padding: 0 3px;
  }

  .large-text {
    font-size: 21px;
  }

  ul.dash-list {
    margin-left: 0;
  }

  .color-text {
    padding-left: 10px;
    padding-top: 10px;
  }

  .faq-sec {
    padding: 0;
  }

  .large-cta-sec {
    padding: 10px 0;
  }

  .qualify-sec .qualify-form {
    padding: 40px 20px;
    margin: 0 -10px 30px;
  }

  .input-box {
    padding: 0 0 20px;
  }
  .input-box .input-text-area h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .input-box .input-num-area p {
    color: #1812D6;
  }

  .step-form-sec .step-form .step-2 {
    padding-top: 10px;
  }
  .step-form-sec .step-form .step-2 .container-small.text-center {
    text-align: left;
  }
  .step-form-sec .step-form .step-2 .container-small.text-center .input-box {
    justify-content: flex-start;
  }
  .step-form-sec .step-form .step-3 {
    padding: 10px 0;
  }
  .step-form-sec .step-form .step-address-block h5 {
    margin-bottom: 15px;
  }
  .step-form-sec .step-form button {
    margin: 25px 0;
  }

  .guideline-form {
    padding-top: 10px;
  }
  .guideline-form .control p {
    font-size: 21px;
  }

  .ht-auto {
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .dnq-form-sec form {
    padding: 40px 25px 30px;
  }

  .email-opt-form select, .email-opt-form input:not([type=checkbox]):not([type=radio]) {
    max-width: 100%;
  }

  .policy-content .policy-block {
    margin-bottom: 40px;
  }

  .policy-content ul.dotted-list.inline li::before {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin-top: 70px;
  }

  h2.sec-heading {
    font-size: 32px;
  }

  h3.sec-heading {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .btn-primary a, form button {
    padding: 15px 35px;
  }

  .site-logo {
    max-width: 180px;
  }

  .nav-trigger {
    width: 24px;
  }
  .nav-trigger > span {
    margin-bottom: 7px;
  }

  .header .header-content {
    padding: 20px 0;
  }
  .header .header-content.header-scroll .header-content {
    padding: 16px 0;
  }

  .enroll-sec h3.sec-heading {
    margin-bottom: 15px;
  }

  .tabber-sec {
    padding: 10px 0;
  }
  .tabber-sec .tab-list ul li {
    margin-bottom: 40px;
  }
  .tabber-sec .tab-list ul li h2 {
    font-size: 32px;
  }
  .tabber-sec .mob-tab-content {
    padding-top: 15px;
  }

  .large-cta-sec p {
    font-size: 20px;
  }

  ul.dotted-list.inline ul li:before {
    margin-left: 25px;
  }

  .policy-content .policy-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

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