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

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

.grecaptcha-badge {
  visibility: hidden;
}

/* GLOBAL */

body.media {
  display: block;
}

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

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

.btn-wcag {
    border-radius: 2em !important;
    border: 2px solid #146998 !important;
    padding: .5em !important;
    width: 2.5em;
    height: 2.5em;
    text-align: center !important;
    font-size: 1em !important;
}
.btn-skip-content {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem;
}

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

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

.content p a:not(.btn) {
  font-weight: bold;
  text-decoration: underline;
  color: #2c5f7e;
}

.content, .section {
  line-height: 1.6;
}

#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 {
  color: white;
}

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

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

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

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

@media (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 a .svg-inline--fa, .bg-secondary a .svg-inline--fa, .white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

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

/* HEADER */

header.banner {
    -webkit-box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.62); 
    box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.62);
}
header.banner > div {
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .flc-logo {
    width: 15em;
    padding: .7em 0;
}
header a.phone_anchor {
    background-color:#2c5f7e;
    color: #fff;
    padding: .5em 1em;
    border-radius: 10px;
    font-size: 1.25em;
    border: 1px solid #fff;
}
header a.phone_anchor:hover, header a.phone_anchor:focus {
  background-color: #fff;
  border:1px solid #3199d7 !important;
  color: #3199d7;
}
header a.phone_anchor:focus {  outline: 1px dotted;}
.contact.section a.btn-primary, .contact.section a.btn-secondary {
    border: 1px solid #daebf5;
}
.contact.section a.btn-primary:focus, .contact.section a.btn-primary:hover {
    background-color: #fff;
}
.contact.section a.btn-secondary:focus, .contact.section a.btn-secondary:hover {
  background-color: #fff; 
}
/* NAVBAR */
.navbar-brand img {
  width: auto;
  max-height: 50px;
}

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

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

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

.nav-link:focus, .nav-link:hover {
  text-decoration: underline;
}
.navbar-nav a {
    text-decoration: none !important;
    color: #2C5F7E !important;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Spartan', sans-serif;
    padding: .75rem .75rem .5rem .75rem !important;
    font-weight: 500;
}
.dropdown-menu li a.dropdown-item {
    border-bottom: 1px solid rgba(44, 95, 126, .5);
    font-size: .8em;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    top: 3px;
    position: absolute;
    left: 0;
    right: 0;
}
.dropdown-menu li:last-of-type a.dropdown-item {
    border-bottom: 0px solid #2c5f7e;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .dropdown-item, .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 .navbar-toggler {
  color:#000;
  border-color: #000;
}

.navbar-dark .navbar-toggler span {
  background: #000;
}

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

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

.navbar-dark .dropdown-menu {
  /*border-color: #000;*/
  padding: 0 !important;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .dropdown-item, .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: gray;
}

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

.navbar-light .navbar-toggler span {
  background: gray;
}

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

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

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

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

.navbar-toggler {
  position: relative;
  height: 40px;
  width: 56px;
}

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

.navbar-highlight {
  position: absolute;
  transition: .5s;
  /*background: #e4335c;*/
  z-index: 1;
}
.dropdown-menu li a.dropdown-item:focus, .dropdown-menu li a.dropdown-item:hover {
    color: #fff!important;background-color: #2C5F7E;
}

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

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

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

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

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

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

.flc-submenu li {
  width: 50%;
  padding: 0px
}

.flc-submenu a {
  color: white;
  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: 10px;
  background-color: #2c5f7e !important;
}

.flc-submenu a:focus, .flc-submenu a:hover {
  background: white !important;
}

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

/* BUTTONS */

.btn {
    text-decoration: none !important;
    border-radius: 15px;
    text-transform: uppercase;
    padding: .5em 1em;
    border: 0;
    font-size: 1.25em;
}
.home .page-header a.btn-primary, .home .page-header a.btn-secondary {
    border: 1px solid #f2fbff;
}
.btn:focus {
  box-shadow: unset;
  outline-color: transparent;
}

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

/* MOBILE CTA */
.mobile-cta a {
  width: 50%;
  padding: 0.5rem 0;
  border: 1px solid;
}

.mobile-cta a:focus {
  outline: inherit;
}

/* BLOG */
.entry-summary {
  margin-bottom: 0;
  padding-bottom: 4rem;
  position: relative;
}
.entry-title a {
    font-size: .75em;
}
.single-post h3 {
    clear: both;
}
h2.entry-title {
    line-height: .75em;
    margin: 0 0 .5em;
}
.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: 3em;
    right: 0;
    border: 2px solid #2C5F7E;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    position: unset !important;
    left: 0;
    max-width: 12em;
    color: #2C5F7E !important;
    margin: .5em 0 0;
}
.blog .more-link {
    bottom: 0em;
    right: 0;
    border: 2px solid #2C5F7E;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    position: absolute !important;
    left: unset;
    max-width: 12em;
    color: #2C5F7E !important;
    margin: .5em 0 0;
}
@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    float: left;
    margin-right: 1rem;
  }
}

