:root {
  --fixed_header: 67px;
  --fixed_footer: 76px;
  --section_spacing: 2rem;
}

.flc-header-fixed-top.fixed-transparent {
  --fixed_header: 0px;
}

@media (min-width: 576px) {
  :root {
    --fixed_footer: 38px;
    --fixed_header: 107px;
  }
}

@media (min-width: 768px) {
  :root {
    --section_spacing: 3rem;
  }
}

@media (min-width: 992px) {
  :root {
    --fixed_footer: 0px;
    --section_spacing: 5rem;
    --fixed_header: 133px;
  }

  .alert-footer-active {
    --fixed_footer: 38px;
  }

}

@media (min-width: 1199px) {
  :root {
    --section_spacing: 6rem;
  }
}

@media (min-width: 1550px) {
  :root {
    --fixed_header: 116px;
  }
}

.wrap {
  margin-top: var(--fixed_header);
}

html {
  scroll-padding-top: var(--fixed_header);
  scroll-padding-bottom: var(--fixed_footer);
}

.flc-section-padding,
.content-wrap {
  padding-top: var(--section_spacing);
  padding-bottom: var(--section_spacing);
}

.flc-section-margin {
  margin-top: var(--section_spacing);
  margin-bottom: var(--section_spacing);
}

.white-me {
  filter: brightness(0) invert(1);
}

.text-black {
  color: black !important;
}

/* .has-submenu .svg-inline--fa {
  color: var(--secondary);
} */

/* .flc-section-padding header {
  text-align: center;
  padding-bottom: 2rem;
}

.flc-section-padding header>h2 {
  margin: 0;
  padding: 0;
}

@media(max-width: 768px) {
  .flc-section-padding header {
    padding-bottom: 1.4rem;
  }

  .flc-section-margin header {
    padding-bottom: 1.4rem;
  }
} */

.attachment-fixed {
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .attachment-fixed {
    background-attachment: fixed;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* GLOBAL */

.bg-light {
  background-color: var(--light) !important;
}

.logged-in img:not([alt]),
.logged-in img[alt=""]:not([aria-hidden="true"]) {
  border: 5px solid red;
}

body {
  font-family: var(--font_body);
  color: var(--body_text_color);
  line-height: 1.9;
}

.text-body {
  color: var(--body_text_color) !important;
}

.font-body {
  font-family: var(--font_body) !important;
}

.flc-hero_image-standard {
  min-height: calc( 100vh - var(--fixed_header) );
}

@media (max-width: 991px) {
  .flc-hero_image-standard {
    padding-bottom: var(--fixed_footer);
    padding-top: var(--fixed_header);
  }

  .flc-hero_image-standard .h1 {
    font-size: 2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead,
.font-heading,
.hgroup {
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
  text-transform: uppercase;
}

.text-shadow {
  text-shadow: 0px 0px 6px #0000009c;
}

body.media {
  display: block;
}

a,
button,
svg {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s
}

.h3,
h3,
dt {
  font-size: 1.75rem;
}

.has-background {
  background-size: cover;
}

.header-height {
  min-height: var(--header_height);
}

#search-box{
  z-index: 1;
}

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

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

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

#content {
  position: relative;
}

.content-highlight {
  position: absolute;
  transition: .2s;
  top: 0;
  left: 0;
  background: #fff8a3;
  z-index: -1;
}

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

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

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

/* SAGE DEFAULT */
.comment-list ol {
  list-style: none;
}

.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 (max-width: 575px) {
  .alignleft, .alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

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

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

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

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

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

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

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

.bg-primary .flc-socials:not(.socials-border) a .svg-inline--fa,
.bg-secondary .flc-socials:not(.socials-border) a .svg-inline--fa,
.white-outline .flc-socials:not(.socials-border) a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.has-submenu .svg-inline--fa {
  padding: 0 !important;
  border-bottom: 0 !important;
}

/* NAVBAR */
.navbar-brand img {
  width: auto;
  max-height: 90px;
}

.navbar-brand svg{
  width: 200px;
  max-height: 90px;
}
@media (max-width:575px){
  .navbar-brand img, .navbar-brand svg{
    max-height: 50px;
  }
  .navbar-brand svg{
    width: 90px;
  }

}

.navbar-nav.sm-collapsible .sub-arrow::before {
  display: none;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  border: none;
}

.sub-arrow svg {
  border: none !important;
}

.navbar-nav a .sub-arrow .fa-angle-down {
  transition: transform 0.3s ease;
  pointer-events: none;
}

.dropdown-menu {
  width: auto !important;
}

@media (max-width: 991px) {
  .navbar-nav a.highlighted .sub-arrow .fa-angle-down {
    transform: rotate(90deg);
  }
}

@media (min-width: 992px) {
  .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
  }
}
.navbar .navbar-collapse {
  flex-wrap: wrap;
  z-index: 99;
}

/* .dropdown-item.active,
.dropdown-item:active,
.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-nav a {
  text-decoration: none !important;
}

.style-switcher {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}

.btn-wcag {
  position: relative;
  height: 40px;
  width: 55px;
  padding: .2rem .5rem !important;
  font-size: 1rem;
  line-height: 1;
  border-radius: .25rem;
  background-color: white;
  color: var(--primary_wcag);
  border-color: var(--primary_wcag);
}

.btn-wcag-round {
  width: 40px;
}

.btn-wcag:focus,
.btn-wcag:hover {
  background-color: var(--primary_wcag);
  color: white;
  border-color: white;
}

.navbar-dark .btn-wcag {
  background-color: var(--primary_wcag);
  color: white;
  border-color: white;
}

.navbar-dark .btn-wcag:focus,
.navbar-dark .btn-wcag:hover {
  background-color: white;
  color: var(--primary_wcag);
  border-color: var(--primary_wcag);
}

.navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: white;
}

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

.navbar-dark .dropdown-menu a {
  color: var(--primary);
}

.navbar-dark .dropdown-menu a:hover,
.navbar-dark .dropdown-menu a:focus,
.contrastHigh .navbar-dark .dropdown-menu a:hover,
.contrastHigh .navbar-dark .dropdown-menu a:focus {
  color: var(--secondary) !important;
  background-color: var(--light);
}

.contrastHigh .navbar-dark .dropdown-menu a:not(.btn):focus {
  outline: 2px dotted currentColor !important;
  background-color: transparent;
}

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

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

.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
  color: var(--primary);
  border-color: var(--primary);
  background: white;
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
  background: var(--primary);
}

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

.navbar-light .navbar-nav a,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #121D39;
}

.navbar-light .navbar-nav a .fa-angle-down {
  color: var(--secondary)
}

.navbar-light .dropdown-menu a:hover,
.navbar-light .dropdown-menu a:focus,
.contrastHigh .navbar-light .dropdown-menu a:hover,
.contrastHigh .navbar-light .dropdown-menu a:focus {
  color: var(--primary);
  background-color: var(--light);
}

.contrastHigh .navbar-light .dropdown-menu a:not(.btn):focus {
  outline: 2px dotted currentColor !important;
  background-color: transparent;
}

.navbar-light .navbar-toggler {
  color: var(--primary);
  border-color: var(--primary);
}

.navbar-light .navbar-toggler span {
  background: var(--primary);
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
  color: white;
  border-color: white;
  background: var(--primary);
}

.navbar-light .navbar-toggler:hover span,
.navbar-light .navbar-toggler:focus span {
  background: white;
}

.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-light .navbar-nav.sm-collapsible .sub-arrow {
  border-color: var(--primary);
}

.navbar-light .dropdown-menu {
  border-color: var(--primary);
}

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

.link-style-underline .navbar-nav > li > .nav-link {
  position: relative;
}

.link-style-underline .navbar-nav > li > .nav-link::before {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  will-change: transform;
  background-color: var(--secondary);
  height: 2px;
  transform-origin: left;
}

.link-style-underline .navbar-nav > li > .nav-link.highlighted::before,
.link-style-underline .navbar-nav > li > .nav-link:hover::before,
.link-style-underline .navbar-nav > li > .nav-link:focus::before {
  transform: scaleX(1);
} 

.navbar-light.link-style-background .navbar-nav > li > .nav-link.highlighted,
.navbar-light.link-style-background .navbar-nav > li > .nav-link:hover,
.navbar-light.link-style-background .navbar-nav > li > .nav-link:focus {
  background-color: var(--primary);
  color: white;
}

.navbar-dark.link-style-background .navbar-nav > li > .nav-link.highlighted,
.navbar-dark.link-style-background .navbar-nav > li > .nav-link:hover,
.navbar-dark.link-style-background .navbar-nav > li > .nav-link:focus {
  background-color: white;
  color: var(--primary) !important;
}

.navbar-toggler,
.style-switcher-burger,
.search-toggler-mobile-burger {
  position: relative;
  height: 40px;
  width: 55px;
  padding: .2rem .5rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border-radius: .25rem;
  border-width: 1px;
}

.navbar-toggler span {
  border: none;
  height: 2px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  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);
  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);
  transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}

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

/* CF7 & SEARCH FORM */
.search-form label {
  font-weight: normal;
}

.wpcf7-form, .error404 .searchform {
  max-width: 550px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
  width: 100%;
}

/* SUBMENU */
.flc-submenu:not(.nostyling) ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.submenu-column ul {
  flex-direction: column;
  align-content: center;
}

.flc-submenu:not(.nostyling) li {
  width: 100%;
  padding: 3px
}

.flc-submenu:not(.nostyling) a {
  border-radius: 100px !important;
  font-family: var(--font_heading);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 5px;
}

@media (min-width: 767px) {
  .flc-submenu:not(.nostyling) li {
    width: 50%;
  }
}

/* BUTTONS */
.btn {
  text-decoration: none !important;
  border-radius: 0;
  white-space: normal;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: var(--font_heading);
}

.btn:focus {
  box-shadow: unset;
  outline-color: transparent;
}

.btn .svg-inline--fa {
  border-bottom: none !important;
}

.btn-standard .btn {
  border-radius: 0 !important;
}

.btn-rounded .btn {
  border-radius: 0.5rem !important;
}

.btn-oval .btn {
  border-radius: 300px !important;
}

.btn-blob .btn {
  border-top-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: .8rem !important;
  border-top-right-radius: 0 !important;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.btn-double-border .btn {
  position: relative;
  border-radius: 0 !important;
}

.btn-double-border .btn::before {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  content: " ";
  display: block;
  border: 1px solid white;
  transition: border 0.3s ease;
}

.btn-gradient .btn-primary {
  position: relative;
  z-index: 1;
  border-radius: 0 !important;
  background: linear-gradient( to right, var(--primary), var(--secondary) );
  color: white !important;
}

.btn-gradient .btn-primary::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  border: none !important;
  opacity: 0;
  background: linear-gradient( to left, var(--primary), var(--secondary) );
  transition: opacity 0.3s ease;
}

.btn-gradient .btn-primary:hover::before,
.btn-gradient .btn-primary:focus::before {
  opacity: 1;
}

.contrastHigh.btn-gradient .btn-primary {
  background: var(--primary);
}

.contrastHigh.btn-gradient .btn-primary::before {
  background: white;
}

.contrastHigh.btn-gradient .btn-primary:hover,
.contrastHigh.btn-gradient .btn-primary:focus {
  color: var(--primary) !important;
}

.btn-double-border .btn-outline-primary::before {
  border-color: var(--primary);
}

.btn-double-border .btn-outline-primary:hover::before,
.btn-double-border .btn-outline-primary:focus::before {
  border-color: white;
}

.btn-double-border .btn-outline-secondary::before {
  border-color: var(--secondary);
}

.btn-double-border .btn-outline-secondary:hover::before,
.btn-double-border .btn-outline-secondary:focus::before {
  border-color: white;
}

.btn-double-border .btn-primary:hover::before,
.btn-double-border .btn-primary:focus::before {
  border-color: var(--primary);
}

.btn-double-border .btn-secondary:hover::before,
.btn-double-border .btn-secondary:focus::before {
  border-color: var(--secondary);
}

/* .btn-custom {
  border: none;
  border-bottom: 3px solid black;
  text-transform: uppercase;
  color: black;
  transition: all 0.3s ease;
  position: relative;
  min-width: 225px;
  text-align: left;
}

.btn-custom::before {
  display: block !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  content: " " !important;
  position: absolute !important;
  transition: all 0.3s ease !important;
  background-color: black !important;
  top: 100% !important;
  z-index: -1 !important;
  border: none !important;
}

.btn-custom:hover,
.btn-custom:focus {
  color: white !important;
}

.btn-custom:hover::before,
.btn-custom:focus::before {
  top: 0 !important;
} */

.btn-link::before {
  display: none !important;
}

/* MOBILE CTA */

.call-to-action-mobile-margin {
  margin-bottom: var(--fixed_footer) !important;
}

.call-to-action-mobile-padding {
  padding-bottom: var(--fixed_footer) !important;
}

.call-to-action-mobile .btn-container {
  gap: 0 !important;
}

.call-to-action-mobile .btn {
  width: 100%;
  border-radius: 0 !important;
  padding: .375rem .75rem;
}

@media (min-width: 575px) {
  .call-to-action-mobile .btn-container {
    flex-direction: row !important;
  }

  .call-to-action-mobile .btn {
    width: 50%;
  }
}

.btn-container {
  display: flex;
  gap: 1rem;
}

/* BLOG & POSTS */
.entry-summary {
  margin-bottom: 4rem;
  padding-bottom: 6rem;
  position: relative;
  border-bottom: 1px dashed;
}

.entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
  margin: 0 auto 1rem;
  display: block;
}

.entry-summary .sharing {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2rem;
}

.more-link {
  bottom: 0;
  right: 15px;
}

.flc-latest_posts-bethatbeautiful .more-link {
  right: 0;
}

.flc-latest_posts-standard .more-link {
  right: auto;
  left: 30px;
}

@media (max-width: 991px) {
  .flc-latest_posts-standard .latest-posts-container .row > div:not(:last-of-type) {
    margin-bottom: 3rem;
  }

  .flc-latest_posts-bethatbeautiful .latest-posts-container .row > div:not(:last-of-type) {
    margin-bottom: 3rem;
  }  
}

@media (min-width: 1530px) {
  .flc-latest_posts-bethatbeautiful .latest-posts-container {
    max-width: 1500px
  }
}

@media (min-width: 992px) {
  .flc-latest_posts-bethatbeautiful .latest-posts-container .row > div:not(:last-of-type) {
    border-right: 3px solid white;
  }
}

@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail {
    float: left;
    margin-right: 1rem;
  }
	.entry-content .attachment-thumbnail {
    float: right;
    margin-left: 1rem;
  }
}



