:root {
  --color-6: #1b7ca3;
  --color: white;
  --color-2: black;
  --color-3: #28ace2;
  --color-7: #f6f6f6;
  --color-4: #a1adff;
  --color-5: #333;
  --white: white;
  --black: black;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-6);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--color-2);
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}

.hero {
  height: 100vh;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), url('../images/young-city-woman.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8% 5% 5% 3%;
  display: flex;
  position: relative;
}

.hero-wrapper-div {
  z-index: 2;
  max-width: 65%;
  position: relative;
}

.hero-top-line {
  color: var(--color);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-line-2 {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.teal-letter {
  color: #28ace2;
}

.icon-div {
  width: 65%;
  height: 80vh;
  opacity: .18;
  mix-blend-mode: color-dodge;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10%;
  right: auto;
  overflow: hidden;
}

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

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

.image-2 {
  height: 65px;
}

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

.nav-menu {
  height: 75px;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.nav-link {
  color: #1b7ca3;
  background-image: url('../images/icons8-quiz.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 15px 15px 10px 40px;
  line-height: 1.2em;
}

.nav-link:hover {
  background-color: var(--color-2);
  color: #28ace2;
}

.nav-link.schedule {
  background-image: url('../images/icons8-calendar-plus.svg');
}

.nav-link.phone {
  background-color: var(--color-2);
  color: var(--color-3);
  background-image: url('../images/icons8-iphone-14.svg');
  background-position: 9px;
  background-size: 25px;
}

.nav-link.phone:hover {
  background-color: var(--color);
  color: var(--color-6);
}

.hero-buttons {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--color-3);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 20px 12px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.button:hover, .button.black {
  background-color: var(--color-2);
  color: var(--color-3);
}

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

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

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

.button.marg-bottom.hover-white:hover, .button.white {
  background-color: var(--color);
  color: var(--color-6);
}

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

.button.black-mobile {
  background-color: var(--color-2);
  color: var(--color-3);
}

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

.self-test-section {
  min-height: 65vh;
  background-color: var(--color-7);
  justify-content: center;
  align-items: stretch;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.st-wrapper {
  z-index: 1;
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.st-title-left {
  width: 35%;
  background-color: var(--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.h3-white, .h2-white {
  color: var(--color);
}

.take-div {
  width: 100%;
  color: #28ace2;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.image-3 {
  height: 30px;
  margin-left: 15px;
}

.image-3.reverse {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}

.st-holder {
  width: 65%;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 25px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.blue-strip-left {
  width: 8%;
  background-color: var(--color-3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blue-strip-left.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.what-is-section {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.what-is-wrapper {
  width: 90%;
  min-height: 65vh;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.photo-left {
  width: 60%;
  background-color: var(--color-3);
  position: relative;
}

.what-is-text-div {
  width: 103%;
  height: 100%;
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: relative;
  top: 20px;
  bottom: 0%;
  left: 20px;
  right: 0%;
  box-shadow: 3px 2px 9px rgba(0, 0, 0, .12);
}

.what-is-text-div.right {
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.abs-icon {
  max-width: 50px;
  opacity: .2;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.abs-icon.right {
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.what-is-photo-div {
  width: 40%;
  object-fit: cover;
  overflow: hidden;
}

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

.body-buttons {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.body-buttons.vert {
  flex-direction: column;
  align-items: stretch;
}

.fancy-list {
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1.2em;
  display: flex;
}

.fancy-list.white {
  color: var(--color);
  align-items: flex-start;
  margin-bottom: 15px;
}

.image-6 {
  width: 30px;
  margin-right: 10px;
}

.cost-section {
  min-height: 65vh;
  justify-content: space-between;
  display: flex;
}

.cost-text {
  width: 50%;
  background-color: var(--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

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

.cost-photo-div {
  width: 45%;
  object-fit: cover;
  overflow: hidden;
}

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

.black-strip {
  width: 5%;
  background-color: var(--color-2);
}

.other-procedures {
  padding-top: 5%;
  padding-bottom: 3%;
}

.other-headline-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.h3-center.light {
  color: var(--color-3);
}

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

.prk-evo-holder {
  width: 95%;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prk-evo-48 {
  width: 49%;
  background-color: var(--color-6);
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 25px 25px;
  display: flex;
}

.prk-evo-text-div {
  height: 45%;
  border: 2px solid var(--color);
  padding: 0 10px 10px;
  display: flex;
}

.white-outline-box {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.h4-prk {
  height: 40px;
  background-color: var(--color-6);
  align-items: center;
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.prk-evo-img-div {
  height: 55%;
  object-fit: cover;
  margin-top: 25px;
  overflow: hidden;
}

.prk-evo-img-div.evo {
  height: 55%;
  margin-top: 0;
  margin-bottom: 30px;
}

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

.text-block {
  margin-bottom: 10px;
}

.number-div-jm {
  width: 32.5%;
  color: #00afef;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 1.2em;
  display: flex;
}

.review-numbers-div-jm {
  width: 60%;
  justify-content: space-between;
  padding: .5%;
  display: flex;
}

.text-span-2 {
  color: #00afef;
}

.small-number {
  margin-bottom: 10px;
  font-size: 1.5em;
}

.text-span {
  color: #00afef;
  font-weight: 700;
}

.image-9 {
  max-width: 65%;
  margin-bottom: 20px;
}

.small-number-bottom-line {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.review-section-jm {
  min-height: 25vh;
  justify-content: space-between;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.small-stat {
  font-size: .8em;
  font-weight: 300;
}

.large-number {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.large-stat {
  color: #00afef;
  text-align: center;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.teagline-div-jm {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
}

.testimonial-section {
  min-height: 78vh;
  background-color: var(--color-2);
  justify-content: center;
  align-items: stretch;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.testimonial-wrapper-div {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-div {
  width: 65%;
  padding-right: 25px;
}

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

.slider {
  height: 100%;
  background-color: var(--color-2);
}

.slide-nav {
  display: flex;
}

.testimonial-content-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  opacity: .25;
  margin-top: -20px;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.testimonial-photo-div {
  color: var(--color);
  align-items: center;
  font-weight: 600;
  display: flex;
}

.photo-div {
  width: 100px;
  height: 100px;
  border: 2px solid var(--color-3);
  object-fit: cover;
  border-radius: 100%;
  margin-right: 25px;
  overflow: hidden;
}

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

.parallax-section {
  min-height: 55vh;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/city.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.parallax-wrapper-div {
  width: 90%;
}

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

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

.stat-div {
  width: 30%;
  color: var(--color);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.image-12 {
  max-width: 150px;
  margin-bottom: 20px;
}

.st-right-arrow {
  height: 40px;
  margin-left: 15px;
}

.st-title-left-mobile {
  width: 35%;
  background-color: var(--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.mobile-button-holder {
  align-items: center;
  display: none;
}

.testimonial-title-div {
  width: 35%;
  background-color: var(--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.contact-section {
  height: auto;
  padding: 150px 100px 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/blacktriangles.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/blacktriangles.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h2-centered {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.location_name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
}

.wrapper_div {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper_div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.wrapper_div.flex._2 {
  width: 100%;
  max-width: 1170px;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.locations_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.locations_headline {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #00afef;
  font-size: 2em;
}

.location_div {
  width: 100%;
}

.phone_link {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #00afef;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.phone_link:hover {
  color: #fff;
}

.location_name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
}

.address_text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.1em;
}

.form_wrapper {
  width: 45%;
}

.locations_headline {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #00afef;
  font-size: 2em;
}

.footer_text {
  margin-bottom: 10px;
  padding-left: 0px;
  color: #dcddde;
  text-align: center;
}

.st-title-left-mobile {
  display: none;
}

@media screen and (max-width: 991px) {

  .st-title-left-mobile{
    display: block;
  }

  .testimonial-title-div{
    display: none;
  }

  h2 {
    font-size: 2em;
  }

  .hero {
    height: 800px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), url('../images/young-city-woman.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
  }

  .hero-wrapper-div {
    max-width: 100%;
  }

  .navbar {
    height: 60px;
  }

  .image-2 {
    height: 50px;
  }

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

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

  .self-test-section {
    min-height: 60vh;
  }

  .st-wrapper {
    background-color: var(--color-7);
    flex-direction: column;
  }

  .st-title-left {
    width: 100%;
    display: flex;
  }

  .image-3.reverse {
    transform: rotate(90deg);
  }

  .st-holder {
    width: 100%;
    padding-left: 0;
  }

  .what-is-section {
    flex-direction: column;
    padding-bottom: 0%;
    display: flex;
  }

  .what-is-wrapper {
    min-height: 62vh;
    flex-direction: column;
  }

  .photo-left {
    width: 100%;
  }

  .what-is-text-div {
    width: 100%;
    padding: 20px;
  }

  .what-is-photo-div {
    width: 100%;
    max-height: 400px;
  }

  .body-buttons {
    flex-direction: row;
    align-items: flex-start;
  }

  .fancy-list.white {
    padding-left: 0;
  }

  .cost-section {
    margin-top: 8%;
  }

  .prk-evo-holder {
    min-height: 80vh;
    margin-top: 30px;
  }

  .prk-evo-48 {
    padding: 25px;
  }

  .white-outline-box, .number-div-jm {
    justify-content: flex-start;
  }

  .review-numbers-div-jm {
    width: 100%;
  }

  .review-section-jm {
    flex-direction: column;
  }

  .teagline-div-jm {
    width: 100%;
    padding-bottom: 20px;
  }

  .testimonial-wrapper-div {
    background-color: var(--color-2);
    flex-direction: column;
  }

  .testimonial-div {
    width: 100%;
    min-height: 450px;
    padding-right: 0;
  }

  .testimonial-content-div {
    padding-top: 0;
  }

  .stat-div {
    line-height: 1.2em;
  }

  .image-12 {
    max-width: 75px;
  }

  .st-right-arrow {
    transform: rotate(90deg);
  }

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

  .icon {
    color: var(--color-3);
  }

  .st-title-left-mobile {
    width: 100%;
    padding-left: 0;
  }

  .testimonial-title-div {
    width: 100%;
    display: none;
  }

  .contact-section {
    padding: 49px 49px 150px;
  }

  .h2-centered {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 38px;
  }

  .wrapper_div.flex._2 {
    margin-bottom: 52px;
  }

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

  .address_text {
    margin-bottom: 20px;
  }

  .form_wrapper {
    width: 100%;
  }
}

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

  .hero {
    height: 500px;
  }

  .hero-top-line {
    font-size: 1em;
  }

  .hero-line-2 {
    font-size: 2.5em;
  }

  .hero-buttons {
    flex-direction: column;
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button.black {
    z-index: 1000;
    width: auto;
    height: auto;
    position: relative;
  }

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

  .button.marg.w--current {
    z-index: 1000;
    width: 100%;
    position: relative;
  }

  .button.mobile, .button.black-mobile {
    width: 100%;
  }

  .self-test-section {
    min-height: 0;
  }

  .st-wrapper {
    z-index: .5;
  }

  .st-title-left {
    display: flex;
  }

  .what-is-text-div {
    top: 10px;
    left: 10px;
  }

  .what-is-text-div.right {
    top: 10px;
    right: 10px;
  }

  .what-is-photo-div {
    max-height: 300px;
  }

  .body-buttons, .cost-section {
    flex-direction: column;
  }

  .cost-text {
    width: 100%;
  }

  .cost-photo-div {
    width: 100%;
    max-height: 300px;
  }

  .black-strip {
    display: none;
  }

  .prk-evo-holder {
    flex-direction: column;
  }

  .prk-evo-48 {
    width: 100%;
  }

  .prk-evo-48._2 {
    padding-top: 0;
  }

  .prk-evo-img-div.prk {
    display: none;
  }

  .text-block, .number-div-jm {
    font-size: 1em;
  }

  .small-stat {
    line-height: 1.2em;
  }

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

  .stat-div {
    font-size: 1em;
  }

  .mobile-button-holder {
    z-index: 1000;
    flex-direction: column;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  /*.testimonial-title-div {
    display: flex;
  }*/

  .h2-centered {
    margin-top: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .wrapper_div.flex {
    width: 90%;
  }

 .locations_wrapper {
    margin-bottom: 14px;
  }

  .locations_headline {
    font-size: 25px;
    line-height: 30px;
  }

  .location_div {
    width: 100%;
    margin-bottom: 31px;
  }

  .locations_headline {
    font-size: 25px;
    line-height: 30px;
  }

  .footer_text {
    padding-left: 0px;
  }
}

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

  .hero-top-line {
    letter-spacing: 2px;
  }

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

  .navbar {
    height: 50px;
  }

  .image-2 {
    height: 40px;
  }

  .brand {
    margin-left: 0;
  }

  .button.black {
    letter-spacing: 0;
  }

  .button.marg {
    letter-spacing: 0;
    padding-left: 20px;
  }

  .button.marg-bottom.hover-white, .button.white {
    letter-spacing: 0;
  }

  .blue-strip-left {
    display: none;
  }

  .what-is-text-div {
    box-shadow: none;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: 0;
  }

  .what-is-text-div.right {
    top: 0;
    right: 0;
  }

  .what-is-photo-div._2 {
    display: none;
  }

  .body-buttons {
    align-items: stretch;
  }

  .body-buttons.vert {
    width: 100%;
  }

  .fancy-list {
    align-items: flex-start;
    padding-left: 0;
  }

  .cost-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2-center {
    font-size: 1.8em;
  }

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

  .number-div-jm {
    font-size: 1em;
  }

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

  .teagline-div-jm {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-div {
    min-height: 100vh;
  }

  .testimonial-content-div {
    justify-content: flex-start;
  }

  .testimonial-photo-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .photo-div {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

  .menu-button {
    padding: 10px;
  }
  .contact-section {
    padding: 20px 20px 150px 20px;
  }

 .h2-centered {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
  }

  .wrapper_div.flex {
    width: 85%;
  }

  .wrapper_div.flex._2 {
    margin-top: 20px;
  }

  .locations_wrapper {
    margin-bottom: 0px;
  }

  .location_div {
    margin-bottom: 20px;
  }

  .footer_text {
    padding-left: 0px;
  }
}