/* SECTIONS */
.section, .content-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section header {
  padding-bottom: 2rem;
}

.section header>h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/* LATEST POSTS */
.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-square::after {
  padding-bottom: 100%;
}

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

.section-latest-posts {
  border-bottom: 3px solid;
  background-color: rgba(218, 235, 245, .5)
}

.section-latest-posts ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  .section-latest-posts li {
    margin-bottom: 3rem;
  }

  .section-latest-posts li:last-of-type {
    margin-bottom: 0;
  }

  .section-latest-posts .btn {
    float: right;
  }
}

/* SOCIALS */
.socials a, .sharing a {
  margin: 3px;
}
.socials a {
    background-color: #2c5f7e;
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2.125em;
    text-align: center;
    border-radius: 2em;
    color: #fff;
    font-size: 1.25em;
}
.contact.section .socials a:focus {
    outline: 1px dotted #000;
    color: #fff;
}
.contact.section .socials a:hover {
    background-color: #fff;
    color:#2c5f7e;
}
a .fa-stack .svg-inline--fa:last-of-type {
  border-bottom: transparent !important;
}

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

/*.contrastHigh a:focus .color-facebook, .contrastHigh a:hover .color-facebook {
  color: #3b5998
}

.contrastHigh a:focus .color-twitter, .contrastHigh a:hover .color-twitter {
  color: #4099ff
}

.contrastHigh a:focus .color-google-plus, .contrastHigh a:hover .color-google-plus {
  color: #d34836
}

.contrastHigh a:focus .color-linkedin, .contrastHigh a:hover .color-linkedin {
  color: #0077B5
}

.contrastHigh a:focus .color-youtube, .contrastHigh a:hover .color-youtube {
  color: #e52d27
}

.contrastHigh a:focus .color-pinterest, .contrastHigh a:hover .color-pinterest {
  color: #BD081C
}

.contrastHigh a:focus .color-instagram, .contrastHigh a:hover .color-instagram {
  color: #CD486B
}

.contrastHigh a:focus .color-yelp, .contrastHigh a:hover .color-yelp {
  color: #d32323
}
*/


/* IMAGE HEADER */
.header-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.home .header-image {
    height: 44em;
    position: relative;
    overflow: hidden;
    background: rgba(230,247,255, .5);
    /*background: linear-gradient(180deg, rgba(230,247,255,1) 0%, rgba(235,235,235,1) 100%);*/
}
.header-image {
  height: 15em;
  position: relative;
  overflow: hidden;
}
.header-image.overlay-solid::before {
    display: block;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2C5F7E;
    width: 100%;
    height: 100%;
    position: absolute;
}
.header-image>.container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
.home .header-image .container {
    position: absolute;
    top: 50%;
    transform: translateY(-22%);
    right: 0;
    left: 0;
}
.home .header-image h1 {
    color: #3498D1;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    position: relative;
}

.home .header-image h1::before {
    position: absolute;
    content: " ";
    left: -1348px;
    top: -.8em;
    background-color: #3498D1;
    width: 2000px;
    height: 3px;
    overflow: hidden;
}
.home .header-image h2 {
    color: #2C5F7E;
    font-family: 'Merriweather', serif;
    font-size: 1.5em;
    margin: 0 0 3.5em;
}
.home .header-image h2::after {
    position: absolute;
    content: " ";
    left: -51em;
    top: 5em;
    background-color: #3498D1;
    width: 1500px;
    height: 3px;
}
.home .header-image p:last-of-type {
    color: #2C5F7E;
    font-size: 1.1em;
    position: relative;
}

.home .header-image p:last-of-type::after {
    position: absolute;
    content: " ";
    right: -51em;
    bottom: .6em;
    background-color: #3498D1;
    width: 1500px;
    height: 3px;
}
.home .header-image > div {
    position: relative;
    height: 100%;
    width: 100%;
}
.banner-doctor {
    width: 46%;
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.banner-doctor img {
    max-width: unset;
    width: unset;
}

@media (max-width: 991px) {
  .header-image {
    height: auto;
    overflow: auto;
  }

  .header-image>div {
    /*background: white !important;
    color: black;*/
  }

  .header-image a, .header-image .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    /*color: black !important;*/
  }

  .header-image a:focus {
    /*outline-color: black !important;*/
  }

  .header-image>.container {
    /*position: static;
    transform: translateY(0%);*/
  }
}

