::-webkit-input-placeholder{color:#9c9c9c;}
::-moz-placeholder{color:#9c9c9c;}
:-ms-input-placeholder{color:#9c9c9c;}
:-moz-placeholder{color:#9c9c9c;}

.wp-content .block-content {
    margin: 4% 0 0;
    padding-left: 5%;
    float: left;
    width: 100%;
}
.wp-content .block-content > div {
    float: left;
    width: 100%;
}
/* ONE */

/* TWO Form */
.content-section.mid {
    padding: 0 0 50px;
}
.content-section.mid h1 {
    margin: 0 0 40px;
	color: #000;
}
.block-form form ul li.fileupload.q132 {
    clear: left;
	margin-left: 33.33%;
}
.block-form form ul li:last-child {
    float: none;
}
/* THREE */
.content-section .box-wp {
    width: 49.5%;
    float: left;
}
.content-section .box-wp:last-child {
    margin-right: 0;
}
.content-section.btm {
    border-top: 1px solid #cccccc;
    padding: 50px 0 100px;
    float: left;
    width: 100%;
}
.content-section.btm h1 {
    margin: 0 0 50px;
	color: #000;
}

/* Responsive */
@media(max-width: 1366px){
	.wp-content .block-content{
	    padding-left: 0;	
	}
}
@media(max-width: 768px){
	.block-form form ul li {
		width: 50%;
	}
	.block-form form ul li.fileupload.q132 {
		clear: initial;
		margin-left: 0;
	}
	.block-form form ul li:last-child {
		float: left;
		width: 100%;
	}
}
@media(max-width: 640px){
	.content-section.mid h1 {
		font-size: 24px;
	}
	.content-section .box-wp {
		width: 100%;
	}
	.content-section.btm h1 {
		font-size: 24px;
		margin: 0 0 20px;
	}
}
@media(max-width: 480px){
	.block-form form ul li {
		width: 100%;
		margin-bottom: 10px;
	}
}