/**
* Fuel Theme
* Version 5.0.12
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# WordPress / Gutenberg
# Content Header
# Content
# Map
# Sidebar
# Secondary Pages
# Overview Pages
# Manufacturer Pages
--------------------------------------------------------------*/

:root {
	--block-spacing: 1.5em;
}
@media (min-width: 38.5em) {
	:root {
		--block-spacing: 2em;
	}
}

/*--------------------------------------------------------------
# WordPress / Gutenberg
--------------------------------------------------------------*/
.entry-meta, .entry-by {
	display: none;
}
.single-post .entry-meta {
	display: block;
	font-size: 0.9em;
}

.pagination {
	margin: 2em 0;
	text-align: center;
}
.page-numbers {
	display: inline-block;
	margin: 0.5em 0.2em;
	border-radius: 0.2em;
	width: 2em;
	overflow: hidden;
	line-height: 2;
	text-align: center;
	color: #fff;
	background: var(--accent-color);
}
.entry-content a.page-numbers {
	text-decoration: none;
}
.entry-content a.page-numbers:hover {
	color: #fff;
	text-decoration: none;
	background: var(--primary-color);
}
.page-numbers.current {
	background: #999;
}
.page-numbers svg {
	vertical-align: top;
	margin-top: 0.5em;
	width: 1em;
	height: 1em;
}
@media (min-width: 68.5em) {
	.pagination {
		text-align: left;
	}
}

@media (min-width: 38.5em) {
	.list-col-2 {
		column-count: 2;
		column-gap: 2em;
		margin-left: 1rem;
		color: #000;
	}
}

.wp-block-file {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: var(--block-spacing) auto;
	border-bottom: 1px solid var(--accent-color);
	padding: 0.5em 0;
	font-size: 0.9em;
}
.wp-block-file + .wp-block-file {
	margin: calc(0em - var(--block-spacing)) auto var(--block-spacing);
}
.wp-block-file a {
	padding: 0.5em;
	text-align: center;
}
.wp-block-file .wp-block-file__button {
	border: 1px solid transparent;
	border-radius: 0.25em;
	line-height: normal;
	text-decoration: none;
	color: #fff;
	background: var(--primary-color);
}
.wp-block-file .wp-block-file__button:hover {
	text-decoration: none;
	color: #fff;
	background: var(--accent-color);
}

