/*
Theme Name: Bridge Water Fuel
Theme URI: https//consumerfocusmarketing.com/
Author: Consumer Focus Marketing
Author URI: https//consumerfocusmarketing.com/
Description: Starter theme for Consumer Focus Marketing 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Portfolio, Oil, Blog
Text Domain: #
*/

:root {
  /* Colors */
  --white: #fff;
  --black: #000;
  --gray: #515151;
  --lt-gray: #E3E3E3;
  --body: #1c1c1c;

  --tan: #fff7e5;

  --lt-green: #b4ff93;
	--red: #C41824;
  --dk-red: #780A12;
  --yellow: #f3ab01;

  /* Semantic colors */
  --body-text-color: var(--body);
  --headline: var(--dk-red);
  --link: var(--dk-red);
  --link-hover: var(--yellow);

  /* Typography */
  --font-headline: "Montserrat", sans-serif;
  --font-body: "lato", sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.625rem;

  /* Spacing */
  --spacing-small: 0.625rem;
  --spacing-medium: 1rem;
  --spacing-large: 1.8rem;

  /* Border radius */
  --border-radius: 1.438rem;

  /* image overlays */
  --image-overlay: rgba(196, 24, 36, 0.75);
  --image-overlay-blue: rgba(2, 14, 70, 0.8);
  --image-overlay-callout: transparent
    linear-gradient(
      180deg,
      rgba(35, 31, 32, 0.9) 0%,
      rgba(35, 31, 32, 0.9) 48%,
      rgba(108, 105, 106, 0) 100%
    )
    0% 0% no-repeat padding-box;
  --image-overlay-yellow: rgba(255, 208, 10, 0.62);
}

html {
  font-size: calc(10px + 0.5vw);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-body);
  overflow-x: hidden;
  color: var(--body-text-color);
  margin: 0;
  line-height: var(--line-height-base);
}

