/**
* Fuel Theme
* Version 6.4.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{
	background: rgba(32, 76, 110, .1);
}

.main-header .wp-block-post-date{
	color: var(--primary-color); 
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-wrapper {
	padding-top: 2rem;
	padding-bottom: clamp(2rem, 5vw, 4rem);
	gap: 2rem clamp(0.9rem, -4rem + 11.667vw, 3rem);
	margin: 0;
}

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

/* @see https://hover.fuel.team/ */
.entry-content :where(p, li):not([class]) a {
	text-decoration: underline; 
	text-decoration-color: var(--primary-color);
  	background: linear-gradient(0deg, var(--primary-color), var(--primary-color)) no-repeat right bottom 0.2em / 100% 0;
  	transition: background-size 350ms, color 350ms;
}

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

.entry-content ul {
  list-style: none;          
  padding-left: 1.5rem;     
}

.entry-content ul li:not(.map-nav-item) {
  position: relative;
  padding-left: 0.5rem;    
  color: var(--primary-color) !important ;
}

.entry-content ul li::before {
  content: "";
  position: absolute;
  left: -.75rem;            
  top: 0.75em;               
  width: 8px;
  height: 8px;
  background: var(--primary-color);  
  border-radius: 0;         
}

.entry-content .wp-block-fuel-interactive-map ul{
	padding-left: 0; 
}

.entry-content .wp-block-fuel-interactive-map ul li{
	padding-left: 0; 
}

.entry-content .wp-block-fuel-interactive-map ul li:before{
	display: none; 
}

body:is(.blog, .search-results, .category) .entry-content ul {
 
	padding-left: 0; 
}

body:is(.blog, .search-results, .category) .entry-content ul li{
	padding-left: 0; 
}

body:is(.blog, .search-results, .category) .entry-content ul li::before{
	display: none;
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1em !important ;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

h1.main-title{
	font-size: clamp(1.5rem, 4vw, 2.4rem); 
	z-index: 10;
    position: relative;
}

.main-header{
	font-size: initial !important ; 
	padding-top: 6rem !important ;
	padding-bottom: 6rem !important ; 
	overflow: hidden;
	position: relative; 
}

.main-header:after{
	content:''; 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 8.75rem; 
	height: 100%; 
	background: rgba(255, 255, 255, 0.5);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.main-header:before{
	content:''; 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 8.75rem; 
	height: 100%; 
	background: rgba(32, 76, 110, .1); 
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

#main > .wp-block-template-part{
	position: relative; 
	overflow: hidden; 
}

#main > .wp-block-template-part:before {
	content:''; 
	position: absolute; 
	top: 0; 
	right: -3rem; 
	width: 8.75rem; 
	height: 100%; 
	background: rgba(32, 76, 110, .1); 
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	z-index: 10; 
}

@keyframes homeHeader{
	to {
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.main-header:after{
		transform: translateX(8.75rem);
		animation: homeHeader .5s .5s ease forwards; 
	}
	.main-header:before{
		transform: translateX(8.75rem);
		animation: homeHeader .5s 1s ease forwards; 
	}
	#main > .wp-block-template-part:before{
		transform: translateX(8.75rem);
		animation: homeHeader .5s 1.5s ease forwards; 
	}
}


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

#sidebar ul {
	list-style: none;
}

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

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

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

.content-cta{
	position: relative;
	overflow: hidden; 
}

