/*
Theme Name: Van De Pol
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;

	/* Grays */
	--gray: #F5F4F4;

	--dk-green:#003926;
	--green: #047A52;
	--lt-green:#99C13C;
	--yellow:#FFAE14;

--lt-gray:#F5F4F4;


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


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

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

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


	/* image overlays */
	--image-overlay: rgba(0, 57, 38, 0.8);
	--image-overlay-blue: rgb(0, 173, 238, 0.9);
	--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;
}


.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: 3.438rem;
}
@media(max-width:767px){
	font-size:3rem;
}

h2 {
	font-size: 2.813rem;
}

h3 {
	font-size: 1.875rem;
}

h4 {
	font-size: 1.375rem;
}

p {
	padding: 0;
}

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

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

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

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

.btn, .gform_button {
	padding: var(--spacing-medium) var(--spacing-large) var(--spacing-medium) var(--spacing-medium);
	margin: var(--spacing-medium) var(--spacing-large) 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;
}

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

.btn-primary, .gform_button {
  background: var(--white) !important;
  color: var(--green) !important;
  border: 2px solid var(--green) !important;
  position: relative;
  padding-right: 40px;
	max-width: 100%;
}

.btn-primary::after, .gform_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url('./img/right-arrows.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
  display: flex; 
  align-items: center;
  justify-content: center;
}



.btn-primary:hover, .gform_button:hover {
	background: var(--green) !important;
	color: var(--white) !important;
	border-color: transparent !important;
}

.btn-default {
	background: var(--white);
	color: var(--gray-dark);
	border-color: var(--green);
}


.btn-default:hover {
	color: var(--gray-dark);
	background: var(--green);
	border-color: transparent;
}


.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: .75rem auto;
	}
}

@media (min-width:768px){
	.btn.mobile{
		display:none;
	}
}

/*** GENERAL ***/

.gray-bkg {
	background: var(--gray-light);
}

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

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

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

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


/*** HEADER ***/

.top-header {
	background: var(--dk-green);
	font-weight: 600;
	text-transform: uppercase;
	padding: .75rem 0;
}
.top-header div:nth-child(1) a {
	padding: 0 .25rem;
}
.top-header div:nth-child(2) a {
	color: var(--white);
	padding: 0 1.25rem;
}

.top-header a:hover {
	text-decoration: underline;
}

.top-header .col-md-9 {
    text-align: right;
}
@media(min-width: 768px) {
	.top-header .header-right {
		text-align: right;
	}
	.top-header .header-right a:first-of-type {
		margin-right: 2.2rem;
	}
}

@media (max-width: 767px) {
    .top-header .col-md-3,
    .top-header a[href^="tel:"] {
        display: none;
    }
	    .top-header .col-md-9 {
        text-align: center;
    }
}

/* Mobile header - phone number */
.mobile-phone-header {
    display: none;
}

@media (max-width: 767px) {
    .mobile-phone-header {
        display: block;
        text-align: center;
        padding: 1rem 0;
		background-color: var(--gray);
    }

    .mobile-phone-header a {
        font-size: 2rem;
        font-weight: bold;
        color: var(--green);
        text-decoration: none;
    }
}
/* End mobile header - phone number */
.header-become-customer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.header-become-customer a {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: var(--green);
}

.header-become-customer .text-container {
    display: flex;
    flex-direction: column;
}

.header-become-customer .title {
    font-size: 1.375rem;
    font-weight: bold;
    text-transform: uppercase;
}

.header-become-customer .subtitle {
    font-size: 1rem;
    font-weight: normal;
}

.header-become-customer .arrow {
    width: 75px;
    height: 75px;
    background-color: var(--yellow);
    -webkit-mask: url('./img/right-arrows.svg') no-repeat center / contain;
    mask: url('./img/right-arrows.svg') no-repeat center / contain;
    transition: transform 0.2s ease-in-out;
}

.header-become-customer a:hover .arrow {
    transform: scale(1.1);
}


/* Mobile Adjustments */
@media (max-width: 768.98px) {
    .header-become-customer {
        text-align: center;
    }

    .header-become-customer a {
        flex-direction: column;
        align-items: center;
    }

	.header-become-customer {
		display: none;
	}
	.logo-bar {
    text-align: center;
	}
	img.logo {
    width: 400px;

	}
}



