/*
Theme Name: Northwest 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;
  --gray: #efefef;
  --body: #03190C;
  --dk-gray:#333333;

  

  --green-50: #ECF5EF;
  --green-75: #CAD5CD;
  --green-100: #3FBA68;
  --green-300: #15855B;
  --green-500: #125F00;
  --green-700: #124527;
  --green-900: #0A341B;
  --lt-green: #B2FFCC;


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

  /* Typography */
  --font-headline: "Roboto", sans-serif;
  --font-body: "Roboto", sans-serif;
  --font-tagline: "Edu TAS Beginner", cursive;
  --font-size-base: 1rem;
  --line-height-base: 1.5;

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

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

  /* image overlays */
  --image-overlay: rgba(10, 52, 27, .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: 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.98px) {
  .desktop-only {
    display: none;
  }
}
.wrapper {
  padding: 2rem 15px 4rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.rounded {
    border-radius: 25px;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-family: var(--font-headline);
  line-height: 1.2;
}

h1 {
  font-size: 2.9rem;
  color: var(--headline);
}

h2 {
  font-size: 2.188rem;
  color: var(--green-700);
}

h3 {
  font-size: 1.875rem;
  color: var(--green-500);
}

h4 {
  font-size: 1.375rem;
  color: var(--green-500);
}

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: var(--link);
  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(--green-100);
  margin: 1.875rem auto;
  width: 100%;
}
.page-content{
	background: var(--green-50);
	padding-bottom:2rem;
}

/*** 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(--green-100) !important;
  color: var(--green-900) !important;
  border: 1px solid var(--green-100) !important;
}

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

.btn-default {
  background-color: var(--white);
  color: var(--green-900);
  border: 1px solid var(--green-900);
}
.btn-default:hover {
  background-color: var(--green-900);
  color: var(--white);
}
.callout .btn,
.well .btn,
.coupon .btn {
  margin-right: 1rem;
}

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

/*** GENERAL ***/

/*** HEADER ***/
.top-header {
  background-color: var(--green-300);
  padding: 0.625rem 0;
}
.top-header a {
  color: var(--white);
  font-size: 1rem;
  font-weight: bold;
}
.top-header a::after {
display: none !important;
}

@media (min-width: 768px) {
.top-header .row {
  justify-content: end;
}
}

@media (max-width: 767.98px) {
.top-header .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.top-header .row {
  justify-content: center;
  margin: 0;
  width: 100%;
  flex-direction: column;
}

.top-header {
  padding: 0;
}

.top-header .col-md-auto {
  text-align: center;
  padding: 0;
  width: 100%;
}

.top-header a {
  font-size: 16px;
  border-bottom: 2px solid var(--white);
  margin-bottom: 0.25rem;
  padding: 0.5rem 0;
  display: block;
  width: 100%;
}

.top-header .col-md-auto:nth-last-child(2) a {
  border-bottom: none;
  margin-bottom: 0;
}
}

/* Middle Header */
/* .middle-header {
  padding-top: 1.25rem;
} */
.middle-header .seventy-five-years-logo {
    max-width: 112px;
    margin-left: 1rem;
    vertical-align: middle;
}
.middle-header .col-md-6:nth-child(2){
  text-align: right;
}

.middle-header a[href^="tel:"] {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--green-900);
  text-decoration: none;
}
@media (min-width: 768px) {
  .middle-header a[href^="tel:"] {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  .middle-header .social-icons a {
    margin-left: .75rem;
  }
  .middle-header .col-md-6:nth-child(2) {
   display: flex;
   justify-content: center;
   align-items: end;
   flex-flow: column;
  }
}

@media (max-width: 767.98px) {
  .middle-header .seventy-five-years-logo {
    display: none;
  }
  
  .middle-header .social-icons {
    display: none;
  }
  
  .middle-header .col-md-6:first-child {
    text-align: center;
  }
  
  .middle-header .col-md-6:nth-child(2) {
    text-align: center;
  }
  
  .middle-header a[href^="tel:"] {
    font-size: 25px;
    margin-top: 1rem;
    display: block;
  }
}

/*** NAV MENU ***/

/*** NAV BAR ***/

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

.main-menu .nav-link {
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  justify-content: center;
  color: var(--white);
}
@media (max-width: 785px) and (min-width:768px) {
  .main-menu .nav-link {
	  font-size: .9rem;
	}
}

@media (max-width: 767.98px) {
  .main-menu .nav-link {
	  font-size: 1.25rem;
	  justify-content: flex-start;
  }
	#menu-menu {
		margin-top: 1.5rem;
	}
	
	.main-menu .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.navbar-toggler {
		margin-left: auto;
	}
	
	.navbar-collapse {
		justify-content: flex-start;
	}
}

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

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

