:root {
  --color-3: #00254a;
  --color: white;
  --color-4: #677583;
  --color-6: #e4ecec;
  --color-5: #f3744a;
  --color-2: #333;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  background-image: linear-gradient(0deg, #0000, #0000 57%, #0000004f), url('../images/young-woman-hiking.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 10% 5% 5% 0%;
  display: flex;
  position: relative;
}

.hero-content-div {
  flex-flow: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.top-line {
  color: var(--color);
  text-transform: uppercase;
  margin-left: 8%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.mid-line {
  color: var(--color);
  background-color: #00254a00;
  background-image: linear-gradient(90deg, #00254aa8, #00254aa6 35%, #00254a00);
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 30px 15px 8%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1em;
}

._3rd-line {
  color: var(--color);
  margin-bottom: 30px;
  margin-left: 8%;
  font-size: 1.8em;
}

.button-holder-hero {
  align-items: center;
  margin-left: 8%;
  display: flex;
}

.button {
  background-color: var(--color-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/icons8-calendar-64.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  line-height: 1em;
}
.disclaimer {
    display: block;
    bottom: 0;
    position: absolute;
    width: 60%;
    color: #fff;
    right: 0;
    font-size: 14px;
    line-height: 15px;
}
.button:hover, .button.rev {
  background-color: var(--color-4);
}

.button.rev:hover {
  background-color: var(--color-3);
}

.button.rev.st {
  background-image: url('../images/icons8-quiz-50.png');
}

.button.rev.st.hover-white:hover {
  background-color: var(--color-6);
  color: var(--color-3);
}

.button.rev.cal {
  position: relative;
}

.button.cal.marg {
  margin-right: 10px;
}

.logo-in-hero {
  filter: invert();
  width: 350px;
  position: absolute;
  inset: 3% auto auto 4%;
}

.navbar {
  background-color: #ddd0;
  height: 65px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 45px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 7px;
  margin-left: 10px;
}

.nav-menu {
  align-items: center;
  height: 65px;
  padding-right: 10px;
  display: flex;
}

.navlink-jm {
  color: var(--color);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px 10px 10px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navlink-jm:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.navlink-jm.phone {
  background-color: var(--color-4);
}

.navlink-jm.phone:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.nav-icon {
  width: 25px;
  margin-right: 10px;
}

.nav-bg-div {
  background-color: var(--color-3);
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  inset: 0%;
}

.selftest {
  justify-content: space-between;
  padding: 5% 5% 8%;
  display: flex;
}

.self-test-visual-holder {
  background-color: var(--color-3);
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 25px;
  padding-left: 25px;
  display: flex;
}

.self-test-photo-div {
  z-index: 5;
  min-width: 105%;
  min-height: 105%;
  position: relative;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.self-test-holder {
  flex-flow: row;
  align-items: center;
  width: 60%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.selftest-img-holder {
  background-color: #6775831a;
  width: 100%;
  padding: 40px 40px 40px 60px;
}

.image-3 {
  width: 100%;
}

.large-p {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 1.2em;
}

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

.what-is-evo-section {
  justify-content: space-between;
  display: flex;
}

.text-div-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.blue-text {
  z-index: 5;
  background-color: #6775831a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 50px 30px;
  display: flex;
  position: relative;
}

.what-is-evo-img-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stat-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.stat-div {
  background-color: #6775831a;
  margin-left: 5%;
  margin-right: 5%;
  padding: 5%;
}

.stat-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lg-stat-text {
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.lg-stat-text.bold-lg {
  margin-bottom: 40px;
  font-size: 4em;
  font-weight: 700;
}

.candiate-section {
  background-image: url('../images/young-woman-with-dog.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  min-height: 65vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.candidate-div {
  background-color: var(--color-3);
  width: 48%;
  padding: 30px 30px 10px;
}

.h2-light {
  color: var(--color-6);
  position: relative;
}

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

.p-white {
  color: var(--color);
}

.procedure-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 50vh;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 5%;
  display: flex;
}

.evo-img-video {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.text-div-50-no-pad {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.blue-bg {
  background-color: var(--color-3);
  width: 50px;
  position: absolute;
  inset: 8% auto 8% 0%;
}

.why-northeast-section {
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.why-div {
  background-image: linear-gradient(#ffffff73, #ffffff73), url('../images/seattle.jpg');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 50px 50px 30px;
  display: flex;
  position: relative;
}

.seattle-blue-div {
  background-color: var(--color-3);
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.p-white-center {
  color: var(--color);
  text-align: center;
  position: relative;
}

.testimonials {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonials-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-holder {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.testimonial-div {
  border-bottom: 5px solid var(--color-5);
  color: var(--color);
  background-color: #e4ecec0d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 25px;
  display: flex;
}

.footer {
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer-wrapper-div {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-div-60 {
  width: 55%;
}

.submit-button {
  background-color: var(--color-3);
  text-transform: uppercase;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color-4);
}

.text-field {
  background-color: #e4ecec80;
  border: 1px #000;
}

.self-test-call-out {
  background-color: var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.image-5 {
  width: 50px;
  margin-bottom: 20px;
}

.orange {
  color: var(--color-5);
}

.form-block {
  margin-bottom: 15px;
}

ul.loc-footer-list li {
    list-style: none;
}

.location-holder {
  background-color: #e4ecec80;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.location-div {
  text-align: center;
  width: 49%;
  line-height: 1.5em;
}

.title {
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.2em;
}

.docs {
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.doc-div {
  color: var(--color);
  text-align: center;
  background-color: #ffffff1a;
  flex-flow: column;
  align-items: center;
  width: 49%;
  padding: 25px;
  line-height: 1.5em;
  display: flex;
}

.doc-img {
  width: 200px;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 991px) {
  .hero {
    background-position: 0 0, 70% 0;
  }

  .hero-content-div {
    width: 100%;
  }

  .top-line {
    font-size: 3.2em;
  }

  .mid-line {
    font-size: 1.7em;
  }

  ._3rd-line {
    font-size: 1.2em;
  }

  .button-holder-hero {
    flex-flow: column;
    align-items: flex-start;
  }

  .button {
    padding-top: 15px;
  }

  .button.cal.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .logo-in-hero {
    display: none;
  }

  .navlink-jm.phone {
    padding-right: 10px;
  }

  .navlink-jm.apt {
    display: none;
  }

  .nav-icon {
    margin-right: 0;
  }

  .selftest {
    flex-flow: column;
    padding-bottom: 5%;
  }

  .self-test-visual-holder {
    width: 100%;
  }

  .self-test-photo-div {
    min-height: 0;
    max-height: 400px;
    margin-bottom: -20px;
    overflow: hidden;
  }

  .self-test-holder {
    width: 100%;
    padding-top: 0%;
  }

  .selftest-img-holder {
    padding: 50px 20px 20px;
  }

  .what-is-evo-section {
    flex-flow: column;
  }

  .text-div-50 {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .blue-text {
    padding: 20px 20px 0;
  }

  .what-is-evo-img-div {
    width: 100%;
  }

  .lg-stat-text {
    font-size: 1.5em;
  }

  .candiate-section {
    background-attachment: scroll;
  }

  .procedure-section {
    flex-flow: column;
  }

  .evo-img-video, .text-div-50-no-pad {
    width: 100%;
  }

  .testimonial-holder {
    flex-flow: column;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-wrapper-div {
    flex-flow: column;
  }

  .form-div-60 {
    width: 100%;
  }

  .self-test-call-out {
    width: 100%;
    margin-top: 20px;
  }

  .docs {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .doc-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    justify-content: flex-end;
    padding-top: 5%;
  }
.disclaimer{
  padding:20px;
  position:inherit;
  width:100%;
}
  .top-line {
    margin-left: 5%;
    font-size: 2.5em;
  }

  .mid-line {
    padding-left: 5%;
    font-size: 1.36em;
  }

  ._3rd-line, .button-holder-hero {
    margin-left: 5%;
  }

  .image {
    height: 40px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .nav-menu {
    height: 60px;
  }

  .nav-bg-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .self-test-photo-div {
    max-height: 350px;
  }

  .large-p.center {
    font-size: 1.1em;
  }

  .stat-section {
    padding: 0%;
  }

  .stat-div {
    margin-left: 0%;
    margin-right: 0%;
  }

  .lg-stat-text {
    font-size: 1.2em;
  }

  .candiate-section {
    min-height: 0;
    padding: 0%;
  }

  .candidate-div {
    width: 100%;
  }

  .why-div {
    padding: 25px;
  }

  .docs {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(#0000, #000000db), linear-gradient(240deg, #0000, #0000 57%, #0000004f), url('../images/young-woman-hiking.jpg');
    background-position: 0 0, 0 0, 85% 0;
    background-size: auto, auto, cover;
    height: 700px;
    padding-right: 3%;
  }

  .hero-content-div {
    width: 100%;
  }

  .top-line {
    font-size: 2em;
  }

  .mid-line {
    margin-bottom: 5px;
    padding-right: 15px;
  }

  ._3rd-line {
    margin-bottom: 15px;
  }

  .button.cal.marg {
    margin-bottom: 5px;
  }

  .navbar {
    height: 50px;
  }

  .image {
    height: 25px;
  }

  .brand {
    margin-top: 10px;
    margin-left: 5px;
  }

  .nav-menu {
    height: 50px;
    padding-right: 5px;
  }

  .navlink-jm, .navlink-jm.phone {
    padding: 5px;
  }

  .nav-icon {
    width: 20px;
  }

  .self-test-visual-holder {
    padding: 0;
  }

  .self-test-photo-div {
    min-width: 0;
    margin-bottom: 0;
  }

  .selftest-img-holder {
    padding: 20px;
  }

  .large-p.center {
    font-size: 1em;
  }

  .lg-stat-text.bold-lg {
    font-size: 2em;
  }

  .candidate-div {
    padding: 21px;
  }

  .procedure-section {
    padding: 0%;
  }

  .why-northeast-section {
    padding: 0;
  }

  .why-div {
    padding: 20px;
  }

  .location-holder {
    flex-flow: column;
    padding: 20px 20px 0;
  }

  .location-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .doc-div {
    padding: 15px;
  }

  .doc-img {
    width: 100%;
  }
}


