:root {
  --color: #048565;
  --color-2: #135242;
  --color-3: #feb860;
  --color-4: #005d88;
  --color-5: #113f54;
  --color-6: white;
  --color-7: #333;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color-7);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h2 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

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

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/couple-hiking.jpg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-content-div-jm {
  max-width: 600px;
}

.hero-title-lg {
  color: var(--color-6);
  font-family: Playfair Display, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-sub {
  color: var(--color-6);
  max-width: 93%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.3em;
}

.line-hero {
  background-color: var(--color-3);
  width: 100px;
  height: 2px;
  margin-bottom: 15px;
}

.hero-p {
  color: var(--color-6);
  margin-bottom: 20px;
  line-height: 1.5em;
}

.button {
  background-color: var(--color-4);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 30px;
  font-family: Playfair Display, sans-serif;
  line-height: 1em;
  color: var(--color-6) !important;
  text-decoration: none !important;
}

.button:hover, .button.rev {
  background-color: var(--color-3) !important;
  color: var(--color-5) !important;
}

.button.rev:hover {
  background-color: var(--color-6) !important;
}

.hero-button-holders {
  justify-content: space-between;
  height: 70px;
  margin-bottom: -35px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-cta {
  background-color: var(--color-5);
  color: var(--color-6) !important;
  align-items: center;
  padding: 15px;
  line-height: 1.2em;
  text-decoration: none !important;
  display: flex;
}

.hero-cta:hover, .hero-cta._2 {
  background-color: var(--color-4);
}

.hero-cta._2:hover {
  background-color: var(--color-5);
}

.hero-cta._3 {
  background-color: var(--color-3);
  color: var(--color-5);
}

.hero-cta._3:hover {
  background-color: var(--color-4);
}

.hero-cta._1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

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

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

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

.section.lt-blue {
  background-color: #005d881a;
  margin: 5%;
  padding-bottom: 3%;
}

.section.gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-4), var(--color-5));
}

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

