
.contact-us-landing-page {
    margin-bottom: 70px;
    text-align: left;
}

.contact-us-banner {
	background-image: url("../images/contactUs/banner_contact.jpg?$staticlink$");
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.form-group .contact-us-text {
    padding: 5px 0;
}

.form-group .contact-us-phone {
    color: #000000;
	font-size: 20px;
	font-family: "nunito-bold", sans-serif;
}

.form-group .contact-us-phone a {
    color: #000000;
    text-decoration: none;
}

.form-group .contact-us-phone a img {
    width: 20%;
}

.contact-us-signup-message {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
	top: 15%;
	left: 50%
}

.contact-us-signup-alert {
	-webkit-animation: fade 5s linear forwards;
	animation: fade 5s linear forwards;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey;
	padding: 1em
}

.contact-us-signup-alert.show {
	display: block;
}
