/**
* Fuel Theme
* Version 6.4.4
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Content Header
# Content
# Sidebar
# Secondary Pages
## Meet Our Team page
## Single Bio Pages
## Culture & Careers page
## 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-type {
	color: var(--content-color);
}

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

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

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

.page-id-28 .entry-wrapper{
	padding-bottom: 0 !important ;
	margin-top: -1.2rem !important ;
}

.contact-page-cover{
	padding-top: 3rem;
	padding-bottom: 3rem; 
	color: #fff;
}

.contact-page-cover .location-cta{
	position: relative;
	z-index: 5; 
}

.contact-page-cover a{
	color: #fff; 
}

.contact-page-cover svg{
	color: var(--accent-color); 
}

.contact-page-cover h2{
 	font-size: 1.6rem !important ; 	
	position: relative; 
	max-width: 1190px;
	margin: 0 auto; 
}

.contact-page-cover h2:after{
	content: '';
  	position: absolute;
	border: 2px solid var(--wp--preset--color--blue); 
	width: 4.55rem;
	height: .5rem;
	border-bottom: none;
	border-left: none;
	border-radius: 0 20px 0 0;
	bottom: -1rem;
	left: -2rem;
}

.contact-page-cover .location-cta{
	margin-top: 0; 
}

.page-id-28 .entry-content .location-card h3{
	display: none; 
}

.location-card .phone{
	margin-left: .4rem !important ;
}



@media (min-width: 68.5em) {
	.contact-page-cover{
		padding-top: 8rem;
		padding-bottom: 7rem; 
		position: relative; 
		overflow: hidden; 
		z-index: 10; 
	}
}

.group-svg-contact-loc svg {
	position: absolute; 
	display: block;
    right: .5rem;
	top: 2rem; 
	width: 1904px;
    max-width: none;
	z-index: 1;
   
}

@keyframes contactLines{
	to{
		stroke-dashoffset: 0;
		
	}
}

@media (prefers-reduced-motion: no-preference) {
	.contact-lines svg path{
		stroke-dasharray: 3000;
		stroke-dashoffset: 3000;
		animation: contactLines 4s 1s ease forwards ; 
	}
}

.contact-page-cover{
	overflow: hidden; 
}

/* .contact-page-cover a{
	color: #fff !important ; 
} */

.contact-left a{
	color: #fff !important ; 
}

.contact-page-cover h2{
	color: #fff !important ; 
}

.contact-page-cover .wp-block-cover__inner-container{
	position: initial !important ; 
}
.contact-page-cover .contact-lines{
	position: initial !important ; 
}

/* new home loc lines */
.contact-lines svg {
  position: absolute;
  display: block;
  right: -8.5rem;
  top: -.5rem;
  width: 1904px;
  max-width: none;
  z-index: 1;
}

@media (min-width: 68.5em) {
	.contact-lines svg {
		right: .5rem;
  		top: 1.5rem;
	}
}

@media (min-width: 120.5em) {
	.contact-lines svg {
/* 		width: 100%;
  		height: 75vh; */
		width: 100vw;
		margin-left: calc(50% - 32vw) !important;
	}
}



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

#sidebar a{
	color: var(--primary-color);
}

#sidebar h2.wp-block-heading{
	font-size: 1.2rem  ; 
}

@media (min-width: 68.5em) {
	#sidebar h2.wp-block-heading{
		font-size: 1.5rem  ; 
	}
}

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

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

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

.content-cta p{
	padding-top: 1rem; 
	font-size: 1rem !important ; 
	line-height: 1.8;
}

.content-cta .wp-block-group{
	margin-top: 0 !important ; 
}

.content-cta:before{
	content:''; 
	position: absolute;
/* 	left: 0; */
	bottom: 0; 
	top: .5rem;
	right: .5rem; 
	width: 120%;
	left: -21%;
	height: auto;
/* 	height: 100%;  */
	background: url('../images/cta-bottom-lines-500.svg') no-repeat;
	background-size: 100%;
	z-index: -1; 
	
}

.main-header:before{
	content:'';
	position: absolute; 
	left: 0;
	bottom: 0; 
	width: 8rem;
	height: 8rem; 
	background: url('../images/header-accent.svg') no-repeat;
	background-size: 100%;
	background-position: bottom left; 
}

@media (min-width: 68.5em) {
	.main-header:before{
		width: 13rem;
		height: 13rem
	}
/* 	.content-cta:before{
 		width: 100%;
	} */
}

.main-header{
	overflow: visible; 
	padding-top: 2.1em !important ;
  	padding-bottom: 2rem !important ;
}

.main-header h1{
	position: relative; 
	font-size: clamp(1.5rem, 4vw, 2rem) !important ;
}

.main-header:after {
	content: '';
    position: absolute;
	left: 0;
	bottom: 0; 
	width: 100%;
	height: 20px;
	background: #fff; 
	z-index: 0;
}

.main-header .wp-block-cover__inner-container{
	display: inline-flex;
  	flex-direction: column;
}

.main-header .wp-block-cover__inner-container svg{
	margin-top: .5rem; 
	z-index: 10; 
}

.page-id-28 .main-header .wp-block-cover__inner-container svg{
	z-index: 100; 
}

.single-post .main-header time{
	color: var(--primary-color);
}

.single-post .main-header h1:before{
	top: 140%; 
}

.single-post .main-header h1:after{
	bottom: -8.5rem; 
}

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

.entry-content p,
.entry-content ol,
.entry-content ul{
	font-size: .9rem !important ; 
	line-height: 1.9; 
}