/*--------------------------------------------------------------
# Content Header
--------------------------------------------------------------*/
.main-header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2rem;
	color: #fff;
	background: url("../images/secondary-hero.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 12.5rem;
}
.main-header::after {
	content: "";
	width: 100%;
	height: 100%;
	max-width: 13.5rem;
	max-height: 13.5rem;
	background: url("../images/hams-icon-large.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0.1;
	top: 5.5rem;
	right: calc(50% - 7rem);
}
.main-title {
	color: var(--site-white);
	position: relative;
}
.sec-header {
	display: none;
}
@media only screen and (min-width: 41.25em) {
	.main-header {
		justify-content: left;
	}
	.main-header::after {
		max-width: 13rem;
		max-height: 15.3rem;
		right: clamp(2em, 22em, calc(50% - 48em));
		top: 0rem;
	}
	.sec-header {
		display: block;
		position: relative;
		top: -0.5rem;
		left: -1rem;
		width: clamp(1rem, 3vw, 1.4rem);
	}
}
@media only screen and (min-width: 68.5em) {
	.main-header {
		height: 17rem;
	}
	.main-header::after {
		width: 25rem;
		height: 25rem;
		max-width: 30rem;
		max-height: 30rem;
		right: clamp(5em, 22em, calc(50% - 48em));
		top: -4rem;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-content {
	font-size: 0.9em;
	font-size: clamp(0.9em, 0.5em + 1.5vw, 1em);
	line-height: 1.6rem;
}
@media only screen and (min-width: 37.56em) {
	.wp-block-media-text__media.js-intersect.js-intersected {
		position: sticky;
		top: 5rem;
		margin: 0;
	}
}

@media (min-width: 68.5em) {
	.entry-content {
		font-size: 1.1em;
		font-size: clamp(0.9em, 0.4em + 1vw, 1em);
	}
}

.entry-sidebar .entry-content,
.entry-no-sidebar .entry-content {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.entry-sidebar .entry-content {
	margin: 0 auto;
	max-width: 42rem;
}

.entry-content > :first-child, .entry-content > script:first-child + * {
	margin-top: 0;
}

.entry-content > :last-child {
	margin-bottom: 0;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 1.2em 0 0.5em 0;
}

.entry-content a {
	text-decoration: underline;
	word-break: break-word;
	transition: background-color 350ms, color 350ms;
	padding: 0 0.2em;
}
.entry-content a:hover {
	background-color: var(--accent-color);
	color: var(--site-white);
	text-decoration: none;
}
.entry-content .button, .entry-content .wp-block-button__link,
.entry-content .button:hover, .entry-content .wp-block-button__link:hover {
	text-decoration: none;
}

.entry-content ul, .entry-content ol {
	margin-bottom: 1.6em;
	padding-left: 2.4em;
	list-style: initial;
	line-height: 2rem;
}
.entry-content li>ul, .entry-content li>ol {
	margin: 0 0 0 1.2em;
}
.entry-content li {
	margin: 0 0 0.4em;
}
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map-wrapper .map-sidebar.map-list {
	padding-left: 0;
	margin-bottom: 0;
}
.map-list-item {
	border-bottom: 0;
}
.map-loc-title a, .map-quick-links a {
	text-decoration: none;
}
.map-loc-title a:hover , .map-quick-links a:hover {
	background-color: transparent;
}
.map-loc-address.map-loc-icon .info-box-link2, .map-loc-phone.map-loc-phone-1.map-loc-icon a {
	background-color: transparent;
	text-decoration: none;
}
.map-loc-title a:hover, .map-loc-address.map-loc-icon .info-box-link2:hover , .map-loc-phone.map-loc-phone-1.map-loc-icon a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.entry-sidebar .widget-area {
	margin: 0 auto;
	padding-bottom: 3rem;
	max-width: 20rem;
}
.widget {
	display: block;
	margin: 0 0 2em 0;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	margin: 0 0 0.7rem 0;
}
.widget ul {
	margin-left: 2em;
	list-style: initial;
}
.widget li {
	margin-bottom: 0.4em;
}

@media (min-width:68.5em) {
	.entry-sidebar {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.entry-sidebar .entry-content {
		flex: 1 1 auto;
	}
	.entry-sidebar .widget-area {
		flex: 0 0 auto;
		margin-left: 4%;
		padding-top: 3rem;
		width: 16rem;
	}
}

@media (min-width: 68.5em) and (min-height: 38.5em) {
	.sidebar .widget:last-child {
		position: -webkit-sticky;
		position: sticky;
		top: 4.5rem;
	}
}

/*--------------------------------------------------------------
# Secondary Pages
--------------------------------------------------------------*/
/* Patient Forms */
@media only screen and (max-width: 30em) {
    .wp-block-file {
        justify-content: center;
        align-items: center;
    }
    .wp-block-file a:first-of-type {
        width: 100%;
    }
}

/* Claim Reimbursement Form */
.claim-form-intro {
	max-width: 37rem;
	margin: 0 auto;
	padding-bottom: 2rem;
}
#gform_wrapper_3 {
	padding: 1.5rem 1rem 2rem 1rem;
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.19);
    border-radius: 6px;
	position: relative;
	max-width: 40rem;
	margin: 0 auto;
}
#gform_wrapper_3::before {
	content: "";
    background: var(--primary-color);
    position: absolute;
    top: 0;
    height: 0.5rem;
    width: 100%;
    left: 0;
    border-radius: 6px 6px 0 0;
}
#gform_wrapper_3 .gform_title {
	text-align: center;
	margin-top: 0.5rem;
}
#gform_wrapper_3 .gform_description {
	display: block;
    max-width: 120%;
	font-size: clamp(0.9rem, 3vw, 1.1rem);
    font-family: var(--title-font);
	background: #ECECF6;
	position: relative;
	padding: 0.1rem 0.7rem;
	color: var(--site-dark-blue);
	right: -1rem;
    margin: 1rem 0 0.5rem -1.6rem;
}
#gform_wrapper_3 .gform_description::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	background: #CFCFE7;
	left: -0.4rem;
	top: 0;
}
#field_3_11 textarea {
	width: 100%;
	border-color: var(--site-white);
}
#page-2089 + .contact-section {
	display: none;
}
/* Blogs */
.entry-content.entry-blog .listing-title.entry-title a {
	text-decoration: none;
}
.excerpt-read-more a {
	padding: 0.5rem 1rem;
}
/* Single Location page */
.single-location .single-loc-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.single-loc-details .icon-item svg {
	left: -1.2rem;
}
/* Search Page */
.entry-search .no-results {
	margin: 2rem 0;
	text-align: center;
	color: #cc2d3f;
}
/* 404 Page */
.entry-404 .search-form {
	margin: 2rem 0 0;
}

