#dp-sidebar {
	display: none;
}

#dp-promo-bg {
	background: url(../images/homepage/homepage-bg.jpg) no-repeat top center;
	height: 620px;
	width: 100%;
	margin-top:20px;
}
#dp-content {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.8em;
}
#dp-content h2 {
	color: #9B0F0E;
	font-size: 3.7rem;
	font-weight: normal;
	line-height: 3.6rem;
}

#dp-content h3 {
	color: #444;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5rem;
}

#dp-hp-bottom {
	padding: 2rem 0 0 0;
}

#hp-email {
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(240,240,240) 0%,rgb(252,252,252) 100%);
	background-image:linear-gradient(180deg,rgb(240,240,240) 0%,rgb(252,252,252) 100%);
	width:280px;
	height:55px;
	border-color:rgb(153,153,153);
	border-width:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:5%/28%;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff0f0f0,endColorstr=#fffcfcfc,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff0f0f0,endColorstr=#fffcfcfc,GradientType=0);
	display: block;
	font-size: 1.4rem;
	margin: 0 auto 20px auto;
}

#hp-submit {
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(243,40,43) 0%,rgb(156,15,14) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(243,40,43)),color-stop(1, rgb(156,15,14)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(-90deg,rgb(243,40,43) 0%,rgb(156,15,14) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(-90deg,rgb(243,40,43) 0%,rgb(156,15,14) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(243,40,43) 0%,rgb(156,15,14) 100%);
	background-image:linear-gradient(180deg,rgb(243,40,43) 0%,rgb(156,15,14) 100%);
	/* Firefox v1.0+ */
	-moz-border-radius:4%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:3%/13%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:3%/13%;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3282b,endColorstr=#ff9c0f0e,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3282b,endColorstr=#ff9c0f0e,GradientType=0);
	width:269px;
	height:70px;		
	color: #FFF783;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2rem;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}





@media (max-width: 930px) and (min-width: 480px){ 
/* tablet, landscape iPad, lo-res laptops ands desktops */


#dp-promo-bg {
	background: url(../images/homepage/homepage-bg-tablet.jpg) no-repeat 0 0;
	height: 560px;
}

#dp-content h2 {
	color: #9B0F0E;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 2.4rem;
}

#dp-content h3 {
	color: #444;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2rem;
}


}



@media (max-width: 580px){ 
/* tablet, landscape iPad, lo-res laptops ands desktops */

#dp-promo-bg {
	background: url(../images/homepage/homepage-bg-mobile.jpg) no-repeat 0 0;
}

#dp-content h2 {
	color: #9B0F0E;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 2.2rem;
}

#dp-content h3 {
	color: #444;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2rem;
}



#hp-email {
	width:240px;
	height:53px;
	font-size: 1.5rem;
}

#hp-submit {
	width:249px;
	height:72px;
	font-size: 2rem;
}


}