.page-header p.h2 {
    font-family: 'Merriweather', serif;
    font-size: 2.5em;
    opacity: .9;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 700;
}
.page-header p.h3 {
    font-size: 1.6em;
    font-family: 'Merriweather', serif;
    opacity: .9;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 400;
}
/* WELCOME */
.welcome {
    /*background-color: #DAEBF5;*/
    background-color: rgba(218, 235, 245, .77)
}
.welcome p.h1 {
    text-transform: uppercase;
    font-size: 2.2em;
    color: #2C5F7E;
    margin: 0 0 1em;
}
.welcome p {
    font-size: 1.12em;
    line-height: 1.5em;
    margin: 0;
}
.welcome .col-md-6:first-of-type::before {
    position: absolute;
    top: 55px;
    left: 15px;
    content: '';
    background-color: #2C5F7E;
    height: 21em;
    width: 3px;
}
.welcome .col-md-6:first-of-type {
    padding: 3rem;
}
.welcome .col-md-6:last-of-type {
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    background-size: cover;
    box-shadow: 0px 0px 5px rgb(44 95 126 / 25%);
}

/* INTRO */
.intro.section {
    padding-top: 3em;
    /*background-color: #DAEBF5;*/
    background-color: rgba(218, 235, 245, .5);
}
.intro .col-md-12:first-of-type {
    height: 27em;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 1em 1em 0 0;
}
.intro.section .col-md-12:last-of-type {
  background-color: #2C5F7E;
  border-radius: 0em 0em 1em 1em;
}
.intro.section .col-md-12:last-of-type div {
    max-width: 33em;
    padding: 3.5em 0 2.5em;
    color: #fff;
    position: relative;
}
.intro.section .col-md-12:last-of-type div::before {
    position: absolute;
    top: 60px;
    left: -35px;
    content: '';
    background-color: #fff;
    height: 14.5em;
    width: 3px;
}
.intro.section .col-md-12:last-of-type h2 {
    text-transform: uppercase;
    font-size: 2.23em;
    margin: 0 0 .75em;
}
.intro.section .row {
    padding: 0 0 0 1em;
}
/* HISTORY SECTION */

.history.section {
    padding: 1em 0;
    background-color: rgba(255, 255, 255, .5);
}
.history.section h2 {
    text-transform: uppercase;
    margin: 0 0 1em;
    color: #2C5F7E;
}
.history.section .col-md-6:first-of-type {
    padding: 0 3em;
    position: relative;
}
.history.section .col-md-6:first-of-type::before {
    position: absolute;
    top: 70px;
    left: 15px;
    content: '';
    background-color: #2C5F7E;
    height: 14.5em;
    width: 3px;
}
.history.section .col-md-6:last-of-type {
  text-align: center;
}

/* SERVICES SECTION */

.services.section {
    background-color: #DAEBF5;
}
.services.section h2, .section-latest-posts h2 {
	color: #2C5F7E;
	position:relative;
	padding: 0 0 .25em 1em !important;
}
.section-latest-posts h3 {
    font-size: 1.5em;
}
.services.section a.more-link:hover, .services.section a.more-link:focus {
    background-color: #2c5f7e;
    color: #fff !important;
}
.services.section a.more-link:focus, .testimonials-section .more-link:focus, .schedule.section .btn:focus, .contact.section a.btn-primary:focus, .contact.section a.btn-secondary:focus,
.virtual a.btn:focus, input#gform_submit_button_2:focus, .page-id-300 .sidebar a.phone_anchor:focus {
  outline:1px dotted #000;
}
.section-contact #gform_submit_button_1:focus {
  outline:1px dotted #fff;
}
.services.section h2::before, .testimonials-section h2::before, .section-latest-posts h2:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    background-color: #2C5F7E;
    height: 2.25em;
    width: 3px;
}
.services.section h3 {
    font-family: 'Merriweather', serif;
    font-size: 1.3em;
    color: #2C5F7E;
    padding: 1em 0;
}
.services.section ul.row {
    list-style: none;
    text-align: center;
    padding: 0 0 0 1em;
}
.services.section li.col-lg-4 {
    background-color: #F6FAFF;
    border-radius: 15px;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0 22px 0 0;
    padding-bottom: 4em;
}
.services.section li.col-lg-4:last-of-type {
    margin: 0 !important;
}
.services.section img {
    padding:3em 0 2em;
}

