@charset "UTF-8";
body {
  color: var(--text-color);
  font-family: var(--font-body);
  line-height: 1.7;
  margin-bottom: var(--mobile-cta-height); }
  body *:focus {
    outline-color: black;
    outline-style: dotted;
    outline-width: 1px; }
  body.media {
    display: block; }
  body.no-scrolling {
    overflow: hidden; }

a, button {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: var(--color-secondary);
  cursor: pointer; }
  a:hover, a:focus, button:hover, button:focus {
    color: black; }

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

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

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

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

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

iframe {
  display: block;
  width: 100%;
  border: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.font-heading, .lead {
  font-family: var(--font-heading); }

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

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

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

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

.btn-wcag {
  height: 47px;
  width: 47px;
  padding: 0;
  font-size: 1rem;
  background: var(--color-primary-wcag) !important;
  color: white !important;
  border: 1px solid white; }
  .btn-wcag:hover, .btn-wcag:focus {
    background: white !important;
    color: var(--color-primary-wcag) !important;
    border-color: var(--color-primary-wcag) !important; }
  .btn-wcag--absolute {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }

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

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

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

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

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

.alert-fixed-bottom {
  display: none; }

.border-top {
  border-width: 5px !important; }

.img-shadow img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .shadow-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important; }

.underline-item {
  position: relative; }
  .underline-item::after {
    content: '';
    position: absolute;
    display: block;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 5px;
    background: var(--color-secondary);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.underline-hover:hover .underline-item::after, .underline-hover:focus .underline-item::after {
  width: 100px; }

.pt-6 {
  padding-top: var(--padding-sm); }

.pb-6 {
  padding-bottom: var(--padding-sm); }

.py-6 {
  padding-top: var(--padding-sm);
  padding-bottom: var(--padding-sm); }

.pt-7 {
  padding-top: var(--padding-lg); }

.pb-7 {
  padding-bottom: var(--padding-lg); }

.py-7 {
  padding-top: var(--padding-lg);
  padding-bottom: var(--padding-lg); }

@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: var(--padding-sm);
    padding-bottom: var(--padding-sm); } }

@media (max-width: 575px) {
  .py-6,
  .py-7 {
    padding-top: 60px;
    padding-bottom: 60px; }
    .py-6 + .py-6:not(.bg-primary):not(.bg-img),
    .py-6 + .pt-6:not(.bg-primary):not(.bg-img),
    .py-7 + .py-6:not(.bg-primary):not(.bg-img),
    .py-7 + .pt-6:not(.bg-primary):not(.bg-img) {
      padding-top: 0; }
  .pt-6,
  .pt-7 {
    padding-top: 60px; }
  .pb-6,
  .pb-7 {
    padding-bottom: 60px; } }

@media (min-width: 992px) {
  .separator li:not(:last-of-type) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .separator li:not(:last-of-type)::after {
      content: '|';
      margin: 0 .5rem; } }

.separator .nav-link {
  padding: 0 .5rem; }

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .container-lg,
  .container-xl {
    max-width: 1360px; } }

@media (min-width: 1600px) {
  .container-xl {
    max-width: 1560px; } }

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

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

.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),
.bg-tetriary a:not(.btn),
.white-outline a:not(.btn) {
  color: white; }

.bg-white a:focus {
  outline-color: black !important; }

.text-white :focus {
  outline-color: white; }

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

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

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

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

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

.alignnone {
  margin-left: 0;
  margin-right: 0; }

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

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

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