@media (min-width: 68.5em) {
	.entry-content p,
	.entry-content ol,
	.entry-content ul{
		font-size: 1rem !important ; 
		line-height: 1.9; 
	}
	
	.main-header{
		padding-bottom: 0 !important ;
	}
}

.entry-content h2{
	font-size: clamp(1.4rem, 4vw, 1.6rem);
	color: var(--primary-color);
	position: relative; 
	padding-bottom: 1rem; 
}

.entry-content h3{
	color: var(--wp--preset--color--dark-grey);
}

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

.entry-content h2:after {
	content: '';
  	position: absolute;
/*   	border: 2px solid var(--wp--preset--color--blue);
  	width: 4.25rem;
  	height: .5rem; */
  
  	border-radius: 0 20px 0 0;
  	bottom: 0;
/*   	left: -2rem; */
	border: 2px solid var(--wp--preset--color--blue);
	border-bottom: none;
  	border-left: none;
	width: 4rem;
	height: .4rem;
	left: -2.5rem;
}

@media (min-width: 68.5em) {
	.entry-content h3{
		font-size: 1.2rem; 
	}
	.entry-content h4{
		font-size: 1.2rem; 
	}
}

@keyframes headerCircle{
	to{
		transform: scale(1);
	}
}

@keyframes headerPathClip{
	to{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.main-header .wp-block-cover__inner-container svg path{
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		animation:  headerPathClip .5s 1s ease-in forwards;
	}
	.main-header .wp-block-cover__inner-container svg circle{
		transform: scale(0);
		transform-box: fill-box;
		transform-origin: center;  
		animation:  headerCircle .25s 1.4s ease-in forwards;
	}
}

.single-location #main .location-info a {
	color: #000; 
}

.single-location #main .location-info svg{
	color: var(--accent-color);
}

/*--------------------------------------------------------------
## About page
--------------------------------------------------------------*/

.about-collage img{
/* 	outline: 1px solid var(--wp--preset--color--blue);
  	outline-offset: 5px; */
	border: 1px solid var(--wp--preset--color--blue); 
	border-radius: 10px; 
}

.page-id-12 .home-hero-lines{
	position: absolute;
	right: 45%; 
	top: 1.75rem; 
	
}

@media (min-width: 68.5em) {
	.page-id-12 .home-hero-lines{
		bottom: 7.8rem;
/* 		left: 0 ;  */
	}
	.about-collage{
		max-width: 46rem !important ;
	}
}

@media (min-width: 87.5em) {
	.page-id-12  .home-hero-lines{
		right: initial; 
		left: 0;
/* 		left: calc(50vw - 50%);  */
   		width: 52%;
    	max-width: 52%;
    	height: auto;
		top: 2.75rem; 
	}
}

/* .page-id-12 .home-hero-lines{
	position: absolute;
	right: 45%; 
	bottom: 17.8rem;
}

@media (min-width: 68.5em) {
	.page-id-12 .home-hero-lines{
		bottom: 7.8rem;
	}
} */

@media (min-width: 112.5em) {
	.page-id-12 .home-hero-lines{
		right: initial; 
		left: 0;
   		width: 52%;
    	max-width: 52%;
    	height: auto;
	}
}

@media (min-width: 106.5em) {
	.page-id-12  .home-hero-lines{
		top: 1.6rem;
	}
}

@keyframes aboutLines{
	to{
		stroke-dashoffset: 0; 
	}
}

@media (prefers-reduced-motion: no-preference) {
	.about-middle-group svg path{
		stroke-dasharray: 1900;
		stroke-dashoffset: 1900; 
	}
	.about-middle-group.js-intersected svg path{
		animation: aboutLines 4s ease-out forwards
	}
}


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

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

.page-id-14 .single-bio-position{
	font-size: 1.2rem !important ; 
	color: var(--wp--preset--color--dark-grey);
}

/*--------------------------------------------------------------
## Single Location pages
--------------------------------------------------------------*/
.single-location .location-info a::after {
	content: "";
	display: block;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s;
}

.single-location .location-info a:is(:hover, :focus-visible)::after {
	transform: scaleX(1);
}

/* Styling for bios list on location page */
.single-location .entry-wrapper .provider-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	container-type: inline-size;
	container-name: provider;
}

.single-location .entry-wrapper .provider-list a {
	flex: 1 1 50%;
	min-width: 10rem;
	padding: 0.25rem 0 0.25rem 0.25rem;
}

.single-location .entry-wrapper .provider-list a {
	@container provider (min-width: 400px) {
		&:is(:nth-child(4n+1), :nth-child(4n+2)) {
			background-color: var(--wp--preset--color--grey);
		}
	}

	@container provider (max-width: 399px) {
		&:nth-child(odd) {
			background-color: var(--wp--preset--color--grey);
			
		}
	}
}

.single-location .entry-wrapper .provider-list a:is(:hover, :focus-visible) {
	background: var(--accent-color);
	color: var(--white);
}

/*--------------------------------------------------------------
## Culture & Careers page
--------------------------------------------------------------*/
.career-meta:has(p:empty) {
	display: none;
}

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

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
main .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-numbers {
	display: flex;
	gap: clamp(0.5rem, 0.143rem + 1.429vw, 1rem);
}

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

.page-numbers:is(:hover, .focus-visible),
.page-numbers.current {
	background: var(--primary-color);
	border: 1px solid var(--primary-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(--primary-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(--wp--preset--color--primary);
}