.content-cta:before{
	content:''; 
	position: absolute; 
	left: 0 ;
	top: 0 ; 
	width: 11rem;
	height: 17rem; 
	background: rgba(255, 255, 255, 0.05); 
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.content-cta:after{
	content:''; 
	position: absolute; 
	left: -3rem;
	top: 0; 
	width: 11rem;
	height: 17rem ; 
	background: rgba(255, 255, 255, 0.05); 
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.content-cta svg{
	width: clamp(1.5rem, 4vw, 2rem);
  	height: clamp(1.5rem, 4vw, 2rem);
  	margin-top: -.35rem;
}

.content-cta p{
	font-size: .9rem !important ; 
}

.content-cta a{
	font-size: 1.2rem !important ; 
}

.content-cta a:hover, 
.content-cta a:focus-visible{
	color: #fff;
	text-decoration: underline; 
}

.wp-block-post-title a{
	color: var(--primary-color);
}

.entry-content h2{
	color: var(--primary-color); 
	position: relative; 
}

.entry-content h2:after{
	content:''; 
	position: absolute; 
	left: 0; 
	bottom: -.5rem; 
	height: 1px; 
	width: 2rem; 
	background: var(--primary-color); 
}

.entry-content h3{
	font-size: clamp(1.2rem, 4vw, 1.5rem); 
}

.entry-content .content-cta a{
	color: #fff; 
}

@media (min-width: 68.5em) {
	.content-cta p{
		font-size: 1rem !important ; 
	}	
	.content-cta a{
		font-size: 1.5rem !important ; 
	}
}

#sidebar > .wp-block-group{
	background: rgba(32, 76, 110, .1);
	border: none !important;
/*     padding-bottom: .5rem; */
}

#sidebar .wp-block-group h2{
	font-size: clamp(1.2rem, 4vw, 1.5rem); 
}

#sidebar .wp-block-group a{
	color: var(--primary-color); 
}

#sidebar .wp-block-group p a{
	text-decoration: underline; 
}

#sidebar .wp-block-group a:hover, 
#sidebar .wp-block-group a:focus-visible {
	text-decoration: underline; 
}

.sidebar-contact p{
	padding-bottom: 2rem; 
	position: relative; 
	font-size: .9rem !important ; 
	line-height: 1.7 !important ; 
}

.sidebar-contact p:after{
	content:'';
	position: absolute; 
	left: 0; 
	bottom: .5rem; 
	width: 100%; 
	height: 1px ; 
	background: var(--primary-color); 
}

.full-width-gradient-group {
	background: linear-gradient(180deg, rgba(32, 76, 110, 0.1) 0%, rgba(32, 76, 110, 0) 100%);
	margin-top: 4rem; 
	padding-top: 5rem;
	padding-bottom: 5rem; 
}

.sidebar-contact{
	border: none !important;
	overflow: hidden; 
}

.sidebar-contact:before{
	content:''; 
	position: absolute; 
	right: -6rem ;
	bottom: 0 ; 
	width: 11rem;
	height: 17rem; 
	background: rgba(255, 255, 255, .5);
	clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
	z-index: -1; 
}

.sidebar-contact:after{
	content:''; 
	position: absolute; 
	right: -5.5rem;
	bottom: -1rem; 
	width: 11rem;
	height: 17rem ; 
	background: rgba(255, 255, 255, .5);
	clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
	z-index: -1; 
}

.widget{
	border: none !important;
	overflow: hidden; 
	padding-bottom: 1rem; 
	position: relative; 
	z-index: 10; 
}

.widget:before{
	content:''; 
	position: absolute; 
	right: -6rem ;
	bottom: 0 ; 
	width: 11rem;
	height: 17rem; 
	background: rgba(255, 255, 255, .5);
	clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
	z-index: -1; 
}

.widget:after{
	content:''; 
	position: absolute; 
	right: -5.5rem;
	bottom: -1rem; 
	width: 11rem;
	height: 17rem ; 
	background: rgba(255, 255, 255, .5);
	clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
	z-index: -1; 
}



/*--------------------------------------------------------------
## Fuel Toggle
--------------------------------------------------------------*/

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

.toggle summary{
	background: var(--wp--preset--color--light-grey); 
	color: var(--primary-color); 
	position: relative; 
}

.toggle summary:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background: rgba(32, 76, 110, .2);
	background-image: url('../images/bio-toggle-accent.svg') !important;
	background-repeat: no-repeat !important ;
	background-position: bottom !important ; 
	clip-path: none; 
	margin-top: 0;
	transition: none ;
}

.toggle summary:after{
	background: var(--primary-color); 
}

.toggle summary:hover:before,
.toggle summary:focus-visible:before,
.toggle[open] summary:before{
	background: var(--primary-color);
}

