/* -------------------
BEGIN Welcome Page CSS B20
Sitecore Resource: 2e7163a7-e27e-49f5-8835-8069b88d9b6a
-------------------*/
/* 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/5671D151D37444A988E04B8AE63A1F3D.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: 19rem;
}

@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: #9933EB;

}

@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: #000;
	margin-bottom: 1rem;
}

.callout input {
	height: 50px;
	width: 200px;
	cursor: pointer;
	position: relative;
	background: #001166;
		border-radius: calc(var(--primary-border-radius) * 1);
	color: white;
	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;
}




