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

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

.grecaptcha-badge {
  visibility: hidden;
}

/* GLOBAL */
.services .container-fluid, .specials .container-fluid, .home-content .container-fluid, .content-home-section .container-fluid, .testimonials-section .container-fluid, .schedule.section .container-fluid, .section-latest-posts .container-fluid, .section-contact .container-fluid, .home footer .container-fluid {
    max-width: 1283px;
}
footer .container-fluid {
    max-width: 1145px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color:#003F1C;
}

body.media {
  display: block;
}

body, .bg-white, .text-body {
  color: #516B5D;
}
footer .sr-only-focusable:focus {
    border: 1px dotted;
    padding: .5em 1.5em;
}
a, button, svg {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s
}
.home .main {
    display: flex;
    flex-direction: column;
}
.main p a {
    font-weight: bold;
}

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

.btn-wcag {
  color: white;
  border: 1px solid white;
}
.btn-wcag:focus, .btn-wcag:hover {
    background-color: fff;
    color: #003f1c !important;
}

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

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

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

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

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

.content, .flc-section-padding {
    line-height: 2;
    font-size: 1.1em;
}

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

/* NAVBAR */
.navbar-brand img {
  width: 175px;
  transition: .5s;
}

@media (max-width:575px){
  .navbar-brand svg{
    width: 90px;
  }
}

.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;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: .9rem !important;
    padding-left: .9rem !important;
}

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

.navbar-toggler, .mobile-menu .style-switcher, .mobile-menu .search-toggler-mobile {
    padding: .2rem .5rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
}

.navbar-toggler, .mobile-menu .style-switcher {
  color: #000 !important;
  border-color: #000;
}

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

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

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

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

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

.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:#003f1c !important;
}

.navbar-light .navbar-toggler {
  color: #003f1c;
  border-color: #003f1c;
}

.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: #fff;
  border:0 solid;
}

.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, .mobile-menu .style-switcher, .mobile-menu .search-toggler-mobile {
  position: relative;
  height: 40px;
  width: 55px;
}

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

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

/* HEADER */
header.banner {
    position: relative;
}
.site-header {
    position: fixed;
    width: 100%;
    z-index: 5;
    color: #fff;
    transition: padding .5s;
    padding: 0 2em;
   box-shadow: 0 0 30px #00000047;
}

@media (min-width: 992px) {
.sticky header.banner {
    top: 0;
    left: 0;
    position: fixed !important;
    background-color: #fff;
    box-shadow: 0 0 30px #00000047;
    transition: padding .5s;
    padding: 0 1em;
    z-index: 100;
}
.sticky .banner img {
    width: 160px;
    transition: .5s;
}
.sticky header.banner a.phone_anchor {
	padding: .45em 1em;
	transition: .5s;
}
.sticky header.banner .navbar {
    padding: .45em 0 .45em 0;
	transition: .5s;
}
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-top: -.4em;
}
button.btn-wcag {
    position: absolute;
    top: 4.25em;
    right: 0em;
}
button.btn-wcag:hover, button.btn-wcag:focus {
    background-color: #fff !important;
    color: #003f1c !important;
}
button.btn-wcag:focus {
	border: 2px dotted #000 !important;
}
header.banner > div {
    max-width: 1271px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 0 0;
}
header.banner > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
header.banner a.phone_anchor, .page-header a.btn {
    background-color: #ffea5b;
    padding: .7em 1.5em;
    border-radius: 2em;
    border: 2px solid #003f1c;
    color:#003f1c;
    font-weight: bold;
    text-transform: uppercase;
  	transition: .5s;
}
header.banner a.phone_anchor:focus, header.banner a.phone_anchor:hover,
.page-header a.btn:focus, .page-header a.btn:hover {
  background-color: #285943;
  color:#fff;
  border-color: #ddd;
  outline: 1px dotted;
}
header.banner a.phone_anchor:focus {
  outline: 1px dotted #000;
}
.page-header a.btn {margin:1em 0 0;}
.page-header p.h1 {
    text-transform: uppercase;
    font-size: 2.8em;color:#fff;
}
.home .home-content h2 {text-transform: uppercase;}
.page-header p:nth-child(2) {
    font-size: 1.2em;
    max-width: 814px;
    margin: 0 auto;
}
.page-header p:nth-child(2) span {
    display: block;
    margin: 0 0 10px;
}
.page-header p:nth-child(3) {
    margin: 0;
}
header.banner .navbar {
    padding: .7em 0 .85em 0;
}

