
:root {
  --fixed_header: 76px;
  --fixed_footer: 76px;
  --section_spacing: 5rem;
  --offset: 0;
}

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

@media (min-width: 768px) {
  :root {
    --fixed_header: 132px;
    --fixed_header: 85px;
  }
}

@media (min-width: 992px) {
  :root {
    --fixed_header: 132px;
    --fixed_footer: 0px;
  }
}

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

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

@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991px) {
  .flc-header-fixed-top .navbar-collapse {
    max-height: calc( 100vh - var(--fixed_header));
    overflow: auto;
    border-top: 1px solid var(--primary);
  }
}

/* Adds margin top to the website so sections won't be behind the fixed menu */
.flc-header-fixed-top {
  margin-top: var(--fixed_header);
}

/* if fixed menu turned on then the first section is using the .min-h-100 class is adjusted */
@media (max-width: 767px) {
  .flc-header-fixed-top .flc-section-order-1.min-h-100 {
    min-height: calc( 100vh - var(--fixed_header));
  }
}

/* if the first section is using the .min-h-100 class then a padding bottom is added so the mobile fixed cta doesn't cover the content of the section */
@media (max-width: 991px) {
  .flc-header-fixed-top .flc-section-order-1.min-h-100 {
    padding-bottom: var(--fixed_footer);
  }
}

/* fixed menu transparent is toggled in 768px+ and the necessary adjustments are here */
@media (min-width: 768px) {
  .flc-header-fixed-top:not(.fixed-transparent) .flc-section-order-1.min-h-100 {
    min-height: calc( 100vh - var(--fixed_header));
  }

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

  .flc-header-fixed-top.fixed-transparent .header-image,
  .flc-header-fixed-top.fixed-transparent .flc-section-order-1.flc-video-standard,
  .flc-header-fixed-top.fixed-transparent .flc-section-order-1.flc-hero_image-standard {
    padding-top: var(--fixed_header);
  }
}

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

.content-wrap {
  margin-top: calc( var(--section_spacing) / 2 );
  margin-bottom: calc( var(--section_spacing) / 2 );
}

.flc-section-padding {
  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;
}

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

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

.bg-dark {
  background-color: var(--dark) !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);
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead,
.font-heading {
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
  line-height: 1.1;
}

.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-image {
  background-size: cover;
}

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

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

.sr-only {
  z-index: 1031;
}

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

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

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

.content a:not(.btn):not(.flc-menu a):not(.nostyling a):not(.no-underlines) {
  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),
.text-white a:not(.btn):hover,
.text-white a:not(.btn):focus {
  color: inherit;
}

/* 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;
}

@media (min-width: 992px) {
  .flc-header:not(.flc-header-popup) .has-submenu .svg-inline--fa {
    height: .8em;
    margin-left: 5px;
    color: #5799CE;
  }
}

/* SMARTMENU DEFAULTS */

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 4's default CSS.
 These are theme independent and should work with any Bootstrap 4 theme mod.
*/

/* Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	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;
}

.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}

.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}

/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}

/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}

/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}

/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}

/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	right: 1em;
}

/* make sure there's room for the carets */
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}

/* Scrolling arrows for tall menus */
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}

.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}

/* Add some spacing for 2+ level sub menus in collapsible mode */
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}

/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}

/* NAVBAR */

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

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

.navbar .dropdown-toggle::after {
  display: none;
}

/* .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;
  color: var(--primary_wcag);
  background-color: white;
  border-color: var(--primary_wcag);
}

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

#body .btn-wcag-round {
  border-radius: 100px !important;
}

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

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

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

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

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

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

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

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

.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(--primary);
  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-menu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-menu li {
  width: 100%;
  padding: 3px
}

.flc-menu a {
  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: 7px;
  user-select: none;
  border-radius: 3rem;
}

nav.columns-1 li,
nav.columns-2 li,
nav.columns-3 li {
  width: 100% !important;
}

@media (min-width: 575px) {
  nav.columns-2 li,
  nav.columns-3 li {
    width: 50% !important;
  }
}

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

  nav.columns-2 ul,
  nav.columns-3 ul {
    gap: 0;
  }
}

@media (min-width: 992px) {
  nav.columns-3 li {
    width: 33.333333%;
  }
}

/* BUTTONS */
.btn {
  text-decoration: none !important;
  white-space: normal;
  text-shadow: none !important;
  box-shadow: none !important;
  min-height: 25px !important;
  min-width: 25px !important;
}

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

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

.btn-double-border .btn::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  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;
}

body .call-to-action-mobile .btn {
  border-radius: 0 !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

body .call-to-action-mobile .btn::before {
  border-radius: 0 !important;
}

.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;
  left: auto;
  right: 0;
}

