/* STS global child-theme polish. */
#masthead .custom-logo-link img,
#masthead img.custom-logo {
	width: auto;
	max-width: min(260px, 34vw);
	max-height: 91px;
	object-fit: contain;
}

#masthead .site-branding,
#masthead .ast-site-identity {
	display: flex;
	align-items: center;
}

#masthead .ast-site-identity {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 921px) {
	#masthead .custom-logo-link img,
	#masthead img.custom-logo {
		max-width: min(190px, 48vw);
		max-height: 58px;
	}
}

@media (max-width: 544px) {
	#masthead .custom-logo-link img,
	#masthead img.custom-logo {
		max-width: min(150px, 42vw);
		max-height: 44px;
	}
}




#masthead {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #FFFFFF;
}

body.admin-bar #masthead {
	top: 32px;
}

@media (max-width: 921px) {
	body.admin-bar #masthead {
		top: 46px;
	}
}
