:root {
  --color-5: #1d6691;
  --color-6: #a1e043;
  --color-4: #0c3d5a;
  --color: white;
  --color-3: #161a25;
  --color-2: #333;
  --color-7: #679ac9;
  --white: white;
  --black: black;
}

p {
  margin-bottom: 20px !important;
  font-weight: 400 !important;
}

li {
  font-weight:400;
}

body {
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.75em !important;
}

html {
  font-size: calc(15px + 0.390625vw) !important;
}

p, li {
  font-size: clamp(16px, 1rem, 18px) !important;
}

.evo-hero {
  background-image: url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/woman-using-cellphone.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 100vh;
  padding: 5% 5% 8%;
  display: flex;
}

.evo-hero-wrapper-jm {
  width: 55%;
  max-width: none;
  padding-top: 4%;
  padding-left: 4%;
  position: relative;
}

.image-10 {
  z-index: 2;
  min-width: 350px;
  max-width: 65%;
  margin-bottom: 5px;
  position: relative;
}

.evo-icon {
  opacity: .14;
  min-width: 400px;
  max-width: 65%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h2-evo-jm {
  color: var(--color-5);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Bebas Neue, sans-serif !important;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.h2-evo-jm.white {
  color: #fff;
  text-shadow: 1px 3px 0 var(--color-5);
  margin: 0 0 10px;
  font-family: Bebas Neue, sans-serif !important;
  font-size: 4em;
  font-weight: 400;
}

.h2-evo-jm.center-green {
  color: var(--color-6);
  text-align: center;
}

.h2-evo-jm.center {
  text-align: center;
}

.hero-text-evo {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.5em !important;
  font-weight: 300;
  line-height: 1.3;
}

.evo-button {
  background-color: var(--color-6);
  color: var(--color-5);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 0;
  padding: 18px 40px 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.2em !important;
  text-decoration: none;
  display: inline-block;
}

.evo-button:hover {
  background-color: var(--color-5);
  color: #fff;
}

.evo-button.green {
  background-color: var(--color-6);
  color: var(--color-4);
  letter-spacing: 1px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.2em;
}

.evo-button.green:hover {
  background-color: var(--color-4);
  color: #fff;
}

.navbar {
  background-color: var(--color);
  height: 95px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  align-items: center;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
}

.evo-icl-intro-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.evo-intro-wrapper {
  justify-content: space-between;
  width: 90%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
} 

.evo-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: none;
  display: flex;
}

.evo-text-div.center-align {
  justify-content: center;
}

.evo-par {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 16px;
}

.evo-par.center-white {
  color: #fff;
  text-align: center;
}

.evo-par.white {
  color: #fff;
}

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

.evo-video-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 350px;
  display: flex;
}

.evo-video-div.marg {
  margin-bottom: 20px;
}

.joe-jonas-parallax {
  background-image: url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/Joe-Jonas-Leaning-on-Piano.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 95vh;
  padding: 100px;
}

.joe-jonas-div {
  max-width: 45%;
}

.joe-mobile {
  display: none;
}

.joe-jonas-text {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  font-weight: 500;
}

.joe-jonas-text.name {
  font-style: normal;
}

.joe-video-holder {
  width: 65%;
  min-height: 0;
  margin-bottom: 20px;
}

.evo-testimonial-section {
  background-color: var(--color-4);
  padding-top: 5%;
  padding-bottom: 5%;
}

.evo-testimonial-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-holder {
  justify-content: space-between;
  width: 100%;
  min-height: 500px;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.video-holder-right-small {
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  display: flex;
}

.top-video {
  width: 100%;
  min-height: 0;
  margin-bottom: 20px;
  display: block;
}

.bottom-video {
  width: 100%;
  min-height: 0;
  margin-bottom: 0;
  display: block;
}

.evo-recovery-wrapper-2 {
  justify-content: space-between;
  width: 90%;
  max-width: none;
  min-height: 0;
  max-height: 500px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.evo-recovery-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.evo-recovery-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: none;
  min-height: 0;
  max-height: 500px;
  margin: 50px auto 5%;
  display: flex;
}

.evo-recovery-wrapper.no-marg {
  margin-bottom: 0%;
}

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

.evo-photo-div {
  object-fit: cover;
  width: 48%;
  overflow: hidden;
}

.h3-evo {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.evo-candidate-callout-section {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), var(--color-3));
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.evo-candidate-callout-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  display: flex;
}

.evo-candidate-wrapper {
  background-color: rgba(22, 26, 37, .89);
  max-width: 48%;
  padding: 30px;
}

.evo-list {
  margin-bottom: 20px;
}

.evo-list.white {
  color: #fff;
}

.evo-candidate-section {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .25) 59%, rgba(0, 0, 0, 0)), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/girl-in-city-at-night.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding: 5%;
  display: flex;
  position: relative;
}