.entry-date {
  position: relative;
}

/* .entry-date::after {
  display: block;
  content: " ";
  position: absolute;
  background-color: var(--tertiary);
  height: 2px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.entry-date::after {
  top: 50%;
  left: calc( 100% + 1rem) !important;
  transform: translateY(-50%);
  right: auto !important;
  bottom: auto !important;
  width: 100%;
} */

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

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

@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 */
.text-center .flc-socials,
.text-center.flc-socials,
.text-center .sharing,
.text-center.sharing {
  justify-content: center;
}

.text-right .flc-socials,
.text-right.flc-socials,
.text-right .sharing,
.text-right.sharing {
  justify-content: end;
}

.flc-socials,
.sharing {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.socials-fixed {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1030;
  right: 0;
}

.socials-fixed .flc-socials {
  gap: 5px;
}

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

.socials-border a {
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.3rem;
  padding: 0em 0.28em;
  display: inline-block;
}

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

.socials-border a:hover svg,
.socials-border a:focus svg {
  color: white !important;
}

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

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

.social-colors .color-x {
  color: #000 !important;
}

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

.social-colors .color-youtube {
  color: #e52d27 !important;
}

.social-colors .color-pinterest {
  color: #BD081C !important;
}

.social-colors .color-instagram {
  color: #CD486B !important;
}

.social-colors .color-yelp {
  color: #d32323 !important;
}

/* IMAGE HEADER */

.header-image {
  background-size: cover;
}

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

  .header-image h1 {
    font-size: 4.2rem;
    margin-bottom: 1rem;
    line-height: 1.1;
  }
}

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

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

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

@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:not(.d-flex) > * {
  padding: 1rem;
}

.logo-container:not(.d-flex) > * img {
  margin: 0 auto;
}

.logo-container.d-flex {
  gap: 2rem;
}

.logo-container a {
  position: relative;
}

/* LOGO LINK UNDERLINE AS AN AFTER PSEUDO ELEMENT SO LOGOS WITH AND WITHOUT LINKS WOULD BE ALIGNED */
.logo-container a::after {
  display: block;
  left: 0;
  bottom: -0.5rem;
  right: 0;
  position: absolute;
  height: 1px;
  content: " ";
  background-color: currentColor
}


.flc-logos-standard .flc-logo img {
  max-height: 50px;
  width: auto;
}

@media (min-width: 768px) {
  .flc-logos-standard .flc-logo img {
    max-height: 65px;
  }
}