@media (max-width: 767px) {
  body *:not(h1, h2, h3, h4, small, svg *),
  body .btn {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
  transition: all 0.2s linear;
}

@media (max-width: 767.9px) {
  .desktop-only {
    display: none;
  }
}
.wrapper {
  padding: 2rem 15px 4rem;
}

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

h1,
h2,
h3,
h4 {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-family: var(--font-headline);
  color: var(--headline);
  line-height: 1.2;
}

h1 {
  font-size: 2.9rem;
}

h2 {
  font-size: 2.188rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.375rem;
}

p {
  padding: 0;
}

a:not(.btn) {
  text-decoration: none;
  color: var(--link);
  cursor: pointer;
}

a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/* a.btn[href^="tel:"] {
white-space: nowrap;
width: 100%;
padding-left: initial;
padding-right: initial;
} */
.container:not(.main-menu .container) {
  min-width: 95vw;
}

hr {
  border-top: 1px solid var(--yellow);
  margin: 1.875rem auto;
  width: 100%;
}

/*** Buttons ***/
button:hover {
  cursor: pointer;
}

.btn,
.gform_button {
  padding: var(--spacing-small) var(--spacing-large);
  margin: var(--spacing-medium) var(--spacing-medium) var(--spacing-medium) 0;
  text-decoration: none;
  font-family: var(--font-headline) !important;
  display: inline-block;
  white-space: pre-wrap;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: var(--border-radius) !important;
  text-transform: uppercase !important;
  text-align: center;
}

.btn:hover,
.gform_button:hover {
  transition: all 0.2s ease 0s !important;
  text-decoration: none !important;
}

.btn-primary,
.gform_button {
  background: var(--gray) !important;
  color: var(--white) !important;
}

.btn-primary:hover,
.gform_button:hover {
  background: var(--yellow) !important;
  color: var(--gray) !important;
}

.btn-default {
  background-color: var(--white);
  color: var(--dk-red);
}
.btn-default:hover {
  background-color: var(--dk-red);
  color: var(--white);
}
.callout .btn,
.well .btn,
.coupon .btn {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .btn,
  .gform_button {
    display: block !important;
    font-size: 1.65rem !important;
    margin: 0.75rem auto;
  }
}

/*** GENERAL ***/
.yellow {
  color: var(--yellow);
}
.gray-bkg {
  background: var(--gray-light);
}

.white-bkg {
  background: var(--white);
}

/*** HEADER ***/
.top-header a[href^="tel:"] {
  color: var(--yellow);
  text-decoration: none;
  font-weight: 600;
	font-family: var(--font-headline);
	letter-spacing:1px;
}
.top-header {
  background-color: var(--black);
  padding: 0.625rem 0;
}
.top-header .phone {
  font-size: 1.125rem;
}
header {
  background-color: var(--red);
}
.social-header .phone {
  color: #f6f6f6;
  font-weight: 400;
}

.social-header .phone:hover {
  color: #f3ab01;
}

.header-right {
  text-align: right;
  padding: 20px 15px 30px;
}

.header-right .btn {
  padding: 8px 26px;
	margin-left:1rem;
}

@media(max-width:850px){
	.header-right .btn {
    margin-left: .25rem !important;
    font-size: .9rem !important;
}
}

.header-left {
  display: flex;
  align-items: center;
}

.social-header {
  display: none;
  justify-content: flex-end;
  align-items: center;
}

.social-header a {
  display: inherit;
  margin-left: 10px;
}

header .social-header img.icon-only {
  filter: invert(1);
  height: 20px;
}

header .social-header img.icon-only:hover {
  filter: invert(0.5);
}
.social-header img.app-badge {
  transition: transform 0.3s ease;
}

.social-header img.app-badge:hover {
  transform: scale(1.05);
}


@media (max-width: 767px) {
  .header-right,
  .header-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-header .row {
    justify-content: center;
  }
  .top-header-phone {
    text-align: center;
  }
  .top-header-phone .phone {
    font-size: 1.5rem;
  }

  .header-left {
    padding-top: 20px;
  }
  .header-right .btn {
    width: 100%;
	  font-size:1.2rem !important;
  }
}
/* Show social-header only on screens 768px and up */
@media (min-width: 768px) {
  .social-header {
    display: flex;
  }
}

/*** NAV MENU ***/

/*** NAV BAR ***/

.navbar-toggler-icon {
  background-image: url("./img/hamburger-menu.svg") !important;
}
.main-menu {
  background-color: var(--dk-red);
  font-weight: 500;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.main-menu .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: normal;
/*   justify-content: end; */
  color: var(--white);
}

@media (max-width: 767px) {
  .main-menu .nav-link {
	  font-size: 1.25rem;
  }
	#menu-menu {
		margin-top: 1.5rem;
	}
}

.nav-item {
  margin-bottom: 0;
}

.main-menu .nav-link:hover {
  color: var(--);
}

.dropdown-item {
  font-weight: 500;
  color: initial;
  color: var(--white) !important;
}



.submenu-two {
  width: 100%;
}

.third-level .dropdown-item {
  white-space: pre-wrap;
  line-height: normal;
}

.nav-link {
  display: flex;
  align-items: center;
}

.nav-link img {
  margin-right: 0.25rem;
}
@media (max-width: 790px) {
  .nav-link img {
    width: 20px;
  }
}

@media (min-width:768px) and (max-width:991px){
	nav.navbar.main-menu .container {
    max-width: 90%;
	}
}

/*** MENU - BASE STYLES ***/

/* show dropdown menus on hover */
.dropdown:hover > .dropdown-menu {
  display: block;
	
}
.dropdown:hover > .dropdown-menu .dropdown-menu {
border: 1px solid var(--white);	
}
.dropdown-item {
  text-align: left;
  padding: 0.5rem 1.5rem;
}

