:root {
  --black: #333;
  --white: white;
  --sea-green: #497174;
  --medium-aquamarine: #77AD9B;
  --black-2: black;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.evo-hero-section-jm {
  background-image: linear-gradient(90deg, #000000a8, #00000059 40%, #0000 66%), url('../images/young-woman.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  padding: 100px;
  display: flex;
}

.body {
  color: var(--black);
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.evo-hero-wrap-jm {
  color: var(--white);
  max-width: 50%;
}

.h2-hero-evo-jm {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

.button-evo-jm {
  background-color: var(--sea-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button-evo-jm:hover {
  background-color: var(--medium-aquamarine);
}

.button-evo-jm.white {
  background-color: var(--white);
  color: var(--sea-green);
}

.button-evo-jm.white:hover {
  background-color: var(--sea-green);
  color: var(--white);
}

.button-evo-jm._30 {
  width: 30%;
}

.evo-what-is-section-jm {
  padding: 5% 0;
}

.evo-what-is-section-jm._2 {
  padding-top: 0%;
}

.paragraph-jm {
  text-align: left;
  margin-bottom: 20px;
}

.paragraph-jm.center-white {
  color: var(--white);
  text-align: center;
}

.candidate-section-evo-jm {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-aquamarine));
  padding: 5% 0;
}

.evo-parallax-section {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/palms.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 100px;
  display: flex;
}

.evo-parallax-wrapper-div-jm {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
}

.evo-advantage-section-jm {
  background-image: url('../images/basketball.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  min-height: 75vh;
  padding: 5% 5% 5% 0;
  display: flex;
}

.advantage-wrap-jm {
  color: var(--white);
  background-color: #77AD9B;
  max-width: 45%;
  padding: 20px;
}

.hero-sub-line {
  color: var(--white);
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

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

.img-dover-div._48 {
  width: 48%;
}

.img-dover-div._100 {
  width: 100%;
  margin-bottom: 15px;
}

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

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  display: flex;
}

.txt-div.pro {
  background-color: #77AD9B;
  color: var(--white);
  width: 50%;
  padding: 65px 65px 45px;
}

.wrap {
  justify-content: space-between;
  width: 90%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap._100 {
  width: 100%;
}

.wrap._100.top-marg {
  flex-flow: wrap;
  margin-top: 30px;
}

.wrap.stack {
  flex-flow: column;
}

.wrap.stack.center {
  color: var(--white);
  text-align: center;
}

.wrap.center-al {
  align-items: center;
}

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

.tech-div {
  color: var(--white);
  background-color: #00000040;
  width: 32%;
  margin-bottom: 2%;
  padding: 15px;
}

.h3-min {
  min-height: 50px;
  margin-bottom: 10px;
}

.section {
  padding: 5% 0;
}

.section.no-btm {
  padding-bottom: 0%;
}

.section.green {
  background-color: #77AD9B;
}

.slide-nav {
  display: none;
}

.procedure-slider {
  background-color: #ddd0;
  min-height: 75vh;
  margin: 30px 10px 10px;
}

.procedure-slide {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.procedure-wrap {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arrow {
  margin-right: -10px;
}

.left-arrow {
  margin-left: -10px;
}

.list-div {
  background-color: #0000001a;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 10px 0;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_faq2 {
  width: 100%;
  margin-top: 30px;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid #0000;
  margin-bottom: 30px;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  background-color: var(--white);
  color: var(--black-2);
  cursor: pointer;
  border-top: 1px #0000;
  border-bottom: 2px #004674;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.faq2_icon {
  color: #00222e;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.self-test-wrap .wrap {
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .evo-hero-section-jm {
    background-position: 0 0, 65%;
    height: 800px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .h2-hero-evo-jm {
    font-size: 2em;
  }

  .button-evo-jm._30 {
    width: auto;
  }

  .evo-what-is-section-jm {
    padding: 5% 0 7%;
  }

  .candidate-section-evo-jm {
    padding-left: 0;
    padding-right: 0;
  }

  .evo-parallax-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/palms.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .evo-advantage-section-jm {
    min-height: 0;
    padding: 0;
  }

  .advantage-wrap-jm {
    background-color: var(--black-2);
    max-width: none;
    padding: 5% 50px;
  }

  .hero-sub-line {
    font-size: 1.2em;
  }

  .img-dover-div {
    width: 100%;
    min-height: 400px;
  }

  .img-dover-div._48 {
    width: 100%;
  }

  .img-dover-div._50.hide {
    display: none;
  }

  .txt-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .txt-div.pro {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .txt-div.with {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .wrap {
    flex-direction: column;
  }

  .wrap.center-al {
    align-items: flex-start;
  }

  .tech-div {
    width: 100%;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.no-btm, .section.green {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav {
    padding-left: 20px;
    display: flex;
  }

  .procedure-slider {
    min-height: 500px;
  }

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

  .right-arrow, .left-arrow {
    display: none;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .evo-hero-section-jm {
    background-position: 0 0, 30%;
    height: 500px;
    padding: 20px;
  }

  .evo-hero-wrap-jm {
    max-width: 65%;
  }

  .h2-hero-evo-jm {
    font-size: 2em;
  }

  .button-evo-jm {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .evo-what-is-section-jm {
    padding: 5% 0;
  }

  .candidate-section-evo-jm {
    padding: 50px 20px 20px;
  }

  .evo-parallax-section {
    padding: 50px 20px;
  }

  .evo-parallax-wrapper-div-jm {
    font-size: 1em;
    line-height: 1em;
  }

  .text-block {
    font-size: 1.5em;
  }

  .advantage-wrap-jm {
    background-color: var(--black-2);
    padding: 5%;
  }

  .img-dover-div {
    min-height: 300px;
  }

  .section {
    padding: 50px 20px;
  }

  .procedure-slider {
    min-height: 600px;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq2_icon {
    width: 1.75rem;
  }
}

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

  .evo-hero-section-jm {
    background-image: linear-gradient(0deg, #000000bd, #0000), url('../images/young-woman.jpg');
    background-position: 0 0, 75% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 125%;
    align-items: flex-end;
    height: 550px;
    margin-top: 50px;
    padding: 10px;
  }

  .evo-hero-wrap-jm {
    max-width: none;
    line-height: 1.5em;
  }

  .h2-hero-evo-jm {
    font-size: 1.8em;
  }

  .button-evo-jm {
    padding: 12px 20px;
    font-size: .9em;
  }

  .evo-what-is-section-jm {
    padding-top: 5%;
  }

  .candidate-section-evo-jm {
    padding-top: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .evo-parallax-wrapper-div-jm {
    margin-bottom: 20px;
    font-size: .75em;
  }

  .img-dover-div {
    min-height: 200px;
  }

  .wrap._100.top-marg {
    margin-top: 0;
  }

  .section.no-btm {
    padding-top: 5%;
  }

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

  .procedure-slider {
    min-height: 900px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_faq2 {
    margin-top: 0;
  }

  .max-width-large, .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }
}