.toggle summary:hover:after,
.toggle summary:focus-visible:after,
.toggle[open] summary:after{
	background: #fff; 
}

.toggle summary:hover {
  background: var(--wp--preset--color--light-grey);
	color: var(--primary-color); 
}

.toggle-content{
	background: var(--wp--preset--color--light-grey);
}

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

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

.single-bio .entry-wrapper .wp-block-post-featured-image{
	max-width: 15rem !important ; 
}

.single-bio .bio-location-link{
	color: var(--primary-color); 
	background: rgba(32, 76, 110, .1);
	margin-bottom: 1rem !important ; 
	position: relative; 
	padding-left: 1rem !important; 
}

.single-bio .bio-location-link:after{
	content:'';
	position: absolute;
	right: 0; 
	top: 0; 
	height: 100%; 
	width: 1.1rem; 
	background: rgba(32, 76, 110, .2);
}

.single-bio .bio-location-link svg{
	margin-right: -.1rem ; 
	z-index: 10; 
}

.single-bio .bio-location-link:hover:after,
.single-bio .bio-location-link:focus-visible:after{
	background: var(--primary-color)
}

.single-bio .bio-location-link:hover svg,
.single-bio .bio-location-link:focus-visible svg {
	color: #fff; 
/* 	fill: #fff; 
	stroke: #fff;  */
	
}

.single-bio .loc-list-label{
	margin-bottom: 1rem !important; 
}

.single-bio .bio-location-link:is(:hover, :focus-visible) svg{
	animation: none; 
}


/*--------------------------------------------------------------
## overview pages
--------------------------------------------------------------*/

#main .wp-block-media-text__media{
	overflow: hidden; 
}

#main .has-media-on-the-right .wp-block-media-text__media:before{
	content: '';
  	position: absolute;
	left: initial;
  	top: 0;
  	right: 0;
  	width: 8.75rem;
  	height: 100%;
  	background: rgba(32, 76, 110, .2);
	clip-path: polygon(100% 0, 30% 100%, 100% 100%);
	z-index: 10; 
}

#main .has-media-on-the-right .wp-block-media-text__media:after{
	content: '';
  	position: absolute;
	left: initial;
  	top: 0;
  	right: 0;
  	width: 8.75rem;
  	height: 100%;
	background: rgba(32, 76, 110, .2);
	clip-path: polygon(30% 0, 100% 0, 100% 100%);
}

.custom-image-wrapper{
	position: relative; 
}

.has-media-on-the-right .custom-image-wrapper:before {
	content: '';
  	position: absolute;
	left: initial;
  	top: 0;
  	right: -2rem;
  	width: 8.75rem;
  	height: 100%;
  	background: rgba(32, 76, 110, .2);
	clip-path: polygon(100% 0, 30% 100%, 100% 100%);
}

/* left side overview page image accents */
#main .wp-block-media-text__media:before{
	content: '';
  	position: absolute;
	left: 0;
  	top: 0;
  	right: initial;
  	width: 8.75rem;
  	height: 100%;
  	background: rgba(32, 76, 110, .2);
/* 	clip-path: polygon(100% 0, 30% 100%, 100% 100%); */
	clip-path: polygon(0 0, 0% 100%, 70% 100%);
	z-index: 10; 
}

#main .wp-block-media-text__media:after{
	content: '';
  	position: absolute;
	left: 0 ;
  	top: 0;
  	right: initial;
  	width: 8.75rem;
  	height: 100%;
	background: rgba(32, 76, 110, .2);
	
	clip-path: polygon(0 0, 0% 100%, 70% 0);
}


.custom-image-wrapper:before {
	content: '';
  	position: absolute;
	left: -2rem;
  	top: 0;
  	right: initial ;
  	width: 8.75rem;
  	height: 100%;
  	background: rgba(32, 76, 110, .2);
	clip-path: polygon(0 0, 0% 100%, 70% 100%);
}

#main .manufacturer .has-media-on-the-right .wp-block-media-text__media:before,
#main .manufacturer .has-media-on-the-right .wp-block-media-text__media:after,
.manufacturer .has-media-on-the-right .custom-image-wrapper:before,
#main .manufacturer .wp-block-media-text__media:before,
#main .manufacturer .wp-block-media-text__media:after,
.manufacturer .custom-image-wrapper:before {
	display: none;
}