/* LAZY LOADING */
.lazyload-container>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
}

.lazyload-container {
  position: relative;
  overflow: hidden;
}

.container-post-thumbnails::after {
  padding-bottom: 64.2857142857%;
}

.container-post-thumbnail-side::after {
  padding-bottom: 155.555555556%;
}

.container-square::after {
  padding-bottom: 100%;
}

.container-panoramic::after {
  padding-bottom: 56.25%;
}

.lazyload-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}

/* SOCIALS */
.flc-socials a,
.sharing a {
  margin: 5px;
}

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

.socials-border a {
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 3px 7px;
  display: inline-block;
}

.socials-border a:hover,
.socials-border a:focus {
  border-color: var(--secondary);
}

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

.social-colors .color-facebook {
  color: #3b5998
}

.social-colors .color-twitter {
  color: #4099ff
}

.social-colors .color-google-plus {
  color: #d34836
}

.social-colors .color-linkedin {
  color: #0077B5
}

.social-colors .color-youtube {
  color: #e52d27
}

.social-colors .color-pinterest {
  color: #BD081C
}

.social-colors .color-instagram {
  color: #CD486B
}

.social-colors .color-yelp {
  color: #d32323
}

/* IMAGE HEADER */

.header-image {
  background-size: cover;
  margin-top: var(--fixed_header);
}



@media (min-width: 768px) {
  .header-image.overlay-solid,
  .header-image.overlay-solid a {
    color: white;
  }
}

@media (max-width: 767px) {
  .header-image-desktop {
    min-height: auto !important;
    color: black !important;
    background-image: url('') !important;
    margin-top: 0 !important;
  }
  .header-image-desktop::before {
    display: none !important;
  }
  .header-image .breadcrumb,
  .header-image h1 {
    margin-bottom: 0;
  }
  .header-image h1 {
    color: black !important;
  }
  .contrastHigh .header-image h1,
  .contrastHigh .header-image a {
    color: white !important;
  }
}

/* BREADCRUMBS */
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .header-image.overlay-solid .breadcrumb-item.active,
  .header-image.overlay-solid .breadcrumb-item+.breadcrumb-item::before {
    color: white;
  }
}

/* LOGOS */
.logo-container {
  gap: 2rem;
}

@media (min-width: 1400px) {
  .logo-container {
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .flc-logos-standard .flc-logo img {
    max-height: 50px;
    width: auto;
  }
}

/* HEADER ROW */
.header-row img {
  max-width: 100%;
}

/* BEFORE AFTER GALLERY */
.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus, .cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */
.overlay-solid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.6;
  position: absolute;
  transition: opacity 0.3s ease;
}

.overlay-solid.overlay-primary::before {
  background: var(--primary);
  opacity: 0.5;
}

.overlay-solid.overlay-secondary::before {
  background: var(--secondary);
  opacity: 0.5;
}

.overlay-solid.overlay-light::before {
  background: var(--light);
  opacity: 0.5;
}

.overlay-gradient-to-left::before {
  background: linear-gradient(to left, rgba(73, 117, 150, 0.52), rgba(73, 117, 150, 0));
}

.overlay-gradient-to-right::before {
  background: linear-gradient(to right, rgba(73, 117, 150, 0.52), rgba(73, 117, 150, 0));
}

.flc-text-image-header.overlay-solid::before,
.flc-latest_posts-bethatbeautiful.overlay-solid::before,
.flc-tabs-horizontal.overlay-solid::before {
  display: none;
}

a.overlay-solid-hover:hover::before,
a.overlay-solid-hover:focus::before {
  opacity: 0.4
}

/* FAQ */
.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* CAROUSEL TEXT ONLY */
.carousel-text-only .bx-wrapper {
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
}

/* CAROUSEL ROW LOGOS */
.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL IMAGE WITH TEXT */
.carousel-image-with-text .carousel-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
  padding-right: 20%;
}

.carousel-image-with-text .position-relative>img {
  width: 100%;
}

.carousel-image-with-text .bx-wrapper .bx-pager, .carousel-image-with-text .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  position: absolute;
  bottom: 2rem;
}

.carousel-image-with-text, .carousel-image-with-text .bx-wrapper, .carousel-image-with-text img {
  height: 22.65vw;
  overflow: hidden;
}

/* CAROUSEL BACKGROUND IMAGE */
.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background, .carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}


/* flc-amenities */
.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}

@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */
.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #F8F9FA;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* EXPANDABLE REVIEWS */
.morelink {
  margin-top: 1rem;
  display: block;
}

#testimonials-modal .modal-content {
  max-height: 70vh;
}

#testimonials-modal .modal-body {
  overflow: auto;
}

#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-blockquote cite {
  font-size: 1.3rem;
}

.testimonials-stars .fa-star {
  margin-right: 3px;
  color: var(--secondary);
  font-size: 1rem;
}

.testimonials-average {
  font-size: 2rem;
}

.testimonials-average small {
  font-size: 50%;
}

.testimonials-blockquote .position-absolute {
  font-size: 4rem;
  opacity: 0.4;
  z-index: -1;
  color: var(--primary);
  top: -1rem;
  left: -1rem;
}

/* TEAM */
.section-team img {
  max-width: 100%;
}

.section-team figcaption {
  margin: 1rem 0;
}

/* flc-coupons */
.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }

  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE */
.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 400px;
  position: relative;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul, .touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover .h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* MENU IMAGE BRICKS */
.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover, .menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img, .menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */
.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr, .table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th, .table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th, .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }

  .table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
    border: none !important;
  }

  .table-javascript thead {
    display: none;
  }

  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */
#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#btn-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  z-index: 1;
}

.flc-video {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1200px) {
  .container.content-wrap,
  .mw-960 {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .mw-720 {
    max-width: 720px;
  }
}

/* Gravity Forms */

.gform_legacy_markup_wrapper .gfield_required {
  color: inherit;
}

.gform_legacy_markup_wrapper .gfield_required_text {
  font-size: 80%;
  font-weight: 400;
  margin: 0;
}

.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
  width: 100%;
}

label {
  margin-bottom: 0;
}

.testimonials-carousel-shorten .testimonials-blockquote {
  font-style: italic;
  margin-bottom: 2rem;
  position: relative;
  padding: 0 22px;
}

.testimonials-carousel-shorten .testimonials-blockquote p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.testimonials-carousel-shorten .testimonials-blockquote cite {
  font-weight: 900;
  font-style: normal;
  font-size: .8rem;
}

.section-contact p:last-of-type {
  margin-bottom: 0;
}


/* TYPOGRAPHY */
h6, .h6 {
  font-size: 1.1rem;
}

.display-1 {
  font-size: 5rem;
}

.display-2 {
  font-size: 4.5rem;
}

.display-3 {
  font-size: 3.5rem;
}

.display-4 {
  font-size: 3rem;
}


@media(max-width: 768px) {

   h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6,
  .display-1, .display-2, .display-3, .display-4 {
    line-break: auto;
  }

  h1, .h1 {
    font-size: 2.2rem;
  }

  .display-1 {
    font-size: 3rem;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 2.1rem;
  }

  .display-4 {
    font-size: 2rem;
  }
}