.btn {
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 0.6em 1.5em;
  font-weight: 700;
  border-radius: 0;
  border: 2px solid;
  white-space: initial;
  box-shadow: none !important; }
  .btn:focus {
    outline: none; }
  .btn .svg-inline--fa {
    border-bottom: none !important;
    margin-right: .25rem; }
  .btn-primary {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary); }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
      background: white;
      color: var(--color-primary);
      border-color: var(--color-primary); }
  .btn-outline-primary {
    background: white;
    color: var(--color-primary);
    border-color: var(--color-primary); }
    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
      background: var(--color-primary);
      color: white;
      border-color: var(--color-primary); }
  .btn-secondary {
    background: var(--color-secondary);
    color: white;
    border-color: var(--color-secondary); }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
      background: white;
      color: var(--color-secondary);
      border-color: var(--color-secondary); }
  .btn-outline-secondary {
    background: white;
    color: var(--color-secondary);
    border-color: var(--color-secondary); }
    .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
      background: var(--color-secondary);
      color: white;
      border-color: var(--color-secondary); }
  .btn-white {
    background: transparent;
    color: white;
    border-color: white; }
    .btn-white:hover, .btn-white:focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active {
      background: white;
      color: black; }
  .btn-black {
    background: white;
    color: black;
    border-color: black; }
    .btn-black:hover, .btn-black:focus, .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active {
      background: black;
      color: white; }
  .btn-red {
    background: #f16262;
    color: white;
    border-color: #f16262; }
    .btn-red:hover, .btn-red:focus, .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active {
      background: white;
      color: #f16262; }

.overlay-solid, .overlay-grid {
  position: relative;
  z-index: 1; }
  .overlay-solid::before, .overlay-grid::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
    background: black;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -1; }
  .overlay-solid.overlay-left::before, .overlay-grid.overlay-left::before {
    width: calc(50%); }
  .overlay-solid.overlay-right::before, .overlay-grid.overlay-right::before {
    width: calc(50%);
    left: auto; }

.overlay-none::before {
  display: none; }

.overlay-light::before {
  background: white; }

.overlay-gradient::before {
  background: -webkit-linear-gradient(315deg, var(--color-primary), var(--color-secondary));
  background: -o-linear-gradient(315deg, var(--color-primary), var(--color-secondary));
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary)); }

.overlay-primary::before {
  background: var(--color-primary); }

.overlay-secondary::before {
  background: var(--color-secondary); }

.overlay-grid::before {
  background: -webkit-repeating-linear-gradient(315deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background: -o-repeating-linear-gradient(315deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.3) 3px);
  background-size: 4px 4px; }

.overlay-solid-hover:hover::before, .overlay-solid-hover:focus::before,
.overlay-solid-hover:hover::before,
.overlay-solid-hover:focus::before {
  opacity: 0.3; }

.navbar {
  padding: 0; }

.navbar-container {
  width: 100%; }

.navbar-nav a {
  text-decoration: none !important; }

.navbar-nav .menu-underline {
  position: relative; }
  .navbar-nav .menu-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    top: 100%;
    left: 0;
    background: currentColor;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .navbar-nav .menu-underline:hover::after, .navbar-nav .menu-underline:focus::after {
    width: 100%; }

.navbar-nav .menu-item {
  padding: 1rem 0; }
  .navbar-nav .menu-item > .dropdown-menu {
    margin-top: 5px !important; }

.navbar-nav .nav-link {
  padding: 0 !important;
  margin: 0 .75rem;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600; }

.navbar-nav .sub-arrow .svg-inline--fa {
  pointer-events: none; }

.navbar-nav .dropdown-menu {
  background: white;
  border: none;
  border-radius: 0;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: black !important;
    padding: 0;
    margin: 5px 0;
    background: transparent;
    outline-color: black !important; }

@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: .9rem;
    margin: 0 0.5rem; } }

.navbar-dark .nav-link {
  color: white !important; }

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

.navbar-light .nav-link {
  color: black !important; }

