/*************************************************************
Styles for Coach Glass Division Theme
**************************************************************/
/*Typography */
@import url("https://use.typekit.net/mls0qjo.css");

body {
	font-family: acumin-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wdth" 90, "wght" 400;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-family: acumin-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wdth" 80, "wght" 600;
}
header h2 {
	text-transform: uppercase;
	color: #199bb3;	
}
strong, b {
	color: inherit;
}
footer h2 {
	margin: 10px auto;
	line-height: 1.25;
	text-transform: capitalize;
}
footer h3 {
	text-transform: uppercase;
}

/* Branding */
.logo {
	background-image:url('../images/CG-logo.svg');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	height:140px;
	width:auto;
	text-indent:-999999px;
}
footer .logo {
	margin-bottom: 40px;
}
footer .contact-info {
	background-color: #026e81;
	color: #FFF;
	background-image: url('../images/footer-graphic.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 15px solid #033d47;
}
footer .contact-info h3 {
	color: #86dda3;	
}

/* Layout */
.notice {
	max-width: 36em;
	margin: .5em auto !important;
	float: none;
	text-indent: -.7em;
}
.notice.error {
	color: #820000;
}
.referral-source {
	display: flex;
	gap: 5px;
}

#referral_source_other {
	display: none;
}
