/************************************************
$ Contact-us-cta
************************************************/

.section-contact-us {
	padding-bottom: 0px;
	padding-top: 0px;	
}

.section-contact-us p {
	font-size: 24px;
	text-align: center;
	margin-bottom: 35px;	
}

.section-contact-us h2 {
	font-size: 72px;
	text-align: center;
	margin-bottom: 35px;	
}

.section-contact-us h2 a,
.section-contact-us h2 a:link,
.section-contact-us h2 a:visited,
.section-contact-us h2 a:active {
	color: #2980b9;
}

.section-contact-us a.button {
	margin: 0 auto;
	width: 184px;
		
}



/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    
}

/* Landscape phone to portrait tablet OR window is too tall for the hero content */
@media (max-width: 767px), (max-height: 699px) {

.section-contact-us h2 {
	font-size: 40px;  
}

.section-contact-us {
	padding-bottom: 55px;
	padding-top: 50px;	
}

}
@media (max-height: 699px) {
	

  
}

/* Landscape phones and down */
@media (max-width: 480px) {

}