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

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

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/young-woman-hiking2.jpg');
  background-position: 0 0;
  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: 625px;
}

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

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

.line-hero {
  background-color: #ffb860;
  width: 100px;
  height: 2px;
  margin-bottom: 15px;
}

.hero-p {
  color: white;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.button {
  background-color: #005b86;
  color: #fff !important;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 30px;
  font-family: Playfair Display, sans-serif;
  line-height: 1em;
  text-decoration: unset !important;
}

.button:hover, .button.rev {
  background-color: #ffb860;
  color: #123c50 !important;
}

.button.rev:hover {
  background-color: white;
}

.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: #123c50;
  color: white !important;
  align-items: center;
  padding: 15px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  text-decoration: unset !important;
}

.hero-cta:hover, .hero-cta._2 {
  background-color: #005b86;
}

.hero-cta._2:hover {
  background-color: #123c50;
}

.hero-cta._3 {
  background-color: #ffb860;
  color: #123c50 !important;
}

.hero-cta._3:hover {
  background-color: white !important;
}

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

.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: white;
  background-color: #00000070;
  background-image: linear-gradient(#123c5080, #123c5080);
  justify-content: center;
  width: 100%;
  padding: 40px;
}

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

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

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

.img-div._100 {
  width: 100%;
}

.img-div._100.doc {
  margin-bottom: 15px;
}

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

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

.txt-div._100.center.white {
  color: white;
}

.list {
  margin-bottom: 20px;
  line-height: 1.5em;
  list-style-type: decimal;
}

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

.candidate {
  background-image: url('../images/young-man.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: white;
  background-color: #00000080;
  width: 45%;
  padding: 40px 50px 40px 40px;
}

.h2-white {
  color: white !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: #005b86;
  color: #ffb860;
  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: #038565;
  text-decoration: none;
}

.link:hover, .link.yellow {
  color: #ffb860;
}

.link.yellow:hover {
  color: #7c949f;
}

.lt-blue-bg {
  background-color: #7c949f1a;
  width: 70%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.surgeons {
  background-color: #123c50;
  padding-top: 5%;
  padding-bottom: 5%;
}

.surgeon-div {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.surgeon-link {
  color: white !important;
  text-align: center;
  flex-flow: column;
  width: 24%;
  max-width: 234px;
  padding: 15px;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.surgeon-link:hover {
  background-color: #005b86;
}

.call-out {
  background-image: url('../images/Ogden-Utah.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-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 #ffb860;
  background-color: white;
  color: #123c50;
  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: #00222e;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.flex-section {
  background-color: #123c50;
  justify-content: space-between;
  padding-right: 5%;
  display: flex;
}

.special-list {
  align-items: center;
  margin-bottom: 15px;
  margin-left: 15px;
  line-height: 1.4em;
  display: flex;
}

.special-list.btm {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 991px) {
  .hero {
    background-image: linear-gradient(#0000, #000000e6), url('../images/young-woman-hiking2.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.5em;
  }

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

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

  .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: #123c50;
    width: 100%;
    padding: 25px;
  }

  .surgeon-link {
    width: 49%;
  }

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

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

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

  ul {
    padding-left: 20px;
  }

  .hero {
    background-color: #123c50;
    background-position: 0 0, 80% 0;
    background-size: auto, contain;
    padding-top: 200px;
  }

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

  .surgeon-link {
    width: 100%;
  }

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