.evo-item {
  margin-bottom: 10px;
}

.h2-evo-jm-white {
  color: var(--color);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.evo-procedure-section {
  padding-top: 5%;
  padding-bottom: 4%;
}

.evo-procedure-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.evo-large-quote-section {
  background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), linear-gradient(rgba(12, 61, 90, .58), rgba(12, 61, 90, .58)), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/young-friends-in-the-city.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.evo-large-stat-wrapper {
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 1600px;
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.5em;
}

.text-block-4 {
  text-align: center;
  font-size: 32px !important;
  line-height: 1.5;
  font-weight: 500;
}

.evo-stats-section {
  background-color: var(--color-5);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 102, 145, .9), var(--color-3)), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/EVO-ICL-Outline-in-white.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 5%;
  padding-bottom: 4%;
  display: flex;
}

.evo-stat-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  display: flex;
}

.large-stat {
  color: var(--color-6);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 9em;
  font-weight: 400;
  line-height: 1em;
}

.small-stat-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1;
}

.evo-cta-section {
  background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), linear-gradient(rgba(29, 102, 145, .63), rgba(29, 102, 145, .63)), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/man-using-cellphone.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.evo-large-stat-wrapper-2 {
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 1600px;
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.5em;
}

.image-12 {
  height: 50px;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 95px;
  display: flex;
}