.navbar-toggler {
  --line-width: 50px;
  --line-height: 3px;
  --line-distance: 12px;
  position: relative;
  height: calc( ( var(--line-height) * 3 ) + ( var(--line-distance) * 2 ) + 8px);
  width: calc( var(--line-width) + 8px);
  border: none; }
  .navbar-toggler span {
    border: none;
    padding: 0;
    height: var(--line-height);
    width: var(--line-width);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    background: black; }
    .navbar-toggler span:nth-of-type(1) {
      top: calc( 50% - var(--line-distance) - var(--line-height)); }
    .navbar-toggler span:nth-of-type(3) {
      top: calc( 50% + var(--line-distance) + var(--line-height)); }
  .navbar-toggler[aria-expanded="true"] .top {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: 50%; }
  .navbar-toggler[aria-expanded="true"] .middle {
    opacity: 0; }
  .navbar-toggler[aria-expanded="true"] .bottom {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%; }
  @media (max-width: 575px) {
    .navbar-toggler {
      --line-width: 40px;
      --line-height: 3px;
      --line-distance: 10px; } }

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

@media (max-width: 1199px) {
  .navbar-expand-xl {
    position: static;
    /* 	.navbar-container {
		overflow: auto;
		max-height: calc(var(--app-height) - var(--fixed-header-height) - var(--mobile-cta-height));
	} */ }
    .navbar-expand-xl .container {
      padding-left: 15px;
      padding-right: 15px; }
    .navbar-expand-xl .bg-primary .container {
      padding: 0; }
    .navbar-expand-xl a {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .navbar-expand-xl a::after {
        display: none; }
      .navbar-expand-xl a:hover, .navbar-expand-xl a:focus {
        font-weight: 600; }
    .navbar-expand-xl .navbar-collapse {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }
    .navbar-expand-xl .navbar-nav {
      padding: .5rem; }
    .navbar-expand-xl .menu-item {
      padding: .5rem 0; }
      .navbar-expand-xl .menu-item > .dropdown-menu {
        margin: 0 !important; }
    .navbar-expand-xl .dropdown-menu {
      box-shadow: none;
      padding: 0 0 0 1rem !important;
      width: 100% !important;
      margin: 0 !important; }
      .navbar-expand-xl .dropdown-menu > li {
        margin: .5rem 0; }
      .navbar-expand-xl .dropdown-menu .dropdown-item {
        margin: 0 1rem;
        width: auto;
        font-weight: 400; }
    .navbar-expand-xl.navbar-dark .nav-link,
    .navbar-expand-xl .navbar-dark .nav-link {
      color: black !important; } }

@media (max-width: 991px) {
  .navbar-expand-lg {
    position: static;
    /* 	.navbar-container {
		overflow: auto;
		max-height: calc(var(--app-height) - var(--fixed-header-height) - var(--mobile-cta-height));
	} */ }
    .navbar-expand-lg .container {
      padding-left: 15px;
      padding-right: 15px; }
    .navbar-expand-lg .bg-primary .container {
      padding: 0; }
    .navbar-expand-lg a {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .navbar-expand-lg a::after {
        display: none; }
      .navbar-expand-lg a:hover, .navbar-expand-lg a:focus {
        font-weight: 600; }
    .navbar-expand-lg .navbar-collapse {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }
    .navbar-expand-lg .navbar-nav {
      padding: .5rem; }
    .navbar-expand-lg .menu-item {
      padding: .5rem 0; }
      .navbar-expand-lg .menu-item > .dropdown-menu {
        margin: 0 !important; }
    .navbar-expand-lg .dropdown-menu {
      box-shadow: none;
      padding: 0 0 0 1rem !important;
      width: 100% !important;
      margin: 0 !important; }
      .navbar-expand-lg .dropdown-menu > li {
        margin: .5rem 0; }
      .navbar-expand-lg .dropdown-menu .dropdown-item {
        margin: 0 1rem;
        width: auto;
        font-weight: 400; }
    .navbar-expand-lg.navbar-dark .nav-link,
    .navbar-expand-lg .navbar-dark .nav-link {
      color: black !important; } }

@media (max-width: 767px) {
  .navbar-expand-md {
    position: static;
    /* 	.navbar-container {
		overflow: auto;
		max-height: calc(var(--app-height) - var(--fixed-header-height) - var(--mobile-cta-height));
	} */ }
    .navbar-expand-md .container {
      padding-left: 15px;
      padding-right: 15px; }
    .navbar-expand-md .bg-primary .container {
      padding: 0; }
    .navbar-expand-md a {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .navbar-expand-md a::after {
        display: none; }
      .navbar-expand-md a:hover, .navbar-expand-md a:focus {
        font-weight: 600; }
    .navbar-expand-md .navbar-collapse {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }
    .navbar-expand-md .navbar-nav {
      padding: .5rem; }
    .navbar-expand-md .menu-item {
      padding: .5rem 0; }
      .navbar-expand-md .menu-item > .dropdown-menu {
        margin: 0 !important; }
    .navbar-expand-md .dropdown-menu {
      box-shadow: none;
      padding: 0 0 0 1rem !important;
      width: 100% !important;
      margin: 0 !important; }
      .navbar-expand-md .dropdown-menu > li {
        margin: .5rem 0; }
      .navbar-expand-md .dropdown-menu .dropdown-item {
        margin: 0 1rem;
        width: auto;
        font-weight: 400; }
    .navbar-expand-md.navbar-dark .nav-link,
    .navbar-expand-md .navbar-dark .nav-link {
      color: black !important; } }

.site-header {
  position: relative;
  z-index: 1030; }
  .site-header .container {
    position: static; }
  .site-header .navbar-brand {
    width: 175px; }
  .site-header--simple .navbar-toggler span {
    background: black; }
  @media (max-width: 575px) {
    .site-header .navbar-brand {
      width: 120px;
      padding: 0; } }
  @media (max-width: 340px) {
    .site-header .navbar-brand {
      width: 90px; } }

.header-popup {
  position: fixed;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease; }

.header-popup-modal {
  position: fixed;
  background: var(--color-primary);
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  top: var(--fixed-header-height); }
  .header-popup-modal a {
    color: white !important; }
    .header-popup-modal a:focus {
      outline-color: white; }
  .header-popup-modal .navbar-nav {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem; }
    .header-popup-modal .navbar-nav .sub-arrow {
      border: none;
      right: -38px; }
  .header-popup-modal .nav-link {
    margin: 0;
    width: auto;
    display: inline-block; }
  .header-popup-modal .dropdown-menu {
    background: transparent;
    box-shadow: none;
    text-align: center;
    font-size: .8em; }
    .header-popup-modal .dropdown-menu .dropdown-item {
      color: white !important;
      display: inline-block;
      width: auto; }
    .header-popup-modal .dropdown-menu .dropdown-menu {
      margin: 0 0 1rem !important;
      padding: 0; }

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

.menu-open .header-popup {
  background: var(--color-primary); }

.bg-menu .header-popup {
  background-color: var(--color-primary); }

.call-to-action-mobile .svg-inline--fa {
  display: none; }

.call-to-action-mobile .btn {
  width: 50%;
  margin: 0 !important;
  border-radius: 0 !important;
  letter-spacing: 0.025em;
  font-size: .75rem;
  border: 1px solid white;
  padding: 9px 0; }

@media (max-width: 340px) {
  .call-to-action-mobile .btn {
    font-size: .725rem;
    letter-spacing: 0; } }

.footer-skip {
  z-index: 2; }

.footer-sections .flc-contact-marbella {
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  font-size: .825rem;
  letter-spacing: .25em; }
  .footer-sections .flc-contact-marbella p {
    margin-bottom: 0; }

.footer-sections .flc-logo {
  width: 300px; }

.site-footer {
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .125em;
  font-weight: 300; }
  .site-footer .copyright {
    text-transform: none;
    letter-spacing: 0.05em; }

.flc-section {
  position: relative;
  overflow: hidden; }

.flc-section--has-image-header {
  overflow: visible; }

.flc-text-standard {
  width: 100%; }

.flc-video {
  width: 100%;
  min-height: 100vh;
  position: relative; }
  .flc-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .flc-video .btn-video {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    border: none;
    background: transparent;
    z-index: 1;
    cursor: pointer; }

.flc-logos .flc-logo {
  display: block;
  padding: 10px; }

.flc-logos img {
  max-height: 100px;
  width: auto; }

.flc-text-image-header .container-wrapper {
  min-height: 34vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 80px;
  margin-bottom: 200px; }
  .flc-text-image-header .container-wrapper--right .container,
  .flc-text-image-header .container-wrapper--right .container-fluid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.flc-text-image-header .text-image-header-heading {
  width: 800px;
  padding: 60px; }

.flc-text-image-header .text-image-header-content {
  background: white;
  padding: 60px;
  width: 800px;
  margin-bottom: -200px; }

.flc-service-menu-standard a {
  min-height: 300px; }
  .flc-service-menu-standard a:hover .image-container, .flc-service-menu-standard a:focus .image-container {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
  .flc-service-menu-standard a:focus {
    outline: 3px dotted black; }
  .flc-service-menu-standard a .flc-service-menu-standard--title {
    right: 1rem;
    bottom: 1rem;
    padding: 0.5rem;
    color: black; }
  .flc-service-menu-standard a .image-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

@media (min-width: 1199px) {
  .flc-service-menu-standard a {
    min-height: 600px; } }

.flc-columns-headers .column-heading {
  position: relative;
  z-index: 1; }
  .flc-columns-headers .column-heading.overlay-dark .column-heading__title {
    color: white; }
  .flc-columns-headers .column-heading__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0; }
  .flc-columns-headers .column-heading img {
    z-index: -2;
    position: relative; }

.flc-columns-icons .column-icon {
  max-height: 80px;
  width: auto; }

.flc-tabs-horizontal__links {
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .flc-tabs-horizontal__links .nav-link:focus {
    outline: 2px dotted black !important; }

.flc-tabs-horizontal__bg {
  min-height: 595px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .flc-tabs-horizontal__bg-item {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0; }
    .flc-tabs-horizontal__bg-item:first-of-type {
      opacity: 1; }

.flc-tabs-horizontal__content {
  width: 100%; }
  .flc-tabs-horizontal__content :focus {
    outline-color: white; }
  .flc-tabs-horizontal__content .subpages-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0; }
    .flc-tabs-horizontal__content .subpages-list li {
      padding: 25px 20px 0 0;
      width: 33.333333%; }

@media (max-width: 991px) {
  .flc-tabs-horizontal__links .nav-link {
    font-size: .75rem; }
  .flc-tabs-horizontal__content .subpages-list li {
    width: 50%;
    padding: 25px 15px 0 0; } }

@media (max-width: 767px) {
  .flc-tabs-horizontal__bg {
    min-height: 1px; } }

@media (max-width: 575px) {
  .flc-tabs-horizontal__links {
    padding: 0 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .flc-tabs-horizontal__links .nav-item {
      padding: 5px; }
  .flc-tabs-horizontal__content .subpages-list li {
    width: 100%;
    padding: 6px 0; } }

@media (max-width: 340px) {
  .flc-tabs-horizontal__links .nav-link {
    padding: 8px 10px; } }

.flc-text-with-media-standard .container-fluid .column-media {
  padding: 0; }

.flc-text-with-media-imposed .column-content {
  position: relative;
  right: -50px;
  z-index: 2;
  background: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.09); }

.flc-text-with-media-imposed .right .column-content {
  left: -50px;
  right: auto; }

.flc-text-with-fading-links .column-fading-links {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.fading-links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px; }
  .fading-links__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-size: cover;
    background-position: center; }
  .fading-links__list {
    list-style: none;
    padding: 0; }
  .fading-links__single:hover .fading-links__bg, .fading-links__single:focus .fading-links__bg {
    opacity: 1; }
  .fading-links .fading-links__link {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 0;
    display: block;
    font-size: 1.5rem;
    line-height: 1.35; }
    .fading-links .fading-links__link::after {
      bottom: 8px; }
  @media (max-width: 1399px) {
    .fading-links {
      padding: 60px 30px; } }
  @media (max-width: 575px) {
    .fading-links {
      padding: 20px 15px; }
      .fading-links .fading-links__link {
        padding: 0.75rem 0;
        font-size: 1rem; }
        .fading-links .fading-links__link::after {
          width: 35px;
          height: 3px; } }

.gform_wrapper label {
  display: block !important;
  letter-spacing: .1em;
  line-height: 1.1 !important;
  margin-bottom: -0.25rem;
  font-size: 0.875rem !important;
  font-weight: 600 !important; }
  .gform_wrapper label small {
    letter-spacing: 0.05em;
    font-size: 80%; }
  .gform_wrapper label .gfield_required {
    margin-left: 5px;
    color: inherit; }
  .gform_wrapper label .gfield_required_text {
    font-size: 80%;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.05em; }

.gform_wrapper .gform_fields {
  padding: 0;
  list-style: none; }

.gform_wrapper input[type="email"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100% !important;
  border: 1px solid #c7c7c7;
  padding: 6px 13px !important;
  font-size: 0.9rem !important;
  background: transparent; }

.gform_wrapper select {
  padding: 9px 13px !important; }

.gform_wrapper .gfield {
  margin-bottom: 1rem; }

.gform_wrapper .hidden_label label {
  display: none; }

.gform_wrapper .privacy-notice {
  font-size: .65rem; }

.gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

#gform_wrapper_4 .gfield_label {
  font-size: 1.25rem; }

#gform_wrapper_4 .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

#gform_wrapper_4 .gfield {
  margin-bottom: 1rem; }

#gform_wrapper_4 .gchoice {
  cursor: pointer; }