/* SERVICES BOXES */
.services .box {
    border: 1px solid #77AF9C;
    border-radius: 15px;
    margin: 0 .49em 1em .49em;
    width: 32%;
    max-width: 32%;
    flex: 0 0 32%;
    padding: 0;
}
.services.boxes {
    padding: 5em 0;
    order: 1;
}
.services.boxes .copy p {
    font-size: 1.25em;
}
.services.boxes .heading {
    width: 100%;
    display: flex;
    height: 16em;
    align-items: end;
    position: relative;
  background-repeat:no-repeat;
  background-position: center center;
  z-index: 0;
  border-radius: 15px;
  background-size:cover;
}
.services.boxes .heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 25%, rgba(0,0,0,0.5522584033613445) 100%);
    width: 100%;
    height: 100%;
}
.services.boxes .copy {
    width: 100%;
    display: flex;
    padding: 2em 2em;
}
.services.boxes .copy p {
    font-size: 1.25em;margin: 0;
}

.services .box:nth-child(3), .services .box:nth-child(6) {
    margin-right: 0;
}
.services .box .copy a {
    display: block;
    margin: 1em 0 0;
}
.services .box .heading a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.services .box .heading a:focus {
    outline: 3px dotted #000;
    background-color: rgba(0, 0, 0, .5);
}
.services .box .heading a:hover {
    background-color: rgba(0, 0, 0, .25);
}

.services .box h2 {
    color: #fff;
    padding: .5em 0 .5em 1em;
    line-height: 1em;
    font-size: 1.75em;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .25);
    margin-bottom: 0;
}
.services .box h2 span {
    display: block;
}

/* SPECIALS SECTION */

.home .specials {
    background-color: rgb(40, 89, 67);
    order: 2;
}
.home .specials .col-lg-6:first-of-type {
    text-align: center;
}
.home .specials .col-lg-6:first-of-type img {
    margin: -1.5em auto -1.5em;
    box-shadow: 0px 0px 2px #285943;
}
.home .specials .col-lg-6:last-of-type {
    text-align: center;
    color: #fff;
    padding: 3em 0;
}
.home .specials .col-lg-6:last-of-type h2 {
    text-transform: uppercase;
    margin: 0 0 .75em;color:#fff;
}
.home .specials .col-lg-6:last-of-type .row {
    border: 1em solid #fff;
    margin: 0 5px;
}
.home .specials .col-lg-6:last-of-type .row .col-md-6:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #285943;
    position: relative;
}
.home .specials .col-lg-6:last-of-type .row .col-md-6:first-of-type:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    background-image: url('https://www.jonesboro-sewerseptic.com/wp-content/uploads/2022/05/logo-trans.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19em;
    width: 100%;
    opacity: .15;
    z-index: 10000;
    height: 100%;
}
.home .specials .col-lg-6:last-of-type > .row .col-md-6:last-of-type {
    background-color: #fff;
    border-top: 2px dashed #285943;
    border-right: 2px dashed #285943;
    border-bottom: 2px dashed #285943;
    padding: 3em 0;
}
.home .specials .col-lg-6:last-of-type > .row .col-md-6:last-of-type p {
  margin: 0;color:#285943;
}
.home .specials .col-lg-6:last-of-type > .row .col-md-6:last-of-type p span {
    display: block;
    font-size: 1.85em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    line-height: 1.125em;
}
.home .specials .col-lg-6:last-of-type > .row .col-md-6:last-of-type p:first-of-type {
    margin: .5em 0 .75em;
}
.home .specials .col-lg-6:last-of-type .row .col-md-6:first-of-type p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
    font-size: 1.25em;
    z-index: 100000;
}
.home .specials .col-lg-6:last-of-type .row .col-md-6:first-of-type p:first-of-type {
    font-size: 4.25em;
    font-family: 'Raleway', sans-serif;
    line-height: 1.125em;
    z-index: 100000;
}

