.cbp-mc-form {
	position: relative;
	/*background-color:#f6f6f6;*/
	border:1px solid #bdbdae;
	margin-bottom:20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color:black;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 48%;
	padding: 0px;
	float: left;
	text-align:left;
	padding-left:2%;
}

.cbp-mc-form label {
	padding: 5px 5px 5px 2px;
	letter-spacing: 1px;
	cursor: pointer;
	text-align:left;
	font-size:16px;
	
	
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Arimo', Arial, sans-serif;
	padding: 0px;
	color: #333;
	background: #ffffff;
	display:block;
	font-size:14px;
	width:90%;
	max-width:90%;
	margin-bottom:15px;
	padding:4px;
}
.cbp-mc-form input[type="text"], .cbp-mc-form input[type="email"], .cbp-mc-form input[type="select"], .cbp-mc-form input[type="password"] {
max-width:90%;
}
.cbp-mc-form input[type="checkbox"] {
margin-bottom:10px;	
margin-top:10px;	
}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #bdbdae;
}
.cbp-mc-form input[type="file"] {
width:40%;
margin:0 auto;	
}
.cbp-mc-form textarea {
	min-height: 50px;
	margin:0 auto;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #10689a;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #267dff;
	border: 1px solid #267dff;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 2px;
	letter-spacing: 1px;
	width:300px;
	margin-top:20px;
	max-width:90%;
	margin-bottom:30px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #fff;
	color:#267dff;
}
.cbp-mc-form h3 {
padding-left:10px;	
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 46%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 94%;
		padding: 10px;
	}
	.cbp-mc-submit {
	font-size:15px;	
	}
}