.flc-submenu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flc-submenu li {
    padding: 3px 0; }
  .flc-submenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 100%;
    white-space: normal; }
  @media (min-width: 768px) {
    .flc-submenu {
      margin-left: -3px;
      margin-right: -3px; }
      .flc-submenu li {
        width: 50%;
        padding: 3px; } }

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

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

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

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

.socials, .sharing {
  line-height: 1.6; }
  .socials a, .sharing a {
    display: inline-block;
    margin: 5px;
    font-size: 1.1rem; }

.socials-border a {
  border: 1px solid;
  border-radius: 50%;
  padding: 6px 9px; }

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

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

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

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

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

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

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

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

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

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

.header-height {
  min-height: calc(var(--header-height) / 1920 * 100vw); }

.header-image {
  position: relative;
  overflow: hidden;
  padding: 80px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .header-image h1 {
    font-weight: 800;
    letter-spacing: .05em;
    font-size: 2.25rem;
    text-transform: uppercase; }
  @media (max-width: 575px) {
    .header-image {
      min-height: 220px; }
      .header-image time.updated {
        font-size: .825rem; }
      .header-image h1 {
        font-size: 1.75rem; } }

.flc-coupons {
  padding: 0;
  list-style: none; }
  .flc-coupons li {
    background-image: var(--coupons-bg);
    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:last-of-type {
      margin-bottom: 0; }
  .flc-coupons a {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0; }
  @media print {
    .flc-coupons li {
      border-color: black; }
    .flc-coupons a {
      display: none; } }

.carousel-image-with-text .container-overlay {
  min-height: 100vh; }

.carousel-image-with-text .container-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.carousel-image-with-text .bx-wrapper .bx-controls-auto {
  position: absolute;
  width: auto;
  right: 10px;
  bottom: 10px; }

.carousel-image-with-text .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px; }

.carousel-image-with-text .bx-controls button {
  color: white; }

.carousel-image-with-text .bx-controls-direction button {
  filter: brightness(2);
  right: 20px; }

.carousel-image-with-text .bx-controls-direction .bx-prev {
  right: auto;
  left: 20px; }

.flc-logos-carousel .bxslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flc-logos-carousel .flc-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px; }

