html {
  font-size: 1.125rem; }
  @media (max-width: 575px) {
    html {
      font-size: 1rem; } }

body {
  letter-spacing: .015em;
  line-height: 1.5; }
  body.media {
    display: block; }
  body.no-scrolling {
    overflow: hidden; }
  @media (max-width: 575px) {
    body {
      margin-bottom: 42px; } }

a, button {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

a:focus {
  outline-style: dotted;
  outline-width: 1px; }

a:not(.btn) {
  text-decoration: underline; }

p {
  margin-bottom: 1.5rem; }
  p:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto; }

input:focus, select:focus, textarea:focus, [tabindex]:not([tabindex='-1']):focus {
  outline-style: dotted;
  outline-width: 2px; }

.btn-skip-content {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem; }

.btn-skip-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem; }

.mobile-cta a {
  width: 100%;
  padding: 0.5rem 0;
  border: 1px solid; }
  .mobile-cta a:focus {
    outline: inherit; }

.wow {
  opacity: 0;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in; }

.animation-finished {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in; }

.grecaptcha-badge {
  display: none !important; }

.wow {
  visibility: visible !important; }

@media (max-width: 575px) {
  .flc-cta .btn {
    width: 100%;
    margin: 0 0 1rem !important; }
    .flc-cta .btn:last-of-type {
      margin-bottom: 0 !important; } }

.mt-6, .my-6 {
  margin-top: 100px; }

.mt-7, .my-7 {
  margin-top: 150px; }

.mb-6, .my-6 {
  margin-bottom: 100px; }

.mb-7, .my-7 {
  margin-bottom: 150px; }

@media (max-width: 575px) {
  .mt-6, .my-6 {
    margin-top: 50px; }
  .mt-7, .my-7 {
    margin-top: 50px; }
  .mb-6, .my-6 {
    margin-bottom: 50px; }
  .mb-7, .my-7 {
    margin-bottom: 50px; } }

body, .bg-white, .text-body {
  color: #484848; }

.text-white a:not(.btn) {
  color: white; }

.bg-primary a:focus, .bg-tetriary a:focus, .white-outline a:focus {
  outline-color: white !important; }

.bg-primary a:not(.btn), .bg-tetriary a:not(.btn), .white-outline a:not(.btn) {
  color: white; }

.bg-primary a .svg-inline--fa, .bg-tetriary a .svg-inline--fa, .white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px; }

.bg-primary {
  color: white; }

.bg-gray {
  background: #F5F5F6; }

.bg-dark {
  background: #272D33 !important; }

hr {
  border-color: #d0d0d0; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto; }

.alignleft, .alignright {
  margin-bottom: 1rem;
  height: auto; }

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 1rem; }
  .alignright {
    float: right;
    margin-left: 1rem; } }

body#tinymce {
  margin: 12px !important; }

