/**
* Fuel Theme
* Version 6.3.0
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Content Header
# Content
# Sidebar
# Secondary Pages
## Meet Our Team page
## Single Bio Pages
## Single Career page
## Manufacturer Pages
## Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content Header
--------------------------------------------------------------*/
body:not(.post-template-default.single-post) header.main-header .wp-block-post-date {
	display: none;
}

.author-block {
	padding-left: var(--contain-padding);
	padding-right: var(--contain-padding);
	margin: 0;
}

.author-type {
	color: var(--content-color);
}

.main-header h1{
	text-align: center; 
}

.trade-mark{
	font-size: 1.5rem;
  	top: -1rem;
  	position: relative;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#main h1{
	font-size: clamp(1.5rem, 4vw, 2.4rem) !important; 
}

.entry-content h2{
	color: var(--primary-color); 
	position: relative; 
	padding-bottom: .5rem;
	font-size: clamp(1.3rem, 4vw, 2rem) !important; 
}

.entry-content h2:after{
	content:'';
	position: absolute; 
	bottom: 0;
	left: 0; 
	width: 100%; 
	height: .25rem; 
	border-bottom: 1px solid var(--primary-color); 
	z-index: -1; 
}

.entry-content h3{
	font-size: clamp(1.1rem, 4vw, 1.5rem) !important; 
	color: var(--wp--preset--color--dark-grey);
}

.entry-content p {
	line-height: 1.8;
}

@media (min-width: 68.5em) {
	.entry-content p {
		line-height: 1.9;
	}	
}

.wp-block-template-part {
	margin: 0;
}

.entry-wrapper {
	padding-top: 2rem;
	padding-bottom: clamp(2rem, 5vw, 4rem);
	gap: 2rem 3rem;
	margin: 0;
}

.page-id-163 .entry-wrapper{
	padding-bottom: 0; 
}

.entry-content li::marker {
	color: var(--accent-color);
}

/* @see https://hover.fuel.team/ */
.entry-content p:not([class]) a,
.entry-content li:not([class]) a {
    text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1rem;
	padding: 0 0.2em;
  	text-decoration-color: var(--primary-color);
  	background: transparent;
 	transition: background-color 350ms, color 350ms;
}

.entry-content p:not([class]) a:is(:hover, :focus-visible),
.entry-content li:not([class]) a:is(:hover, :focus-visible) {
	color: #fff;
  	background: var(--primary-color);
}

.entry-wrapper .wp-block-image img{
	border-radius: 10px; 
}

.entry-wrapper .wp-block-list {
	padding-left: 1rem; 
}

.wp-block-query-pagination-previous, .wp-block-query-pagination-next {
  padding: .5rem;
  background: var(--primary-color);
  color: #fff;
	border: 1px solid var(--primary-color);
}

.wp-block-query-pagination-numbers a {
  border: 1px solid var(--primary-color);
}

.page-numbers {
  padding: .5rem;
  background: var(--primary-color);
  color: #fff;
}

.page-numbers.current{
	background: var(--accent-color);
  	color: #fff;
}

.wp-block-query-pagination a:hover,
.wp-block-query-pagination a:focus-visible {
	color: var(--accent-color);
}

.ha-two .wp-block-media-text__media::before{
	display: none; 
}

.wp-block-file .wp-element-button {
	background-color: var(--primary-color) !important ; 
}

.page-id-22 .entry-content .phone-cta svg{
	width: 2rem;
  	height: 2rem;
}

.wp-block-file__button.wp-element-button:hover,
.wp-block-file__button.wp-element-button:focus-visible{
	background: var(--wp--preset--color--light-green) !important ;
	color: var(--primary-color) !important ;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.wp-block-template-part:has(#sidebar),
#sidebar {
	height: 100%;
}

#sidebar ul {
	list-style: none;
}

/*--------------------------------------------------------------
# Secondary Pages
--------------------------------------------------------------*/

