@charset "UTF-8";
/*!☺
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
.checkmarks {
  position: relative;
  list-style-type: "✓";
  list-style-position: outside;
  padding-left: 20px;
}
.checkmarks li {
  padding-left: 20px;
  position: relative;
  display: list-item;
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  .checkmarks li {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .checkmarks li {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.checkmarks li:before {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 0px;
}
@media only screen and (max-width: 736px) {
  .checkmarks li:before {
    top: 0px;
  }
}
@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
#about-hero:before, #looking:before, #contact:before, #cta .section_inner_margin:before, #approach:before, #hero .wpb_column:nth-child(2):before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  pointer-events: none;
}

::selection {
  background: #000;
  color: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #444544;
}

.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
  background-color: #444544;
}

::-moz-selection {
  background: #444544;
  color: #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #444544;
}

.mejs-controls {
  background-color: #f6f6f6 !important;
}

a:hover, p a:hover {
  color: #444544;
  text-decoration: none;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding: 3px 15px;
  background-color: #f2dede;
  color: #b94a48;
  border-left: 5px solid #c73412;
  max-width: 100%;
  margin: 5px 0 0;
}

.wpcf7 span[data-name*=menu] {
  position: relative;
}
.wpcf7 span[data-name*=menu]:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

#back_to_top {
  bottom: 260px;
  right: 15px !important;
}
#back_to_top span {
  border-width: 1px;
  border-color: #000;
}
#back_to_top span i:before {
  content: "↑";
  color: #000;
}
#back_to_top:hover span {
  background-color: transparent;
}

.footer_top {
  padding-bottom: 0;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.anim-fadein {
  transition: all 1s ease 0s;
  opacity: 0;
}

.anim-fadein.anim-active {
  opacity: 1;
}

.anim-right {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateX(20%);
}

.anim-right.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-left {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateX(-20%);
}

.anim-left.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-up {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateY(100px);
}

.anim-up.anim-active {
  opacity: 1;
  transform: translateY(0);
}

.serial > :nth-child(1) {
  transition-delay: 0.25s;
}
.serial > :nth-child(2) {
  transition-delay: 0.5s;
}
.serial > :nth-child(3) {
  transition-delay: 0.75s;
}
.serial > :nth-child(4) {
  transition-delay: 1s;
}
.serial > :nth-child(5) {
  transition-delay: 1.25s;
}
.serial > :nth-child(6) {
  transition-delay: 1.5s;
}

.anim-down {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateY(-100px);
}

.anim-down.anim-active {
  opacity: 1;
  transform: translateY(0);
}

.anim-spin {
  transition: all 1s ease 0s;
  opacity: 0;
  transform: rotate(540deg);
}

.anim-spin.anim-active {
  opacity: 1;
  transform: rotate(0deg);
}

.anim-series.series-up > * {
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateY(50px);
}

.anim-series.series-up > *.anim-active {
  opacity: 1;
  transform: translateY(0);
}

.anim-series.series-right > * {
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateX(20%);
}

.anim-series.series-right > *.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-series.series-left > * {
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateX(-20%);
}

.anim-series.series-left > *.anim-active {
  opacity: 1;
  transform: translateX(0);
}

.anim-series.speed-medium > * {
  transition-duration: 0.6s;
}

* {
  box-sizing: border-box;
}

:root {
  --gap: 80px;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  :root {
    --gap: 60px;
  }
}
@media only screen and (max-width: 736px) {
  :root {
    --gap: 60px;
  }
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #343434;
  line-height: 1.75;
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  letter-spacing: normal;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 736px) {
  h2 {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  h2 {
    font-size: 1.75rem;
  }
}

p {
  margin-bottom: 1.5rem;
}

.logo_wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .logo_wrapper {
    width: 100%;
  }
}

.serif {
  font-family: "Castoro Titling", serif;
  font-style: normal;
}

.q_logo {
  top: unset;
}
.q_logo a {
  height: 60px !important;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo a {
    height: 40px !important;
  }
}
.q_logo a h4 {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: normal;
  font-size: 1.25rem;
  color: #444544;
  font-weight: 500;
  font-family: "Castoro Titling", serif;
  text-transform: uppercase;
}
.q_logo a em {
  display: block;
  font-family: "Castoro Titling", serif;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4.5px;
  font-size: 1rem;
  margin-top: 2px;
}
.q_logo svg {
  height: 60px;
  object-fit: contain;
  shape-rendering: geometricPrecision;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo svg {
    height: 40px;
  }
}
.sticky .q_logo svg {
  height: 40px;
}

@media only screen and (max-width: 736px) {
  .q_logo svg {
    height: 40px;
    margin-left: 2rem;
  }
}

.hero-col {
  transform: translateX(-15%);
}
@media only screen and (max-width: 736px) {
  .hero-col {
    transform: translateX(0);
    padding-bottom: 3rem;
  }
}

nav.main_menu > ul > li > a {
  font-family: "Castoro Titling", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #000;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  nav.main_menu > ul > li > a {
    padding: 0 15px;
  }
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.5;
}

.drop_down .narrow .second .inner ul li {
  width: 250px;
}

video {
  max-width: 100%;
}

.vc_row:not(.vc_inner) {
  padding: clamp(8vh, 100px, 12vh) 0;
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) {
    padding: clamp(8vh, 60px, 12vh) 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .vc_row:not(.vc_inner) {
    padding: clamp(8vh, 80px, 12vh) 0;
  }
}
.vc_row:not(.vc_inner) .full_section_inner,
.vc_row:not(.vc_inner) .section_inner_margin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap) var(--gap);
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) .full_section_inner,
  .vc_row:not(.vc_inner) .section_inner_margin {
    flex-direction: column;
    --gap: 40px;
  }
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-1,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-1 {
  flex: 0 0 calc((100% * 1 / 12) - (var(--gap) * (12 - 1) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-2,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-2 {
  flex: 0 0 calc((100% * 2 / 12) - (var(--gap) * (12 - 2) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-3,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-3 {
  flex: 0 0 calc((100% * 3 / 12) - (var(--gap) * (12 - 3) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-4,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-4 {
  flex: 0 0 calc((100% * 4 / 12) - (var(--gap) * (12 - 4) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-5,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-5 {
  flex: 0 0 calc((100% * 5 / 12) - (var(--gap) * (12 - 5) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-6,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-6 {
  flex: 0 0 calc((100% * 6 / 12) - (var(--gap) * (12 - 6) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-7,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-7 {
  flex: 0 0 calc((100% * 7 / 12) - (var(--gap) * (12 - 7) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-8,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-8 {
  flex: 0 0 calc((100% * 8 / 12) - (var(--gap) * (12 - 8) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-9,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-9 {
  flex: 0 0 calc((100% * 9 / 12) - (var(--gap) * (12 - 9) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-10,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-10 {
  flex: 0 0 calc((100% * 10 / 12) - (var(--gap) * (12 - 10) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-11,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-11 {
  flex: 0 0 calc((100% * 11 / 12) - (var(--gap) * (12 - 11) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-12,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-12 {
  flex: 0 0 calc((100% * 12 / 12) - (var(--gap) * (12 - 12) / 12));
}
.vc_row:not(.vc_inner) .full_section_inner:before, .vc_row:not(.vc_inner) .full_section_inner:after,
.vc_row:not(.vc_inner) .section_inner_margin:before,
.vc_row:not(.vc_inner) .section_inner_margin:after {
  display: none;
}

.header_bottom {
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.4);
}

.home #hero h1 em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
}
@media only screen and (max-width: 736px) {
  .home #hero h1 em {
    font-size: 0.7em;
  }
}
.home #hero .vc_single_image-wrapper {
  background: #b3b3bb;
}
.home #hero .wpb_column:last-child .vc_column-inner {
  max-width: 100%;
}

.drop_down .narrow .second .inner ul li a {
  color: #ababab;
}
.drop_down .narrow .second .inner ul li a:hover {
  color: #fff;
}

#hero {
  padding: 0;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.4);
  background-color: #b3b3bb;
}
#hero .wpb_column:nth-child(2):before {
  background: url(svg/MD_Logo.svg) no-repeat;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  pointer-events: none;
  background-position: center;
  filter: brightness(100);
  opacity: 0.1;
  top: unset;
  left: unset;
}
@media only screen and (max-width: 736px) {
  #hero .wpb_column:nth-child(2):before {
    display: none;
  }
}
#hero .full_section_inner {
  gap: 0;
}
#hero h1,
#hero p {
  color: #303030;
}
#hero .wpb_column {
  flex-grow: 1;
}
#hero .wpb_column:last-child .vc_column-inner {
  max-width: clamp(70%, 600px, 80%);
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #hero .wpb_column:last-child .vc_column-inner {
    max-width: 90%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hero .wpb_column:last-child .vc_column-inner {
    max-width: 90%;
  }
}
#hero .wpb_single_image .vc_single_image-wrapper {
  display: block;
}
#hero h1 {
  font-size: 3rem;
}
@media only screen and (max-width: 736px) {
  #hero h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hero h1 {
    font-size: 2.5rem;
  }
}
#hero p {
  font-size: 1.35rem;
  font-weight: 500;
}
#hero img {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 736px) {
  #hero img {
    height: auto;
    max-height: 60vh;
  }
}
#hero .btn-wrap {
  margin-top: 2rem;
}

.btn-wrap {
  margin-top: 1.5rem;
}

#candidate, #results {
  padding-top: 0;
}

#after-hero .section_inner_margin,
#recovery .section_inner_margin {
  align-items: flex-start;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #after-hero .section_inner_margin,
  #recovery .section_inner_margin {
    flex-wrap: nowrap;
  }
}
#after-hero h2,
#recovery h2 {
  align-self: flex-start;
  border-bottom: 1px solid #303030;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  align-self: flex-start;
}

@media only screen and (max-width: 736px) {
  .single-procedure #before-after {
    padding-top: 0rem;
  }
}
@media only screen and (max-width: 736px) {
  .single-procedure #recovery {
    padding-top: 0rem;
  }
}
@media only screen and (max-width: 736px) {
  .single-procedure .global #approach {
    padding-top: 0;
  }
}

.global > .section_inner {
  width: 100% !important;
}

.before-after-grid {
  position: relative;
}
.before-after-grid .before-after-item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  gap: 1px;
}
@media only screen and (max-width: 736px) {
  .before-after-grid .before-after-item {
    width: 100%;
  }
}
.before-after-grid .before-after-item:before, .before-after-grid .before-after-item:after {
  position: absolute;
  top: 2rem;
  left: 25%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2px 10px;
  font-family: "Castoro Titling", serif;
  color: #fff;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-size: 1rem;
}
@media only screen and (max-width: 736px) {
  .before-after-grid .before-after-item:before, .before-after-grid .before-after-item:after {
    font-size: 14px;
    top: 1rem;
  }
}
.before-after-grid .before-after-item:before {
  content: "Before";
}
.before-after-grid .before-after-item:after {
  content: "After";
  left: 75%;
}
.before-after-grid .before-after-item img {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.grid-item {
  padding: 10px;
}

#quote {
  background-color: #b3b3bb;
  margin-top: 3rem;
}
#quote blockquote {
  text-align: center;
  font-style: italic;
  font-size: 1.25rem;
  padding: 0 5%;
}
#quote strong {
  display: block;
  text-align: right;
}
#quote .section_inner_margin {
  position: relative;
}
#quote .section_inner_margin:before {
  content: "“";
  font-family: "Castoro Titling", serif;
  font-size: 200px;
  line-height: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 736px) {
  #quote .section_inner_margin:before {
    font-size: 100px;
    left: 10px;
  }
}

#mini-cta {
  background-color: #b3b3bb;
}
#mini-cta .section_inner_margin {
  align-items: flex-start;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #mini-cta .section_inner_margin {
    --gap: 40px;
  }
}
#mini-cta h2 {
  font-size: 2.15rem;
  border-bottom: 1px solid #303030;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 736px) {
  #mini-cta h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #mini-cta h2 {
    font-size: 2rem;
  }
}
#mini-cta p {
  font-size: 1.25rem;
}
#mini-cta .wpb_column {
  flex-grow: 1;
}
#mini-cta .wpb_text_column {
  text-align: left;
}
#mini-cta .btn-wrap {
  text-align: left !important;
  margin-top: 2rem;
}
#mini-cta svg {
  filter: brightness(100);
  opacity: 0.2;
  -webkit-backdrop-filter: blur(10px);
  max-width: 80%;
  margin-left: 20%;
}

#recovery .section_inner_margin {
  align-items: flex-start;
}
#recovery ul {
  column-count: 2;
  gap: var(--gap);
}
@media only screen and (max-width: 736px) {
  #recovery ul {
    columns: 1;
  }
}

#approach .section_inner_margin {
  gap: 0 var(--gap);
}
#approach h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #approach h2 {
    display: flex;
    flex-direction: column;
  }
}
#approach h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}
#approach .wpb_single_image img {
  max-width: 80%;
}
@media only screen and (max-width: 736px) {
  #approach .wpb_single_image img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #approach .wpb_single_image img {
    max-width: 100%;
  }
}
#approach:before {
  background: url(svg/MD_Logo.svg) no-repeat;
  opacity: 0.1;
  left: 1rem;
  display: none;
}

.pid-8-447 img {
  max-width: 100% !important;
}

.pid-8-407 img,
.pid-58-451 img, .pid-63-474 img, .pid-68-428 img {
  max-width: 80% !important;
}
@media only screen and (max-width: 736px) {
  .pid-8-407 img,
  .pid-58-451 img, .pid-63-474 img, .pid-68-428 img {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .pid-8-407 img,
  .pid-58-451 img, .pid-63-474 img, .pid-68-428 img {
    max-width: 100% !important;
  }
}

.wp-video {
  width: unset !important;
}

.pid-73-465 img, .pid-77-470 img, .pid-66-472 img, .pid-63-424 img, .pid-63-442 img, .pid-58-445 img {
  max-width: 100% !important;
}
@media only screen and (max-width: 736px) {
  .pid-73-465 img, .pid-77-470 img, .pid-66-472 img, .pid-63-424 img, .pid-63-442 img, .pid-58-445 img {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .pid-73-465 img, .pid-77-470 img, .pid-66-472 img, .pid-63-424 img, .pid-63-442 img, .pid-58-445 img {
    max-width: 100% !important;
  }
}

#candidate .wpb_single_image img,
.image-column .wpb_single_image img,
#results .wpb_single_image img {
  max-width: 80%;
}
@media only screen and (max-width: 736px) {
  #candidate .wpb_single_image img,
  .image-column .wpb_single_image img,
  #results .wpb_single_image img {
    max-width: 100%;
  }
}

.single-procedure #results .wpb_single_image img {
  max-width: 70%;
}
@media only screen and (max-width: 736px) {
  .single-procedure #results .wpb_single_image img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .single-procedure #results .wpb_single_image img {
    max-width: 90%;
  }
}

#candidate .wpb_single_image .vc_single_image-wrapper img,
#results .wpb_single_image .vc_single_image-wrapper img,
.image-column .wpb_single_image .vc_single_image-wrapper img {
  box-shadow: 20px 20px 0 0px #e7e7e7;
}

.shadowed .vc_single_image-wrapper img {
  box-shadow: 20px 20px 0 0px #e7e7e7;
}

.pid-241-122 .vc_single_image-wrapper img {
  box-shadow: 20px 20px 0 0px #e7e7e7;
}

#before-after .wpb_text_column > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #303030;
  padding-bottom: 1rem;
  align-items: flex-end;
}
@media only screen and (max-width: 736px) {
  #before-after .wpb_text_column > .wpb_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#before-after h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#before-after h2,
#before-after p {
  text-align: center;
  border-bottom: 0;
}
#before-after p {
  font-style: italic;
  font-weight: 500;
}
#before-after .vc_figure {
  position: relative;
}
#before-after .vc_figure-caption {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2px 10px;
  font-family: "Castoro Titling", serif;
  color: #fff;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-size: 1rem;
}
@media only screen and (max-width: 736px) {
  #before-after .vc_figure-caption {
    top: 1rem;
    font-size: 14px;
  }
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
  border: 0;
  background: #4a4a4a;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
  background-color: #656664;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  background: #4a4a4a;
  border: none;
  padding: 1.25rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--calypso {
  overflow: hidden;
  border-radius: 0.25rem;
  color: #fff;
}

.button--calypso span {
  display: block;
  position: relative;
  z-index: 10;
}

.button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

.button--calypso:hover {
  color: #fff;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.button--calypso::before {
  content: "";
  background: #000;
  background: #656664;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.before-after-nav {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid #ddd;
  margin: 4rem 0 3rem;
}
@media only screen and (max-width: 736px) {
  .before-after-nav {
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 0;
  }
}

.before-after-nav button {
  background: none;
  border: none;
  padding: 12px 0;
  cursor: pointer;
  flex-grow: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Quicksand", sans-serif;
  color: #000;
}
@media only screen and (max-width: 736px) {
  .before-after-nav button {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 10px 0;
  }
}

.before-after-nav button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #444544;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  .before-after-nav button::after {
    left: -5px;
    bottom: 3px;
  }
}

.before-after-nav button.active::after {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .before-after-nav button.active::after {
    width: calc(100% + 5px);
  }
}

.button--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::after {
  content: "";
  background: #000;
  background: #656664;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

#before-after .vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.education h2 {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .education h2 {
    display: flex;
    flex-direction: column;
  }
}
.education h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}
.education + .education {
  padding-top: 0;
}
@media only screen and (max-width: 736px) {
  .education + .education {
    padding-bottom: 2rem;
  }
}

.entry-title {
  font-weight: normal;
  font-size: 1.25rem;
  color: #444544;
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Castoro Titling", serif;
  letter-spacing: normal;
  text-transform: none;
}

.date-badge {
  font-size: 1rem;
  font-weight: 600;
  background: #e2e8f0;
  background: rgba(68, 69, 68, 0.08);
  padding: 0.15rem 0.7rem;
  border-radius: 10px;
  display: inline-block;
  margin-right: 0.7rem;
  white-space: nowrap;
  font-family: "Quicksand", sans-serif;
  align-self: flex-start;
}

.entry {
  margin-bottom: 2rem;
}

.entry-location {
  font-style: italic;
}

.wpb_text_column h2:last-child {
  margin-bottom: 2rem;
}

.education .full_section_inner {
  align-items: flex-start !important;
}
.education .entry-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0.5rem;
}
@media only screen and (max-width: 736px) {
  .education .entry-title {
    line-height: 1.35;
  }
}
.education .entry {
  border-bottom: 1px dotted #c1c1c1;
  padding-bottom: 1rem;
}
.education.medical .entry-location {
  font-size: 0.8em;
}

#hmban {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr;
  height: clamp(400px, 90vh, 760px);
  width: 100%;
}
#hmban > div:first-child {
  align-self: center;
}
@media only screen and (max-width: 736px) {
  #hmban {
    grid-template-columns: 1fr;
    height: unset;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hmban {
    grid-template-columns: 2fr 3fr 3fr;
    height: 80vh;
  }
}

#page-hero h2, #page-hero p {
  text-align: center;
}
#page-hero p {
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
}
#page-hero p + p {
  margin-top: 1rem;
}
#page-hero p:first-of-type {
  font-size: 1.35rem;
}
@media only screen and (max-width: 736px) {
  #page-hero p:first-of-type {
    font-size: 1.25rem;
  }
}

.hmban-item {
  position: relative;
  overflow: hidden;
}
.hmban-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.hmban-item ul {
  list-style-type: none;
  min-height: 255px;
}
@media only screen and (max-width: 736px) {
  .hmban-item ul {
    min-height: unset;
  }
}
.hmban-item ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s;
  padding-bottom: 12px !important;
}
.hmban-item ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 12px !important;
  color: #b7b7b7;
}
.hmban-item ul li a:hover {
  color: white;
}
.hmban-item ul li a:hover:after {
  width: 100%;
}
.hmban-item ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
.hmban-item:hover ul li {
  opacity: 1;
  transform: translateY(0px);
}
.hmban-item:hover ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.hmban-item:hover ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.hmban-item:hover ul li:nth-child(4) {
  transition-delay: 0.9s;
}
.hmban-item:hover ul li:nth-child(5) {
  transition-delay: 1.1s;
}
.hmban-item:hover ul li:nth-child(6) {
  transition-delay: 1.3s;
}
@media only screen and (max-width: 736px) {
  .hmban-item {
    height: min(600px, 70vh);
  }
}
.hmban-item:hover .hmban-text {
  transform: translateY(-30%);
}
@media only screen and (max-width: 736px) {
  .hmban-item:hover .hmban-text {
    transform: translateY(-20%);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .hmban-item:hover .hmban-text {
    transform: translateY(-10%);
  }
}
.hmban-item:hover .hmban-text p:last-child {
  opacity: 1;
  transform: translateY(0);
}
.hmban-item:hover .hmban-bg {
  transform: translateY(-4%) scale(1.04);
}
.hmban-item:hover .hmban-bg:after {
  opacity: 0;
}
.hmban-item:hover .hmban-bg:before {
  opacity: 1;
}
.hmban-bg {
  background-position: top 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-size: cover;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .hmban-bg {
    background-position: center center;
  }
}
.hmban-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: 0.4s;
}
.hmban-bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(12, 12, 12, 0.2) 0%, rgba(12, 12, 12, 0.2) 60%, rgba(12, 12, 12, 0.6) 100%);
  transition: 0.4s;
}
.hmban-text {
  z-index: 1;
  position: absolute;
  color: white;
  padding: 40px;
  bottom: 0;
  transition: 0.6s ease-in-out;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .hmban-text {
    bottom: unset;
    top: 20%;
  }
}
.hmban-text h3 {
  font-family: "Castoro Titling", serif;
  color: white;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .hmban-text h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .hmban-text h3 {
    font-size: 36px;
  }
}
.hmban-text p:first-of-type {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.hmban-text p:last-child {
  font-size: 22px;
  font-weight: 300;
  width: 80%;
  opacity: 0;
  transform: translateY(20px);
  margin-bottom: 0;
  transition: 0.4s;
  color: black;
  transition-delay: 0.5s;
}

@media only screen and (max-width: 736px) {
  .business {
    margin-top: 20px;
  }
}
.business ul {
  list-style-type: none;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}
@media only screen and (max-width: 736px) {
  .business ul {
    display: flex;
    flex-direction: column;
  }
}
.business ul li {
  font-size: 17px;
  margin-bottom: 10px;
}
.business ul li strong {
  font-weight: 700;
  font-size: 1rem;
  color: #303030;
}

#contact iframe {
  height: 500px;
}

.q_icon_with_title .icon_text_holder .icon_text_inner > * {
  margin-block: 0 !important;
}
.q_icon_with_title .icon_text_holder .icon_text_inner .icon_title {
  line-height: 2;
}
.q_icon_with_title .icon_text_holder .icon_text_inner .icon_with_title_link {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}

.griddy-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 736px) {
  .griddy-2 {
    display: flex;
    flex-direction: column;
  }
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
  background-color: #F6f6f6;
  border-bottom: 1px solid #dddddd;
  border-radius: 0.25rem;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
}

span[data-name=check-procedures] {
  display: block;
  margin: 0rem 0 2rem;
}

#cf {
  padding: 0;
}
#cf h4 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}

#parking .section_inner_margin {
  gap: 0 var(--gap);
}
#parking p {
  margin-bottom: 0.5rem;
}
#parking p + h5 {
  margin-top: 1rem;
}
@media only screen and (max-width: 736px) {
  #parking p + h5 {
    margin-top: 2rem;
  }
}
#parking h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#parking ol {
  list-style-position: outside;
  padding-left: 1rem;
}
@media only screen and (max-width: 736px) {
  #parking iframe {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.app.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0 3rem;
}
@media only screen and (max-width: 736px) {
  .app.col-3 {
    display: flex;
    flex-direction: column;
  }
}
.app.col-3 label {
  font-size: 0.9rem;
  font-weight: bold;
}
.app.col-3 + h4 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 736px) {
  .app.col-3 + h4 {
    line-height: 1.5;
  }
}

.postid-248 #candidate {
  padding-top: 3rem;
}

label.full {
  display: block;
  margin: 2rem 0;
}

span[data-name=file-pictures] {
  display: block;
  margin-bottom: 2rem;
}

#about-hero .wpb_single_image img {
  max-width: 80%;
}
@media only screen and (max-width: 736px) {
  #about-hero .wpb_single_image img {
    max-width: 100%;
  }
}
#about-hero h2 {
  font-size: 2.25rem;
}
#about-hero h2 em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
}
#about-hero p {
  font-size: 1.35rem;
}

.pointer > a {
  cursor: pointer !important;
}

#apply .section_inner_margin .wpb_column:last-child .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 3fr;
  gap: 3rem;
}
@media only screen and (max-width: 736px) {
  #apply .section_inner_margin .wpb_column:last-child .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
#apply .section_inner_margin .wpb_column:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child p:first-child {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#apply h2 + p {
  font-size: 1.35rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #apply h2 + p {
    font-size: 1.25rem;
  }
}
#apply h2 {
  text-align: center;
  margin-bottom: 1rem;
}
#apply .wpb_single_image img {
  max-width: 200px;
}
#apply ol {
  padding-left: 2rem;
  list-style-position: inside;
}
@media only screen and (max-width: 736px) {
  #apply ol {
    padding-left: 0;
  }
}
#apply ol li {
  border-bottom: 1px dotted #c1c1c1;
}
#apply ol li::marker {
  font-size: 1.5rem;
}

.side-actions {
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

.side-actions li {
  margin: 6px 0;
}

.side-actions a {
  display: flex;
  align-items: center;
  background: #444544;
  color: white;
  text-decoration: none;
  overflow: hidden;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  /* ключевая часть */
  transform: translateX(calc(100% - 48px));
  transition: transform 0.3s ease;
}