/* 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.5;
  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(var(--secondary_rgb), 0.52), rgba(var(--secondary_rgb), 0));
  opacity: 1;
}

.overlay-gradient-to-right::before {
  background: linear-gradient(to right, rgba(var(--secondary_rgb), 1), rgba(var(--secondary_rgb), 0.1));
  opacity: 1;
}

.overlay-gradient-bottom::before {
  background: linear-gradient(to top, rgba(var(--primary_rgb), 1), rgba(var(--primary_rgb), 0.1) 80%);
  opacity: 1;
}

.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 {
  float: right;
  transform: rotate(90deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron_down {
  transform: rotate(0deg);
}

/* BX SLIDER DEFAULTS */
/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-viewport>ul {
  padding: 0;
  margin: 0;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager button {
  margin: 0 5px;
  padding: 0;
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.testimonials-controls-standard .bx-wrapper .bx-prev {
  left: -2rem;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.testimonials-controls-standard .bx-wrapper .bx-next {
  right: -2rem;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.testimonials-controls-standard .bx-wrapper .bx-controls-direction button {
  position: absolute;
  top: 50%;
  z-index: 1029;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials-controls-standard .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  position: absolute;
  bottom: 0;
  right: 2rem;
  width: 35px;
}

.testimonials-controls-standard .testimonials-container {
  padding-right: 3rem;
  padding-left: 3rem;
}

.bx-wrapper .bx-controls-direction button.disabled {
  display: none;
}

.bx-controls button {
  background: transparent;
  border: none;
}
.bx-controls button:hover {
  cursor: pointer;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  margin: 0 5px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  margin: 0 5px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  padding: 10px;
}

.testimonials-controls-compact .bx-controls,
.controls-compact .bx-controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}

.testimonials-controls-compact .bx-controls > div,
.controls-compact .bx-controls > div {
    display: inline-block;
  width: auto;
}

.testimonials-controls-compact .bx-controls button,
.controls-compact .bx-controls button {
  position: static;
  font-size: 1rem;
  padding: .5rem;
  margin: 0 .2rem;
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.testimonials-controls-compact .bx-pager,
.controls-compact .bx-pager {
  display: none;
}

/* 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-stars .fa-star {
  margin-right: 3px;
  color: #EBAE55;
  font-size: 0.9rem;
}

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

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

/* 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;
  z-index: 1;
  padding: .375rem .75rem;
  border-width: 1px;
}

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

@media (min-width: 1200px) {
  body:not(.page-template-template-procedure):not(.page-template-template-contact) .header-image .container,
  .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 */
h2,
.h2 {
  font-size: 2.5rem;
}

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

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

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

.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-33 {
  min-height: 33.3333333333vh;
}

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

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

.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(var(--primary_rgb), 0.8);
}

.clearwellness::after {
  height: 30%;
  background: linear-gradient(0deg,rgba(var(--primary_rgb), 1) 0,rgba(var(--primary_rgb), 0.7) 50%,rgba(var(--primary_rgb), 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;
  max-height: 33.333333vw;
}

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


.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: var(--fixed_header);
}

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

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

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

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

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


.navbar-toggler {
  --line-width: 55px;
  --line-height: 4px;
  --line-between: 15px;
  --toggler-padding: 0px;
  --toggler-height: calc(calc(calc(var(--line-between) * 2) + calc(var(--line-height) * 3)) + calc(var(--toggler-padding) * 2));
  --toggler-width: calc(var(--line-width) + calc(var(--toggler-padding) * 2));
}

.flc-header-popup .navbar-toggler,
.flc-header-popup .navbar-toggler:hover,
.flc-header-popup .navbar-toggler:focus {
  color: white;
  border: 1px solid transparent;
  position: relative;
  height: var(--toggler-height);
  width: var(--toggler-width);
  background-color: transparent;
  padding: 0;
}

.flc-header-popup .navbar-toggler:hover span,
.flc-header-popup .navbar-toggler:focus span,
.flc-header-popup .navbar-toggler span {
  height: var(--line-height);
  width: var(--line-width);
  top: var(--toggler-padding);
  left: 50%;
  will-change: transform;
}

.flc-header-popup .navbar-toggler span:nth-of-type(2) {
  top: calc(50% - calc( var(--line-height) / 2));
}

.flc-header-popup .navbar-toggler span:nth-of-type(3) {
  top: calc(calc(50% + var(--line-between)) + calc(var(--line-height) / 2))
}

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

.flc-header-popup .navbar-toggler[aria-expanded="true"] .bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

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

/* HEADER CUSTOMIZATIONS */

.navbar-brand > * {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .navbar-brand > * {
    max-height: 60px;
  }
}

@media (min-width: 992px) {
  .navbar-brand > * {
    max-height: 90px;
  }
}

.flc-header.dark-gradient:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0))
}

.bg-menu .flc-header.solid-dark {
  background: black;
}

.bg-menu .flc-header.solid-light {
	background: white;
}

.class-inner {
  position: relative;
}

@media (max-width: 1920px) {
  .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;
}

.aligncenter .btn-container,
.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: 1200px) {
	.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: 130px;
  transform: translateY(50%);
  background-color: var(--tertiary);
}

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

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

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

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

.bottom-line {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.bottom-line::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 130px;
  background-color: var(--tertiary);
}

.bottom-line-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.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,
  .container-max .content,
  .container-xs {
    --current_container: 720px;
    max-width: var(--current_container);
  }
}

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

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

@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 .content,
  .container-max {
    --current_container: 1920px;
    max-width: var(--current_container);
  }
}

@media (min-width:2200px){
  .flc-header .container{
      max-width:calc(var(--current_container) * 1.2)
  }
}

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

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

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

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

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

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

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

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

.flc-menu a,
.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-white {
  background-color: white;
  border-color: var(--body_text_color);
  color: var(--body_text_color);
}

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

.btn-danger {
  background-color: #EA2E2E;
  border-color: #EA2E2E;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:not(:disabled):not(.disabled).active {
  background-color: white;
  color: #EA2E2E;
  border-color: #EA2E2E;
}

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

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

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

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

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

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

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

/* ACCESSIBILITY */

.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);
  padding-bottom: 2px;
}

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

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

.contrastHigh .text-wcag-tertiary {
  color: var(--tertiary) !important;
}

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

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

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

@media (min-width: 768px) {
  .contrastHigh .bg-wcag-md-primary {
    background-color: var(--primary) !important;
    background-image: url() !important;
    color: white;
  }

  .contrastHigh .bg-wcag-md-primary a:not(.btn) {
    color: white !important;
  }
}

.contrastHigh .bg-wcag-primary::before,
.contrastHigh .bg-wcag-secondary::before,
.contrastHigh .bg-wcag-tertiary::before {
  display: none !important;
}

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

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

