/*
Theme Name: PGANE Outreach
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 */
  /* Base Colors */
  --white: #fff;
  --black: #000;
  --body: #1E1F23;

  /* Grays */
  --gray: #efefef;
  --light-gray: #F5F5F5;
  --slate-gray: #38484E;

  /* Blues */
  --dk-blue: #0A3646;
  --blue: #1E6EAE;
  --pale-blue: #E1EAED;

  /* Greens */
  --green: #2C8814;
  --dk-green: #194E0B;


  /* Semantic colors */
  --body-text-color: var(--body);
  --headline: var(--slate-gray);
  --link: var(--blue);
  --link-hover: var(--dk-blue);

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

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

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

  /* image overlays */
  --image-overlay: rgba(1, 80, 1, 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(--slate-gray);
  line-height: 1.2;
}

h1 {
  font-size: 2.9rem;
}

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

h3 {
  font-size: 1.875rem;
  font-weight: normal;
}

h4 {
  font-size: 1.375rem;
  font-weight: normal;
}

p {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.callout .btn,
.well .btn{
  margin-right: 1rem;
}

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

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

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

/*** HEADER ***/
header {
  padding: 2rem 0;
}
img.logo{
	width:550px;
	max-width:100%;
}
@media(max-width:992px){
	header {
  text-align:center;
	}
}
/*** NAV MENU ***/

/*** NAV BAR ***/

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

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

nav .navbar-brand, #masthead nav .navbar-brand .campaign-name {
  font-size: 2.813rem !important;
  color: var(--green);
  font-weight: bold;
  white-space: wrap;
  line-height: normal;
}
.navbar-brand{
	margin-right:0;
}
.nav-fill {
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .navbar .container {
    justify-content: center;
  }

  #menu-item-1394 {
    display: none;
  }

  #menu-primary-menu {
    display: flex;
    justify-content: center;
  }

  #menu-primary-menu > li {
    flex: 0 0 auto;
    width: auto;
  }

}
@media(max-width: 767.98px) {
	.navbar-brand{
	margin-bottom:1.5rem;
}
	.nav-link {
		justify-content: center;
	}
}
@media(max-width:1200px) and (min-width:992px){
	.nav-fill {
	  gap: .25rem;
	}
}
.nav-fill .nav-item {
  flex: 0 1 auto;
}
#menu-primary-menu {
  justify-content: end;
}
@media(max-width:991px){
	#menu-primary-menu{
		justify-content:center;
	}
}
@media (max-width: 767px) {
  .main-menu .nav-link {
	  font-size: 1.25rem;
  }
	#menu-menu {
		margin-top: 1.5rem;
	}
}

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

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

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



.submenu-two {
  width: 100%;
}

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

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

.nav-link img {
  margin-right: 0.25rem;
}
@media (max-width: 790px) {
  .nav-link img {
    width: 20px;
  }
}
nav.navbar.main-menu .container {
	max-width: 95vw;
}
/* @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: 0;
  border-radius: 0;
  left: auto;
  right: 0;
  margin: 0 auto;
  background: var();
}

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

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

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

.navbar-toggler {

}

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

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

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

.second-level {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-toggle:after {
    margin-left: auto;
    margin-right: 1.5rem;
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
  }
}
/*** Home Intro Section ***/
.home-intro-wrapper {
  background-image: url('../../uploads/2026/02/dotted-background-scaled.webp');
  color: var(--white);
  padding: 4.188rem 0;
}
.home-intro-wrapper h1 {
  font-size:2.5rem;
  color: var(--white);
}
.home-intro-wrapper h2 {
    font-size: 1.3rem;
    color: #89c447;
    text-transform: uppercase;
    font-weight: normal;
}
.home-intro-wrapper .col-md-4 {
  display: flex;
  justify-content: center;
  flex-flow: column;

}
@media(min-width:1220px){
	.home-intro-wrapper .col-md-4 {
		margin:0 3rem;
	}
}
@media(max-width:767px){
	.home-intro-wrapper h1{
		font-size: 4.5rem;
		text-align: center;
		margin-bottom: 1rem;
	}
}


.home-intro-wrapper .responsive-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}

