/* Add here all your CSS customizations */
.phone {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	color: #1DA728;
	float: left;
}
.phone strong {
	color: #c00;
	font-size: 36px;
	padding-top: 10px;
}
.iconGreen {
	color: #1DA728;	
}
.iconRed {
	color: #c00;
	font-weight: bold;	
}
.logo {
	float: left;
	height: 110px;
	clear: both;
}
.errorText {
	color: #c00 !important;	
}
.errorBox {
	background-color: #ffbaba;
	color: #940000;
	text-align: left; 
	margin-bottom: 20px;
	padding: 15px 0px 15px 50px;
	border: 1px solid #c00;
}
.errorBox h2 {
	color: #c00;
	font-weight: bold;
	margin-bottom: 0px;
}
.errorInput {
	background-color: #ffbaba;
	color: #940000;
	border: 1px solid #c00;
}
.imgR {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.lgFont {
	font-size: 3em !important;	
}