.contrastHigh .bg-wcag-secondary::before {
  display: none;
}

.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-service_menu-standard */
.flc-service_menu-standard ul a:focus {
  outline: 3px dotted var(--primary);
  box-shadow: 0px -0px 0px 3px white;
}

.flc-service_menu-standard ul a {
  max-height: calc( calc( calc( 100vh - var(--fixed_header) ) - var(--fixed_footer) ) - 6rem);
  position: relative;
}

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

.flc-service_menu-standard ul a .content {
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  right: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* text-background-white */
.flc-service_menu-standard ul a.text-background-white .content {
  background: white;
}

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

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

/* text-bottom */
.flc-service_menu-standard ul a.text-bottom .content {
  bottom: 0;
  left: 0;
}

/* text-left */
.flc-service_menu-standard ul a.text-left .content {
  text-align: left;
  right: auto;
}

/* text-center */
.flc-service_menu-standard ul a.text-center .content {
  text-align: center;
}

/* text-right */
.flc-service_menu-standard ul a.text-right .content {
  text-align: right;
  left: auto;
}

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

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

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

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

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

.flc-service_menu-standard ul 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-light::before {
  background: linear-gradient( to top, white, 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 ul 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 ul a.black-and-white-to-color:hover .image-container,
.flc-service_menu-standard ul a.black-and-white-to-color:focus .image-container {
  filter: grayscale(0) contrast(0.6) brightness(1.4);
}

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

/* line-animation */
.flc-service_menu-standard ul a.line-animation .title {
  position: relative;
}

.flc-service_menu-standard ul a.line-animation .title::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 ul a.line-animation:hover .title::before,
.flc-service_menu-standard ul a.line-animation:focus .title::before {
  transform:  translate(-50%) scaleX(1);
}

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

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

  .flc-service_menu-standard ul 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 ul a.text-dark .content {
  background: white;
}

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

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

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

@media (min-width: 768px) {
  .flc-text-image-header .content {
    padding: var(--section_spacing_x);
  }
}

@media (min-width: 992px) {
  .flc-text_with_media .container-max .media-side-right {
    padding-right: 0;
  }
  
  .flc-text_with_media .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.twm-favicon .text-side::after {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: calc(calc(100% + var(--overlap)) - 15px);
  transform: translate(-50%, -50%);
  z-index: 1;
  content: " ";
  background-size: contain;
  background-image: var(--favicon);
}

@media (min-width: 1200px) {
  .offset {
    --offset: 2rem;

    padding-bottom: var(--offset);
  }

  .flc-text_with_media.text-on-right .text-side {
    transform: translate( calc( var(--overlap) * -1 ), var(--offset));
  }
}

@media (min-width: 1200px) {
  .overlap {
    --overlap: 4rem;
  }

  .flc-text_with_media.overlap .text-side {
    padding: var(--section_spacing_x) !important;
    /* background: var(--light); */
    /* background: white; */
    position: relative;
    z-index: 2;
  }

  .flc-text_with_media.overlap .text-side .content {
    position: relative;
    z-index: 1;
  }
  
  .flc-text_with_media.overlap .text-side .content::before {
    position: absolute;
    content: " ";
    display: block;
    top: calc( var(--overlap) * -1);
    right: calc( var(--overlap) * -1);
    bottom: calc( var(--overlap) * -1);
    left: calc( var(--overlap) * -1);
    z-index: -1;
    background: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  }

  .flc-text_with_media.text-on-right.overlap .text-side {
    transform: translate( calc( var(--overlap) * -1 ), var(--offset));
    padding-right: calc(calc( var(--section_spacing_x) - var(--overlap)) + 15px) !important;
  }
  
  .flc-text_with_media.text-on-right.overlap .text-side::before {
    left: 100%;
  }
  
  .flc-text_with_media.text-on-right.overlap.text-on-right .text-side::before {
    left: 0;
  }

  .flc-text_with_media.text-on-left.overlap .text-side {
    transform: translate( var(--overlap), var(--offset));
    padding-left: calc(calc( var(--section_spacing_x) - var(--overlap)) + 15px) !important;
  }
  
  .flc-text_with_media.text-on-left.overlap .text-side::before {
    right: 0;
  }

  /* .flc-text_with_media.overlap .class-inner {
    padding-bottom: calc( var(--overlap) * 2);
  } */

  /* .flc-text_with_media.text-on-right.overlap .text-side .content {
    margin-right: 0;
  } */
}

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

.flc-text_with_media.align-vertical .text-side .content {
  width: 100%;
}

.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: 2px solid var(--primary);
  transform: translate(-15px, 15px);
  z-index: -1;
}

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

.flc-text_with_media.after-media .text-side {
  z-index: 2;
  /* background-color: white; */
}

/* .flc-text_with_media.after-media .text-side::after {
  position: absolute;
  content: " ";
  display: block;
  top: calc(var(--overlap) * -1);
  right: var(--overlap);
  bottom: calc(var(--overlap) * -1);
  left: calc(var(--overlap) * -2);
  background-color: var(--secondary);
  z-index: -3;
} */

.flc-text_with_media.after-media.text-on-right .text-side::after {
  left: var(--overlap);
  right: calc(var(--overlap) * -2);
}

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

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

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

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

@media(min-width: 992px) {
  .flc-faq-side .text-side .content,
  .flc-text_with_media.adjust-container .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-faq-side .text-side .content,
  .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;
  }
}

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

/* GOOGLE MAP */

.flc-contact-mdp .google-map {
  min-height: 400px;
}

/* FOOTER */

.site-footer {
  font-size: 1rem;
}

.site-footer a {
  color: var(--body_text_color);
}

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

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--secondary);
}

