/*!
Theme Name: THEEYE Yellow
Description: Yella
Author: FS
Version: 1.1
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

pre {
  display: block;
  color: black !important;
  font-size: 1em !important;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .nextpatient-criteria-box select {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("fonts/lato-v17-latin-300.woff2") format("woff2"), url("fonts/lato-v17-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("fonts/lato-v17-latin-regular.woff2") format("woff2"), url("fonts/lato-v17-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("fonts/lato-v17-latin-900.woff2") format("woff2"), url("fonts/lato-v17-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/lato-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/lato-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v17-latin-700.woff2") format("woff2"), url("fonts/lato-v17-latin-700.woff") format("woff"), url("fonts/lato-v17-latin-700.ttf") format("truetype"), url("fonts/lato-v17-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
.insidepage section h2 {
  line-height: calc(1em + 1ex);
}
.insidepage section ul {
  margin-bottom: 1rem;
}
.insidepage .wp-block-columns.center {
  justify-content: center;
}

.fake {
  padding: 4vh 4vw;
}

#apexchat_tab_invitation_wrapper {
  display: none !important;
}

body {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #4D4D4D;
  height: 100%;
  margin: 0;
  padding: 0;
}
body.is-active {
  overflow: hidden;
}

p {
  font-family: "Lato";
  font-size: 1em;
  line-height: 1.8125;
  color: #4D4D4D;
  margin-bottom: 16px;
}

strong {
  font-weight: 900;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 16px;
}

h1 {
  font-size: 40px;
  font-weight: 900;
  color: #473E5C;
  line-height: 1.175;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  color: #4D4D4D;
  line-height: 0.8571428571;
}
@media screen and (max-width: 767px) {
  h2 {
    line-height: 1.2;
  }
}

h3 {
  font-size: 26px;
  font-weight: 700;
  color: #473E5C;
  line-height: 1.1538461538;
}
@media screen and (max-width: 767px) {
  h3 {
    line-height: 1.2;
  }
}

h4 {
  font-size: 24px;
  font-weight: 700;
  color: #473E5C;
  line-height: 1;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  color: #473E5C;
  line-height: 1.2;
}

a {
  color: #7832D0;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}
ul li {
  color: #4D4D4D;
  font-size: 1em;
  line-height: 2;
}

ol {
  list-style-position: inside;
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 700;
  padding-right: 0.5em;
}

.insidepage .layout-1-2 ul {
  list-style-position: outside;
  margin-left: 1em;
}

/* button */
.wp-block-button {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.wp-block-button__link {
  background-color: transparent;
  border-bottom: 1px solid #473E5C;
  color: #473E5C;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-size: 0.94em;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: normal;
}
.wp-block-button__link:hover {
  background-color: #473E5C;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #473E5C;
  text-decoration: none;
}

.btn {
  background-color: #423D4A;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-size: 0.94em;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 70px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (hover: hover) {
  .btn:hover {
    text-decoration: none;
    background-color: #7832D0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.btn.primary {
  background-color: transparent;
  border-bottom: 1px solid #473E5C;
  color: #473E5C;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.btn.primary:hover {
  background-color: #473E5C;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #473E5C;
}
.btn.secondary {
  background-color: #473E5C;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn.secondary:hover {
  background-color: #7832D0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.third {
  background-color: #4E3A6A;
  transition: all 0.3s ease-in-out;
}
.btn.third:hover {
  background-color: #7832D0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  img.alignleft {
    float: none;
    margin: 1em auto;
  }
}
img.alignright {
  float: right;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  img.alignright {
    float: none;
    margin: 1em auto;
  }
}
img.aligncenter {
  float: none;
  margin: 1em auto;
}

sup {
  font-size: 0.7em;
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.2em;
}

iframe {
  max-width: 100%;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
    max-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  iframe[src*="mediawebtool.com"] {
    max-height: 200px;
  }
}

.feat {
  padding: 2em 1em;
  max-width: 1170px;
  margin: 0 auto;
}

.eat {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .eat {
    flex-wrap: wrap;
  }
}
.eat p {
  margin-bottom: 0;
  font-size: 0.8em;
}

.wp-block-button__link:active, .wp-block-button__link:focus {
  color: #4D4D4D;
}

.wp-block-button__link:visited {
  color: initial;
  background-color: initial;
}

.wp-block-button__link:hover {
  color: #fff;
}

/* ancor block */
.anchor-block {
  background-color: #fff;
  display: flex;
  border: 1px solid #e5e5e5;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.2);
  padding: 2em;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  max-width: 1080px;
  border-top: 6px solid #4e3a6a;
  position: relative;
}
@media screen and (max-width: 980px) {
  .anchor-block {
    max-width: 100%;
    margin: 2rem 2rem;
    margin-bottom: 1rem;
    padding: 2em 1em;
  }
}
@media (max-width: 767px) {
  .anchor-block {
    margin-inline: 1rem;
  }
}
.anchor-block::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  width: 68px;
  height: 68px;
  display: block;
  background-image: url(img/endor.svg);
  background-repeat: no-repeat;
  background-size: 68px 68px;
  transform: translateX(-50%);
}
.anchor-block .block-block--anchor-links {
  width: 100%;
}
.anchor-block ul {
  max-width: 75%;
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .anchor-block ul {
    gap: 0;
    max-width: 100%;
  }
}
.anchor-block ul li {
  min-width: 0;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(50% - 30px);
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .anchor-block ul li {
    flex-basis: 100%;
    width: 100%;
  }
}
.anchor-block ul li a {
  display: block;
  width: 100%;
  color: #4e3a6a;
  font-weight: 300;
  font-size: 1em;
  padding-left: 1rem;
  line-height: 1.25;
  transition: background-color 0.3s ease-in-out;
}
.anchor-block ul li a:hover {
  background-color: #fafafa;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.onpage {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .onpage {
    max-width: 100%;
  }
}
.onpage label {
  display: block;
  margin-bottom: 0.5rem;
}
.onpage input {
  display: block;
}
.onpage .field-wrap {
  margin-bottom: 2rem;
}
.onpage textarea,
.onpage input[type=text] {
  border: 1px solid #cacaca;
  background-color: #fff;
  padding: 10px 10px;
  width: 100%;
}
.onpage .type-checkbox div,
.onpage .type-radiobuttons div {
  display: flex;
  gap: 5px;
}
.onpage .type-checkbox div label,
.onpage .type-radiobuttons div label {
  margin-bottom: 0;
}
.onpage input[type=submit] {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background-color: #7832d0;
  font-weight: 400;
  text-align: center;
  font-size: 0.94em;
  padding: 0.5em 2em;
  border-radius: 70px;
  text-transform: uppercase;
  display: inline-block;
}
.onpage.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .onpage.grid {
    display: block;
  }
}
.onpage.grid .full {
  grid-column: -1/1;
}

.layout-full-background-text__text-text .button {
  text-decoration: none;
}

.page-id-3413 .wp-block-columns {
  display: flex;
}
@media screen and (max-width: 980px) {
  .page-id-3413 .wp-block-columns {
    flex-wrap: wrap;
  }
}
.page-id-3413 .wp-block-columns .wp-block-column {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .page-id-3413 .wp-block-columns .wp-block-column {
    width: 100%;
  }
}

.wp-block-columns iframe {
  width: 100%;
  min-height: 360px;
  aspect-ratio: 16/9;
}

#lqFormID .frm_message {
  background: #fff !important;
}

#lqFormID .lqToolForm fieldset > div > div > label {
  display: block !important;
  height: unset !important;
}

.frm_forms .terms {
  margin-top: 1rem;
}

.frm_forms .terms button {
  padding: 0;
  font-size: 15px;
  margin-top: 0;
  background: #fff;
  text-decoration: underline;
  color: #4D4D4D;
  width: unset;
  font-size: 14px;
  margin: 0;
  min-height: unset;
  border: unset;
  cursor: pointer;
}
.frm_forms .terms button:hover {
  background: unset;
  color: #4D4D4D;
}

.frm_forms .terms .frm_primary_label {
  display: none;
}

.frm_forms .disclaimer {
  display: none;
}

.frm_forms .largequizfont .frm_primary_label span {
  font-weight: bold;
}

.frm_forms .largequizfont .frm_primary_label {
  font-size: 35px;
  color: #635093;
  line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 35px;
  display: block;
  text-align: center;
}

#lqFormID .largequizfont .frm_checkbox label {
  font-size: 20px;
}

.formsmall .disclaimer p,
.formwrapper-ff .disclaimer p {
  color: #fff;
  text-align: center;
  padding-inline: 1rem;
}
.formsmall .terms button,
.formwrapper-ff .terms button {
  background: transparent;
  text-decoration: underline;
  color: #fff;
}
.formsmall .terms button:hover,
.formwrapper-ff .terms button:hover {
  color: #fff;
}
.formsmall .frm_submit,
.formwrapper-ff .frm_submit {
  display: flex;
  justify-content: center;
}

.frm_forms.with_frm_style .terms .frm_checkbox {
  display: flex;
  justify-content: center;
}

.fw-form .disclaimer {
  padding: 0 1rem;
}
.fw-form .disclaimer p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.fw-form .terms button {
  background: transparent;
  color: #fff;
  font-size: 12px;
}
.fw-form .terms button:hover {
  color: #fff;
}
.fw-form .vertical_radio .frm_opt_container .frm_radio {
  margin-block: 1rem;
}

.inline-form.formlight .frm_forms.with_frm_style .frm_checkbox input[type=checkbox] {
  border: 1px solid #4d4d4d;
}
.inline-form.formlight .frm_forms.with_frm_style .terms button {
  background: transparent;
  color: #4d4d4d;
  font-size: inherit;
}
.inline-form.formlight .frm_forms.with_frm_style .terms button:hover {
  color: #4d4d4d !important;
}
.inline-form.formlight .frm_forms.with_frm_style label {
  color: #4d4d4d;
}

section {
  clear: both;
}

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

.u-uppercase {
  text-transform: uppercase;
}

.u-font-semibold {
  font-weight: 500;
}

body .u-mb-none {
  margin-bottom: 0;
}

body .u-mt-none {
  margin-top: 0;
}

body .u-pb-none {
  padding-bottom: 0;
}

body .u-pt-none {
  padding-top: 0;
}

@media only screen and (min-width: 960px) {
  .layout-container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
/* search */
body.search .stickyfotoer {
  display: none;
}

.sform {
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background-color: #F1F1F1;
  padding: 3rem 2rem;
  z-index: 999;
  border-bottom: 3px solid #4E3A6A;
  box-shadow: 0 13px 23px rgba(0, 0, 0, 0.2);
  transition: top 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sform {
    padding: 3rem 1rem 1rem 1rem;
  }
}
.sform.is-active {
  top: 0;
  transition: top 0.4s ease-in-out;
}
.sform .closesearch {
  font-size: 0;
  border: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sform .closesearch:before {
  content: "X";
  display: block;
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
}

#searchform {
  width: 100%;
  display: flex;
  justify-content: center;
}
#searchform div {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 60vw;
}
@media screen and (max-width: 767px) {
  #searchform div {
    max-width: 100%;
  }
}
#searchform input[type=text] {
  display: inline-block;
  text-indent: 1em;
  font-style: italic;
  width: 100%;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  margin-right: 1rem;
}
#searchform input[type=submit] {
  min-width: initial;
  cursor: pointer;
  background-color: #4E3A6A;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  padding: 0 1rem;
}

.topsearch {
  position: relative;
}
.topsearch::before {
  content: "";
  display: inline-block;
  background-image: url(img/search.svg);
  background-size: 1rem;
  background-position: bottom;
  width: 1rem;
  height: 1rem;
  position: relative;
  left: -0.2rem;
  top: 0.2rem;
}

