  @charset "UTF-8";
/*
Theme Name: Genesisfqhc
Author: Marstudio	
Author URI: http://marstudio.com/
Description: A custom theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesisfqhc
Tags: one-column

This theme is licensed under the GPL.
Based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Colors */
/* Typography */
/* Responsive */
body {
  font-family: "BrutalType", sans-serif;
}

/* Other */
.center {
  text-align: center;
}

.padding {
  padding: 40px;
}

.padding-top {
  padding-top: 30px;
}

.padding-bottom {
  padding-bottom: 30px;
}

.padding-left {
  padding-left: 30px;
}

.border-top {
  border-top: 1px solid #fff;
}

.divider {
  border-top: 1px solid #bdbbbb;
  border-bottom: 1px solid #bdbbbb;
  padding: 15px 0px;
  margin: 8px 0px;
}

.no-margin {
  margin: 0px;
  padding: 0px;
}

.two-column {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
@media screen and (max-width: 480px) {
  .two-column {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

/* Buttons */
.button,
.button:visited,
.learn-more,
.learn-more:visited {
  padding: 13px 45px 13px 20px;
  display: table;
  background-color: #00adbb;
  background-image: url(/wp-content/themes/genesisfqhc/images/learn-more.png);
  background-repeat: no-repeat;
  background-position: 86% center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "BrutalType-Bold", sans-serif;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button:not(.learn-more),
.button:visited:not(.learn-more),
.learn-more:not(.learn-more),
.learn-more:visited:not(.learn-more) {
  display: inline-block;
  margin-right: 20px;
}
.button:hover, .button:focus,
.button:visited:hover,
.button:visited:focus,
.learn-more:hover,
.learn-more:focus,
.learn-more:visited:hover,
.learn-more:visited:focus {
  color: #fff;
  text-decoration: none;
  background-color: #333e48;
}
.button.plain,
.button:visited.plain,
.learn-more.plain,
.learn-more:visited.plain {
  background-color: transparent;
  padding: 13px 45px 13px 0px;
}
.button.dark,
.button:visited.dark,
.learn-more.dark,
.learn-more:visited.dark {
  background-color: #333e48;
}
.button.dark:hover, .button.dark:focus,
.button:visited.dark:hover,
.button:visited.dark:focus,
.learn-more.dark:hover,
.learn-more.dark:focus,
.learn-more:visited.dark:hover,
.learn-more:visited.dark:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00adbb;
}
.button.small,
.button:visited.small,
.learn-more.small,
.learn-more:visited.small {
  font-size: 14px;
  font-family: "BrutalType", sans-serif;
}
.button.hanging,
.button:visited.hanging,
.learn-more.hanging,
.learn-more:visited.hanging {
  margin: 0px;
  display: inline-block;
  background-color: #00adbb;
  padding: 12px 42px 13px 20px !important;
  background-position: 91% center;
  position: relative;
  bottom: 24px;
  left: 20px;
}
@media screen and (max-width: 1259px) {
  .button.hanging,
  .button:visited.hanging,
  .learn-more.hanging,
  .learn-more:visited.hanging {
    bottom: 55px;
  }
}
.button.over-orange:hover,
.button:visited.over-orange:hover,
.learn-more.over-orange:hover,
.learn-more:visited.over-orange:hover {
  background-color: #ff8d6a;
}

.teal {
  color: #00adbb;
}

/* Backgrounds */
.bg_teal,
.bg_salmon,
.bg_dark_blue {
  color: #fff;
}
.bg_teal p,
.bg_teal a,
.bg_salmon p,
.bg_salmon a,
.bg_dark_blue p,
.bg_dark_blue a {
  color: #fff;
}

.bg_teal {
  background: #00adbb;
}

.bg_salmon {
  background: #ff8d6a;
}

.bg_dark_blue {
  background: #333e48;
}

.bg_image {
  background-size: cover;
  background-position: center center;
  display: block;
  color: #fff;
  min-height: 100px;
}
@media screen and (max-width: 1023px) {
  .bg_image {
    width: 100%;
    min-height: 200px;
  }
}

.image-left-with-border {
  margin: 0px 20px 0px 0px;
}
@media screen and (max-width: 1023px) {
  .image-left-with-border {
    border: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .image-left-with-border {
    clear: both;
    display: block;
    width: 100%;
  }
}
.image-left-with-border img {
  margin-right: 15px;
}

/* Slideshow */
.metaslider {
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .metaslider {
    overflow: auto;
  }
}
.metaslider .flexslider {
  margin-bottom: 0px !important;
}
.metaslider img {
  min-height: 100%;
  max-width: none !important;
  width: auto;
}
.metaslider .slides img {
  width: 100%;
  max-width: none !important;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .metaslider .slides img {
    width: 100% !important;
    position: relative;
    left: 0;
    height: auto !important;
    min-height: inherit !important;
  }
}
.metaslider .caption-wrap {
  position: relative !important;
  top: 67px;
  left: 0;
  color: white;
  margin: 0 auto !important;
  max-width: 1300px !important;
  display: block;
  line-height: 1.4em;
  height: 100%;
  opacity: 1 !important;
  padding: 0px;
  background: transparent !important;
  height: 100%;
}
@media screen and (max-width: 1259px) {
  .metaslider .caption-wrap {
    max-width: 1200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .metaslider .caption-wrap {
    top: auto;
  }
}
.metaslider .caption-wrap .caption {
  padding: 50px 40px 15px 40px !important;
  width: 50%;
  max-width: 434px;
  line-height: 1.25;
  float: left;
  background: rgba(51, 62, 72, 0.7);
  border-top: 5px solid #00adbb;
  border-bottom: 2px solid #00adbb;
  border-left: none;
  border-right: none;
  position: relative;
  font-family: "BrutalType-Bold", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .metaslider .caption-wrap .caption {
    max-width: 100%;
    height: auto;
    min-height: inherit;
    min-width: 100%;
    position: relative;
    font-size: 24px;
    background: rgb(51, 62, 72);
    padding: 40px 25px 15px 25px !important;
  }
}
.metaslider .caption-wrap .caption h1 {
  font-size: 48px;
  line-height: 58px;
  margin: 0px 0px 25px 0px;
  padding: 0px;
  padding-top: 18px;
  opacity: 1;
  text-transform: uppercase;
  color: #ffffff;
  white-space: pre-wrap;
}
@media screen and (max-width: 1023px) {
  .metaslider .caption-wrap .caption h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
}
.metaslider .caption-wrap .caption p {
  padding: 0px 0px 25px 0px;
  font-size: 24px !important;
  display: block;
  clear: both;
  color: #fff;
}
.metaslider .caption-wrap .caption a.learn-more {
  margin: 0px;
  display: inline-block;
  background-color: #00adbb;
  padding: 12px 42px 13px 20px !important;
  background-position: 91% center;
  position: relative;
  bottom: -38px;
}
.metaslider .caption-wrap .caption a.learn-more:hover, .metaslider .caption-wrap .caption a.learn-more:active, .metaslider .caption-wrap .caption a.learn-more:focus {
  color: #fff;
  text-decoration: none;
  background-color: #333e48;
}
@media screen and (max-width: 1023px) {
  .metaslider .caption-wrap .caption a.learn-more {
    display: table;
    margin: 20px 0px;
    bottom: auto;
  }
}

ul.slides,
.metaslider {
  height: 555px;
  overflow: hidden;
}
@media screen and (max-width: 1259px) {
  ul.slides,
  .metaslider {
    height: 505px;
  }
}
@media screen and (max-width: 1023px) {
  ul.slides,
  .metaslider {
    overflow: visible;
    height: auto;
  }
}

/**** Slideshow Navigation ****/
ol.flex-control-nav.flex-control-paging {
  position: absolute !important;
  bottom: auto !important;
  top: 412px;
  z-index: 20;
  position: relative;
  max-width: 645px !important;
  margin: 0 auto !important;
  text-align: right;
  left: 50%;
  width: 50%;
}
@media screen and (max-width: 1259px) {
  ol.flex-control-nav.flex-control-paging {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  ol.flex-control-nav.flex-control-paging {
    top: 40px;
  }
}
ol.flex-control-nav.flex-control-paging li a {
  width: 30px !important;
  height: 8px !important;
  display: block;
  border: none;
  background: #00adbb;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: transparent !important;
  margin: 0px 0px 0px 10px !important;
}
ol.flex-control-nav.flex-control-paging li a.flex-active {
  background: #333f49 !important;
}

/* Banner */
.banner {
  height: 200px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.banner .banner-header {
  position: absolute;
  bottom: -5px;
  left: 10px;
  z-index: 2;
  width: 99.5%;
}
.banner .banner-header h1 {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .banner .banner-header h1 {
    font-size: 32px;
  }
}

.banner-container .background-image {
  height: 200px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #00adbb !important;
}

.site-logo {
  max-width: 200px;
}

/* Homepage */
.call-out-modules {
  margin-top: -93px;
  margin-bottom: 67px;
}
@media screen and (max-width: 1259px) {
  .call-out-modules {
    margin-top: -50px;
    margin-bottom: 40px;
  }
}
.call-out-modules a {
  text-decoration: none;
}
.call-out-modules a:hover {
  text-decoration: none;
}
.call-out-modules .col-md-4 {
  padding: 40px;
  background-image: url(/wp-content/themes/genesisfqhc/images/genesis_logo_watermark.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 400px;
  transition: all 0.4s;
}
@media screen and (max-width: 1419px) {
  .call-out-modules .col-md-4 {
    height: 420px;
  }
}
@media screen and (max-width: 1259px) {
  .call-out-modules .col-md-4 {
    height: auto;
    padding-bottom: 5px;
  }
}
.call-out-modules .col-md-4:hover {
  height: 430px;
  margin-top: -30px;
  transition: all 0.4s;
}
@media screen and (max-width: 1419px) {
  .call-out-modules .col-md-4:hover {
    height: 450px;
  }
}
@media screen and (max-width: 1259px) {
  .call-out-modules .col-md-4:hover {
    height: auto;
    margin-top: 0px;
  }
}
.call-out-modules .col-md-4 h2 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.call-out-modules .col-md-4 h2:hover {
  color: #fff;
}
.call-out-modules .col-md-4 .who-we-are {
  background: url(/wp-content/themes/genesisfqhc/images/who-we-are.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.call-out-modules .col-md-4 .explore-services {
  background: url(/wp-content/themes/genesisfqhc/images/services.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.call-out-modules .col-md-4 .we-can-help {
  background: url(/wp-content/themes/genesisfqhc/images/help.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 480px) {
  .call-out-modules .col-md-4 .who-we-are,
  .call-out-modules .col-md-4 .explore-services,
  .call-out-modules .col-md-4 .we-can-help {
    background-position: -10px 0px;
    padding-top: 75px;
  }
}

.all-news {
  float: right;
  margin-top: -70px;
}
@media screen and (max-width: 1023px) {
  .all-news {
    float: none;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    display: block;
  }
}
.all-news a {
  color: #00adbb !important;
  margin: 0;
  padding: 9px 20px 10px 0px !important;
  background-image: url(/wp-content/themes/genesisfqhc/images/learn-more-teal.png);
  background-position: 100% center;
}
@media screen and (max-width: 1023px) {
  .all-news a {
    margin: 0 auto;
  }
}

/* Subpage above footer modules - Pharmacy and Testimonials */
@media screen and (max-width: 1023px) {
  .two-thirds-image .bg_image {
    background: none !important;
  }
}
@media screen and (max-width: 1259px) {
  .two-thirds-image .container {
    padding: 0px !important;
    width: 100%;
  }
}
.two-thirds-image .mobile-show img {
  width: 100%;
  height: auto;
  min-width: 100%;
}
.two-thirds-image .padding {
  padding: 30px 0px 30px 40px;
  background-image: url(/wp-content/themes/genesisfqhc/images/logo-alt.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 1259px) {
  .two-thirds-image .padding {
    padding: 20px 30px;
  }
}
.two-thirds-image .padding.left {
  padding: 30px 40px 30px 0px;
  background-image: url(/wp-content/themes/genesisfqhc/images/logo_testimonials.png);
}
@media screen and (max-width: 1259px) {
  .two-thirds-image .padding.left {
    padding: 20px 30px;
  }
}
.two-thirds-image .bg_image {
  background-position: top center;
}

.pharmacy {
  background: url(/wp-content/themes/genesisfqhc/images/pharmacy.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 1115px) and (min-width: 1023px) {
  .pharmacy {
    background-position: 120%;
  }
}
@media screen and (max-width: 480px) {
  .pharmacy {
    background-position: -10px 0px;
    padding-top: 75px;
  }
}

.testimonials h2 {
  background: url(/wp-content/themes/genesisfqhc/images/testimonials.png);
  background-repeat: no-repeat;
  background-position: right center;
  margin: 2px 0px 32px 0px;
}
@media screen and (max-width: 480px) {
  .testimonials h2 {
    background-position: 0px 0px;
    padding-top: 75px;
  }
}
.testimonials p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.testimonials .by-line {
  font-size: 16px;
}
.testimonials .learn-more {
  margin-top: 40px;
  margin-bottom: 0px;
  background-position: 94% center;
}

/* Amazon */
.amazon h3 {
  color: #fff;
  font-family: "BrutalType-Bold", sans-serif;
  margin: 39px 0px 17px 0px;
}
.amazon p {
  line-height: 18px;
}
.amazon .learn-more {
  margin: 60px 47px;
}
@media screen and (max-width: 1259px) {
  .amazon .learn-more {
    margin: 10px 0px 40px 0px;
  }
}

/* Map */
.map-labels {
  /* position: absolute;
     z-index: 20;
     left: calc(50% - 650px); 
     display: block; */
}
.map-labels .col-md-4 {
  min-height: 564px;
  background-image: url(/wp-content/themes/genesisfqhc/images/logo-alt.png);
  background-repeat: no-repeat;
  background-position: 220px bottom;
  padding-right: 40px;
}
@media screen and (min-width: 1259px) {
  .map-labels .col-md-4 {
    height: 100%;
  }
}
@media screen and (max-width: 1259px) {
  .map-labels .col-md-4 {
    padding-right: 0px;
    background-image: none;
  }
}
.map-labels .col-md-4 h2 {
  background: url(/wp-content/themes/genesisfqhc/images/location.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 480px) {
  .map-labels .col-md-4 h2 {
    background-position: -10px 0px;
    padding-top: 75px;
  }
}
.map-labels .col-md-4 h5 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #ff8d6a;
}
.map-labels .col-md-4 .map-listings {
  list-style: none;
  margin: 0;
  padding: 0px 5px 0px 0px;
}
.map-labels .col-md-4 .map-listings li {
  border-bottom: 1px solid #71787f;
  padding: 5px 0px;
  /*	text-transform: uppercase; */
}
@media screen and (max-width: 1419px) {
  .map-labels .col-md-4 .map-listings li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .map-labels .col-md-4 .map-listings li {
    font-size: 14px;
  }
}
.map-labels .col-md-4 .map-listings a {
  color: #fff;
}
.map-labels .col-md-4 .map-listings a:hover {
  color: #00adbb;
}

.gmwd-infowindow-title,
.gmwd-infowindow-address {
  color: #333e48;
}

.gmwd-infowindow-title {
  font-weight: bold;
}

.gmwd_container_wrapper a {
  color: #ffffff !important;
  text-decoration: none;
  padding: 5px 23px 5px 10px;
  background-position: 94%;
  font-size: 14px;
  margin: 7px 0px;
}

.wd-row {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1259px) {
  .gmwd_container_wrapper {
    margin-bottom: 30px;
  }
}

/* Map marker styling 
.gmwd_markers_basic_container.gmwd_markers_basic_container4.gmwd_markers_data4 {
    float: left;
	width: 25%;
}
.wd-clear {
    float: left;
    width: 75%;
}
p.gmwd_marker_picture.wd-text-right {
    display: none;
}

.gmwd_markers_basic_container{

	.wd-clear {
		width: 100%;
	}

	#gmwd_container_1 img {
		display: none;
	}
	.col-lg-4.col-md-4.col-sm-4.col-xs-12 {
		display: none;
		width: 0px;
	}

	.gmwd_container_wrapper .gmwd_container #gmwd_container_1 .col-lg-8 {
		width: 100%;
	}
}
*/
/* Blog */
.col-md-4:nth-of-type(1) .blog-outer {
  margin: 0px 32px 80px 0px;
}

.col-md-4:nth-of-type(2) .blog-outer {
  margin: 0px 14px 80px 19px;
}

.col-md-4:nth-of-type(3) .blog-outer {
  margin: 0px 0px 80px 37px;
}

@media screen and (max-width: 1023px) {
  .col-md-4:nth-of-type(n) .blog-outer {
    margin: 0px 0px 65px 0px;
  }
}

.news-events-blog .blog-outer .blog {
  min-height: 220px;
}
@media screen and (max-width: 1259px) {
  .news-events-blog .blog-outer .blog {
    min-height: inherit;
  }
}

.blog-outer {
  border-top: 5px solid #00adbb;
  border-bottom: 2px solid #00adbb;
}
.blog-outer .bg_image {
  height: 180px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .blog-outer .bg_image {
    display: block;
    height: 180px;
    width: 100%;
  }
}
.blog-outer .blog {
  padding: 5px 16px 45px 16px;
  font-weight: normal;
  font-family: "Bronkoh-Regular", sans-serif;
  font-size: 16px;
  position: relative;
  min-height: 365px;
}
@media screen and (max-width: 1259px) {
  .blog-outer .blog {
    min-height: inherit;
  }
}
.blog-outer .blog .blog-inside {
  padding: 0px 23px 0px 23px;
}
.blog-outer .blog .blog-inside h4 {
  font-size: 28px;
  font-family: "BrutalType-Bold", sans-serif;
  font-weight: normal;
  color: #00adbb;
  text-transform: capitalize;
  margin: 28px 0px 15px 0px;
  line-height: 28px;
}
.blog-outer .blog .blog-inside .excerpt {
  font-size: 18px;
  line-height: 20px;
  font-family: "BrutalType", sans-serif;
}
.blog-outer .blog .blog-inside .learn-more {
  margin: 20px 0px 0px 0px;
  padding: 11px 45px 11px 29px;
  position: absolute;
  bottom: -23px;
}

.blog-date {
  background: #333f49;
  width: 59px;
  height: 93px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -74px;
  left: 40px;
  padding: 7px 0px 0px 0px;
  color: #fff;
}
.blog-date .month,
.blog-date .year {
  font-size: 18px;
  font-weight: normal;
  font-family: "BrutalType", sans-serif;
  text-transform: uppercase;
  line-height: 18px;
}
.blog-date .date {
  font-size: 30px;
  line-height: 28px;
  font-weight: normal;
  font-family: "BrutalType-Bold", sans-serif;
}

/* Aggregate Blog page */
.news-events-blog .bg_image {
  height: 190px;
  border-top: 5px solid #00adbb;
  min-width: 200px;
}
.news-events-blog .blog-date {
  top: 117px;
}
.news-events-blog .blog-outer {
  border: none;
  padding-left: 40px;
}
.news-events-blog .blog-outer .blog {
  padding: 0px;
}
.news-events-blog .blog-outer h4 {
  font-size: 28px;
  font-family: "BrutalType-Bold", sans-serif;
  font-weight: normal;
  color: #00adbb;
  text-transform: capitalize;
  margin: 0px 0px 15px 0px;
  line-height: 28px;
}
@media screen and (max-width: 1023px) {
  .news-events-blog .blog-outer h4 {
    margin: 20px 0px 15px 0px;
  }
}

/* Numbered Pagination */
.paging {
  text-align: center;
  color: #00adbb;
  font-family: "BrutalType-Bold", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}
.paging p {
  margin: 0px;
  font-size: 22px;
}
.paging a {
  color: #707270;
  font-family: "BrutalType", sans-serif;
  font-size: 22px;
  padding: 5px;
}
.paging a:hover, .paging a:visited {
  text-decoration: none;
  color: #707270;
  font-size: 22px;
}
.paging .prev-button {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 31%;
}
.paging .next-button {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
}
.paging .prev-button a,
.paging .next-button a {
  display: inline-block;
  clear: both;
  color: #333f49;
  font-family: "BrutalType-Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.paging .prev-button a {
  float: left;
}
.paging .prev-button a:before {
  margin-left: -20px;
}
.paging .next-button a {
  float: right;
}
.paging .next-button a:after {
  margin-right: -20px;
}
.paging .prev-button a:before,
.paging .next-button a:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/genesisfqhc/images/individual-post-navi.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.paging .next-button a:after {
  margin-right: -20px;
}
.paging .next-button a:after {
  background-position: center right;
}

/* Blog Individual Page */
.single-post h1.entry-title {
  margin-bottom: 5px;
}

.date-posted {
  color: #707270;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "BrutalType", sans-serif;
}

.featured-image {
  border-top: 5px solid #00adbb;
  margin-top: 40px;
}
.featured-image img {
  width: 100%;
}

/* Blog Pagination */
.nav-links {
  color: #00adbb;
  font-family: "BrutalType", sans-serif;
  font-style: italic;
  font-size: 16px;
  padding: 0px 20px;
}
.nav-links a,
.nav-links a:visited {
  color: #00adbb;
}
.nav-links .prev-button,
.nav-links .next-button {
  display: block;
  clear: both;
  color: #333f49;
  font-family: "BrutalType-Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-style: normal;
}
.nav-links .prev-button:before,
.nav-links .next-button:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/genesisfqhc/images/individual-post-navi.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.nav-links .prev-button:before {
  margin-left: -20px;
}
.nav-links .next-button:after {
  margin-right: -20px;
}
.nav-links .next-button:after {
  background-position: center right;
}

h6.social-share {
  font-size: 16px;
  font-family: "BrutalType", sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #c6c7c6;
  border-bottom: 1px solid #c6c7c6;
  padding: 20px 0px;
  line-height: 16px;
  color: #707270;
}
h6.social-share .addtoany_list {
  margin-left: 25px;
}

/* Leadership */
.leadership {
  width: calc(100% + 65px);
}
@media (max-width: 1023px) {
  .leadership {
    width: calc(100% + 32px);
  }
}
.leadership .col-md-3 {
  padding-right: 34px;
  margin-bottom: 20px;
}
.leadership p {
  margin: 5px 0px 10px 0px;
  color: #707270;
}
.leadership img {
  border-top: 4px solid #ff8d6a;
  width: 100%;
}
.leadership strong {
  text-transform: uppercase;
  color: #333f49;
}

/* Header */
@media (max-width: 1023px) {
  .container.header__wrapper {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin: 0;
    padding: 12px 0 !important;
  }
}

.site-header {
  padding: 20px 0px 7px 0px;
  border-bottom: 3px solid #00adbb;
  min-height: 147px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1023px) {
  .site-header {
    padding: 0px;
    min-height: inherit;
  }
}
.site-header .top {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .site-header .top {
    margin: 72px 0px 0px 0px;
  }
}
@media (max-width: 650px) {
  .site-header .top {
    margin: 0px;
  }
}
@media (max-width: 1023px) {
  .site-header .site-logo {
    max-width: 160px;
  }
}
/* Pages */
#content {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  #content {
    margin-top: 0px;
  }
}

.home #content {
  margin-top: 0px;
}

div#secondary {
  padding-right: 25px;
  margin-bottom: 30px;
}

main#main {
  padding: 0px 25px 25px 25px;
}
@media screen and (max-width: 1023px) {
  main#main {
    padding: 0px;
  }
}

.home main#main {
  padding: 0px;
}

#right-sidebar {
  padding-left: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  #right-sidebar {
    padding: 20px 0px 0px 0px;
  }
}
#right-sidebar .widget {
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  #right-sidebar .widget {
    margin-bottom: 20px;
  }
}
#right-sidebar .gmwd_container_wrapper {
  border-top: 5px solid #00adbb;
  border-bottom: 2px solid #00adbb;
}
#right-sidebar .gmwd_container_wrapper p,
#right-sidebar .gmwd_container_wrapper .gmwd_container #gmwd_container_1 p {
  margin: 0;
}

/* Locations PAGES */
.locations {
  font-size: 16px;
}
.locations p {
  font-size: 16px;
}
.locations h5 {
  color: #00adbb;
  margin: 0px;
  padding: 0px;
}
.locations .learn-more {
  position: relative;
  bottom: 0px;
  margin-bottom: 0px;
}
.locations .row {
  margin: 20px 0px;
  padding: 20px 15px;
}
.locations .row:nth-child(odd) {
  background: #f5f5f5;
}
.locations .row .col-md-3 {
  padding: 0px 20px;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1023px) {
  .locations .row .col-md-3 {
    border: none;
  }
}
.locations .row .col-md-3:first-of-type {
  padding-left: 0px;
  border-left: none;
}

.holiday-observances {
  margin-bottom: 30px;
}
.holiday-observances .row .col-md-3 {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .holiday-observances .row .col-md-3 {
    border: none;
  }
}
.holiday-observances .row .col-md-3 h2 {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .holiday-observances .row .col-md-3 h2 {
    padding-top: 0px;
  }
}
.holiday-observances .row .col-md-9 {
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .holiday-observances .row .col-md-9 {
    padding-left: 0px;
  }
}
.holiday-observances .row .col-md-9 ul {
  max-width: 550px;
  margin-bottom: 25px;
}

/* Locations Custom Post Type */
.single-locations .locations__sidebar-info {
  margin-bottom: 6rem;
}
.single-locations .locations_logo {
  max-width: 400px;
  height: auto;
  width: 100%;
}
.single-locations #main h4 {
  color: #00adbb;
}

/* Doctors */
.providers-title {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 1023px) {
  .providers-title .container {
    margin: 0px;
    padding: 0px 20px 20px 20px !important;
  }
  .providers-title .container h3 {
    margin: 0px;
    padding: 0px;
  }
}

.doctors {
  padding-top: 40px;
  background-image: url(/wp-content/themes/genesisfqhc/images/providers-watermark.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .doctors {
    padding: 0px;
    border-bottom: 1px solid #fff;
  }
}
.doctors .toggle-btn {
  position: relative;
  padding: 0px 25px;
  background: #707270;
  height: 70px;
}
.doctors .toggle-btn:hover, .doctors .toggle-btn:focus, .doctors .toggle-btn:visited {
  color: #fff;
}
.doctors .toggle-btn.collapsed:after {
  width: 8px;
  height: 8px;
  content: "\f107";
  font-size: 26px;
  position: absolute;
  right: 25px;
  top: 18px;
  font-family: FontAwesome;
}
.doctors .toggle-btn:after {
  background-color: transparent;
  width: 8px;
  height: 8px;
  content: "\f106";
  font-size: 26px;
  position: absolute;
  right: 25px;
  top: 18px;
  font-family: FontAwesome;
}
.doctors .bg_image {
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  min-height: 335px;
  background-size: contain !important;
  min-width: 300px;
}
@media screen and (max-width: 1023px) {
  .doctors .bg_image {
    background-position: 16px bottom !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    min-width: inherit;
  }
}
.doctors .col-md-9 {
  padding: 0px 0px 20px 30px;
}
@media screen and (max-width: 1023px) {
  .doctors .col-md-9 {
    padding: 0px;
  }
}
.doctors .col-md-9 h3 {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.doctors .col-md-9 h3 span {
  font-family: "BrutalType", sans-serif;
}
.doctors .col-md-9 .col-md-3 {
  padding-right: 20px;
}
.doctors .col-md-9 .col-md-3 h4 {
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.doctors .col-md-9 .col-md-3 p {
  margin-bottom: 5px;
  font-size: 16px;
}

/* Doctors toggle */
.mobile-only-collapse.collapse {
  display: block !important;
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  .mobile-only-collapse.collapse {
    display: none !important;
  }
}

.mobile-only-collapse.collapse.in {
  display: block !important;
}

.download-forms {
  line-height: 18px;
}

/* New Patient sidebar module*/
.new-patient {
  padding: 10px 30px 10px 30px;
  border-top: 5px solid #00adbb;
}
.new-patient h4 {
  margin: 10px 0px;
}
.new-patient .learn-more {
  margin: 5px 0px 0px 0px;
}

.homepage-hero-image img {
  width: 100%;
}

/* New Patients module homepage*/
.new-patient-home__wrapper {
  background-image: url(/wp-content/themes/genesisfqhc/images/genesis_logo_watermark.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (min-width: 1023px) {
  .new-patient-home__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1023px) {
  .new-patient-home__wrapper .new-patient-home {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .new-patient-home__wrapper .new-patient-home .col-md-8,
  .new-patient-home__wrapper .new-patient-home .col-md-4 {
    clear: both;
    margin: 15px 0px;
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .new-patient-home__wrapper .new-patient-home .no-margin {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.new-patient-home__wrapper .new-patient-home .learn-more {
  margin: 10px 0px;
  float: left;
}
@media screen and (max-width: 1419px) {
  .new-patient-home__wrapper .new-patient-home .learn-more {
    clear: both;
    margin: 15px 0px;
  }
}
.new-patient-home__wrapper .new-patient-home .new-patients-text {
  float: left;
}
@media screen and (max-width: 1023px) {
  .new-patient-home__wrapper .new-patient-home .new-patients-text {
    float: none;
  }
}

/* Right Sidebar widgets */
.rightwidget-outer {
  border-top: 5px solid #00adbb;
  border-bottom: 2px solid #00adbb;
  margin-bottom: 40px;
}
.rightwidget-outer .bg_image {
  height: 106px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .rightwidget-outer .bg_image {
    display: block;
    height: 106px;
    width: 100%;
  }
}

.rightwidget {
  padding: 5px 16px 27px 16px;
  font-weight: normal;
  font-family: "Bronkoh-Regular", sans-serif;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1259px) {
  .rightwidget {
    min-height: initial;
  }
}
@media screen and (max-width: 1023px) {
  .rightwidget {
    padding: 0px;
  }
}
.rightwidget p {
  margin-top: 5px;
  margin-bottom: 15px;
}
.rightwidget .rightwidget-tag {
  width: 59px;
  height: 59px;
  display: block;
  position: absolute;
  top: -35px;
  left: 20px;
  background: url(/wp-content/themes/genesisfqhc/images/locations_sidebar.jpg);
  background-repeat: no-repeat;
}

.rightwidget-inside {
  padding: 0px 3px 0px 3px;
}
.rightwidget-inside h4 {
  font-size: 20px;
  font-family: "BrutalType-Bold", sans-serif;
  font-weight: normal;
  color: #00adbb;
  margin: 10px 0px 0px 0px;
  line-height: 27px;
}
.rightwidget-inside h4.no-margin {
  margin: 0px;
}
.rightwidget-inside .excerpt {
  font-size: 18px;
  line-height: 18px;
  font-family: "BrutalType", sans-serif;
}
.rightwidget-inside .learn-more {
  margin: 20px 0px 0px 0px;
  padding: 11px 36px 11px 17px;
  background-position: 90% center;
  position: absolute;
  bottom: -23px;
}

/* Find location near you */
.find-location h4 {
  font-size: 22px;
  font-family: "BrutalType", sans-serif;
  color: #00adbb;
  margin: 33px 0px 12px 0px;
  line-height: 27px;
}

/* Services Page */
@media screen and (max-width: 1259px) {
  .services.row {
    display: block;
  }
}
@media screen and (max-width: 1259px) {
  .services.row > [class*=col-] {
    flex-direction: initial;
    flex-direction: initial;
    display: block;
  }
}
.services .col-lg-3 {
  margin: 17px;
  padding: 30px 40px 65px 40px;
  font-size: 16px;
  width: calc(25% - 34px);
}
.services .col-lg-3:first-of-type {
  margin-left: 0px;
}
.services .col-lg-3:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .services .col-lg-3 {
    margin: 20px 0px;
    width: 100%;
  }
}
.services .col-lg-3 h4 {
  color: #00adbb;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1259px) {
  .services .col-lg-3 h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .services .col-lg-3 h4 {
    font-size: 16px;
  }
}
.services .col-lg-3 p {
  font-size: 16px;
}
.services .col-lg-3 .learn-more {
  position: absolute;
  bottom: 0px;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .services .col-lg-3.no-size-mobile {
    padding: 0px;
    margin: 0px;
  }
}

/* Footer */
.site-footer {
  background: #333e48;
  color: #fff;
  padding: 20px 0px 0px 0px;
  /* Bottom Credit */
}
.site-footer .container {
  background-image: url(/wp-content/themes/genesisfqhc/images/footer-watermark.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 20px 0px 96px 0px;
}
@media screen and (max-width: 1023px) {
  .site-footer .container {
    padding: 30px 20px 25px 20px !important;
  }
}
.site-footer .container .col-md-4 {
  padding: 0px 54px 0px 59px;
}
@media screen and (max-width: 1023px) {
  .site-footer .container .col-md-4 {
    padding: 0px 20px;
    clear: both;
  }
}
.site-footer .container .col-md-4:first-of-type {
  padding-left: 0px;
}
@media screen and (max-width: 1023px) {
  .site-footer .container .col-md-4:first-of-type {
    padding: 0px 20px;
    clear: both;
    max-width: 400px;
  }
}
.site-footer .container .col-md-4:last-of-type {
  padding-left: 77px;
}
@media screen and (max-width: 1023px) {
  .site-footer .container .col-md-4:last-of-type {
    padding: 0px 20px;
    clear: both;
  }
}
.site-footer .container p,
.site-footer .container a {
  color: #fff;
  margin: 12px 0px 10px 0px;
  line-height: 20px;
  font-size: 16px;
}
.site-footer .container .footer-phone {
  max-width: 144px;
}
@media screen and (max-width: 1023px) {
  .site-footer .container .footer-phone {
    margin-bottom: 40px;
  }
}
.site-footer .container .footer-phone .small {
  font-size: 14px;
  margin: 20px 0px -7px 0px;
}
.site-footer .container .footer-phone strong {
  font-size: 18px;
}
.site-footer .mc4wp-form {
  margin-top: 25px;
}
.site-footer .mc4wp-form input[type=email] {
  background: transparent;
  color: #fff;
  border-color: #fff;
  max-width: 300px;
  /* placeholder */
}
.site-footer .mc4wp-form input[type=email]::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.site-footer .mc4wp-form input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.site-footer .mc4wp-form input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.site-footer .mc4wp-form input[type=submit] {
  float: left;
  padding: 16px 33px 16px 20px;
  margin-top: 8px;
}
.site-footer .mc4wp-form input[type=submit]:hover {
  background-color: #ff8d6a;
}
@media screen and (max-width: 1023px) {
  .site-footer .mc4wp-form input[type=submit] {
    margin-bottom: 40px;
    float: none;
  }
}
.site-footer .site-info {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  z-index: 6;
  margin-top: -74px;
  height: 74px;
}
@media screen and (max-width: 1023px) {
  .site-footer .site-info {
    height: auto;
    margin-top: 0px;
  }
}
.site-footer .site-info .container {
  background: none;
  padding: 27px 0px 15px 0px;
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .container .pull-left,
  .site-footer .site-info .container .pull-right {
    float: none !important;
    margin: 10px 0px;
    display: block;
    font-size: 14px;
  }
}

/* Testimonials */
.testimonial {
  border: 1px solid #c1c5c8;
  border-top: 3px solid #ff8d6a;
  padding: 30px;
  position: relative;
  color: #333e48;
  font-size: 18px;
}
.testimonial span {
  color: #ff8d6a;
}

.testimonial:after {
  content: " ";
  display: block;
  height: 25px;
  width: 30px;
  background: url(/wp-content/themes/genesisfqhc/images/testimonials-corner.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  bottom: -24px;
}

.pt-cv-pinterest.pt-cv-border .pt-cv-pinmas {
  border: none !important;
}

.testimonial-name {
  padding: 20px 30px 5px 30px;
  color: #00adbb;
  font-family: "BrutalType-Bold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.testimonial-location {
  padding: 0px 30px;
  font-family: "BrutalType", sans-serif;
  font-size: 18px;
  color: #707270;
}

.mobile-show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobile-show {
    display: block;
  }
}

.mobile-hide {
  display: block;
}
@media screen and (max-width: 1023px) {
  .mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 25px !important;
  }
}

/* Equal height columns */
.row {
  /*flex-wrap: wrap;
   -webkit-flex-wrap: wrap; */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media screen and (max-width: 1023px) {
  .row {
    display: block;
  }
}

.row > [class*=col-] {
  display: flex;
  flex-direction: column;
  display: block;
}
@media screen and (max-width: 1023px) {
  .row > [class*=col-] {
    flex-direction: initial;
    flex-direction: initial;
    display: block;
  }
}

.no-flex {
  display: block;
}

.row.no-flex > [class*=col-] {
  flex-direction: initial;
  flex-direction: initial;
  display: block;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333f49;
  font-family: "BrutalType", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "BrutalType-Bold", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  color: #00adbb;
}

h1.entry-title {
  font-size: 30px;
  line-height: 30px;
  font-family: "BrutalType", sans-serif;
  margin: -5px 0px 20px 0px;
  padding: 0px;
}

h2 {
  font-size: 32px;
  line-height: 32px;
}
h2 span {
  font-family: "BrutalType", sans-serif;
  font-size: 24px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
  color: #00adbb;
  font-family: "BrutalType", sans-serif;
}

h4 {
  font-size: 22px;
  line-height: 24px;
}

h5 {
  font-size: 20px;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5em;
  font-size: 18px;
}
p.larger {
  font-size: 22px;
}

li, a, p {
  font-size: 18px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #00adbb;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  line-height: 1.25;
  font-size: 18px;
}

blockquote, q {
  quotes: "" "";
  color: #ff8d6a;
  font-size: 30px;
  font-style: italic;
  margin: 0 20px;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote p, q p {
  font-size: 30px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Lists */
ul, ol {
  margin: 0 0 1.5em 0px;
}

ul {
  list-style: none;
  list-style-image: url("/wp-content/themes/genesisfqhc/images/bullet.png");
  padding: 0px 0px 0px 18px;
}

ol {
  list-style: decimal;
}

li {
  line-height: 32px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

strong {
  font-family: "BrutalType-Bold", sans-serif;
  font-weight: normal !important;
}

/* Tables */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  box-shadow: none;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: none;
  box-shadow: none;
  border: none;
  outline: 0;
}

:focus {
  outline: 0;
}

input,
input[type=text],
input[type=email],
input[type=url],
textarea,
select {
  border: 1px solid #717271;
  border-radius: 0px;
  padding: 3px 8px;
  max-width: 100%;
  margin-bottom: 10px;
  color: #717271;
  font-family: "BrutalType", sans-serif;
  font-size: 16px;
  width: 100%;
  min-height: 40px;
}
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  color: #111;
  outline: 0;
}

textarea,
select {
  width: 100%;
  color: #333f49;
  font-family: "BrutalType", sans-serif;
  font-size: 16px;
}

select {
  background: url(/wp-content/themes/genesisfqhc/images/dropdown.png) 98% 12px no-repeat !important;
  border: 1px solid #8f8178;
  cursor: pointer;
  height: 40px;
  right: 0;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* Remove dropdown arrow from IE */
select::-ms-expand {
  display: none !important;
}

label {
  text-transform: uppercase;
  color: #333f49;
  font-family: "BrutalType", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7 .col-lg-6:nth-of-type(1) {
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 1023px) {
  .wpcf7 .col-lg-6:nth-of-type(1) {
    padding: 0px;
  }
}
.wpcf7 .col-lg-6:nth-of-type(2) {
  padding: 0px 0px 0px 20px;
}
@media screen and (max-width: 1023px) {
  .wpcf7 .col-lg-6:nth-of-type(2) {
    padding: 0px;
  }
}

input[type=submit] {
  padding: 18px 44px 19px 20px;
  display: inline-block;
  background: #00adbb url(/wp-content/themes/genesisfqhc/images/learn-more.png);
  background-repeat: no-repeat;
  background-position: 86% center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "BrutalType", sans-serif;
  font-weight: normal;
  border: none;
  float: right;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  margin-bottom: 20px;
  width: auto;
}
input[type=submit]:hover {
  border: 0;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  input[type=submit] {
    margin-top: 15px;
    float: left;
    clear: both;
  }
}

/* Search */
form.search-form {
  display: inline;
  position: relative;
  color: #213d80;
  border: 1px solid #717271;
  padding: 12px 0px 16px 0px;
  margin-left: 24px;
  margin-right: 0px;
}
@media (max-width: 1023px) {
  form.search-form {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    bottom: unset;
    display: inline-block;
  }
}
form.search-form label {
  margin-bottom: 0px;
}

input.search-submit[type=submit] {
  background-color: transparent;
  box-shadow: none !important;
  background: url("/wp-content/themes/genesisfqhc/images/search.png") no-repeat 0px 10px;
  border: none;
  color: #fff;
  display: inline-block;
  font: normal normal normal 16px "SolidoCondensed-ExtraBold";
  height: 40px;
  margin-top: 0px !important;
  padding: 0px;
  text-transform: uppercase;
  position: absolute;
  right: 1px;
  top: 0px;
  width: 40px;
  text-indent: -999px;
}
@media (max-width: 1023px) {
  input.search-submit[type=submit] {
    background: url(/wp-content/themes/genesisfqhc/images/search.png) no-repeat 4px 6px;
  }
}

input[type=search] {
  width: 228px !important;
  height: 40px;
  padding: 3px 40px 8px 12px !important;
  margin: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  color: #717271;
  text-transform: uppercase;
  font-family: "BrutalType", sans-serif;
  font-size: 14px;
  line-height: 13px;
}
@media screen and (max-width: 1259px) {
  input[type=search] {
    max-width: 100%;
    padding: 1px 40px 1px 12px !important;
  }
}
@media screen and (max-width: 1023px) {
  input[type=search] {
    width: 150px !important;
  }
}
input[type=search]:-webkit-input-placeholder, input[type=search]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=search]:-ms-input-placeholder {
  color: #717271;
  font-family: "BrutalType", sans-serif;
}

.search-container {
  height: 15px;
  float: right;
  margin-right: 100px;
}
@media screen and (max-width: 1023px) {
  .search-container {
    float: none;
    margin: 0;
    bottom: unset;
    height: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .search-container {
    display: none;
  }
}

@media (max-width: 1060px) {
  .pull-right .search-field {
    width: 190px !important;
  }
}
/* Other placeholders */
::-webkit-input-placeholder {
  color: #666666;
  font-family: "BrutalType", sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666666;
  opacity: 1;
  text-transform: uppercase;
  font-family: "BrutalType", sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
  opacity: 1;
  text-transform: uppercase;
  font-family: "BrutalType", sans-serif;
}

/*iPhone*/
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00adbb;
}
a:visited {
  color: #00adbb;
}
a:hover, a:focus, a:active {
  color: #333e48;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  top: 60px;
  right: 0px;
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .main-navigation {
    right: unset;
    top: unset;
    float: unset;
    position: relative;
    display: flex;
    justify-content: end;
    gap: 20px;
  }
}
.main-navigation li {
  float: left;
  position: relative;
  padding: 0px 0px 0px 35px;
}
@media screen and (max-width: 1259px) {
  .main-navigation li {
    padding: 0px 0px 0px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation li {
    float: none;
    padding: 0px;
  }
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  color: #00adbb;
  text-transform: uppercase;
  font-family: "BrutalType-Bold", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 14px;
  padding: 20px 0px 30px 0px;
  border-bottom: 3px solid transparent;
}
.main-navigation a:hover, .main-navigation a:focus {
  text-decoration: none;
  color: #333e48;
}
@media screen and (max-width: 1259px) {
  .main-navigation a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation a {
    font-size: 16px;
    padding: 5px;
    color: #fff;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-parent > a {
  border-bottom: 3px solid #333e48;
  color: #333e48;
}
@media screen and (max-width: 1023px) {
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current-menu-parent > a {
    color: #00adbb;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
@media screen and (max-width: 1023px) {
  .main-navigation ul {
    float: none;
    background: #333e48;
    clear: both;
    float: none;
    padding: 10px 25px;
    margin: 0px -25px;
  }
}
.main-navigation ul a:hover,
.main-navigation ul a:focus {
  text-decoration: none;
  color: #00adbb;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  left: -999em;
  top: 67px;
  z-index: 99999;
  background: #333e48;
  color: #fff;
  padding: 10px;
  border-bottom: 4px solid #ff8d6a;
}
@media screen and (max-width: 1023px) {
  .main-navigation ul ul {
    padding: 10px;
    margin: 0px;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  padding: 0px 0px 0px 10px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li.current_page_item > a, .main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current-menu-ancestor > a, .main-navigation ul ul li.current-menu-parent > a {
  border-bottom: none;
  color: #00adbb;
}
.main-navigation ul ul a {
  width: 200px;
  font-family: "BrutalType", sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0px;
  color: #fff !important;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
  text-decoration: none;
  color: #00adbb;
}
@media (max-width: 1023px) {
  .main-navigation ul ul a {
    width: auto;
    color: #fff;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .two-column-menu ul {
  width: 400px;
}
@media (max-width: 1023px) {
  .main-navigation .two-column-menu ul {
    width: auto;
  }
}
.main-navigation .two-column-menu ul li {
  width: 48%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1600px) {
  .main-navigation ul li:last-of-type:hover ul {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1023px) {
  .main-navigation ul li:hover a {
    color: #333e48;
    border-bottom: 4px solid #333e48;
  }
}

@media (min-width: 1023px) {
  .main-navigation ul li ul li a,
  .main-navigation ul li ul li a.visited,
  .main-navigation ul li:hover ul li a {
    color: #fff !important;
    border-bottom: none;
  }
}

@media (min-width: 1023px) {
  .main-navigation ul li:hover ul li:hover a,
  .main-navigation ul li:hover ul li:focus a,
  .main-navigation ul li:focus ul li a {
    color: #00adbb;
    border-bottom: none;
  }
}

/* Small menu. */
.menu-toggle,
.toggled ul {
  display: block;
  clear: both;
}
@media (max-width: 1023px) {
  .menu-toggle li:hover > ul, .menu-toggle li.focus > ul,
  .toggled ul li:hover > ul,
  .toggled ul li.focus > ul {
    left: -999px;
  }
}
@media (min-width: 1023px) {
  .menu-toggle .navbar-right .dropdown-menu,
  .toggled ul .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
    display: none;
  }
}

#mobile-menu {
  background: #333e48;
  padding: 10px 50px 20px 25px;
  margin: 0px;
  clear: both;
  float: none;
  border-top: 4px solid #00adbb;
}
#mobile-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "BrutalType-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 14px;
  padding: 20px 0px 10px 0px;
  border-bottom: 3px solid transparent;
}
#mobile-menu a:hover, #mobile-menu a:focus {
  text-decoration: none;
  color: #00adbb;
}
#mobile-menu ul {
  border-top: 4px solid #ff8d6a;
}
#mobile-menu ul li a {
  font-family: "BrutalType", sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 0px 5px 0px;
  color: #fff;
}
#mobile-menu ul li a:hover, #mobile-menu ul li a.focus {
  text-decoration: none;
  color: #00adbb;
}
#mobile-menu .dropdown-menu {
  background: transparent;
  padding-left: 15px;
}

.main-navigation.toggled {
  margin-bottom: 0px;
}

.main-navigation .menu-toggle:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-weight: normal;
}

.main-navigation.toggled .menu-toggle:after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-weight: normal;
}

.menu-toggle {
  float: right;
  color: #fff;
  border: none;
  background: #00adbb;
  border-radius: 0px;
  padding: 9px 15px;
  box-shadow: none;
  text-shadow: none;
}
.menu-toggle:hover {
  background: #00adbb;
  box-shadow: none;
  text-shadow: none;
}

/* Switch to mobile menu */
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.menu-top-menu-container {
  margin-top: -5px;
}

.top-menu {
  clear: both;
  display: block;
  width: 100%;
  list-style: none;
  margin: 0px;
}
.top-menu ul {
  display: none;
}
.top-menu li {
  float: left;
  position: relative;
  padding: 0px 0px 0px 22px;
}
@media screen and (max-width: 1259px) {
  .top-menu li {
    padding: 0px 0px 0px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .top-menu li {
    float: none;
  }
}
.top-menu li.donate:before {
  content: url(/wp-content/themes/genesisfqhc/images/donate.png);
  display: block;
  text-align: center;
}
.top-menu li.patient-forms:before {
  content: url(/wp-content/themes/genesisfqhc/images/patient-forms.png);
  display: block;
  text-align: center;
}
.top-menu li.bill-pay:before {
  content: url(/wp-content/themes/genesisfqhc/images/bill-pay.png);
  display: block;
  text-align: center;
}
.top-menu li.patient-portal:before {
  content: url(/wp-content/themes/genesisfqhc/images/patient-portal.png);
  display: block;
  text-align: center;
  height: 37.5px;
}
.top-menu li.patient-portal a {
  padding-top: 0px !important;
}
.top-menu a {
  display: block;
  text-decoration: none;
  color: #717271;
  text-transform: uppercase;
  font-family: "BrutalType", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}
.top-menu a:hover, .top-menu a:focus {
  text-decoration: none;
  color: #333e48;
}
@media screen and (max-width: 1259px) {
  .top-menu a {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
## Menu Sidebar
--------------------------------------------------------------*/
/* Sidebar Nav */
#secondary .widget_nav_menu {
  border-top: 1px solid #00adbb;
  /* Sub Menu */
  /* Secondary Main nav */
}
#secondary .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
#secondary .widget_nav_menu li a {
  text-decoration: none;
  padding: 10px 0px;
  border-bottom: 1px solid #00adbb;
  width: 100%;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-family: "BrutalType", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
}
#secondary .widget_nav_menu li a:visited {
  text-decoration: none;
  color: #00a19c;
}
#secondary .widget_nav_menu li a:hover {
  text-decoration: none;
  color: #333e48;
}
#secondary .widget_nav_menu li .current-menu-item,
#secondary .widget_nav_menu li .current-menu-item li,
#secondary .widget_nav_menu li .current-menu-item > a,
#secondary .widget_nav_menu li .current-menu-item > .sub-menu,
#secondary .widget_nav_menu li .current-menu-ancestor > a,
#secondary .widget_nav_menu li .current-menu-ancestor.current-menu-parent,
#secondary .widget_nav_menu li .current-menu-ancestor.current-menu-parent > a,
#secondary .widget_nav_menu li .current-product-ancestor > a,
#secondary .widget_nav_menu li .current-product-ancestor > .sub-menu > .current-product-parent > a,
#secondary .widget_nav_menu li .current-product-parent > a {
  color: #333e48;
  position: relative;
}
#secondary .widget_nav_menu li ul .sub-menu,
#secondary .widget_nav_menu li ul .sub-menu > .sub-menu {
  display: none;
}
#secondary .widget_nav_menu .current-menu-item,
#secondary .widget_nav_menu .current-menu-item li,
#secondary .widget_nav_menu .current-menu-item > a,
#secondary .widget_nav_menu .current-menu-item > .sub-menu,
#secondary .widget_nav_menu .current-menu-ancestor > a,
#secondary .widget_nav_menu .current-menu-ancestor.current-menu-parent,
#secondary .widget_nav_menu .current-menu-ancestor.current-menu-parent > a,
#secondary .widget_nav_menu .current-menu-ancestor > .sub-menu,
#secondary .widget_nav_menu .current-product-ancestor a,
#secondary .widget_nav_menu .current-product-ancestor > .sub-menu > .current-product-parent a,
#secondary .widget_nav_menu .current-product-ancestor.menu-item-has-children > .sub-menu,
#secondary .widget_nav_menu .current-product-parent a,
#secondary .widget_nav_menu .current-product-ancestor a,
#secondary .widget_nav_menu .current-menu-parent a,
#secondary .widget_nav_menu .current-product-parent a,
#secondary .widget_nav_menu .current-product_cat-ancestor > .sub-menu,
#secondary .widget_nav_menu .current-product_cat-ancestor .sub-menu ul li a {
  display: block;
  position: relative;
}
#secondary .widget_nav_menu .sub-menu a {
  padding-left: 20px;
  padding-right: 0px;
  font-size: 15px;
  line-height: 22px;
}
#secondary .widget_nav_menu .sub-menu .sub-menu a {
  padding-left: 35px;
  font-size: 14px;
  display: inline-block;
}
#secondary .widget_nav_menu ul li:before {
  display: none;
}
#secondary .widget_nav_menu a:hover,
#secondary .widget_nav_menu a:focus {
  color: #ff9e19;
}
#secondary .widget_nav_menu ul li,
#secondary .widget_nav_menu li.current-menu-item > a,
#secondary .widget_nav_menu li.current-page-parent > a,
#secondary .widget_nav_menu li.current-page-parent,
#secondary .widget_nav_menu li.current_page_parent,
#secondary .widget_nav_menu li.current-page-ancestor,
#secondary .widget_nav_menu .current-menu-ancestor.menu-item-has-children > a {
  display: none;
}
#secondary .widget_nav_menu ul li.current-menu-item.menu-item-has-children .sub-menu,
#secondary .widget_nav_menu li.current-page-parent .sub-menu li,
#secondary .widget_nav_menu ul li.current_page_parent .sub-menu li,
#secondary .widget_nav_menu ul li.current-menu-ancestor .sub-menu li,
#secondary .widget_nav_menu ul li.current-page-ancestor .sub-menu li,
#secondary .widget_nav_menu ul li ul li.current-menu-item a {
  display: block;
}
#secondary .widget_nav_menu ul li.current-menu-item.menu-item-has-children .sub-menu a,
#secondary .widget_nav_menu .sub-menu a {
  padding-left: 0px;
}