.btn {
  font-family: 'Lato', sans-serif;
  border-radius: 0;
  padding: 5px 9px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-width: 2px; }
  .btn:focus {
    box-shadow: unset;
    outline-color: transparent; }
  .btn .svg-inline--fa {
    border-bottom: none !important; }
  .btn-primary {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-color: white; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
      background: white;
      border-color: black;
      color: black; }
  .btn-white {
    background: transparent;
    color: white;
    border-color: white; }
    .btn-white:hover, .btn-white:focus, .btn-white:not(:disabled):not(.disabled):active {
      background: white;
      color: black; }
  .btn-black {
    background: white;
    color: black;
    border-color: black; }
    .btn-black:hover, .btn-black:focus, .btn-black:not(:disabled):not(.disabled):active {
      background: black;
      color: white; }
  .btn-grey {
    background: #8a8290;
    color: white;
    border-color: #8a8290; }
    .btn-grey:hover, .btn-grey:focus, .btn-grey:not(:disabled):not(.disabled):active {
      background: white;
      color: #8a8290; }

.gform_wrapper form {
  font-family: 'Lato', sans-serif; }
  .gform_wrapper form .gform_body .gfield_label {
    margin-bottom: 2px;
    font-size: .888rem;
    font-weight: 400;
    letter-spacing: 0.015em;
    text-align: left;
    display: block; }
    .gform_wrapper form .gform_body .gfield_label .gfield_required {
      color: inherit; }
    .gform_wrapper form .gform_body .gfield_label small,
    .gform_wrapper form .gform_body .gfield_label .gfield_required_text {
      font-size: 85%;
      font-weight: 400;
      margin: 0;
      letter-spacing: 0.04em; }
  .gform_wrapper form .gform_body li.gfield {
    margin-top: 1.5rem;
    padding: 0 !important; }
    .gform_wrapper form .gform_body li.gfield .ginput_container {
      margin-top: 5px; }
    .gform_wrapper form .gform_body li.gfield.recaptcha-field {
      margin-top: 0; }
  .gform_wrapper form .gform_body input[type="text"],
  .gform_wrapper form .gform_body textarea,
  .gform_wrapper form .gform_body select {
    border: 1px solid #a9a9a9;
    padding: 5px 10px !important;
    font-size: 0.875rem !important;
    width: 100%; }
  .gform_wrapper form .gform_body select {
    padding: 11px 10px !important; }
  .gform_wrapper form .gform_body .privacy-policy-field {
    margin-top: 5px !important; }
    .gform_wrapper form .gform_body .privacy-policy-field small {
      line-height: 1.6;
      display: block; }
  .gform_wrapper form .submit-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: .5rem; }
    .gform_wrapper form .submit-wrap .ajax-loader {
      position: absolute;
      margin: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -20px; }

.navbar-brand img {
  width: auto;
  max-height: 50px; }

.navbar .navbar-collapse {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 99; }

.dropdown-item.active, .dropdown-item:active {
  background: transparent; }

.navbar-nav a:focus, .navbar-nav a:hover {
  background: transparent; }

.navbar:not(.highlight-active) .navbar-nav .nav-link.highlighted {
  background-color: white; }

.nav-link:focus, .nav-link:hover {
  text-decoration: underline; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: white; }

.navbar-dark .dropdown-item {
  color: white; }

.navbar-dark .navbar-nav .active > .nav-link {
  color: white; }

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show {
  color: white; }

.navbar-dark .navbar-nav .show > .nav-link {
  color: white; }

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white; }
  .navbar-dark .navbar-toggler span {
    background: white; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow, .navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
  border-color: white; }

.navbar-dark .dropdown-menu {
  border-color: white; }

.navbar-light .navbar-nav .nav-link {
  color: gray; }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: gray; }

.navbar-light .dropdown-item {
  color: gray; }

.navbar-light .navbar-nav .active > .nav-link {
  color: gray; }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: gray; }

.navbar-light .navbar-nav .show > .nav-link {
  color: gray; }

.navbar-light .navbar-toggler {
  color: gray;
  border-color: gray; }

.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow, .navbar-light .navbar-nav.sm-collapsible .sub-arrow {
  border-color: gray; }

.navbar-light .dropdown-menu {
  border-color: gray; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.dropdown-menu {
  border-radius: 0; }

.navbar-toggler {
  position: relative;
  height: 40px;
  width: 48px; }
  .navbar-toggler span {
    border: none;
    height: 2px;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    .navbar-toggler span:nth-of-type(2) {
      top: 18px; }
    .navbar-toggler span:nth-of-type(3) {
      top: 26px; }
  .navbar-toggler[aria-expanded="true"] .top {
    -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
    -o-transform: translateY(8px) translateX(-50%) rotate(45deg);
       transform: translateY(8px) translateX(-50%) rotate(45deg); }
  .navbar-toggler[aria-expanded="true"] .middle {
    opacity: 0; }
  .navbar-toggler[aria-expanded="true"] .bottom {
    -webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
    -o-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
       transform: translateY(-8px) translateX(-50%) rotate(-45deg); }

.navbar-highlight {
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #e4335c;
  z-index: 1; }

@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh; } }

.flc-submenu + p {
  margin-top: 1rem; }

.flc-submenu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -7px; }

.flc-submenu li {
  width: 50%;
  padding: 7px; }
  @media (max-width: 767px) {
    .flc-submenu li {
      width: 100%; } }

.flc-submenu a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  border-radius: 500px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
  padding: 12px 22px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .flc-submenu a:focus, .flc-submenu a:hover {
    background: white !important; }