/* PROFESSIONAL SECTION */

.professional.section h2, .testimonials-section h2  {
    color: #2C5F7E;
    text-transform: uppercase;
    margin: 0 0 1em;
    position: relative;
}
.professional.section .col-md-6:first-of-type {
    padding: 0 3em;
    position: relative;
}
.professional.section .col-md-6:first-of-type::before {
    position: absolute;
    top: 0;
    left: 15px;
    content: '';
    background-color: #2C5F7E;
    height:19.5em;
    width: 3px;
}
.professional.section .col-md-6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    border-radius: 1em;
}

/* TESTIMONIALS SECTION */

.testimonials-section {
    background-color: #DAEBF5;
    padding: 3em 0;
}
.testimonials-section .morelink:hover {
    background-color: #fff;
}
.testimonials-section .row {
    padding: 0 0 0 1em;
}
.testimonials-section h2 {
    padding: 0 0 .75em 1em;
}
.testimonials-blockquote {
    background-color: #F6FAFF;
    max-width: 32%;
    flex: 0 0 32%;
    margin-right: 22px;
    padding: 2em 2em;
    border-radius: 20px;
    float: left;

}
.testimonials-blockquote:last-of-type {
    margin-right: 0;
}
.testimonials-blockquote cite {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    display: block;
}
.testimonials-stars {
    text-align: center;
    margin: 0 0 1.5em;
}

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

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

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

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

/* TEST ROWS */
.row-logo img {
  max-height: 50px;
  width: auto;
  padding: 0 1.5rem;
  max-width: 100%;
  margin: 1.5rem 0;
}

.row-newsletter label {
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* 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, .overlay-grid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* MOUSE ANIMATION */
.carousel-background-image::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  width: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-iteration-count: infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 10px
  }

  25% {
    bottom: 15px
  }

  50% {
    bottom: 10px
  }

  75% {
    bottom: 20px
  }

  to {
    bottom: 10px
  }
}

@keyframes bounce {
  0% {
    bottom: 10px
  }

  25% {
    bottom: 15px
  }

  50% {
    bottom: 10px
  }

  75% {
    bottom: 20px
  }

  to {
    bottom: 10px
  }
}

/* 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;
    font-size: 1em;
    color: #2c5f7e !important;
    text-decoration: underline !important;
    font-weight: bold;
    text-transform: lowercase;
    background-color: transparent !important;
    padding: 0;
}
.morelink:focus {
    outline: 1px dotted #000;
}
#testimonials-modal .modal-content {
  max-height: 70vh;
}

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

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

.testimonials-blockquote cite {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    display: block;
    font-family: 'Merriweather', serif;
    font-style: normal;
    color: #2C5F7E;
    margin: 0 0 .5em;
}
.testimonials-stars .fa-star {
  margin-right: 3px;
  color:#2c5f7e;
  font-size: 1.1rem;
}

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

.testimonials-average small {
  font-size: 50%;
}
.testimonials-section button.btn.btn-primary {
    margin: 1em auto 0;
    display: block;
    background-color: #daebf5;
    color: #000;
    border: 1px solid #000;
    font-size: 1em;
}
.testimonials-section .more-link {
    position: initial;
    max-width: 16em;
    margin: 2em auto 0 !important;
    display: block;
}
.testimonials-section .more-link:focus, .testimonials-section .more-link:hover {
    background-color: #2c5f7e !important;
    color: #fff !important;
}

/* CONTACT SECTION */


.section-contact {
    background-color: #2C5F7E;
    color: #fff;
}
.section-contact p a:focus {
    outline-color: #fff;outline-width: 1px;
}
.section-contact .col-md-6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    border-radius: 1em;
}
.section-contact h2 {
    text-transform: uppercase;
    padding: 0 0 0 1em;
}
.section-contact p {
    padding: 0 0 0 2em;
}
.section-contact img {
    border-radius: 15px;
}
.section-contact #gform_submit_button_1 {
    background-color: #3498D1;border: 1px solid;
}
.section-contact #gform_submit_button_1:focus, .section-contact #gform_submit_button_1:hover {
    background-color: #fff;
    color: #2c5f7e;
    border-color: #2c5f7e !important;
}
.section-contact .gform_button:hover {
    background-color: #fff !important;
    color: #2c5f7e !important;
    border-color: #2c5f7e !important;
}
.section-contact .col-md-6:first-of-type {
    position: relative;
}
.section-contact .col-md-6:first-of-type::before {
    position: absolute;
    top: 0;
    left: 15px;
    content: '';
    background-color: #fff;
    height: 31em;
    width: 2px;
}

