@charset "utf-8";

/*----------------------------------------*----------------------------------------
contact
----------------------------------------*----------------------------------------*/


#contact p{
	text-align:center;
}
#contact .row{
	text-align:center;
}
#contact .card{
	border:#0077c5 3px solid;
}
#contact .card_header{
	background:#0077c5;
}
#contact .card_header h2{
	color:#FFF;
	padding:0;
	margin:0;
	text-align:center;
}
#contact .card p{
	font-size:1.5rem;
	line-height:2.4rem;
}
#contact .btn{
	padding:10px 55px 10px 30px !important;
}
#contact .btn:before {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -.5em;
	margin-right:10px;
	color:#FFF;
	font-family: "FontAwesome";
	content: "\f0e0";
	line-height: 1;
}

@media screen and (max-width: 767px) {
#contact p{
	font-size:1.5rem;
	line-height:2.6rem;
}
#contact .row{
	margin-top:40px;
}
#contact .card_header{
	padding:10px 0;
}
#contact .card_header h2{
	font-size:1.6rem;
	font-weight:bold;
}
#contact .card p{
	margin-bottom:15px !important;
}
#contact .card p img{
	width:100%;
}
#contact .btn--round{
	border-radius:5px;
}
}

@media print, screen and (min-width: 768px) {
	#contact p{
	font-size:1.6rem;
	line-height:3.0rem;
}
#contact .row{
	margin-top:60px;
}
	#contact .card_header{
	background:#0077c5;
	padding:10px 0 15px 0;
}
#contact .card_header{
	padding:10px 0 15px 0;
}

}