/*** NAV MENU ***/

/*** NAV BAR ***/
.navbar {
	background-color: var(--green);
}
.navbar-toggler {
	margin-left: auto;
}
.main-menu {
	font-weight: 500;
	color: var(--white);
	padding-top: .75rem;
	padding-bottom: .75rem;
}

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

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

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


.dropdown-item {
	font-weight: 500;
	color: initial;
}

.dropdown-item:hover {
	color: var(--gray);
	border-radius: 0;
}

.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: .25rem;
}
@media(max-width:790px){
	.nav-link img{
		width: 20px;
	}
}

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

/* show dropdown menus on hover */
.dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown-item {
	text-align: left;
	padding: .5rem 1.5rem;
	font-size: 1rem;
}


/* removes the deadzone click area */
.dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.dropdown-item:hover,
.nav-link:hover,
.nav-item:hover,
.nav-item.active > a {
	color: var(--yellow);
	background: transparent;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.container {
		max-width: 990px;
	}
}

@media(min-width: 768px) {
	.dropdown-menu {
		box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
	}

	.dropdown-menu {
		left: auto;
		right: 0;
		margin: 0 auto;
	}

	/* hides carets */
	.dropdown-toggle::after {
		display: none;
	}
}
.nav-link{
	font-size: 1.25rem;
}
.nav-link, .dropdown-item {
	color: #0c2c4d;
	font-weight: 500;
}

@media (max-width: 768.98px) {
	.nav-link, .dropdown-item {
		text-align: left;
		padding-bottom: 1rem;
		font-size: 1.5rem;
	}

	.main-menu .nav-link {
		font-size: unset;
	}

	.navbar-brand {
		margin-bottom: 2rem;
	}

}


@media (min-width: 768px) and (max-width: 992px) {
	.navbar-brand {
		display: block;
		margin: 0 auto;
	}
}




/*** 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: -.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: .5rem 2.25rem .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: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .5em solid;
		border-right: .5em solid transparent;
		border-bottom: 0;
		border-left: .5em solid transparent;
	}

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

	.third-leel .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: .5em solid;
		border-right: .5em solid transparent;
		border-bottom: 0;
		border-left: .5em solid transparent;
	}



}
/*** HOME ***/
.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.25rem;
  text-decoration: none;
  color: inherit;
}
.learn-more::after {
  content: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23FFAE14'>\
  <g>\
    <path d='M41.4,16h-7.8c-0.7,0-1.2,0.8-0.9,1.4l7.3,14.6l-7.3,14.6c-0.3,0.7,0.2,1.4,0.9,1.4h7.8c0.4,0,0.7-0.2,0.9-0.6l7.7-15.4l-7.7-15.4\
    C42.1,16.2,41.8,16,41.4,16z'/>\
    <path d='M25.4,16h-7.8c-0.7,0-1.2,0.8-0.9,1.4l7.3,14.6l-7.3,14.6c-0.3,0.7,0.2,1.4,0.9,1.4h7.8c0.4,0,0.7-0.2,0.9-0.6l7.7-15.4l-7.7-15.4\
    C26.1,16.2,25.8,16,25.4,16z'/>\
  </g>\
</svg>");
  width: 25px;
  height: 29px;
  vertical-align: middle;
}
.learn-more:hover, .learn-more:hover::after {
  transform: scale(1.1);
	color: inherit;
}





/* Carousel */
#home-carousel .item-content {
background-size: cover;
	background-repeat: no-repeat;
	min-height: 530px;
}

.carousel-control-prev, .carousel-control-next {
	cursor: pointer;
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
}


@media(width <= 768px) {
	.carousel-control-prev, .carousel-control-next {
		display: none;
	}

}

.carousel-control-prev, .carousel-control-next {
	background: transparent;
	border: none;
	cursor: pointer;
	opacity: 1;
}

.visually-hidden {
	display: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	height: 40px;
	width: 40px;
}

.carousel-control-prev-icon {
	background-image: url("img/prev-icon.svg");
}

.carousel-control-next-icon {
	background-image: url("img/next-icon.svg");
}