.side-actions a:hover {
  transform: translateX(0);
}

/* иконка */
.side-actions .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.side-actions .icon svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

/* текст */
.side-actions .label {
  white-space: nowrap;
  padding: 0 16px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.side-actions .label {
  opacity: 0;
  transform: translateX(10px);
  transition: 0.3s;
}

.side-actions a:hover .label {
  opacity: 1;
  transform: translateX(0);
}

#trust .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: var(--gap);
}
@media only screen and (max-width: 736px) {
  #trust .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }
}
#trust h2 {
  border-bottom: 1px solid #303030;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  align-self: flex-start;
}
#trust ul {
  column-count: 2;
  gap: var(--gap);
}
@media only screen and (max-width: 736px) {
  #trust ul {
    columns: 1;
  }
}
#trust ul li::marker {
  font-size: 1.5rem;
}

.home .wpb_single_image img {
  max-width: 80%;
}
@media only screen and (max-width: 736px) {
  .home .wpb_single_image img {
    max-width: 100%;
  }
}

.pid-241-122 .vc_single_image-wrapper img, .pid-77-144 .vc_single_image-wrapper img {
  max-width: 70% !important;
}
@media only screen and (max-width: 736px) {
  .pid-241-122 .vc_single_image-wrapper img, .pid-77-144 .vc_single_image-wrapper img {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .pid-241-122 .vc_single_image-wrapper img, .pid-77-144 .vc_single_image-wrapper img {
    max-width: 90% !important;
  }
}

#home-ba h2 {
  text-align: center;
}
#home-ba h2 + p {
  text-align: center;
  font-size: 1.35rem;
  padding: 0 10%;
}
@media only screen and (max-width: 736px) {
  #home-ba h2 + p {
    padding: 0;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-ba .full_section_inner {
    align-items: flex-end;
  }
}
#home-ba .vc_inner + .vc_inner {
  margin-top: 6rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-ba .vc_inner + .vc_inner {
    margin-top: 4rem;
  }
}
#home-ba .wpb_single_image .vc_single_image-wrapper {
  position: relative;
}
#home-ba .wpb_single_image .vc_single_image-wrapper:before, #home-ba .wpb_single_image .vc_single_image-wrapper:after {
  position: absolute;
  top: 2rem;
  left: 25%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2px 10px;
  font-family: "Castoro Titling", serif;
  color: #fff;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-size: 1rem;
}
#home-ba .wpb_single_image .vc_single_image-wrapper:before {
  content: "Before";
}
#home-ba .wpb_single_image .vc_single_image-wrapper:after {
  content: "After";
  left: 75%;
}
#home-ba .wpb_single_image img {
  max-width: 100%;
}
#home-ba h4 {
  margin-bottom: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 736px) {
  #home-ba h4 {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #home-ba h4 {
    display: flex;
    flex-direction: column;
  }
}
#home-ba h4:after {
  content: "";
  height: 1px;
  display: block;
  background-color: #444544;
  width: 100%;
}