.page-id-300 .gform_legacy_markup_wrapper {
    padding: 2em 2em 2em 3em;
    background-color: #f6faff;
}
ul#gform_fields_1 p {
    padding: 0;
    line-height: 1.25em;
}

/* SCHEDULE SECTION */

.schedule.section {
    text-align: center;
    background-color: #f6faff;
}
.schedule.section h2 {
    text-transform: uppercase;
}
.schedule.section .btn {
    background-color: #2c5f7e;
    color: #fff;
    font-size: 1em;
    border:1px solid #fff;
}
.schedule.section .btn:focus, .schedule.section .btn:hover {
    background-color: #fff;
    color: #2c5f7e;
    border: 1px solid #2c5f7e;
}
.schedule.section p {
    font-size: 1.25em;
}

/* CONTACT SECTION */
.contact.section {
    padding: 0;
    background-color: #daebf5;
}
.contact.section .col-md-6:first-of-type {
    align-items: flex-end;
}
.contact.section .col-md-6:first-of-type > div {
  margin: 0 5em 0 0;
}
.contact.section h3, .contact.section p span {
    font-size: 1em;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    color: #2C5F7E;
}

.contact.section img {
    margin: 0 0 2em;
}
.contact.section a.phone_anchor, .contact.section a.fax_anchor {
    color: #000;
    font-weight: bold;
}

/* ABOUT US PAGE */
.page-id-963 .content ul {
    padding: 0 0 0 1.5em;
}

.content h1 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    margin: 0 0 .5em;
    position: relative;
}
.content h1::before {
    position: absolute;
    top: 0px;
    left: -.75em;
    content: '';
    background-color: #2C5F7E;
    height: 2em;
    width: 3px;
}
/* FOOTER */

footer.content-info {
    background-color: #2C5F7E;
    color: #fff;
}
.section-footer {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}
.section-footer p {
    margin: 0;
}
footer.content-info ul li a:before {
    content: '|';
    color: rgba(255, 255, 255, 0.75);
    padding: 0 10px 0 5px;
    display: inline-block;
}
footer.content-info ul li:first-of-type a:before {
    content: '';
    display: none;
}
footer.content-info ul li a {
    padding: 0 2px;color:#fff;
}
footer.content-info ul li a:focus {
    outline-color: #fff;
}
/* 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-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

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

.backgroundvideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

/* Gravity Forms */

.gform_legacy_markup_wrapper .gfield_required {
  color: inherit;
}

.page-id-300 .gform_legacy_markup_wrapper .gfield_required_text {
  font-size: 90%;
  font-weight: 400;
  margin: 0;
  color: #111 !important;
}
.home .gform_legacy_markup_wrapper .gfield_required_text {
    color: #fff !important;
  }
.home .gform_legacy_markup_wrapper {
    padding: 0 0 0 2em;
}
.gform_legacy_markup_wrapper p:nth-child(2) {
    border-bottom: 2px solid #fff;
    padding: 0 0 1em;
}
.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
  width: 100%;
}

label {
  margin-bottom: 0;
  font-family: 'Merriweather', serif;
}

/* WHAT TO EXPECT PAGE */
.page-id-967 .content ol {
  list-style: none;
  /*counter-reset: my-awesome-counter;*/
  padding:0 0 0 2em;
}
.page-id-967 .content ol li {
    position: relative;
    background-color: #f6faff;
    padding: 0em 0em 1em 2em !important;
    margin: 0 0 2em;
    box-shadow: 0px 0px 2px #ccc;
}
.page-id-967 .content ol li::before {
    position: absolute;
    top: 0px;
    left: -2em;
    content: '';
    background-color: #2C5F7E;
    height: 100%;
    width: 3px;
}
.page-id-967 .content ol li p {
    padding: 0 2em 0 0;
}
.page-id-967 .content ul li::before {
  display: none;
  }