/** Locations Single Pages**/
#secondary .locations-nav-menu {
  border-top: 1px solid #00adbb;
}
#secondary .locations-nav-menu ul {
  margin: 0;
  padding: 0;
}
#secondary .locations-nav-menu li {
  list-style: none;
}
#secondary .locations-nav-menu li a {
  text-decoration: none;
  padding: 10px 0px;
  border-bottom: 1px solid #00adbb;
  width: 100%;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-family: "BrutalType", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  text-transform: uppercase;
}
#secondary .locations-nav-menu li a:visited {
  text-decoration: none;
  color: #00a19c;
}
#secondary .locations-nav-menu li a:hover {
  text-decoration: none;
  color: #333e48;
}
#secondary .locations-nav-menu li.active a {
  color: #333e48;
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
/* Footer Nav */
#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8px;
}
@media screen and (max-width: 1259px) {
  #footer-menu {
    margin-left: 20px;
  }
}
#footer-menu ul ul.sub-menu {
  display: none;
}
#footer-menu li > ul {
  display: none;
}
#footer-menu li {
  display: block;
  line-height: 16px;
  padding: 5px 0px;
}
#footer-menu li a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
#footer-menu li a:hover {
  text-decoration: none;
  color: #00adbb;
}

/*--------------------------------------------------------------
## Social Media Menu
--------------------------------------------------------------*/
/* Social Media Menu */
.menu-social-media-container {
  font-family: "FontAwesome";
  padding: 0;
  margin: 0;
}
.menu-social-media-container ul {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-top: 17px;
}
.menu-social-media-container ul li {
  display: inline-block;
  text-align: left;
  line-height: 48px;
}
.menu-social-media-container ul li a {
  display: inline-block;
  position: relative;
  height: 45px;
  width: 38px;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  overflow: hidden;
  line-height: 44px !important;
}
.menu-social-media-container ul li a:hover {
  color: #00adbb;
}
.menu-social-media-container ul li a:before {
  content: "\f415";
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 6px;
  font-family: FontAwesome;
}
.menu-social-media-container a[href*="facebook.com"]:before {
  content: "\f09a";
  left: 8px;
}
.menu-social-media-container a[href*="plus.google.com"]:before {
  content: "\f1a0";
}
.menu-social-media-container a[href*="instagram.com"]:before {
  content: "\f16d";
}
.menu-social-media-container a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.menu-social-media-container a[href*="twitter.com"]:before {
  content: "\f099";
}
.menu-social-media-container a[href*="vimeo.com"]:before {
  content: "\f27d";
}
.menu-social-media-container a[href*="youtube.com"]:before {
  content: "\f16a";
  left: 2px;
}