.dropdown-item {
  font-weight: 500;
  color: var(--body);
}



.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();	
}
.dropdown-item {
  text-align: left;
  padding: 0.5rem 1.5rem;
}

/* removes the deadzone click area */
.dropdown-menu {
  margin: 0;
  border: 2px solid var(--green-300);
  border-radius: 1rem;
  left: auto;
  right: 0;
  margin: 0 auto;
  background: var(--white);
	box-shadow:5px 5px 10px var(--green-700);
}
.dropdown-menu li:nth-child(even) {
	background-color:#f5f5f5;
}
.dropdown-menu > li:first-child > a {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.dropdown-menu > li:last-child > a {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

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

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

.dropdown-item:hover {
  background-color: var(--green-700);
  color: var(--white);
/*   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;
  }
#menu-item-5666 .dropdown-menu {
left: 0;
	right: auto;
}
  .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.98px) {
  .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 Styles */

/*** Home Banner ***/
.home-banner {
    background-color: var(--body);
    padding: 1.25rem 0;
}

.home-banner .banner-content {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: var(--font-tagline);
    line-height: 1.2;
    color: var(--white);
}

.home-banner .banner-content .lt-green {
    color: var(--lt-green);
    font-weight: 700;
}

/*** Home Carousel ***/
.home-carousel {
    position: relative;
    background-color: var(--green-900);
}

.home-carousel .carousel-item .item-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: var(--home-carousel-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
}

.home-carousel-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.home-carousel-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

/* Keep the full truck visible on oversized screens and soften the side letterboxing. */
@media (min-width: 1800px) {
    .home-carousel .carousel-item .item-content {
        --home-carousel-height: clamp(460px, 31vw, 760px);
        --home-carousel-width: min(100%, calc(var(--home-carousel-height) * var(--home-carousel-ratio, 3)));
        --home-carousel-gutter: max(0px, calc((100% - var(--home-carousel-width)) / 2));
        --home-carousel-fade: clamp(90px, 8vw, 220px);
        height: var(--home-carousel-height);
        background-color: var(--black);
        background-image: none;
    }

    .home-carousel-image {
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .home-carousel .carousel-item .item-content::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .home-carousel .carousel-item .item-content::after {
        z-index: 3;
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 1) 0,
            rgba(0, 0, 0, 1) var(--home-carousel-gutter),
            rgba(0, 0, 0, 0) calc(var(--home-carousel-gutter) + var(--home-carousel-fade)),
            rgba(0, 0, 0, 0) calc(100% - var(--home-carousel-gutter) - var(--home-carousel-fade)),
            rgba(0, 0, 0, 1) calc(100% - var(--home-carousel-gutter)),
            rgba(0, 0, 0, 1) 100%
        );
    }
}

/* Text overlay */
.home-carousel .text-box {
    background-color: rgba(10, 52, 27, 0.85);
    color: var(--white);
    border-radius: 45px 45px 0 0;
    padding: 1rem 2rem;
    width: 100%;
    max-width: none;
    margin: 0 auto !important;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    text-align: center;
}

.home-carousel .text-box p:last-child {
    margin-bottom: 0;
}

.home-carousel .slide-headline {
    font-size: 1.8rem;
    color: var(--white);
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: var(--font-headline);
    line-height: 1.2;
    display: block;
    text-shadow: 0 3px 6px #000000BF;
}
.home-carousel a{
	color:var(--lt-green);
}
.home-carousel-over .slide-headline {
    margin-bottom: 0.35rem;
}

.home-carousel-over .slide-headline + * {
    margin-top: 0;
}

.home-carousel-over .text-box .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.home-carousel .text-box .btn.btn-primary {
    background-color: var(--white) !important;
    color: var(--body);
    box-shadow: 0 3px 6px #000000BF;
    border: none;
}
.home-carousel .text-box .btn.btn-primary:hover {
    background-color: var(--green-50) !important;
    box-shadow: 0 5px 10px #000000BF;
    transform: translateY(-2px);
}

.home-carousel-tabs {
    background-color: var(--green-900);
}

/* Indicators — Bootstrap overrides */
.home-carousel .carousel-indicators {
    position: relative;
    bottom: auto; left: auto; right: auto;
    margin: 0 auto; padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    z-index: 15;
    width: 100%;
}
.home-carousel .carousel-indicators li {
    flex: 1; margin: 0;
    padding: 1.25rem 1rem;
    background-color: var(--green-700) !important;
    color: var(--white) !important;
    text-align: center;
    cursor: pointer;
    border: solid var(--green-900); border-width: 0 2px;
    font-weight: 600; font-size: 1rem;
    transition: all 0.3s ease;
    display: flex; align-items: center; justify-content: center;
    opacity: 1 !important; text-indent: 0 !important;
    width: auto !important; height: auto !important;
	font-size:1.25rem;
}
.home-carousel .carousel-indicators li:first-child { border-left: none; }
.home-carousel .carousel-indicators li:last-child  { border-right: none; }
.home-carousel .carousel-indicators li.active      { background-color: var(--green-900) !important; }

/* Mobile carousel */
@media (max-width: 767.98px) {
    .home-carousel {
        overflow: hidden;
        width: 100vw;
        max-width: 100vw;
    }

    .home-carousel .carousel-item .item-content {
        min-height: clamp(420px, 108vw, 560px);
    }

    .home-carousel-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .home-carousel-over .home-carousel-overlay {
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.25rem 1rem;
        background-color: rgba(10, 52, 27, 0.72);
    }

    .home-carousel-over .home-carousel-overlay .container,
    .home-carousel-over .text-box {
        width: 100%;
        max-width: 100%;
    }

    .home-carousel-over .home-carousel-overlay .row {
        margin-left: 0;
        margin-right: 0;
    }

    .home-carousel-over .text-box {
        flex: 0 0 100%;
        background-color: transparent;
        border-radius: 0;
        padding: 1rem;
        text-align: center;
    }

    .home-carousel .slide-headline {
        font-size: clamp(1.45rem, 7vw, 2rem);
        margin-bottom: 0.5rem;
    }

    .home-carousel-over .text-box p {
        font-size: clamp(1rem, 4.5vw, 1.35rem);
        line-height: 1.35;
    }

    .home-carousel-over .text-box .btn {
        width: 100%;
        margin-right: 0 !important;
        padding: 0.75rem 1rem;
        font-size: clamp(0.9rem, 3.6vw, 1rem) !important;
        line-height: 1.2;
        white-space: normal;
    }

    .home-carousel-tabs .container,
    .home-carousel-tabs .carousel-indicators {
        width: 100%;
        max-width: 100%;
    }

    .home-carousel-tabs .container {
        padding-left: 0;
        padding-right: 0;
    }

    .home-carousel-tabs .row {
        margin-left: 0;
        margin-right: 0;
    }

    .home-carousel-tabs .carousel-indicators {
        flex: 0 0 100%;
    }

    .home-carousel .carousel-indicators { flex-direction: column; }
    .home-carousel .carousel-indicators li { font-size: clamp(1rem, 4vw, 1.1rem); padding: 1rem 1.25rem; border-width: 2px 0; }
    .home-carousel .carousel-indicators li:first-child { border-top: none; }
    .home-carousel .carousel-indicators li:last-child  { border-bottom: none; }
}


/*** Home Intro ***/
.home-intro {
    position: relative;
    padding: 5rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(236, 245, 239, 0.8); /* #ECF5EF at 0.8 opacity */
    z-index: 0;
}

.home-intro .intro-content {
    position: relative;
    z-index: 2;
    text-align: center;
	font-size:1.15rem;
}
.home-intro .quicklinks {
    text-align: center;
	margin-top:3rem;
}
.home-intro .quicklinks a.btn {
    border: 2px solid var(--green-900);
    padding: 2rem;
    border-radius: 1rem;
    text-transform: uppercase;
    background: white;
	min-width:80%;
	color: var(--green-900);
}
.home-intro .quicklinks a.btn:hover{
	background:var(--green-300);
}

/*** Home Services ***/
.home-services img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-services .service-content {
    display: flex;
    align-items: center;
    min-height: 420px;
}

.home-services .service-content .content-inner {
    padding: 4.5rem 3rem;
    width: 100%;
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
    .home-services .row:first-child .col-md-6:first-child {
        order: 1;
    }
    
    .home-services .row:first-child .col-md-6:last-child {
        order: 2;
    }
    
    .home-services .row:last-child .col-md-6:last-child {
        order: 3;
    }
    
    .home-services .row:last-child .col-md-6:first-child {
        order: 4;
    }
}

/*** Home Latest News ***/
.home-latest-news {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.home-latest-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 52, 27, 0.78); /* #0A341B at 0.78 opacity */
    z-index: 1;
}

.home-latest-news h2 {
    color: var(--white);
    background-color: rgba(10, 52, 27, 0.78); /* #0A341B at 0.78 opacity */
    text-align: center;
    padding: 1.875rem 2rem;
    margin-bottom: 0;
    font-size: 1.563rem;
    position: relative;
    z-index: 2;
}

.home-latest-news .container {
    position: relative;
    z-index: 2;
    padding-top: 2.375rem;
    padding-bottom: 5.625rem;
}
.news-item {
    padding: 1rem;
}
.h

.home-latest-news .news-item,
.home-latest-news .news-item h3,
.home-latest-news .news-item h3 a,
.home-latest-news .news-item p {
    color: var(--white) !important;
}

/* Make Bootstrap columns equal height */
.home-latest-news .row {
    display: flex;
    flex-wrap: wrap;
}

.home-latest-news .col-md-4 {
    display: flex;
}

.home-latest-news .news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.home-latest-news .news-item h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

.home-latest-news .news-item .post-date {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: var(--white) !important;
    flex-shrink: 0;
}

.home-latest-news .news-item p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-latest-news .news-item a {
    color: var(--white) !important;
    text-decoration: underline;
}
.home-latest-news .news-item a {
    color: var(--green-100) !important;
    text-decoration: underline;
}

/* Responsive Latest News */
@media (max-width: 767.98px) {
    .home-latest-news .news-item {
        border-bottom: 3px solid var(--white) !important;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
    }
    
    .home-latest-news .news-item:last-child {
        border-bottom: none !important;
        margin-bottom: 0;
    }
    
    .home-latest-news .news-item h3 {
        font-size: 1.875rem !important;
        min-height: auto;
        -webkit-line-clamp: none;
        line-clamp: none;
        display: block;
    }
    
    .home-latest-news .news-item .post-date,
    .home-latest-news .news-item p,
    .home-latest-news .news-item a {
        font-size: 1.5rem !important;
    }
    
    .home-latest-news .news-item p {
        height: auto;
        overflow: visible;
    }
}

/*** Home About ***/
   .home-about {
        padding-top: 3.75rem;
	   padding-bottom:3rem;
	   background: var(--green-50);
    }
.home-about .about-content h2 {
    color: var(--green-500);
    font-size: 1.25rem;
    text-align: center;
}
@media(max-width:768px){
	.home-about .about-content h2{
		font-size:2rem;
	}
}
.home-about .col-md-6.family-companies {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-families-companies-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}

.home-families-companies-wrapper .btn {
    display: block;
    margin: 1rem auto 0;
    width: fit-content;
}

.family-companies ul {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.family-companies img {
    max-width: 220px;
    margin: 0.9375rem 0;
}

.family-companies li {
    padding: 0 0.9375rem;
}

.family-companies li:nth-child(2) img,
.family-companies li:nth-child(4) img {
    max-width: 180px;
}

.family-companies li:nth-child(4) img {
    margin-top: 0.625rem;
}

.family-companies a::after {
    display: none !important;
}

@media (max-width: 992px) {
    .family-companies h2 {
        margin-top: 2rem;
    }
    
    .family-companies ul {
        list-style: none;
        margin: 0;
        padding: 0;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
		text-align:center;
    }
}

@media (max-width: 767.98px) {
    
    .family-companies {
        margin-top: 3rem;
        border-top: 2px solid #fff;
    }
    
    .home-families-companies-wrapper {
        text-align: center;
    }
    
    .family-companies ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .family-companies li {
        padding: 0;
        margin: 0.5rem 0;
    }
}

/* End Home Styles */

/*** Footer ***/
footer {
/*   margin-top: 1.75rem; */
  padding: 1.875rem 0;
  background: var(--green-900);
}
footer, footer a, footer h2, footer h3 {
    color: var(--white) !important;
}
footer .location-info h2 {
  font-size: 0.875rem;
}
footer address {
  font-size: 0.875rem;
}
footer small {
  font-size: 0.75rem;
  font-weight: bold;
}
footer .col-md-2 {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: .25rem;
}
footer .col-md-2 .location-icon, footer .col-md-2 .location-icon img {
  width: 12px !important;
  height: 16px !important;
  max-width: 12px !important;
  line-height: 1;
}
@media (min-width: 768px) {
  footer .footer-social, footer .col-md-4 {
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  footer .col-md-2 {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    width: 280px;
    text-align: left;
  }
  
  footer .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  
  footer .col-md-2:last-of-type {
    margin-bottom: 1.5rem;
  }
  
  footer .location-info h2,
  footer address,
  footer address a {
    font-size: 14px;
  }
  
  footer .col-md-4,
  footer .col-md-4 small,
  footer .col-md-4 a {
    font-size: 12px;
  }
  
  footer .footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
  
  footer small {
    text-align: center;
  }
}
/*** ACCORDIONS ***/
.accordion {
  margin: .5rem 0 3rem;
}

/* Accordion Group */
.accordion-group {
  margin-top: 1.875rem;
  overflow: hidden;
  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;
  border-bottom: 2px solid var(--green-100);
  font-weight: bold;
}

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

/* 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(--green-100);
  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 {
  padding: 2rem;
}

.blog-pagination ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.blog-pagination a,
.blog-pagination span {
  font-weight: 700;
  text-decoration: none;
}

.blog-pagination .current {
  font-weight: 700;
}
.post-content aside .btn-primary {
  display: block;
  margin-top: 2rem;
}


.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(--green-300);
  font-weight: 600;
  color: var(--white);
  text-align: center;
}

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

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

/*** 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(--green-100);
  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(--green-100);
  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;
}
ul.alt.twocol li {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
}

@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: 1.5;
  }
  .serviceArea {
    columns: 2;
    font-size: 1rem;
  }
  .serviceArea li {
    margin-bottom: 0.25rem;
  }
}

blockquote {
  background-color: var(--white);
  border-left: 10px solid var(--green-300);
  padding: 1.625rem 1.813rem 2.063rem 2.563rem;
  margin: 1rem auto 1rem;
  text-align: left;
  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; */
	}

}

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

.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.65rem;
  width: 100%;
  margin-bottom: 0;
  padding: 1.25rem 2rem 0.5rem;
}
.box-wrapper h3 {
	font-size: 1.55rem;
}