.page-id-967 ol li span {
    background-color: rgb(44 95 126);
    width:calc(100% + 1.5em);
    display: block;
    color: rgba(255, 255, 255, .95);
    padding: .5em 0 .5em 1.5em;
    margin: 0 0 1em -1.5em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75em;
    letter-spacing: 2px;
    line-height: 1em;
	font-family: 'Merriweather', serif;
  box-shadow: 0px 1px 1px #ccc;
}
.page-id-967 .content ul li {
    position: relative;
    background-color: transparent;
    padding: 0 !important;
    margin: 0;
    box-shadow: 0 0 0 #f6faff;
}
.page-id-967 .content ul {
    margin: 0 0 1em !important;
}

/* CONTACT US PAGE */
.virtual {
    background-color: #f6faff;
    padding: 2.5em 3em 1.5em;
    margin: 0 0 1.5em;
}
.virtual h2, .gform_legacy_markup_wrapper h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
}
.virtual a.btn {
    background-color: #2c5f7e;
    color: #fff;
    font-size: 1.125em;
    font-weight: normal;
    text-decoration: none !important;
    border: 1px solid;
}
.virtual a.btn:focus, .virtual a.btn:hover {
    background-color: #fff;
    color: #2c5f7e;
    border: 1px solid #2c5f7e;
}
input#gform_submit_button_2 {
    background-color: #2c5f7e;
    font-size: 1.125em;
    border:1px solid;
}
input#gform_submit_button_2:focus, input#gform_submit_button_2:hover {
    background-color: #fff;
    color: #2c5f7e;
    border: 1px solid #2c5f7e !important;
}
.page-id-300 .sidebar .text-2.widget_text {
    background-color: #daebf5;
    padding:3em 2em 1em;
}
.page-id-300 .sidebar a.phone_anchor {
    background-color:#2c5f7e;
    padding: .5em 1.25em;
    text-decoration: none !important;
    color: #fff;
    font-weight: normal;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: .25em 0 .5em;
    border:1px solid;
}
.page-id-300 .sidebar a.phone_anchor:focus, .page-id-300 .sidebar a.phone_anchor:hover {
    background-color: #fff;
    color: #2c5f7e;
    border: 1px solid #2c5f7e;
}
.page-id-300 .sidebar h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    color: #2C5F7E;
    font-weight: bold;
}
.page-id-300 .sidebar img {
    margin: 0 0 1em;
}
.page-id-969 .content h1 {
    margin: 0;
}
.page-id-300 #field_2_8 .ginput_container {
    width: calc(100% - 2em);
} 

/* MEDIA QUERIES */

@media (max-width: 1920px) {
}

@media (max-width: 1800px) {
}

@media (max-width: 1600px) {
.navbar-nav a {
    font-size: .9em;
    padding: .75rem .5rem .5rem .5rem !important;
}  
}

@media (max-width: 1440px) {
header.banner > div {
    display: block;
 }  
header a.phone_anchor {
    position: absolute;
    top: .5em;
    right: 2.25em;
} 
.btn-wcag {
    position: absolute;
    top: 1em;
    right:.25em;
}
header .flc-logo {
    padding: 0 0 0 1em;
    width: 16em;
}
}

@media (max-width: 1199px) {
.home .header-image p:last-of-type::after {
    right: -32em;
    width: 1000px;
}  
.home .header-image h1 {
    font-size: 2.5em;
}  
.testimonials-blockquote {
    padding: 2em 1.9em;
    }  
.home .header-image h1::before {
    left: -1442px;
    }   
.history.section .col-md-6:first-of-type::before {
    top: 45px;
    height: 18em;
}     
.professional.section .col-md-6:first-of-type::before {
    height: 25.5em;
    }
.contact.section .col-md-6:first-of-type > div {
    margin: 0 0 0 0;
}  
.testimonials-blockquote {
    margin-right: 18px;
 } 
.services.section li.col-lg-4 {
    margin: 0 18px 0 0;
    }  
.welcome .col-md-6:first-of-type::before {
    height: 26em;
    }    
}