.nav-buttons {
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.phone-buttons {
  color: var(--color-4);
  align-items: center;
  margin-right: 5px;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.phone-buttons:hover {
  text-decoration: underline;
}

.image-13 {
  width: 20px;
  margin-right: 5px;
}

.consult-button {
  border: 1px solid var(--color-5);
  background-color: var(--color-6);
  color: var(--color-4);
  border-radius: 0;
  align-items: center;
  padding: 5px 15px;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  margin-right: 15px;
}

.consult-button:hover {
  background-color: var(--color-5);
  color: var(--color);
  text-decoration: none;
}

.st-button {
  border: 1px solid var(--color-5);
  background-color: var(--color);
  color: var(--color-5);
  border-radius: 0;
  align-items: center;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.st-button:hover {
  background-color: var(--color-5);
  color: var(--color);
  text-decoration: none;
}

.evo-steps-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.evo-step-div {
  flex-direction: column;
  align-items: center;
  width: 19%;
  max-width: none;
  display: flex;
}

.evo-step-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.evo-h4 {
  color: #044f7c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.image-14 {
  max-width: 275px;
  margin-bottom: 20px;
}

.code-embed {
  width: 100%;
}

.video-candidate-holder {
  width: 75%;
  margin-bottom: 20px;
}

.video-div-abs {
  width: auto;
  margin-bottom: 20px;
  position: static;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .evo-hero {
    background-position: 50% 0;
    height: 800px;
  }

  .evo-hero-wrapper-jm {
    width: 60%;
    padding-left: 0%;
  }

  .image-10 {
    min-width: 300px;
  }

  .h2-evo-jm.center {
    font-size: 2.5em;
  }

  .evo-button {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navbar {
    height: 75px;
  }

  .brand {
    margin-top: 0;
    margin-bottom: 0;
  }

  .evo-icl-intro-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-intro-wrapper {
    flex-direction: column;
  }

  .evo-text-div {
    width: 100%;
    padding-bottom: 30px;
  }

  .evo-text-div.center-align {
    padding-top: 0;
    padding-bottom: 0;
  }

  .evo-video-div {
    width: 100%;
  }

  .joe-jonas-parallax {
    background-position: 40% 0;
    background-attachment: scroll;
    padding-top: 20px;
    padding-left: 20px;
  }

  .joe-jonas-div {
    flex-direction: column;
    align-items: flex-start;
    max-width: 60%;
    display: flex;
  }

  .joe-video-holder {
    width: 100%;
  }

  .video-holder {
    flex-direction: column;
    margin-top: 0;
  }

  .video-holder-right-small {
    width: 100%;
  }

  .bottom-video {
    margin-bottom: 20px;
  }

  .evo-recovery-wrapper-2 {
    flex-direction: column;
    max-height: none;
  }

  .evo-recovery-section {
    padding-top: 5%;
    padding-bottom: 70px;
  }

  .evo-recovery-wrapper {
    flex-direction: column;
    max-height: none;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .evo-photo-div {
    width: 100%;
  }

  .evo-photo-div._3 {
    display: none;
  }

  .evo-photo-div._1 {
    margin-top: 20px;
  }

  .evo-candidate-callout-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-candidate-wrapper {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    padding: 5%;
    display: flex;
  }

  .evo-candidate-section {
    background-image: linear-gradient(#333, #333), linear-gradient(to right, rgba(0, 0, 0, .73), rgba(0, 0, 0, .25) 59%, rgba(0, 0, 0, 0)), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/girl-in-city-at-night.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    align-items: center;
    min-height: 0;
    padding: 0%;
  }

  .evo-large-quote-section {
    background-image: linear-gradient(rgba(29, 102, 145, .5), rgba(29, 102, 145, .5)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/young-friends-in-the-city.jpg');
    background-position: 0 0, 0 0, 50%;
    background-attachment: scroll, scroll, scroll;
    min-height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-large-stat-wrapper {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .large-stat {
    font-size: 8em;
  }

  .evo-cta-section {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), linear-gradient(rgba(29, 102, 145, .5), rgba(29, 102, 145, .5)), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/man-using-cellphone.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-attachment: scroll, scroll, scroll;
  }

  .evo-large-stat-wrapper-2 {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
  }

  .nav-buttons {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 0;
  }

  .phone-buttons, .consult-button, .st-button {
    text-align: center;
    min-width: 230px;
  }

  .phone-buttons div, 
  .consult-button div, 
  .st-button div {
    margin: 0 auto;
  }

  .nav-buttons a{
    margin: 0;
  }

  .icon-2 {
    color: var(--color-5);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--color);
  }

  .evo-steps-holder {
    flex-direction: column;
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 767px) {
  .evo-hero {
    height: 500px;
  }

  .image-10 {
    min-width: 200px;
    display: block;
  }

  .h2-evo-jm, .h2-evo-jm.white {
    font-size: 2.5em;
  }

  .h2-evo-jm.center {
    font-size: 3em;
  }

  .hero-text-evo {
    font-size: 1em;
  }

  .evo-button.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar, .brand {
    height: 65px;
  }

  .evo-icl-intro-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-text-div.center-align {
    padding-top: 0;
  }

  .evo-video-div {
    min-height: 250px;
  }

  .joe-jonas-parallax {
    background-position: 0%;
    align-items: center;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    background-image: none;
  }

  .joe-jonas-div {
    background-color: rgba(255, 255, 255, .77);
    max-width: 65%;
    padding: 10px;
  }

  .joe-jonas-text {
    font-size: 1em;
    line-height: 1.2em;
  }

  .button-consult-jonas {
    margin-bottom: 20px !important;
  }

  .joe-video-holder {
    margin-bottom: 10px;
  }

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

  .video-holder {
    margin-top: 0;
  }

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

  .evo-candidate-callout-section {
    min-height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-candidate-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-evo-jm-white {
    font-size: 3em;
  }

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

  .evo-large-quote-section {
    background-image: linear-gradient(to bottom, null, null), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/young-friends-in-the-city.jpg');
    background-attachment: scroll, scroll;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .evo-large-stat-wrapper {
    font-size: 1.5em;
  }

  .evo-stats-section {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .large-stat {
    font-size: 6em;
  }

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

  .evo-cta-section {
    background-image: linear-gradient(to bottom, null, null), url('/wp-content/themes/divi-child-theme-master/assets/EVO-ICL/images/man-using-cellphone.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .evo-large-stat-wrapper-2 {
    font-size: 1.5em;
  }

  .video-candidate-holder {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .evo-hero {
    background-position: 80% 0;
    height: 600px;
    padding: 0%;
  }

  .evo-hero-wrapper-jm {
    background-color: rgba(22, 26, 37, .86);
    width: 100%;
    padding: 5%;
  }

  .image-10 {
    min-width: 200px;
    display: block;
  }

  .evo-icon {
    display: block;
  }

  .h2-evo-jm, .h2-evo-jm.white, .h2-evo-jm.center {
    font-size: 2em;
  }

  .evo-button {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
    display: block;
    margin:0 auto;
  }

  .button-consult-jonas {
    margin-bottom: 20px !important;
  }

  .navbar {
    height: 55px;
  }

  .brand {
    height: 55px;
    margin-left: 0;
  }

  .evo-icl-intro-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .evo-video-div {
    min-height: 200px;
  }

  .joe-jonas-parallax {
    padding: 0;
  }

  .joe-jonas-div {
    background-color: #fff;
    max-width: none;
    padding: 50px 20px;
  }

  .joe-mobile {
    margin-bottom: 20px;
    display: block;
  }

  .evo-testimonial-section, .evo-recovery-section, .evo-candidate-callout-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

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

  .evo-large-stat-wrapper {
    font-size: 1.2em;
  }

  .large-stat {
    font-size: 4em;
  }

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

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

  .evo-large-stat-wrapper-2 {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .image-12 {
    height: 40px;
  }

  .menu-button {
    padding: 12px;
  }

  .evo-steps-holder {
    margin-top: 0;
  }

  .image-14 {
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}