@media (max-width: 992px) {
    #home-carousel .item-content {
        min-height: 450px;
    }
}
@media (max-width: 768.98px) {
    #home-carousel .item-content {
        min-height: 380px;
    }
}
@media (max-width: 576px) {
    #home-carousel .item-content {
        min-height: 320px;
    }
}
/* End carousel */

/* Headline Section */
.home-headline-section {
	padding: 3.438rem 0 3.875rem;
	text-align: center;
    color: var(--white);
    background-image: url(./img/well-design.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--green);
}
.home-headline-section h1, .home-headline-section h2 {
	color: var(--white);
}
.home-headline-section h2 {
	font-size: 1.25rem;
	line-height:1.5;
}
.home-headline-section .row {
	justify-content: center;
}
.home-headline-section hr {
	border: 0;
	border-top: 2px solid var(--lt-green);
	max-width: 350px;
	width: 100%;
}

@media(max-width:767px){
	.home-headline-section h2 {
		font-size:1.55rem;
	}
}
/* End Headline Section */

/* Service boxes */
.service-boxes-section {
    padding: 3.125rem 0;
}

.service-boxes-section .row {
    justify-content: center;
}

.service-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 58, 36, 0.75);
    transition: background-color 0.3s ease-in-out;
}

.service-box span {
    position: relative;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 1px;
}

.service-box:hover {
    transform: translateY(-5px);
}

.service-box:hover::before {
    background-color: rgba(0, 58, 36, 0.85);
}

@media (max-width: 767.98px) {
    .service-boxes-section .row {
        flex-direction: column;
        align-items: center;
    }
	.service-boxes-section .col-md-4 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.service-box{
		aspect-ratio: 16 / 5;
	}
	.service-box span{
		font-size:2rem;
	}
}

/* End service boxes */
/* Refer a friend */
.home-refer-friend {
    background-color: var(--green);
    padding: 50px 0;
    text-align: center;
    color: white;
}

.home-refer-friend .row {
justify-content: center;
}

.home-refer-friend span {
    display: block;
    font-size: 1.563rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: var(--white);
}

.home-refer-friend hr {
    width: 100%;
	max-width: 250px;
    border: none;
	border-top: 2px solid var(--lt-green);
    margin: 1.25rem auto;
}

.home-refer-friend h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    line-height: 1.5;
	color: var(--white);
}
/* End refer a friend */

/* Propane Safety */
.propane-safety-section {
    padding: 3rem 0 1rem;
}

.propane-safety-section h2 {
    font-size: 1.563rem;
}

.propane-safety-section .learn-more {
    color: var(--green);
}

.propane-safety-section .propane-safety-image-wrapper {
    position: relative;
    display: block;
}

.propane-safety-section .propane-safety-image-wrapper img {
    max-height: 405px;
    margin-bottom: -3.5rem;
    border-radius: 25px 0 0 25px;
    width: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.propane-safety-section .propane-safety-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #047A52;
    opacity: 0.3;
    border-radius: 25px 0 0 25px;
    z-index: 2;
    pointer-events: none;
}


.propane-safety-section .col-md-6:last-child {
    padding-right: 0;
}

.propane-safety-section .propane-safety-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin-left: auto;
}
@media(min-width: 768px) {
	.propane-safety-section .container {
    padding-right: 0;
		padding-left:4rem;
    max-width: 100%;
}
}
@media (max-width: 767.98px) {
    .propane-safety-section {
        padding: 2rem 0;
        text-align: center;
    }

    .propane-safety-section .row {
        flex-direction: column;
        align-items: center;
    }

    .propane-safety-section .propane-safety-image-wrapper {
        display:none;
    }

/*     .propane-safety-section .propane-safety-image-wrapper img {
        border-radius: 1rem;
        margin-bottom: 0;
        height: auto;
    }

    .propane-safety-section .propane-safety-image-wrapper::after {
        border-radius: 1rem;
		height: 100%;
    } */
}



/* End propane safety */
/* Testimonial Section */
.home-testimonials{
	background-color: var(--gray);
	padding: 8.813rem 0;
}
.testimonial-blockquote {
    display: flex;
    flex-direction: column;
    color: #333;
    margin: 20px 0;
}

