.email-signup {
	background-color: var(--color-white);
}


.email-signup h3 {
	text-align: left;
}

.page-node-type-home-page .card .email-signup p:first-of-type { padding-top: 0 !important; }

@media only screen and (max-width: 955px) {
.herotext h1 {
font-size: 2rem;
margin: 2rem auto 16px auto;
}
}

@media only screen and (max-width: 670px) {
.herotext h1 {
font-size: 1.75rem;
}
}

@media only screen and (max-width: 480px) {
	.jumbotron {
		height: auto;
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.herotext h1 {
		font-size: 1.375rem;
		margin: 0 auto 0 auto;
	}
	.herotext {
		position: relative;
		display:block;
		bottom: unset;
}
}