/* removes the deadzone click area */
.dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
  left: auto;
  right: 0;
  margin: 0 auto;
  background: var(--dk-red);
}

.dropdown-menu .submenu-two {
  width: 100%;
}
.top-level .nav-link:hover {
  color: var();
  text-decoration: underline;
}
.nav-link:hover,
.nav-item:hover {
  color: var();
  text-decoration: underline;
}

.nav-item.active > a {
  text-decoration: none;
  color: var(--yellow);
}

.dropdown-item:hover {
  background-color: var(--dk-red);
  color: var(--white);
  text-decoration: underline;
}

.navbar-toggler {

}

/* hides carets */
.dropdown-toggle::after {
  display: none;
}

/*** MENU - TOP LEVEL ***/

/*** MENU - THIRD LEVEL MENU DROPDOWNS ***/

.second-level {
  position: relative;
}

.second-level > .dropdown-menu {
  top: 0;
  left: 100%;
}

@media (min-width: 768px) {
  .second-level > .dropdown-menu {
    margin-top: -0.5rem;
  }

  .second-level.menu-item-has-children > a:after {
    display: block;
    content: "▸";
    float: right;
    margin-right: -20px;
  }

  .second-level:hover > a:after {
    border-left-color: inherit;
  }

  .menu-item-has-children > .dropdown-item {
    padding: 0.5rem 2.25rem 0.5rem 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .third-level .dropdown-item {
    padding-left: 40px;
    font-size: 1.2rem;
  }

  .second-level.menu-item-has-children .dropdown-item::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
  }

  .third-level a.dropdown-item::after {
    display: none !important;
  }

  .third-level .dropdown-item:before {
    position: absolute;
    content: "»";
    left: 0;
    margin-left: 1rem;
  }

  .third-level .dropdown-item {
    padding-left: 2rem;
    margin-left: 0.5rem;
  }
  .third-level .dropdown-menu .nav-item {
    padding-bottom: 0;
  }

  .dropdown-item:not(.third-level .dropdown-item) {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .third-level .dropdown-item:before {
    position: absolute;
    content: "»";
    left: 0;
    margin-left: 2rem;
  }

  .submenu-two .dropdown-item {
    padding-left: 2rem;
    margin-left: 1rem;
    font-size: 1.5rem;
  }

  .submenu-two .dropdown-menu .nav-item {
    padding-bottom: 0;
  }

  .top-level.nav-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
  }

  .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dropdown-toggle:after {
    margin-left: auto;
    margin-right: 1.5rem;
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
  }
}
/*** Home Carousel ***/
#home-carousel .item {
  background: center/cover no-repeat;
  position: relative;
  min-height: 400px;
}

#home-carousel .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  padding: 1rem 0;
  text-align: center;
}

#home-carousel .item-content .col-12 {
  display: inline-block;
}

/*** Banner Text ***/
#home-carousel .banner-home {
  color: var(--white);
  font-size: 1.875rem;
	font-family: var(--font-headline);
	font-weight: 600;
}

#home-carousel .banner-home .yellow {
  color: var(--yellow);
  font-size: 1.875rem;
}

#home-carousel .banner-home-sub {
  color: var(--white);
  display: block;
  margin-top: .5rem;
}

/* Intro */
.home-intro {
  padding: 3.438rem 0;
}
.home-intro .row {
  justify-content: center;
  text-align: center;
}
/* Bioheat Callout */
.home-bioheat-callout {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white);
  text-align: center;
  padding: 2rem 0;
}
.home-bioheat-callout .row {
  justify-content: center;
}
.home-bioheat-callout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 80, 1, 0.9);
  z-index: 0;
}

.home-bioheat-callout .container {
  position: relative;
  z-index: 1;
}

.home-bioheat-callout .bioheat-img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 252px;
  width: 100%;
}

.home-bioheat-callout h2,
.home-bioheat-callout h3,
.home-bioheat-callout h4 {
  color: var(--white);
}