.footer_top_holder {
  background-color: #1b1b1b;
}

#cta {
  background-color: #b3b3bb;
}
#cta .section_inner_margin {
  align-items: flex-start;
}
#cta h2 {
  font-size: 2.15rem;
  border-bottom: 1px solid #303030;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 736px) {
  #cta h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #cta h2 {
    font-size: 2rem;
  }
}
#cta .section_inner_margin:before {
  background: url(svg/MD_Logo.svg) no-repeat;
  background-position: left;
  height: 100%;
  top: 0%;
  transform: scale(1.25);
  transform-origin: left center;
  filter: brightness(100);
  left: -3rem;
  z-index: -1;
  opacity: 0.15;
}
#cta p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #cta p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #cta p {
    font-size: 1.35rem;
  }
}

.global {
  padding: 0 !important;
}

#looking:before, #contact:before {
  background: url(svg/MD_Logo.svg) no-repeat;
  opacity: 0.1;
  left: 1rem;
}

.home #looking:before {
  display: none;
}

#about-hero:before {
  background: url(svg/MD_Logo.svg) no-repeat;
  opacity: 0.1;
  width: 40%;
  left: 50%;
  background-position: center;
}

#looking h2 {
  overflow: hidden;
}
#looking h2 span {
  display: inline;
}
#looking h2 span:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #000;
  width: 100%;
  margin-left: 1rem;
  vertical-align: middle;
}