.dev-mode {
  position: relative;
}

.dev-mode::before {
  display: block;
  content: " ";
  position: fixed;
  background-color: red;
  z-index: 9999;
  width: 100px;
  height: var(--fixed_header);
  top: 0;
  left: 0;
}

/* ANIMATE */
/* ONLY FADEIN - IF YOU WANT MORE, ADD IT */

/*! * animate.css -https://daneden.github.io/animate.css/ * Version - 3.7.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2019 Daniel Eden */

@-webkit-keyframes fadeIn{
  0%{
      opacity:0
  }
  to{
      opacity:1
  }
}
@keyframes fadeIn{
  0%{
      opacity:0
  }
  to{
      opacity:1
  }
}
.fadeIn{
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn
}
@-webkit-keyframes fadeInDown{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,-100%,0);
      transform:translate3d(0,-100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInDown{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,-100%,0);
      transform:translate3d(0,-100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInDown{
  -webkit-animation-name:fadeInDown;
  animation-name:fadeInDown
}
@-webkit-keyframes fadeInLeft{
  0%{
      opacity:0;
      -webkit-transform:translate3d(-100%,0,0);
      transform:translate3d(-100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInLeft{
  0%{
      opacity:0;
      -webkit-transform:translate3d(-100%,0,0);
      transform:translate3d(-100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInLeft{
  -webkit-animation-name:fadeInLeft;
  animation-name:fadeInLeft
}
@-webkit-keyframes fadeInRight{
  0%{
      opacity:0;
      -webkit-transform:translate3d(100%,0,0);
      transform:translate3d(100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInRight{
  0%{
      opacity:0;
      -webkit-transform:translate3d(100%,0,0);
      transform:translate3d(100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInRight{
  -webkit-animation-name:fadeInRight;
  animation-name:fadeInRight
}
@-webkit-keyframes fadeInUp{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,100%,0);
      transform:translate3d(0,100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInUp{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,100%,0);
      transform:translate3d(0,100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInUp{
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp
}


.animated{
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
}
.animated.infinite{
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite
}
.animated.delay-1s{
  -webkit-animation-delay:1s;
  animation-delay:1s
}
.animated.delay-2s{
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.animated.delay-3s{
  -webkit-animation-delay:3s;
  animation-delay:3s
}
.animated.delay-4s{
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.animated.delay-5s{
  -webkit-animation-delay:5s;
  animation-delay:5s
}
.animated.fast{
  -webkit-animation-duration:.8s;
  animation-duration:.8s
}
.animated.faster{
  -webkit-animation-duration:.5s;
  animation-duration:.5s
}
.animated.slow{
  -webkit-animation-duration:2s;
  animation-duration:2s
}
.animated.slower{
  -webkit-animation-duration:3s;
  animation-duration:3s
}
@media (prefers-reduced-motion:reduce),(print){
  .animated{
      -webkit-animation-duration:1ms!important;
      animation-duration:1ms!important;
      -webkit-transition-duration:1ms!important;
      transition-duration:1ms!important;
      -webkit-animation-iteration-count:1!important;
      animation-iteration-count:1!important
  }
}

/* PROCEDURES TEMPLATE */

.page-template-template-procedure .blockquote {
  position: relative;
  z-index: 3;
}

.page-template-template-procedure .blockquote strong {
  color: white;
  position: relative;
  display: inline-block;
}

.page-template-template-procedure .blockquote strong::before {
  top: 0;
  right: -3px;
  bottom: 0;
  left: -3px;
  display: block;
  content: " ";
  position: absolute;
  background: rgba(var(--primary_rgb), 1);
  z-index: -1;
}

.page-template-template-procedure .bg-light .image-container {
  display: flex;
}

.page-template-template-procedure .bg-light .image-container-left,
.page-template-template-procedure .bg-white .image-container-left {
  display: none;
}

@media (min-width: 768px) {
  .page-template-template-procedure .bg-light .row .content-container {
    padding-left: 3rem;
  }

  .page-template-template-procedure .bg-white .row .content-container {
    padding-right: 3rem;
  }

  .page-template-template-procedure .bg-light .image-container-left,
  .page-template-template-procedure .bg-white .image-container-right {
    display: flex;
  }

  .page-template-template-procedure .bg-light .image-container-right {
    display: none;
  }
}

/* CUSTOM */


.flc-text-side-background.end.overlay-solid::before {
  left: 50%;
}

/* .btn-custom {
  position: relative;
  color: black;
}

.has-background-image .btn-custom {
  color: white;
}

.btn-custom::after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-color: var(--tertiary);
  width: 999px;
  bottom: 0;
  right: 0;
}

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

.text-on-right .btn-custom {
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.text-on-right .btn-custom::after {
  left: 0;
  right: auto;
} */


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

.menu-icon {
  width: 70px;
}

.nice-underline,
.flc-service_menu-icons .title {
  position: relative;
}

.nice-underline::after,
.flc-service_menu-icons .title::after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-color: var(--tertiary);
  width: 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.flc-service_menu-icons a:focus .title::after,
.flc-service_menu-icons a:hover .title::after {
  transform: translateX(-50%) scaleX(2)
}

.flc-service_menu-icons a .rounded-circle {
  transition: all 0.3s ease
}

.flc-service_menu-icons a:focus .rounded-circle,
.flc-service_menu-icons a:hover .rounded-circle {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}


.btn-double-border .btn::before {
  display: none;
}

.flc-text-side-background.overlay-solid::before {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .flc-text-side-background.flc-text-side-background-end .row > div {
    padding-left: var(--section_spacing_x);
  }
}

.flc-service_menu-standard ul a.text-bottom .content {
  bottom: 2rem;
  right: 2rem;
  left: 2rem;
  font-size: 1.5rem;
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
  text-transform: uppercase;
}

.flc-service_menu-standard ul a.line-animation .title::before {
  left: 0;
  transform: translate(0%) scaleX(0.5);
  transform-origin: left;
  background-color: var(--tertiary);
  bottom: 0;
}

.flc-service_menu-standard ul a.line-animation:hover .title::before,
.flc-service_menu-standard ul a.line-animation:focus .title::before {
  transform: translate(0%) scaleX(1);
}

.flc-service_menu-standard ul a,
.flc-service_menu-standard ul a {
  transition: all 0.3s ease;
}

.flc-service_menu-standard ul a.line-animation:hover,
.flc-service_menu-standard ul a.line-animation:focus {
  transform: translateY(-15px);
}

#menu-primary {
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
}

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

.overlay-solid.overlay-light::before {
  opacity: 0.1;
}

.overlay-solid::before {
  opacity: 0.7;
}

.btn-wcag {
  padding: 0 !important;
  width: 40px;
}

.flc-text-image-header .image-header {
  max-height: 50vw;
  min-height: 50vw;
}

.flc-text-image-header .image-header::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 80%);
  opacity: 1;
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}

.flc-hero_image-standard::before {
  opacity: 0.3;
}

.flc-call_to_action-standard::before {
  opacity: 0.2;
}

.flc-section hgroup {
  margin-bottom: 2rem;
}

.flc-section .btn-container {
  margin-top: 2rem;
}

body {
  line-height: 1.8;
  font-size: 1.1rem
}

.btn {
  padding: 0.8rem 2rem;
}

.lead {
  letter-spacing: 1px;
  font-size: 1.777rem;
  font-family: var(--font_body);
  text-transform: uppercase;
}

.nice-underline {
  padding-bottom: 0.5rem;
}


.star-me {
  position: relative;
  padding-left: 40px;
}

.star-me::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  content: " ";
  display: block;
  background-image: url(../images/star.svg);
  background-size: cover;
}

.star-me-top {
  position: relative;
  padding-top: 40px;
}

.star-me-top::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 30px;
  height: 30px;
  content: " ";
  display: block;
  background-image: url(../images/star.svg);
  background-size: cover;
}

.btn-outline-primary {
  background-color: transparent;
}

cite {
  font-style: normal;
}

.flc-service_menu-standard ul a.line-animation .title {
  font-size: 2.222rem;
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
  padding-bottom: 1rem;
  line-height: 1.1;
  text-align: center;
}


.flc-service_menu-standard ul a.line-animation .title::before {
  left: 50%;
  transform: translateX(-50%) scaleX(0.5);
  transform-origin: center;
}

.flc-service_menu-standard ul a.line-animation:hover .title::before,
.flc-service_menu-standard ul a.line-animation:focus .title::before {
  transform: translateX(-50%) scaleX(1);
}

.flc-latest_posts-standard .more-link {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--font_heading);
}

.socials-border a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 1rem;
  padding: 0.75rem;
  display: inline-block;
  line-height: 1.1;
}

.flc-logos-standard .flc-logo img {
  filter: grayscale(100%);
}

.phone-dropdown .dropdown-toggle::after {
  display: none;
}

.phone-dropdown .dropdown-menu a {
  color: black !important;
}

/* BLOCKS */

.page-template-template-fullwidth #content > * {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}

.page-template-template-fullwidth #content h1,
.page-template-template-fullwidth #content h2,
.page-template-template-fullwidth #content h3,
.page-template-template-fullwidth #content h4,
.page-template-template-fullwidth #content h5,
.page-template-template-fullwidth #content h6 {
  color: var(--primary);
}

.page-template-template-fullwidth #content .is-style-narrow-paragraph {
  max-width: 720px;
}

.page-template-template-fullwidth .content-wrap {
  margin: calc(var(--section_spacing) / 2) 0;
}

.page-template-template-fullwidth #content .alignwide {
  max-width: 1400px;
  padding: 15px;
  background-color: var(--light);
  margin: calc(var(--section_spacing) / 2) auto;
}

.page-template-template-fullwidth #content .featured-testimonial-block {
  max-width: 1400px;
  background-color: var(--light);
  margin: calc(var(--section_spacing) / 2) auto;
}

@media (min-width: 768px) {
  .page-template-template-fullwidth #content .alignwide {
    padding: 3rem;
    margin: var(--section_spacing) auto;
  }

  .bio {
    margin-bottom: var(--section_spacing) !important;
    margin-top: var(--section_spacing) !important;
  }

  .page-template-template-fullwidth #content .featured-testimonial-block {
    margin: var(--section_spacing) auto;
  }

  .page-template-template-fullwidth .content-wrap {
    margin: var(--section_spacing) 0;
  }
}

.wp-block-group .flc-menu ul {
  margin-left: 0;
}

.faq-block .card .btn {
  position: relative;
  border-radius: 0 !important;
  border-top: 1px solid var(--body_text_color);
  padding: 1rem 2rem 1rem 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.faq-block .card,
.faq-block .card-header {
  background-color: transparent;
  border: none !important;
}

.has-faq .wp-block-group__inner-container > :first-child.wp-block-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.faq-block .card .btn::before {
  position: absolute;
  content: " ";
  display: block !important;
  background-color: var(--secondary);
  width: 2px;
  height: 24px;
  right: 11px;
  top: calc(50% - 11px);
  transition: all 0.3s ease;
  transform-origin: center;
  will-change: transform;
  transform: rotate(-90deg);
}

.faq-block .card .btn::after {
  position: absolute;
  content: " ";
  display: block;
  background-color: var(--secondary);
  width: 24px;
  height: 2px;
  right: 0;
  top: 50%;
}

.faq-block .card .btn.collapsed::before {
  transform: rotate(0deg);
}

/* FULL WIDTH BLOCKS */
.wp-block-media-text {
  max-width: 100% !important;
}

.page-template-template-fullwidth #content .bio,
.page-template-template-fullwidth #content .featured-testimonial-block {
  max-width: inherit;
  margin-right: -15px;
  margin-left: -15px;
}

.page-template-template-fullwidth #content .alignwide > div > *:last-child {
  margin-bottom: 0 !important;
}

.page-template-template-fullwidth #content .header-image {
  max-width: 100%;
  margin-bottom: var(--section_spacing);
}

.page-template-template-fullwidth #content p {
  margin-bottom: 3rem;
}

/* END BLOCKS */

.twm-play {
  border-radius: 300px;
  color: var(--secondary);
  font-size: 1.5rem;
  width: 80px;
  height: 80px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background-color: #fff;
  display: flex;
}

.watch-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1.1;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .flc-columns-standard.bg-light .row > div:nth-child(4n+2),
  .flc-columns-standard.bg-light .row > div:nth-child(4n+3) {
    flex: 0 0 60%;
    max-width: 60%;
  }


  .flc-columns-standard.bg-light .row > div:nth-child(4n+1),
  .flc-columns-standard.bg-light .row > div:nth-child(4n) {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.flc-columns-standard.bg-light img {
  max-height: 30px;
  width: auto;
}

.flc-columns-standard.bg-light .row > div .bg-me {
  background-color: var(--dark);
  border-radius: 1rem;
  border: 1px solid #C4B5A0;
}

.flc-columns-standard.bg-light .row > div .bg-me p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.flc-text-quote ul {
  display: flex;
  gap: 1.3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  position: relative;
}

.flc-text-quote ul li:not(:last-child)::after {
  content: "|";
  color: var(--secondary);
  margin-left: 1.3rem;
}

.flc-text-quote .nostyling a {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary);
}

.flc-text_with_media-standard:not(.no-special-styling) .row {
  border: 1px solid #E1D9CF !important;
  border-radius: 1rem;
  overflow: hidden;
}

.flc-text_with_media-standard .media-side {
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.flc-text_with_media-standard:not(.no-special-styling) .text-side {
  padding-top: calc(var(--section_spacing) / 2);
  padding-bottom: calc(var(--section_spacing) / 2);
}

@media (min-width: 768px) {
  .flc-text_with_media-standard:not(.no-special-styling) .text-side {
    padding-top: var(--section_spacing);
    padding-bottom: var(--section_spacing);
  }
}

.flc-service_menu-custom .row a {
  border: 1px solid #C4B5A0 !important;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.flc-service_menu-custom .row a img {
  border-radius: 1rem;
}

.flc-service_menu-custom hgroup {
  margin-bottom: 1rem;
}

.flc-service_menu-custom h3 {
  font-size: 1.5rem;
}

.btn-outline-dark {
  color: #444444;
  border-color: var(--dark);
}

.btn {
  border-width: 2px;
  font-weight: bold;
}

.menu-locations {
  min-height: calc((693 / 1920) * var(--current_container));
  border-radius: 2rem;
  overflow: hidden;
}

.menu-locations.overlay-gradient-bottom::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0%) 0%, rgba(0, 0, 0, 65%) 69%);


}