@media(max-width: 576px) {
  .display-1 {
    font-size: 2.5rem;
  }
  .display-2 {
    font-size: 2.2rem;
  }
}

/* /TYPOGRAPHY */


.flc-gallery a.gallery-image {-webkit-appearance:none!important;}

.text_with_media-imposed .media-container {
  position: relative;
}

.text_with_media-imposed .media-container::before {
  position: absolute;
  z-index: -1;
  content: " ";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #d8ab4a;
  transform: translate(-10px, 10px);
}

.text_with_media-imposed .content-container {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .text_with_media-imposed .content-container {
    transform: translateX(-2rem);
  }
  .text_with_media-imposed .media-container::before {
    transform: translate(-2rem, 2rem);
  }
}

.flc-service_menu-services .row > div {
  min-height: 300px;
}

@media (min-width: 1199px) {
  .flc-service_menu-services .row > div {
    min-height: 600px;
  }
}

.flc-service_menu-services .row .image-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text_with_media-background {
  position: relative;
}

.text_with_media-background::before {
  position: absolute;
  content: " ";
  display: block;
  top: 1.5rem;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  background-color: #F8F9FA;
  z-index: -1;
}

.min-h-100 {
  min-height: 100vh;
}

.min-h-33 {
  min-height: 33.3333333333vh;
}

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

.clearwellness {
  position: relative;
  min-height: 70vh;
}

.clearwellness .container {
  z-index: 2;
}

.clearwellness::before,
.clearwellness::after {
  display: block;
  position: absolute;
  content: " ";
  right: 0;
  left: 0;
  bottom: 0;
}

.clearwellness::before {
  top: 0;
  background-color: rgba(33, 158, 212, 0.8);
}

.clearwellness::after {
  height: 150px;
  background: linear-gradient(0deg,rgba(33, 158, 212, 1) 0,rgba(33, 158, 212, 0.7) 50%,rgba(33, 158, 212, 0.0) 100%);
}

.contact-clearwellness {
  background-color: #817c7b;
}

.turn-white {
  filter: brightness(0) invert(1);
}

