/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
    \* ------------------------------------------------------------ */
@font-face {
  font-family: "Avenir LT Std";
  src: url("../woff2/avenirltstd-roman-10.woff2") format("woff2"), url("../woff/avenirltstd-roman-10.woff") format("woff"), url("../avenirltstd-roman-10.html") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../woff2/avenirltstd-black-10.woff2") format("woff2"), url("../woff/avenirltstd-black-10.woff") format("woff"), url("../avenirltstd-black-10.html") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../woff2/avenirltstd-book-10.woff2") format("woff2"), url("../woff/avenirltstd-book-10.woff") format("woff"), url("../avenirltstd-book-10.html") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #01284E;
  font-family: "Avenir LT Std";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.37;
  color: #fff;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.37em / 2);
}
.h1,
h1 {
  font-weight: 400;
  font-size: 5.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 3.2rem;
  }
}
.h2,
h2 {
  font-size: 4.2rem;
  font-weight: 900;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
h2 {
    font-size: 2.5rem;
  }
}
.h3,
h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 2.3rem;
}
.h4,
h4 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.h5,
h5 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.37em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #12A7E6;
  color: #000;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0.2rem 1.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0.2rem 1.6rem rgba(0, 0, 0, 0.2);
  border-radius: 3.5rem;
  border: none;
  padding: 1.6rem 1.5rem 1.2rem;
  min-width: 17.5rem;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.btn:hover {
  background-color: #4DCAFF;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    max-width: 100%;
  }
}
.btn--large {
  min-width: 27.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--large {
    max-width: 100%;
  }
}
.btn--medium {
  min-width: 20.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--medium {
    max-width: 100%;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Checkbox Alt
\* ------------------------------------------------------------ */
.checkbox-alt {
  position: relative;
}
.checkbox-alt input {
  display: none;
}
.checkbox-alt input:checked + label:after {
  opacity: 1;
}
.checkbox-alt label:before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: #fff;
}
.checkbox-alt label:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.7rem;
  width: 0.6rem;
  height: 1rem;
  border: 0.2rem solid #149DE2;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(44deg);
      -ms-transform: rotate(44deg);
          transform: rotate(44deg);
  opacity: 0;
}
.checkbox-alt label {
  position: relative;
  padding: 0 0 0 4rem;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 1.37;
  font-size: 1.8rem;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.form .form__section-body--large.wrapping-responses {
  max-width: 1320px;
  margin-top: -30px;
}
.checkbox {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  width: 100%;
  min-height: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .checkbox {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .checkbox:hover label {
    background-color: #12A7E6;
    border-color: #fff;
  }
  .checkbox:hover label:before {
    opacity: 1;
    border-color: #031a33;
    -webkit-transform: translateY(0rem) rotate(40deg);
        -ms-transform: translateY(0rem) rotate(40deg);
            transform: translateY(0rem) rotate(40deg);
  }
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label {
  border-color: #fff;
}
.checkbox input:checked + label:before {
  opacity: 1;
  -webkit-transform: translateY(0rem) rotate(40deg);
      -ms-transform: translateY(0rem) rotate(40deg);
          transform: translateY(0rem) rotate(40deg);
}
.checkbox label {
  display: block;
  padding: 6.6rem 2.9rem 2.8rem;
  border-radius: 1.2rem;
  color: #fff;
  background-color: #011A33;
  width: 100%;
  height: 100%;
  border: 0.2rem solid transparent;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.wrapping-responses .checkbox label {
  padding: 4rem 2.2rem 2.2rem;
}
@media (max-width: 1023px) {
  .checkbox label {
    padding: 4rem 1.5rem 2.8rem;
  }
}
.checkbox label:before {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 2.1rem;
  width: 0.8rem;
  height: 1.2rem;
  border: 0.2rem solid #149DE2;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(1rem) rotate(40deg);
      -ms-transform: translateY(1rem) rotate(40deg);
          transform: translateY(1rem) rotate(40deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s ease;
  transition: opacity 0.3s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease;
  transition: opacity 0.3s ease, transform 1s ease, -webkit-transform 1s ease;
}
.checkbox img {
  display: block;
  margin-bottom: 1.3rem;
}
/* ------------------------------------------------------------ *\
	checkboxes-alt
\* ------------------------------------------------------------ */
.checkboxes-alt {
  margin-top: 0.7rem;
  margin-bottom: 2.7rem;
}
.checkboxes-alt ul {
  list-style-type: none;
}
.checkboxes-alt li ~ li {
  margin-top: 1.6rem;
}
/* ------------------------------------------------------------ *\
	Checkboxes
\* ------------------------------------------------------------ */
.checkboxes {
  padding: 1.6rem 3.2rem 0rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkboxes {
    padding: 1.6rem 0rem 0rem;
  }
}
.checkboxes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0 -2.1rem;
}
.wrapping-responses .checkboxes ul {
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  .checkboxes ul {
    margin: 0 -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkboxes ul {
    display: block;
    margin: 0;
  }
}
.checkboxes li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapping-responses .checkboxes li {
  margin-bottom: 2rem;
  padding: 0 1rem;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.wrapping-responses.wrapping-responses--wide .checkboxes li {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
  @media (max-width: 1023px) {
  .checkboxes li {
    padding: 0 1rem;
  }
  .wrapping-responses.wrapping-responses--wide .checkboxes li {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkboxes li {
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .wrapping-responses.wrapping-responses--wide .checkboxes ul { 
    display: flex;
  }
  .wrapping-responses.wrapping-responses--wide .checkboxes li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.wrapping-responses--wide h3 { text-align: center; margin-top: 50px; font-weight: bold; }

.wrapping-responses--wide .select { max-width: 460px; margin: 0 auto;  }


/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  background-color: #011A33;
  border-radius: 1.2rem;
  height: 4.6rem;
  width: 100%;
  padding: 0 1rem;
  -webkit-transition: background-color 100s ease;
  -o-transition: background-color 100s ease;
  transition: background-color 100s ease;
  border: 0.1rem solid transparent;
  -webkit-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.field:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #011A33 inset;
  -webkit-border-color: transparent;
  -webkit-outline: none;
}
.field::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
.field::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
.field:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
.field::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
.field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
.field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}
.field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5);
}
.field::-webkit-outer-spin-button, .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.field[type=number] {
  -moz-appearance: textfield;
}
.field--small {
  max-width: 19.4rem;
}
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 0 1.5rem;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  max-width: 38.2rem;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer li ~ li {
  margin-left: 2rem;
  margin-bottom: 0.7rem;
}
.footer p {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer p {
    margin-bottom: 2.2rem;
  }
}
.footer .footer__inner {
  max-width: 89.4rem;
  margin: 0 auto;
  padding: 8rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer .footer__logo {
  margin: 0 auto 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    width: 18rem;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  text-align: center;
}
.form h1 {
  margin-bottom: 1.6rem;
}
.form small {
  font-size: 1.4rem;
  line-height: 1.37;
}
.form label small { 
  display: block;
  line-height: 1.36;
}
.form .form__section {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form .form__section.is-active {
  position: relative;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form .form__section-head {
  margin-bottom: 5.8rem;
  position: relative;
  font-size: 1.6rem;
  padding: 0 11rem;
}
.form .form__section-subhead {
  margin-bottom: 3rem;
}
.form strong.pull {
  color: #12A7E6;
}
.form .form__section-subhead h3 {
  font-size: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__section-head {
    padding: 5.2rem 0 0;
    margin-bottom: 4.6rem;
  }
}
.form .form__section-head p {
  opacity: 0.6;
  font-weight: 400;
}
.form .form__section-head--alt {
  margin-bottom: 3.2rem;
}
.form .form__section-body {
  max-width: 42.9rem;
  margin: 0 auto;
  text-align: left;
}
.form .form__section-body--alt h4 {
  margin-bottom: 0.8rem;
}
.form .form__section-body--alt .form__cols {
  margin: 0 -0.7rem 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__section-body--alt .form__cols {
    margin: 0 0rem 3.2rem;
  }
}
.form .form__section-body--alt small {
  line-height: 1.2;
}
.form .form__section-body--large {
  max-width: unset;
}
.form .form__section--alt .form__section-head {
  margin-bottom: 3.1rem;
}
.form .form__row ~ .form__row {
  margin-top: 3.2rem;
}
.form .form__row.hidden {
  margin-top: 1.1rem;
}
.form .form__row.form__row--offset-top {
  margin-top: 1.1rem;
}
.form .form__label {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  font-weight: 900;
}
.form .error .form__label {
  color: #C25404;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.form .error input {
  border-color: #C25404;
}
.form .sms-consent.checkbox-alt.error label:before { border: 2px solid #C25404; }

.form .form__label--small {
  font-size: 1.4rem;
  font-weight: 400;
}
.form .form__actions {
  margin-top: 4.3rem;
  text-align: center;
  display: none;
}
.form .form__group ~ .form__group {
  margin-top: 2.2rem;
  padding-top: 2.7rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.form .form__group + p {
  margin-top: 1rem;
}
.form .form__section-actions {
  margin-top: 4.3rem;
  text-align: center;
}
.form .form__section-foot {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  max-width: 89.4rem;
  margin: 4.3rem auto 0;
  padding: 4.6rem 10rem 0;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__section-foot {
    padding: 4rem 2rem 0;
  }
}
.form .form__section-foot p {
  margin-bottom: 4.7rem;
}
.form .form__section-foot--left {
  text-align: left;
  padding: 6.4rem 11.8rem 0;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .form .form__section-foot--left {
    padding: 6.4rem 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__section-foot--left {
    padding: 4rem 2rem 0;
  }
}
.form .form__skip {
  font-weight: 400;
  display: inline-block;
  margin-top: 3.5rem;
  font-size: 1.6rem;
  line-height: 1.38;
}
.form .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7rem 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__cols {
    display: block;
    margin: 0 0rem 3.2rem;
  }
}
.form .form__cols--offset-bottom {
  margin: 0 -0.7rem 0rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__cols--offset-bottom {
    display: block;
    margin: 0 0rem 0rem;
  }
}
.form .form__col {
  padding: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.form .form__col--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.form .form__col--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.form .form__section-foot .form__info {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 4.6rem;
}
.form .form__info img {
  position: absolute;
  top: 0;
  left: 0.1rem;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.5rem 4.5rem 4.5rem 4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 5.5rem 4rem 1.9rem 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link Back
\* ------------------------------------------------------------ */
.link-back {
  position: absolute;
  top: 2.3rem;
  left: 3.7rem;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 900;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
.link-back:hover {
  opacity: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-back {
    top: 0rem;
    left: 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 374px) {
  .link-back {
    left: 1rem;
  }
}
.link-back img {
  display: inline-block;
  margin-right: 0.6rem;
  position: relative;
  top: -0.1rem;
}
.link-back.is-visible {
  opacity: 0.7;
  pointer-events: all;
}
.link-back.is-visible:hover {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	list-logos
\* ------------------------------------------------------------ */
.list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos {
    gap: 0.7rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
    margin-bottom: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Loader
\* ------------------------------------------------------------ */
.percent {
  position: relative;
  top: -1.7rem;
  right: -1.5rem;
  width: 5.6rem;
  height: 5.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .percent {
    top: 0;
  }
}
.percent .svg-item {
  width: 5.6rem;
  height: 5.6rem;
  font-size: 1.4rem;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.54);
      -ms-transform: scale(1.54);
          transform: scale(1.54);
}
.percent .donut-ring {
  stroke: #fff;
}
.percent .donut-segment {
  stroke: #12A7E6;
  -webkit-transition: stroke-dasharray 0.4s ease;
  -o-transition: stroke-dasharray 0.4s ease;
  transition: stroke-dasharray 0.4s ease;
}
.percent .donut-text {
  fill: #FF6200;
  font-size: 1.4rem;
}
.percent .percent__numbers {
  position: absolute;
  top: 0.1rem;
  left: -0.1rem;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.percent.is-animated .donut-segment {
  stroke-dasharray: var(--percent) var(--fullNumber);
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: block;
  width: 18rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    width: 15.6rem;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 0.4rem 1.5rem 19.8rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 0.4rem 2.8rem 10rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
  font-size: 1.6rem;
  overflow: hidden;
  border-radius: 1.2rem;
  -webkit-transition: background-color 100s ease;
  -o-transition: background-color 100s ease;
  transition: background-color 100s ease;
  border: 0.1rem solid transparent;
}
.select.error {
  border-color: #C25404;
}
.select:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 2.1rem;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 1;
  pointer-events: none;
}
.select:after {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  width: 5rem;
  background-color: #011A33;
  pointer-events: none;
}
.select select::-ms-expand {
  display: none;
}
.select select {
  background-color: #011A33;
  border-radius: 1.2rem;
  height: 4.6rem;
  width: 100%;
  border: none;
  padding: 0 1rem;
  -webkit-appearance: none;
}
.selects-holder {
  display: none;
  margin-top: 3.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.selects-holder p {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 114rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.37;
  font-weight: 400;
}
.tile h2 {
  margin-bottom: 0.3rem;
}
.tile img {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.tile p {
  letter-spacing: 0.01em;
}
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles {
  max-width: 66.5rem;
  margin: 0 auto;
}
.tiles .tiles__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.tiles.tiles--singular {
  margin-top: 4.3rem;
  padding-top: 4.3rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  max-width: 89.4rem;
}
.tiles.tiles--singular .tiles__items {
  display: block;
  text-align: center;
}
@media (max-width: 1023px) {
  .tiles .tiles__items {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles .tiles__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles .tiles__item ~ .tiles__item {
    margin-top: 5rem;
  }
}
/* ------------------------------------------------------------ *\
	Tooltip
\* ------------------------------------------------------------ */
.tooltip {
  border-radius: 6px;
  max-width: 42.6rem;
  padding: 2.5rem 2rem 2.2rem 5.2rem;
  margin: 3.3rem auto -1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.37;
  position: relative;
  display: none;
}
.tooltip h5 {
  margin-bottom: 0.2rem;
  color: #C25404;
  font-size: 1.4rem;
  font-weight: 900;
}
.tooltip img {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
}
body .tooltip.tooltip--email-exists {
    max-width: 56rem;
    font-size: 16px;
}
body .tooltip.tooltip--email-exists h5 {
    font-size: 18px
}
body .tooltip.tooltip--email-exists img {
    top: 28px
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wrapper {
    display: block;
    min-height: unset;
  }
}
.wrapper:before {
  content: "";
  position: absolute;
  top: -599px;
  left: -660px;
  width: 108rem;
  height: 108rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.32%, #012F5C), color-stop(119.58%, rgba(1, 42, 82, 0)));
  background: -o-linear-gradient(top, #012F5C 51.32%, rgba(1, 42, 82, 0) 119.58%);
  background: linear-gradient(180deg, #012F5C 51.32%, rgba(1, 42, 82, 0) 119.58%);
  opacity: 0.8;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wrapper:before {
    top: -520px;
    left: -360px;
    width: 70rem;
    height: 70rem;
  }
}
.wrapper:after {
  content: "";
  position: absolute;
  top: -323px;
  right: -840px;
  width: 124.1rem;
  height: 124.1rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#012F5C), color-stop(108.78%, rgba(1, 42, 82, 0)));
  background: -o-linear-gradient(bottom, #012F5C 0%, rgba(1, 42, 82, 0) 108.78%);
  background: linear-gradient(0deg, #012F5C 0%, rgba(1, 42, 82, 0) 108.78%);
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .wrapper:after {
    top: -223px;
    right: -740px;
    width: 95rem;
    height: 95rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wrapper:after {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	State Select
\* ------------------------------------------------------------ */

.page-template-page-apply-multistep-choose-state .header { padding-bottom: 3rem; }
.page-template-page-apply-multistep-choose-state .percent { display: none; }
.page-template-page-apply-multistep-choose-state .section .form__section-head { margin-bottom: 4rem; position: relative; font-size: 1.6rem; padding: 0; }
.page-template-page-apply-multistep-choose-state .section .form__section-head h1 { margin-bottom: 6px; }
.page-template-page-apply-multistep-choose-state .section .form__section-head p { opacity: .7; }

.page-template-page-apply-multistep-choose-state ul.states { max-width: 1090px; margin: 0 auto; padding: 0; display: flex; flex-flow: row wrap; justify-content: center; }
.page-template-page-apply-multistep-choose-state ul.states li { margin: 0; padding: 0; list-style: none; flex: 0 310px; margin: 20px; display: inline-block; width: 310px; height: 180px; }
.page-template-page-apply-multistep-choose-state ul.states li a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; height: 100%; max-width: 100%; background-color: #011A33; border: 2px solid #011A33; border-radius: 12px; text-decoration: none; transition: all .3s ease-in; }
.page-template-page-apply-multistep-choose-state ul.states li a:hover { background-color: #12A7E6; border-color: #fff; }
.page-template-page-apply-multistep-choose-state ul.states li a div { width: 100%; }
.page-template-page-apply-multistep-choose-state ul.states li a .state-icon { width: 50px; height: 50px; margin: 0 auto 16px; }
.page-template-page-apply-multistep-choose-state ul.states li a .state-icon img { max-width: 100%; width: auto; height: auto; }
.page-template-page-apply-multistep-choose-state ul.states li a .state-name { font-size: 24px; font-weight: 600; }

/* If 10 States */
.page-template-page-apply-multistep-choose-state ul.states.count-10 li { flex: 0 230px; width: 230px; height: 180px; margin: 15px; }

.page-template-page-apply-multistep-choose-state ul.states li a.location-selected { border-color: #fff; position: relative; }
.page-template-page-apply-multistep-choose-state ul.states li a.location-selected .location-notice { display: inline-block; padding: 8px 16px; background-color: #fff; border-radius: 99px; font-size: 14px; color: #011A33; width: auto; position: absolute; bottom: -15px; }
.page-template-page-apply-multistep-choose-state ul.states li a.location-selected .location-notice img { margin-right: 6px; }

@media (max-width: 767px) {
  .page-template-page-apply-multistep-choose-state .header { text-align: center; }
  .page-template-page-apply-multistep-choose-state .header a { margin: 0 auto; }

  .page-template-page-apply-multistep-choose-state ul.states li { flex: 0 calc(50% - 20px); margin: 10px; }
  .page-template-page-apply-multistep-choose-state ul.states li a.location-selected .location-notice { font-size: 12px; padding: 8px; line-height: 1.0; }
  .page-template-page-apply-multistep-choose-state ul.states li a.location-selected .location-notice img { margin-right: 4px; }
  .page-template-page-apply-multistep-choose-state ul.states li a .state-icon { width: 40px; height: 40px; margin: 0 auto 16px; }
  .page-template-page-apply-multistep-choose-state ul.states li a .state-name { font-size: 18px; font-weight: 600; }
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

body { padding-top: 0 !important; }
#shiftnav-toggle-main { display: none; }

/* Minimum Degree Notice */

div.min-degree-notice { margin: 30px 0; line-height: 1.2; }
div.min-degree-notice.bump-up { margin-top: -40px; }
div.min-degree-notice .notice { display: inline-block; margin: 0 auto 8px; padding: 6px 10px 4px; line-height: 1.0; background-color: rgba(255,255,255,.15); border-radius: 6px; }
div.min-degree-notice .learn { color: rgba(255,255,255,.8); }

div.general-notice { margin: 30px 0; line-height: 1.2; }
div.general-notice.bump-up { margin-top: -40px; }
div.general-notice .notice { display: inline-block; margin: 0 auto 8px; padding: 6px 10px 4px; line-height: 1.0; background-color: rgba(255,255,255,.15); border-radius: 6px; line-height: 1.3; }
div.general-notice .learn { color: rgba(255,255,255,.8); }

.selects-holder .min-degree-notice { margin: 16px 0 0; }

/* Default Radios with Tooltip */
.radios .radio-wrap { display: block; margin: 0 0 5px; }
.label--radio { cursor: pointer; display: inline-block; line-height: 1.0; padding: 8px 12px; background-color: #011A33; border: 1px solid rgba(255,255,255,.12); border-radius: 1.2rem; }
.label--radio.with-tooltip { position: relative; padding-right: 32px; }
.label--radio input { margin-right: 4px; }
.tooltip-wrap { position: relative; left: -2px; }
.tooltip-wrap .tooltip-icon { opacity: .6; width: 24px; height: 24px; position: relative; top: 6px; transform: scale(.75); content: ''; display: inline-block; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"/></svg>') no-repeat center; transition: .3s all; }
.tooltip-wrap .tooltip-icon:hover { opacity: 1; }
.tooltip-wrap .tooltip-icon span { display: block; width: 0; height: 0; visibility: hidden; display: none; }
.tooltip-wrap .tooltip-content { z-index: 9; visibility: hidden; opacity: 0; pointer-events: none; display: block; width: 200px; height: 0; position: absolute; top: -16px; left: 24px; background: rgba(255,255,255,.96); box-shadow: 0 0 16px rgba(0,0,0,.25); border-radius: 8px; color: #111; padding: 16px; font-size: 13px; line-height: 1.2; transition: .3s all; font-weight: normal; }
.tooltip-wrap:hover .tooltip-content { opacity: 1; height: auto; visibility: visible; pointer-events: all; }

.subtext { display: block; margin: 0 0 1em; font-size: .85em; color: rgba(255,255,255,.75)}
.warning h5 { color: #fff; }
.warning h5 img { vertical-align: top; }

img.icon-did-you-know { max-height: 80px; width: auto; border: 0; }

.hcaptcha { margin: 1rem auto 2rem; }