.pd-container {
  color: inherit;
}

.pd-container .pd-full-width {
	width: 100% !important;
}
.pd-container input {
	margin-bottom: 0 !important;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.error {
	color: #940000;
	font-weight: 400;
	font-size: 0.8em;
	letter-spacing: normal;
}
.error > div {
	margin-top: 0;
}

.pd-card {
	/*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);*/
	border: 1px solid #dedede;
	margin: 10px 0;
	padding: 20px;
}

.pd-col-1, .pd-col-2, .pd-col-3, .pd-col-4, .pd-col-5, .pd-col-6, 
.pd-col-7, .pd-col-8, .pd-col-9, .pd-col-10, .pd-col-11, .pd-col-12,
.pd-col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.pd-col-1:first-child, .pd-col-2:first-child, .pd-col-3:first-child, .pd-col-4:first-child, .pd-col-5:first-child, .pd-col-6:first-child, 
.pd-col-7:first-child, .pd-col-8:first-child, .pd-col-9:first-child, .pd-col-10:first-child, .pd-col-11:first-child, .pd-col-12:first-child,
.pd-col:first-child { margin-left: 0; }

.pd-row:before,
.pd-row:after { content:""; display:table; }
.pd-row:after { clear:both;}
.pd-row { zoom:1; /* For IE 6/7 */ }

.pd-col-1, .pd-col-2, .pd-col-3, .pd-col-4, .pd-col-5, .pd-col-6, 
.pd-col-7, .pd-col-8, .pd-col-9, .pd-col-10, .pd-col-11, .pd-col-12,
.pd-col {  
	margin: 1% 0 1% 0%; 
	width: 100%;
}

.pd-col-sm-1, .pd-col-sm-2, .pd-col-sm-3, .pd-col-sm-4, .pd-col-sm-5, .pd-col-sm-6, 
.pd-col-sm-7, .pd-col-sm-8, .pd-col-sm-9, .pd-col-sm-10, .pd-col-sm-11, .pd-col-sm-12,
.pd-col-sm {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.pd-col-sm-1:first-child, .pd-col-sm-2:first-child, .pd-col-sm-3:first-child, .pd-col-sm-4:first-child, .pd-col-sm-5:first-child, .pd-col-sm-6:first-child, 
.pd-col-sm-7:first-child, .pd-col-sm-8:first-child, .pd-col-sm-9:first-child, .pd-col-sm-10:first-child, .pd-col-sm-11:first-child, .pd-col-sm-12:first-child,
.pd-col-sm:first-child { margin-left: 0; }

.pd-row:before,
.pd-row:after { content:""; display:table; }
.pd-row:after { clear:both;}
.pd-row { zoom:1; /* For IE 6/7 */ }

.pd-col-sm-1, .pd-col-sm-2, .pd-col-sm-3, .pd-col-sm-4, .pd-col-sm-5, .pd-col-sm-6, 
.pd-col-sm-7, .pd-col-sm-8, .pd-col-sm-9, .pd-col-sm-10, .pd-col-sm-11, .pd-col-sm-12,
.pd-col {  
	margin: 1% 0 1% 0%; 
	width: 100%;
}
    
.pd-col-sm-1:last-child, .pd-col-sm-2:last-child, .pd-col-sm-3:last-child, .pd-col-sm-4:last-child, .pd-col-sm-5:last-child, .pd-col-sm-6:last-child, 
	.pd-col-sm-7:last-child, .pd-col-sm-8:last-child, .pd-col-sm-9:last-child, .pd-col-sm-10:last-child, .pd-col-sm-11:last-child, .pd-col-sm-12:last-child,
	.pd-col-sm:last-child { border-bottom: 1px solid #dedede; margin-bottom: 10px; padding-bottom: 15px; }

	.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}


@media (min-width: 768px) {

	.pd-col-12 {
		width: 100%;
	}

	.pd-col-11 {
			width: 91.53%;
	}
	.pd-col-10 {
			width: 83.06%;
	}

	.pd-col-9 {
			width: 74.6%;
	}

	.pd-col-8 {
			width: 66.13%;
	}

	.pd-col-7 {
			width: 57.66%;
	}

	.pd-col-6 {
			width: 49.2%;
	}

	.pd-col-5 {
			width: 40.73%;
	}

	.pd-col-4 {
			width: 32.26%;
	}

	.pd-col-3 {
			width: 23.8%;
	}

	.pd-col-2 {
			width: 15.33%;
	}

	.pd-col-1 {
			width: 6.866%;
	}

}


@media (min-width: 700px) {

	.pd-col-sm-12 {
		width: 100%;
	}

	.pd-col-sm-11 {
			width: 91.53%;
	}
	.pd-col-sm-10 {
			width: 83.06%;
	}

	.pd-col-sm-9 {
			width: 74.6%;
	}

	.pd-col-sm-8 {
			width: 66.13%;
	}

	.pd-col-sm-7 {
			width: 57.66%;
	}

	.pd-col-sm-6 {
			width: 49.2%;
	}

	.pd-col-sm-5 {
			width: 40.73%;
	}

	.pd-col-sm-4 {
			width: 32.26%;
	}

	.pd-col-sm-3 {
			width: 23.8%;
	}

	.pd-col-sm-2 {
			width: 15.33%;
	}

	.pd-col-sm-1 {
			width: 6.866%;
	}

	.pd-col-sm-1:last-child, .pd-col-sm-2:last-child, .pd-col-sm-3:last-child, .pd-col-sm-4:last-child, .pd-col-sm-5:last-child, .pd-col-sm-6:last-child, 
	.pd-col-sm-7:last-child, .pd-col-sm-8:last-child, .pd-col-sm-9:last-child, .pd-col-sm-10:last-child, .pd-col-sm-11:last-child, .pd-col-sm-12:last-child,
	.pd-col-sm:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

}

/*  GO FULL WIDTH BELOW 480 PIXELS */
/*@media only screen and (max-width: 480px) {*/
/*@media (min-width: 768px) {
	.pd-col-1, .pd-col-2, .pd-col-3, .pd-col-4, .pd-col-5, .pd-col-6, 
.pd-col-7, .pd-col-8, .pd-col-9, .pd-col-10, .pd-col-11, .pd-col-12,
.pd-col {  margin: 1% 0 1% 0%; }
    
	.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}
*/