#contact:before {
  height: 80%;
  top: 10%;
  left: 2%;
  background-position: left center;
  opacity: 0.1;
}
#contact h2 {
  margin-bottom: 0rem;
}
#contact h2 + p {
  margin-bottom: 2rem;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 3px;
}
@media only screen and (max-width: 736px) {
  #contact h2 + p {
    font-size: 1.15rem;
  }
}

@media only screen and (max-width: 736px) {
  footer .widget_media_image {
    display: flex;
    justify-content: center;
  }
}
footer .widget_media_image a {
  display: block;
  width: 150px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 736px) {
  footer .widget_media_image a {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 736px) {
  footer .column1 {
    display: flex;
    justify-content: center;
  }
}
footer .column1 h4, footer .column1 p {
  color: #818181 !important;
}
@media only screen and (max-width: 736px) {
  footer .column1 h4, footer .column1 p {
    text-align: center;
  }
}
footer .column1 h4 {
  margin-bottom: 0;
}
footer .column2 .textwidget {
  display: flex;
  justify-content: center;
}
footer .column2 i {
  font-size: 3rem;
  color: #fff !important;
}
footer .column2 h5 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 736px) {
  footer .column2 {
    margin-bottom: 0 !important;
  }
}
footer .column3 .textwidget {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 736px) {
  footer .column3 .textwidget {
    justify-content: center;
  }
}
footer .column3 a {
  font-size: 1.5rem;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
footer .column3 a:hover {
  opacity: 0.8;
}

.footer_bottom p {
  color: #686868;
}
.footer_bottom p a {
  color: #fff;
}

.p0 {
  padding: 0 !important;
}

.nobox img {
  box-shadow: none !important;
}

#ficon {
  position: fixed;
  padding: 0.5rem 1.5rem 0rem 1.5rem;
  bottom: 0;
  right: 2rem;
  z-index: 9999;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #444544;
  background: #4a4a4a;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #fff;
  display: flex;
  gap: 1rem;
  align-items: center;
  transition: 0.3s ease-in-out;
  transform: translateY(100%);
}
#ficon.active {
  transform: translateY(0);
}
#ficon:hover {
  transform: translateY(5px);
}
#ficon svg {
  fill: #fff;
  width: 40px;
}

