#locations {
	color: #555;
}
#locations .h2-blue {
	color: #4765a0;
}
#locations h3 {
	margin-bottom: 60px;
}
#locations .location-block {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#locations .separate {
	border-bottom: 1px solid #e6e6e6;
}
#locations .location-block ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
#locations .location-block ul li {
	margin: 15px 0 0 0;
	font-size: 16px;
	line-height: 150%;
}
#locations .location-block .img {
	margin: 15px 0 0 0;

}
#locations .location-block img {
	padding: 5px;
	border: 1px solid #d7d7d7;
}
#locations .location-block .title {
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 140%;
}
#locations .location-block .location {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 125%;
}
#locations .location-block .notice-label {
	margin: 20px 0 12px 0;
}
#locations .location-block .notice-label span {
	font-size: 14px;
	font-weight: normal;
	padding: 7px 13px;
}

/*--------------------------------------------------
	LOCATIONS INDIVIDUAL PAGE
----------------------------------------------------*/

#locations-page {
	color: #555;
}
#locations-page .location-block {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#locations-page .location-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#locations-page .location-block ul li {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 150%;
}
#locations-page .location-block .h2 {
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 400;
	line-height: 130%;
}
#locations-page .location-block .h3 {
	margin: 3px 0 0 0;
	font-size: 24px;
	font-weight: 400;
	color: #666;
	line-height: 130%;
}
#locations-page .location-block .signup {
	margin: 28px 0;
}
#locations-page .location-block .signupnow {
	padding: 15px 30px;
	font-size: 24px;
	font-weight: 400;
}
#locations-page .location-block #map {
	margin-top: 30px;
        width: 100%;
        height: 325px;
	border: 1px solid #444;
}
#locations-page .location-block .address {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 130%;
}

/*--------------------------------------------------
	[MODAL]
----------------------------------------------------*/
#locations .modal-header {
	border: none;
	padding: 15px 20px 0 20px;
}
#locations .modal-header .close {
	font-size: 26px;
	margin-top: 2px
}
#locations .modal-header h4 {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
}
#locations .modal-body {
	text-align: left;
	color: #555;
	padding: 15px 25px 35px 20px;
}

/*------ SUBSCRIBE FORM ------*/

#mc-subscribe-form {
	padding: 25px 25px 0 15px;
	margin: 0;
}
#mc-subscribe-form .btn-contact {
	padding: 12px 35px;
	min-width: 125px;
	font-size: 22px;
}
#mc-subscribe-form .has-error input {
    	background-color: #fbefef;
}
#mc-subscribe-form .has-success input {
    	background-color: #eefbee;
}
#mc-subscribe-form .help-block {
	color: #d9534f;
	font-size: 16px;
}
#mc-subscribe-form #mce-EMAIL {
	width: 90%;
}
#mc-subscribe-form #mce-FNAME,
#mc-subscribe-form #mce-LNAME {
	width: 60%;
	min-width: 50%;
}