/* Home Service Boxes */
.home-boxes {
  background: url("img/subtle_freckles.png") repeat;
  padding: 3.125rem 0 7.375rem 0;
  text-align: center;
}

/* Box Headings & Text */
.home-boxes h2 {
  margin-top: 1rem;
	font-size: 1.8rem;
}
.home-boxes p {
  max-width: 415px;
  margin: 5px auto;
}

/* Icon Backgrounds (by position) */
.home-boxes .row > div:nth-child(1) .icon-img { background-image: url("img/gear.svg"); }
.home-boxes .row > div:nth-child(2) .icon-img { background-image: url("img/water.svg"); }
.home-boxes .row > div:nth-child(3) .icon-img { background-image: url("img/phone.svg"); }
.home-boxes .row > div:nth-child(4) .icon-img { background-image: url("img/commercial-fuel.svg"); }

.home-boxes .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 1rem;
}

.home-boxes .icon-img {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 768px) {
  .home-boxes .icon {
    margin-top: 35px;
  }
}

/* Primary Box Links & Arrow */
.home-boxes .col-md-6 > a {
  position: relative;
  padding-right: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.home-boxes .col-md-6 > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("img/right-arrow-green.svg") no-repeat center center;
}
.home-boxes .col-md-6 > a:hover {
  text-decoration: underline;
}
/* Remove bottom margin on desktop for the 3rd & 4th boxes */
@media (min-width: 769px) {
  .home-boxes .row > .col-md-6:nth-child(n+3) {
    margin-bottom: 0;
  }
}

/* Vertical Spacing Between Boxes */
.home-boxes .col-md-6 {
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .home-boxes .col-md-6 {
    margin-bottom: 2rem;
  }
}

/* Home Mobile App */
.mobile-app {
  padding: 2.75rem 0;
  background-color: var(--body);
}
.mobile-app, .mobile-app h2 {
  color: var(--white);
}
.mobile-app .row .col-md-4 {
  position: relative;
}
.mobile-app h2 {
  font-size: 1.875rem;
}
.home-app-img {
  position: absolute;
  bottom: -2.75rem;
	width: 100%;
  max-width: 340px;
}
@media (max-width: 767.98px) {
  .mobile-app .home-app-img {
    display: none;
  }
}


/*** Footer ***/
footer {
  margin-top: 3.75rem;
  padding: 3.875rem 0;
  background: var(--red);
  color: var(--white);
}
.home footer {
  margin-top: 0;
}
/*** Headings ***/
footer h3 {
  color: var(--white);
  font-size: 1.5625rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}

/*** Contact List ***/
address.contact-list,
address.contact-list * {
  color: inherit;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

address.contact-list p {
  margin: 0;
}

address.contact-list > .contact-item {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}
address.contact-list > .contact-item:first-child {
  margin-top: 0;
}

address.contact-list img {
  margin-right: 1rem;
  margin-top: 5px;
  vertical-align: middle;
}

/*** Individual Icon Sizes ***/
footer .icon-img     { width: 12px; height: 16px; margin-top: 5px; }
footer .phone-icon   { width: 10px; height: 16px; }
footer .contact-icon { width: 14px; height: 12px; }
footer .clock-icon   { width: 14px; height: 14px; }

/*** Stay Connected: Social Icons ***/
.stay-connected .social {
  display: block;
  text-align: left;
  margin: 1rem 0 0.625rem;
}

.stay-connected .social img {
  filter: invert(1);
  width: 27px;
  height: 45px;
}

.stay-connected .social a {
  display: inline-block;
  margin-right: 1rem;
}
.stay-connected .social a:last-child {
  margin-right: 0;
}

.stay-connected .social img:hover {
  filter: invert(0.5);
}

/*** Mailing-List Link ***/
.footer-mailing-list {
  color: var(--white) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 600;
}
.footer-mailing-list img {
  margin-left: 0.5rem;
  width: 14px;
  height: 14px;
}
.footer-mailing-list:hover {
  text-decoration: underline;
}

/*** App & Play Badges ***/
.store-links {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.store-links img {
  height: 35px;
  width: auto;
}

/*** Map ***/
.map iframe {
  width: 100%;
  height: 190px;
  border: 0;
}

/*** Footer Legal: last col-lg-2 ***/
footer .top-footer .container .row > .col-lg-2 {
  font-size: 0.75rem;
  text-align: right;
  color: var(--white);
}

footer .top-footer .container .row > .col-lg-2 a {
  color: var(--white);
  text-decoration: none;
}

footer .top-footer .container .row > .col-lg-2 a:hover {
  text-decoration: underline;
}

/*** Links ***/
footer a,
footer a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  color: #f3ab01;
}


@media (max-width: 992px) {
  .address-footer,
  .stay-connected,
  .map,
  .col-lg-2 {
    text-align: left !important;
  }

  address.contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.188rem;
  }

  address.contact-list > .contact-item {
    width: 190px;
  }

  .map {
    margin-top: 2.8125rem;
  }
}