.site-footer .social-media-menu a {
  color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333e48;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* services blue cards */
.hentry .services .bg_dark_blue {
  padding-bottom: 110px;
}

.page-id-236 {
  /* Image */
  /* Division */
  /* Image */
  /* Image */
  /* 1260px and larger screen sizes */
}
.page-id-236 .wd-row div:nth-child(3) div:nth-child(9) img {
  display: none;
}
.page-id-236 .wd-row div:nth-child(3) div:nth-child(9) {
  display: none;
  visibility: hidden;
}
.page-id-236 .wd-row div div div div div div div img {
  display: inline-block !important;
}
.page-id-236 .map-labels .col-md-8 .gmwd_container_wrapper .gmwd_container #gmwd_container_1 .wd-clear .wd-row div div div div div div div img {
  transform: translatex(0px) translatey(0px) !important;
}
@media (min-width: 1260px) {
  .page-id-236 {
    /* Column 4/12 */
  }
  .page-id-236 .entry-content .map-labels .bg_dark_blue {
    padding-right: 5px;
  }
}

.home {
  /* Column 9/12 */
  /* Link */
  /* Image 35221 */
  /* Thumbnail Image */
}
.home #masthead .col-md-9 {
  transform: translatex(0px) translatey(0px);
}
.home #menu-top-menu .menu-item a {
  padding-top: 0px;
}
.home #colophon p .wp-image-35221 {
  display: inline-block;
  transform: translatex(0px) translatey(0px) !important;
}
.home #colophon .widget .wp-image-33325 {
  display: inline-block;
  width: 135px;
  max-width: 135px !important;
}
.home #background-video,
.home .background-video__fallback {
  width: 100vw;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home .background-video__fallback {
  background-image: url("/wp-content/themes/genesisfqhc/images/banner_news-events.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Bus Banner Styles */
.bus-banner {
  background-color: #333E48;
  padding: 1.5rem;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.bus-banner object {
  max-width: 1000px;
  /* Ensure SVG is treated as a block-level element */
  display: block;
  margin: 0 auto;
}

select#gtranslate_selector {
  color: #0b8b95;
  font-size: 15px;
  border: 2px solid;
  margin: 5px;
  background-size: 12px !important;
}

@media only screen and (max-width: 1044px) {
  .rightwidget .rightwidget-tag {
    position: relative;
  }
  .rightwidget-inside .learn-more {
    position: relative;
  }
  .rightwidget-inside h4 {
    margin-top: 0px;
  }
}
.post-type-archive-tribe_events .container-fixed {
  display: none !important;
}

.metaslider .flexslider .slides p {
  font-size: 18px !important;
}

.metaslider .caption-wrap .caption {
  float: left;
}

@media only screen and (min-width: 1600px) {
  div#metaslider-id-2055 {
    height: 700px;
  }
  #metaslider-id-2055 ul {
    height: 700px;
  }
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# ACF Maps
--------------------------------------------------------------*/
.map__wrapper .acf-map {
  display: none;
}

.acf-map {
  width: 100%;
  height: 100vh !important;
  border: #ccc solid 1px;
  color: #333f49;
}
.acf-map p {
  color: #333f49;
  font-size: 1.65rem;
  margin: 0;
}
.acf-map h5 {
  font-size: 2rem;
  margin: 0 0 0.5em;
}
.acf-map .gm-style-iw-d {
  padding: 12px 50px 5px 10px;
  max-width: 300px;
}
.acf-map .gm-style-iw-d a {
  display: block;
  margin-top: 0.5em;
  color: #ff8d6a;
  font-size: 1.5rem;
}
.acf-map .gm-style-iw-d a:hover, .acf-map .gm-style-iw-d a:active {
  text-decoration: underline;
}
.acf-map .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}
.acf-map img {
  max-width: inherit !important;
}

.single-locations .acf-map {
  border-top: 5px solid #00adbb;
  border-bottom: 2px solid #00adbb;
  height: 300px !important; /* Use !important to override any JS-applied styles */
  width: 300px !important; /* Make it square and override any JS-applied styles */
  max-height: 300px !important; /* Ensure max-height is also constrained */
}

.single-locations .acf-map.single-location-map {
  border-top: 5px solid #00adbb;
  border-bottom: 2px solid #00adbb;
  height: 300px !important; /* Use !important to override any JS-applied styles */
  width: 300px !important; /* Make it square and override any JS-applied styles */
  max-height: 300px !important; /* Ensure max-height is also constrained */
  margin: 0; /* Remove auto margin to prevent centering */
}

.map-listing__wrapper {
  --font-size: 16px;
}
.map-listing__wrapper > h2 {
  background: url("/wp-content/themes/genesisfqhc/images/location.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 60px;
}
.map-listing__wrapper h3,
.map-listing__wrapper h4 {
  margin: 0;
}
.map-listing__wrapper a {
  color: #ff8d6a;
}
.map-listing__wrapper .map-listing__list .map-listing__icon {
  padding-right: 10px;
}
.map-listing__wrapper .map-listing__list .map-listing__location {
  font-size: var(--font-size);
  line-height: 1.6em;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.map-listing__wrapper .map-listing__list .map-listing__location a,
.map-listing__wrapper .map-listing__list .map-listing__location p {
  font-size: var(--font-size);
  line-height: 1.6em;
  margin: 0;
}
.map-listing__wrapper .map-listing__list .map-listing__location .map-listing__permalink a:hover {
  text-decoration: underline;
}
.map-listing__wrapper .map-listing__list .map-listing__location h5 {
  font-size: var(--font-size);
  margin: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .map-listing__wrapper .map-listing__list .map-listing__location .map__listing-city-state {
    margin-bottom: 1rem;
  }
}
.map-listing__wrapper .map-listing__list .map-listing__location:not(.active) .map-listing__marker-toggle:hover {
  cursor: pointer;
}
.map-listing__wrapper .map-listing__list .map-listing__location:not(.active) .map-listing__marker-toggle:hover h4,
.map-listing__wrapper .map-listing__list .map-listing__location:not(.active) .map-listing__marker-toggle:hover div {
  color: #00adbb;
  transition: all 0.2s ease-in-out;
}
.map-listing__wrapper .map-listing__list .map-listing__location .map-listing__location-details-hidden {
  height: 0;
  overflow: hidden;
}
.map-listing__wrapper .map-listing__list .map-listing__location .map-listing__interior-wrapper {
  padding: 2rem 1rem;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active {
  transition: all 0.2s ease;
  color: #333f49;
  z-index: 999;
  filter: drop-shadow(0px 0px 15px rgba(50, 50, 0, 0.25));
}
@media (min-width: 1024px) {
  .map-listing__wrapper .map-listing__list .map-listing__location.active {
    width: calc(100% + 11%);
  }
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map-listing__interior-wrapper {
  background: white;
}
@media (min-width: 1024px) {
  .map-listing__wrapper .map-listing__list .map-listing__location.active .map-listing__interior-wrapper {
    padding-right: calc(1rem + 11%);
    -webkit-clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  }
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map-listing__permalink {
  display: none;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active p {
  color: #333f49;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map-listing__address {
  margin-top: 1em;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map-listing__hours {
  margin-top: 1em;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map-listing__hours h4 {
  color: #00adbb;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map-listing__location-details-hidden {
  height: 100%;
  opacity: 1;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map__listing-buttons a {
  color: white;
  width: 100%;
}
@media (max-width: 1023px) {
  .map-listing__wrapper .map-listing__list .map-listing__location.active .map__listing-buttons a {
    margin-top: 2rem;
    max-width: 220px;
  }
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map__listing-buttons a:first-of-type {
  margin-bottom: 1em;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map__listing-buttons a.map__listing-buttons-services {
  background-color: #ff8d6a;
}
.map-listing__wrapper .map-listing__list .map-listing__location.active .map__listing-buttons a.map__listing-buttons-services:hover, .map-listing__wrapper .map-listing__list .map-listing__location.active .map__listing-buttons a.map__listing-buttons-services:active {
  background-color: #333e48;
}

/* Specific styling for single location page map container */
.location-map-container {
  display: flex;
  justify-content: flex-start; /* Change from center to flex-start for left alignment */
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden; /* Prevent any overflow issues */
}

/* Additional responsive styles for single location map */
@media (max-width: 1260px) and (min-width: 1025px) {
  /* Adjust the right sidebar to align with main content */
  .single-locations #right-sidebar {
    margin-left: calc(25% - 15px); /* Align with the main content by offsetting by the width of the left sidebar, accounting for gutters */
    width: auto; /* Let width be determined by the container */
    padding-left: 15px; /* Standard Bootstrap padding */
    padding-right: 15px; /* Standard Bootstrap padding */
  }
  /* Fix new-patient section styling */
  .single-locations #right-sidebar .new-patient {
    width: 100%; /* Full width of parent container */
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 100%; /* Prevent overflow */
  }
  .location-map-container {
    justify-content: flex-start !important; /* Force left alignment on smaller screens */
    margin-top: 1.5rem !important; /* Add top margin at this breakpoint */
    padding-left: 0; /* Remove any padding */
  }
  .single-locations .acf-map.single-location-map {
    margin-left: 0 !important; /* Ensure left margin is 0 */
    margin-right: auto !important; /* Allow right margin to be auto */
  }
}
/* Styles for 1024px and below when left sidebar is removed */
@media (max-width: 1024px) and (min-width: 768px) {
  /* Reset the right sidebar to align with the now full-width main content */
  .single-locations #right-sidebar {
    margin-left: 0; /* No offset needed as left sidebar is gone */
    width: auto; /* Let width be determined by the container */
    padding-left: 15px; /* Standard Bootstrap padding */
    padding-right: 15px; /* Standard Bootstrap padding */
  }
  /* Fix new-patient section styling */
  .single-locations #right-sidebar .new-patient {
    width: 100%; /* Full width of parent container */
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 100%; /* Prevent overflow */
  }
  .location-map-container {
    justify-content: flex-start !important; /* Force left alignment on smaller screens */
    margin-top: 1.5rem !important; /* Add top margin at this breakpoint */
    padding-left: 0; /* Remove any padding */
  }
  .single-locations .acf-map.single-location-map {
    margin-left: 0 !important; /* Ensure left margin is 0 */
    margin-right: auto !important; /* Allow right margin to be auto */
  }
}
/* Reset margin and width for mobile view when everything stacks */
@media (max-width: 767px) {
  .single-locations #right-sidebar {
    margin-left: 0; /* Reset to default */
    width: 100%; /* Full width on mobile */
  }
  /* Fix new-patient section styling on mobile */
  .single-locations #right-sidebar .new-patient {
    width: 100%; /* Full width of parent container */
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 100%; /* Prevent overflow */
  }
  .location-map-container {
    justify-content: flex-start !important; /* Keep left alignment on mobile */
    padding-left: 0; /* Remove any padding */
  }
  .single-locations .acf-map.single-location-map {
    margin-left: 0 !important; /* Ensure left margin is 0 */
    margin-right: auto !important; /* Allow right margin to be auto */
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .testimonials__wrapper {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .testimonials__wrapper .testimonials__single {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    padding: 10px 15px;
  }
}

.testimonials__single {
  margin: 0 0 3rem 0;
}
.testimonials__single.testimonial__alone {
  pad: 0;
  margin: 6rem 0 7rem 0;
}
.testimonials__single .testimonials__quote {
  border: 1px solid #c1c5c8;
  border-top: 3px solid #ff8d6a;
  padding: 30px;
  position: relative;
  color: #333e48;
  font-size: 18px;
}
.testimonials__single .testimonials__quote:after {
  content: " ";
  display: block;
  height: 25px;
  width: 30px;
  background: url(/wp-content/themes/genesisfqhc/images/testimonials-corner.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  bottom: -24px;
}
.testimonials__single .testimonials__quote:before {
  content: "“";
  font-size: 84px;
  color: #ff8d6a;
  position: absolute;
  top: -10px;
  left: 3px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  opacity: 0.25;
}
.testimonials__single .testimonials__name {
  padding: 20px 30px 5px 30px;
  color: #00adbb;
  font-family: "BrutalType-Bold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.testimonials__single .testimonials__location {
  padding: 0px 30px;
  font-size: 18px;
  color: #707270;
  font-style: italic;
}