.submenu-column ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center; }

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .breadcrumb {
      padding-top: 0; } }
  @media (max-width: 575px) {
    .breadcrumb {
      font-size: .825rem; } }

.header-image ol {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.header-image .breadcrumb-item.active {
  color: white; }

.breadcrumb-item + .breadcrumb-item::before {
  color: white; }

.socials a, .sharing a {
  margin-right: 1.1rem;
  color: black;
  font-size: 1.6rem; }

a .fa-stack .svg-inline--fa:last-of-type {
  border-bottom: transparent !important; }

.sharing-text {
  padding-bottom: 5px;
  margin: 5px; }

.header-image {
  height: 200px;
  background: black; }

/* @import "components/amenities";
@import "components/background-video";
@import "components/before-after";
@import "components/carousels";
@import "components/coupons";
@import "components/financial-table";
@import "components/links-highlight";
@import "components/menu-image";
@import "components/opening-hours";
@import "components/testimonials"; */
header.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 50px; }
  header.banner .btn.btn-wcag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41px;
    height: 41px;
    padding: 0;
    border-radius: 50%;
    color: black;
    border: 2px solid white;
    background: white;
    min-width: 1px;
    margin-left: 1rem; }
    header.banner .btn.btn-wcag:hover, header.banner .btn.btn-wcag:focus {
      background: black;
      color: white; }
  header.banner .flc-logo {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    width: 183px; }
  header.banner .navbar {
    padding: 0; }
  header.banner .navbar-nav:not(.sm-collapsible) .sub-arrow {
    display: none; }
  header.banner .navbar-nav .fa-angle-down {
    font-size: .6rem;
    top: -2px;
    position: relative; }
  header.banner .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 1.125rem;
    padding: 0 15px;
    font-weight: 700; }
  header.banner .navbar-toggler {
    border: none;
    position: absolute;
    right: 3px; }
  @media (max-width: 991px) {
    header.banner {
      padding: 15px; } }
  @media (max-width: 767px) {
    header.banner .flc-cta {
      display: none; } }
  @media (max-width: 575px) {
    header.banner .flc-logo {
      width: 165px; } }

aside.sidebar h2 {
  font-size: 1.5rem;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: .1em; }

aside.sidebar .latest-posts-sidebar {
  list-style: none;
  padding: 0; }
  aside.sidebar .latest-posts-sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
  aside.sidebar .latest-posts-sidebar img {
    min-width: 125px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px; }
  aside.sidebar .latest-posts-sidebar time {
    font-weight: 400;
    display: block;
    color: #797979;
    margin-top: 3px; }
  aside.sidebar .latest-posts-sidebar li {
    margin-bottom: 20px; }
  aside.sidebar .latest-posts-sidebar .sidebar-posts-content {
    font-size: .875rem;
    font-weight: 600;
    color: #3b404d;
    padding-left: 10px; }

@media (max-width: 575px) {
  .footer-map {
    height: 300px; } }