@media (max-width:768px){
	address.contact-list > .contact-item{
		width:auto;
	}
}

/*** Hide map on mobile (<768px) ***/
@media (max-width: 767.98px) {
  .map {
    display: none !important;
  }
}


/*** ACCORDIONS ***/
.accordion {
  margin: 2.75rem 0;
}

/* Accordion Group */
.accordion-group {
  margin-top: 1.875rem;
  overflow: hidden;
  background-color: var(--tan);
  transition: background-color 0.3s ease;
}

/* Panel Title */
.panel-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem 0.5rem;
  font-family: var(--font-headline);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Panel Title Text */
.panel-title h3 {
  margin: 0;
	font-size:1.3rem;
}

/* Panel Content */
.panel-content {
  padding: 0.85rem 1.25rem 1.25rem;
}

/* Plus/Minus Icon */
.panel-title::after,
.panel-title.collapsed::after {
  content: "-";
  background-color: var(--yellow);
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  line-height: normal;
  padding-bottom: 0.15rem;
	flex: none;
	margin-left: 1rem;
}

.panel-title.collapsed::after {
  content: "+";
}

/*** BLOG - SIDEBAR ***/

.blog-sidebar {
  background-color: var(--);
  padding: 2rem;
  color: var(--);
}

.blog-sidebar h3 {
  color: var(--);
}

.blog-sidebar a:not(.blog-btn) {
  color: var(--);
}

.blog-sidebar .blog-btn:hover {
  border-color: var(--);
  background: var(--);
}

.blog-sidebar a:hover {
  color: var(--);
}

.post-content aside .btn-primary {
  display: block;
  margin-top: 2rem;
}

.post-content aside .btn-primary:hover {
  color: var(--);
}

.blog-title {
  transition-property: background-color, border-color, box-shadow, color,
    opacity, text-shadow, transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.blog-title.bkg-img:hover::before,
.blog-title.bkg-color:hover {
  background: rgba(39, 37, 96, 0.6);
}

.blog-sidebar h3 {
  font-size: x-large;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}

.post-links,
.category-links {
  padding-left: 1em;
}

.sidebar-links li {
  line-height: normal;
}

.blog-btn {
  font-size: medium;
  padding: 0.5rem;
}

/*** BLOG - POSTS ***/

.post-image {
  height: 250px;
}

.post-meta:not(article .post-meta) {
  font-size: 85%;
  font-style: italic;
  margin-bottom: 3rem;
  line-height: normal;
}
.blog-post {
    background: var(--lt-gray);
    padding: 1rem;
}
/*** BLOG - INDEX ***/

.blog-article {
  margin-bottom: 3rem;
}

.blog-content {
  background: var(--);
}

.blog-article .blog-link {
  text-decoration: underline;
  font-weight: 700;
}

.blog-article .blog-link:hover {
  text-decoration: none;
  color: var(--);
}

.blog-content {
  padding: 2.313rem;
  background: var(--);
}

article h2 {
  font-size: 1.875rem;
}

article .post-link {
  font-family: var(--font-headline);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--);
  padding: 0.5rem 0;
  display: block;
}