.morelink {
  margin-top: 1rem;
  display: block;
  color: black !important;
  border: none;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 600; }

.flc-testimonials .testimonials-body::before {
  content: '“';
  position: absolute;
  color: #F5F5FF;
  font-size: 150px;
  top: 0;
  left: 15px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  z-index: -1; }

.flc-testimonials .fa-star {
  margin-right: 3px;
  color: #ffca2e;
  font-size: 1.1rem; }

.flc-faq .card-header {
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background: none;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .925rem;
  padding: 0.75rem 0;
  border-radius: 0; }
  .flc-faq .card-header .svg-inline--fa {
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .flc-faq .card-header:not(.collapsed) .svg-inline--fa {
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.flc-faq .card-body {
  padding: .75rem; }

.flc-multiple-locations__single:not(:last-child) {
  margin-bottom: 2rem; }

.home h2,
.footer-sections h2 {
  color: var(--color-primary);
  font-weight: 800;
  letter-spacing: .015em;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

@media (max-width: 575px) {
  .home h2,
  .footer-sections h2 {
    font-size: 2rem; } }

@media (max-width: 340px) {
  .home h1,
  .footer-sections h1 {
    font-size: 1.85rem; } }

.home-jumbotron h1 {
  font-weight: 800;
  letter-spacing: .05em;
  font-size: 3.75rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  margin: 0; }
  .home-jumbotron h1 small {
    display: block;
    font-size: .45em;
    letter-spacing: .3em;
    margin-top: 0.5rem; }

@media (min-width: 768px) {
  .home-jumbotron {
    min-height: calc(100vh - var(--fixed-header-height)); } }

@media (max-width: 767px) {
  .home-jumbotron h1 {
    font-size: 2.75rem;
    line-height: 1.25; } }

@media (max-width: 575px) {
  .home-jumbotron h1 {
    font-size: 2.25rem; }
    .home-jumbotron h1 small {
      font-size: .4em;
      letter-spacing: .25em; } }

@media (max-width: 340px) {
  .home-jumbotron h1 {
    font-size: 2rem; } }

.numbered-list {
  list-style: none;
  padding: 0; }
  .numbered-list .numbered-list__single {
    text-decoration: none;
    color: var(--color-primary); }
    .numbered-list .numbered-list__single:hover, .numbered-list .numbered-list__single:focus {
      color: black; }
    .numbered-list .numbered-list__single-number {
      font-size: 6rem;
      font-weight: 900;
      line-height: 1.2; }
    .numbered-list .numbered-list__single-title {
      font-size: 1.75rem;
      font-weight: 400;
      text-transform: uppercase; }
  @media (max-width: 575px) {
    .numbered-list .numbered-list__single-number {
      font-size: 4rem; }
    .numbered-list .numbered-list__single-title {
      font-size: 1.25rem; } }

.section-cta img {
  max-width: 225px; }

.home-icons__column {
  font-size: .875rem;
  letter-spacing: .025em; }
  .home-icons__column:last-child {
    margin-bottom: 0 !important; }
  @media (min-width: 992px) {
    .home-icons__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; } }

.home-icons .column-icon {
  height: 65px;
  width: auto;
  margin-bottom: 20px; }

.home-icons .column-heading__title {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: .05em; }

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

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

#content {
  position: relative; }

.page-content {
  padding: 85px 15px; }
  .page-content a:not(.btn) {
    font-weight: bold;
    text-decoration: underline !important; }
  .page-content > :last-child {
    margin-bottom: 0; }
  .page-content h2, .page-content h3, .page-content h4,
  .page-content .h2, .page-content .h3, .page-content .h4 {
    font-weight: 800;
    letter-spacing: .015em;
    text-transform: uppercase;
    margin: 2rem 0 1.25rem;
    color: var(--color-primary); }
  @media (max-width: 767px) {
    .page-content {
      padding: 50px 15px; } }
  @media (max-width: 575px) {
    .page-content h2, .page-content h3, .page-content h4 {
      font-size: 1.7rem;
      margin: 1.75rem 0 1rem; }
    .page-content h3 {
      font-size: 1.5rem; }
    .page-content h4 {
      font-size: 1.4rem; }
    .page-content .h5 {
      font-size: 1.25rem; } }

.contact-us-details {
  text-align: center;
  font-weight: 100;
  font-size: .805rem;
  line-height: 1.8; }
  .contact-us-details h2 {
    font-size: 1.5rem;
    margin: .75rem 0 .5rem; }
    .contact-us-details h2::after {
      display: none; }
    @media (max-width: 575px) {
      .contact-us-details h2 {
        margin-bottom: 0; } }
  .contact-us-details strong {
    font-weight: 800; }
  .contact-us-details .contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: var(--color-primary);
    color: white;
    font-size: 1.5rem; }