/* Site Map */
.post-36 .wrap-html-sitemap .sp-wrap-cpt:nth-of-type(3) {
	display: none;
}

@media only screen and (min-width: 41.25em) {
	.entry-content.entry-blog .entry-summary.clear img {
		float: inline-start;
		padding-right: 1rem;
	}
}
/*--------------------------------------------------------------
# Overview Pages
--------------------------------------------------------------*/
/* Benefits */
.benefits-overview-1,
.benefits-overview-2,
.hearing-overview-1,
.about-section-1,
.hearing-aid-section-1,
.consider-hearing-aids-1,
.hearing-loss-1 {
	padding-right: var(--contain-padding);
	padding-left: var(--contain-padding);
}

.benefits-overview-1 > figure,
.benefits-overview-2 > figure,
.hearing-overview-1 > figure {
	position: relative;
	padding: 0 0 1rem 0;
}
.benefits-overview-1 > figure::before,
.benefits-overview-2 > figure::before,
.hearing-overview-1 > figure::before {
	content: "";
    position: absolute;
	background: var(--accent-color);
    width: 100%;
    height: 0.7rem;
    z-index: 1;
    opacity: 0.8;
}
.benefits-overview-1,
.hearing-overview-1,
.about-section-1,
.consider-hearing-aids-1 {
	padding-top: 3rem;
}
.benefits-overview-2 {
	padding-top: 2rem;
}
.provider-overview-1 {
	max-width: 45rem;
	margin: auto;
	padding: 2rem var(--contain-padding);
}
.about-section-1 .thirty-five-years {
	margin-top: 0;
}
.about-section-1 .wp-block-media-text__media {
	padding-bottom: 2rem;
}
.hearing-loss-1 {
	padding-bottom: 5rem;
}
@media (prefers-reduced-motion:no-preference) {
	.benefits-overview-1 > figure.js-intersected::before,
	.benefits-overview-2 > figure.js-intersected::before,
	.hearing-overview-1 > figure.js-intersected::before {
		animation: expand-bar 1s ease-in-out forwards;
	}
}
@media only screen and (min-width: 68.5em) {
	.provider-overview-1 {
		padding: 2rem 0 2rem 0;
	}
}
/*--------------------------------------------------------------
# Manufacturer Pages
--------------------------------------------------------------*/
.manufacturer .wp-block-media-text figure img {
	margin-bottom: auto;
}
.manufacturer .wp-block-media-text:not(.manu-logo) figure img {
	aspect-ratio: 1/1;
	/*border-radius: 50%;*/
	max-width: 20rem;
	object-fit: contain;
	background: #fff;
}
.manufacturer .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	text-align: right;
}

@media (min-width: 48.5em) {
	.manufacturer .manu-logo .wp-block-media-text__media {
		padding-right: var(--contain-padding);
	}
	.manufacturer .wp-block-media-text .wp-block-embed {
		margin-left: 0;
		margin-right: 0;
	} 
}