article .post-link:hover {
  color: var(--);
}

article .post-meta {
  font-size: small;
  font-style: italic;
}

aside {
  background: var(--);
}

aside ul {
  padding-left: 1rem;
  line-height: normal;
}

li.categories {
  list-style: none;
}

.categories h3 {
  padding-bottom: 0.5rem;
}

aside .well {
  margin-bottom: 0;
}

li.cat-item {
  font-weight: 700;
}

/*** BLOG -- HOME ***/

.blog-home .blog-content a {
  text-decoration: underline;
}

.blog-home .blog-content a:hover {
  text-decoration: unset;
}

.blog-home .blog-content p:first-of-type {
  margin: 0;
}

/**** TABLES ****/

table {
  width: 100%;
  margin: 0 0 1rem;
  font-size: 1rem;
}

th {
  font-size: 1.125rem;
  background: var(--dk-red);
  font-weight: 600;
  color: var(--yellow);
  text-align: center;
}

td,
th {
  padding: 0.5rem 1rem;
  border: 1px solid var(--body);
}

thead {
  color: var(--white);
  border: 1px solid var(--dk-red);
  text-align: left;
}

tr:nth-child(even) {
  background: var(--gray);
}

/*** LISTS ***/

ul.alt li {
  position: relative;
  list-style: none;
}

ul.alt li::before {
  content: "\2713";
  display: inline-block;
  line-height: 1.1rem;
  text-align: center;
  color: var(--white);
  background: var(--body);
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  font-size: 0.75rem;
  position: absolute;
  left: -1.5rem;
  top: 6px;
}

li {
  margin-bottom: 0.563rem;
}

ol.alt {
  counter-reset: orderedList;
}

ol.alt li {
  list-style-type: none;
  position: relative;
}

ol.alt li::before {
  counter-increment: orderedList;
  content: counter(orderedList);
  display: inline-block;
  line-height: 1rem;
  text-align: center;
  color: var(--yellow);
  background: var(--body);
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  font-size: 0.75rem;
  position: absolute;
  left: -1.5rem;
  top: 6px;
}
.serviceArea {
    columns: 4;
    font-size: .85rem;
  }
.serviceArea li{
	margin:0;
}

@media (max-width: 768px) {
  ul.alt li::before,
  ol.alt li::before {
    line-height: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
    left: -2.25rem;
  }

  ul.alt li,
  ol.alt li {
    line-height: normal;
  }
  .serviceArea {
    columns: 2;
    font-size: 1rem;
  }
  .serviceArea li {
    margin-bottom: 0.25rem;
  }
}

blockquote {
  background-color: var(--tan);
  border-left: 10px solid var(--yellow);
  padding: 1.625rem 1.813rem 2.063rem 2.563rem;
  margin: 1rem auto 1rem;
  text-align: left;
  color: var(--body);
  font-size: 1rem;
}

blockquote strong {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 700;
}

blockquote p {
  margin: 0;
}

@media(min-width:992px){
	.twocol{
		column-count:2;
		font-size: .9rem;
	}
	.twocol li {
    margin: 0;
	}
}

/*** TOP LEVEL BOXES ***/

.full-height {
  display: flex;
  flex-direction: column;
}

.box-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 3rem;
  overflow: hidden;
  background-color: var(--red);
	color: var(--white);
}
.box-wrapper a:not(.btn) {
	color: var(--white);
	text-decoration: underline;
}
.box-wrapper a:hover{
	text-decoration: none;
}

.box-content {
  flex-grow: 1;
  overflow: hidden;
  padding: 0 2rem 1rem;
}