@media (min-width: 768px) {
  .somnomed-gallery {
    margin: 0 -5px; }
    .somnomed-gallery > div {
      padding: 0 5px; }
    .somnomed-gallery .col-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      max-width: 30%; }
    .somnomed-gallery .col-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      max-width: 40%; } }

.member-image img {
  position: sticky;
  top: 30px; }

@media (max-width: 575px) {
  .member-image img {
    width: 100%; } }

.galleryid-777 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .galleryid-777 .gallery-item {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    margin: 0; }
    .galleryid-777 .gallery-item img {
      max-height: 45px;
      width: auto; }

.flc-before-after {
  padding: 0;
  list-style: none; }

.latest-posts-single-content {
  position: relative;
  padding-bottom: 60px;
  height: 100%; }

@media (max-width: 991px) {
  .latest-posts-single:not(:last-child) {
    margin-bottom: 1rem; } }

.more-link {
  bottom: 15px;
  left: 0;
  font-weight: 600; }

.header-bethatbeautiful {
  padding: 0 40px;
  margin-bottom: 15px; }

.posts-bethatbeautiful {
  padding: 60px 15px; }
  .posts-bethatbeautiful .latest-posts-single {
    padding: 0 40px; }
    .posts-bethatbeautiful .latest-posts-single:not(:last-child) {
      border-right: 3px solid; }

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

