:root {
  --color: white;
  --new-yellow: #fff000;
  --color-3: #000;
  --color-4: #33125a;
  --color-6: #39343f;
  --color-2: #333;
  --color-5: #c9cfcf;
}

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

h5 {
  color: var(--new-yellow);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

li {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.body {
  color: var(--color-3);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.custom-header-jm {
  background-image: url('../images/struggling-with-readers.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 85vh;
  padding: 0%;
  display: flex;
}

.derrick-testimonial-text-div-jm {
  background-image: linear-gradient(#000000a3, #000000a3);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 8% 3% 3%;
  display: flex;
}

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

.button-holder.call-outs {
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.button-holder.call-outs.left {
  justify-content: flex-start;
  margin-top: 20px;
}

.button-holder.hero-holder {
  flex-flow: column;
  align-items: stretch;
  margin-top: 30px;
}

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

.button-jm {
  background-color: var(--new-yellow);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 1.2em;
}

.button-jm:hover {
  background-color: var(--color-4);
  color: var(--new-yellow);
}

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

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

.button-jm.white.hover-yellow:hover {
  background-color: var(--new-yellow);
  color: var(--color-4);
}

.button-jm.white.hover-yellow.marg {
  margin-right: 10px;
}

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

.button-jm.hover-white.btm-marg, .button-jm.btm-marg {
  margin-bottom: 10px;
}

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

.section_label {
  color: #512c7e;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section_label.locations {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 48px;
}

.center_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 30px;
  display: flex;
}

.center_wrapper.left {
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 7% 0 0;
}

.center_wrapper.right {
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 7%;
  padding-right: 0;
}

.center_wrapper.right.no-btm {
  margin-top: 5%;
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 0;
}

.section_headline {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.section_headline.white {
  color: var(--color);
  font-size: 2.2em;
}

.section_headline.white.sm {
  font-size: 2em;
}

.center_img_div {
  background-image: url('../images/grey_square.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 80%;
  width: 55%;
  display: flex;
  position: relative;
}

.center_img_div.right {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.center_img_div.what-is {
  width: 50%;
}

.center_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px #00000024;
}

.center_text {
  width: 42%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.center_text._45 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.parallax-with-quote-jm {
  color: var(--color);
  background-image: linear-gradient(#00000080, #00000080), url('../images/dr-doane-in-surgery.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: flex-end;
  align-items: flex-end;
  min-height: 55vh;
  padding: 5%;
  display: flex;
}

.consult-button-jm {
  background-color: var(--color);
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0% 0;
  padding: 80px 5%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.consult-button-jm:hover {
  background-color: var(--color);
  color: var(--color);
  font-weight: 400;
}

.consult-button-jm._2 {
  background-color: var(--color-6);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), #1b0535);
}

.hero-headline {
  color: var(--color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2em;
}

.procedure-first-section {
  background-color: #33125a1a;
  padding-top: 0%;
  padding-bottom: 0%;
}

.section-1-wrapper-jm {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-div-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 5% 0% 5% 5%;
  display: flex;
}

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

.photo-48.vid-holder {
  justify-content: flex-end;
  align-items: center;
  width: 48%;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 5%;
  display: flex;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 11px #0003;
}

.image-2 {
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

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

.navlink-jm {
  color: var(--color-4);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px 10px 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navlink-jm:hover {
  color: #33125a4f;
}

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

.navlink-jm.phone:hover {
  color: var(--new-yellow);
}

.nav-icon {
  background-color: var(--color-4);
  filter: brightness(107%) contrast(200%);
  width: 30px;
  margin-right: 10px;
  padding: 5px;
}

.nav-icon.no-bg {
  background-color: #33125a00;
}

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

.mvc-text-div {
  color: var(--color-2);
  background-color: #fffc;
  width: 45%;
  padding: 20px;
}

.finacning-perks {
  text-align: center;
  background-color: #33125a12;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  padding: 10px 10px 0;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.purple {
  color: var(--color-4);
  font-size: 1.2em;
}

.review-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.review-holder.no-marg {
  margin-top: 0;
}

.review-div {
  border-bottom: 5px solid var(--new-yellow);
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 15px 0 0;
  line-height: 1.5em;
  display: flex;
}

.vision-by-age-div-new {
  color: #fff;
  background-color: #000000ad;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
}

.new-vision-by-age {
  background-image: url('../images/young-woman-working.jpg');
  background-position: 0 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  min-height: 65vh;
  margin: 5%;
  display: flex;
}

.new-vision-by-age.left {
  background-image: url('../images/doctor-with-patient.jpg');
  background-position: 0%;
  justify-content: flex-end;
}

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

.wrapper_div.locations {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.locations_section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/locations-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.location_wrapper {
  margin-bottom: 20px;
}

.missouri_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.missouri_div {
  width: 48%;
  margin-bottom: 0;
}

.kansas_wrapper {
  width: 24%;
}

.locations_headline {
  color: #fff;
  border-bottom: 1px solid #fff6;
  width: 100%;
  padding-bottom: 15px;
  font-size: 1.6em;
  font-weight: 800;
}

.address_text {
  color: #fff;
  margin-bottom: 15px;
}

.footer {
  background-color: #39343f;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), #17052c);
  color: #fff;
  text-align: left;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin: 0% 0;
  padding: 80px 5%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer:hover {
  background-color: var(--color-6);
  color: var(--color);
  font-weight: 400;
}

.cal-icon-2 {
  width: 100px;
  margin-bottom: 30px;
  margin-right: 0;
}

.sched-left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  line-height: 1.5em;
  display: flex;
}

.form-div {
  width: 55%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--new-yellow);
  background-color: #00000059;
  min-height: 50px;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.text-field.btm {
  margin-bottom: 20px;
}

.form-block {
  margin-bottom: 0;
}

.line-div-yellow {
  background-color: var(--new-yellow);
  width: 2px;
  height: auto;
}

.copyright {
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  padding: 25px;
  line-height: 1em;
}

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

.h3-purple {
  color: var(--color-4);
  margin-top: -15px;
}

.fancy {
  color: var(--color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.image-5 {
  width: 40px;
  margin-right: 15px;
}

.rle-1 {
  background-color: var(--color-4);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), #120127);
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0% 0;
  padding: 80px 5%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rle-1:hover {
  background-color: var(--color);
  color: var(--color);
  font-weight: 400;
}

._100-img-div {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

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

.number-div {
  background-color: var(--new-yellow);
  color: var(--color-4);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 2em;
  font-weight: 600;
  display: flex;
}

.without-glasses-div {
  border-bottom: 5px solid var(--new-yellow);
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 0 15px;
  line-height: 1.5em;
  display: flex;
}

.lg {
  font-size: 1.5em;
}

.without-glasses-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.tabs {
  width: 100%;
}

.tabs-menu-2 {
  border-bottom: 1px solid var(--new-yellow);
  justify-content: space-between;
  display: flex;
}

.tab-link {
  border-bottom: 1px solid var(--new-yellow);
  color: var(--new-yellow);
  text-align: center;
  background-color: #ddd0;
  width: 33.33%;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.tab-link:hover {
  opacity: .35;
  color: #fff;
}

.tab-link.w--current {
  border-bottom: 5px solid var(--new-yellow);
  background-color: #ddd0;
}

.tab-link.w--current:hover {
  opacity: 100;
}

.tab-pane-content {
  padding: 25px;
}

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

.p-spec {
  width: 32%;
}

@media screen and (max-width: 991px) {
  h5 {
    letter-spacing: 0;
    font-size: .8em;
  }

  .custom-header-jm {
    background-position: 100%;
    align-items: flex-end;
    height: 800px;
  }

  .derrick-testimonial-text-div-jm {
    width: 100%;
    padding: 2%;
  }

  .button-holder.call-outs {
    margin-top: 30px;
  }

  .button-holder.hero-holder {
    flex-flow: row;
    margin-top: 10px;
  }

  .button-jm {
    margin-bottom: 10px;
  }

  .button-jm.hover-white.btm-marg, .button-jm.btm-marg {
    margin-right: 10px;
  }

  .center_wrapper.left {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-right: 0%;
  }

  .center_wrapper.right {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .center_wrapper.right.no-btm {
    flex-flow: column;
    margin-top: 0;
  }

  .section_headline, .section_headline.white {
    font-size: 2em;
  }

  .section_headline.white.sm {
    font-size: 1.2em;
  }

  .center_img_div, .center_img_div.right {
    width: 93%;
  }

  .center_img_div.what-is._100 {
    width: 100%;
  }

  .center_text {
    width: 100%;
    margin-top: 31px;
    margin-bottom: 31px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .center_text._45 {
    width: 100%;
  }

  .center_text._45.less {
    padding-bottom: 0;
  }

  .center_text.less-pad {
    padding-top: 0;
  }

  .center_text.less-pad.no-top {
    margin-top: 0;
  }

  .parallax-with-quote-jm {
    background-image: linear-gradient(#0000, #0000), url('../images/dr-doane-in-surgery.jpg');
    background-position: 0 0, 80% 0;
    background-attachment: scroll, scroll;
    min-height: 0;
  }

  .consult-button-jm {
    padding: 38px 5%;
    font-size: 1.6em;
  }

  .consult-button-jm._2 {
    font-size: 1em;
  }

  .hero-headline {
    margin-bottom: 10px;
    font-size: 2.4em;
  }

  .section-1-wrapper-jm {
    flex-direction: column;
  }

  .text-div-48 {
    width: 100%;
    padding-right: 5%;
  }

  .photo-48 {
    width: 100%;
  }

  .photo-48.vid-holder {
    width: 100%;
    padding-top: 0;
    padding-left: 5%;
  }

  .nav-menu {
    padding-right: 10px;
  }

  .navlink-jm, .navlink-jm.phone {
    padding: 0;
  }

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

  .intro-section.less {
    padding-bottom: 0%;
  }

  .mvc-text-div {
    width: 55%;
  }

  .vision-by-age-div-new {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), #1f033f);
    width: 100%;
    padding: 25px;
  }

  .new-vision-by-age.left {
    min-height: 0;
    margin: 3%;
  }

  .wrapper_div {
    width: 85%;
  }

  .locations_section {
    background-image: linear-gradient(to bottom, null, null), url('../images/locations-bg.jpg');
    background-attachment: scroll, scroll;
  }

  .missouri_wrapper {
    width: 100%;
    margin-bottom: 18px;
  }

  .kansas_wrapper {
    width: 48%;
  }

  .footer {
    flex-flow: column;
    padding: 38px 5%;
    font-size: 1em;
  }

  .cal-icon-2 {
    width: 80px;
    margin-right: 20px;
  }

  .sched-left, .form-div {
    width: 100%;
  }

  .img-div {
    width: 80%;
  }

  .fancy {
    font-size: 1em;
  }

  .rle-1 {
    padding: 38px 5%;
    font-size: 1em;
  }

  .without-glasses-div {
    width: 100%;
    margin-bottom: 60px;
  }

  .without-glasses-div.btm {
    margin-bottom: 0;
  }

  .without-glasses-holder {
    flex-flow: column;
  }

  .nav-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .custom-header-jm {
    align-items: stretch;
    height: 500px;
  }

  .derrick-testimonial-text-div-jm {
    justify-content: flex-end;
  }

  .button-jm {
    font-size: .8em;
  }

  .center_wrapper.left, .center_wrapper.right {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section_headline, .section_headline.white {
    font-size: 1.6em;
  }

  .center_text._45.less {
    margin-top: 0;
    padding-top: 0;
  }

  .center_text.less-pad {
    margin-bottom: 0;
  }

  .parallax-with-quote-jm {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/dr-doane-in-surgery.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding: 3%;
  }

  .consult-button-jm {
    font-size: 1.1em;
  }

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

  .image-2 {
    height: 50px;
    margin-left: 0;
  }

  .nav-menu {
    height: 70px;
  }

  .mvc-text-div {
    width: 100%;
  }

  .finacning-perks, .review-holder.no-marg {
    flex-flow: column;
  }

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

  .locations_headline {
    font-size: 1.2em;
  }

  .address_text {
    font-size: .9em;
  }

  .footer {
    font-size: 1.1em;
  }

  .cal-icon-2 {
    width: 50px;
    margin-right: 10px;
  }

  .h3-purple {
    font-size: 1.2em;
  }

  .fancy {
    margin-bottom: 5px;
  }

  .image-5 {
    width: 30px;
  }

  .rle-1 {
    font-size: 1.1em;
  }

  .number-div {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 1.5em;
  }

  .p-spec {
    text-align: left;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .custom-header-jm {
    background-position: 60% 100%;
    background-size: auto 110%;
    height: 600px;
  }

  .derrick-testimonial-text-div-jm {
    align-items: stretch;
    padding: 5% 5% 3%;
  }

  .button-holder {
    flex-direction: column;
    align-items: stretch;
  }

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

  .button-jm {
    text-align: center;
  }

  .button-jm.white.hover-yellow.marg, .button-jm.hover-white.btm-marg {
    margin-right: 0;
  }

  .center_wrapper.left {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_headline {
    font-size: 1.6em;
  }

  .center_img {
    width: 100%;
  }

  .parallax-with-quote-jm {
    padding: 0%;
  }

  .consult-button-jm {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero-headline {
    font-size: 1.6em;
  }

  .image-2 {
    height: 40px;
  }

  .nav-menu {
    height: 60px;
  }

  .vision-by-age-div-new {
    padding: 15px;
  }

  .missouri_div, .kansas_wrapper {
    width: 100%;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cal-icon-2 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .fancy {
    align-items: flex-start;
  }

  .rle-1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5%;
    padding-bottom: 0;
  }

  .tabs-menu-2 {
    flex-flow: column;
  }

  .tab-link {
    text-align: left;
    width: 1003%;
  }

  .tab-pane-content {
    padding: 17px 17px 0;
  }
}