.home-intro-wrapper iframe.responsive-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.home-intro-wrapper video.responsive-media {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-intro-wrapper .row {
  justify-content: center;
}

/* Why it matters */
.home-matters-wrapper {
  padding: 2.5rem 0 3.875rem;
  background: linear-gradient(180deg, #0F4301 0%, #185D04 100%);
  box-shadow: 0px 10px 10px #0000004D;
  color: var(--white);
  text-align: center;
}

.home-matters-wrapper h2 {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 3.625rem;
  letter-spacing: normal;
}
.home-matters-wrapper .row {
  justify-content: center;
}

/* Services Section */
.home-services-wrapper {
  padding: 4.063rem 0 3.875rem;
}
.home-services-wrapper .row {
  justify-content: space-evenly;
}
.home-services-wrapper .col-md-4 {
  text-align: center;
}

.home-services-wrapper h3 {
  margin-top: 1rem;
  margin-bottom: 0.688rem;
  text-align: center;
  font-weight: bold;
  color: var(--green);
}
.home-services-wrapper .service-box {
font-size: 1.125rem;;
}
.home-services-wrapper .learn-more {
  font-weight: bold;
  color: var(--blue);
  text-decoration: underline;
  font-size: 1.125rem;
}
.home-services-wrapper .learn-more:hover {
color: var(--dk-blue);
}

@media (max-width: 767px) {
  .home-services-wrapper .col-md-4 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--pale-blue);
  }
  
  .home-services-wrapper .col-md-4:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
	.home-services-wrapper .learn-more{
		font-size:1.55rem;
	}
}

/* Contact Section */
.home-contact-wrapper {
  padding: 3.875rem 0 4.063rem;
  background-image: url('../../uploads/2026/02/teal-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}
.home-contact-wrapper h2 {
  color: var(--white);
  text-align: center;
}
.home-contact-wrapper p {
    text-align: center;
}
.home-contact-wrapper .row {
  justify-content: center;
}
@media(max-width:767px){
	input#gform_submit_button_1 {
    width: 100%;
}
}
/*** Footer ***/
.top {
	text-align: center;
	padding: 3.875rem 0;
	background: var(--pale-blue);
}

.top .logos {
	row-gap: 2rem;
}

.top .logo-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .logo-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 1rem;
	border-radius: 0.5rem;
	transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.top .logo-item a:hover,
.top .logo-item a:focus-visible {
	opacity: 0.85;
	transform: scale(1.04);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.top .logo-item a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.top .logo-item img {
	max-width: 200px;
	max-height: 70px;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.bottom {
	text-align: center;
	padding: 3.875rem 0;
	background: var(--slate-gray);
	color: var(--white);
}

.footer-logo {
	max-width: 450px;
	width: 100%;
	display: block;
	margin: auto;
}

footer .bottom .container .row a {
	color: var(--white);
}

footer .bottom .row {
	justify-content: center;
}

footer .bottom .footer-logo-row {
	margin-bottom: 2.5rem;
}
/*** ACCORDIONS ***/
.accordion {
  margin: 2.75rem 0;
}

/* 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: 1px solid var(--pale-blue);
}

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

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

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

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

/*** BLOG - SIDEBAR ***/

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** BLOG - POSTS ***/

.post-image {
  height: 250px;
}

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

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

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

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

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

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

article h2 {
  font-size: 1.875rem;
}

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

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

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

aside {
  background: var(--);
}

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

li.categories {
  list-style: none;
}

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

aside .well {
  margin-bottom: 0;
}

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

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

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

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

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

/**** TABLES ****/

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

th {
  font-size: 1.125rem;
  background: var(--slate-gray);
  font-weight: 600;
  color: var(--white);
  text-align: center;
}

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

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

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

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

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

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

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

blockquote p {
  margin: 0;
}

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

/*** TOP LEVEL BOXES ***/

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

.box-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 3rem;
  overflow: hidden;
  background-color: var(--pale-blue);
}

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

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

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

/* WELLS */

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

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

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

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

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

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

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

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

.well-alt a.container:not(.btn):hover {
  color: var(--white);
  text-decoration: underline;
}
.well-alt a.container:not(.btn):hover {
  text-decoration: none;
}
.well.well-alt img{
	max-width: 150px;
	margin: 5px auto;
}
.well .social img {
    width: 30px;
}

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


/* CALLOUTS */

.callout {
  margin-bottom: 3rem;
}

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

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

.callout-image {
  max-width: 45%;
}
@media (max-width: 767px) {
  .callout-image {
    min-height: 150px;
    flex-basis: 100%;
    max-width: 100% !important;
    width: 100%;
  }
}
.callout-full.img-visible:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--image-overlay);
}
.full-callout-blue.callout-full.img-visible:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--image-overlay-blue);
}

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

.callout:not(.callout-full.img-visible, .callout-full.img-none)
  .callout-content {
  background: var(--light-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: 2.625rem 0;
  margin-bottom: 2rem;
}
.page-title .intro-text {
	color: #fff;
}
.page-title h1 {
  line-height: normal;
  margin: 0;
  color: var(--white);
}

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

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

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

/*** EXTERNAL LINKS ***/

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

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

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

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