/* content cta */
.content-cta{
	border-radius: 8px; 
	background: url('../images/content-cta-bg.svg') no-repeat; 
	background-position: center right; 
	background-size: cover; 
}

.content-cta .dialog-trigger{
	display: block; 
	width: fit-content;
    background: linear-gradient(0deg, var(--primary-color), var(--primary-color)) no-repeat 0 bottom / 0 2px;
	background-size: 0% 2px; 
	transition: background-size 350ms;
}

.content-cta .dialog-trigger:hover,
.content-cta .dialog-trigger:focus-visible{
	background-size: 100% 2px; 
}

/* siedebar form */

#sidebar .wp-block-group{
	background: var(--primary-color);
	border-radius: 8px; 
}

#sidebar .wp-block-group h2{
	font-weight: 900;
 	text-transform: uppercase;
  	letter-spacing: .3rem;
	padding-bottom: 0 !important; 
	font-size: clamp(1.2rem, 4vw, 1.4rem); 
}

#sidebar .wp-block-group h2.has-primary-background-color{
	background-color: transparent !important; 
}

#sidebar .wp-block-group p{
	color: #fff;
	font-weight: 400 !important; 
}

#sidebar .wp-block-group .button{
	background: #fff; 
	border-color: #fff;
	color: var(--primary-color); 
}

/* Remvoe these two rules if you are displaying the teams as a bio grid */
.bio .wp-block-column:has(.wp-block-post-featured-image)  {
    order: -1; /* Move bio image to top on mobile */
}

.postid-4514 .entry-wrapper .bio-list{
	display: block; 
}

.post-single-bio {
	display: flex;
	flex-flow: column;
	justify-content: center; 
	text-align: center; 
}

.post-single-bio:hover .bio-name{
	text-decoration: underline; 
}

.post-single-bio:focus-visible .bio-name{
	text-decoration: underline; 
}

.post-single-bio span{
	display: block; 
}

.post-single-bio .bio-image img{
	border-radius: 50%;
	width: 100%;
    height: 10rem;
	max-width: 10rem; 
	
}

.post-single-bio  .bio-cred{
	font-size: 1rem; 
	color: var(--wp--preset--color--content);
	margin-top: 0; 
}

.post-single-bio .bio-image{
	position: relative; 
}

.post-single-bio .bio-image:after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 9.75rem;
    height: 9.75rem;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: scale(.9);
    transition: border .5s ease;
}

.post-single-bio .bio-cred{
	position: relative; 
}

.post-single-bio .bio-cred:after{
	content: '';
        position: absolute;
        bottom: -.75rem;
        left: 0;
        right: 0;
        margin: auto;
        width: .5rem;
        height: .5rem;
        background: var(--accent-color);
        border-radius: 50%;
}

