/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.logo-header{
		width:100%;
	}
.contactHeader{
	float:left;
	margin-top:10px;
	width:100%;
}
.headerTel{
	text-align:center;
	color:	#003470;
	font-size:18px;
	font-family: 'Slabo 27px', serif;	
}
.headerEmail{
	display:none;
}
.socialIcons{
	display:none;
}
#reviewFormWrapper h1{
	display: block;
}
.yellVerified{
	float: none;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}