@media (max-width: 991px) {
.navbar-dark .navbar-brand {
    width: 0em;
}  
.home .header-image h1 {
    font-size: 2em;
}
.home .header-image p:last-of-type::after {
display:none;
} 
.home .header-image p:last-of-type {
    padding: 0 21em 0 0;
}
.home .header-image h1::before {
    left: -558px;
    width: 1000px;
}
.welcome .col-md-6:first-of-type {
    padding: 0 0 0 3rem;
}
.welcome .col-md-6:last-of-type {
    background-position: -110px 0;
    background-size: 40em;
    box-shadow: 0px 0px 0px rgb(44 95 126 / 25%);
}
.intro.section .col-md-12:last-of-type div {
    max-width: unset;
    padding: 3.5em 1em 2.5em;
    }
.history.section {
    padding: 3em 0;
    }
.history.section .col-md-6:first-of-type::before {
    top: 5px;height: 23.5em;
}        
.services.section li.col-lg-4 {
    margin: 0 14px 0 0;
    }
.testimonials-blockquote {
    margin-right: 14px;
}
.welcome .col-md-6:first-of-type::before {
    top: 9px;
    height: 30.25em;
}
.welcome p.h1 {
    margin: 0 0 .75em;
}
.history.section .col-md-6:first-of-type {
    padding: 0 0 0 3em;
}
.services.section img {
    padding: 1.5em 0 0em;
}
.more-link {
    bottom: 2em;}
.services.section li.col-lg-4 {
    padding-bottom: 2em;
}    
.professional.section .col-md-6:first-of-type::before {
    height: 33em;
}
.section-contact .col-md-6:first-of-type::before {
    top: 3px;
    height: 37em;
}
.contact.section img {
    width: 300px;
}
.contact.section a.btn-primary, .contact.section a.btn-secondary {
    font-size: 1em;
}
.navbar-nav a {
    border-bottom: 1px solid #ccc;
}
.page-id-300 .sidebar a.phone_anchor {
    padding: .5em;
    font-size: 1em;
}
.page-id-300 .sidebar .text-2.widget_text {
    padding: 2em 1em 1em;
}
.virtual {
    padding: 2.5em 2em 1.5em;
}
.page-id-300 .gform_legacy_markup_wrapper {
    padding: 2em 1em 2em 2em;
}
.section-contact .col-md-6 {
    background-size: 30em;
}
}

@media only screen and (min-width: 641px) {
.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {width: calc(100% - 2em) !important;}
}

@media (max-width: 767px) {
  .home .header-image h1::before {
    left: -160px;
    width: 510px;
}
.home .header-image h1 {
    font-size: 1.6em;
}
.home .header-image h2::after {
    top: 5em;
    left: -12em;
    width: 500px;
}
.home .header-image p:last-of-type {
    padding: 0 13em 0 0;
}
.home .page-header a.btn-primary, .home .page-header a.btn-secondary {
    font-size: 1em;
}
header .flc-logo {
    padding: 0 0 0 .1em;
}
.welcome .col-md-6:first-of-type::before {
    height: 20.25em;
}
.welcome .col-md-6:last-of-type {
    display: none;
}
.home .header-image h2 {
    font-size: 1.25em;
}
.history.section .col-md-6:first-of-type::before {
    height: 14.5em;
}
.home .header-image {
    height: 40em;
 }
.services.section li.col-lg-4 {
    flex: unset;
    max-width: unset;
}
.services.section li.col-lg-4 {
    margin: 0 0 1em 0;
}
.testimonials-blockquote {
    max-width: unset;
    flex: unset;
 }
.professional.section .col-md-6:first-of-type::before {
    height: 20em;
}
.professional.section .col-md-6:last-of-type {
    height: 24em;
    background-position: 1em 0;
}
.section-contact .col-md-6:last-of-type {
    height: 35em;
    background-position: 1em 0;
}
.contact.section .col-md-6:first-of-type {
    align-items: center;
}
.contact.section .col-md-6:first-of-type > div {
    margin: 3em 0 2.5em 0;
    max-width: 20.5em;
}
.section-contact h2 {
    font-size: 1.95em;
}
.section-contact .col-md-6:first-of-type::before {
    height: 30em;
}
.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(100% - 0em) !important;
}
.page-id-300 .sidebar a.phone_anchor {
    padding: .5em 1.25em;
}
.page-id-300 .sidebar .text-2.widget_text {
    padding: 3em 2em 2em;
}
iframe.google-map {
    height: 35em;
    margin: 0 0 .75em;
}
.content h1 {
font-size:2em;
}
}