.wrap.flex {
  z-index: 5;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrap.flex._2 {
  margin-top: 5%;
}

.wrap.flex-v {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrap.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap.center.sp {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-6);
  background-color: #00000070;
  background-image: linear-gradient(#113f5480, #113f5480);
  justify-content: center;
  width: 100%;
  padding: 40px;
}

.wrap.center.white {
  color: var(--color-6) !important;
}

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

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

.img-div._48.blue {
  background-color: var(--color-5);
}

.img-div._40 {
  width: 40%;
}

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

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.txt-div._48 {
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.txt-div._48.less {
  padding-top: 30px;
  padding-bottom: 10px;
}

.txt-div._55 {
  width: 55%;
}

.txt-div._55.less {
  padding-bottom: 20px;
}

.txt-div._55.white {
  color: var(--color-6);
}

.txt-div._100.center {
  text-align: center;
  align-items: center;
}

.txt-div._100.center.white {
  color: var(--color-6);
  padding: 0;
}

.list-div {
  background-color: #7c949f33;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.candidate {
  background-image: url('../images/young-woman-portrait.jpg');
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0%;
  display: flex;
}

.candidate-content {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-6);
  background-color: #00000080;
  width: 45%;
  padding: 40px 50px 40px 40px;
}

.h2-white {
  color: var(--color-6) !important;
}

.why {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.sp-list {
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.5em;
  display: flex;
}

.number-div {
  background-color: var(--color-4);
  color: var(--color-3);
  text-align: center;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-right: 15px;
  padding: 15px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.link {
  color: var(--color-6);
  text-decoration: none;
}

.link:hover, .link.yellow {
  color: var(--color-3);
}

.link.yellow:hover {
  color: var(--color-7);
}

.lt-blue-bg {
  background-color: rgba(51, 51, 51, 0.1);
  width: 70%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.surgeons {
  background-color: var(--color-5);
  background-image: linear-gradient(#113f54f2, #113f54f2), url('../images/download.png');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 125px;
  padding-top: 15%;
  padding-bottom: 5%;
}

.call-out {
  background-image: url('../images/ogden-mountains.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 55vh;
  margin-top: 5%;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5%;
  display: flex;
}

.lg-sp {
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.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 {
  border-top: 1px #0000;
  border-bottom: 2px solid var(--color-5);
  background-color: var(--color-6);
  color: var(--color-5);
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.faq2_icon {
  filter: none;
  color: #001a26;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.flex-section {
  background-color: var(--color-5);
  justify-content: space-between;
  padding-right: 5%;
  display: flex;
}

.evo-steps-holder {
  justify-content: space-between;
  width: 95%;
  margin: 20px auto 0;
  display: flex;
}

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

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

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

.chart-holder {
  width: 50%;
}

.table-div {
  width: 100%;
  min-height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

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

.table-column {
  flex-direction: column;
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.table-column._1 {
  width: 35%;
}

.table-column._2 {
  width: 32%;
}

.table-row {
  text-transform: none;
  background-color: #fff;
  border-bottom: 1px solid #74747480;
  border-left: 1px solid #74747480;
  border-right: 1px #74747480;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  padding: 5px 10px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.table-row.top {
  background-color: var(--color-4);
  color: #fff;
  text-transform: uppercase;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 10px;
  display: flex;
}

.table-row.top.mid {
  border-top-left-radius: 0;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8em;
  font-weight: 400;
}

.table-row.center {
  text-align: center;
  background-color: #fff;
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
}

.table-row.center.end {
  background-color: #fff !im;
  border-right-style: solid;
}

.background-video {
  z-index: 1;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
}

.vid-div {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: linear-gradient(#0000, #000000e6), url('../images/couple-hiking.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 85%;
    justify-content: flex-end;
    height: 800px;
    padding: 0%;
  }

  .hero-content-div-jm {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-title-lg {
    font-size: 2.2em;
  }

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

  .hero-button-holders {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: static;
    inset: auto 0% 0%;
  }

  .hero-cta._2, .hero-cta._3 {
    padding-left: 30px;
  }

  .hero-cta._1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 30px;
  }

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

  .wrap.center.sp {
    padding: 25px;
  }

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

  .img-div._40.max-h {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-height: 450px;
    display: flex;
  }

  .img-div._40.max-h.hide {
    display: none;
  }

  .txt-div._48 {
    width: 100%;
  }

  .txt-div._48.less {
    padding-top: 0;
  }

  .txt-div._48.less._2 {
    padding-top: 20px;
  }

  .txt-div._55.less {
    width: 100%;
    padding-top: 0;
  }

  .txt-div._55.white {
    width: 100%;
    padding: 30px;
  }

  .candidate {
    background-position: 100% 0;
    background-size: contain;
    flex-flow: column;
    padding-top: 400px;
  }

  .candidate-content {
    background-color: var(--color-5);
    width: 100%;
    padding: 25px;
  }

  .surgeons {
    background-image: linear-gradient(#113f54ed, #113f54ed), url('../images/download.png');
    background-position: 0 0, 50% 2%;
    background-size: auto, auto 100px;
  }

  .call-out {
    background-attachment: scroll;
  }

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

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

  .flex-section {
    flex-flow: column;
    padding-right: 0%;
  }

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

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

  .chart-holder {
    width: 100%;
  }

  .table-row {
    min-height: 65px;
    padding: 10px;
    font-size: 1em;
  }

  .table-row.top {
    text-align: center;
    min-height: 65px;
    padding: 10px;
  }

  .table-row.top.mid {
    min-height: 65px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8em;
  }

  .table-row.center {
    min-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding-top: 300px;
  }

  .hero-content-div-jm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-title-lg {
    font-size: 2em;
  }

  .hero-sub {
    font-size: 1em;
  }

  .hero-p {
    font-size: .9em;
  }

  .hero-cta._2, .hero-cta._3, .hero-cta._1 {
    padding: 8px 15px;
  }

  .txt-div._100.center.white {
    padding-top: 0;
  }

  .candidate {
    padding-top: 350px;
  }

  .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;
  }

  .heading {
    font-size: 1.8em;
  }

  .table-div {
    margin-top: 0;
  }

  .check-icon {
    width: 20px;
    height: 20px;
  }

  .table-row {
    padding: 5px;
    font-size: .8em;
  }

  .table-row.top {
    padding: 5px;
  }

  .table-row.top.mid {
    padding: 5px;
    font-size: .8em;
  }
}

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

  ul {
    padding-left: 20px;
  }

  .hero {
    background-color: var(--color-5);
    background-position: 0 0, 80% 0;
    background-size: auto, contain;
    padding-top: 225px;
  }

  .hero-title-lg {
    font-size: 1.8em;
  }

  .button {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .hero-cta._2, .hero-cta._3, .hero-cta._1 {
    font-size: .9em;
  }

  .img-div._40.max-h {
    max-height: 300px;
  }

  .txt-div._48 {
    padding-top: 20px;
  }

  .txt-div._55.white {
    padding: 15px;
  }

  .candidate {
    padding-top: 200px;
  }

  .candidate-content {
    padding: 15px;
  }

  .sp-list {
    flex-flow: column;
  }

  .number-div {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .surgeons {
    background-image: linear-gradient(to bottom, null, null), url('../images/download.png');
    background-size: auto, auto 75px;
    padding-top: 30%;
  }

  .call-out {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0%;
  }

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

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

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

  .table-div {
    min-height: 200px;
  }

  .table-column._1, .table-column._2 {
    width: 33%;
  }

  .table-row, .table-row.top, .table-row.top.mid {
    min-height: 45px;
    font-size: .6em;
  }

  .table-row.center {
    min-height: 45px;
    padding: 7px;
  }

  .vid-div {
    width: 100%;
  }
}


