body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

#dmg_alert_wrapper {
	margin: auto;
	width: 100%;
	max-width: 1240px;
	/* padding: 10px; */
	box-sizing: border-box;
	/* border: 1px solid #efefef; */
}

.clearBoth {
	clear: both;
}

/*===== Column Styles =====*/

#dmg_alert_alertForm {
	width: 100%;
}

/* #dmg_alert_alertForm {
	float: left;
	width: 58%;
} */

/* #dmg_alert_alertGraphic {
	float: right;
	width: 40%;
	max-width: 450px;
}

#dmg_alert_alertGraphic img {
	width: 100%;
	height: auto;
} */

/*===== Testimonial Styles =====*/

#dmg_alert_alertGraphic blockquote {
	margin: 30px 0 0 0;
	padding: 30px 0 0 30px;
	font-weight: 300;
	border-top: 1px solid #efefef;
	position: relative;
}

#dmg_alert_alertGraphic blockquote:before {
	display: block;
	content: "\201C";
	font-size: 100px;
	position: absolute;
	left: -5px;
	top: 10px;
	color: #d5d5d5;
}

#dmg_alert_alertGraphic blockquote cite {
	font-weight: 400;
	
}

/*===== Text Styles =====*/

#dmg_alert_wrapper h1 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #efefef;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
}

#dmg_alert_wrapper h2 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	color: #333;
	font-weight: 300;
}

#dmg_alert_wrapper label {
	color: #363636;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

#dmg_alert_wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dmg_alert_wrapper ul:after {
	content: "";
	display: block;
	clear: both;
}

#dmg_alert_wrapper li {
	padding: 10px 0;
	box-sizing: border-box;
}

#dmg_alert_price li:nth-child(odd), 
#dmg_alert_homeSize li:nth-child(odd), 
#dmg_alert_optionFields li:nth-child(odd) {
	width: 50%;
	float: left;
	padding-right: 10px;
}

#dmg_alert_price li:nth-child(even), 
#dmg_alert_homeSize li:nth-child(even), 
#dmg_alert_optionFields li:nth-child(even) {
	padding-right: 0;
	padding-left: 10px;
}

#response {
	color: #db0000;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    text-decoration: underline;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

/*===== More Search Options Styles =====*/

#dmg_alert_moreOptions #searchOptions {
	display: none;
}

#dmg_alert_moreOptions #dmg_alert_optionFields {
	display: none;
}

#dmg_alert_moreOptions #searchOptions:checked ~ #dmg_alert_optionFields {
	display: block;
}

#dmg_alert_moreOptions #searchOptions ~ label:after {
	content: "\f055";
	font-family: FontAwesome;
	color: #c9c9c9;
	padding: 0 0 0 50px;
    cursor: pointer;
}

#dmg_alert_moreOptions #searchOptions:checked ~ label:after {
	content: "\f056";
	font-family: FontAwesome;
	color: #c9c9c9;
}

#dmg_alert_moreOptions #searchOptions ~ label {
	padding: 20px 0;
	width: 100%;
	font-size: 24px;
	display: block;
}

/*===== Selected Areas Styles =====*/

#dmg_alert_selectedLocations li {
	display: block;
	white-space: nowrap;
	float: left;
	margin-right: 4px;
	padding: 0;
}

#dmg_alert_selectedLocations li label {
	background-color: #e4e4e4;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 5px 0px;
	box-sizing: border-box;
	display: inline-block;
}

#dmg_alert_selectedLocations li label:before {
	content: "X";
	font-weight: 400;
	padding-right: 5px;
}

#dmg_alert_selectedLocations input {
	display: none;
}

#dmg_alert_selectedLocations input:checked + label {
	display: none;
}

/*===== Field Styles =====*/

#dmg_alert_alertForm select {
	display: block;
    cursor: pointer;
}

#dmg_alert_frequency .dmg_alert_alertSelect {
	display: inline-block;
	width: calc(100% - 140px);
}

#dmg_alert_price li, 
#dmg_alert_homeSize li, 
#dmg_alert_optionFields li {
	width: 50%;
	float: left;
}

#dmg_alert_alertType li,
#dmg_alert_propertyType li {
	float: left;
	padding-right: 30px;
}

#dmg_alert_alertType li input,
#dmg_alert_propertyType li input {
	position: absolute;
	left: -99999px;
}

#dmg_alert_alertType li input ~ label:before,
#dmg_alert_propertyType li input ~ label:before {
	content: "";
	width: 22px;
	height: 22px;
	border: 1px solid #d8d8d8;
	float: left;
	margin-right: 5px;
	font-size: 16px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
    cursor: pointer;
}

#dmg_alert_alertType li input:checked ~ label:before,
#dmg_alert_propertyType li input:checked ~ label:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #333;
}

.dmg_alert_alertSelect {
	width: 100%;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	height: 35px;
	position: relative;
}

.dmg_alert_alertSelect:after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	color: #c9c9c9;
	right: 8px;
	top: 8px;
	pointer-events: none;
}

.dmg_alert_alertSelect select {
	width: 110%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background: none;
	border: none;
	font-size: 16px;
	color: #363636;
	height: 35px;
}

#dmg_alert_contact label, 
#dmg_alert_frequency label {
	display: inline-block;
	width: 130px;
	float: left;
	line-height: 35px;
	vertical-align: middle;
}

#dmg_alert_submit button {
	width: 100%;
	max-width: 350px;
	height: 55px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 21px;
	margin: 20px auto 0 auto;
	background-color: #D41032;
	border: 1px solid #D41032;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    cursor: pointer;
}

#dmg_alert_submit button:hover {
	background-color: #ffffff;
	color: #D41032;
}

#dmg_alert_location input,
#dmg_alert_contact input {
	border: 1px solid #d8d8d8;
	height: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #363636;
	padding: 5px;
	box-sizing: border-box;
}

#dmg_alert_location input {
	width: 100%;
}

#dmg_alert_contact input {
	width: calc(100% - 140px);
}

@media screen and (max-width: 920px) {
	
	#dmg_alert_alertForm {
		float: none;
		width: 100%;
	}
	
	#dmg_alert_alertGraphic {
		float: none;
		width: 100%;
		max-width: 450px;
		text-align: center;
		margin: 30px auto 0 auto;
	}
	
	#dmg_alert_alertGraphic blockquote {
		text-align: left;
	}
	
}

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

	#dmg_alert_price li, 
	#dmg_alert_homeSize li, 
	#dmg_alert_optionFields li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	#dmg_alert_price li:nth-child(even), 
	#dmg_alert_homeSize li:nth-child(even), 
	#dmg_alert_optionFields li:nth-child(even) {
		padding-left: 0;
		
	}
	
	#dmg_alert_price li:nth-child(odd), 
	#dmg_alert_homeSize li:nth-child(odd), 
	#dmg_alert_optionFields li:nth-child(odd) {
		padding-right: 0;
		width: 100%;
	}
	
	#dmg_alert_alertType li,
	#dmg_alert_propertyType li {
		width: 50%;
	}
	
}