@media (min-width: 1530px) {
  .mw-1500 {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1950px) {
  .mw-1920 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .flc-text-side-background .match-container {
    max-width: 540px;
  }
}

.flc-text-image-header .image-header {
  top: 0;
  right: 0;
  left: 0;
  min-height: 80%;
  max-height: 33.333333vw;
}

/* .flc-text-image-header .heading-on-header {
  text-shadow: 8px 6px 14px rgba(0, 0, 0, 0.71);
} */

.bg-transparent {
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .tabs-nav .page_item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .tabs-nav .page_item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.content > *:last-child {
  margin-bottom: 0;
}

.home-hero .translate-y-50 {
  transform: translateY(50%);
}

.no-underlines {
  text-decoration: none !important;
}

.yes-underlines {
  text-decoration: underline !important;
}

.flc-header-popup {
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.bg-menu .flc-header-popup {
	background-color: rgba(255, 255, 255, 0.855);
}

.menu-open .flc-header-popup {
	background-color: rgba(0, 0, 0, 0.855);
}

.flc-header-popup-modal {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.855);
	left: 0;
  right: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	top: 76px;
}

.menu-open .flc-header-popup-modal {
	opacity: 1;
	z-index: 1031;
	overflow-y: auto;
	visibility: visible;
	height: calc(100% - 76px);
}

.flc-header-popup .navbar-nav a.highlighted .sub-arrow .fa-angle-down {
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .flc-header-popup-modal {
    top: var(--fixed_header);
  }
  
  .menu-open .flc-header-popup-modal {
    height: calc(100% - var(--fixed_header));
  }
}

.flc-header-popup .has-submenu > svg {
  display: none !important;
}

.flc-header-popup .nav-link {
	font-size: 1.3rem;
  padding-left: 0.5rem;
}

.flc-header-popup .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.flc-header-popup-modal .sub-arrow {
	border: 1px solid white !important;
}

.flc-header-popup .dropdown-menu {
  background: rgba(162,162,162,.1);
}

.flc-header-popup .navbar-toggler,
.flc-header-popup .navbar-toggler:hover,
.flc-header-popup .navbar-toggler:focus {
  color: white;
  border: none;
  position: relative;
  height: 40px;
  width: 48px;
  background-color: transparent;
}

.flc-header-popup .navbar-toggler:hover span,
.flc-header-popup .navbar-toggler:focus span,
.flc-header-popup .navbar-toggler span {
  background: white;
  height: 4px;
  width: 55px;
  top: 0px;
  left: 50%;
}

.flc-header-popup .navbar-toggler span:nth-of-type(2) {
  top: 18px;
}

.flc-header-popup .navbar-toggler span:nth-of-type(3) {
  top: 36px;
}

.flc-header-popup .navbar-toggler[aria-expanded="true"] .top {
  transform: translateY(18px) translateX(-50%) rotate(45deg);
}

.flc-header-popup .navbar-toggler[aria-expanded="true"] .bottom {
  transform: translateY(-18px) translateX(-50%) rotate(-45deg);
}

.menu-container {
  max-height: 100%;
  width: 100%;
}

@media (min-width:550px) {
  .menu-container {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .side-left {
    width: 100%;
  }
}

.btn-wcag.position-fixed {
  top: 1rem;
  right: 1rem;
  z-index: 1032;
  padding: 0;
}

@media (min-width: 992px) {
  .seperator li:not(:last-of-type) {
    display: flex;
  }
  
  .seperator li:not(:last-of-type)::after {
    content: ' | ';
    margin: .5rem 0;
  }
}

@media (min-width: 991px) {
  .flc-text-side-background-align-items-end::before {
    left: 50%;
  }

  .flc-text-side-background-align-items-end .content {
    padding-left: 2.5rem;
  }

  .flc-text-side-background-align-items-start::before {
    right: 50%;
  }

  .flc-text-side-background-align-items-start .content {
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px ) {
  .flc-header-oculoplastic .navbar > div,
  .flc-header-oculoplastic .navbar li {
    width: 100%;
  }
}

.flc-header-oculoplastic {
  transition: background-color 0.3s ease;
}

.bg-menu .flc-header-oculoplastic,
.menu-open .flc-header-oculoplastic {
	background-color: #6B72B6;
}

.class-inner {
  position: relative;
}

.flc-contact-oculoplastic {
  min-height: var(--header_height);
}

@media (min-width: 1200px) {
  .flc-text_with_media-fullwidth .text-side:not(.text-side-right) {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
}

.flc-text_with_media .text-side-left.justify-content-end .btn-container {
  justify-content: end;
}

.flc-text_with_media .text-side-left.justify-content-end .btn-container a:last-child {
  margin-right: 0 !important;
}

.flc-columns-headers .header-container {
  min-height: 350px;
}

.flc-columns-headers .image-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .flc-latest_posts-bethatbeautiful .post-single {
    border-right: 3px solid white;
  }
  
  .flc-latest_posts-bethatbeautiful .post-single:last-of-type {
    border-right: none;
  }
}

.flc-latest_posts-bethatbeautiful .more-link {
  left: 0;
  right: auto;
}

.tabs-nav a {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .tabs-nav a {
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 767px) {
  .flc-tabs-horizontal .btn {
    margin: 0 0 0.5rem !important;
    width: 100%;
  }
}


.text-right .btn-container {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.text-left .btn-container {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.text-center .btn-container {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

@media (min-width: 575px) {
	.text-sm-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-sm-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-sm-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-md-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-md-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-lg-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-lg-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

@media (min-width: 1199px) {
	.text-xl-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-xl-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-xl-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

.side-lines {
  position: relative;
  display: inline-block;
}

.side-lines::before,
.side-lines::after {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  height: 2px;
  width: 150px;
  transform: translateY(50%);
  background-color: var(--secondary);
}

.side-lines::before {
  right: calc( 100% + 4rem );
}

.side-lines::after {
  left: calc( 100% + 4rem );
}

.side-lines-left::before {
  display: none;
}

.side-lines-right::after {
  display: none;
}

/* h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-transform: uppercase;
} */

.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
  width: 100% !important;
}

@media (min-width: 575px) {
  .container-max .content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-max .content,
  .container-xs {
    --current_container: 720px;
    max-width: var(--current_container);
  }
}

@media (min-width: 992px) {
  .container-max .content,
  .container-sm {
    --current_container: 960px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1200px) {
  .container-max .content {
    --current_container: 1140px;
  }
}

@media (min-width: 1430px) {
  .container-max .content,
  .container-l,
  .container-xl,
  .container-xxl {
    --current_container: 1400px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1580px) {
  .container-max .content,
  .container-xl,
  .container-xxl {
    --current_container: 1550px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1750px) {
  .container-xxl {
    --current_container: 1720px;
    max-width: var(--current_container);
  }
  .container-max .content {
    --current_container: 100vw;
    max-width: 100%;
  }
}

.container-max {
  --current_container: 100vw;
  max-width: 100%;
}

@media (min-width: 1950px) {
  .container-max {
    --current_container: 1920px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1200px) {
  .horizontal-footer {
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
  }
  
  .horizontal-footer p {
    margin-bottom: 0;
  }
}

.btn-wcag-absolute {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  padding: 0 !important;
  width: 40px;
}

@media (min-width: 1950px) {
  .btn-wcag-absolute {
    right: auto;
    left: calc( 1920px + calc( calc( 100vw - 1920px ) / 2 ) );
  }
}

/* if you use .btn-wcag-absolute this is so it won't collide with the main navigation */
@media (min-width: 992px) and (max-width: 1270px) {
  .flc-header-standard .container {
    padding-right: 3rem;
  }
}

@media (max-width: 991px) {
  .mobile-container {
    width: 100%;
  }
}

.flc-latest_posts-row .media:not(:last-of-type) {
  border-bottom: 3px solid var(--light);
}


.media-container-carousel .bx-controls {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.media-container-carousel img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-container-carousel p {
  position: absolute;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.media-container-carousel .btn {
  position: absolute;
  bottom: 1rem;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* HEAD */

a:not(.btn),
button,
.btn-link {
  color: var(--primary);
}

a:not(.btn):hover,
a:not(.btn):focus,
button:hover,
button:focus {
  color: var(--secondary);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex='-1']):not(.btn):focus,
.coupons li {
  outline-color: var(--secondary);
}

.bg-white a:focus {
  outline-color: var(--secondary)!important;
}

.text-primary {
  color: var(--primary)!important;
}

.bg-primary {
  background-color: var(--primary)!important;
}

.border-primary {
  border-color: var(--primary)!important;
}

.text-secondary {
  color: var(--secondary)!important;
}

.bg-secondary {
  background-color: var(--secondary)!important;
}

.border-secondary {
  border-color: var(--secondary)!important;
}

.bg-primary,
.bg-secondary {
  color: white;
}

.flc-submenu:not(.nostyling) a,
.btn-primary {
  background-color: var(--primary);
  border-color: white;
  color: white;
}

.flc-submenu:not(.nostyling) a:hover,
.flc-submenu:not(.nostyling) a:focus,
.flc-submenu:not(.nostyling) a:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: white;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary {
  background-color: white;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
}

.btn-secondary {
  background-color: var(--secondary);
  border-color: white;
  color: white;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: white;
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-secondary {
  background-color: white;
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: var(--secondary);
  color: white;
}

/* CONTRAST */

.contrastHigh .text-justify {
  text-align: left !important;
}

.contrastHigh .flc-header:not(.link-style-underline) .navbar-nav a {
  text-decoration: underline !important;
}

.contrastHigh .flc-socials:not(.socials-border) a .svg-inline--fa {
  border-bottom: 1px solid var(--secondary_wcag);
  padding-bottom: 2px;
}

.contrastHigh .bg-wcag-image {
  background-image: url('') !important;
}

.contrastHigh .bg-wcag-primary {
  background-color: var(--primary_wcag) !important;
  background-image: url() !important;
}

.contrastHigh .bg-wcag-primary .text-primary {
  color: white !important;
}

.contrastHigh .bg-wcag-secondary,
.contrastHigh .carousel-background-image::after {
  background-color: var(--secondary_wcag) !important;
  background-image: url() !important;
}

.contrastHigh .bg-wcag-secondary .text-secondary {
  color: white !important;
}

.contrastHigh .bg-wcag-white {
  background-color: white !important;
}

.contrastHigh .bg-wcag-white .text-white {
  color: black !important;
}

.contrastHigh .bg-wcag-primary a:not(.btn):focus,
.contrastHigh .bg-wcag-secondary a:not(.btn):focus {
  outline-color: white !important;
  color: white;
}

.contrastHigh .bg-wcag-primary a:hover,
.contrastHigh .bg-wcag-secondary a:hover {
  color: white !important;
}

.contrastHigh .section-opening-hours .current-day {
  border: 1px solid;
}

.contrastHigh .carousel-wcag .bx-controls-direction a,
.contrastHigh .carousel-wcag .bx-controls-auto-item a,
.contrastHigh .carousel-wcag .bx-pager a {
  background: white;
  padding: 3px;
}

.contrastHigh .carousel-wcag .bx-controls-direction a:hover,
.contrastHigh .carousel-wcag .bx-controls-direction a:focus,
.contrastHigh .carousel-wcag .bx-controls-auto-item a:hover,
.contrastHigh .carousel-wcag .bx-controls-auto-item a:focus,
.contrastHigh .carousel-wcag .bx-pager a:hover,
.carousel-wcag .bx-pager a:focus {
  background: var(--secondary_wcag);
  color: white;
  outline: none;
}

.contrastHigh #btn-video {
  background: white;
}

.contrastHigh #btn-video .svg-inline--fa {
  border-bottom: 1px solid var(--secondary_wcag)!important;
  padding-bottom: 2px;
}

.text-shadow {
  text-shadow: 0px 0px 6px #0000009c;
}

/* .flc-header-between {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

@media (min-width: 1200px) {
  .flc-header-between .container {
    max-width: calc( 100% - calc( calc( 100% - 1140px ) / 2) );
    margin-left: 0;
  }
} */

/* flc-service_menu-standard */
.flc-service_menu-standard .row a:focus {
  outline: 3px dotted var(--primary);
  box-shadow: 0px -0px 0px 3px white;
}

.flc-service_menu-standard .row a {
  max-height: 450px;
  position: relative;
}

.flc-service_menu-standard .row a::before {
  z-index: 1;
  transition: all 0.3s ease;
}

.flc-service_menu-standard .row a span {
  padding: 0.5rem;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  right: 0;
  left: 0;
}

.flc-service_menu-standard .row a .image-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flc-service_menu-standard .row a::after {
  display: block;
  content: " ";
  padding-top: 50%;
}

@media (min-width: 575px) {
  .flc-service_menu-standard .row a::after {
    padding-top: 70%
  }
}

@media (min-width: 768px) {
  .flc-service_menu-standard .row a::after {
    padding-top: 100%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flc-service_menu-standard .row .col-md-4 a span {
    font-size: 66.666666%;
  }
}

@media (min-width: 1199px) {
  .flc-service_menu-standard .row a::after {
    padding-top: 150%
  }
}

/* hover-enlarge-image-only */
.flc-service_menu-standard .row a.hover-enlarge-image-only .image-container {
  will-change: transform;
  transition: transform 0.3s ease;
}

.flc-service_menu-standard .row a.hover-enlarge-image-only:hover,
.flc-service_menu-standard .row a.hover-enlarge-image-only:focus {
  z-index: 2;
}

.flc-service_menu-standard .row a.hover-enlarge-image-only:hover .image-container,
.flc-service_menu-standard .row a.hover-enlarge-image-only:focus .image-container {
  transform: scale(1.1);
}

/* hover-enlarge-item */
.flc-service_menu-standard .row a.hover-enlarge-item {
  will-change: transform;
  transition: transform 0.3s ease;
}

.flc-service_menu-standard .row a.hover-enlarge-item:hover,
.flc-service_menu-standard .row a.hover-enlarge-item:focus {
  transform: scale(1.1);
  z-index: 2;
}

/* text-background-white */
.flc-service_menu-standard .row a.text-background-white span {
  background: white;
}

/* text-background-dark */
.flc-service_menu-standard .row a.text-background-dark span {
  background: black;
}

/* text-middle */
.flc-service_menu-standard .row a.text-middle span {
  top: 50%;
  transform: translateY(-50%);
}

/* text-bottom */
.flc-service_menu-standard .row a.text-bottom span {
  bottom: 1rem;
}

/* text-left */
.flc-service_menu-standard .row a.text-left span {
  text-align: left;
}

/* text-center */
.flc-service_menu-standard .row a.text-center span {
  text-align: center;
}

/* text-right */
.flc-service_menu-standard .row a.text-right span {
  text-align: right;
}

/* text-right */
.flc-service_menu-standard .row a.text-right span {
  text-align: right;
}

/* hover-overlay-primary */
.flc-service_menu-standard .row a.hover-overlay-primary:hover::before,
.flc-service_menu-standard .row a.hover-overlay-primary:focus::before {
  background-color: var(--primary);
}

/* hover-overlay-secondary */
.flc-service_menu-standard .row a.hover-overlay-secondary:hover::before,
.flc-service_menu-standard .row a.hover-overlay-secondary:focus::before {
  background-color: var(--secondary);
}

/* hover-overlay-dark */
.flc-service_menu-standard .row a.hover-overlay-dark:hover::before,
.flc-service_menu-standard .row a.hover-overlay-dark:focus::before {
  background-color: black;
}

/* hover-overlay-light */
.flc-service_menu-standard .row a.hover-overlay-transparent:hover::before,
.flc-service_menu-standard .row a.hover-overlay-transparent:focus::before {
  opacity: 0;
}

/* items-should-be-square */
.flc-service_menu-standard .row a.items-should-be-square {
  min-height: auto;
  position: relative;
}

.flc-service_menu-standard .row a.items-should-be-square::after {
  display: block;
  padding-top: 100%;
  content: " ";
}

/* overlay-bottom */
.overlay-bottom::before {
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  content: " ";
  z-index: 1;
  top: auto;
  height: 150px;
  background: linear-gradient( to top, black, transparent)
}

.overlay-bottom.overlay-bottom-gradient-primary::before {
  background: linear-gradient( to top, var(--primary), transparent)
}

.overlay-bottom.overlay-bottom-gradient-secondary::before {
  background: linear-gradient( to top, var(--secondary), transparent)
}

/* black-and-white-to-color */
.flc-service_menu-standard .row a.black-and-white-to-color .image-container {
  filter: grayscale(1) contrast(0.6) brightness(1.3);
  transition: all 0.3s ease;
}

.flc-service_menu-standard .row a.black-and-white-to-color:hover .image-container,
.flc-service_menu-standard .row a.black-and-white-to-color:focus .image-container {
  filter: grayscale(0) contrast(0.6) brightness(1.4);
}

.contrastHigh .flc-service_menu-standard .row a.black-and-white-to-color.text-light span,
.contrastHigh .flc-service_menu-standard .row a.black-and-white-to-color.text-light span {
  background-color: black;
}

/* line-animation */
.flc-service_menu-standard .row a.line-animation span::before {
  bottom: -1rem;
  left: 50%;
  content: '';
  transform: translate(-50%) scaleX(0.5);
  position: absolute;
  height: 2px;
  width: 150px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.flc-service_menu-standard .row a.line-animation:hover span::before,
.flc-service_menu-standard .row a.line-animation:focus span::before {
  transform:  translate(-50%) scaleX(1);
}

/* fit X rows */
@media (min-width: 768px) {
  .flc-service_menu-standard .row a.fit-4-rows {
    max-height: calc(calc(calc(calc( 100vh - var(--fixed_header)) - var(--fixed_footer)) - 6rem) / 4);
  }

  .flc-service_menu-standard .row a.fit-3-rows {
    max-height: calc(calc(calc(calc( 100vh - var(--fixed_header)) - var(--fixed_footer)) - 6rem) / 3);
  }

  .flc-service_menu-standard .row a.fit-2-rows {
    max-height: calc(calc(calc(calc( 100vh - var(--fixed_header)) - var(--fixed_footer)) - 6rem) / 2);
  }
}

/* text-dark */
.contrastHigh .flc-service_menu-standard .row a.text-dark span {
  background: white;
}

/* text-light */
.contrastHigh .flc-service_menu-standard .row a.text-light span {
  background: var(--primary);
}

:root {
  --section_spacing_x: 15px;
}

@media (min-width: 575px) {
  :root {
    --section_spacing_x: 30px;
  }
}

@media (min-width: 768px) {
  :root {
    --section_spacing_x: 2rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --section_spacing_x: 3rem;
  }
}

@media (min-width: 768px) {
  .flc-text-side-heading .heading-side {
    padding-right: var(--section_spacing_x);
  }
}

@media (min-width: 992px) {
  .flc-text_with_media-standard .container-max .media-side-right {
    padding-right: 0;
  }
  
  .flc-text_with_media-standard .container-max .media-side-left {
    padding-left: 0;
  }
}

.object-fit {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .flc-text_with_media.object-fit-media .media-container img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.flc-text_with_media.align-vertical .row > div {
  display: flex;
  align-items: center;
}

.flc-text_with_media.object-fit-media .media-container {
  height: 100%;
}

.flc-text_with_media.after-media .media-container {
  position: relative;
}

.flc-text_with_media.after-media .media-container::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid var(--secondary);
  transform: translate(15px, 15px);
  z-index: 1;
}

.flc-text_with_media.after-media .media-side-right .media-container::before {
  transform: translate(-15px, 15px);
}

.bg-gradient {
  color: white;
}

/* .bg-gradient {
  position: relative;
  color: white;
}

.bg-gradient::before {
  position: absolute;
  top: 30px;
  bottom: 15px;
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  content: " ";
} */

.bg-gradient {
  background: linear-gradient(to left, var(--primary), var(--secondary));
}

.bg-gradient.text-on-left {
  background: linear-gradient(to right, var(--primary), var(--secondary));
}

.contrastHigh .bg-gradient {
  background: var(--primary);
}

@media (min-width: 575px) and (max-width: 767px) {
  .flc-text_with_media .class-inner {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flc-text_with_media .class-inner {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* .flc-text_with_media .content-container {
  padding-top: var(--section_spacing);
  padding-bottom: var(--section_spacing);
} */

@media (min-width: 992px) {
  .flc-text_with_media-standard.text-on-right .text-side {
    padding-left: var(--section_spacing_x);
  }

  .flc-text_with_media-standard.text-on-left .text-side {
    padding-right: var(--section_spacing_x);
  }

  /* .flc-text_with_media-standard.text-on-right .container-max {
    padding-left: 0;
  }

  .flc-text_with_media-standard.text-on-left .container-max {
    padding-right: 0;
  } */
}

/* @media (min-width: 992px) {
  .flc-text_with_media-standard.text-on-right .media-container img {
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  }

  .flc-text_with_media-standard.text-on-left .media-container img {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%) ;
  }

  .flc-text_with_media-standard .media-container img {
    z-index: 1;
    position: relative;
  }

  .flc-text_with_media-standard .text-side {
    padding-top: var(--section_spacing);
    padding-bottom: var(--section_spacing);
  }

  .flc-text_with_media-standard.text-on-right .media-container::before {
    background-color: red;
    border: none;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    transform: translate(15px, 15px);
  }

  .flc-text_with_media-standard.text-on-left .media-container::before {
    background-color: red;
    border: none;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    transform: translate(-15px, 15px) !important;
  }
} */

@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }

  .col-lg-6 {
    --twm_column: 2;
  }

  .col-lg-7 {
    --twm_column: 1.71428571429;
  }

  .col-lg-8 {
    --twm_column: 1.5;
  }
}

@media(min-width: 992px) {
  .flc-text_with_media .text-side .content {
    --container_width: calc(calc( var(--current_container) - var(--standard_container)) / 2);
  }

  .flc-text_with_media.text-on-right .text-side .content {
    margin-right: var(--container_width);
  }
  
  .flc-text_with_media.text-on-left .text-side .content {
    margin-left: var(--container_width);
  }
}

.flc-text_with_media.text-on-right .media-side-left {
  display: none !important;
}

@media (min-width: 992px) {
  .flc-text_with_media.text-on-right .media-side-left {
    display: flex !important;
  }

  .flc-text_with_media.text-on-right .media-side-right {
    display: none !important;
  }
}

.heading-side .heading {
  color: var(--primary);
}

@media (min-width: 768px) {
  .heading-side .heading {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .heading-side .heading {
    font-size: 3.5rem;
    color: var(--primary);
  }
}

.flc-text-standard.has-background.bg-white .content {
  background-color: white;
  padding: var(--section_spacing_x) var(--section_spacing_x);
}

/* CUSTOM */

.liversurgeryny-com .container-custom::after {
  padding-bottom: 28.5714285714%;
}

.liversurgeryny-com #content hgroup {
  text-align: center;
}

.liversurgeryny-com hgroup {
  color: #043366;
}

.liversurgeryny-com .awards {
  overflow: hidden;
}

.liversurgeryny-com .awards h2 {
  display: inline-block;
  background-color: white;
  padding: 0 2rem;
  position: relative;
}

.liversurgeryny-com .awards h2::before {
  display: block;
  content: " ";
  background-color: #ffc107;
  right: -9990px;
  left: -9990px;
  top: 50%;
  height: 1px;
  transform: translateY(50%);
  z-index: -1;
  position: absolute;
}

.liversurgeryny-com .media-side .btn-container {
  justify-content: center;
  margin-top: 2rem;
}

.liversurgeryny-com .flc-service_menu-text .nav,
.liversurgeryny-com .flc-service_menu-text .nav a,
.liversurgeryny-com nav.nostyling a {
  font-weight: bold;
  color: #043366;
  font-size: 1.3rem;
}

.liversurgeryny-com nav.nostyling ul {
  list-style: none;
  padding: 0;
}

.liversurgeryny-com hgroup {
  margin-bottom: 1rem;
}

.liversurgeryny-com .btn {
  text-transform: uppercase;
}

.liversurgeryny-com .btn-lg {
  padding: .7rem 2rem;
}

.liversurgeryny-com .font-weight-bold {
  text-transform: uppercase;
}

.liversurgeryny-com #menu-footer,
.liversurgeryny-com #menu-footer a {
  font-weight: bold;
  text-transform: uppercase;
}

.liversurgeryny-com .has-submenu .fa-angle-down {
  color: #E6B274;
}

.liversurgeryny-com .btn-wcag.position-absolute {
  top: 0;
  left: 0;
  z-index: 2;
  background-color: white !important;
  color: #043366 !important;
  border-color: #043366 !important;
}

.liversurgeryny-com .btn-wcag.position-absolute:hover,
.liversurgeryny-com .btn-wcag.position-absolute:focus {
  background-color: #043366 !important;
  color: white !important;
  border-color: white !important;
}

@media (max-width: 991px) {
  .liversurgeryny-com .transparent-nav {
    background-color: #043366 !important;
  }

  .liversurgeryny-com #menu-primary li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .liversurgeryny-com hgroup {
    margin-bottom: 2rem !important;
  }

  .liversurgeryny-com .header-transparent {
    margin-bottom: -60px;
  }

  .liversurgeryny-com .flc-section-padding-big {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .liversurgeryny-com .site-footer {
    margin: 2rem 0;
  }
}

.danielbenhurimd-com .flc-section .btn-container:not(.danielbenhurimd-com .flc-call_to_action .btn-container) {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.danielbenhurimd-com .flc-section .btn-container .btn:not(.danielbenhurimd-com .flc-call_to_action .btn-container .btn) {
  margin-bottom: 1rem !important;
  margin-right: 0 !important;
}

.danielbenhurimd-com .btn-big-button {
  height: 100%;
  border: 2px solid white;
  padding: 2rem;
  display: block;
  position: relative;
  font-size: 2rem;
  white-space: break-spaces;
  text-align: left;
}

@media (min-widht: 992px) {
  .danielbenhurimd-com .btn-big-button {
    margin-right: 3rem;
  }
}

.danielbenhurimd-com .btn-big-button .media-container {
  height: 100%;
}

.danielbenhurimd-com .btn-big-button::after {
  display: block;
  position: absolute;
  background-color: white;
  right: 1.5rem;
  left: 0;
  bottom: 1.5rem;
  content: " ";
  z-index: 1;
  height: 2px;
  background-color: #004D84;
}

.danielbenhurimd-com .btn-big-button:hover,
.danielbenhurimd-com .btn-big-button:focus {
  color: white;
  background-color: #043366;
}

.danielbenhurimd-com .btn-big-button:hover::after,
.danielbenhurimd-com .btn-big-button:focus::after {
  background-color: #fff;
}

@media (min-width: 1700px) {
  .container-lg {
    max-width: 1650px;
  }
}

.danielbenhurimd-com .site-footer {
  border-top: 2px solid #007bff !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .danielbenhurimd-com .flc-section-padding-big {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1500px) {
  .danielbenhurimd-com .media-container .container-post-thumbnail-side {
    margin-left: 8rem;
  }
}

.danielbenhurimd-com .flc-tabs-horizontal .tab-content {
  background-image: url(http://67.227.227.134/~tom/flc-sage/wp-content/uploads/2022/08/jumbotron-1.jpg);
  background-size: cover;
}

.uptownbodycontouring-com .post-container a h3 {
  color: white !important;
}

.uptownbodycontouring-com .post-container {
  position: relative;
  padding: 1rem;
  height: 100%;
  z-index: 2;
}

.uptownbodycontouring-com .post-container .more-link {
  bottom: 15px;
  left: 15px;
  right: auto;
}

.uptownbodycontouring-com .post-container::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.uptownbodycontouring-com .btn-custom {
  border: none;
  border-bottom: 3px solid black;
  text-transform: uppercase;
  color: black;
  transition: all 0.3s ease;
  position: relative;
  min-width: 225px;
  text-align: left;
}

.uptownbodycontouring-com .btn-custom::after {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  transition: all 0.3s ease;
  background-color: black;
  top: 100%;
  z-index: -1;
}

.uptownbodycontouring-com .btn-custom:hover,
.uptownbodycontouring-com .btn-custom:focus {
  color: white !important;
}

.uptownbodycontouring-com .btn-custom:hover::after,
.uptownbodycontouring-com .btn-custom:focus::after {
  top: 0;
}

.uptownbodycontouring-com .text-white .btn-custom {
  border-bottom: 3px solid white;
  color: white;
}

.uptownbodycontouring-com .text-white  .btn-custom::after {
  background-color: white;
}

.uptownbodycontouring-com .text-white .btn-custom:hover,
.uptownbodycontouring-com .text-white .btn-custom:focus {
  color: black !important;
}

.uptownbodycontouring-com .btn-container {
  position: relative;
  z-index: 2;
}

.uptownbodycontouring-com .flc-section .btn-container:not(.uptownbodycontouring-com .flc-call_to_action .btn-container) {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.battlebornbrainandspine-com nav.nostyling ul {
  list-style: none;
  padding: 0;
}

.bethatbeautiful-com .btn-custom-span {
  border: none;
  border-bottom: 3px solid black;
  text-transform: uppercase;
  color: black;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  text-decoration: none;
  color: black;
}

.bethatbeautiful-com .btn-custom-span::after {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  transition: all 0.3s ease;
  background-color: black;
  top: 100%;
  z-index: -1;
}

.bethatbeautiful-com a:hover .btn-custom-span,
.bethatbeautiful-com a:focus .btn-custom-span {
  color: white !important;
}

.bethatbeautiful-com a:hover .btn-custom-span::after,
.bethatbeautiful-com a:focus .btn-custom-span::after {
  top: 0;
}

.sunrisedentalimplantcenter-com .overflow-hidden.flc-text_with_media-standard {
  overflow: inherit !important;
}

.suttonplacecosmeticdentist-com .bg-light {
  background-color: #F8F8F8 !important;
}

.suttonplacecosmeticdentist-com .bg-dark {
  background-color: #000 !important;
}

.suttonplacecosmeticdentist-com .bg-trans {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.suttonplacecosmeticdentist-com .overflow-hidden.flc-text_with_media-standard {
  overflow: inherit !important;
  position: relative;
}

.suttonplacecosmeticdentist-com .border-me {
  border: 3px solid #F5BE6C;
  padding: 2rem;
}

.suttonplacecosmeticdentist-com .center-heading hgroup {
  text-align: center;;
}

@media (min-width: 992px) {
  .suttonplacecosmeticdentist-com .flc-custom-suttonplacecosmeticdentist .right {
    margin-left: -4rem;
  }

  .suttonplacecosmeticdentist-com .flc-custom-suttonplacecosmeticdentist .left {
    margin-right: -4rem;
  }

  .suttonplacecosmeticdentist-com .flc-custom-suttonplacecosmeticdentist .content {
    position: relative;
    z-index: 1;
    max-width: 540px;
  }

  .suttonplacecosmeticdentist-com .overlap .text-side {
    position: relative;
    z-index: 2;
  }

  .suttonplacecosmeticdentist-com .overlap .text-side-right {
    margin-left: -6rem;
  }

  .suttonplacecosmeticdentist-com .overlap .text-side-left {
    margin-right: -6rem;
  }

  .suttonplacecosmeticdentist-com.contrastHigh .overlap .text-side-right {
    margin-left: 0;
  }

  .suttonplacecosmeticdentist-com.contrastHigh .overlap .text-side-left {
    margin-right: 0;
  }

  .suttonplacecosmeticdentist-com .overlap .media-side-left,
  .suttonplacecosmeticdentist-com .overlap .media-side-right {
    position: relative;
  }

  .suttonplacecosmeticdentist-com .overlap .media-side-left::before,
  .suttonplacecosmeticdentist-com .overlap .media-side-right::before {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 200px;
    content: " ";
    display: block;
  }

  .suttonplacecosmeticdentist-com .overlap .media-side-right::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
    left: 0;
  }

  .suttonplacecosmeticdentist-com .overlap .media-side-left::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
    right: 0;
  }
}

.suttonplacecosmeticdentist-com .flc-header-popup {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.suttonplacecosmeticdentist-com .menu-open .flc-header-popup,
.suttonplacecosmeticdentist-com .bg-menu .flc-header-popup {
  background-color: #000 !important;
}

.suttonplacecosmeticdentist-com .overlap hgroup {
  position: relative;
  display: inline-block;
}

.suttonplacecosmeticdentist-com .overlap hgroup::before,
.suttonplacecosmeticdentist-com .overlap hgroup::after {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  height: 3px;
  width: 150px;
  transform: translateY(50%);
  background-color: #D7BF9D;
}

.suttonplacecosmeticdentist-com .overlap hgroup::before {
  right: calc( 100% + 1rem) ;
}

.suttonplacecosmeticdentist-com .overlap hgroup::after {
  left: calc( 100% + 1rem) ;
}

.suttonplacecosmeticdentist-com .overlap .text-side-right hgroup::before {
  display: none;
}

@media (min-width: 992px) {
	.suttonplacecosmeticdentist-com .overlap .text-side-left hgroup::after {
	  display: none;
	}
}

.suttonplacecosmeticdentist-com .flc-testimonials .testimonials-body::before {
  display: none;
}

.suttonplacecosmeticdentist-com .flc-latest_posts-row .latest-posts-container .media:first-of-type {
  border-bottom: 1px solid #E6E6E6;
}

.suttonplacecosmeticdentist-com .media-container {
  overflow: hidden;
}

.suttonplacecosmeticdentist-com .media-container img {
  transition: transform 0.3s ease;
  transition-delay: 0.3s
}

.suttonplacecosmeticdentist-com .media-container.animate img {
  transform: scale(1.1);
}

.suttonplacecosmeticdentist-com .bg-logo-light{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.suttonplacecosmeticdentist-com .bg-logo-gold-center {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.suttonplacecosmeticdentist-com .bg-logo-gold-center .btn-container {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.suttonplacecosmeticdentist-com .bg-logo-gold-right {
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 100% 250%;
}

.suttonplacecosmeticdentist-com .overlap .side-parallax {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: 100%;
}

.suttonplacecosmeticdentist-com .overlap.text-on-right .side-parallax {
  left: auto;
  right: 0;
}

.suttonplacecosmeticdentist-com .overlap .row,
.suttonplacecosmeticdentist-com .bg-logo-gold-center .container {
  position: relative;
  z-index: 3;
}

@media (min-width: 1400px) {
  .suttonplacecosmeticdentist-com .overlap .container {
    max-width: 1300px;
  }
}

.suttonplacecosmeticdentist-com .btn-wcag-absolute {
  position: absolute;
  top: 2.3rem;
  right: 0;
  border-radius: 0;
  border-color: white;
  color: white;
  background-color: #221F1A;
  padding: 0 !important;
  width: 40px;
}

.suttonplacecosmeticdentist-com .btn {
  text-transform: uppercase;
  padding: .5rem 1.5rem;
}

.suttonplacecosmeticdentist-com .text-black,
.suttonplacecosmeticdentist-com .text-black a:not(.btn) {
  color: #000;
}

.suttonplacecosmeticdentist-com .lead {
  font-size: 1.75rem;
}

.suttonplacecosmeticdentist-com .testimonials-controls-compact .bx-controls, .controls-compact .bx-controls {
  bottom: 3rem;
  right: 1rem;
  transform: translateY(0%);
  background: white;
}

.suttonplacecosmeticdentist-com .testimonials-controls-compact .bx-controls, .controls-compact .bx-controls button {
  color: #000;
}

.suttonplacecosmeticdentist-com .btn-outline-primary,
.suttonplacecosmeticdentist-com .btn-outline-dark {
  background-color: transparent;
}

.suttonplacecosmeticdentist-com .navbar-dark .navbar-toggler {
  color: white;
  border-color: #221F1A;
  border-radius: 0;
  background: #221F1A;
  width: 46px;
}

.suttonplacecosmeticdentist-com .flc-socials a {
  margin: 3px 8px;
}

.suttonplacecosmeticdentist-com .btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}

.suttonplacecosmeticdentist-com .btn-outline-dark:hover,
.suttonplacecosmeticdentist-com .btn-outline-dark:focus {
  color: #fff;
  background-color: #000;
}

.dallasfacialplasticsurgerycenter-com .flc-hero_image-standard {
  min-height: 46vw;
  background-size: cover;
  background-position: bottom right;
}

.alliedquarries-com .flc-hero_image {
  min-height: calc(100vh - 145px);
}

.alliedquarries-com .flc-hero_image .content {
  background-color: var(--primary);
  position: relative;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}

.alliedquarries-com .flc-hero_image .content::before {
  background-color: var(--primary);
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  display: block;
  content: " ";
  width: 999px;
}

.alliedquarries-com .flc-header {
  background-color: white;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.alliedquarries-com .flc-hero_image .content .h2,
.alliedquarries-com .flc-hero_image .content h2 {
  font-size: 3.5rem;
}

.alliedquarries-com .btn-outline-primary {
  border-right: none;
  border-left: none;
  border-width: 3px;
  font-weight: bold;
  text-transform: uppercase;
}

.alliedquarries-com .btn-primary {
  position: relative;
}

.alliedquarries-com .btn-primary::before {
  position: absolute;
  content: " ";
  display: block;
  background-image: url(../images/pyramid.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  top: -2rem;
  bottom: -1rem;
  z-index: -1;
  transition: all 0.3s ease;
}

.alliedquarries-com .btn-primary:hover::before,
.alliedquarries-com .btn-primary:focus::before {
  top: -3rem;
}

.alliedquarries-com .flc-text_with_media-standard .media-container {
  position: relative;
}

.alliedquarries-com .flc-text_with_media-standard .media-container::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid var(--primary);
  transform: translate(-15px, 15px);
  z-index: 1;
}

.alliedquarries-com .flc-text_with_media-standard .media-side-right .media-container::before {
  transform: translate(15px, 15px);
}

.autumndental-com .testimonials-blockquote {
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 0.5rem;
  height: 100%;
  padding: 30px 15px;
  margin: 0;
}

@media (min-width: 1300px) {
  .autumndental-com .testimonials-blockquote {
    padding: 3rem 3rem;
  }
}

.autumndental-com .testimonials-blockquote .position-absolute {
  top: -1rem;
  right: 1rem;
  left: auto;
  opacity: 1;
  background-image: url(../images/solid-quote-right.png);
  width: 58px;
  height: 51px;
  display: block;
  z-index: 2;
}

.autumndental-com .btn {
  border-radius: 100px;
  font-weight: 700;
}

.autumndental-com .btn-primary {
  background: linear-gradient(to right, #BC371B, #FB8226);
  color: white;
}

.autumndental-com .btn-primary:hover,
.autumndental-com .btn-primary:focus {
  color: white;
  border-color: white;
  box-shadow: 0 .125rem 1rem rgb(216, 88, 32, 0.75) !important;
}

.autumndental-com .btn-wcag-absolute {
  width: 40px;
}

.autumndental-com .flc-section {
  padding-top: var(--section_spacing);
  padding-bottom: var(--section_spacing);
}

.autumndental-com .flc-service_menu-standard {
  padding: 0;
}

.autumndental-com .flc-service_menu-standard .row a {
  border-radius: 1rem;
}

@media (min-width: 1199px) {
  .autumndental-com .flc-service_menu-standard .row a {
    min-height: 600px;
  }
}

.autumndental-com .testimonials-stars .fa-star {
  color: #FC8426;
}

.autumndental-com .site-footer {
  background-color: var(--light);
  padding: 1rem 0;
  font-size: 1rem;
}

.autumndental-com .btn {
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.autumndental-com .navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 1rem;
}

.autumndental-com .bg1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.autumndental-com .flc-contact-mdp {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .autumndental-com .flc-hero_image-standard h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    text-shadow: 0px 3px 6px #00000029;
  }

  .autumndental-com .h1,
  .autumndental-com h1 {
    font-size: 3rem;
    color: var(--primary);
  }

  .autumndental-com .h2,
  .autumndental-com h2 {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}

.autumndental-com .flc-service_menu-standard .row a::after {
  display: block;
  content: " ";
  position: absolute;
  background: linear-gradient(to bottom, rgba(85, 71, 63, 0), rgba(85, 71, 63, 1));
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
}

.autumndental-com .flc-text-standard.overlay-solid.has-background::before,
.autumndental-com .flc-call_to_action-standard::before {
  background: linear-gradient(to right, rgba(85, 71, 63, 0.52), rgba(85, 71, 63, 0));
}

.autumndental-com .flc-text-standard.overlay-solid.has-background.text-on-right::before {
  background: linear-gradient(to left, rgba(85, 71, 63, 0.52), rgba(85, 71, 63, 0));
}

.autumndental-com .flc-service_menu-standard .row a span {
  right: auto;
  bottom: 1rem;
  padding: 0.5rem;
  color: white;
  background-color: transparent !important;
  left: 1.2rem;
  text-transform: none !important;
  z-index: 2;
  font-weight: 600;
  font-size: 2.5rem;
}

.autumndental-com .flc-service_menu-standard .row a span::before {
  width: 42px;
  height: 45px;
  background-image: url(../images/leaf.png);
  background-size: cover;
  display: inline-block;
  content: " ";
  margin-right: 1rem;
}

.autumndental-com .flc-header {
  background: white;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.autumndental-com .flc-section:not(.has-background) hgroup,
.autumndental-com .flc-testimonials-standard hgroup {
  color: var(--primary);
}

.autumndental-com .flc-latest_posts-row h2 {
  text-align: center;
}

.autumndental-com flc-hero_image-standard {
  padding-bottom: 0;
  padding-top: var(--fixed_header)
}

.autumndental-com body,
.autumndental-com .font-body {
  font-size: 1.5rem;
  color: var(--primary);
  line-height: 1.6;
}

@media (min-width: 1300px) {
  .autumndental-com .flc-text_with_media .container,
  .autumndental-com .flc-text .container,
  .autumndental-com .flc-testimonials-standard .container,
  .autumndental-com .flc-header .container {
    max-width: 1280px;
  }
}

@media (min-width: 575px) {
  .autumndental-com .bg1 .media-container img {
    max-width: 400px;
  }

  .autumndental-com .bg1 .media-side  {
    text-align: center !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
}

.autumndental-com .testimonials-blockquote cite {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
}

.autumndental-com .testimonials-blockquote .d-flex.align-items-center {
  margin-bottom: 1rem;
}

.autumndental-com .seperator li:not(:last-of-type)::after {
  display: none;
}


.autumndental-com .flc-hero_image-standard::after {
  display: block;
  content: " ";
  position: absolute;
  background: linear-gradient(to top, rgba(85, 71, 63, 0.52), rgba(85, 71, 63, 0));
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.autumndental-com .flc-hero_image-standard .class-inner {
  position: relative;
  z-index: 2;
}

.autumndental-com .morelink {
  color: #BC371B !important;
  font-size: 1.3rem;
}

.autumndental-com .flc-testimonials-standard,
.autumndental-com .flc-contact-mdp {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.autumndental-com .flc-contact-mdp {
  position: relative;
}

.autumndental-com .flc-contact-mdp .map-side,
.autumndental-com .flc-contact-mdp .class-inner {
  position: static;
}

.autumndental-com .google-map {
  position: absolute;
  left: 50%;
  top: var(--section_spacing);
  bottom: var(--section_spacing);
  height: auto;
  right: 0;
  width: calc( 50% - 3.5rem) !important;
  height: calc( 100% - calc(2 * var(--section_spacing))) !important;
}

@media (min-width: 1400px) {
  .hmsplasticsurgery-com .flc-text-image-header .content {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .hmsplasticsurgery-com .column-steps .flc-columns:nth-of-type(2) {
    margin-top: 1rem;
  }
  
  .hmsplasticsurgery-com .column-steps .flc-columns:nth-of-type(3) {
    margin-top: 2rem;
  }
}

.flc-tabs-horizontal .nav-pills .btn {
  border-radius: 0;
}

@media (min-width: 768px) {
  .flc-tabs-horizontal .nav-pills .btn {
    border-bottom: 0;
  }
}

.hmsplasticsurgery-com .navigation-container {
  margin-bottom: 0 !important;
}

.hmsplasticsurgery-com .navigation-container .btn:before {
  display: none;
}

.hmsplasticsurgery-com .navigation-container .nav-pills {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.hmsplasticsurgery-com .navigation-container .nav-pills li:first-of-type .btn {
  margin-left: 0 !important;
}

.hmsplasticsurgery-com .flc-columns-headers {
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.hmsplasticsurgery-com .site-footer {
  text-transform: uppercase;
}

.hmsplasticsurgery-com .flc-service_menu-standard .row a span {
  background-color: transparent !important;
  color: white;
  right: auto;
  left: 1rem;
  z-index: 2;
}

.hmsplasticsurgery-com .flc-service_menu-standard .overlay-solid::before {
  z-index: 1;
}

.hmsplasticsurgery-com .header-container h2 {
  position: relative;
  z-index: 2;
}

.hmsplasticsurgery-com .header-container::before {
  z-index: 1;
  top: auto;
  height: 30%;
  background: var(--primary);
  background: linear-gradient(to top, rgba(73, 117, 150, 0.52), rgba(73, 117, 150, 0));
}

.contrastHigh.hmsplasticsurgery-com .header-container::before {
  background: var(--primary);
}

.moderndentalheal-com .btn {
  text-transform: uppercase;
}

.dreamdentist-com .flc-text_with_media hgroup {
  margin-bottom: 2rem;
}

.dreamdentist-com .flc-text_with_media .btn-container {
  margin-top: 2rem;
}

.dreamdentist-com body {
  line-height: 1.7;
}

.dreamdentist-com .h2,
.dreamdentist-com h2 {
  font-size: 2.5rem;
  color: var(--primary)
}

.dreamdentist-com .flc-hero_image-standard {
  margin-top: 0;
}

.dreamdentist-com .page-template-template-landing .wrap {
  margin-top: 0;
}

.dreamdentist-com .flc-header-popup::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.dreamdentist-com .flc-contact-mdp {
  margin: 0;
  position: relative;
}

.dreamdentist-com .flc-contact-mdp .flc-logo {
  filter: brightness(0) invert(1);
}

.dreamdentist-com .flc-header-popup .navbar-toggler span {
  transition: all 0.3s ease;
}

.dreamdentist-com .bg-menu .flc-header-popup .navbar-toggler span {
  background: var(--primary);
}

.dreamdentist-com .flc-header-popup .flc-logo {
  filter: brightness(0) invert(1);
  transform: all 0.3s ease;
}

.dreamdentist-com.bg-menu .flc-header-popup {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.dreamdentist-com.bg-menu .flc-header-popup::before {
  opacity: 0;
}

.dreamdentist-com .flc-header-popup::before {
  transform: all 0.3s ease;
}

.dreamdentist-com.bg-menu .flc-header-popup .flc-logo {
  filter: brightness(1) invert(0);
}

.dreamdentist-com .flc-contact-mdp .map-side,
.dreamdentist-com .flc-contact-mdp .class-inner {
  position: static;
}

.dreamdentist-com .flc-contact-mdp .google-map {
  position: absolute;
  left: 50%;
  top: var(--section_spacing);
  bottom: var(--section_spacing);
  height: auto;
  right: 0;
  width: calc( 50% - 3.5rem) !important;
  height: calc( 100% - calc(2 * var(--section_spacing))) !important;
}

.dreamdentist-com .flc-call_to_action-standard {
  margin-bottom: 0;
}

.dreamdentist-com .flc-logos-standard {
  margin-top: 0;
}

.dreamdentist-com .btn-wcag-absolute {
  border-radius: 100px !important;
}

.dreamdentist-com .flc-latest_posts-bethatbeautiful .content {
  padding-bottom: 5rem !important;
}

.dreamdentist-com .btn {
  position: relative;
  padding: 1rem 1.5rem;
  font-weight: bold;
}

.dreamdentist-com .menu-open .flc-header-popup .flc-logo {
  filter: brightness(0) invert(1);
}

.dreamdentist-com .menu-open .flc-header-popup {
  box-shadow: none !important;
}

.dreamdentist-com .flc-hero_image-standard.overlay-solid.overlay-primary::before {
  background: linear-gradient(to top, black, transparent);
}

.dreamdentist-com .flc-text_with_media-standard,
.dreamdentist-com .flc-columns-standard {
  margin-top: var(--section_spacing);
  margin-bottom: var(--section_spacing);
}

.dreamdentist-com .showBefore,
.dreamdentist-com .showAfter {
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
}

@media (min-width: 992px) {
  .dreamdentist-com .before-square .media-side.d-lg-flex {
    display: block !important;
  }
}

.dreamdentist-com .before-square .media-container {
  position: relative;
}

.dreamdentist-com .before-square .media-container::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid var(--primary);
  transform: translate(-15px, 15px);
  z-index: 1;
}

.dreamdentist-com .latest-posts-container .pb-5 {
  padding-bottom: 5rem !important;
}

.dreamdentist-com .overlay-solid.overlay-primary::before {
  opacity: 0.8;
}

.dreamdentist-com .flc-testimonials-standard .btn-link {
  color: white;
}

:root .marsupply-com {
  --primary: #2a2f70;
  --secondary: #eb2a2b;
  --tertiary: #4466A3;
  --gray-primary: #58596F;
  --gray-secondary: #909090;
  --light: #F4F5F7;
  --gradient-primary-left: linear-gradient(90deg, rgba(68, 102, 163, 1) 0%, rgba(42, 47, 112, 1) 100%);
  --gradient-primary-right: linear-gradient(270deg, rgba(68, 102, 163, 1) 0%, rgba(42, 47, 112, 1) 100%);
  --gradient-large-primary-left: linear-gradient(90deg, rgba(68, 102, 163, 1) 50%, rgba(42, 47, 112, 1) 100%);
  --gradient-large-primary-right: linear-gradient(270deg, rgba(68, 102, 163, 1) 50%, rgba(42, 47, 112, 1) 100%);
}

.marsupply-com .content {
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.marsupply-com .btn-custom {
  background-color: #263E98 !important;
}

@media (min-width: 1200px) {
  .marsupply-com .flc-video {
    min-height: 650px;
  }

  .marsupply-com .flc-video .content {
    max-width: fit-content !important;
  }
}

.marsupply-com .flc-video hgroup {
  background: var(--gradient-primary-right);
  padding: 2rem 4rem 2rem 6rem;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  display: inline-block;
  margin-bottom: 2rem;
}

.marsupply-com .btn-custom {
  position: relative;
  z-index: 1;
  color: white;
}

.marsupply-com .btn-custom::before,
.marsupply-com .btn-custom::after {
  display: block;
  position: absolute;
  content: " ";
}

.marsupply-com .btn-custom::before {
  width: 75%;
  z-index: -1;
  left: 12.5%;
  top: -10px;
  bottom: -10px;
  background-color: red;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
}

.marsupply-com .btn-custom::after {
  z-index: -1;
  background-color: var(--primary);
  border-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.marsupply-com .btn-custom:hover::after,
.marsupply-com .btn-custom:focus::after {
  background-color: white;
  color: var(--primary);
  border-color: var(--primary);
}

.marsupply-com .btn-custom:hover,
.marsupply-com .btn-custom:focus {
  color: var(--primary);
}


.marsupply-com .flc-text-side-heading hgroup {
  background: url('http://67.227.227.134/~marsupply/wp-content/themes/flc/assets/branding.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 2rem;
}

.marsupply-com .bg-gradient {
  background: none !important;
  position: relative;
  z-index: 1;
}

.marsupply-com .bg-gradient::before {
  display: block;
  position: absolute;
  content: " ";
  top: 30px;
  bottom: 30px;
  right: 0;
  left: 0;
  background: var(--gradient-large-primary-left);  
  z-index: -2;
}

.marsupply-com .bg-gradient.text-on-left::before {
  background: var(--gradient-large-primary-right);  
}

.marsupply-com .flc-text_with_media .media-container img {
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.marsupply-com .flc-text_with_media.after-media .media-container::before {
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  background: red;
  z-index: -1;
  border: none;
}

.marsupply-com .flc-text_with_media.text-on-left .media-container img {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.marsupply-com .flc-text_with_media.after-media.text-on-left .media-container::before {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.marsupply-com .flc-testimonials-standard blockquote {
  border: 3px solid var(--tertiary);
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
}

.marsupply-com .flc-testimonials-standard blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 7px);
  background: url('http://67.227.227.134/~marsupply/wp-content/themes/flc/assets/branding.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}

.marsupply-com .flc-latest_posts-row hgroup {
  text-align: center;
  overflow: hidden;
}

.marsupply-com .flc-latest_posts-row .heading {
  position: relative;
  display: inline-block;
}

.marsupply-com .flc-latest_posts-row .heading::before,
.marsupply-com .flc-latest_posts-row .heading::after {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  height: 3px;
  width: 999px;
  transform: translateY(50%);
  background-color: var(--light);
}

.marsupply-com .flc-latest_posts-row .heading::before {
  right: calc( 100% + 1rem );
}

.marsupply-com .flc-latest_posts-row .heading::after {
  left: calc( 100% + 1rem );
}

.marsupply-com .btn-wcag-absolute {
  border-radius: 100%;
}

.marsupply-com .flc-latest_posts-row img {
  box-shadow: -10px 10px var(--secondary);
}

.premierpoolenterprises-com .flc-hero_image {
  margin-top: calc(var(--section_spacing) * -1);
}

.premierpoolenterprises-com .flc-hero_image .content {
  background-color: var(--primary);
  position: relative;
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-right: 2rem;
  max-width: fit-content;
  margin-bottom: var(--section_spacing);
}

.premierpoolenterprises-com .flc-hero_image .content::before {
  background-color: var(--primary);
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  display: block;
  content: " ";
  width: 999px;
}

.premierpoolenterprises-com .content {
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.premierpoolenterprises-com .testimonials-stars .fa-star {
  color: white;
}

.premierpoolenterprises-com .btn-wcag-absolute {
  border-radius: 100% !important;
}

.premierpoolenterprises-com .flc-text_with_media-standard:not(.bg-gradient) hgroup {
  color: var(--primary);
}

.premierpoolenterprises-com .flc-text_with_media-standard hgroup h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.premierpoolenterprises-com .morelink {
  margin-bottom: 2rem;
  color: white !important;
}

.premierpoolenterprises-com .btn-custom {
  border: 2px solid var(--secondary);
  color: var(--secondary);
  position: relative;
  overflow: hidden;
  background-color: white;
}

.premierpoolenterprises-com .btn-custom:hover,
.premierpoolenterprises-com .btn-custom:focus {
  color: white;
}

.premierpoolenterprises-com .btn-custom span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.premierpoolenterprises-com .btn-custom::after {
  position: absolute;
  top: calc(100% + 22px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  display: block;
  content: " ";
}

.premierpoolenterprises-com .btn-custom:hover::after,
.premierpoolenterprises-com .btn-custom:focus::after {
  top: 0;
}

.premierpoolenterprises-com .btn-custom,
.premierpoolenterprises-com .btn-custom::before,
.premierpoolenterprises-com .btn-custom::after {
  transition: all 1s ease;
}

.premierpoolenterprises-com .btn-custom::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 22px;
  background-image: url(../images/wave.png);
  background-size: contain;
  background-position: bottom left;
  display: block;
  content: " ";
  animation: animate 1.5s linear infinite;
}

.premierpoolenterprises-com .btn-custom:hover::before,
.premierpoolenterprises-com .btn-custom:focus::before {
  top: -22px;
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 118px;
  }
}

.premierpoolenterprises-com .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  border-width: 2px !important;
}

.btn {
  text-transform: uppercase;
  padding: 1rem 1.3rem;
}

.btn,
.btn::before {
  border-radius: 100px !important;
}

.btn-outline-primary::before,
.btn-outline-light::before {
  display: none;
}

.nostyling ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 2rem 0 3rem;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .nostyling ul {
    flex-direction: column;
  }
}

.nostyling li a {
  position: relative;
  text-decoration: none !important;
  padding: .375rem .75rem .9rem;
  color: currentColor;
}

.nostyling li a::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0.3);
  transition: transform 0.3s ease;
  will-change: transform;
  background-color: currentColor;
  height: 2px;
  transform-origin: center;
}

.nostyling li a:hover::after,
.nostyling li a:focus::after {
  transform: scaleX(1);
}

.btn-wcag {
  color: black;
  border-color: black;
}

.btn-wcag::before {
  display: none !important;
}

.btn-wcag:hover,
.btn-wcag:focus {
  background-color: black;
  color: white;
}

/* .flc-header-between {
  padding-right: var(--section_spacing_x);
  padding-left: var(--section_spacing_x);
} */

.wrap {
  margin-top: 0;
}

body {
  color: #333333;
  line-height: 1.7rem;
}

.overlay-bottom::before {
  top: 30%;
  height: auto;
}

.flc-service_menu-standard .row a.text-bottom span {
  bottom: 3rem;
}

.flc-service_menu-standard .row a {
  color: white !important;
}

@media (min-width: 1200px) {
  :root {
    --section_spacing_x: 5rem;
  }
}

.flc-team-standard .entry-title {
  text-transform: uppercase;
  text-align: left;
}

.flc-text_with_media-standard .btn-container {
  margin-top: 1.5rem;
}

.flc-logos-standard {
  margin-top: 3rem;
  overflow: hidden;
}

.logo-container {
  margin: 3rem 0;
}

.side-lines::before, .side-lines::after {
  width: 999999px;
}

.latest-posts-container .content.pb-5 {
  padding-bottom: 5rem !important;
}

.entry-date {
  text-transform: uppercase;
  padding-left: 0.75rem;
  position: relative;
  font-weight: 300;
}

.entry-date::before {
  display: block;
  width: 4px;
  top: 7px;
  bottom: 7px;
  left: 0;
  background: var(--primary);
  content: " ";
  position: absolute;
}

.btn-double-border .btn,
.btn-double-border .btn::before {
  border-radius: 100px !important;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    width: 20em !important;
  }
}

.flc-hero_image-standard.overlay-solid.overlay-primary::before {
  background: transparent linear-gradient(90deg, #ECAD84 0%, #F8C8AA 14%, #B97C5E 51%, #ECAD84 87%, #F8C8AA 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}

.btn-outline-primary::before,
.btn-outline-secondary::before,
.btn-outline-light::before {
  display: none !important;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-light {
  padding: 0.8rem 1.5rem;
}

h1 {
  color: black;
}

@media (min-width: 1400px) {
  .bigger-content-margins .heading {
    margin-bottom: 2rem;
  }
  
  .bigger-content-margins .btn-container {
    margin-top: 2rem;
  }
}

.line-after {
  position: relative;
}

.line-after::after {
  display: block;
  position: absolute;
  content: " ";
  width: 40%;
  bottom: 0;
  height: 5px;
  background-color: var(--primary);
  transform: translateX(-50%);
  left: 50%;
  max-width: 450px;
}

.flc-team-standard .team {
  padding: 15px;
}

.flc-team-standard .team a {
  position: relative;
  overflow: hidden;
  max-height: 585px;
}

.flc-team-standard .team a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
}

.flc-team-standard .team img {
  margin-bottom: 0 !important;
  transition: all 0.3s ease;
  transform: scale(1);
}

.flc-team-standard .team a:hover img,
.flc-team-standard .team a:focus img {
  transform: scale(1.1);
}

.flc-team-standard .team h2 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: white;
}

.flc-team-standard .team h2 a {
  color: white;
}

.underline-me {
  text-decoration: underline;
}

.flc-logos-standard {
  overflow: hidden;
}

@media (min-width: 768px) {
  .flc-latest_posts-standard hgroup,
  .flc-latest_posts-standard hgroup .heading {
    line-height: 0.8;
  }

  .flc-latest_posts-standard hgroup .heading {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid black;
  }

  .flc-latest_posts-standard hgroup a {
    color: black;
    text-transform: uppercase;
  }
}

.flc-contact-oculoplastic::before {
  opacity: 0.3;
}

.site-footer,
.site-footer a {
  color: var(--body_text_color);
  text-transform: uppercase;
  font-size: 0.9rem
}

.flc-contact-oculoplastic h3 {
  font-size: 1.5rem;
}

/* .flc-hero_image-standard .favicon {
  max-width: 150px;
  filter: brightness(0) invert(1);
} */

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: initial;
}

.sidebar .favicon {
  max-width: 50%;
}

@media (min-width: 768px) {
  .flc-hero_image-standard .favicon {
    max-height: 30vw;
    width: auto;
  }
}

.navbar-light .navbar-nav .dropdown-item.active,
.navbar-light .navbar-nav .dropdown-item:active {
  background-color: var(--secondary);
  color: white;
}

.content-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-text {
  gap: 0.5rem;
}

@media (min-width: 575px) {
  .hero-text {
    gap: 1rem;
  }
}

.call-to-action-mobile .btn-container .btn::before,
.call-to-action-mobile .btn-container .btn {
  border-radius: 0 !important;
}

@media (min-width: 1550px) {
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media (min-width: 1550px) and (max-width: 1750px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    font-size: 1rem;
  }
} 

.flc-hero_image-standard {
  padding-top: var(--fixed_header)
}

.flc-header {
  background-color: #050401;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1031;
}

.flc-custom-standard {
  min-height: 50vw;
}

.flc-custom-standard a {
  text-transform: uppercase;
  font-size: 2rem;
  color: white;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  display: block;
}
  
.flc-custom-standard li:last-of-type a {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .flc-custom-standard .class-inner {
    position: initial;
  }

  .flc-custom-standard a {
    position: absolute;
    font-size: 2.5rem;
    max-width: 350px;
    line-height: 2.7rem;
  }
  
  .flc-custom-standard li:nth-of-type(1) a {
    top: 30%;
    left: 5%;
  }
  
  .flc-custom-standard li:nth-of-type(2) a {
    top: 35%;
    right: 20%;
  }
  
  .flc-custom-standard li:nth-of-type(3) a {
    bottom: 5%;
    left: 10%;
  }
  
  .flc-custom-standard li:nth-of-type(4) a {
    bottom: 15%;
    right: 15%;
    margin-bottom: 0;
  }
}

.bg-women {
  background-position: center top;
}

@media (max-width: 992px) {
  .favicon {
    max-width: 290px !important;
  }
}

@media (max-width: 575px) {
  .favicon {
    max-width: 190px !important;
  }
}

@media (max-width: 991px) {
  .flc-text_with_media.media-size-limit .media-container-image img {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.contrastHigh .text-wcag-primary {
  color: var(--primary) !important;
}

@media (max-width: 991px) {
  .menu-container {
    max-height: calc(100vh - var(--fixed_header));
    overflow: auto;
  }
}

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

.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: start;
  column-gap: 10px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_wrapper .ginput_container_consent input {
  margin-top: 8px !important;
}