/* -------------------
BEGIN Welcome Page CSS B20
Sitecore Resource: 45f4a357-190e-4780-833f-2aa4b2a2fe6c
-------------------*/
/* UNIVERSAL  */
body {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-weight: 400;
	color: #404040;
	font-size: 100%;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ProximaNova-Semibold', sans-serif;
}
/* 
#authlogin a,
#authlogin a:hover {
	color: black;
} */

/* TOP  */

.hero {
	background: #d8d8d8 url('-/media/D676A8B1618E4011933F380C5DB12626.ashx?v1') no-repeat scroll 0 0;
	height: 500px;
	background-size: cover;
}

@media only screen and (max-width: 40em) {
	.hero {
		height: 340px;
	}
}
.herotext {
	padding-left: 4rem;
	padding-top: 12rem;
}

@media only screen and (max-width: 40em) {
	.herotext {
		padding: 8rem 2rem 0 3rem;
	}
}

.herotitle h3 {
	color: #ffffff;
	font-size: 50px;
	padding-bottom: 1rem;
	line-height: 1;
	font-family: ProximaNova-Bold;
}

.herotitle h3 span {
		font-family: ProximaNova-Bold;

display:block;

}
.herotitle h4 {
	color: black;
		font-family: ProximaNova-Bold;

}

@media only screen and (max-width: 40em) {
	.herotitle h3 {
		font-size: 2rem;
	}

}

/* Bottom  */

.secondary-outer-ctr {
	background: #3c889e;

}

@media (min-width: 64em) {
	.secondary-outer-ctr {
		padding: 0;
		margin: 0;
	}
}
.callout-ctr {
	display: flex;
	justify-content: center;
	padding: 2.25rem;
	gap:1.5rem;
}

/* @supports (-ms-ime-align: auto) {
	.callout-ctr {
		justify-content: space-around;
	}
} */

.callout-ctr .callout {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex-basis: 350px;
	padding: 1.25rem;
	background-color: var(--color-1);
	margin: 0;
		border-radius: var(--primary-border-radius);
	border: 1px solid rgba(10, 10, 10, 0.25);
}

.callout > .flex-parent {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.footertext {
	margin-top: 10px;
}

@media (min-width: 48em) {
	.callout {
		min-height: 180px;
	}

}

.callout h5 {
	color: #2b2b2b;
	margin-bottom: 2rem;
}

.callout input {
	height: 50px;
	width: 200px;
	cursor: pointer;
	position: relative;
	background: #f2a900;
		border-radius: calc(var(--primary-border-radius) * 1);
	color: #2b2b2b;
	font-family: 'ProximaNova-Semibold', sans-serif;
	border: none;
}

@media only screen and (max-width: 40em) {
	.callout {
		width: 100%;
	}
}

h4 {
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-size: 24px;
}