.home .specials a.btn {
    background-color: #fff;
    border-radius: 2em;
    padding: 1em 2em;
    border: 1px solid #fff;
    margin: 2em 0 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #285943;
}
.home .flc-coupons .d-print-none {
    display: none;
}
.home .specials a.btn:focus, .home .specials a.btn:hover,
.content-home a.btn:focus, .content-home-section a.btn:focus, .testimonials-section a.btn:focus,
.content-home a.btn:hover, .content-home-section a.btn:hover, .testimonials-section a.btn:hover,
.schedule.section a.btn:focus, .schedule.section a.btn:hover {
    background-color: #ffde00;
    border: 1px solid #ffde00;
    color: #285943;
}
.content-home a.btn:focus, .content-home-section a.btn:focus, .testimonials-section a.btn:focus,
.content-home a.btn:hover, .content-home-section a.btn:hover, .testimonials-section a.btn:hover,
.row-cta .btn:focus, .row-cta .btn:hover {
    background-color: #285943;
    border: 1px solid #000;
    color: #fff;
}
.row-cta .btn:focus {outline:1px dotted #000;}
.content-home-section a.btn:focus, .schedule.section a.btn:focus, .schedule.section a.btn:hover {
  outline: 3px dotted #ffff
}
.home .specials a.btn:focus {
  outline: 3px dotted #ffff
}
.content-home a.btn:focus, .testimonials-section a.btn:focus {
	outline: 1px dotted #000;
}

/* COUPONS */

.flc-coupons .col-md-6:first-of-type {
    text-align: center;
    padding: 3em 0;
}
.flc-coupons .col-md-6:first-of-type img {
    margin: -1.5em auto -1.5em;
    box-shadow: 0px 0px 2px #285943;
}
.flc-coupons .col-md-6:last-of-type {
    text-align: center;
    color: #fff;
    padding: 3em 1em;
}
.flc-coupons .col-md-6:last-of-type h2 {
    text-transform: uppercase;
    margin: 0 0 .75em;color:#fff;
}
.row.flc-coupons {
    border: 1em solid #285943;
    margin: 0 0 1.5em;
}
.row.flc-coupons .col-md-6:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:rgb(40 89 67);
    position: relative;
    color:#fff;
    border-left:1px solid #fff;
    border-top: 1px solid #fff;
}
.row.flc-coupons .col-md-6:first-of-type:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    background-image: url('https://www.jonesboro-sewerseptic.com/wp-content/uploads/2022/05/logo-trans.png');
    background-repeat: no-repeat;
    width: 100%;
    opacity: .15;
    background-position: center center;
    background-size: 22em;
    bottom: 0;
}

.row.flc-coupons .col-md-6:last-of-type {
    background-color: #fff;
    border-top: 2px dashed #285943;
    border-right: 2px dashed #285943;
    border-bottom: 2px dashed #285943;
}
.row.flc-coupons .col-md-6:last-of-type p {
  margin: 0;color:#285943;
}
.row.flc-coupons .col-md-6:last-of-type p span {
    display: block;
    font-size: 1.85em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    line-height: 1.125em;
}
.row.flc-coupons .col-md-6:last-of-type p:first-of-type {
    margin: .5em 0 .75em;
}
.row.flc-coupons .col-md-6:first-of-type p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
    font-size: 1.25em;
}
.row.flc-coupons .col-md-6:first-of-type p:first-of-type {
    font-size: 4.25em;
    font-family: 'Raleway', sans-serif;
    line-height: 1.125em;
}
.flc-coupons {
    border: 1em solid #003f1c;
}

/* HOME CONTENT */

.home-content {
    padding: 9em 0;
    order: 3;
}
.home-content h1 {
    text-transform: uppercase;
    font-size: 2.125em;
}
.home-content h1 span {
  display: block;
}
.home-content ul {
    padding: 5px 0 0 30px;
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 0;
}
.home-content p {
    font-size: 1.125em;
    line-height: 2em;
    color: #516B5D;
    margin: 0;
    padding: 0 2em 0 0;
}
.home-content .embed-responsive {
    margin-bottom: 0rem;
    margin-top: 1.5em;
}
.content-home {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 55%;
    background-color: #F1F2EF;
    order: 4;
}
.content-home .col-lg-6:last-of-type {
    padding: 8em 6em 8em 6em;
    /*max-width: 39em;*/
    background-color: #F1F2EF;
}
.content-home ul {
    padding-left: 1.5em;
    line-height: 2em;
    font-size: 1.1em;
}

.content-home .col-lg-6 h2, .content-home-section .col-lg-6 h2 {
    text-transform: uppercase;
}
.content-home .col-lg-6 p, .content-home-section .col-lg-6 p {
    font-size: 1.125em;
    line-height: 1.9em;
}
.content-home a.btn, .content-home-section a.btn, .testimonials-section a.btn, .home-content a.btn {
    background-color: #fff;
    border: 1px solid;
    border-radius: 2em;
    padding: 1em 2em;
    margin: 1em 0 0;
    text-transform: uppercase;
}
.home-content a.btn {
    background-color: #285943 !important;
    color: #fff;
}
.home-content a.btn:focus, .home-content a.btn:hover {
	background-color: #fff !important;
	color: #285943 !important;
}
.home-content a.btn:focus {
	outline: 1px dotted;
}
.content-home-section {
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 51%;
    background-color: #F1F2EF;
    order: 5;
}
.content-home-section .col-lg-6:first-of-type {
    padding: 8em 4em 8em 0em;
    max-width: 39em;
    background-color: #F1F2EF;
}