.mobile_menu_button span {
  font-size: 36px;
  color: #444544;
}

@media only screen and (max-width: 736px) {
  div.grid_section .section_inner {
    width: calc(100vw - 40px);
  }
  .home #hero .wpb_single_image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, transparent 60%, rgba(179, 179, 187, 0.4) 70%, #b3b3bb 100%);
  }
  .home #hero .wpb_text_column {
    margin-top: -2rem;
  }
  .current-menu-item a {
    opacity: 0.6 !important;
  }
  nav.mobile_menu ul li h3 {
    margin-bottom: 0;
  }
  nav.mobile_menu > ul > li > a, nav.mobile_menu > ul > li > h3 {
    font-family: "Castoro Titling", serif;
    color: #303030;
    font-size: 14px;
  }
  nav.mobile_menu ul.sub_menu > li > a {
    text-transform: uppercase;
    color: #303030;
  }
  nav.mobile_menu ul li, nav.mobile_menu ul li ul li, nav.mobile_menu ul li.open_sub > ul {
    border-color: #c1c1c1;
    border-style: dotted;
  }
  nav.mobile_menu ul li span.mobile_arrow i {
    color: #303030;
  }
  nav.mobile_menu ul li a:hover, nav.mobile_menu ul li h3:hover {
    opacity: 0.6;
  }
  .vc_row:not(.vc_inner) .wpb_column:first-child .wpb_single_image {
    margin-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 736px) and (max-width: 736px) {
  .vc_row:not(.vc_inner) .wpb_column:first-child .wpb_single_image {
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  .footer_bottom p {
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.75;
  }
  .footer_bottom {
    padding-bottom: 1.5rem;
  }
  #hero .wpb_column:last-child {
    padding: 2rem 0;
  }
  #after-hero h2 {
    margin-bottom: 0;
  }
  #candidate .section_inner_margin, #results .section_inner_margin {
    flex-direction: column-reverse;
  }
  #candidate .wpb_single_image, #results .wpb_single_image {
    margin-bottom: 2rem !important;
  }
  nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a {
    color: #303030;
    opacity: 0.8;
  }
  #looking .pid-154-343 {
    margin-bottom: 0 !important;
  }
  span[data-name=check-procedures] .wpcf7-form-control, span[data-name=radio-timeine] .wpcf7-form-control {
    display: flex;
    flex-flow: row wrap;
    gap: 0.5rem 1rem;
  }
  span[data-name=check-procedures] .wpcf7-list-item, span[data-name=radio-timeine] .wpcf7-list-item {
    margin-left: 0;
  }
  #contact iframe, #parking iframe {
    height: 50vh;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .header_bottom {
    padding: 0 1rem;
  }
  .q_logo h4 {
    display: none;
  }
  footer .q_icon_with_title .icon_text_holder .icon_text_inner .icon_title {
    white-space: nowrap;
  }
  div.grid_section .section_inner,
  .container_inner {
    width: calc(100vw - 60px);
  }
  #contact iframe, #parking iframe {
    max-width: 100%;
  }
  .sticky .q_logo svg {
    height: 36px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  body {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
  }
  body:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMywyYzcuNzQ2LDAsMTUuMDI4LDMuMDE3LDIwLjUwNSw4LjQ5NGMxMC4xMzgsMTAuMTM3LDExLjMxLDI2LjM5NiwyLjc0LDM3Ljg0OUw1Miw1Mi41ODlWNDRoLTJ2MTFsMSwxaDExdi0yaC04LjU4Mmw0LjI5Mi00LjI5M2wwLjA5Mi0wLjEwNmM5LjIxMS0xMi4yNDcsNy45NzItMjkuNjY3LTIuODgzLTQwLjUyMUM0OS4wNjQsMy4yMjUsNDEuMjgsMCwzMywwVjJ6Ii8+PHBhdGggZD0iTTcuNzU1LDE1LjY1N0wxMiwxMS40MTFWMjBoMlY5bC0xLTFIMnYyaDguNTgyTDYuMjksMTQuMjkzbC0wLjA5MiwwLjEwNkMtMy4wMTMsMjYuNjQ2LTEuNzczLDQ0LjA2Niw5LjA4MSw1NC45MkMxNC45MzYsNjAuNzc1LDIyLjcyLDY0LDMxLDY0di0yYy03Ljc0NiwwLTE1LjAyOC0zLjAxNy0yMC41MDUtOC40OTRDMC4zNTcsNDMuMzY5LTAuODE0LDI3LjExLDcuNzU1LDE1LjY1N3oiLz48L2c+PC9zdmc+);
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center 63%;
    background-size: 100px;
  }
  body:after {
    content: "Please rotate";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #303030;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1399px) {
  .q_logo h4 {
    display: block;
  }
  .q_logo a {
    gap: 10px;
  }
  .q_logo a h4 {
    font-size: 1rem;
  }
  .q_logo a h4 em {
    letter-spacing: 3.5px;
  }
  :root {
    --gap: 60px;
  }
  div.grid_section .section_inner,
  .container_inner {
    width: calc(100vw - 60px);
  }
}
/*# sourceMappingURL=style.css.map */