/* WELLS */

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

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

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


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

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

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

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

.well-alt a {
  color: var(--green-100);
}
.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: 4px dotted var(--green-300);
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 2rem;
}

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

/* CALLOUTS */

.callout {
  margin-bottom: 3rem;
}
.callout-right, .callout-left {
/*   color: var(--green-700); */
  background-color: var(--white);
}
.callout-right .col, .callout-left .col {
	display: flex;
	justify-content: center;
	align-items: center;
}
.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, .callout-full.img-visible h3  {
  color: var(--lt-green);
}
.callout-full.img-visible, .callout-full.img-visible {
  color: var(--white);
}
.callout-full.img-visible a  {
  color: var(--white);
}

.callout-image {
  max-width: 45%;
}

.callout-image-wrapper {
  max-width: 45%;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.callout-image-element {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 45px;
}

@media (max-width: 767.98px) {
  .callout-image {
    min-height: 150px;
    flex-basis: 100%;
    max-width: 100% !important;
    width: 100%;
  }
  
  .callout-image-wrapper {
    min-height: auto;
    flex-basis: 100%;
    max-width: 100% !important;
    width: 100%;
    padding: 1.5rem;
    justify-content: center;
  }
  
  .callout-image-element {
    max-width: 300px;
    border-radius: 25px;
  }
}
.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(--green-75); */
  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*/
img.icon{
	width:120px;
}

.social img {
    filter: invert(1);
    height: 55px;
	margin:0 .75rem;
}
.partners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partners a {
    display: inline-block;
}

.partners img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    margin: .75rem 2.5rem;
    transition: transform .2s ease, opacity .2s ease, filter .2s ease;
}

.partners a:hover img,
.partners a:focus img {
    transform: scale(1.04);
    opacity: .85;
    filter: brightness(1.05);
}

@media(max-width:768px){
    .partners {
        justify-content: space-around;
    }

    .partners img {
        max-width: 200px;
        max-height: 100px;
        width: auto;
        margin: .75rem 1rem;
    }
}

/* FORMS */
.gform_wrapper {
    background: var(--green-75);
    padding: 2rem;
    width: 800px;
    margin: auto;
    max-width: 100%;
}


