/* -------------------
BEGIN NRG Welcome Page CSS B20
Sitecore Resource: 8fcb2dd6-e1fb-45ff-b0d9-25e5dfcedb5b
-------------------*/
/* 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/BCDC6C32FEFE4BFB96C463ABE74F7681.ashx') 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: 13rem;
}

@media only screen and (max-width: 40em) {
	.herotext {
		padding: 8rem 2rem 0 3rem;
	}
}

.herotitle h3 {
	color: black;
	font-size: 50px;
	padding-bottom: 1rem;
	line-height: 1.2;
	font-family: ProximaNova-Bold;
}

.herotitle h3 span {
	font-family: ProximaNova-SemiBold;
}
.herotitle h4 {
	color: black;
}

@media only screen and (max-width: 40em) {
	.herotitle h3 {
		font-size: 2rem;
	}

	.herotitle h3 span {
		font-size: 1.5rem;
	}
}

/* Bottom  */

.secondary-outer-ctr {
	background: white;
}

@media (min-width: 64em) {
	.secondary-outer-ctr {
		padding: 0;
		margin: 0;
	}
}
.callout-ctr {
	display: flex;
	justify-content: space-evenly;
	padding: 2.25rem;
}

@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: 250px;
	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);
	border-top: 5px solid #50237f;
}

.callout > .flex-parent {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.footertext {
	margin-top: 10px;
}

@media (min-width: 48em) {
	.callout {
		min-height: 180px;
	}
	.callout > .flex-child,
	.callout > .flex-parent > .flex-child-2 {
		flex: 1 0 auto;
	}
}

@media (max-width: 40em) {
	.callout-ctr .callout {
		margin-bottom: 1.5rem;
	}
}
.callout h5 {
	color: #000;
	margin-bottom: 1rem;
}

.callout input {
	height: 50px;
	width: 100px;
	cursor: pointer;
	position: relative;
	background: #00a8b0;
	/*	border-radius: calc(var(--primary-border-radius) * 2); */
	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;
}

.callout-ctr .callout {
	border-top: 5px solid #ee1587;
}

.callout input {
	background: #18aafd;
}