.quote-container {
    display: flex;
    align-items: flex-start;
	font-size: 1.25rem !important;
}

.quote-container svg {
    width: 72px;
    height: auto;
    margin-right: 15px;
}
.quote-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.5;
}

cite {
    margin-top: 10px;
    display: block;
}

/* End Testimonial Section  */

/*** FOOTER ***/


footer {
	color: var(--white);
	background-color: var(--green);
	padding: 2.813rem 0;
}
footer strong {
	color: var(--white);
}
footer a {
	color: inherit;
}
footer hr {
	border: none;
	border: 1px solid var(--lt-green);
	width: 55px;
	margin: 0 0 1.375rem;
}
footer a:hover {
	color: var(--yellow);
}

footer:not(.home footer) {
	margin-top: 4rem;
}

.footer-socials {
	background-color: var(--dk-green);
	width: fit-content;
	padding: .5rem;
	border-radius: .875rem;
	margin-bottom: 1.5rem;
}
.footer-socials img {
	margin: 0 .35rem;
	padding: .25rem;
}
footer .icons {
	width: 22px;
	height: 100%;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
    color: white;
}

.footer-links a::after {
    content: "";
    width: 16px;
    height: 10px;
    margin-left: 4px;
    display: inline-block;
    background: var(--yellow);
    -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Lager_1' style='enable-background:new -265 388.9 64 64;' version='1.1' viewBox='-265 388.9 64 64' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23FFAE14'%3E%3Cg%3E%3Cpath d='M-223.6,404.9h-7.8c-0.7,0-1.2,0.8-0.9,1.4l7.3,14.6l-7.3,14.6c-0.3,0.7,0.2,1.4,0.9,1.4h7.8c0.4,0,0.7-0.2,0.9-0.6 l7.7-15.4l-7.7-15.4C-222.9,405.1-223.2,404.9-223.6,404.9z'/%3E%3Cpath d='M-239.6,404.9h-7.8c-0.7,0-1.2,0.8-0.9,1.4l7.3,14.6l-7.3,14.6c-0.3,0.7,0.2,1.4,0.9,1.4h7.8c0.4,0,0.7-0.2,0.9-0.6 l7.7-15.4l-7.7-15.4C-238.9,405.1-239.2,404.9-239.6,404.9z'/%3E%3C/g%3E%3C/svg%3E") center/cover;
    mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Lager_1' style='enable-background:new -265 388.9 64 64;' version='1.1' viewBox='-265 388.9 64 64' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23FFAE14'%3E%3Cg%3E%3Cpath d='M-223.6,404.9h-7.8c-0.7,0-1.2,0.8-0.9,1.4l7.3,14.6l-7.3,14.6c-0.3,0.7,0.2,1.4,0.9,1.4h7.8c0.4,0,0.7-0.2,0.9-0.6 l7.7-15.4l-7.7-15.4C-222.9,405.1-223.2,404.9-223.6,404.9z'/%3E%3Cpath d='M-239.6,404.9h-7.8c-0.7,0-1.2,0.8-0.9,1.4l7.3,14.6l-7.3,14.6c-0.3,0.7,0.2,1.4,0.9,1.4h7.8c0.4,0,0.7-0.2,0.9-0.6 l7.7-15.4l-7.7-15.4C-238.9,405.1-239.2,404.9-239.6,404.9z'/%3E%3C/g%3E%3C/svg%3E") center/cover;
}
.footer-logos {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.footer-logos img {
    max-width: 100%;
    height: auto;
    width: 200px;
}

@media (max-width: 768.98px) {
    .footer-logos {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-logos a img {
        width: 100%;
        max-width: 300px;
    }
	 footer .footer-socials,
    footer .footer-links,
    footer .footer-logos,
    footer address,
    footer small {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer .col-md-4,
    footer .col-md-3,
    footer .col-md-5 {
        margin-bottom: 30px;
    }
	
}


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


.accordion-group {
	margin-top: 1.875rem;
	overflow: hidden;
}

.panel-title {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0 .5rem;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	font-family: var(--font-headline);
	border-bottom: 2px solid var(--green);
	padding: 1rem 1.25rem;
}

.panel-title h3 {
	color: var(--body);
}
.panel-title.collapsed h3 {
	color: var(--green);
}

.panel-title h3 {
	margin: 0;
}

.panel-content {
	padding: 0.85rem 1.25rem 1.25rem;
	background: var(--gray-light);
}


.panel-title::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: .15rem;

}

.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: .15rem;

}




/*** BLOG - SIDEBAR ***/

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

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

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

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

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

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

}

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

}

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

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

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

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

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

