
@media screen and (max-width:600px) {
	img.responsive {
        max-width: 100%;
        height: auto;
    }
}

h3,.h3 {
	color:#01185e;
	font-family:Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size:18px;
}

h4,.h4 {
	color:#01185e;
	font-family:Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size:16px;
	margin-bottom:5px;
}

.redback2 {
	background-color: #FF0000;
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    padding-top: 20px;
    padding-bottom:20px;
	text-align:center;
}


.promo {
	margin: 20px;
    padding-top: 20px;
    padding-bottom:20px;
	text-align:center;
}

.california {
	background-color: #ffffff;
    color: #777777;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom:10px;
	text-align:center;
}

img.custom-pic-phone {
	margin-top: 24px;
	margin-bottom: 24px;
	max-width: 250px;
	height:auto;
}

	@media only screen and (max-width: 992px) {

	}

	@media only screen and (max-width: 768px) {

	}
	
	@media only screen and (max-width: 576px) {

	}