@media (max-width: 48.8125em) {
	.bio .wp-block-post-title,
	.bio .wp-block-post-title + p {
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Meet Our Team page
--------------------------------------------------------------*/

.page-id-14 .entry-content .wp-block-group {
	margin-bottom: 3rem; 
}

/*--------------------------------------------------------------
## Single Bio pages
--------------------------------------------------------------*/
.single-bio .entry-wrapper {
	gap: 2rem clamp(0rem, 1.2vw, 1rem);
	justify-content: center; 
}

.single-bio .bio-details img{
	display: block;
    width: 100%;
    height: auto;
   	border-bottom: none;
    margin-bottom: 0.8rem;
	border-radius: 50%; 
}

.single-bio .wp-block-post-featured-image{
	position: relative; 
}

.single-bio .wp-block-post-featured-image:before {
	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: 100%;
  	height: 100%;
  	border: 1px solid #fff;
  	border-radius: 50%;
  	transform: scale(.9);
}

.single-bio .bio-details{
	max-width: 20rem; 
}

.toggle{
	border-radius: 8px; 
}

.toggle summary{
	background: var(--primary-color); 
	border-radius: 8px; 
	font-weight: 700; 
}

.toggle summary:after{
	background: var(--wp--preset--color--light-green);
}

.single-bio .toggle{
	outline-color: var(--primary-color); 
}

.single-bio .toggle summary:hover, 
.single-bio .toggle summary:focus-visible{
	background: var(--wp--preset--color--light-green);
	color: var(--primary-color); 
}

.single-bio  details.toggle[open=""] summary {
	background: var(--wp--preset--color--light-green);
	color: var(--primary-color); 
}

.toggle summary:hover:after,
.toggle summary:focus-visible:after {
	background: var(--primary-color) !important;
} 

.single-bio  details.toggle[open=""] summary:after{
	background: var(--primary-color) !important;
}

/* single location page */
.single-location .entry-wrapper .icon-item svg{
	color: var(--primary-color); 
	width: 1rem;
	height: 1rem; 
	margin-top: .15rem; 
}

/* bha page */
.bha-primary {
	background: var(--primary-color); 
	clip-path: ellipse(196% 60% at 50% 60%);
}

.bha-primary p, 
.bha-primary a,
.bha-primary h2{
	color: #fff; 
}

.bha-primary p{
	margin-block-start: 0; 
	margin-top: .5rem; 
}

.bha-primary h2{
	text-transform: uppercase; 
	font-size: 1.2rem !important ; 
	font-weight: 700; 
}

.bha-primary .content-cta{
	background: #fff; 
}

.entry-content h2.bha-top-heading:after{
	width: 80%;
	right: 0;
  	margin: auto;
}

.bha-primary .wp-block-column h2{
	position: relative; 
	display: inline-block; 
}

.bha-primary .wp-block-column svg {
	display: block; 
}

.bha-primary .wp-block-column h2:after {
	content: '';
  	position: absolute;
  	left: 100%;
  	top: 25%;
	width: 100%;
  	height: .25rem;
  	border-bottom: 1px solid #fff;
}

.bha-primary .wp-block-column{
	overflow: hidden; 
}

.bha-primary .content-cta a{
	color: var(--primary-color);
}

.bha-primary .content-cta {
	background-image: url('../images/bha-content-cta-bg.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bha-primary h2.line-white:after {
	border-bottom: 1px solid #fff;
	z-index: 1; 
}

.entry-content .three-part-hear-well-program-item .wp-block-list li{
	margin: 1em 0 0 .75em;
}
 

/* bha icon animation */

@keyframes dash {
  to {
    stroke-dashoffset: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
	.bha-one svg{
/* 		position: absolute;
		left: -2rem ;
		top: -2rem ;  */
		stroke-dasharray: 151;
		stroke-dashoffset: 200;
	}

	.bha-one.js-intersected svg {
		animation: dash 3s .5s ease forwards;  
	}

	.bha-two svg{
/* 		position: absolute;
		left: -4rem ;
		top: -2rem ;  */
		stroke-dasharray: 157;
		stroke-dashoffset: 200;
	}

	.bha-two.js-intersected svg {
		animation: dash 3s .5s ease forwards;  
	}

	.bha-three svg{
/* 		position: absolute;
		left: -4rem ;
		top: -2rem ;  */
		stroke-dasharray: 157;
		stroke-dashoffset: 200;
	}

	.bha-three.js-intersected svg {
		animation: dash 3s .5s ease forwards;  
	}
	
	.bha-four svg{
/* 		position: absolute;
		left: -4rem ;
		top: -2rem ;  */
		stroke-dasharray: 157;
		stroke-dashoffset: 200;
	}

	.bha-four.js-intersected svg {
		animation: dash 3s .5s ease forwards;  
	}

}
	
/* hearwell page */
.page-id-3907 .entry-wrapper{
	padding-bottom: 0; 
}

.hearwell-bottom-content{
	position: relative; 
}

.hearwell-bottom-content:after{
	content: '';
	position: absolute; 
	left: 0;
	top: 0; 
	height: 100%; 
	width: 50%;
	background: url('../images/cta-bg-pattern.svg') no-repeat; 
	background-position: left bottom;
	background-size: 100%; 
}

.hearwell-bottom-content .wp-element-button{
	background: var(--primary-color) !important;
	color: #fff !important; 
}

@media (min-width: 68.5em) {
	.bha-primary {
		clip-path: ellipse(150% 56% at 50% 57%);
		background-image: url('../images/cta-bg-pattern.svg');
  		background-repeat: no-repeat;
  		background-position: bottom left;
		background-size: 50%;
	}
	
	.bha-columns{
		gap: 5rem; 
	}
}

/*--------------------------------------------------------------
## Careers page
--------------------------------------------------------------*/

.career > .wp-block-group{
	background: var(--primary-color);
	border: ;
	border-radius: 20px;
	overflow: hidden;
}

.career-box-header {
	border-bottom: 1px solid #fff; 
}

.career-box-header .wp-block-post-date{
	text-align: left; 
}

.career-box-content .wp-block-group{
	margin-top: 0 ; 
}

.career-box-header h3{
	font-size: 1.5rem; 
}

.career-box-header time{
	font-size: .8rem; 
}

.career-box-header a{
	color: #fff; 
}

.career-box-content .button{
	background: #fff;
	color: var(--primary-color);
}

.career-box-content .button:hover,
.career-box-content .button:focus-visible{
	background: var(--primary-color);
	color: #fff; 
}

.career-box-salary p{
	margin-left: .5rem ; 
}


.about-gallery{
	border-radius: 8px; 
	position: relative; 
	z-index: 10; 
	overflow: hidden; 
}

.about-gallery:after {
	content: '';
  	position: absolute;
  	top: 0;
	right: -7%;
    width: 50%;
	height: 100%; 
	background: url('../images/secondary-header-pattern-desktop-two.svg') no-repeat;
 	background-size: cover;
	z-index: -1; 
}

.core-values svg{
	display: block;
 	margin: auto;
  	width: 1rem;
	position: relative; 
}

.core-values p{
	margin-top: 1rem !important ; 
}

.numbers {
	width: 2rem;
  	height: 2rem;
	margin-top: 1rem !important; 
  	margin-left: auto;
  	margin-right: auto;
	position: relative; 
}

.numbers:before{
	content:'';
	position: absolute;
	top: -.5rem;
	left: 0; 
	width: 2rem;
	height: 2rem; 
	background: var(--accent-color) ; 
	border-radius: 50%; 
}

/*--------------------------------------------------------------
## Contact page
--------------------------------------------------------------*/

.page-id-28 .entry-wrapper{
	padding-bottom: 0; 
}

@media (min-width: 68.5em) {
	.page-id-28 .entry-wrapper{
		padding-top: 5rem;
	}
}

/*--------------------------------------------------------------
## hearwell page
--------------------------------------------------------------*/

.hearwell-list-number-heading-one,
.hearwell-list-number-heading-two,
.hearwell-list-number-heading-three {
	position: relative; 
	padding-left: 2.5rem; 
}

.hearwell-list-number-heading-one:before,
.hearwell-list-number-heading-two:before,
.hearwell-list-number-heading-three:before{
	content:'';
	position: absolute; 
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto; 
	width: 2rem;
	height: 2rem;
	background: url('../images/number-1.svg') no-repeat;
	background-size: 100%;
	background-position: center; 
}

.hearwell-list-number-heading-two:before{
	background: url('../images/number-2.svg') no-repeat;
	background-size: 100%;
	background-position: center; 
}
.hearwell-list-number-heading-three:before{
	background: url('../images/number-3.svg') no-repeat;
	background-size: 100%;
	background-position: center; 
}

@media (min-width: 68.5em) {
	.three-part-hear-well-program-item{
		margin-top: 4rem !important ;
		margin-bottom: 4rem !important ; 
		transform: translateX(-10%);
	}	
	.three-part-hear-well-program-item:nth-child(2){
		padding-left: 30%	
	}
}

	



/*--------------------------------------------------------------
## ata page
--------------------------------------------------------------*/

.entry-content h2.ata-page-top-heading:after{
	width: 213px; 
	right: 0;
	margin: auto; 
}

.ata-logo{
	max-width: 312px; 
}

.ata-mission{
	max-width: 45rem !important ; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem; 
	padding-left: 5% !important ;
	padding-right: 5% !important ;
	clip-path: ellipse(100% 56% at 50% 57%);
	padding-top: 4rem !important; 
	font-style: italic; 
}


.entry-wrapper .ata-leader .wp-block-image img {
	border-radius: 50%; 
}

.entry-wrapper .ata-leader .wp-block-image {
	position: relative; 
}

.entry-wrapper .ata-leader .wp-block-image:before {
	content:'';
	position: absolute; 
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 90%;
	height: 90%;
	margin: auto;
	border: 1px solid #fff; 
	border-radius: 50%; 
	z-index: 0; 
}

.ata-leader .wp-element-button{
	background: var(--primary-color) !important;
	color: #fff !important; 
}

.ata-leader .wp-element-button:hover,
.ata-leader .wp-element-button:focus-visible {
	background: #fff !important;
	color: var(--primary-color) !important;
}

.ata-credentials{
	margin-top: 0; 
	position: relative; 
	font-size: 1rem; 
}

.ata-name {
	font-size: 1.2rem; 
}

.ata-credentials:after{
	content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: .5rem;
    height: .5rem;
    background: var(--accent-color);
    border-radius: 50%;
}

/*--------------------------------------------------------------
## Single Career page
--------------------------------------------------------------*/
.job-details {
	width: 100%;
	color: var(--primary-color); 
}

.job-details svg{
	color: var(--accent-color); 
}

.job-details.zebra tr:nth-child(odd) th::before {
	background: rgba(3, 109, 145, .1);
}

.job-details th {
	width: 2rem;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.page-id-28 .entry-content .wp-block-fuel-interactive-map details:not(.wp-block-fuel-fuel-toggle-block) summary{
	background: var(--primary-color); 	
	padding: .5rem 1.5rem;
	border-bottom: 1px solid var(--wp--preset--color--light-green);
}

.page-id-28 .entry-content .wp-block-fuel-interactive-map details:not(.wp-block-fuel-fuel-toggle-block) summary:is(:hover, :focus-visible){
	color: var(--wp--preset--color--light-green); 
}

.page-id-28 .entry-content .map-filter-panel summary::after{
	background: #fff; 
}	

.page-id-28 .entry-content .wp-block-fuel-interactive-map details:not(.wp-block-fuel-fuel-toggle-block) summary:is(:hover, :focus-visible)::after{
	background: #fff; 
}

.page-id-28 .entry-content .map-sidebar summary{
		color: #fff; 
		font-weight: 700; 
}

@media (min-width: 68.5em) {
	.page-id-28 .map-sidebar[hidden] .map-nav-item-btn:before{
		display: none;
	}

	.page-id-28 .map-nav-item-btn:after{
		content:''; 
		position: absolute; 
		right: 1rem;
		top: 0; 
		bottom: 0; 
		margin: auto; 
		width: .5rem;
    	height: 1rem;
		background: url('../images/map-arrow.svg') no-repeat;
		transition: transform .25s ease; 
	}

	.page-id-28 .map-nav-item-btn:hover:after,
	.page-id-28 .map-nav-item-btn:focus-visible:after{
		transform: translateX(.5rem); 
	}
	
	.sub-menu .map-nav-item-btn:after{
		content:''; 
		position: absolute; 
		right: 1rem;
		top: 0; 
		bottom: 0; 
		margin: auto; 
		width: .5rem;
    	height: 1rem;
		transition: transform .25s ease; 
		background: url('../images/map-arrow-28.svg') no-repeat;
	}
	
	.sub-menu .map-nav-item-btn:hover:after,
	.sub-menu .map-nav-item-btn:focus-visible:after{
		transform: translateX(.5rem); 
	}

	.page-id-28 .entry-content .wp-block-fuel-interactive-map{
		border-radius: 8px ; 
	}

	.page-id-28 .entry-content .wp-block-fuel-interactive-map details {
		border-radius: 8px 0 0 0 ; 
	}

	.page-id-28 .entry-content .map-nav-panel{
		border-radius: 0 0 0 8px; 
		display: flex;
		flex-flow: column;
		justify-content: space-around; 
	}

	.page-id-28 .entry-content .map-nav-item{
		flex-basis: 100%; 
	}

	.page-id-28 .entry-content .map-nav-item-btn {
		height: 100%; 
	}

	.page-id-28 .entry-content .google-map-container{
		border-radius: 0 8px 8px 0 ; 
	}

	.page-id-28 li.map-nav-item:last-child button{
		border-bottom: none; 
	}

	.page-id-28 .entry-content .wp-block-fuel-interactive-map {
		background: none;
	}

	.page-id-28 .entry-content .map-nav-panel{
		background: rgba(255, 255, 255, .85) ;
	}

	.page-id-28 .entry-content .map-loc-info summary{
		background: rgba(0, 0, 0, .3)!important; 
		color: #fff; 
	}
	.page-id-28 .map-nav-panel.map-sidebar{
		overflow-y: initial;
	}
	
	.page-id-28 .map-nav-panel.map-sidebar{
		overflow-y: initial;
	}
	
	.page-id-28 .map-info-panel.map-sidebar{
		overflow-y: auto; 
	}
	
	.page-id-28 .map-nav-item-btn{
		position: relative; 
	}
	.page-id-28 .map-nav-item-btn:before {
		content:''; 
		position: absolute; 
		left: -.35rem; 
		top: 0;
		bottom: 0; 
		margin: auto; 
		width: .7rem; 
		height: .7rem; 
		border-radius: 50%; 
		background: var(--accent-color); 
	}
	
	.page-id-28 .sub-menu .map-nav-item-btn:before{
		display: none; 
	}
	
	.page-id-28 .map-nav-item-btn:hover:before,
	.page-id-28 .map-nav-item-btn:focus-visible:before{
		background: var(--primary-color); 
	}
	
	
	
	.page-id-28 .map-nav-item-btn:is(:hover, :focus, .map-active) {
  		background: #fff ;
  		color: var(--primary-color);
	}
	
	.page-id-28 .sub-menu .map-nav-item-btn:is(:hover, :focus, .map-active) {
  		background: var(--primary-color); 
		color: var(--wp--preset--color--light-green);
	}
	.page-id-28 .entry-content .map-filter-panel[open]{
		height: 11rem;
	} 
}



/*--------------------------------------------------------------
## Manufacturer Pages
--------------------------------------------------------------*/
.manufacturer .wp-block-media-text {
	grid-template-columns: 32% 1fr;
}

.manufacturer .wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 32%;
}

.manufacturer .wp-block-media-text__media::after {
	display: none;
}

.manufacturer .manu-logo figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.manufacturer .wp-block-media-text__media img{
	border-radius: 0; 
}

.manufacturer .wp-block-media-text__media::before{
	display: none; 
}

@media (max-width: 37.5em) {
	.manufacturer .manu-logo figure {
		text-align: center;
	}

	#main .wp-block-media-text__content {
		padding: 0;
	}
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.wp-block-query li:first-of-type .wp-block-post-title {
	margin-top: 0;
}