@keyframes overviewImage{
	to{
		transform: translateX(0);	
	}
}

@media (prefers-reduced-motion: no-preference) {
	#main .has-media-on-the-right .js-intersected.wp-block-media-text__media:before{
		transform: translateX(8.75rem);
		animation: overviewImage .5s .25s ease forwards; 
	}
	#main .has-media-on-the-right .js-intersected.wp-block-media-text__media:after{
		transform: translateX(8.75rem);
		animation: overviewImage .5s .5s ease forwards; 
	}
	.has-media-on-the-right .js-intersected.wp-block-media-text__media .custom-image-wrapper:before{
		transform: translateX(8.75rem);
		animation: overviewImage .5s .75s ease forwards;  
	}
	
	#main .js-intersected.wp-block-media-text__media:before{
		transform: translateX(-8.75rem);
		animation: overviewImage .5s .25s ease forwards; 
	}
	#main .js-intersected.wp-block-media-text__media:after{
		transform: translateX(-8.75rem);
		animation: overviewImage .5s .5s ease forwards; 
	}
	.js-intersected.wp-block-media-text__media .custom-image-wrapper:before{
		transform: translateX(-8.75rem);
		animation: overviewImage .5s .75s ease forwards;  
	}
}


/*--------------------------------------------------------------
## Single Location page
--------------------------------------------------------------*/

.single-location .entry-wrapper .wp-block-group.is-layout-flex {
	align-items: start ;
}

.single-location .entry-wrapper a{
	color: var(--primary-color); 
}

.single-location .entry-wrapper a:hover,
.single-location .entry-wrapper a:focus-visible{
	text-decoration: underline; 
}

.hours.icon-item svg{
	color: var(--primary-color); 
}

.hours.icon-item svg{
	color: var(--primary-color); 
}

.map-loc-info .hours.icon-item svg{
	color: var(--accent-color); 
}

/*--------------------------------------------------------------
## Single Career page
--------------------------------------------------------------*/
.job-details {
	width: 100%;
}

.job-details.zebra tr:nth-child(odd) th::before {
	background: var(--grey);
}

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

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

/* Hide old content CTA in manufacturer content since we are using content cta synced block pattern */
.manufacturer .use-content-cta-block {
	display: none;
}

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

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

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-heading{
	padding-bottom: 2rem; 
}

.entry-content h2.contact-heading:after {
	bottom: 1rem;
	right: 0;
	margin: auto;
}

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

.wp-block-post {
	container-type: inline-size;
	container-name: post;
}

/* @media (min-width: 40em) { */
@container post (min-width: 33rem) {
	.wp-block-query .wp-block-post-featured-image:where(.alignleft,.alignright) {
		max-width: 10rem;
	}
}

/* Pagination numbers */
.wp-block-query-pagination {
	margin-top: 2.5rem;
}

.wp-block-query-pagination-numbers {    
    display: flex;
    gap: clamp(0.5rem, 2vw, 1rem);
}

.page-numbers {
    text-align: center;
    border: 1px solid;
    border-radius: 3rem;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.2;
}

.page-numbers:is(:hover, .focus-visible),
.page-numbers.current {
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: #fff;
}

/* Pagination next/prev */
a[class^="wp-block-query-pagination-"] {
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
	width: 0.8em;
}

a[class^="wp-block-query-pagination-"]:hover {
	color: transparent;
}

a[class^="wp-block-query-pagination-"]::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
	margin: auto;
    background: var(--accent-color);
    clip-path: url(#menu_chevron);
    width: 0.8em;
    height: 0.5em;
    transition: background-color 0.3s;
}

.wp-block-query-pagination-next::before {
    transform: rotate(-90deg);
}

.wp-block-query-pagination-previous::before {
    transform: rotate(90deg);
}

a[class^="wp-block-query-pagination-"]:is(:hover, :focus-visible)::before {
	background: var(--primary-color);
}