.latest-posts--blog-page .latest-posts-single {
  margin-bottom: 2rem; }

.posts-navigation .screen-reader-text {
  display: none; }

.posts-navigation .nav-links {
  margin-top: 1rem; }
  .posts-navigation .nav-links::after {
    display: block;
    clear: both;
    content: ""; }
  .posts-navigation .nav-links .nav-previous {
    float: left; }
  .posts-navigation .nav-links .nav-next {
    float: right; }

@media (max-width: 400px) {
  .posts-navigation .btn {
    font-size: .75rem;
    padding: 12px 22px 8px; } }

.post-content .attachment-thumbnail {
  float: left;
  margin: 0 1rem 1rem 0; }

.behalf p {
  margin-bottom: .5rem; }

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

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

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

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

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

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

.contrastHigh .bg-wcag-image {
  background-image: none !important; }

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

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

.contrastHigh .bg-wcag-white .text-white,
.contrastHigh .navbar-nav .dropdown-menu .dropdown-item {
  color: black !important; }

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

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

.contrastHigh .border-primary, .contrastHigh hr {
  border-color: var(--color-primary-wcag) !important; }

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

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

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

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

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

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

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

.contrastHigh .navbar-nav a,
.contrastHigh .numbered-list .numbered-list__single {
  text-decoration: underline !important; }

.contrastHigh a .svg-inline--fa, .contrastHigh .btn-video .svg-inline--fa {
  border-bottom: 1px solid var(--color-secondary-wcag);
  padding-bottom: 2px; }

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

.contrastHigh .wow {
  visibility: visible !important;
  -webkit-animation-name: none !important;
       -o-animation-name: none !important;
          animation-name: none !important;
  opacity: 1 !important; }

@media (max-width: 991px) {
  .contrastHigh .navbar-expand-lg .navbar-dark .nav-link, .contrastHigh .navbar-expand-lg .navbar-dark .dropdown-item {
    color: black !important; } }

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