footer.content-info .footer-top {
  background: #272D33;
  padding: 50px 0; }
  footer.content-info .footer-top .flc-logo {
    margin-bottom: 50px; }
  footer.content-info .footer-top .footer-details {
    margin: 50px 0; }
    footer.content-info .footer-top .footer-details h2 {
      text-transform: uppercase;
      font-size: 1.333rem;
      letter-spacing: .02em;
      margin-bottom: 25px; }
    footer.content-info .footer-top .footer-details .socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer.content-info .footer-top .footer-details .socials a {
        font-size: 1.1rem;
        margin-right: 5px; }
      footer.content-info .footer-top .footer-details .socials .fa-inverse {
        color: #272D33; }
  footer.content-info .footer-top .carecredit-logo {
    width: 240px;
    margin: 18px 0; }
  @media (max-width: 767px) {
    footer.content-info .footer-top .footer-details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer.content-info .footer-top .footer-details > div {
        text-align: center !important; }
        footer.content-info .footer-top .footer-details > div:first-of-type {
          margin-bottom: 50px; } }
  @media (max-width: 575px) {
    footer.content-info .footer-top .text-center {
      text-align: left !important; }
    footer.content-info .footer-top .home-link {
      display: block;
      text-align: center; }
    footer.content-info .footer-top .footer-details {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 25px 0; }
      footer.content-info .footer-top .footer-details > div {
        text-align: left !important; }
        footer.content-info .footer-top .footer-details > div:first-of-type {
          margin-bottom: 25px; } }
  footer.content-info .footer-top .dr-mendieta-footer .footer-title {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: .02em;
    margin-bottom: 65px;
    position: relative; }
    footer.content-info .footer-top .dr-mendieta-footer .footer-title::after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 322px;
      height: 2px;
      background: white; }
    footer.content-info .footer-top .dr-mendieta-footer .footer-title small {
      display: block;
      font-size: 1rem;
      font-weight: 300;
      text-transform: none;
      margin-top: 5px; }
  footer.content-info .footer-top .dr-mendieta-footer .text-1 {
    max-width: 700px;
    margin: 0 auto 65px;
    font-family: 'Lato', sans-serif; }
  footer.content-info .footer-top .dr-mendieta-footer .text-2 {
    color: #F6FAFF; }
  @media (max-width: 767px) {
    footer.content-info .footer-top .dr-mendieta-footer .text-1 {
      margin-bottom: 35px; } }
  @media (max-width: 575px) {
    footer.content-info .footer-top .dr-mendieta-footer .text-center {
      text-align: left !important; }
    footer.content-info .footer-top .dr-mendieta-footer .footer-title {
      font-size: 1.75rem;
      margin-bottom: 55px; }
      footer.content-info .footer-top .dr-mendieta-footer .footer-title::after {
        width: 100%;
        bottom: -25px; } }

footer.content-info .footer-bottom {
  text-transform: uppercase;
  font-size: .888rem;
  padding: 14px 0; }
  footer.content-info .footer-bottom .nav li:not(:last-of-type) {
    margin-right: 24px;
    position: relative; }
    footer.content-info .footer-bottom .nav li:not(:last-of-type)::after {
      content: ' | ';
      position: absolute;
      top: 50%;
      right: -15px;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  footer.content-info .footer-bottom .nav a {
    color: black;
    padding: 0; }
  @media (max-width: 575px) {
    footer.content-info .footer-bottom .position-relative {
      width: 100%; }
    footer.content-info .footer-bottom .nav li {
      margin: 0 0 5px !important;
      width: 100%; }
      footer.content-info .footer-bottom .nav li::after {
        display: none; } }

.bg-image {
  background-size: cover;
  background-position: center; }

.padding-section {
  padding: 90px 0; }

.content-section-lg {
  padding: 120px 0; }

@media (max-width: 575px) {
  .padding-section {
    padding: 60px 0; } }

.home section {
  overflow: hidden; }

.landing-jumbotron {
  background-size: cover;
  background-position: left top;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
  padding: 110px 0 55px;
  background-repeat: no-repeat;
  background-color: black; }
  .landing-jumbotron::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .3;
    z-index: -1; }
  .landing-jumbotron h1 {
    font-size: 3.55rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.125;
    margin-bottom: 105px;
    position: relative; }
    .landing-jumbotron h1::after {
      content: '';
      position: absolute;
      bottom: -40px;
      left: 0;
      width: 322px;
      height: 2px;
      background: white; }
    .landing-jumbotron h1 strong {
      display: block; }
  .landing-jumbotron .text-1 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em;
    font-size: 2rem;
    margin: 0; }
  .landing-jumbotron .text-2 {
    margin-bottom: 0; }
  .landing-jumbotron .btn {
    margin: 20px 0 40px; }
  @media (max-width: 991px) {
    .landing-jumbotron {
      padding-top: 160px;
      background-position: 15% top; }
      .landing-jumbotron h1 {
        font-size: 2.55rem;
        margin-bottom: 55px; }
        .landing-jumbotron h1::after {
          bottom: -25px; } }
  @media (max-width: 575px) {
    .landing-jumbotron {
      padding-top: 130px; }
      .landing-jumbotron h1 {
        font-size: 2rem; }
        .landing-jumbotron h1::after {
          width: 75%; }
      .landing-jumbotron .text-1 {
        font-size: 1.35rem;
        margin-bottom: .5rem; } }
  .landing-jumbotron .form-container {
    padding: 25px 15px 20px;
    background: -webkit-linear-gradient(top, #72757E 0%, rgba(91, 94, 105, 0.49) 100%);
    background: -o-linear-gradient(top, #72757E 0%, rgba(91, 94, 105, 0.49) 100%);
    background: linear-gradient(180deg, #72757E 0%, rgba(91, 94, 105, 0.49) 100%); }
    .landing-jumbotron .form-container h2 {
      font-size: 1.33rem;
      margin-bottom: 5px; }
    .landing-jumbotron .form-container p {
      font-size: .77rem;
      margin-bottom: 0; }
    .landing-jumbotron .form-container .gform_wrapper {
      margin-bottom: 0; }
      .landing-jumbotron .form-container .gform_wrapper form .gform_body li.gfield {
        margin-top: .5rem; }
      .landing-jumbotron .form-container .gform_wrapper form .gform_body textarea {
        height: 100px; }
      .landing-jumbotron .form-container .gform_wrapper form .gform_footer {
        padding: 0;
        margin: 0; }
        .landing-jumbotron .form-container .gform_wrapper form .gform_footer .btn {
          margin: 0;
          width: 100%;
          background: #B94F4F;
          border: none;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .landing-jumbotron .form-container .gform_wrapper form .gform_footer .btn:hover, .landing-jumbotron .form-container .gform_wrapper form .gform_footer .btn:focus {
            color: #B94F4F;
            background: white; }
    @media (max-width: 575px) {
      .landing-jumbotron .form-container .gform_wrapper form .gform_footer .btn {
        font-size: .875rem; } }
  .landing-jumbotron .with-subtitle h1 {
    margin-bottom: 45px; }
  .landing-jumbotron .with-subtitle .subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .02em;
    margin-bottom: 95px; }
  .landing-jumbotron .with-subtitle .text-1 {
    font-size: 1.333rem;
    font-weight: 500; }
  .landing-jumbotron .with-subtitle .btn {
    margin: 25px 0 0; }
  @media (max-width: 991px) {
    .landing-jumbotron .with-subtitle .subtitle {
      margin-bottom: 30px; }
    .landing-jumbotron .with-subtitle .btn {
      margin-bottom: 40px; } }

.title-with-bg {
  font-size: 1.33rem;
  text-transform: uppercase;
  color: white;
  background: #6B6D79;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 11px 25px 11px 0;
  letter-spacing: 0.02em; }
  .title-with-bg::before {
    content: '';
    position: absolute;
    width: 10000px;
    height: 100%;
    right: 100%;
    top: 0;
    background: #6b6d79; }
  @media (max-width: 575px) {
    .title-with-bg {
      font-size: 1.25rem;
      line-height: 1.4;
      display: block;
      z-index: 1; }
      .title-with-bg::before {
        right: -15px;
        z-index: -1; } }

.content-with-image .content {
  padding: 50px 15px 50px 0; }
  .content-with-image .content *:last-child {
    margin-bottom: 0; }
  .content-with-image .content ul {
    padding-left: 20px; }
  .content-with-image .content a {
    color: black; }
  .content-with-image .content h3 {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .02em;
    margin-bottom: 40px;
    position: relative; }
    .content-with-image .content h3::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      bottom: -20px;
      background: black; }

.content-with-image .bg-image {
  height: 100%; }

@media (max-width: 991px) {
  .content-with-image .content {
    padding: 50px 0; }
  .content-with-image .bg-image {
    height: 300px; } }

@media (max-width: 575px) {
  .content-with-image .content {
    padding: 35px 0; }
  .content-with-image .bg-image {
    margin: 0 -15px;
    height: 70vw; } }

.content-module.padding-bottom {
  padding-bottom: 48px; }

.content-module .title-with-bg {
  margin-bottom: 25px; }

.services {
  padding-top: 50px; }
  .services .service {
    padding: 0 31px;
    margin-bottom: 50px; }
    .services .service h3 {
      text-transform: uppercase;
      font-size: 1.33rem;
      text-align: center;
      letter-spacing: .02em;
      margin-bottom: 60px;
      position: relative; }
      .services .service h3::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: -40px;
        background: white; }
    .services .service .price {
      display: inline-block;
      letter-spacing: .02em;
      margin-bottom: 25px; }
  @media (max-width: 575px) {
    .services .service {
      padding: 0; }
      .services .service h3 {
        text-align: left;
        margin-bottom: 40px; }
        .services .service h3::after {
          bottom: -20px; }
      .services .service .price {
        display: block;
        text-align: left; } }

.cta-section {
  padding: 50px; }
  .cta-section h2 {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: .02em;
    margin-bottom: 30px;
    font-weight: 300; }
  @media (max-width: 575px) {
    .cta-section {
      padding: 50px 15px; }
      .cta-section h2 {
        font-size: 1.75rem; } }

.gallery-section p {
  font-size: .777rem; }

.gallery-slider-container {
  margin: 50px 0 40px; }
  .gallery-slider-container .gallery-slider .gallery-slide {
    padding: 0 15px; }
  .gallery-slider-container .bx-controls-direction button {
    padding: 0;
    width: 80px;
    height: 150px;
    background-image: url(../images/chevron-left.svg);
    left: -120px;
    background-size: 100%;
    background-position: center !important;
    background-repeat: no-repeat; }
    .gallery-slider-container .bx-controls-direction button.bx-next {
      background-image: url(../images/chevron-right.svg);
      left: auto;
      right: -120px; }
  @media (max-width: 1400px) {
    .gallery-slider-container .bx-controls-direction button {
      width: 30px;
      height: 60px;
      left: -35px; }
      .gallery-slider-container .bx-controls-direction button.bx-next {
        left: auto;
        right: -35px; } }
  @media (max-width: 1225px) and (min-width: 1200px), (max-width: 1040px) and (min-width: 992px), (max-width: 785px) and (min-width: 768px), (max-width: 600px) and (min-width: 576px) {
    .gallery-slider-container .bx-controls-direction button {
      left: -20px;
      width: 25px; }
      .gallery-slider-container .bx-controls-direction button.bx-next {
        left: auto;
        right: -20px; } }
  @media (max-width: 575px) {
    .gallery-slider-container {
      padding: 0 15px; }
      .gallery-slider-container .gallery-slider .gallery-slide {
        padding: 0 7px; }
      .gallery-slider-container .bx-controls-direction button {
        left: -25px;
        width: 25px; }
        .gallery-slider-container .bx-controls-direction button.bx-next {
          left: auto;
          right: -25px; } }

@media (max-width: 575px) {
  .bbl-content-1 img {
    margin: 0 -15px;
    max-width: calc(100% + 30px); }
  .bbl-content-3 p {
    text-align: left !important; } }

.bbl-content-2 .content {
  padding-right: 45px; }
  .bbl-content-2 .content p:not(:first-of-type) {
    padding-right: 65px; }

@media (max-width: 575px) {
  .bbl-content-2 .content {
    padding-right: 0; }
    .bbl-content-2 .content p:not(:first-of-type) {
      padding-right: 0; } }

.adonis-content-1 .container {
  padding: 0 100px; }

.adonis-content-1 .text-1 {
  font-family: 'Lato', sans-serif;
  font-size: 1.333rem;
  letter-spacing: .02em;
  line-height: 1.3; }

@media (max-width: 1199px) {
  .adonis-content-1 .container {
    padding: 0 15px; } }

@media (max-width: 575px) {
  .adonis-content-1 p {
    text-align: left !important; } }

.adonis-content-2 {
  overflow: hidden; }
  .adonis-content-2 .content-with-image .container {
    padding: 35px 15px;
    position: relative; }
    .adonis-content-2 .content-with-image .container::after {
      content: '';
      height: 100%;
      width: 10000px;
      background: #F5F5F6;
      position: absolute;
      top: 0;
      left: 70%;
      z-index: -1; }
  .adonis-content-2 .content-with-image .content {
    padding: 10px 15px 10px 0; }
  .adonis-content-2 .content-with-image .bg-image {
    margin-left: 80px; }
  @media (max-width: 991px) {
    .adonis-content-2 .content-with-image .container {
      padding: 35px 15px;
      position: relative; }
      .adonis-content-2 .content-with-image .container::after {
        display: none; }
    .adonis-content-2 .content-with-image .content {
      padding: 0 0 40px; }
    .adonis-content-2 .content-with-image .bg-image {
      margin: 0;
      height: 500px; } }
  @media (max-width: 575px) {
    .adonis-content-2 .content-with-image .bg-image {
      height: 90vw; } }

.adonis-content-3 {
  margin-top: 50px; }
  .adonis-content-3 h3 {
    font-size: 1rem;
    margin-bottom: 32px; }
  .adonis-content-3 .disclaimer {
    font-size: .777rem;
    margin-top: 20px; }
  @media (max-width: 767px) {
    .adonis-content-3 .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .adonis-content-3 .d-flex img:not(:last-of-type) {
        margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .adonis-content-3 .container > * {
      text-align: left !important; }
    .adonis-content-3 .container .d-flex {
      -webkit-box-align: start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; }
      .adonis-content-3 .container .d-flex img {
        height: 80px;
        width: auto; } }

@media (max-width: 575px) {
  .adonis-content-4 img {
    margin: 0 -15px;
    max-width: calc(100% + 30px); } }

.adonis-recovery-results .content-with-image .content {
  padding-right: 50px; }
  .adonis-recovery-results .content-with-image .content p {
    padding-right: 55px; }

@media (max-width: 575px) {
  .adonis-recovery-results .content-with-image .content {
    padding-right: 0; }
    .adonis-recovery-results .content-with-image .content p {
      padding-right: 0; } }

.content a:not(.btn):not(.submenu a) {
  font-weight: bold;
  text-decoration: underline !important; }

#content {
  position: relative; }

.page-content {
  padding: 85px 15px; }

body.blog h1 {
  margin-bottom: 1rem; }

body.blog .section-latest-single .container-post-thumbnails {
  margin-right: 30px; }

.blog-page-posts {
  margin: 0 -25px; }
  @media (max-width: 991px) {
    .blog-page-posts {
      margin: 0 -15px; } }
  .blog-page-posts article {
    padding: 0 25px 60px; }
    @media (max-width: 991px) {
      .blog-page-posts article {
        padding: 0 15px 40px; } }
  .blog-page-posts h2 {
    margin-top: 15px; }
  .blog-page-posts time {
    color: #757575; }
  .blog-page-posts .entry-title {
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 1rem 0 1.25rem;
    letter-spacing: 0; }
  .blog-page-posts .excerpt {
    font-size: .875rem;
    line-height: 1.8;
    margin-bottom: 1.5rem; }
    .blog-page-posts .excerpt .more-link {
      display: none; }

.single-post-content time {
  display: block; }

.single-post-content .attachment-thumbnail {
  float: left;
  margin: 7px 15px 15px 0; }
  @media (max-width: 575px) {
    .single-post-content .attachment-thumbnail {
      float: none;
      display: block;
      margin: 0 auto 15px; } }

.behalf {
  margin-top: 60px; }
  .behalf p {
    margin-bottom: .5rem;
    font-size: .925rem; }

.contrastHigh :focus {
  outline-width: 4px; }

.contrastHigh .title-with-bg,
.contrastHigh .title-with-bg::before {
  background: #4F5159; }

.contrastHigh .landing-jumbotron .form-container {
  background: #322f35; }

.contrastHigh .landing-jumbotron .form-container .gform_wrapper form .gform_footer .btn {
  background: #873636;
  border: 1px solid white; }
  .contrastHigh .landing-jumbotron .form-container .gform_wrapper form .gform_footer .btn:hover, .contrastHigh .landing-jumbotron .form-container .gform_wrapper form .gform_footer .btn:focus {
    color: #873636;
    background: white;
    border-color: #873636; }

.contrastHigh header.banner :focus {
  outline-color: white !important; }

.contrastHigh .bg-wcag-primary {
  background-image: none !important; }
  .contrastHigh .bg-wcag-primary :focus {
    outline-color: white !important; }
  .contrastHigh .bg-wcag-primary a .svg-inline--fa {
    border-color: white; }

.contrastHigh .blog-page-posts time,
.contrastHigh aside.sidebar .latest-posts-sidebar time {
  color: black; }

.contrastHigh .wpcf7-not-valid-tip {
  color: #960000; }

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