.center-us * {
  margin: 0 !important;
}

.center-us {
  gap: 2rem;
}

.flc-latest_posts-standard a.d-block {
  background-color: #F2F0EB !important;
  border-radius: 2rem;
  overflow: hidden;
}

.entry-date {
  color: rgba(87, 153, 206, 1);
}

input,
textarea {
  border-radius: 1rem;
  border: 2px solid #E2E2E2;
}

.flc-contact-map {
  color: #444444 !important;
}

.flc-contact-mdp,
.flc-contact-map {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: calc(3rem + ((96 / 1920) * 100%));
}

.flc-contact-map ul a {
  color: #444444 !important;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
}

.nostyling ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.contact-map.nostyling ul a{
  color: #444444 !important;
}

.flc-hero_image-standard .heading {
  text-transform: uppercase;
  font-size: 3.4rem;
  margin-top: 1rem;
}

.flc-hero_image-standard .sub_heading  {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0;
}

.flc-columns-standard h3 {
  margin-top: 0.3rem;
}

.btn-primary {
  border-color: #18466B;
}

.btn-secondary {
  border-color: #970D0B;
}

cite {
  font-size: 1.3rem;
}

.fa-long_arrow_alt_right {
  color: #5799CE;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0 !important;
}

.site-footer,
.site-footer .container {
  padding-top: 0 !important;
}

.round-me {
  border-radius: 1.5rem;
}

.page-template-template-fullwidth #content > .wp-block-heading:nth-last-child(-n+3),
.page-template-template-fullwidth #content > p:nth-last-child(-n+3) {
  text-align: center;
}

.wp-block-group .btn-container {
  justify-content: center;
  margin-top: 3rem;
}

.page-template-template-fullwidth #content p + .wp-block-list {
  margin-top: -3rem;
}

.flc-latest_posts-standard a.d-block {
  background-color: white !important;
  transition: all 0.3s ease;
}

.bio.bg-light,
.featured-testimonial-block,
.page-template-template-fullwidth #content .alignwide {
  background-color: #F2F0EB !important;
}

.flc-latest_posts-standard a.d-block:hover,
.flc-latest_posts-standard a.d-block:focus,
.flc-service_menu-custom .row a:hover,
.flc-service_menu-custom .row a:focus {
  background-color: #F2F0EB !important;
}

.btn-oval .btn-wcag {
  padding: 0 !important;
  width: 40px;
  border-width: 1px !important;
  border-radius: 0.25rem !important;
}

@media (max-width: 991px) {
  .header-image-desktop .text-white {
    color: var(--primary) !important;
  }
}