@media (max-width: 575px) {
header .flc-logo {
    padding: 0;
    margin: 1em auto;
    display: block;
}  
header a.phone_anchor {
    top: 4.975em;
    right: 0;
    left: 0;
    max-width: 12em;
    margin: 0 auto;
}
.btn-wcag {
    position: absolute;
    /*top: 10.5em;*/
    top: 7.5em;
    left: .25em;
}
.navbar {
    /*margin: 4em 0 0;*/
    margin: 0;
    border-bottom: 1em;
}    
.welcome .col-md-6:first-of-type::before, .history.section .col-md-6:first-of-type::before, .services.section h2::before, .testimonials-section h2::before, .professional.section .col-md-6:first-of-type::before,
.section-contact .col-md-6:first-of-type::before {
  display: none;
}
.welcome .col-md-6:first-of-type, .intro.section .row, .history.section .col-md-6:first-of-type, .services.section ul.row, .professional.section .col-md-6:first-of-type {
    padding: 0 1em;
}
.services.section h2, .testimonials-section h2 {
    padding: 0 0 .25em 0em;
}
.section-contact h2, .section-contact p, .home .gform_legacy_markup_wrapper {
    padding: 0;
}
.contact.section .col-md-6:first-of-type > div {
    max-width: none;
}
.section-footer {
    display: block;
    text-align: center;
}
.contact.section .col-md-6:first-of-type {
    align-items: flex-start;
}
.banner-doctor img {
    width: 500px;
}
.banner-doctor {
    width: 100%;
    }
.home .header-image .container {
    top: 3%;
    transform: translateY(3%);
}   
.home .header-image {
    height: 55em;
} 
.home .header-image h1 {
    font-size: 1.5em;
    text-align: center;
}
.home .header-image h2 {
    text-align: center;
}
.home .header-image h1::before {
    left: -1em;
    width: 300px;
}
.home .header-image h2::after {
    top: 5em;
    right: 0em;
    width: 300px;
    left: unset;
}
.home .header-image h2 {
    margin: 0 0 3.5em;
}
.home .header-image p {
    text-align: center;
    margin-bottom: .5em;
}
.home .header-image p:last-of-type {
    padding: 0 0 0 0;
}
.testimonials-blockquote {
    margin-right: 0px;
}
.schedule.section .btn {
    font-size: .9em;
}
.section-contact .col-md-6:last-of-type {
    height: 35em;
    background-position: 1em 0;
    width: calc(100% - 1em);
}
.professional.section .col-md-6:last-of-type {
    height: 24em;
    background-position: 1em 0;
    width: calc(100% - 1em);
}
.testimonials-section .row {
    padding: 0 1em 0 1em;
}
.header-image {
    height: 7em;
}
.page-header p.h2 {
    font-size: 1.75em;
  }
.page-header p.h3 {
    font-size: 1em;
    } 
.page-id-967 .content ol {
    padding: 0 0 0 1em;
}   
.page-id-967 .content ol li::before {
    left: -1em;
 }  
.intro.section .col-md-12:last-of-type h2 {
    font-size: 2em;
} 
.section-contact .col-md-6:last-of-type {
    height: 35em;
}
}

@media (max-width: 506px) {
.home .header-image h2 {
    margin: 0px 0 2.5em;
}
.home .header-image h2::after {
    top: 5em;
    }
}

@media (max-width: 425px) {
.schedule.section .btn {
    font-size: .65em;
}
.home .page-header a.btn-primary, .home .page-header a.btn-secondary {
    font-size: .8em;
}  
.schedule.section .btn {
    font-size: .7em;
}
.home .header-image {
    height: 57em;
}

.contact.section a.btn-primary, .contact.section a.btn-secondary {
    font-size: .85em;
    padding: 1em 1.25em;
}
.contact.section img {
    width: 275px;
}
ul#menu-footer {
    display: block;
}
footer.content-info ul li a {
    padding: 5px;
}
footer.content-info ul li a:before {display: none;}
.page-header p.h2 {
    font-size: 1.5em;
}
.page-header p.h3 {
    font-size: .9em;
}
.page-id-967 .content ol {
    padding: 0 0 0 0;
}
.page-id-967 .content ol li::before {
    display: none;
}
.page-id-967 .content ol li {
    padding: 0 0 0 0 !important;
    }
.virtual a.btn, input#gform_submit_button_2 {
    font-size: .8em;
 } 
.virtual {
    padding: 2.5em 1em 1.5em;
}
.page-id-300 .gform_legacy_markup_wrapper {
    padding: 2em 1em 1em 1em;
} 
.schedule.section h2 {
    font-size: 1.75em;
}  
.section-contact .col-md-6 {
    background-size: 25em;
}
.section-contact .col-md-6:last-of-type {
    height: 30em;
} 
}

@media (max-width: 375px) {
.section-contact .col-md-6:last-of-type {
    height: 25em;
}	
}
@media (max-width: 350px) {
.section-contact .col-md-6:last-of-type {
    height: 25em;
    background-size: 20em;
}	
}
@media (max-width: 320px) {
.section-contact .col-md-6:last-of-type {
    height: 21em;
    background-size: 18em;
}
}