.blog-dd-form-wrap {
	margin-top: 50px;
	margin-bottom: 2rem;
}
.dd-image-left {
	float: left;
	width: 28%;
	margin-bottom: 30px;
}
p.new-dd-head {
   font-size: 23px;
   font-weight: bold; 
   color: #0082b5; 
   margin-bottom: 0px; 
   display: block; 
   font-family: 'Roboto Condensed',sans-serif;
   line-height: 1; 
   word-wrap: break-word;
   white-space: normal;
}
div.new-dd-form {
 width: 70%;
 float: right;
}
div.new-dd-form div.form_question {
    width: 40%;
    float: left;
    clear: none!important;
}
div.new-dd-form div.form_question > label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: inherit;
}
div.new-dd-form input[type=text], div.new-dd-form input[type=tel], div.new-dd-form input[type=email], div.new-dd-form div.form_page select {
	border: 1px solid #cccccc;
    background-color: #fff;
    width: 90%;
    height: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding: 5px;
}
div.new-dd-form legend {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: inherit;
}

div.new-dd-form div.action {
	text-align: center;
}
div.new-dd-form div.action > button {
	background-color: #0082b5;		
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	width: 200px;
	text-transform: uppercase;
	position: relative;	
	font-weight: 100;		
	padding: 10px;
	border-radius: 0;
	border-color:#0082b5;
	right: 15%;			
}

@media screen and (max-width: 450px) {
	.dd-image-left {
		display:none;
	}
	div.new-dd-form {
		width:100%;
		float:none;
	}
}

.recent-blog-posts {
	clear: both;
}