/*
Theme Name: Shaw Creek Propane
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: #F2F2F2;
	--red:#DF140F;
	
	--orange:#F13F3B;

	--blue: #0B1D6F;
	
	--dk-blue: #020E46;
	--dk-red: #AF0400;


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


	/* Typography */
	--font-headline: "Roboto Condensed", sans-serif;
	--font-body: "Roboto", 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: 1.875rem;


	/* image overlays */
	--image-overlay: rgba(0, 57, 38, 0.8);
	--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(--blue);
	line-height: 1.2;
}

h1 {
	font-size: 3.125rem
}

h2 {
	font-size: 2.188rem;
}

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(--blue);
	margin: 1.875rem auto;
	width: 100%;
}

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

.btn, .gform_button {
	padding: var(--spacing-medium) 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(--red) !important;
  color: var(--white) !important;
}

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



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

/*** 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);
}
.right-text{
	text-align:right
}

/*** HEADER ***/
.top-header {
	padding: 1.5rem 0;
	text-align: center;
}
.top-header .site-logo {
	max-width: 285px;
}

.header-phone {
	color: var(--dk-blue) !important;
	font-size: 25px;
	font-weight: bold;
}
.top-header .btn {
/* 	display: block;
	margin-left: auto; */
	margin-right: 2rem;
}
.header-logo-col {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 805px) {
	.top-header .btn {
			width: fit-content;
	}
}
@media (max-width: 804px) {
	.top-header .btn {
		width:75%;
		margin-right:0;
		
	}
}
.flex-center {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

@media(min-width:768px){
header .flex-center{
	justify-content: right;
}	
}

@media(max-width:767px){
	.flex-center{
		justify-content:center;
	}
	.top-header .btn {
		width:75%;
		margin: 1rem auto;
		
		
	}
}


/*** NAV MENU ***/

/*** NAV BAR ***/
.navbar {
	background-color: var(--blue);
}
.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;
	justify-content: center;
}

@media (max-width:767px){
	.main-menu .nav-link {
	justify-content: left;
}
}

.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 {
		border-top: .5em solid var(--red);
		border-right: .5em solid transparent;
    	border-bottom: 0;
    	border-left: .5em solid transparent;
	}
}
.nav-link{
	font-size: 1.25rem;
}
.nav-link, .dropdown-item {
	color: #0c2c4d;
	font-weight: 500;
}

@media (max-width: 768px) {
	.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-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;
		margin-bottom: .55rem;
	}

	.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 ***/
/* H1 banner */
.home-headline-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home-headline-section .row {
		height: 495px;
	padding-top: 4.563rem;
}
.home-headline-section h1 {
	color: var(--white);
	background-color: var(--image-overlay-blue);
	width: fit-content;
	padding: 1.188rem 3.188rem;
}
/* End H1 banner */
/* About the company */
.about-us-section {
	padding: 3.25rem 0 4.625rem;
	background-color: var(--gray);
}
.about-us-section .row {
	justify-content: center;
}
/* End About the company */
/* Service boxes */
.service-boxes-section {
    padding: 3.125rem 0 0;
}

.service-boxes-section .row {
    justify-content: center;
}
.service-boxes-section img {
	display: block;
	margin: auto;
}
.service-boxes-section .home-box-title {
	color: var(--dk-blue);
	font-size: 1.563rem;
	margin-top:1rem;
	text-align:center;
}

@media (min-width: 768px) {
	.service-boxes-section .row {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (max-width: 767.9px) {
    .service-boxes-section .row {
        flex-direction: column;
        align-items: center;
    }
	.service-boxes-section .col-md-4 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

/* End service boxes */
/* Testimonial Section */
.home-testimonials {
  padding: 3rem 0;
}

.testimonial-blockquote {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #333;
  margin: 20px 0;
  border-left: 0;
  border-radius: 3.188rem;
  padding: 3.188rem 1.875rem;
  text-align: center;
}

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

.quote-text {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.5;
	color:var(--blue);
}
.quote-text p{
	font-style:italic;
}
cite {
  margin-top: 10px;
  display: block;
}

/* Flex adjustments for equal height testimonials */
.home-testimonials .row {
  display: flex;
  flex-wrap: wrap;
}

.home-testimonials .col-md-6 {
  display: flex;
  align-items: stretch;
}

/* Mobile Styles */
@media (max-width: 767.98px) {
  .home-testimonials .row {
    flex-direction: column;
  }
  .home-testimonials .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
}


/*** FOOTER ***/
footer {
padding: 2rem 2rem;
	background-color: var(--dk-blue);
	color: var(--white);
	font-size: 0.938rem;
}
.footer-phone {
	font-size: 2.313rem;
	font-weight: bold;
	margin-bottom: 1rem;
	display: block;
}
.footer-fb img {
	width: 25px;
	height: 25px;
}
footer a {
    color: var(--gray);
}
@media (min-width:768px) {
footer .col-md-6:nth-child(2) {
	text-align: right;
}
	footer .col-md-12 {
		text-align: center;
	}
}
@media (max-width: 768px) {
    footer .col-md-6,
    footer .col-md-12 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
	footer {
		text-align: center;
	}
}

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

/* Accordion Group */
.accordion-group {
    margin-top: 1.875rem;
    overflow: hidden;
    border: 1px solid var(--gray);
    background-color: var(--white); /* Default background */
    transition: background-color 0.3s ease;
}

/* Background change when panel is open */
.accordion-group:has(.panel-title:not(.collapsed)) {
    background-color: var(--gray); /* Change instantly when opening */
}

/* 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);
    background-color: var(--gray);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.panel-title.collapsed {
    background-color: var(--white);
}

/* Panel Title Text */
.panel-title h3 {
    margin: 0;
    color: var(--dk-red);
}

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

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



/* Plus/Minus Icon */
.panel-title::after,
.panel-title.collapsed::after {
    content: "-";
    background-color: var(--red);
    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;
}

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




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



/*** 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-blue);
	font-weight: 600;
}

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

thead {
	color: var(--white);
	border: 1px solid var(--dk-blue);
	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(--red);
	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);
	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;
}

@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: .25rem;
	}
}

.pages-testimonial .row {
	background: var(--lt-gray);
	margin: 1.5rem 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
blockquote {
	background-color: var(--gray);
	border-left: 10px solid var(--dk-blue);
	padding: 1rem;
	margin: 1rem auto 1rem;
	text-align: left;
	color: var(--black);
	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(--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(--blue);
	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(--body);
	background-color: var(--gray);
}

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

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

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

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

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

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


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


/** COUPONS **/

.coupon {
	border: 3px dotted var(--red);
	padding: 1.25rem;
	text-align: center;
	margin-bottom: 2rem;
	font-weight: 700;
}

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

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

/* CALLOUTS */

.callout {
	margin-bottom: 3rem;
}
.callout-left, .callout-right {
	background-color: var(--gray);
}
.callout .btn {
	margin-bottom: 0;
}

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

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

.callout-full.img-visible a:not(.btn) {
	color: var(--red);
}

.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(--gray);
	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-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-light);
	padding: 2rem;
}




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

/* Pay Bill */
.red {
	color: red;
}
.paymentForm .btn{
	clear:both;
	border: none;
	margin-left: -2px;
	margin-top: 10px;
}
.paymentForm label {
	margin-right: 15px;
	float: left;
	clear: left;
	width: 150px;
}

.paymentForm input {
	float: left;
	clear: right;
	margin-bottom: 15px;
	width: 200px;
}
/* End Pay Bill */