/* CTA SECTION */
.home .row-cta {
    padding: 6em 0;background-color: #fff;
    order: 4;
}
.row-cta {
    padding: 4em 15px;
    background-color: #F1F2EF;
}
.row-cta .btn {
    background-color: #FFEA5C;
    margin: .975em .5em 0;
    border-radius: 2em;
    padding: .75em 2em;
    text-transform: uppercase;
    border: 1px solid #003E1C;
    color: #285943;
    font-weight: bold;
}
.row-cta h2 {
    text-transform: uppercase;
    color: #003F1C;
    font-size: 2.125em;
}

.row-cta p {
    font-size: 1.1em;
    padding: 0 15px;
}

/* TESTIMONIALS SECTION */
.testimonials-section {
    padding: 8em 0;
    text-align: center;
    order: 6;
}
.home .modal.fade {
    order: 7;
}
.testimonials-section h2 {
    text-transform: uppercase;
    margin: 0 0 2em;
    text-align: center;
    color: #003F1C;
}
.home blockquote p {
    line-height: 2em;
    font-size: 1.1em;
    margin-bottom: .5em;
    color:#516B5D;
    position: relative;
}
.testimonials-blockquote:last-of-type {
    margin: 0 !important;
}
.home .testimonials-blockquote {
    text-align: left;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0 2% 0 0;
    position: relative;
    padding: 5em 15px 0;
}
.testimonials-blockquote:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    background-image: url('https://www.jonesboro-sewerseptic.com/wp-content/uploads/2022/06/quotations.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 70px;
    background-size: 90px;
    opacity: .75;
}
.testimonials-section a.btn {
    margin: 3em 0 0;
}
.page-id-792 blockquote {
    background-color: rgba(241, 242, 239, .75);
    padding: 2em 3em;
    position: relative;
}
.page-id-792 blockquote:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('https://www.jonesboro-sewerseptic.com/wp-content/uploads/2022/05/inverted-commas.png');
    background-repeat: no-repeat;
    width: 186px;
    height: 113px;
    z-index: 1;
    background-size: 6em;
    opacity: .75;
}
.page-id-792 blockquote p {
    z-index: 10;
    position: relative;
    margin-bottom: 0;
    font-size: .95em;
}
.page-id-792 .testimonials-stars {
    position: relative;
    z-index: 1;
}

/* SCHEDULE SECTION */

.schedule.section {
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    padding: 8em 0 7em;
    background-size: cover;
    order: 8;
}
.schedule.section .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.schedule.section p {
    font-size: 2.25em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.schedule.section p span {
    display: block;
    text-align: center;
    line-height: 1.125em;
    color: #fff;
}
.schedule.section a.btn {
    background-color: #FFEA5C;
    margin: 1em 0 2em;
    border-radius: 2em;
    padding: .75em 2em;
    text-transform: uppercase;
    border: 1px solid #003E1C;
    color: #285943;
    font-weight: bold;
}
.schedule.section a.btn:focus, .schedule.section a.btn:hover {
	background-color: #fff;
	color: #003E1C;
}
.gform_footer .btn-primary:focus, .gform_footer .btn-primary:hover {
    background-color: #285943 !important;
    color: #fff !important;
}
.gform_footer .btn-primary:focus {
    outline: 1px dotted #000;
}
.site-footer a.btn.btn-primary.btn-skip-inbox:focus {
    outline: 1px dotted #000;
    padding: .5em 1em;
}
/* HOME CONTACT SECTION */
.section-contact {
    padding: 4em 0;
    order:10;
}
.section-contact .col-lg-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-contact h2 {
    text-transform: uppercase;
    margin: 0 0 1em;
    color: #003F1C;
}
label.gfield_label {
    color: #003F1C;
    text-transform: uppercase;
}
.gform_button {
    background-color: #FFEA5C !important;
    border-radius: 2em !important;
    padding: .75em 2em;
    color: #285943 !important;
    text-transform: uppercase;
    border: 2px solid #285943 !important;
}

.gform_legacy_markup_wrapper {
    background-color: #f8f8f7;
    padding: 2em 3em;
    box-shadow: 0px 0px 1px #285943;
}

/* Gravity Forms */

.gform_legacy_markup_wrapper .gfield_required {
    color: #003F1C !important;
    margin-left: 3px !important;
}
.home .gform_legacy_markup_wrapper textarea {
    border-radius: 2em;border-color:003F1C;
}
.gform_legacy_markup_wrapper .gfield_required_text {
  font-size: 100%;
  font-weight: 400;
  margin: 0;
}

.home .gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
  width: 100% !important;border-radius: 2em;border:1px solid #003F1C;
}
.page-id-300 input#input_2_1, .page-id-300 input#input_2_3, .page-id-300 input#input_2_2 {
    width: 100%;
}

label {
  margin-bottom: 0;
}

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

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

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

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