@media screen and (min-width: 1025px) {
  .banner {
    display: none;
  }
  header.stickyheader .nav-top ul li.topsearch a {
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
  }
  header.stickyheader {
    background-color: #FAFAFA;
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  header.stickyheader .logo {
    width: 220px;
    height: 61px;
  }
  header.stickyheader .nav-wraps {
    margin-left: auto;
  }
  header.stickyheader .nav-top {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0.9em;
  }
  header.stickyheader .nav-top ul {
    display: flex;
    list-style: none;
  }
  header.stickyheader .nav-top ul li {
    padding-right: 1em;
  }
  header.stickyheader .nav-top ul li:last-of-type {
    padding-right: 0;
  }
  header.stickyheader .nav-top ul li a {
    font-weight: normal;
    color: #473E5C;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    transition: initial;
  }
  header.stickyheader .nav-top ul li a:hover {
    text-decoration: underline;
  }
  header.stickyheader .nav-top ul li.portalbutton a {
    background-color: #473E5C;
    color: #fff;
    border-radius: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 14px;
  }
  header.stickyheader .nav-top ul li.portalbutton a:hover {
    text-decoration: none;
    background-color: #7832D0;
  }
  header.stickyheader .nav-top ul li.portalbutton a:before {
    content: "";
    background-image: url(img/portalbutton.svg);
    width: 14px;
    height: 15px;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    left: -4px;
    display: none;
  }
  header.stickyheader .nav-top .sub-menu {
    display: none;
  }
  header.stickyheader .nav-top .sub-menu a:hover {
    text-decoration: none;
  }
  header.stickyheader .nav-top .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 10;
    right: 1em;
    left: initial;
    padding: 4px 8px;
  }
  header.stickyheader .nav-top .menu-item-has-children:hover .sub-menu a {
    text-align: right;
  }
  header.stickyheader .nav-bottom {
    display: flex;
  }
  header.stickyheader .nav-bottom ul {
    list-style: none;
    display: flex;
    align-items: center;
  }
  header.stickyheader .nav-bottom ul li {
    padding-right: 0.5em;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1150px) {
  header.stickyheader .nav-bottom ul li {
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  header.stickyheader .nav-bottom ul li:last-of-type {
    padding-right: 0;
  }
  header.stickyheader .nav-bottom ul li a:not(.button) {
    font-weight: normal;
    text-decoration: none;
    color: #4E3A6A;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #fafafa;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1090px) {
  header.stickyheader .nav-bottom ul li a:not(.button) {
    padding: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .h-tel {
    color: #473E5C;
    font-weight: 700;
    font-size: 1.4em;
    text-decoration: none;
    padding-left: 1em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1057px) {
  .h-tel {
    padding-left: 0.5em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children .sub-menu {
    background-color: #fff;
    border-radius: 5px;
    min-width: 200px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #F4F4F4;
    transition: all 0.3s ease-in-out;
  }
  .menu-item-has-children .sub-menu li {
    padding: 4px 8px 4px 1.5em;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1024px) {
  .menu-item-has-children .sub-menu li {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-item-has-children .sub-menu li:hover {
    background-color: #FAFAFA;
  }
  .menu-item-has-children .sub-menu li a:hover {
    background-color: #FAFAFA;
  }
  .menu-item-has-children .sub-menu.depth-0 {
    display: none;
    opacity: 0;
  }
  .menu-item-has-children .sub-menu.depth-0 a {
    padding: initial;
    display: block;
    width: 100%;
    border: none;
    line-height: 1.5;
  }
  .menu-item-has-children .sub-menu.depth-0 a:hover {
    border-radius: initial;
    box-shadow: initial;
    border: initial;
  }
  .menu-item-has-children .sub-menu.depth-1 {
    display: none;
  }
  .menu-item-has-children:hover .sub-menu.depth-0 {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 1;
    display: block;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
  .sub-menu.depth-0 .menu-item-has-children {
    position: relative;
  }
  .sub-menu.depth-0 .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    width: 7.071px;
    height: 11.313px;
    background-image: url(img/right-icon.svg);
  }
  .sub-menu.depth-0 .menu-item-has-children:last-of-type::after {
    top: 0.7em;
  }
  .sub-menu.depth-0 .menu-item-has-children:hover .sub-menu.depth-1 {
    min-width: 200px;
    max-width: 250px;
    position: absolute;
    top: 0.5em;
    left: 100%;
    opacity: 1;
    display: block;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .sub-menu.depth-0 .menu-item-has-children:hover .sub-menu.depth-1 a {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  header .nav-bottom ul li:last-of-type.menu-item-has-children:hover .sub-menu.depth-0 {
    left: initial;
    right: 0;
  }
  header .nav-bottom ul li:last-of-type.menu-item-has-children:hover .sub-menu.depth-0 li {
    padding-right: 1.5em;
    padding-left: 8px;
  }
  header .nav-bottom ul li:last-of-type.menu-item-has-children:hover .sub-menu.depth-0 a {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 100%;
    color: #473E5C;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
  }
  .banner p {
    margin-bottom: 0;
  }
  .banner a {
    color: #473E5C;
    font-size: 12px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  /* end moobs */
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  header {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  header {
    padding-right: 0.8em;
  }
}
@media screen and (max-width: 1024px) {
  .nav-top {
    display: none;
  }
  .nav-bottom .h-tel {
    display: none;
  }
  .burger {
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .burger .bar1, .burger .bar2 {
    display: block;
    width: 30px;
    height: 5px;
    background-color: #462279;
    transition: 0.4s;
    border-radius: 5px;
  }
  .burger .bar1 {
    margin-bottom: 6px;
  }
  .burger.is-active .bar1 {
    position: relative;
    top: 11px;
    transform: rotate(45deg);
  }
  .burger.is-active .bar2 {
    transform: rotate(-45deg);
  }
  .nav-bottom {
    position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    min-height: 100vh;
    overflow: scroll;
    background-color: #fff;
  }
  .nav-bottom > ul {
    padding: 1em;
    padding-left: 2em;
    padding-bottom: 10em;
  }
  .nav-bottom ul {
    list-style: none;
  }
  .nav-bottom ul a {
    font-weight: normal;
    text-decoration: none;
    font-size: 1.1em;
    color: #4E3A6A;
  }
  .nav-bottom.is-active {
    display: block;
    z-index: 500;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    height: 99vh;
  }
  .nav-bottom.is-active > ul {
    padding-bottom: 50em;
  }
  .nav-bottom .menu-item-has-children {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav-bottom .menu-item-has-children .nav-plus {
    display: block;
    margin-left: auto;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    position: relative;
  }
  .nav-bottom .menu-item-has-children .nav-plus span {
    display: block;
    position: absolute;
    height: 2px;
    width: 1em;
    background: #4E3A6A;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .nav-bottom .menu-item-has-children .nav-plus span:nth-child(1) {
    top: 10px;
    left: 2.5px;
  }
  .nav-bottom .menu-item-has-children .nav-plus span:nth-child(2) {
    top: 10px;
    left: 2.5px;
    transform: rotate(90deg);
  }
  .nav-bottom .menu-item-has-children .nav-plus.is-active span:nth-child(2) {
    transform: rotate(180deg);
  }
  .nav-bottom .menu-item-has-children .depth-0 {
    display: none;
  }
  .nav-bottom .menu-item-has-children .depth-0.is-active {
    display: block;
    flex-grow: 1;
    width: 100%;
    margin-left: 1em;
  }
  .nav-bottom .menu-item-has-children .depth-1 {
    display: none;
  }
  .nav-bottom .menu-item-has-children .depth-1.is-active {
    display: block;
    flex-grow: 1;
    width: 100%;
    margin-left: 1em;
  }
}
.menu .book-lasik-consult-item {
  margin-top: 10px;
}
.menu .book-lasik-consult-item .btn {
  color: #fff;
  font-size: 15px;
  padding: 5px 22px;
}
@media screen and (min-width: 1025px) {
  .menu .book-lasik-consult-item {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .menu .portalbutton {
    padding-right: 0 !important;
  }
}

.custom-menu-1 .menu-item-apt {
  display: none;
}

@media screen and (min-width: 1025px) {
  .custom-menu-1:hover .custom-menu-1-inner {
    display: block;
  }
  .custom-menu-1 .custom-menu-1-inner {
    display: none;
    position: absolute;
    padding: 20px;
    width: 90vw;
    max-width: 1095px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    left: -25vw !important;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
  }
  .custom-menu-1 .custom-menu-1-inner > ul {
    -moz-columns: 2;
         columns: 2;
  }
  .custom-menu-1 .sub-menu.depth-0 .menu-item-has-children::after {
    display: none;
  }
  .custom-menu-1 .sub-menu.depth-0 {
    width: 100%;
    position: static !important;
    box-shadow: none !important;
    border: 0px !important;
  }
  .custom-menu-1 .sub-menu.depth-0 > .menu-item {
    padding-left: 0px;
  }
  .custom-menu-1 .sub-menu.depth-0 > .menu-item:hover {
    background-color: transparent !important;
  }
  .custom-menu-1 .sub-menu.depth-0 > .menu-item > a {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #E8E8E8;
    padding: 4px 0px;
    color: #4E3A6A !important;
  }
  .custom-menu-1 .sub-menu.depth-0 > .menu-item > ul {
    margin-top: 5px;
  }
  .custom-menu-1 .sub-menu.depth-0 > .menu-item > ul a {
    padding: 4px 0px;
  }
  .custom-menu-1 .sub-menu.depth-0 .menu-item-has-children .sub-menu {
    display: inline-block !important;
    position: static !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-shadow: none;
    border: none;
    color: #4E3A6A !important;
  }
  .custom-menu-1 .depth-1 li:hover a {
    background-color: #FAFAFA !important;
  }
  .custom-menu-1 .depth-1 .menu-item {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .custom-menu-1:hover .custom-menu-1-inner {
    display: flex;
  }
  .custom-menu-1 .menu-item-apt {
    display: block;
    text-align: center;
    min-width: 300px;
    margin-left: 50px;
  }
  .custom-menu-1 .menu-item-apt .menu-item-apt-text {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 0px 15px;
  }
  .custom-menu-1 .menu-item-apt .menu-item-apt-inner {
    background-color: #FAFAFA;
    padding: 80px 10px;
  }
  .custom-menu-1 .menu-item-apt .btn {
    color: #FFF;
    font-size: 13px;
    min-width: 255px;
  }
}
@media screen and (max-width: 767px) {
  #menu-main-menu .portalbutton {
    display: none;
  }
}
.locmap {
  padding-top: 3em;
  padding-bottom: 3em;
}

.locmapcnt {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .locmapcnt {
    flex-wrap: wrap;
  }
}
.locmapcnt h2 {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .locmapcnt h2 {
    flex-grow: 1;
    width: 100%;
    margin-top: 0;
  }
}
.locmapcnt .locad {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .locmapcnt .locad {
    width: 50%;
    text-align: center;
  }
}
.locmapcnt .locad .btn {
  display: block;
  margin-top: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .locmapcnt .locad .btn {
    margin: 1em auto;
  }
}
.locmapcnt a {
  font-weight: normal;
  text-decoration: none;
  color: #4D4D4D;
}

.mapblock {
  padding-top: 2em;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mapblock {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.wideheader {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.wideheader .wh-bg {
  display: block;
  min-height: 318px;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .wideheader .wh-bg {
    min-height: 20vh;
  }
}

.titlebar {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.18);
  background-image: url(img/titlebarlogo.svg);
  background-repeat: no-repeat;
  background-size: 367px 362px;
  background-position: right center;
  min-height: 133px;
  width: 100%;
  margin: 0 auto;
  margin-top: -2em;
  margin-bottom: 2em;
  background-color: #FAFAFA;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 980px) {
  .titlebar {
    background-position: 130%;
    max-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .titlebar {
    max-width: 100%;
    min-height: 80px;
    background-position: 100%;
    background-size: 30vh auto;
  }
}
.titlebar h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .titlebar h1 {
    font-size: 2em;
  }
}

.blogbar {
  margin-bottom: 2em;
}
.blogbar .catselect {
  position: relative;
}
@media screen and (max-width: 767px) {
  .blogbar .catselect.arcsel {
    margin-left: 1em;
  }
}
.blogbar .fselect {
  font-size: 22px;
  color: #423D4A;
  background: transparent url("img/down-arrow.svg") no-repeat;
  background-position: right top 60%;
  padding-right: 1em;
  padding-left: 1em;
  cursor: pointer;
}
.blogbar .fselect.is-active {
  color: #7832D0;
}
.blogbar .fscats {
  position: absolute;
  display: none;
  min-width: 80vw;
  max-width: 90vw;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #F4F4F4;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.2);
  padding: 1em;
  border-radius: 5px;
  left: 1em;
  top: 3em;
}
@media screen and (max-width: 767px) {
  .blogbar .fscats {
    left: 1em;
    max-width: 100%;
    min-width: 320px;
  }
}
.blogbar .fscats.is-active {
  display: flex;
}
.blogbar .fscats.arcats {
  left: -10vw;
  min-width: 640px;
  max-width: 60vw;
}
@media screen and (max-width: 767px) {
  .blogbar .fscats.arcats {
    left: -100%;
    min-width: 320px;
    max-width: 100%;
  }
  .blogbar .fscats.arcats a {
    padding-left: 2em;
  }
}
.blogbar .fscats li {
  list-style-type: none;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .blogbar .fscats li {
    width: 50%;
  }
}
.blogbar .fscats li a {
  width: initial;
  padding-right: 0;
}
.blogbar .fscats a {
  font-weight: 400;
  padding-right: 1em;
  width: 33%;
  font-size: 14px;
  color: #4E3A6A;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .blogbar .fscats a {
    width: 50%;
    line-height: 1.25;
    padding-bottom: 1em;
  }
}
.blogbar .fscats a:hover {
  color: #7832D0;
}
.blogbar select {
  font-size: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #423D4A;
  background: transparent url("img/down-arrow.svg") no-repeat;
  background-position: right top 60%;
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .blogbar select {
    flex: 1 0 100%;
    margin-bottom: 1em;
  }
}
.blogbar .fake {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .blogbar .fake {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.blogbar .search-form {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .blogbar .search-form {
    flex: 1 0 100%;
    padding-top: 1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .blogbar .search-form {
    flex: 1 0 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .blogbar .search-form label {
    padding-left: 1em;
    margin-top: 1em;
    display: block;
  }
}
.blogbar .search-form input[type=search] {
  border: none;
  min-width: 357px;
  border-bottom: 1px solid #DEDEDE;
  margin-left: 1em;
  height: 48px;
  font-style: italic;
  background-color: #fff;
  color: #A8A8A8;
  font-size: 1em;
  text-indent: 5px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .blogbar .search-form input[type=search] {
    margin-left: 0;
    height: 34px;
    margin-bottom: 0.5em;
    min-width: initial;
    width: calc(100% - 1em);
    margin-left: 1em;
  }
}
.blogbar .search-form input[type=submit] {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-size: 0.94em;
  display: inline-block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-radius: 70px;
  min-width: initial;
  cursor: pointer;
  background-color: #4E3A6A;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  max-width: 128px;
  font-size: 16px;
  border: none;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 300;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .blogbar .search-form input[type=submit] {
    margin-top: 1em;
    margin-left: 1em;
  }
}
.blogbar .search-form input[type=submit]:hover {
  background-color: #7832D0;
}

.b-article {
  display: flex;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 3em;
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .b-article {
    flex-wrap: wrap;
  }
}
.b-article:last-of-type {
  border-bottom: none;
}
.b-article .fimg {
  flex-basis: 150px;
  max-width: 150px;
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .b-article .fimg {
    max-width: 100%;
  }
}
.b-article .fimg img {
  width: 150px;
  height: 150px;
}
.b-article .b-cnt {
  padding-left: 5.6em;
}
@media screen and (max-width: 767px) {
  .b-article .b-cnt {
    padding-left: 0;
    padding-top: 1em;
  }
}
.b-article h2 {
  font-weight: 700;
  line-height: 1.2;
}
.b-article h2 a {
  color: #4D4D4D;
  font-weight: 700;
  text-decoration: none;
}
.b-article h2 a:hover {
  text-decoration: none;
  color: #7832D0;
}
.b-article p:last-of-type {
  margin-bottom: 1.5em;
}
.b-article .meta {
  display: block;
  line-height: 1.2;
  font-size: 13px;
  margin-bottom: 1.2em;
}
.b-article .meta a {
  text-decoration: none;
  padding-left: 0.2rem;
}

.b-article.search-page .fimg {
  display: none;
}
.b-article.search-page .b-cnt {
  padding-left: 0;
}
.b-article.search-page .meta {
  display: none;
}

.navigation {
  padding-top: 2em;
  max-width: 980px;
  margin: 0 auto;
}

.navigation p {
  display: flex;
  justify-content: space-between;
}
.navigation p a {
  cursor: pointer;
}
.navigation p .next {
  margin-left: auto;
}

/* single */
.singlepost {
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .singlepost {
    word-break: break-word;
  }
}
.singlepost img.alignleft, .singlepost img.alignright, .singlepost img.aligncenter {
  border-radius: 5px;
  background-color: #FAFAFA;
  border: 1px solid #E5E5E5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.singlepost img.reset {
  border-radius: 0px;
  box-shadow: none;
  background-color: none;
  border: none;
}

.singlenav {
  display: flex;
  padding-top: 1em;
}
.singlenav a[rel=next] {
  margin-left: auto;
}

.fw-header {
  padding: 0;
}
.fw-header .fake {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 9em;
}
@media screen and (min-width: 1650px) {
  .fw-header .fake {
    max-width: 70vw;
  }
}
@media screen and (max-width: 1024px) {
  .fw-header .fake {
    flex-wrap: wrap;
    max-width: 100vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .fw-header .fake {
    padding: 0;
  }
}
.fw-header .fw-headerbg {
  background-size: cover;
  width: 100%;
  position: relative;
  min-height: 100vh;
  max-height: 768px;
}
@media screen and (max-width: 1024px) {
  .fw-header .fw-headerbg {
    min-height: inherit;
    max-height: inherit;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .fw-header .fw-headerbg {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    align-items: center;
    background-image: none !important;
  }
}
.fw-header .fw-headerbg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: 1;
}
.fw-header .fwcnt {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 50%;
  background-image: none;
}
@media screen and (max-width: 1024px) {
  .fw-header .fwcnt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3em;
    padding: 1em 4vw;
  }
}
@media screen and (max-width: 767px) {
  .fw-header .fwcnt {
    background-size: cover;
    margin-bottom: 0;
    min-height: 120px;
    padding-top: 2em;
    padding-bottom: 2em;
    flex-wrap: wrap;
    background-image: url(img/full-header.jpg);
  }
  .fw-header .fwcnt > * {
    position: relative;
    z-index: 2;
  }
  .fw-header .fwcnt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
    z-index: 1;
  }
}
.fw-header .fwcnt img {
  margin-bottom: 4em;
  width: 290px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fw-header .fwcnt img {
    width: 185px;
  }
}
@media screen and (max-width: 767px) {
  .fw-header .fwcnt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }
  .fw-header .fwcnt img {
    margin-bottom: 1em;
  }
}
.fw-header .fwcnt h1 {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fw-header .fwcnt h1 {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  .fw-header .fwcnt h1 {
    flex: 0 1 100%;
    font-size: 37px;
  }
}
.fw-header .fwcnt p {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fw-header .fwcnt p {
    font-size: 22px;
  }
}

.fw-form {
  background: rgb(66, 61, 74);
  background: linear-gradient(0deg, rgb(66, 61, 74) 0%, rgb(99, 80, 147) 100%);
  color: #fff;
  padding: 2em;
  max-width: 460px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .fw-form {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .fw-form {
    height: auto;
  }
}
.fw-form form {
  width: 100%;
}
.fw-form form div {
  margin-bottom: 1em;
}
.fw-form form .type-text > * {
  color: #fff;
  line-height: 1.4;
}
.fw-form form .type-radiobuttons {
  overflow: hidden;
}
.fw-form form .type-radiobuttons label {
  display: block;
  position: relative;
  margin: 0 0 1em 0;
}
.fw-form form .type-radiobuttons div {
  display: flex;
  margin-bottom: 1em;
  float: left;
  overflow: hidden;
}
.fw-form form .type-radiobuttons div label {
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: 1em;
}
.fw-form form .type-radiobuttons div input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  background-color: #fff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  align-self: center;
  flex: 1 0 16px;
}
.fw-form form .type-radiobuttons div input:checked:before {
  content: "";
  position: absolute;
  color: green;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  border: 8px solid green;
  align-self: center;
  transition: all 0.3s ease-in-out;
}
.fw-form form .type-checkbox {
  display: flex;
}
.fw-form form .type-checkbox div {
  display: flex;
  align-items: center;
}
.fw-form form .type-checkbox div input:not(.submit-btn) {
  width: 15px;
  height: 15px;
  margin-right: 1em;
}
.fw-form form .type-checkbox div label {
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
  display: flex;
}
.fw-form form .type-checkbox div label span {
  display: inline-block;
  width: calc(100% - 16px - 1em);
}
.fw-form form small {
  line-height: 1.5;
  display: block;
  margin-top: 1em;
  flex-grow: 1;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}
.fw-form form .type-submitbutton {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 1;
}
.fw-form form .submit-btn {
  min-width: 100%;
  cursor: pointer;
  background-color: #4E3A6A;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.fw-form form .submit-btn:hover {
  background-color: #7832D0;
}
.fw-form form input {
  height: 48px;
  font-size: 1em;
  color: #A8A8A8;
}
.fw-form form input:not(.submit-btn) {
  display: block;
  text-indent: 1em;
  font-style: italic;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
}
.fw-form form input:not(.submit-btn)::-moz-placeholder {
  opacity: 1;
  color: #A8A8A8;
  font-style: italic;
  font-size: 1em;
}
.fw-form form input:not(.submit-btn)::placeholder {
  opacity: 1;
  color: #A8A8A8;
  font-style: italic;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .fw-form form input:not(.submit-btn) {
    width: 100%;
  }
}
.fw-form h2 {
  color: #fff;
  text-align: center;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 2em;
}
.fw-form h2 > * {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fw-form h2 {
    margin-bottom: 1em;
  }
}
.fw-form h2 span {
  font-size: 23px;
  display: block;
  padding-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .fw-form h2 span {
    line-height: 1.2;
  }
}

.lchalf {
  padding-top: 2em;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .lchalf {
    width: 100%;
    padding-top: 1em;
  }
}
.lchalf h2 {
  font-size: 40px;
}
.lchalf p:last-of-type {
  padding-bottom: 6em;
}

.lcfull {
  padding-bottom: 6em;
}
.lcfull h2 {
  font-size: 40px;
}
.olsurg {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .olsurg {
    flex-wrap: wrap;
  }
}
.olsurg img {
  border-radius: 1em;
}
.olsurg .ssurg {
  padding: 0 2em;
}
.olsurg .ssurg p {
  padding-top: 1em;
  text-align: center;
}

.footercopy {
  color: #fff;
  text-align: center;
  padding-top: 3em;
}
.footercopy h2 {
  margin-bottom: 2em;
}
.footercopy h3 {
  color: #fff;
}
.footercopy a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
}
.footercopy a:hover {
  text-decoration: underline;
}

.landingfooter h2 {
  margin-bottom: 2em;
}

.compchart {
  max-width: 1080px;
  background-color: #FAFAFA;
  padding: 4%;
  margin: 0 auto;
}
.compchart h2, .compchart p {
  color: #473E5C;
  text-align: center;
  line-height: 1.1;
}
.compchart p {
  margin-bottom: 4em;
}
@media screen and (min-width: 1025px) {
  .compchart .cnote-wrap {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .compchart .cnote-wrap {
    border-bottom: 1px solid #7832D0;
  }
}
@media screen and (max-width: 767px) {
  .compchart .cnote-wrap {
    width: 100%;
    border-bottom: none;
  }
}
.compchart .bgwhite {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .compchart .bgwhite {
    display: none;
  }
}
.compchart .bgdark {
  background: #231E71;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compchart .bglight {
  background: #231E71;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compchart .cgrid-wrap {
  display: flex;
  flex-wrap: wrap;
}
.compchart .cgrid {
  padding: 1em;
  width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .compchart .cgrid {
    width: 20%;
  }
}
.compchart .cnotes {
  padding: 0;
  width: 100%;
  flex: 1 0 100%;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  justify-content: center;
  background-color: #fff;
  align-items: center;
}
.compchart .cnotes span {
  line-height: 1.2;
  width: 50%;
  text-align: center;
}
.compchart .cnotes span div {
  padding: 1em;
}
.compchart .cnotes span:first-of-type {
  border-right: 2px solid #EAEAEA;
  padding-right: 1em;
  color: #7832D0;
}
.compchart .cnotes span:last-of-type {
  padding-left: 1em;
}

@media screen and (max-width: 1024px) {
  .d-gridwrap {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .cgrid {
    border-right: 2px solid #FAFAFA;
  }
  .cgrid.no-b {
    border-right: none;
  }
  .d-gridwrap {
    display: flex;
    width: 100%;
  }
  .d-gridwrap > * {
    width: 20%;
    text-align: center;
    padding: 1em;
    background-color: #fff;
    border-top: 1px solid #EAEAEA;
  }
  .d-gridwrap span:first-of-type {
    color: #231E71;
    font-weight: 600;
  }
  .d-gridwrap span:nth-child(-n+4) {
    border-right: 2px solid #FAFAFA;
  }
}
@media (min-width: 1024px) {
  .compchart .cgrid img {
    max-width: 126px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.insidepage .mtns {
  background-image: url(img/mountains-thin.svg);
  min-height: 182px;
}
@media screen and (max-width: 767px) {
  .insidepage .mtns {
    min-height: 6em;
  }
}

.mtns {
  background-image: url(img/footer-mts.svg);
  background-size: cover;
  width: 100%;
  min-height: 533px;
  background-position: center top;
  margin-top: 4em;
  border-bottom: 2px solid #231e71;
}
@media screen and (max-width: 767px) {
  .mtns {
    min-height: 10em;
    margin-top: 2em;
  }
}

.insidepage footer {
  padding-top: 3em;
}

footer {
  background-color: #231e71;
  padding-bottom: 8em;
  padding-top: 6em;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 3em;
    padding-bottom: 4.5em;
  }
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}
footer h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  margin-bottom: 1em;
  line-height: 1;
}
footer h2 span {
  font-size: 25px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
footer .btn {
  min-width: 320px;
  padding-top: 1em;
  padding-bottom: 1em;
}
footer p, footer a, footer address, footer span {
  color: #fff;
}
footer address {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer address {
    margin-bottom: 2em;
    font-size: 18px;
  }
}
footer address a {
  font-weight: 400;
  text-decoration: none;
}
footer address a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .f-logo {
    margin-bottom: 2em;
  }
}
footer .f-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer .f-logo img {
    margin: 0 auto;
    max-width: 247px;
  }
}
footer .f-apts span {
  font-size: 30px;
  font-weight: 300;
  font-family: "halyard-display", sans-serif;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .f-apts span {
    font-size: 1.5rem;
  }
}
footer .f-apts a {
  font-family: "halyard-display", sans-serif;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 35px;
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 767px) {
  footer .f-apts a {
    font-size: 1.5rem;
  }
}
footer .f-bar-one {
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: center;
  margin-top: 6em;
  margin-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  footer .f-bar-one {
    margin-top: 3em;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2em;
  }
}
footer .f-bar-one > * {
  width: 33%;
}
@media screen and (max-width: 767px) {
  footer .f-bar-one > * {
    width: 100%;
  }
}
footer .copyright .bar {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    padding: 0 1em;
  }
  footer .copyright .bar {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .copyright > p a:first-of-type {
    margin-top: 0.8rem;
  }
}
footer .copyright p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    text-align: center;
    margin-bottom: 0;
  }
}
footer .copyright p a {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  footer .copyright p a {
    display: block;
    flex: 1 0 100%;
  }
}
footer .f-bar-two {
  margin-bottom: 3em;
}
footer .f-bar-two ul {
  list-style: none;
  display: flex;
  align-items: center;
}
footer .f-bar-two ul li {
  width: 30px;
}
footer .f-bar-two ul li:nth-child(2) {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
footer .f-bar-two ul a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
footer .f-bar-two ul a img {
  margin: 0 auto;
}

footer {
  /* all forms */
  /* form large */
  /* form small */
}
footer .btn.third {
  text-transform: uppercase;
}
footer .frm_forms {
  width: 100%;
}
footer .frm_form_fields {
  width: 100%;
}
footer #form_footerform .frm_checkbox {
  display: flex;
  justify-content: center;
}
footer form div {
  margin-bottom: 1em;
}
footer form small {
  line-height: 1.5;
  display: block;
  margin-top: 1em;
  flex-grow: 1;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}
footer form .type-hidden {
  display: none;
  visibility: hidden;
}
footer form .type-submitbutton {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 1;
}
footer form .submit-btn {
  min-width: initial;
  cursor: pointer;
  background-color: #4E3A6A;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
footer form .submit-btn:hover {
  background-color: #7832D0;
}
footer form input {
  height: 48px;
  font-size: 1em;
  color: #A8A8A8;
}
footer form input:not(.submit-btn) {
  display: block;
  text-indent: 1em;
  font-style: italic;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
}
footer form input:not(.submit-btn)::-moz-placeholder {
  opacity: 1;
  color: #A8A8A8;
  font-style: italic;
  font-size: 1em;
}
footer form input:not(.submit-btn)::placeholder {
  opacity: 1;
  color: #A8A8A8;
  font-style: italic;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  footer form input:not(.submit-btn) {
    width: 100%;
  }
}
footer form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 1em;
  color: #A8A8A8;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  outline: 0;
  box-shadow: none;
  background-image: none;
  position: relative;
  font-style: italic;
  border: none;
  text-indent: 6px;
  background-color: #fff;
}
footer form select option {
  background-color: #fff;
  color: #473E5C;
}
footer form .type-selectbox {
  position: relative;
}
footer form .type-selectbox::after {
  content: url(img/down-arrow.svg);
  position: absolute;
  top: 54%;
  right: 1em;
  cursor: pointer;
  pointer-events: none;
  width: 9.48px;
  height: 9.48px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer form .type-selectbox::after {
    top: 2.5em;
  }
}
footer form textarea {
  width: 100%;
  min-height: 160px;
  border: 1px solid #E3E3E3;
  font-family: "Lato";
  text-indent: 1em;
  font-size: 1em;
}
footer .formlarge form {
  display: flex;
  flex-wrap: wrap;
}
footer .formlarge form .terms button {
  background: transparent;
  color: #fff;
}
footer .formlarge form .terms .frm_checkbox {
  display: flex;
  justify-content: center;
}
footer .formlarge form .disclaimer p small {
  color: #fff;
  text-align: center;
}
footer .formlarge small {
  color: #A8A8A8;
  font-style: italic;
}
footer .formlarge input:not(.submit-btn)::-moz-placeholder {
  color: #fff;
  opacity: 0;
}
footer .formlarge input:not(.submit-btn)::placeholder {
  color: #fff;
  opacity: 0;
}
footer .formlarge label {
  display: block;
  color: #A8A8A8;
}
footer .formlarge .type-submitbutton {
  display: flex;
  justify-content: center;
  margin-right: 0;
  flex: 0 1 100%;
  width: 100%;
}
footer .formlarge .type-submitbutton input {
  margin-left: 0;
}
footer .formsmall {
  margin-top: 3em;
}
footer .formsmall small {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
footer .formsmall form {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .formsmall form small {
  color: #fff;
  text-align: center;
}
footer .formsmall form .stopyenoh {
  display: none;
  visibility: hidden;
}
footer .formsmall form div {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  footer .formsmall form {
    justify-content: center;
    width: 100%;
  }
  footer .formsmall form .submit-wrap {
    flex-grow: 1;
    width: 100%;
    align-self: center;
    text-align: center;
    margin-top: 1em;
  }
  footer .formsmall form .type-submitbutton {
    width: auto;
    flex: 0;
    margin-right: auto;
    margin-top: 1rem;
  }
  footer .formsmall form .type-checkbox {
    margin-left: auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  footer .formsmall form {
    flex-wrap: wrap;
  }
  footer .formsmall form div {
    width: 100%;
    margin-bottom: 1em;
  }
}

footer .formsmall form .type-checkbox div {
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .formsmall form .type-checkbox div {
    justify-content: center;
  }
}
footer .formsmall form .type-checkbox div input {
  width: 15px;
  height: 15px;
  margin-right: 1rem;
}
footer .formsmall form .type-checkbox div button {
  color: #fff;
}

@media screen and (max-width: 980px) {
  footer .formsmall form div {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  footer .formsmall form .type-submitbutton {
    width: auto;
    flex: 0 0 48%;
    margin-right: auto;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  footer .formsmall form .type-checkbox {
    margin-left: auto;
    margin-top: 2rem;
    flex-basis: 50%;
  }
  footer .formsmall form .type-checkbox div {
    justify-content: flex-end;
  }
}
/* footer form grid */
footer .formlarge form .frm_submit {
  display: flex;
  justify-content: center;
}
footer .formlarge form div.type-checkbox {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
}
footer .formlarge form div.type-checkbox input {
  width: 15px;
  height: 15px;
  display: inline-block;
}
footer .formlarge form div.type-checkbox label {
  display: inline-block;
}
footer .formlarge form div.type-checkbox button,
footer .formlarge form div.type-checkbox label {
  color: #fff;
  font-style: normal;
}

.inline-form .formwrapper form div.type-checkbox {
  width: auto;
}
.inline-form .formwrapper form div.type-checkbox div {
  width: 100%;
  height: 100%;
}
.inline-form .formwrapper form div.type-checkbox input {
  width: 15px;
  height: 15px;
}
.inline-form .formwrapper form div.type-checkbox label {
  color: #fff;
}
.inline-form .formwrapper form div.type-checkbox button {
  color: #fff;
}
.inline-form .formwrapper form div.type-submitbutton {
  width: auto;
  flex: 0;
}
.inline-form .formwrapper form .af-html-below-submit {
  width: 100%;
  color: #fff;
  flex-grow: 0;
}
.inline-form .formwrapper form .af-html-below-submit p {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 0 14rem;
}

.page-contact-us .inline-form .formwrapper form.gridform div.type-checkbox label {
  color: #473E5C;
}
.page-contact-us .inline-form .formwrapper form.gridform div.type-checkbox label button {
  color: #473E5C;
  padding-left: 5px;
}

/* apex */
#apexchat_prechat_invitation_wrapper {
  z-index: 10 !important;
}

@media screen and (max-width: 767px) {
  .page-template-landing-page .stickyfotoer {
    display: none;
  }
  .page-template-page-reviews #apexchat_prechat_invitation_wrapper {
    z-index: 10 !important;
    bottom: 5em !important;
  }
  .page-template-page-reviews .stickyfotoer {
    display: none;
    right: 0em;
  }
  .page-template-page-reviews .stickyfotoer .stfwrap {
    font-size: 1em;
  }
}
/* Desk Sticky */
.home .stickyfotoer {
  display: none;
}

.desk-sticky {
  display: flex;
  background-color: #4E3A6A;
  position: fixed;
  bottom: 0;
  right: 4vw;
  width: 250px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .desk-sticky {
    display: none;
  }
}
.desk-sticky a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.desk-sticky a span {
  line-height: 1;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  padding: 0;
}
.desk-sticky a div:first-of-type {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.desk-sticky a div:first-of-type span:nth-child(1) {
  font-size: 22px;
  display: block;
  padding-bottom: 0.2em;
}
.desk-sticky a div:first-of-type span:nth-child(2) {
  font-size: 15px;
}
.desk-sticky a div:last-of-type {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background-color: #654C88;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.desk-sticky a div:last-of-type span {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}

/* sticky */
.sticky-bar {
  padding-inline: 1rem;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #473E5C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 70px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.sticky-bar.is-active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sticky-bar a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 15px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-bar a:nth-child(1) {
  justify-content: flex-end;
}

.addlfoot p {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .addlfoot p {
    flex-wrap: wrap;
  }
}

.addlfoot p a::after {
  content: " | ";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .addlfoot p a::after {
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: none;
  }
}

.addlfoot p a:last-of-type::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #apexchat_prechat_invitation_wrapper {
    bottom: 5em !important;
  }
}
/* sticky */
.stickyfotoer {
  display: block;
  position: fixed;
  bottom: -100%;
  right: 10em;
  min-width: 370px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .stickyfotoer {
    width: 100%;
    z-index: 1000;
    right: 0;
  }
}
.stickyfotoer .stfwrap {
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  background-color: #4E3A6A;
  cursor: pointer;
  position: relative;
}
.stickyfotoer .stfwrap .closemedown {
  position: absolute;
  right: 1em;
  font-weight: 300;
  opacity: 0;
}
.stickyfotoer .stfwrap .closemedown.is-active {
  opacity: 1;
}
.stickyfotoer .stfwrap:hover {
  background-color: #7832D0;
}
.stickyfotoer .stform {
  background-color: #4E3A6A;
  display: flex;
  justify-content: center;
}
.stickyfotoer .stform input[type=text], .stickyfotoer .stform input[type=email], .stickyfotoer .stform textarea {
  border: none;
  width: 100%;
  background-color: #fff;
  height: 48px;
  text-indent: 5px;
  font-family: "Lato";
  font-size: 1em;
  border-radius: 0;
}
.stickyfotoer .stform ::-webkit-input-placeholder {
  font-style: italic;
  opacity: 1;
}
.stickyfotoer .stform :-moz-placeholder {
  font-style: italic;
  opacity: 1;
}
.stickyfotoer .stform ::-moz-placeholder {
  font-style: italic;
  opacity: 1;
}
.stickyfotoer .stform :-ms-input-placeholder {
  font-style: italic;
  opacity: 1;
}
.stickyfotoer .stform form {
  max-width: 270px;
  padding-top: 1em;
}
.stickyfotoer .stform .field-wrap {
  margin-bottom: 0.5em;
}
.stickyfotoer .stform label {
  color: #fff;
  font-style: italic;
  font-size: 0.9em;
}
.stickyfotoer .stform textarea {
  height: 144px;
  font-family: "Lato";
  text-indent: 1em;
  font-size: 1em;
}
.stickyfotoer .stform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  font-size: 1em;
  color: #A8A8A8;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  outline: 0;
  box-shadow: none;
  background-image: none;
  position: relative;
  font-style: italic;
  border: none;
  text-indent: 6px;
  background-color: #fff;
}
.stickyfotoer .stform .type-selectbox {
  position: relative;
}
.stickyfotoer .stform .type-selectbox::after {
  content: url(img/down-arrow.svg);
  position: absolute;
  top: 54%;
  right: 1em;
  cursor: pointer;
  pointer-events: none;
  width: 9.48px;
  height: 9.48px;
  transform: translateY(-50%);
}
.stickyfotoer .stform .type-singlelinetext label,
.stickyfotoer .stform .type-textarea label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.stickyfotoer .type-submitbutton {
  display: block;
  text-align: center;
}
.stickyfotoer .type-submitbutton input {
  background-color: #4E3A6A;
  border: 1px solid #fff;
  border-radius: 70px;
  color: #fff;
  padding: 1em 2em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.stickyfotoer .type-submitbutton input:hover {
  background-color: #7832D0;
}

@media screen and (max-width: 767px) {
  .stickystack {
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0.87rem 0.5rem;
    flex-grow: 2 !important;
    text-transform: uppercase;
  }
  .stickystack span {
    display: block;
    margin-bottom: 4px;
  }
}

.aform .type-checkbox label button {
  border: none;
  background: none;
  text-decoration: underline;
}
.aform .af-html-below-submit {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .stickyfotoer .type-checkbox button {
    color: #fff;
  }
  .stickyfotoer .type-checkbox label {
    font-style: normal;
  }
  .stickyfotoer .af-html-below-submit {
    color: #fff;
  }
  .stickyfotoer .af-html-below-submit p {
    color: #fff;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  .stickyfotoer {
    visibility: hidden;
    display: none;
  }
}
.footer-free-consultation-inner {
  text-align: center;
  padding: 75px 20px 30px;
}
.footer-free-consultation-inner .footer-free-consultation-text {
  font-size: 35px;
  font-weight: bold;
}
.footer-free-consultation-inner .footer-free-consultation-text span {
  font-weight: 300;
}
.footer-free-consultation-inner .footer-free-consultation-text img {
  margin: 0 auto 20px;
}
.footer-free-consultation-inner .footer-free-consultation-link .btn {
  min-width: 190px;
  padding: 15px 10px;
  background-color: #FBB92F;
  color: #231E71;
}
@media screen and (min-width: 1025px) {
  .footer-free-consultation-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-free-consultation-inner .footer-free-consultation-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-free-consultation-inner .footer-free-consultation-text img {
    position: relative;
    margin: 0;
  }
  .footer-free-consultation-inner .footer-free-consultation-text p {
    margin: 0 40px;
  }
  .footer-free-consultation-inner .footer-free-consultation-text p + p {
    margin-left: 0px;
  }
}

.inline-quote {
  background-color: #FAFAFA;
  color: #473E5C;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
  display: flex;
  border: 1px solid #E5E5E5;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 2em;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .inline-quote {
    flex-wrap: wrap;
  }
}
.inline-quote .qimg {
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .inline-quote .qimg {
    width: 100%;
  }
}
.inline-quote img {
  width: 60px;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .inline-quote img {
    width: 50px;
    margin-bottom: 1em;
  }
}
.inline-quote .qcnt {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .inline-quote .qcnt {
    padding-left: 0;
  }
}
.inline-quote .cite {
  font-weight: 900;
  font-style: normal;
  font-size: 0.8em;
}

.page-id-276 > .fake {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.inline-form {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inline-form .formwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* formbase */
}
.inline-form .formwrapper form {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.inline-form .formwrapper form .stopyenoh {
  display: none;
  visibility: hidden;
}
.inline-form .formwrapper form .type-submitbutton {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 1;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.inline-form .formwrapper form .submit-btn {
  min-width: initial;
  cursor: pointer;
  background-color: #4E3A6A;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.inline-form .formwrapper form .submit-btn:hover {
  background-color: #7832D0;
}
.inline-form .formwrapper form input {
  height: 48px;
  font-size: 1em;
  color: #A8A8A8;
}
.inline-form .formwrapper form input:not(.submit-btn) {
  display: block;
  text-indent: 1em;
  font-style: italic;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
}
.inline-form .formwrapper form input:not(.submit-btn)::-moz-placeholder {
  opacity: 1;
  color: #A8A8A8;
  font-style: italic;
  font-size: 1em;
}
.inline-form .formwrapper form input:not(.submit-btn)::placeholder {
  opacity: 1;
  color: #A8A8A8;
  font-style: italic;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .inline-form .formwrapper form input:not(.submit-btn) {
    width: 100%;
  }
}
.inline-form .formwrapper form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
  font-size: 1em;
  color: #A8A8A8;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  outline: 0;
  box-shadow: none;
  background-image: none;
  position: relative;
  font-style: italic;
  border: none;
  text-indent: 6px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
}
.inline-form .formwrapper form select option {
  background-color: #fff;
  color: #473E5C;
}
.inline-form .formwrapper form .type-selectbox {
  position: relative;
}
.inline-form .formwrapper form .type-selectbox::after {
  content: url(img/down-arrow.svg);
  position: absolute;
  top: 54%;
  right: 1em;
  cursor: pointer;
  pointer-events: none;
  width: 9.48px;
  height: 9.48px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .inline-form .formwrapper form .type-selectbox::after {
    top: 2.5em;
  }
}
.inline-form .formwrapper form textarea {
  width: 100%;
  min-height: 160px;
  border: 1px solid #E3E3E3;
  font-family: "Lato";
  text-indent: 1em;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .inline-form .formwrapper form {
    justify-content: center;
    width: 100%;
  }
  .inline-form .formwrapper form .submit-wrap {
    flex-grow: 1;
    width: 100%;
    align-self: center;
    text-align: center;
    margin-top: 1em;
  }
  .inline-form .formwrapper form div {
    width: calc(25% - 2em);
    margin-right: 1em;
  }
  .inline-form .formwrapper form div.type-hidden {
    display: none;
  }
  .inline-form .formwrapper form div:nth-child(4n) {
    margin-right: 0;
  }
  .inline-form .formwrapper form div.type-submitbutton {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .inline-form .formwrapper form {
    flex-wrap: wrap;
  }
  .inline-form .formwrapper form div {
    width: 100%;
    margin-bottom: 1em;
  }
}
.inline-form h2 {
  font-size: 28px;
  color: #473E5C;
  text-align: center;
  font-weight: 400;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .inline-form h2 {
    font-size: 1.5em;
    margin-top: 1em;
    line-height: 1.2;
  }
}
.inline-form h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #473E5C;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .inline-form h3 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}
.inline-form.formlight {
  background-color: #FAFAFA;
  border: 1px solid #E5E5E5;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.2);
}
.inline-form.formlight h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.inline-form.formlight small {
  color: #473E5C;
}
.inline-form.formdark {
  background-image: url("img/formbg.jpg");
  position: relative;
}
.inline-form.formdark::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 63, 106, 0.8);
}
.inline-form.formdark h2, .inline-form.formdark h3, .inline-form.formdark small {
  color: #fff;
}
.inline-form.formdark .formwrapper input:not(.submit-btn) {
  border: none;
}
.inline-form .fwrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
.inline-form small {
  display: block;
  text-align: center;
  color: #fff;
  text-align: center;
  padding-left: 4em;
  padding-right: 4em;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .inline-form small {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.inline-form .formwrapper form.gridform {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media screen and (max-width: 767px) {
  .inline-form .formwrapper form.gridform {
    display: block;
  }
}
.inline-form .formwrapper form.gridform div {
  width: 100%;
}
.inline-form .formwrapper form.gridform div.type-selectbox {
  grid-column: span 1;
}
.inline-form .formwrapper form.gridform div.type-selectbox::after {
  top: 50%;
}
.inline-form .formwrapper form.gridform div.type-textarea {
  grid-column: 1/-1;
}
.inline-form .formwrapper form.gridform div.type-textarea label {
  text-align: center;
}
.inline-form .formwrapper form.gridform div.af-html-below-submit, .inline-form .formwrapper form.gridform div.type-submitbutton {
  grid-column: 1/-1;
}

.inline-form.gridform {
  padding-top: 3em;
  padding-bottom: 3em;
}
.inline-form.gridform .formwrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media screen and (max-width: 767px) {
  .inline-form.gridform .formwrapper form {
    display: block;
  }
}
.inline-form.gridform .formwrapper form div {
  width: 100%;
  color: #fff;
  margin-right: 0;
}
.inline-form.gridform .formwrapper form div.type-checkbox {
  grid-column: 1/-1;
}
.inline-form.gridform .formwrapper form div.type-checkbox div label {
  display: inline-block;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .inline-form.gridform .formwrapper form div.type-checkbox div label {
    width: 60%;
  }
}
.inline-form.gridform .formwrapper form div.type-checkbox div input {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 1em;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .inline-form.gridform .formwrapper form div.type-checkbox div input {
    vertical-align: super;
  }
}
.inline-form.gridform .formwrapper form div.type-selectbox {
  grid-column: 1 2;
}
.inline-form.gridform .formwrapper form div.type-selectbox::after {
  top: 12px;
}
.inline-form.gridform .formwrapper form div.type-textarea {
  grid-column: 1/-1;
}
.inline-form.gridform .formwrapper form div.type-textarea label {
  text-align: center;
}
.inline-form.gridform .formwrapper form div.af-html-below-submit, .inline-form.gridform .formwrapper form div.type-submitbutton {
  grid-column: 1/-1;
}

.inline-form .type-checkbox div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-form .type-checkbox input {
  margin-bottom: 0;
  margin-top: 0;
}

.aform span.error {
  color: tomato;
  font-size: 0.8em;
}

.page-template-landing-page .type-checkbox,
.inline-form .formwrapper form.gridform div.type-checkbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  grid-column: 1/-1;
  position: relative;
}
.page-template-landing-page .type-checkbox span.error,
.inline-form .formwrapper form.gridform div.type-checkbox span.error {
  position: absolute;
  right: 0;
  font-size: 0.8em;
  color: tomato;
}
.page-template-landing-page .type-checkbox label,
.inline-form .formwrapper form.gridform div.type-checkbox label {
  display: flex;
  margin-left: 1rem;
}
.page-template-landing-page .type-checkbox label button,
.inline-form .formwrapper form.gridform div.type-checkbox label button {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: underline;
  cursor: pointer;
}
.page-template-landing-page .type-checkbox input,
.inline-form .formwrapper form.gridform div.type-checkbox input {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 1em;
  vertical-align: bottom;
}

.page-template-landing-page .type-checkbox label {
  margin-left: 0;
}
.page-template-landing-page .type-checkbox button {
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.layout-1-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .layout-1-2 {
    margin-bottom: 1em;
  }
}
.layout-1-2__text {
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 20px 40px -7px rgba(0, 0, 0, 0.1);
  color: #473E5C;
  font-size: 15px;
  margin-top: -90px;
  max-width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .layout-1-2__text {
    margin-top: 0;
  }
}
.layout-1-2__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vw;
  width: 100%;
}
.layout-1-2-reverse {
  margin-top: 50px;
}
.layout-1-2-reverse__image {
  margin-top: -40px;
  order: 2;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .layout-1-2-reverse__image {
    margin-top: 0;
    order: -1;
  }
}
.layout-1-2-reverse__text {
  margin-top: 0;
  order: 1;
  position: relative;
  width: 100%;
  z-index: 2;
}

.layout-1-2-type__index .layout-1-2__text {
  background-image: url("img/watermark-header.svg");
  background-position: bottom right;
  padding: 40px 20px 50px;
}
.layout-1-2-type__index .layout-1-2__text .is-heading span {
  font-weight: 300;
}
.layout-1-2-type__index .layout-1-2__text .btn {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  text-transform: uppercase;
}
.layout-1-2-type__index .layout-1-2-reverse__text {
  background-image: url("img/watermark-header.svg");
  background-position: bottom right;
  padding: 50px 20px 50px;
}
.layout-1-2-type__index .layout-1-2-reverse__text .is-heading {
  line-height: normal;
}
.layout-1-2-type__index .layout-1-2-reverse__text .is-heading p {
  line-height: normal;
  font-weight: 300;
}
.layout-1-2-type__index .layout-1-2-reverse__text .is-heading p strong {
  font-weight: bold;
}
.layout-1-2-type__index .layout-1-2-reverse__text a {
  margin-top: 30px;
}

.layout-1-2-type__inner .layout-1-2__text {
  padding: 40px;
  background-image: url("img/watermark-5.png");
  background-position: bottom right;
}
.layout-1-2-type__inner .layout-1-2__text .is-heading {
  font-weight: 600;
}
.layout-1-2-type__inner .layout-1-2__text .is-heading.u-text-medium {
  font-size: 28px;
}
.layout-1-2-type__inner.layout-1-2-wide-text .layout-1-2__text {
  max-width: 830px;
  padding-bottom: 110px;
}
.layout-1-2-type__inner.layout-1-2-wide-text .layout-1-2__image {
  max-width: calc(100% - 800px + 100px);
}
@media screen and (max-width: 767px) {
  .layout-1-2-type__inner.layout-1-2-wide-text .layout-1-2__image {
    max-width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .layout-1-2 {
    flex-direction: row;
    padding-bottom: 75px;
    padding-top: 75px;
    position: relative;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1500px) {
  .layout-1-2 {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 960px) {
  .layout-1-2__text {
    margin-top: 0;
    max-width: 675px;
    order: 1;
    position: relative;
    z-index: 1;
  }
  .layout-1-2 .layout-1-2__text {
    padding-bottom: 70px;
    padding-left: 95px;
    padding-right: 105px;
    padding-top: 60px;
  }
  .layout-1-2__image {
    height: 100%;
    margin-top: 0;
    max-width: calc(100% - 675px + 100px);
    min-height: 0;
    order: 2;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1500px) {
  .layout-1-2__image {
    background-position: center;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1800px) {
  .layout-1-2__image {
    background-position: center 25%;
    background-size: 110%;
  }
}
@media only screen and (min-width: 960px) {
  .layout-1-2-reverse__text {
    margin-left: auto;
  }
  .layout-1-2-reverse__image {
    left: 0;
    right: auto;
  }
  .layout-1-2-type__index .layout-1-2__text a:not(.button) {
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .layout-1-2-type__index.layout-1-2-reverse {
    margin-top: 160px;
  }
  .layout-1-2-type__index.layout-1-2-reverse .layout-1-2__text {
    padding-left: 105px;
    padding-right: 75px;
    text-align: left;
  }
  .layout-1-2-type__index.layout-1-2-reverse .layout-1-2__text .is-heading, .layout-1-2-type__index.layout-1-2-reverse .layout-1-2__text p {
    text-align: left;
  }
  .layout-1-2-type__inner .layout-1-2__image {
    background-position: center center;
  }
}
/* inside blocks */
.insidepage .layout-1-2-type__index.layout-1-2-reverse {
  margin-top: 0;
  margin-bottom: 3em;
}
.insidepage .block-imgrtxtl,
.insidepage .block-reverseheader {
  min-height: 30vh;
}

@media screen and (min-width: 1024px) {
  .largeheading h2,
  .largeheading h1 {
    font-size: 50px;
  }
  .home-header {
    height: 100vh;
    max-height: 100vh;
  }
  .home-header .ph-wrap {
    margin-top: -15vh;
  }
  .home-header .layout-1-2__text {
    width: 60vw;
    max-width: initial;
    padding: 60px;
  }
  .home-header h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .home-header h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home-header.parallax .layout-1-2__image {
    transform: translate3d(0px, 0, 0px) scale(1);
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .home-header.parallax .layout-1-2__image {
    background-position: -10vw;
    transition: all 0.1s ease;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .home-header.parallax .layout-1-2__image {
    background-position: -8vw;
    transition: all 0.1s ease;
  }
}
@media screen and (min-width: 1920px) {
  .home-header .layout-1-2__text {
    max-width: 55vw;
  }
}
@media screen and (min-width: 1024px) {
  .block-copylrblock {
    min-height: inherit;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-copylrblock.layout-1-2-copy {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .home-header h1 {
    font-size: 30px;
  }
  .home-header .layout-1-2__image {
    min-height: 60vh;
    background-position: -50vw center;
  }
  .home .largeheading .layout-1-2__text p {
    text-align: center;
  }
  .home-header .layout-1-2__image {
    background-position: center;
  }
  .home-header .layout-1-2__text {
    transform: initial !important;
    margin-left: auto;
    margin-right: auto;
  }
  .home .layout-1-2-type__index.layout-1-2-reverse .layout-1-2__text {
    transform: initial !important;
  }
}
/* iphone 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .home-header .layout-1-2__text {
    transform: initial !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20vh;
    padding-top: 1.2em;
  }
  .home-header .layout-1-2__text h1 {
    font-size: 1.7em;
  }
  .home-header .layout-1-2__image {
    min-height: 60vh;
    background-position: center -6vh;
  }
}
/* iphone 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .home-header .layout-1-2__text {
    transform: initial !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15vh;
    padding-top: 1.5em;
  }
}
/* iphone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .home-header .layout-1-2__text {
    transform: initial !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15vh;
    padding-top: 1.5em;
  }
}
/* parent page */
@media screen and (min-width: 1500px) {
  .parent-pageid-1022 .layout-1-2__image {
    background-position: top;
    height: 100%;
  }
}
@media screen and (min-width: 1650px) {
  .parent-pageid-1022 .layout-1-2__text {
    max-width: 45vw;
  }
  .parent-pageid-1022 .layout-1-2__image {
    background-position: center;
    background-size: contain;
    background-color: #fafafa;
    z-index: -2;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}
@media screen and (max-width: 767px) {
  .parent-pageid-1022 .layout-1-2__image {
    min-height: 60vh;
    max-height: 61vh;
  }
}

.layout-1-2-custom {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .layout-1-2-custom {
    margin-bottom: 50px;
  }
}
.layout-1-2-custom.layout-1-2-reverse {
  margin-top: 50px;
}
.layout-1-2-custom .is-heading {
  font-size: 40px;
  color: #473E5C;
}
@media only screen and (min-width: 960px) {
  .layout-1-2-custom .layout-1-2__text {
    max-width: 700px;
  }
}

.layout-1-2-copy {
  padding: 1em 30px 1em;
}
.layout-1-2-copy__copy-1 {
  font-size: 22px;
  font-weight: 300;
}
.layout-1-2-copy__copy-1 p {
  line-height: 1.5;
}
.layout-1-2-copy__copy-2 {
  font-size: 18px;
  font-weight: 400;
}
.layout-1-2-copy h2 {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
}

@media only screen and (min-width: 960px) {
  .layout-1-2-copy {
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 135px;
  }
  .layout-1-2-copy__wrapper {
    display: flex;
    margin: 0 auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .layout-1-2-copy__copy-1 {
    align-items: baseline;
    margin-right: 50px;
  }
}
.layout-1-2-copy-alt.block-copylrblock {
  padding-bottom: 1em;
}
.layout-1-2-copy-alt .layout-1-2-copy__heading {
  font-size: 22px;
  font-weight: 300;
  margin: 75px auto 60px;
  max-width: 880px;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}
.layout-1-2-copy-alt .layout-1-2-copy__copy-1,
.layout-1-2-copy-alt .layout-1-2-copy__copy-2 {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .layout-1-2-copy-alt .layout-1-2-copy__wrapper {
    flex-wrap: wrap;
  }
  .layout-1-2-copy-alt .layout-1-2-copy__copy-1 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 45px;
         column-gap: 45px;
    line-height: 1.85em;
  }
  .layout-1-2-copy-alt .layout-1-2-copy__copy-1 p {
    line-height: inherit;
  }
}

.layout-physicians {
  background-image: url("img/mountians-2.svg");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 325px;
}
@media screen and (max-width: 767px) {
  .layout-physicians {
    padding-top: 75px;
    background-position: center -100px;
    background-size: cover;
  }
  .layout-physicians .slick-track {
    left: -3em;
  }
}
.layout-physicians__wrapper {
  padding-left: 20px;
}
.layout-physicians .is-heading {
  margin-left: 10px;
}
.layout-physicians__list {
  display: flex;
  list-style-type: none;
  margin-bottom: 50px;
  margin: 0;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 25px;
  padding-top: 10px;
  margin-left: -10px;
}
.layout-physicians__list-item {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 20px;
  margin-right: 25px;
  padding: 10px 10px 35px;
  width: 230px;
  height: 320px;
}
.layout-physicians__list-item-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.layout-physicians__list-item-text {
  line-height: normal;
}
.layout-physicians__list-item-text span {
  display: block;
  color: #707070;
  text-align: center;
}
.layout-physicians__list-item-text span:first-of-type {
  font-weight: 700;
  margin-top: 5px;
}
.layout-physicians__list-item-text span:last-of-type {
  font-style: italic;
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (min-width: 1024px) and (hover: hover) {
  .layout-physicians__list-item {
    transition: all 0.3s ease-in-out;
    will-change: transition;
  }
  .layout-physicians__list-item:hover {
    margin-top: -0.8em;
    transition: all 0.3s ease-in-out;
  }
  .layout-physicians__list-item a {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .layout-physicians__list-item a {
    text-decoration: none;
  }
  .layout-physicians__list-item a span:first-of-type {
    color: #7832D0;
  }
}
@media only screen and (min-width: 767px) {
  .layout-physicians {
    background-size: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .layout-physicians {
    background-image: url("img/mountians-2.svg");
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
    background-position: center;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .layout-physicians {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 960px) {
  .layout-physicians__wrapper {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
    gap: 1.5rem;
  }
  .layout-physicians__left {
    flex-grow: 0;
  }
  .layout-physicians__left .is-heading {
    margin: 0;
    font-size: 40px;
  }
  .layout-physicians__right {
    flex-grow: 1;
    max-width: 767px;
    margin-left: auto;
  }
  .layout-physicians__list {
    flex-wrap: wrap;
    overflow: visible;
    padding: 0;
  }
  .layout-physicians__list-item {
    margin: 0px 10px 25px 10px;
    max-width: calc(33.3333333333% - 20px);
    width: 100%;
  }
  .layout-physicians__list-item img {
    width: 100%;
  }
}
.layout-new-heights {
  margin-bottom: 1rem;
}
.layout-new-heights .u-text-center {
  text-align: center;
}
.layout-new-heights hr {
  background-image: url("img/moutains-1.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 50px;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  margin-top: 80px;
}
.layout-new-heights .is-heading {
  font-size: 27px;
  line-height: 2.25rem;
  margin: 0 auto 65px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .layout-new-heights .is-heading {
    padding-top: 2em;
    margin-bottom: 1em;
  }
}
.layout-new-heights .is-heading span {
  text-transform: none;
  font-weight: 300;
  display: block;
}
.layout-new-heights__item a {
  display: block;
}
.layout-new-heights__item-image img {
  max-width: 244px;
  margin: 0 auto;
}
.layout-new-heights__item-text-text {
  max-width: 225px;
  margin: 0 auto;
  line-height: 1rem;
  font-size: 15px;
}
.layout-new-heights__item-text-heading {
  font-size: 22px;
  line-height: 1.2;
}
.layout-new-heights__item-text-heading a {
  display: block;
  color: #473E5C;
  text-decoration: none;
  font-weight: 700;
}
.layout-new-heights__item-text-heading a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 959px) {
  .layout-new-heights .layout-new-heights__item-text {
    max-width: 193px;
  }
  .layout-new-heights__items:not(.slick-slider) .layout-new-heights__item:not(:first-of-type) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .layout-new-heights__item.slick-slide.slick-current.slick-center {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 960px) {
  .layout-new-heights {
    background-image: url("img/mountains-4.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 110%;
    padding-top: 24vw;
  }
  .layout-new-heights hr {
    margin-top: 200px;
    position: relative;
  }
  .layout-new-heights hr:before {
    background-color: #A2A2A2;
    content: " ";
    height: 1px;
    left: -70%;
    position: absolute;
    top: 48px;
    width: 100%;
  }
  .layout-new-heights hr:after {
    background-color: #A2A2A2;
    content: " ";
    height: 1px;
    position: absolute;
    right: -70%;
    top: 48px;
    width: 100%;
  }
  .layout-new-heights__wrapper {
    margin: 0 auto;
    max-width: 1080px;
  }
  .layout-new-heights .is-heading {
    color: #473E5C;
    font-size: 45px;
  }
  .layout-new-heights .is-heading span {
    font-size: 30px;
    display: inline;
  }
  .layout-new-heights .is-heading span:last-of-type:after {
    content: " ";
    display: block;
    margin-top: 10px;
  }
  .layout-new-heights__items {
    display: flex;
    justify-content: space-between;
    margin-top: -105px;
    max-width: 100%;
  }
  .layout-new-heights__item {
    max-width: 250px;
  }
  .layout-new-heights__item:nth-last-of-type(2), .layout-new-heights__item:nth-last-of-type(3) {
    margin-top: 100px;
  }
  .layout-new-heights__item-text-heading span {
    display: block;
  }
}
/* shadows */
.layout-new-heights__item-image a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 193px;
  margin: 2em auto 2em;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .layout-new-heights__item-image a:hover {
    will-change: transform;
    transform: translateY(-0.4em);
    transition: all 0.2s ease-in-out;
  }
}
.layout-new-heights__item-image a img {
  max-width: 147px;
  position: relative;
  z-index: 2;
}
.layout-new-heights__item-image a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 193px;
  height: 193px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  background: #FAFAFA;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.layout-rating-quote {
  color: #343638;
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left: 1em;
  padding-right: 1em;
}
.layout-rating-quote .u-text-center {
  text-align: center;
}
.layout-rating-quote__quote .is-heading {
  color: #343638;
  font-size: 50px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  font-family: "sigurd", sans-serif;
  max-width: 1400px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .layout-rating-quote__quote .is-heading {
    font-size: 30px;
    text-wrap: balance;
  }
}
.layout-rating-quote__quote .is-heading b {
  font-weight: 400;
}
.layout-rating-quote__rating {
  margin-top: 85px;
}
.layout-rating-quote__rating-average-image img {
  margin: 0 auto;
}
.layout-rating-quote__rating-average-text {
  line-height: 1.5;
  margin-top: 20px;
}
.layout-rating-quote__rating-average-text span {
  display: block;
  text-align: left;
  padding-left: 1rem;
}
.layout-rating-quote__rating-average-text-1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .layout-rating-quote__rating-average-text-1 {
    font-size: 26px;
  }
}
.layout-rating-quote__rating-average-text-2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .layout-rating-quote__rating-average-text-2 {
    font-size: 26px;
  }
}
.layout-rating-quote__rating-average-text-3 {
  font-size: 25px;
}
@media (max-width: 767px) {
  .layout-rating-quote__rating-average-text-3 {
    font-size: 20px;
  }
}
.layout-rating-quote__rating-link {
  font-size: 14px;
  margin-top: 50px;
}

@media only screen and (min-width: 960px) {
  .layout-rating-quote {
    color: #343638;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .layout-rating-quote__quote {
    margin: 0 auto;
    max-width: 100vw;
    padding-inline: 1rem;
  }
  .layout-rating-quote__rating {
    display: flex;
    justify-content: center;
  }
  .layout-rating-quote__rating-average {
    display: flex;
  }
  .layout-rating-quote__rating-average-text {
    font-family: "halyard-display", sans-serif;
    margin-left: 25px;
    margin-right: 100px;
    margin-top: 0;
    font-weight: 300;
  }
  .layout-rating-quote__rating-average-text span.layout-rating-quote__rating-average-text-1,
  .layout-rating-quote__rating-average-text span.layout-rating-quote__rating-average-text-2 {
    display: inline-block;
  }
  .layout-rating-quote__rating-average-text-1 {
    padding-left: 25px;
  }
}
.layout-1-2-alternate {
  margin: 3rem 0px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .layout-1-2-alternate {
    margin-bottom: 0;
  }
}
.layout-1-2-alternate__wrapper {
  display: flex;
  flex-direction: column;
}
.layout-1-2-alternate__item {
  margin: 20px 0px;
}
.layout-1-2-alternate__image img {
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 960px) {
  .layout-1-2-alternate__wrapper {
    align-items: center;
    flex-direction: row;
  }
  .layout-1-2-alternate__item {
    max-width: 50%;
    padding: 0px 20px;
  }
}
.layout-text-only {
  padding: 30px 20px 30px;
}
.layout-text-only small {
  font-size: 0.8em;
}
.layout-text-only em {
  font-style: italic;
}
.layout-text-only.layout-text-with-heading {
  padding: 30px 20px 30px;
}
@media screen and (max-width: 767px) {
  .layout-text-only.layout-text-with-heading {
    padding: 1em;
  }
  .layout-text-only.layout-text-with-heading h2 {
    margin-bottom: 0;
  }
}

.layout-text-only.has-iframe {
  padding-bottom: 0;
}
.layout-text-only.has-iframe p {
  margin-bottom: 0;
}
.layout-text-only.has-iframe iframe {
  width: 100%;
  height: 640px;
}

@media only screen and (min-width: 960px) {
  .layout-text-only.layout-text-with-heading {
    padding: 30px 20px 30px;
  }
  .layout-text-only.layout-text-with-heading .is-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .layout-text-only ul {
    padding: 1em;
  }
  .layout-text-only ul li {
    line-height: 1.4;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    list-style-position: outside;
  }
}
.layout-1-2-video {
  background-color: #FAFAFA;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.09);
  margin: 50px 0px;
  padding: 75px 20px;
}
@media screen and (max-width: 767px) {
  .layout-1-2-video {
    padding: 2em 20px;
  }
}
.layout-1-2-video .is-heading {
  font-size: 28px;
  margin-bottom: 25px;
}
.layout-1-2-video__wrapper {
  display: flex;
  flex-direction: column;
}
.layout-1-2-video__item img {
  width: 100%;
}
.layout-1-2-video__video {
  margin-top: 20px;
}

@media only screen and (min-width: 960px) {
  .layout-1-2-video .max-iframe {
    max-width: 100%;
  }
  .layout-1-2-video__wrapper {
    align-items: center;
    flex-direction: row;
  }
  .layout-1-2-video__item {
    max-width: 50%;
  }
  .layout-1-2-video__video {
    margin-left: auto;
    margin-top: 0;
    max-width: 490px;
  }
  .layout-1-2-video__text {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
  .layout-1-2-video-reverse .layout-1-2-video__video {
    margin-left: 0;
    margin-right: auto;
    order: 1;
  }
  .layout-1-2-video-reverse .layout-1-2-video__text {
    order: 2;
  }
}
.layout-candidates {
  padding: 90px 20px 20px;
}
.layout-candidates .is-heading {
  font-size: 28px;
}
.layout-candidates__text-text {
  max-width: 670px;
  margin: 20px auto 0;
}
.layout-candidates__text-text p {
  line-height: 1.45;
}
.layout-candidates__types {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.layout-candidates__types-type {
  margin-bottom: 40px;
}
.layout-candidates__types img {
  margin: 0 auto;
}

@media only screen and (min-width: 767px) {
  .layout-candidates {
    padding-top: 180px;
    padding-bottom: 100px;
    background-image: url("img/mtns-bg-candidate.svg");
    background-repeat: no-repeat;
    background-position: center 170px;
  }
  .layout-candidates__types {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 240px;
  }
  .layout-candidates__types-type {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .layout-candidates__types {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .layout-candidates__types-type {
    flex-basis: initial;
    max-width: none;
  }
  .layout-candidates__types-type-copy {
    margin: 10px auto 0;
    line-height: 1.25;
    padding-left: 2em;
    padding-right: 2em;
  }
  .layout-candidates__types-type-copy span {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .layout-candidates {
    background-size: 105%;
  }
}
.layout-full-background-text {
  padding: 6rem 20px;
  margin: 3rem 0;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .layout-full-background-text {
    padding: 2em 20px;
    margin-bottom: 2em;
  }
}
.layout-full-background-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: RGBA(75, 63, 106, 0.8);
  z-index: 1;
}
.layout-full-background-text__wrapper {
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.layout-full-background-text p {
  margin-bottom: 40px;
}
.layout-full-background-text .is-heading {
  line-height: 1.25;
  text-align: center;
}
.layout-full-background-text .is-heading,
.layout-full-background-text p {
  color: #FFFFFF;
}
.layout-full-background-text.layout-wider-text {
  padding: 195px 20px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .layout-full-background-text.layout-wider-text {
    padding: 5em 20px;
    margin-top: 2em;
  }
}
.layout-full-background-text.layout-wider-text .layout-full-background-text__wrapper {
  max-width: 845px;
}

.layout-full-background-text a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}
.layout-full-background-text #tooltip > a {
  color: #fff;
}
.layout-full-background-text .tooltipcnt > * {
  color: #4D4D4D;
}

.layout-full-background-text__wrapper ul, .layout-full-background-text__wrapper li {
  color: #fff;
}

.page-id-276 .layout-full-background-text.layout-wider-text {
  margin-top: 3rem;
}

.layout-full-background-1-2 {
  padding: 30px;
}
.layout-full-background-1-2[style*=background-image] {
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-full-background-1-2__items {
  margin-top: -60px;
  background-color: #FAFAFA;
  padding: 40px 0px;
  border: 1px solid #E5E5E5;
}
.layout-full-background-1-2__items .is-heading {
  margin-bottom: 25px;
}
.layout-full-background-1-2__item {
  padding: 20px;
}
.layout-full-background-1-2__item-img {
  margin-bottom: 70px;
}
.layout-full-background-1-2__item img {
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .layout-full-background-1-2 {
    padding-bottom: 75px;
  }
  .layout-full-background-1-2__items {
    display: flex;
    align-items: flex-start;
    background-image: url("img/watermark-center.svg");
    background-repeat: no-repeat;
    background-position: center 150%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }
  .layout-full-background-1-2__item {
    padding-left: 50px;
    padding-right: 50px;
    width: 50%;
  }
}
.layout-syptoms-1-3 {
  padding: 140px 20px 60px;
}
.layout-syptoms-1-3__text {
  max-width: 660px;
  margin: 0 auto 85px;
}
.layout-syptoms-1-3__text p {
  line-height: 1.5;
}
.layout-syptoms-1-3__item {
  margin-bottom: 80px;
}
.layout-syptoms-1-3__item img {
  margin: 0 auto;
}
.layout-syptoms-1-3__item p {
  margin: 0;
  line-height: 1.3;
}

.page-id-276 .layout-syptoms-1-3__item:nth-child(n+3) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-id-276 .layout-syptoms-1-3__item:nth-child(n+3) {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 960px) {
  .layout-syptoms-1-3__items {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
  }
  .layout-syptoms-1-3__item {
    flex-basis: 33.3333333333%;
  }
  .layout-syptoms-1-3__item-text {
    max-width: 265px;
    margin: 0 auto;
  }
  .layout-syptoms-1-3__items.grid-count-2 .layout-syptoms-1-3__item {
    flex-basis: 50%;
  }
  .layout-syptoms-1-3__items.grid-count-4 .layout-syptoms-1-3__item {
    flex-basis: 25%;
  }
  .layout-syptoms-1-3__items.grid-count-6 .layout-syptoms-1-3__item {
    flex-basis: 33.3333333333%;
  }
}
.layout-heading-video-text {
  padding: 0px 20px 1em;
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
.layout-heading-video-text__wrapper {
  max-width: 880px;
  margin: 0 auto;
}
.layout-heading-video-text__heading .is-heading {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.layout-heading-video-text__video {
  margin-bottom: 30px;
}
.layout-heading-video-text__video img {
  margin: 0 auto;
}
.layout-heading-video-text iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 480px;
  border: 10px solid #EDEDED;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .layout-heading-video-text iframe {
    min-height: inherit;
    background-color: #fff;
  }
}
.layout-heading-video-text .wp-video {
  width: 100% !important;
  max-width: 100%;
  border: 10px solid #EDEDED;
}
.layout-heading-video-text .wp-video > * {
  width: 100%;
}

.layout-surgery-highlights {
  padding: 20px;
}
.layout-surgery-highlights img {
  margin: 0 auto;
}
.layout-surgery-highlights__1-1 {
  margin-bottom: 50px;
}
.layout-surgery-highlights__1-1-img {
  margin-bottom: 30px;
}
.layout-surgery-highlights__1-1-text p {
  line-height: 1.35;
  font-size: 23px;
  font-weight: normal;
}
.layout-surgery-highlights__1-2-heading .is-heading {
  line-height: 1.25;
}
.layout-surgery-highlights__2-items {
  margin-top: 50px;
}
.layout-surgery-highlights__2-item {
  margin-top: 50px;
}
.layout-surgery-highlights__2-item-img {
  margin-bottom: 35px;
}
.layout-surgery-highlights__3 {
  margin-top: 50px;
}
.layout-surgery-highlights__3 a {
  text-decoration: none;
  border-bottom: 1px solid #4E3A6A;
  padding-bottom: 10px;
  font-weight: 400;
}
.layout-surgery-highlights__3 small {
  font-size: 12px;
}

@media only screen and (min-width: 960px) {
  .layout-surgery-highlights {
    padding-top: 320px;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-surgery-highlights .layout-container {
    max-width: 1300px;
    margin: 0 auto;
  }
  .layout-surgery-highlights .layout-surgery-highlights__1-2 {
    padding-left: 6em;
  }
  .layout-surgery-highlights__1 {
    display: flex;
    align-items: center;
  }
  .layout-surgery-highlights__1-1 {
    max-width: 365px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    margin-right: 70px;
    margin-bottom: 0;
  }
  .layout-surgery-highlights__1-2 .is-heading {
    max-width: 500px;
  }
  .layout-surgery-highlights__2-items {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .layout-surgery-highlights__2-item {
    flex-basis: 320px;
  }
  .layout-surgery-highlights__2-item:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .layout-surgery-highlights__2-item-img {
    margin-bottom: 35px;
    min-height: 85px;
    display: flex;
  }
  .layout-surgery-highlights__3 {
    margin-top: 80px;
  }
  .layout-surgery-highlights__3 > * {
    font-size: 0.8em;
  }
}
.icon_text_below.layout-surgery-highlights {
  padding-top: 30px;
  background: none;
  padding-bottom: 3em;
}

.layout-surgery-highlights__2 {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
}

.page-id-276 .layout-surgery-highlights {
  padding-top: 3rem;
}

.block-freeconsultcta-inner {
  padding: 50px 20px;
  text-align: center;
  background-image: url("img/free-consultation-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-freeconsultcta-inner .block-freeconsultcta-text {
  font-size: 35px;
  font-weight: bold;
}
.block-freeconsultcta-inner .block-freeconsultcta-text span {
  font-weight: 300;
}
.block-freeconsultcta-inner .block-freeconsultcta-text img {
  margin: 0 auto 20px;
}
.block-freeconsultcta-inner .block-freeconsultcta-link .btn {
  min-width: 190px;
  padding: 15px 10px;
  background-color: #4E3A6A;
}
@media screen and (min-width: 1025px) {
  .block-freeconsultcta-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 20px;
  }
  .block-freeconsultcta-inner .block-freeconsultcta-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block-freeconsultcta-inner .block-freeconsultcta-text img {
    position: relative;
    margin: 0;
  }
  .block-freeconsultcta-inner .block-freeconsultcta-text p {
    margin: 0 40px;
  }
  .block-freeconsultcta-inner .block-freeconsultcta-text p + p {
    margin-left: 0px;
  }
}

.block-freeconsultcta-style-purple .block-freeconsultcta-inner {
  background-image: url("img/free-consultation-2.jpg");
}
@media screen and (min-width: 1025px) {
  .block-freeconsultcta-style-purple .block-freeconsultcta-inner {
    padding: 115px 20px;
  }
}
.block-freeconsultcta-style-purple .block-freeconsultcta-inner .block-freeconsultcta-text {
  color: #FFF;
}
.block-freeconsultcta-style-purple .block-freeconsultcta-inner .block-freeconsultcta-text p {
  color: inherit;
}

.sources-cite {
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 1360px;
  margin: 0 auto;
}
.sources-cite p {
  font-size: 13px;
}
.sources-cite p:last-of-type {
  margin-bottom: 0;
}
.sources-cite .fake {
  padding-top: 0;
  padding-bottom: 0;
}
.sources-cite .single-sources span {
  display: flex;
  width: 100%;
  color: #7832D0;
  text-decoration: underline;
  cursor: pointer;
}
.sources-cite .single-sources span img {
  margin-right: 0.5em;
}

#sources {
  transition: height 0.3s ease-in-out;
  overflow: hidden;
  margin-left: 2em;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  #sources {
    margin-left: 0;
  }
}

#sources:not(.active) {
  display: none;
  transition: all 0.3s ease-in-out;
}

.to-the-new-heights {
  text-align: center;
  margin: 75px 0px 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .to-the-new-heights {
    margin-top: 0;
  }
}

.home-custom-divider {
  margin: 75px 0px 0px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-custom-divider {
    width: 200%;
    margin-left: -50%;
  }
}
@media screen and (min-width: 768px) {
  .home-custom-divider {
    margin: 150px 0px 50px;
  }
}
.home-custom-divider .layout-container {
  max-width: 100%;
}
.home-custom-divider img {
  width: 100%;
  margin: 0;
}

.thispage-contactus h3, .thispage-contactus h2 {
  clear: both;
}

p:has(iframe.alignleft) {
  clear: both;
}
@media screen and (max-width: 980px) {
  p:has(iframe.alignleft) {
    margin-bottom: 4rem;
  }
}
p:has(iframe.alignleft) iframe {
  padding: 0;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
  p:has(iframe.alignleft) iframe {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
  }
}

iframe.alignleft {
  float: left;
}
@media screen and (max-width: 980px) {
  iframe.alignleft {
    float: none;
  }
}

#dtopalert {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}
#dtopalert.is-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  #dtopalert {
    width: 100%;
    left: 0;
    right: unset;
    max-width: 100vw;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.desktopalert {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 365px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  text-align: center;
}
@media screen and (max-width: 767px) {
  .desktopalert {
    display: none;
  }
}
.desktopalert .closealert {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: unset;
  border: unset;
  z-index: 33;
  cursor: pointer;
}
.desktopalert .cnt {
  padding: 20px;
}
.desktopalert .cnt h2 {
  font-size: 28px;
  line-height: 30px;
}
.desktopalert .cnt p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 1rem;
  display: block;
}
.desktopalert .cnt p:has(a) {
  margin-top: 2rem;
}
.desktopalert .cnt a {
  background-color: #4E3A6A;
  color: #fff;
  padding-inline: 2rem;
  padding-block: 1rem;
  font-weight: 400;
}
.desktopalert .cnt a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.desktopalert .alertimg {
  display: block;
  width: 100%;
}

.home.has-alert {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home.has-alert #dtopalert .mobilealert {
    display: flex;
  }
}
.home.has-alert .desktopalert {
  top: 1rem;
  right: 1rem;
  position: absolute;
}

.insidepage.has-alert {
  position: relative;
}
.insidepage.has-alert header {
  position: relative;
  top: 48px;
}
.insidepage.has-alert #dtopalert .mobilealert {
  display: flex;
}

#dtopalert {
  display: flex;
  width: 100%;
  position: absolute;
}
#dtopalert .topalertbar {
  width: 100%;
}
#dtopalert .mobilealert {
  display: none;
  background-color: #4E3A6A;
  width: 100%;
  color: #fff;
  justify-content: center;
  padding-inline: 1rem;
  height: 48px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 1rem;
}
#dtopalert .mobilealert div {
  flex-grow: 1;
}
#dtopalert .mobilealert .left {
  display: flex;
  justify-content: flex-end;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  #dtopalert .mobilealert .left {
    margin: 0 auto;
  }
}
#dtopalert .mobilealert:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #fff;
  order: 2;
}
#dtopalert .mobilealert .cl {
  display: flex;
  justify-content: flex-start;
  order: 3;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #dtopalert .mobilealert .cl {
    margin: 0 auto;
  }
}
#dtopalert .mobilealert .cl a {
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 10px;
}
#dtopalert .mobilealert span {
  color: #fff;
  display: block;
}
#dtopalert .mobilealert span.dsk {
  display: block;
}
@media screen and (max-width: 767px) {
  #dtopalert .mobilealert span.dsk {
    display: none;
  }
}
#dtopalert .mobilealert span.mob {
  display: none;
}
@media screen and (max-width: 767px) {
  #dtopalert .mobilealert span.mob {
    display: block;
  }
}
#dtopalert .mobilealert a {
  color: #fff;
}

.doctor-header .container {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  background-image: url(img/watermark-header.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 60px 105px 70px 95px;
}
@media (max-width: 980px) {
  .doctor-header .container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .doctor-header .container {
    padding: 0;
  }
}
.doctor-header .cnt {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  gap: 60px;
}
@media (max-width: 980px) {
  .doctor-header .cnt {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .doctor-header .cnt {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .doctor-header .tt {
    padding-inline: 1em;
    padding-block: 20px;
    margin-top: -10vh;
    position: relative;
    z-index: 33;
    background: #fafafa;
  }
}
.doctor-header figure {
  flex: 0 0 auto;
  max-width: 340px;
}
@media (max-width: 980px) {
  .doctor-header figure {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .doctor-header figure {
    width: 100%;
  }
  .doctor-header figure img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.booking_code .anchor-block {
  text-align: center;
  padding-block: 50px;
}
@media (max-width: 767px) {
  .booking_code .anchor-block {
    overflow: hidden;
  }
}
.booking_code [id*=nextpatient-widget] {
  display: flex;
  justify-content: center;
}
.booking_code .nextpatient-box {
  margin: 0 auto;
}
.booking_code .nextpatient-box * {
  font-family: "Lato";
  color: #4D4D4D;
}
.booking_code .nextpatient-box select {
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(img/select-dropdown.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  padding-inline: 1rem calc(1rem + 22px);
  background-size: 20px 11px;
}
@media (max-width: 767px) {
  .booking_code .nextpatient-box select {
    padding: 1em;
    max-width: 55%;
    background-image: none;
  }
}
.booking_code .nextpatient-box .nextpatient-location-name {
  font-size: 22px;
  font-weight: 500;
}
.booking_code .nextpatient-box .time-preview-box,
.booking_code .nextpatient-box .time-line-instructions,
.booking_code .nextpatient-box .nextpatient-slot-time {
  background: unset !important;
}
.booking_code .nextpatient-box .nextpatient-slot-time-day {
  font-weight: 400;
}

.wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 1080px;
  margin: 0 auto;
  margin-block: 55px 40px;
}
@media (max-width: 767px) {
  .wp-block-embed__wrapper {
    max-width: 100%;
    aspect-ratio: 4/3;
    margin-block: 30px;
  }
}
.wp-block-embed__wrapper iframe {
  min-width: 100%;
  min-height: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .wp-block-embed__wrapper iframe {
    padding-inline: 12px;
  }
}

.button.btn {
  padding: initial;
  border: initial;
}

.button.btn,
.button.yellow {
  line-height: 1.3;
  background: #FBB92F;
  color: #231E71;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0;
  min-height: 60px;
  padding-inline: 1.5rem;
  gap: 5px;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
}
.button.btn span,
.button.yellow span {
  display: block;
}
.button.btn img,
.button.yellow img {
  display: block;
}

.home .ph-wrap h2,
.insidepage .ph-wrap h2 {
  font-size: 32px;
  font-family: "sigurd", sans-serif;
  font-style: italic;
}
.home footer h2,
.insidepage footer h2 {
  text-wrap: balance;
}
.home h1,
.insidepage h1 {
  font-family: "halyard-display", sans-serif;
  font-weight: 300;
}
.home h2,
.insidepage h2 {
  font-family: "halyard-display", sans-serif;
  font-weight: 300;
  font-size: 50px;
}
@media (max-width: 767px) {
  .home h2,
  .insidepage h2 {
    font-size: 26px;
  }
}
.home h3,
.insidepage h3 {
  font-family: "halyard-display", sans-serif;
  font-weight: 300;
}
.home .layout-text-only.layout-text-with-heading .is-heading,
.insidepage .layout-text-only.layout-text-with-heading .is-heading {
  margin-block: 40px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .home .layout-text-only.layout-text-with-heading .is-heading,
  .insidepage .layout-text-only.layout-text-with-heading .is-heading {
    margin-block: 1rem 1em;
  }
}
@media (min-width: 1024px) {
  .home .home-header .layout-1-2__text,
  .insidepage .home-header .layout-1-2__text {
    min-width: 50vw;
  }
}
.home .layout-1-2__text,
.insidepage .layout-1-2__text {
  max-width: 50vw;
}
@media (min-width: 1024px) {
  .home .layout-1-2__text,
  .insidepage .layout-1-2__text {
    max-width: 675px;
  }
}
@media (max-width: 767px) {
  .home .layout-1-2__text,
  .insidepage .layout-1-2__text {
    max-width: 100%;
  }
}
.home .layout-1-2-type__index .layout-1-2__text a,
.insidepage .layout-1-2-type__index .layout-1-2__text a {
  padding-bottom: unset;
}
.home .consultline,
.insidepage .consultline {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.home .consultline .decor,
.insidepage .consultline .decor {
  font-family: "sigurd", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  color: #473E5C;
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1580px) {
  .home .consultline .decor,
  .insidepage .consultline .decor {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .consultline .decor,
  .insidepage .consultline .decor {
    width: 100%;
  }
}
.home .layout-full-background-text__wrapper .btn,
.insidepage .layout-full-background-text__wrapper .btn {
  background: #FBB92F;
  color: #231E71;
  border: unset;
}
@media screen and (min-width: 1025px) {
  .home header.stickyheader .nav-top ul li.portalbutton a,
  .insidepage header.stickyheader .nav-top ul li.portalbutton a {
    background-color: #FBB92F;
    color: #231E71;
  }
}
.home .desk-sticky,
.insidepage .desk-sticky {
  background: transparent;
  bottom: 1rem;
}
.home .desk-sticky a div:last-of-type,
.insidepage .desk-sticky a div:last-of-type {
  background: #FBB92F;
  border-radius: 50px;
  color: #231E71;
  text-transform: uppercase;
}
.home .layout-syptoms-1-3__item-text h3,
.insidepage .layout-syptoms-1-3__item-text h3 {
  font-size: 33px;
  text-align: left;
}
.home .block-freeconsultcta-inner .block-freeconsultcta-link .btn,
.insidepage .block-freeconsultcta-inner .block-freeconsultcta-link .btn {
  background: #FBB92F;
  color: #231E71;
}

@media (min-width: 1024px) {
  .home-header .page-header {
    max-width: 50vw;
    padding: 11%;
  }
}
@media (min-width: 1024px) {
  .insidepage .block-pageheader .layout-1-2__text {
    min-width: 50vw;
  }
}
.yellow-death-star-cta {
  color: #fff;
}
.yellow-death-star-cta .cntwrap {
  background: linear-gradient(45deg, #674f96 0%, #231e71 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  padding-block: 60px;
}
.yellow-death-star-cta .cntwrap .inner {
  display: flex;
  justify-content: center;
  max-width: 80vw;
  margin-inline: auto;
}
@media (max-width: 980px) {
  .yellow-death-star-cta .cntwrap .inner {
    flex-wrap: wrap;
  }
}
.yellow-death-star-cta .cntwrap .col {
  width: 50%;
}
@media (max-width: 980px) {
  .yellow-death-star-cta .cntwrap .col {
    width: 100%;
  }
}
.yellow-death-star-cta .rightcol {
  color: #fff;
}
.yellow-death-star-cta .rightcol p.heading {
  font-family: "sigurd", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 57px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .yellow-death-star-cta .rightcol p.heading {
    font-size: 30px;
  }
}
.yellow-death-star-cta .leftcol {
  color: #fff;
}
.yellow-death-star-cta .leftcol p {
  font-family: "halyard-display", sans-serif;
  font-weight: 300;
  font-size: 50px;
  text-align: left;
  line-height: 57px;
  color: #fff;
}
@media (max-width: 980px) {
  .yellow-death-star-cta .leftcol p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .yellow-death-star-cta .leftcol p {
    font-size: 30px;
    line-height: 1.4;
  }
}
.yellow-death-star-cta .featured img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: italic;
}

.btnwrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .btnwrap {
    flex-wrap: wrap;
  }
}
.btnwrap .button {
  padding-inline: 2.5rem;
}

.layout-1-2-copy h2 {
  font-size: 40px;
  font-family: "sigurd", sans-serif;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .layout-1-2-copy h2 {
    font-size: 30px;
    text-wrap: balance;
  }
}

.layout-1-2-reverse__text h2 {
  font-size: 32px;
  font-family: "sigurd", sans-serif;
  font-style: italic;
  margin-bottom: 0;
}

.font-sig {
  font-size: 32px;
  font-family: "sigurd", sans-serif;
  font-style: italic;
}

.layout-text-only:has(.to-the-new-heights) .layout-container {
  max-width: 100%;
}
@media screen and (max-width: 1566px) {
  .layout-text-only:has(.to-the-new-heights) .layout-container .font-sig span {
    font-size: clamp(2.5rem, -3.3716rem + 9.1743vw, 5rem) !important;
  }
}
@media (max-width: 767px) {
  .layout-text-only:has(.to-the-new-heights) .layout-container .font-sig span {
    font-size: clamp(1.875rem, 0.5327rem + 6.7114vw, 3.75rem) !important;
  }
}

@media (min-width: 1024px) {
  header.stickyheader .nav-bottom ul li a {
    border: none !important;
  }
  .custom-menu-1 .sub-menu.depth-0 > .menu-item > a {
    border-bottom: 1px solid #E8E8E8 !important;
  }
}
.layout-syptoms-1-3__item-text {
  text-align: left;
}
@media (max-width: 767px) {
  .layout-syptoms-1-3__item-text {
    text-align: center;
    font-size: 1.3rem;
  }
}

.layout-full-background-1-2[style*=background-image] {
  position: relative;
}
.layout-full-background-1-2[style*=background-image] .layout-full-background-1-2__wrapper {
  position: relative;
  z-index: 33;
}

.layout-full-background-1-2[style*=background-image]:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.layout-full-background-1-2__items .layout-full-background-1-2__item:only-child {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */