/*
Theme Name: Firehouse Fuels
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: #efefef;
  --body: #1E1F23;
  
  --gray-100: #F7F7F7;
  --gray-700: #333333;
  --gray-900: #1c1c1c;
  
  --yellow-300: #F8E437;

  --red-600: #AE1635;
  --red-800: #81041E;


  /* Semantic colors */
  --body-text-color: var(--body);
  --headline: var(--red-600);
  --sub-headline: var(--black);
  --link: var(--red-600);
  --link-hover: var(--red-800);

  /* Typography */
  --font-headline: "Libre Baskerville", serif;
  --font-body: "Roboto", 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(129, 4, 30, 0.8);
  --image-overlay-blue: rgba(2, 14, 70, 0.8);
  --image-overlay-callout: rgba(129, 4, 30, 1) 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: 767.98px) {
  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);
  line-height: 1.2;
}
h1, h2 {
   color: var(--headline);
}
h3, h4 {
  color: var(--sub-headline);
}
h1 {
  font-size: 2.813rem;
}

h2 {
  font-size: 1.563rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.313rem;
}

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(--body);
  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-body) !important;
  display: inline-block;
  white-space: pre-wrap;
  font-size: 1rem !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: center;
  font-family: var(--font-body);
}

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

.btn-primary,
.gform_button {
  background: var(--yellow-300) !important;
  color: var(--black) !important;
  border-radius: 25px;
  font-family: var(--font-body);
	border:none;
}

.btn-primary:hover,
.gform_button:hover {
  background: var(--yellow-300) !important;
  color: var(--black) !important;
  border-radius: 5px;
}
.callout .btn,
.well .btn,
.coupon .btn {
  margin-right: 1rem;
}

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

/*** GENERAL ***/
body.page .bottom-header {
  border-bottom: 3px solid var(--body);
}
/*** HEADER ***/
.bottom-header {
  padding: .75rem 0;
}

/* Navbar Brand - Base Styles */
.navbar-brand {
  position: absolute;
  transition: all 0.3s ease;
  left: 15px;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.938rem 1.75rem;
  width: clamp(159px, 23.75vw, 285px);
  text-align: center;
}

.navbar-brand img {
  max-width: 229px;
  width: 100%;
}

/* Internal Pages  */
.page:not(.home) .navbar-brand {
  background: none;
  padding: 0.5rem 0;
  width: 159px;
}

.page:not(.home) .navbar-brand img {
  max-width: 159px;
}

/* Logo container */
.bottom-header .logo-container .navbar-brand {
  margin-bottom: 0;
}

/* Button + link base styles */
.bottom-header-links .btn {
  font-size: 0.938rem;
  margin-right: 0.5rem;
}

.bottom-header-links .btn:last-of-type {
  margin-right: 1rem;
}

.bottom-header-links a[href^="tel:"] {
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

.bottom-header-links a[target="_blank"] {
  margin-left: 0.25rem;
}

.header-phone {
  white-space: nowrap;
}

/* md+ base layout */
@media (min-width: 768px) {
  .buttons-wrapper {
    padding-left: 0.5em;
    text-align: right;
  }

  .bottom-header-links .buttons-container {
    display: flex;
    justify-content: end;
    align-items: center;
  }
}

/* Mobile layout */
@media (max-width: 767.98px) {
  .buttons-container {
    text-align: center;
  }

  .bottom-header .bottom-header-links .header-phone {
    font-size: 20px;
  }

  .bottom-header-links .request-service-btn,
  .bottom-header-links .contact-links a:nth-child(2),
  .bottom-header-links .contact-links a:nth-child(3) {
    /*display: none !important;*/
  }

  .bottom-header-links .btn {
    width: 75%;
    display: inline-block;
  }

  .bottom-header-links .buttons-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

/* Below lg screens - move logo into bottom-header flow */
@media (max-width: 991.98px) {
  .navbar-brand {
    position: static;
    left: auto;
    z-index: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 1.5rem;
  }

  .bottom-header .logo-container {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .bottom-header .logo-container .navbar-brand {
    margin-bottom: 0;
    display: inline-block;
  }
}

/* Tablet layout - Logo left | buttons above | contact below */
@media (min-width: 768px) and (max-width: 991.98px) {
  .bottom-header-links {
    display: flex;
    align-items: flex-start;
  }

  .bottom-header-links .logo-container {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
    margin-bottom: 0;
  }

  .bottom-header-links .buttons-container {
    flex: 0 0 75%;
    max-width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }

  .bottom-header-links .buttons-wrapper {
    order: 1;
    width: 100%;
    text-align: right;
  }

  .bottom-header-links .contact-links {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem;
  }
}

/* Desktop wrap - contact under buttons to avoid logo overlap */
@media (min-width: 992px) and (max-width: 1333px) {
  .bottom-header-links .buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    row-gap: 0.5rem;
  }

  .bottom-header-links .buttons-wrapper {
    flex: 0 1 auto;
    text-align: right;
  }

  .bottom-header-links .contact-links {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.25rem;
  }
}
/*** NAV MENU ***/
#bs-example-navbar-collapse-1 {
  justify-content: end;
}
#menu-primary-menu > .menu-item{
  margin: 0 .5rem;
}
/*** NAV BAR ***/

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

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

@media (max-width: 767.98px) {
  .main-menu .nav-link {
	  font-size: 1.25rem;
  }
	#menu-menu {
		margin-top: 1.5rem;
	}
  .navbar .container {
    justify-content: end;
  }
  .main-menu .nav-link {
    justify-content: start;
  }
}

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

.main-menu .nav-link:hover {
  color: var(--gray-100);
  text-decoration: none;
}

.dropdown-item {
  font-weight: 500;
  color: initial;
/*   color: var() !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 (max-width:767.98px){
  .main-menu .nav-item:hover, .main-menu .nav-link:hover, .main-menu .dropdown-item:hover {
    text-decoration: none !important;
  }
}



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

/* show dropdown menus on hover */
.dropdown:hover > .dropdown-menu {
  display: block;
	
}
/* .dropdown:hover > .dropdown-menu .dropdown-menu {
border: 1px solid var();	
} */
.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(); */
}

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

.dropdown-item:hover {
/*   background-color: var();
  color: var(); */
  text-decoration: underline;
}



/* 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: 1rem;
    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 ***/
.home-video, .home-video video {
  width: 100%;
  max-height:457px;
}
.home-video video {
  object-fit: cover;
  display: block;
}

/* H1 Section */
.home-main-content {
  background-color: var(--red-600);
  color: var(--white);
  text-align: center;
  padding: 3.125rem 0 2.75rem;
}
.home-main-content h1 {
  color: var(--white);
	line-height:1.3;
}
.home-main-content .btn {
  margin-bottom: 0;
}
.home-main-content .row {
	justify-content: center;
}

/* End H1 Section */
/* Home Service Boxes */
.home-service-boxes {
  margin: 2.25rem 0;
}
.home-service-boxes .service-box {
  width: 100%;
  height: 400px;
  margin-bottom: 2rem;
}
.home-service-boxes .row {
  justify-content: center;
}

.service-box .service-box-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.service-box .service-box-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.service-box .service-box-bg h3,
.service-box .service-box-bg .content,
.service-box .service-box-bg .service-link {
  position: relative;
  z-index: 2;
  color: var(--white);
}
.service-box .service-box-bg h3 {
    font-size: 2rem;
    font-weight: 500;
	font-weight: 700;
    letter-spacing: 1px;
}

.service-box .service-box-bg .service-link {
  text-decoration: none;
  color: var(--yellow-300);
	font-weight:700;
	letter-spacing:1px;
}

.service-box .service-box-bg .service-link:hover {
  color: var(--white);
}
/* End Home Service Boxes */
/* Home Service Icons */
.home-service-icons h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.home-service-icons .service-icon {
  text-align: center;
  margin-bottom: 2rem;
}
.home-service-icons a {
	color: var(--body);
	cursor: pointer;
}
.home-service-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.home-service-icons .icon img {
  max-width: 110px;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.home-service-icons h3 {
  font-size: 1.563rem;
  margin-bottom: 0;
  font-family:var(--font-body);
  margin-bottom:.25rem;
}
.home-service-icons p {
  font-weight: bold;
}
/* End Home Service Icons */
/* Home Testimonials */
.home-testimonials {
  padding: 3rem 0 3rem;
}
.testimonials-wrapper {
  background-color: var(--black);
  padding: 2rem 0 1rem;
  position: relative;
}

.testimonials-wrapper .quote-left {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 70px;
  z-index: 1;
}

.testimonials-wrapper .quote-right {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 70px;
  transform: scaleX(-1) scaleY(-1);
  z-index: 1;
}

.home-testimonials h2 {
  color: var(--white) !important;
  text-align: center;
}

.home-testimonials .carousel-item {
  text-align: center;
  padding: 0 1rem 2rem 1rem;
}

.home-testimonials blockquote {
  background-color: transparent;
  color: var(--white);
  font-style: italic;
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  border: none;
  line-height: 1.6;
}

.home-testimonials cite {
  color: var(--white);
  font-weight: bold;
  font-style: normal;
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2.25rem;
  font-size: 1rem;
}


.home-testimonials .carousel-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.home-testimonials .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home-testimonials .carousel-indicators .active {
  background-color: var(--yellow-300);
}

.home-testimonials .carousel-indicators li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .testimonials-wrapper .quote-left,
  .testimonials-wrapper .quote-right {
    display: none;
  }
}
/* End Home Testimonials */
/* Home Propane Safety */
.home-propane-safety {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.875rem 0 3rem;
  color: var(--white);
  text-align: center;
  position: relative;
}