/* FOOTER */
footer.content-info {
    font-size: 1.1em;
}
footer h2 {
    color: #fff;
}
.inner-container {
    background-color: rgb(40 89 67);
    color: #fff;
    padding: 4em 0 3em;
    position: relative;
}
.inner-container:before {
    content: '';
    top: 0;
    bottom: 0;
    background-image: url('https://www.jonesboro-sewerseptic.com/wp-content/uploads/2022/05/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30em;
    width: 100%;
    position: absolute;
    opacity: .05;
}
.inner-container .col-md-7 p {
    line-height: 2em;
}
.inner-container .col-md-5 {
    text-align: right;
}
.inner-container .col-md-5 p span {
    display: block;
}
.inner-container .col-md-5 img {
    height: 40px;
    margin: 0 0 0 10px;
}
.content-info .col-md-12 > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2em 0;
}
.content-info .col-md-12 > div p {
    margin: 0;
}
footer .socials {
    margin: 12px 0 8px;
}
.content-info .socials a {
    color: #000;
    background-color: #fff;
    padding: 1px 6px;
}
.content-info .socials a:focus {outline:3px dotted #fff;background-color: #000;color:#fff;}
.content-info .socials a:hover {background-color: #000;color:#fff;}
/* CONTACT PAGE */

.page-id-300 .col-lg-4 {
    background-color: #285943;
    color: #fff;
    height: fit-content;
    padding:2em 2em 1em;
    box-shadow: 0px 0px 2px #555;
}
.page-id-300 .col-lg-4 p {
    color: #fff;
}
.page-id-300 .col-lg-4 p.h3 span {
    display: block;
}
.page-id-300 .col-lg-4 a {
    color: #fff;
    font-size: 1.25em;
    text-decoration: underline !important;
    padding: 5px 0 0px 0;
}
.page-id-300 .col-lg-4 a:focus {
  outline: 1px dotted #fff
}
.page-id-300 footer.content-info {
    background-color: #f8f8f7;
}
.page-id-300 .col-lg-4 img {
    height: 42px;
    margin: 10px 4px;
}
.page-id-300 .col-lg-4 img:last-of-type {
    margin-right: 0;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
}
@media only screen and (min-width: 641px) {
.gform_legacy_markup_wrapper .gfield_checkbox li, .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 5px 0;
    line-height: 1;
    font-size: 1.15em;
}
}


/* 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: 1px
}

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

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

.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: 0;
  position: relative;
}
.sidebar .btn-skip-inbox {
    outline: 1px solid;
    padding: 1em;
}
.entry-summary a:focus {outline-color:#fff;}
.entry-summary a:hover, .entry-summary a:focus {color:#fff !important;}
.entry-summary .sharing a:hover, .entry-summary .sharing a:focus {color:#000 !important;}
.entry-summary .more-link:hover {color:#fff;}
.entry-summary .fa-inverse:focus, .entry-summary .fa-inverse:hover {background-color:#000;}
.blog article {
    background-color: rgb(40 89 67);
    color: #fff;
    padding: 30px 30px 20px;
    margin: 0 0 1.5em;
    display: block;
    box-shadow: 10px 10px 0px hsl(80deg 10% 90%);
}
.blog h2.entry-title a {
    color: #fff;
}
.entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    margin: 10px auto 0;
    display: block;
    max-width: 250px;
    border:1px solid #558670;
}

.entry-summary .sharing {
  /*position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2rem;*/
}
.entry-summary .sharing a {
    color: rgb(40 89 67);
}
.more-link {
    bottom: 0;
    left: 0;
    padding: .25em .25em;
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.05em;
}
.home .more-link {
    color: #003f1c;
    white-space: nowrap;
}
@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    float: left;
    margin-right: 1rem;
  }
}
h1.entry-title {
    font-size: 2em;
}
.blog .container.content-wrap {
    padding: 3rem 1rem 3rem 1rem;
}
.blog h2.entry-title {
    font-size: 1.45em;
    margin: 0 0 .5em;
}
.blog .entry-summary p {
    font-size: .85em;
    line-height: 2em;
}
.blog aside.sidebar ul {
    padding: 0 0 0 0em;
    list-style: none;
}
.blog aside.sidebar ul li a {
    background-color: #f1f2ef;
    display: block;
    margin: 0 0 5px;
    padding: 10px 25px;
    line-height: 1.25em;
}


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

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

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