/* Videos */
.wp-video {
	margin-bottom: 1.25rem;
}

/*** 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 - INDEX ***/

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

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


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

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

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

}

article h2 {
	font-size: 1.875rem;
}

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

}

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

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

aside {
	background: var(--gray-light);
}

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


li.categories {
	list-style: none;
}

.categories h3 {
	padding-bottom: .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-green);
	font-weight: 600;
}

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

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


tr:nth-child(even) {
	background: var(--lt-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(--lt-green);
	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(--lt-green);
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	font-size: 0.75rem;
	position: absolute;
	left: -1.5rem;
	top: 6px;
}
.serviceArea{
	columns:3;
	font-size: .9rem;
}
.serviceArea li{
	margin-bottom: 0;
}

.twocol{
column-count:2;
}


.threecol{
column-count:3;
}



@media(max-width: 768.98px) {
	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: .25rem;
	}
	.twocol, .threecol{
	column-count:1;
	}
}
@media (max-width: 576.98px) {
		.serviceArea{
		columns:1;
		font-size: 1.25rem;
	}
}

.pages-testimonial .row {
	background: var(--lt-gray);
	margin: 1.5rem 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
blockquote {
	padding: 1rem;
	margin: 1rem auto 1rem;
	text-align: left;
	color: var(--green);
	font-size: 1.25rem;
}

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

blockquote p {
	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(--lt-gray);
}

.box-content {
	flex-grow: 1;
	overflow: hidden;
	padding: 0 2rem 2rem;
	color: var(--black);
}

.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 {
	color: var(--green);
	font-size: 1.875rem;
	width: 100%;
	margin-bottom: 0;
	padding: 1.25rem 2rem .5rem;
}

/* WELLS */

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

.well .btn {
	margin-bottom: 0;
	color: var(--gray-dark);
}

.well .btn:hover {
	color: var(--gray-dark);
}

.well-default {
	color: var(--white);
	background-image: url('./img/well-design.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--green);
}

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

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

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

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

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

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


.well-alt .btn:hover {
	border-color: var(--white);
}


/** COUPONS **/

.coupon {
	border: 2px solid var(--green);
	padding: 1.25rem;
	text-align: center;
	margin-bottom: 2rem;
	font-weight: 700;
	background-image: url('./img/coupon-design.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.coupon h3,.coupon h2 {
	color: var(--dk-green);
}

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

/* CALLOUTS */

.callout {
	margin-bottom: 3rem;
}

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

.callout h2, .callout h3 {
	color: var(--green);
}

.callout-full.img-visible, .callout-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.callout-full.img-visible {
	color: var(--white);
}
.callout-full.img-visible h2, .callout-full.img-visible h3 {
	color: var(--yellow);
}

.callout-full.img-visible a:not(.btn) {
	color: var(--white);
	text-decoration: underline;
}




.callout-image {
	max-width: 45%;
}
@media(max-width:767px){

	.callout-image {
		min-height: 250px;
		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(--lt-gray);
	padding: 2rem 2rem 2.5rem;
}



@media (max-width: 768.98px) {
	.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-top: 2.375rem;
	padding-bottom: 1.375rem;
}

.page-title h1 {
	color: var(--black);
	line-height: normal;
	margin: 0;
	border-bottom: 
}
.page-title hr {
	border: 0;
	border-bottom: 2px solid var(--lt-green);
	max-width: 350px;
	margin-left: 0;
	margin-right: 0;
	margin-top: .5rem;
}
.page-title.bkg-color {
	background: var(--gray-dark);
}

.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 h1 {
	color: var(--gray-dark);
}

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


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


.text-right {
	text-align: right;
}

address img {
    width: 25px;
}