/* DPM Site CSS */

#dpm-page {
	width: 70%;
	margin: 25px 15%;
	color: #222222
}

#banner {
	width: 100%;
	position:relative;
}

#banner-overlay {
	float: right;
	width: 50%;
	display: inline;
	position: absolute;
	bottom:10px;
	right:25px;
	top: auto;
	/*margin: 520px 0px 0px 500px;*/
	z-index: 999;
}

#banner-background {
	display:inline;
	width:100%;
}

#product-grouping-set {
	position: absolute;
	display: inline;
	bottom: 10px;
	left: 10px;
	width: 325px;
}

.product-grouping {
	float: left;
	margin: 5px;
	width: 150px;
	height: 120px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.product-grouping-img {
	height: 50px;
	width: 50px;
	margin: 20px 0px 5px 50px;
	border-radius: 3px
}

.product-grouping-title {
	width: calc(100% - 10px);
	height: 20px;
	margin: 5px 0px 5px 5px;
	font-family: "Calibri", sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.dpm-section {
	float:left;
	width: 100%;
	background-color: #F5F5F5;
}

.services-block {
	float: left;
	width: 40%;
	margin: calc(5% - 17px);
	height: 650px;
	border: solid white 2px;
	border-radius: 10px;
	padding: 15px;
}

.services-block h3 {
	position: relative;
	top: -30px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.services-block ul {
	margin: 0;
	width: 100%;
	padding: 0;
	position: relative;
	top: -10px;
}

.services-block ul li {
	text-align: center;
	list-style:none;
	margin: 5px 0;
}

.services-block ul li h4 {
	width: 100%;
	margin: 5px 0;
	color:#6C7698;
}

.services-block ul li span {
	font-size: 14px;
	text-align: center;
	display: inline-block;
	font-style: italic;
}

.service-icon {
	position: relative;
	height: 80px;
	width: 80px;
	top: -40px;
	left: calc(50% - 40px);
	border-radius: 40px;
}

#main-section {
	width: calc(100% - 40px);
	padding: 50px 20px 0px 20px;;
}

.dpm-section h2 {
	font-family: "Calibri", sans-serif;
	color: #333333;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.section-text {
	font-family: "Calibri", sans-serif;
	text-align: justify;
	color: #333333;
	font-size: 18px;
}

#final-section {
	width: calc(100% - 40px);
	padding: 0px 20px 25px 20px;
}

#contact-form {
	width: 40%;
	margin: 20px 30%;
	float: left;
}

#contact-form form {
}

.input-field {
	border: solid #6C7698 1px;
	border-radius: 3px;
	margin: 5px 0;
}

.input-field, .input-field input, .input-field textarea {
	float:left;
	width:100%;
}

.input-field textarea {
	resize:none;
	font-family: "Calibri", sans-serif;
	font-size: 18px;
	height:200px;
}

.input-field span {
	float:left;
	width:calc(100% - 5px);
	padding-left: 5px;
	font-family: "Calibri", sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color: #6C7698;
	color:#FFFFFF;
}

#change-captcha
{
  text-decoration: underline;
  font-style: italic;
	cursor:pointer;
}

#captcha-image
{
  float: left;
  height: 53px;
}

.captcha-label
{ 
	float: left;
	width: calc( 100% - 110px);
}

#captcha-input
{
  color: #CCCCCC;
}

#send-form
{
  float: right;
  clear: left;
  margin: 5px 0;
  width: 100px;
  height: 40px;
}

#dpm-form-button {
	float: right;
	font-family: "Calibri", sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color: #6C7698;
	color:#FFFFFF;
	border-radius:5px;
	padding: 8px 15px;
	margin: 5px 0;
	width: 100px;
	height: 40px;
}

#captcha-image {
	float: left;
	height: 45px;
	width: 100%;
	border-radius: 10px;
}

#contact-links {
	float: right;
	width: 100%;
	font-family: "Calibri", sans-serif;
	font-size: 18px;
	text-align: center;
}

#contact-links a {
	color: #6C7698;
}

#contact-links a:hover {
	color: #6C76CC;
}

#contact-links a:active {
	color: #6C7698;
}

#dpm-footer {
	font-family: "Calibri", sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	width: calc(100% - 40px);
	padding: 0px 20px 25px 20px;
}
@media screen and (max-width: 1200px)
{

	#banner-overlay {
		display:none;
		width: 90%;
		margin: 10px 5%;
		display: inline;
		position: absolute;
		top:10px;
		bottom: auto;
		right:auto;
		/*margin: 520px 0px 0px 500px;*/
		z-index: 999;
	}

	#product-grouping-set {
		float: left;
		display: inline;
		position: absolute;
		bottom: 15px;
		width: 100%;
		margin: 0;
	}
	
	.product-grouping {
		width: calc(25% - 15px);
		margin: 5px;
	}
	
	.services-block {
		height: auto !important;
		width: calc(100% - 30px);
		margin: 20px 0;
	}
	
	#contact-form {
		width: 90%;
		margin-left: 5%;
		float:left;
	}
}
@media screen and (max-width: 800px)
{
	
	#banner-background {
		display: none;
		width: 100%;
	}
	
	#banner-overlay {
		display:none;
		width: 90%;
		margin: 10px 5%;
		display: inline;
		position: absolute;
		top:10px;
		bottom: auto;
		right:auto;
		/*margin: 520px 0px 0px 500px;*/
		z-index: 999;
	}

	#product-grouping-set {
		display:none;
	}
	
	#main-section {
		margin-top: 10px;
	}
}