.home-propane-safety h2 {
  color: var(--white);
}
.home-propane-safety a {
	color: var(--yellow-300);
}

.home-propane-safety::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(129, 4, 30, 0.6);
  z-index: 1;
}

.home-propane-safety .container {
  position: relative;
  z-index: 2;
}

.home-propane-safety p {
  margin-bottom: 0;
}

/* End Home Propane Safety */

/* Home Service Area */
.home-service-area {
  background-color:  var(--gray-100);
  padding: 2.625rem 0;
}
.home-service-area .row {
  justify-content: center;
}
.home-service-area .col-md-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-service-area img {
    width: 75%;
}
/* End Home Service Area */

/* Home Logo Section */
.home-logos {
  padding: 3rem 0;
}

.home-logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.home-logos .logo-item a,
.home-logos .logo-item img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}

.home-logos .logo-item img {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .home-logos .logo-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .home-logos .logo-item a,
  .home-logos .logo-item img {
    height: 120px;
  }
  
  .home-logos .logo-item img {
    max-width: 180px;
    max-height: 100px;
  }
}

@media (max-width: 575px) {
  .home-logos .logo-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
  }
  
  .home-logos .logo-item a,
  .home-logos .logo-item img {
    height: 100px;
  }
  
  .home-logos .logo-item img {
    max-width: 150px;
    max-height: 80px;
  }
}
/* End Home Logo Section */
/*** End Home ***/
/*** Footer ***/
footer {
  background-color: var(--black);
  padding: 2.375rem 0;;
}
footer, footer a, footer h2, footer h3 {
  color: var(--white) !important;
}
footer .footer-logo img {
  max-width: 190px;
  width: 100%;
}
footer .footer-socials a:first-of-type{
  margin-right: .25rem;
}
@media screen and (min-width: 767.98px) {
footer .col-md-4:nth-child(1) {
  text-align: left;
}
footer .col-md-4:nth-child(2) {
  text-align: center;
}
footer .col-md-4:nth-child(3) {
  text-align: right;
}
}
@media(max-width:767px){
	footer, footer a, footer h2, footer h3{
		text-align:center;
	}
	.footer-socials {
    margin-bottom: 2rem;
	}
}
/*** End Footer ***/


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

/* Accordion Group */
.accordion-group {
  margin-top: 1.875rem;
  overflow: hidden;
  background-color: var(--gray-100);
  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;
  background-color: var(--yellow-300);
}

/* 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(--body);
  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();
    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(--red-800);
  font-weight: 600;
  color: var(--white);
  text-align: center;
}

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

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

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

/*** 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(--red-600);
  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(--white);
  background: var(--red-600);
  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(--body);
  padding: 1.625rem 1.875rem;
  margin: 1rem auto 1rem;
  text-align: left;
  color: var(--white);
  font-size: 1rem;
  text-align: center;
}
blockquote img {
  object-fit: contain;
  max-width: 64px;
  margin-bottom: 1.25rem;
}
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;
	}
	.fourcol{
		column-count:4;
	}
	.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(--gray-100);
  border-bottom: 5px solid var(--red-600);
}

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

/* WELLS */

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

.well .btn {
  margin-bottom: 0;
}
.well h2 {
  color: var(--yellow-300);
}
.well h3, .well h4 {
  color: var(--white);
}
.well a {
  color: var(--yellow-300);
  text-decoration: none;
}

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

/* Well Default */
.well-default {
  color: var(--white);
  background-color: var(--red-800);
}

/* Well Alt */
.well-alt {
  background: var(--black);
  color: var(--white);
}

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

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

/* CALLOUTS */

.callout {
  margin-bottom: 3rem;
}

.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 h2 {
  color: var(--yellow-300);
  font-size: 1.563rem;
}
.callout-full.img-visible h3, .callout-full.img-visible h4 {
  color: var(--white);
}
.callout-full.img-visible h4 {
  font-size: 1rem;
}
.callout-full.img-visible {
  color: var(--white);
}
.callout-full.img-visible a  {
  color: var(--yellow-300);
  text-decoration: none;
}
.callout-full.img-visible a:hover {
  color: var(--yellow-300);
  text-decoration: underline;
}
.callout-image {
  max-width: 45%;
}
@media (max-width: 767.98px) {
  .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(--gray-100);
  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: var(--gray);
    padding: 2rem;
}