.box-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 230px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.box-wrapper h2 {
  font-size: 1.875rem;
  width: 100%;
  margin-bottom: 0;
  padding: 1.25rem 2rem 0.5rem;
	color: var(--white);
}

/* WELLS */

.well {
  padding: 2rem 2rem 2.5rem;
  margin-bottom: 3rem;
}

.well .btn {
  margin-bottom: 0;
}

.well-default {
  color: var(--white);
  background-color: var(--dk-red);
}

.well-default h2,
.well-default h3 {
  color: var(--white);
}

.well-default a {
  color: var(--yellow);
  text-decoration: none;
}

.well-default a:hover {
  color: var(--yellow);
  text-decoration: underline;
}

.well-alt {
  background: var(--body);
  color: var(--white);
}

.well-alt h2,
.well-alt h3 {
  color: var(--white);
}

.well-alt a {
  color: var(--yellow);
}
.well-alt a:hover {
  text-decoration: underline;
}
.well.well-alt img{
	max-width: 200px;
	margin: 5px auto;
}
.well .social img {
    width: 30px;
}

@media (max-width:1100px) and (min-width:768px){
	.well.well-alt img {
    max-width: 130px;
	}
}

/** COUPONS **/
.coupon {
  border: 8px dotted var(--yellow);
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.coupon .btn {
  margin-right: 0;
}

/* CALLOUTS */

.callout {
  margin-bottom: 3rem;
	color: var(--white);
}
.callout a:not(.btn) {
	color: var(--white);
	text-decoration: underline;
}
.callout a:hover {
	text-decoration: none;
}
.callout h2, .callout h3 {
	color: var(--white);
}

.callout .btn {
  margin-bottom: 0;
}

.callout-full {
  text-align: center;
}
.callout-full.img-visible,
.callout-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.callout-full.img-visible, .callout-full.img-visible h2  {
  color: var(--white);
}
.callout-full.img-visible a  {
  color: var(--white);
}
.callout-full.img-visible .btn  {
  color: var(--white);
}
.callout-image {
  max-width: 45%;
}
@media (max-width: 767px) {
  .callout-image {
    min-height: 150px;
    flex-basis: 100%;
    max-width: 100% !important;
    width: 100%;
  }
}
.callout-full.img-visible:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--image-overlay);
}
.full-callout-blue.callout-full.img-visible:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--image-overlay-blue);
}

.callout-full.img-visible .callout-content {
  padding: 3rem;
  text-align: center;
  font-size: 1.125rem;
}

.callout:not(.callout-full.img-visible, .callout-full.img-none)
  .callout-content {
  background: var(--red);
  padding: 2rem 2rem 2.5rem;
}

@media (max-width: 768px) {
  .callout .callout-content {
    flex: 0 0 100%;
  }
}

/*** MODAL ***/

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

/*** PAGES ***/

.page-title {
  padding: 3.75rem 0 1rem;
}

.page-title h1 {
  line-height: normal;
  margin: 0;
}

.page-title.bkg-color {
  background: var(--);
}

.page-title.bkg-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6.75%;
  padding-bottom: 6.75%;
  position: relative;
  margin-bottom: 2rem;
}

.page-title.bkg-img::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--image-overlay);
}

/*** EXTERNAL LINKS ***/

a[target="_blank"]:has(> img):after, a[target="_blank"]:has(> svg):after,footer a[href^="https://consumerfocusmarketing.com"]:after
{
  display: none;
}

a[target="_blank"]::after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path stroke-width='5' fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/><path stroke-width='5' fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/></svg>")
    center/cover;
  display: inline-block;
  background: currentColor;
}

/*MISC*/
.social img {
    filter: invert(1);
    height: 55px;
	margin:0 .75rem;
}

/* FORMS */
.gform_wrapper {
    background-color:var(--lt-gray);
    padding: 2rem;
}