.flc-section-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media(max-width: 991px) {
  .flc-section-padding, .content-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media(max-width: 768px) {
  .flc-section-padding, .content-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

/* 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 {
    padding: 6em 0 4.5em;
    background-color: rgba(241, 242, 239, .5);
    color: #003F1C;
}

.section-latest-posts h2 {
    text-align: center;
    text-transform: uppercase;
    color: #003F1C;
    padding: 0 0 1.5em;
}
.section-latest-posts h3 {
    text-transform: uppercase;
    font-size: 1.45em;
}
.section-latest-posts ul {
  list-style: none;
  padding: 0;
}

.section-latest-posts .entry-date {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.2em;
}
.section-latest-posts p {
    font-size: 1.1em;
    line-height: 2em;
}

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

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

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

/* IMAGE HEADER */
.header-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.home .header-image {
    height: 32.5vw;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.header-image {
  height: 21vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-image:after {
    content: '';
    background-image: url('https://www.metroseptic.com/wp-content/uploads/2021/11/watermark1.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    background-size: 73em;
    z-index: 100;
    left: 0;
    background-position: center center;
    opacity: .5;
}

.home .header-image>.container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.header-image>.container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    height: 100%;
}
.page:not(.home) .header-image>.container p, .blog .header-image>.container p, .single-post .header-image>.container p {
    font-size: 2.75em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    opacity: .9;
    line-height: 1em;
    margin:0;
}

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

/* BREADCRUMBS */
.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: .25em 0 0;
}

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

.breadcrumb-item+.breadcrumb-item::before {
  color: white;
}
.breadcrumb a:focus {
	color: #fff;
	outline: 1px dotted #fff
}
.breadcrumb a:hover {
	color: #fff;
}
/* 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(40, 89, 67, .6);
    width: 100%;
    height: 100%;
    position: absolute;
}
.header-image:after {
    content: '';
    background-image: url('https://www.jonesboro-sewerseptic.com/wp-content/uploads/2022/05/watermark1.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    background-size: 73em;
    z-index: 100;
    left: 0;
    background-position: center center;
    opacity: .5;
}
.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;
}

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

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

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

.testimonials-blockquote cite {
  font-size: 1rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
.container.content-wrap {
    padding: 3rem 10rem 3rem 1rem;
}
}

/* Gravity Forms */

.gform_legacy_markup_wrapper .gfield_required {
  color: inherit;
}

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

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

label {
  margin-bottom: 0;
}

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

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

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

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


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

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

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

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

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


@media(max-width: 768px) {

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

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

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

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

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

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

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

/* /TYPOGRAPHY */


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

/* MEDIA QUERIES */

@media (max-width: 1920px) {
.content-home {
    background-size: 60%;
}  
.content-home-section {
    background-size: 52%;
}
}

@media (max-width: 1800px) {
.content-home {
    background-size: 66%;
}  
.content-home .col-lg-6:last-of-type {
    padding: 6em 5em 6em 5em;
} 
.content-home-section .col-lg-6:first-of-type {
    padding: 5em 5em 5em 0em;
} 

}

@media (max-width: 1600px) {
.content-home {
    background-size: 76%;
}  
.content-home .col-lg-6:last-of-type {
    padding: 6em 4em 6em 4em;
} 
.content-home-section .col-lg-6:first-of-type {
    padding: 4em 3em 4em 1em;
} 

}

@media (max-width: 1440px) {
.content-home {
    background-size: 91%;
}
.content-home .col-lg-6:last-of-type {
    padding: 6em 1em 6em 1em;
}
header.banner .navbar {
    padding: 0 0 0 0;
} 
header.banner > div {
    justify-content: end;
    padding: .4em 5em .4em 0;
}
.home-content p {
    padding: 0 0 0 0;
}
.content-home-section {
    background-size: 65%;
}
.testimonials-blockquote {
    margin: 0 2% 0 2%;
}
.navbar-brand {
    margin-top: -.1em;
}
button.btn-wcag {
    top: 3.25em;
}
.navbar-brand img {
    width: 150px;
    transition: .5s;
    padding: 5px 0 3px;
}
}

@media (max-width: 1280px) {
.content-home {
    background-size: 115%;
}  
.content-home .col-lg-6:last-of-type {
    padding: 4em 1em 4em 1em;
}
.content-home-section {
    background-size: 70%;
}
.content-home-section .col-lg-6:first-of-type {
    padding: 4em 1em 4em 1em;
}
.schedule.section {
    background-position: -323px 0;
    position: relative;
}
.home-content, .testimonials-section, .schedule.section {
    padding: 6em 0;
}
.home .row-cta {
    padding: 5em 1em;
}
.navbar-nav a {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
}
}

@media (max-width: 1199px) {
header.banner > div {
    display: block;
    padding-left: 1.5em;
} 
header.banner a.phone_anchor {
    position: absolute;
    top: 1.25em;
    right: 5em;
}
.content-home {
    background-size: 120%;
}
.content-home-section {
    background-size: 95%;
}
.home .specials .col-lg-6:first-of-type img {
    width: 30em;
}
.home .specials .col-lg-6:last-of-type > .row .col-md-6:last-of-type p span {
    font-size: 1.5em;
}
.home .specials .col-lg-6:last-of-type {
    padding: 2em 1em;
}
.home .specials .col-lg-6:last-of-type > .row .col-md-6:last-of-type {
    padding: 2em 0;
}
.navbar-brand {
    margin-top: .5em;
    margin-bottom: -1.5em;
}
button.btn-wcag {
    top: 1.6em;
}
header.banner > div {
    padding-right: 1em;
}
button.btn-wcag {
    right: 1em;
}
.site-header {
    padding: 0 0;
}
}

@media (max-width: 991px) {
header.banner > div {
    padding: .4em 1em .4em;
} 
header.banner .navbar {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
header.banner a.phone_anchor {
    top: 1em;
    right: 4.5em;
}
button.btn-wcag {
    position: absolute !important;
    top: 1.4em;
    left: unset !important;
    right: .95em;
}
.page-header p.h1 span {
    display: block;
    line-height: 1em;
}
.content-home, .content-home-section {
    background-size: cover;
}
.content-home .col-lg-6:last-of-type {
    padding: 4em 1em 4em 1em;
    margin-top: -1px;
}
.content-home-section .col-lg-6:first-of-type {
    margin-bottom: -1px;
}
.content-home .col-lg-6:last-of-type, .content-home-section .col-lg-6:first-of-type {
    max-width: unset;
    margin: 6em 6em 6em;
    background-color: rgba(255, 255, 255, .9);
}
.page-header p.h1 {
    font-size: 2.5em;
}
.services .box {
    width: 48.3%;
    max-width: 48.3%;
    flex: 0 0 48.3%;
    margin: 0 .4em 1em;
}
.services .box:nth-child(3), .services .box:nth-child(6) {
    margin: 0 .4em 1em;
}
.home .header-image, .header-image img {
    height: 25em;
}
.header-image img {
    max-width: unset;
    width: unset;
}
.header-image:after {
    background-size:cover;
}
.home .specials .col-lg-6:last-of-type .row {
    max-width: 40em;
    margin: 0 auto;
}
.home .specials .col-lg-6:last-of-type .row .col-md-6:first-of-type:before {
    top: 0%;
}
.section-contact .col-lg-6:last-of-type {
    text-align: center;
    padding: 3em 0 0;
}
.testimonials-blockquote, .testimonials-blockquote:last-of-type {
    margin: 0 auto !important;
    max-width: 35em !important;
    flex: unset !important;
}
.section-latest-posts .container-fluid, .section-contact .container-fluid {
    max-width: 37em;
}
.content-info .col-md-12 > div {
    display: block;
    text-align: center;
}
.home .specials .col-lg-6:last-of-type > .row .col-md-6:last-of-type {
    border-left: 2px dashed #285943;
}
.schedule.section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60em;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,63,28,1) 100%);
    z-index: 1;
}
.home .specials .col-lg-6:first-of-type img {
    width: 25em;
    margin: -2em 0 0em;
}
.section-latest-posts .content {
    margin: 0 0 3em;
}
.schedule.section img {
    width: 20em;
    margin: 0 0 2em;
}
.navbar-nav a {
    text-align: left;
}
.page:not(.home) .header-image>.container p, .blog .header-image>.container p, .single-post .header-image>.container p {
    font-size: 2em;
}
.sticky header.banner {
    position: relative !important;
 }
.navbar-dark .dropdown-menu {
    border-color: #fff;
}
.entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    margin: 10px 0 0;
} 
.blog article {
    padding: 30px 15px 20px;
    margin: 0 0 1.5em;
    box-shadow: 0px 0px 0px hsl(80deg 10% 90%);
}
.testimonials-section h2 {
    margin: 0 0 0;
}
.home .page-header p:nth-child(2) {
    font-size: 1em;
}
header.banner .navbar {
    width: 100%;
}
.page-id-300 .col-lg-4 {
    margin-right: 15px;
    margin-left: 15px;
}
}

@media (max-width: 767px) {
.services .box {
    width: 100%;
    max-width: unset;
    flex: unset;
    margin: 0 15px 1em;
    border-radius: 30px 30px 0 0;
} 
.services .box:nth-child(3), .services .box:nth-child(6) {
    margin: 0 15px 1em;
}
.services.boxes .heading {
    border-radius: 30px;
}
.content-home .col-lg-6:last-of-type {
    padding: 2em 1em 2em 1em;
}
.content-home .col-lg-6:last-of-type, .content-home-section .col-lg-6:first-of-type {
    margin: 5em 1em 5em;
}
.testimonials-blockquote, .testimonials-blockquote:last-of-type {
    margin: 0 15px !important;
    max-width: 100% !important;
}
.inner-container .col-md-5 {
    text-align: left;
}
.content-info .col-md-12 > div {
    padding: 2em 0 4em;
}
.inner-container .col-md-5 p span {
    display: initial;
}
.section-latest-posts .container-fluid, .section-contact .container-fluid {
    max-width: unset;
}
.section-latest-posts .content {
    margin: 0 0 1em;
}
.gform_legacy_markup_wrapper {
    padding: 2em 1em;
}
.page:not(.home) .header-image>.container p, .blog .header-image>.container p, .single-post .header-image>.container p {
    font-size: 2em;
}
.header-image {
    height: 15em;
}
.page-header p.h1 {
    font-size: 2.25em;
}
}

@media (max-width: 575px) {
header.banner > div {
    text-align: center;
}
.navbar-brand {
    margin-right: 0;
}
header.banner a.phone_anchor {
    top: 7em;
    right: 0;
    left: 0;
    max-width: 11em;
    margin: 0 auto !important;
    width: 11em;
}
header.banner .navbar {
    margin: 2.55em 0 .5em;
}
.navbar-nav a {
    border-bottom: 1px dotted;
}
.navbar-nav {
    margin-top: 1em;
}
.section-contact img {
    width: 15em;
}
.section-latest-posts li {
    margin-bottom: 1rem;
}
.services .box h2 {
    font-size: 1.5em;
    padding-left: .5em;
}
.services.boxes .copy {
    padding: 2em 1em;
}
.testimonials-section h2 {
    margin: 0 0 0;
}
.testimonials-blockquote {
    margin-bottom: 1em !important;
    padding: 2em 1em 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
}
.content-info .col-md-12 > div {
    display: flex;
    flex-direction: column-reverse;
}
.page-header p.h1 {
    font-size: 2em;
}
.content-home-section .col-lg-6:first-of-type {
    margin: 5em 0em 5em;
}
.content-home .col-lg-6:last-of-type {
    margin: 0em 0em 0em;
    border-top: 1px solid #285943;
    border-bottom: 1px solid #285943;
    padding: 4em 1em;
}
.home-content a.btn {
  padding: 1em 1em;
}
.services.boxes .copy p {
    font-size: 1em;
}
.services.boxes {
    padding: 3em 0;
}
.page-id-300 .col-lg-4 p {
    text-align: center;
}
.socials {
    text-align: center;
}
button.btn-wcag {
    top: 7.5em;
    left: 1em !important;
    right: unset;
}
.testimonials-blockquote, .testimonials-blockquote:last-of-type {
    margin: 0 0 !important;
}
}

@media (max-width: 425px) {
.services.boxes .copy {
    padding: 1em 1em;
} 
.schedule.section {
    padding: 4em 0 3em;
}
footer .nav {
    display: block;
}
.home .specials .col-lg-6:first-of-type img {
    width: 18em;
    margin: -1em 0 0em;
}
.schedule.section img {
    width: 18em;
}
.inner-container .col-md-5 img {
    height: 35px;
}
.home-content, .testimonials-section, .schedule.section {
    padding: 4em 0;
}
.testimonials-section h2 {
    margin: 0 0 1em;
}
.entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    max-width: 100%;
}
.home-content h1, .home h2, .home .h2, .row-cta h3, .schedule.section p {
    font-size: 1.75em;
}
.section-contact {
    padding: 0;
}
.home blockquote p, .home-content p, .content-home .col-lg-6 p, .content-home-section .col-lg-6 p {
    font-size: 1em;
}
.page-header p.h1 {
    font-size: 1.5em;
}
.home .page-header p:nth-child(2) {
    line-height: 1.25em;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 0px;
    margin-top: 16px;
    max-width: 100%;
}
.section-contact .col-lg-6:last-of-type {
    padding: 4em 0 4em;
}
.gform_legacy_markup_wrapper {
    margin-bottom: 0 !important;
}
.row.flc-coupons .col-md-6:first-of-type {
    border-left: 0px solid #fff;
    border-top: 0px solid #fff;
}
header.banner a.phone_anchor {
    max-width: 10em;
    width: 10em;
}
.page-id-300 .col-lg-4 {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
}
}

@media (max-width: 375px) {
.content-home a.btn, .content-home-section a.btn, .testimonials-section a.btn, .home-content a.btn {
    padding: 1em 1em;
    font-size: .75em;
}  
.content-info .col-md-12 > div p {
    margin: 1.5em 0 0 0;
}
.navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
}
header.banner a.phone_anchor {
    top: 6.5em;
}
header.banner .navbar {
    margin: .8em 0 .5em;
}
button.btn-wcag {
    top: 6.9em;
}
.home .row-cta {
    padding: 4em 0em;
}
.content-home-section .col-lg-6:first-of-type {
    margin: 0px 0em 0em;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
}

