.cbp-mc-form {
	position: relative;
	/*background-color:#f6f6f6;*/
	border:1px solid #bdbdae;
	margin-bottom:20px;
}

/* 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: 47%;
	padding: 10px 10px;
	float: left;
	margin-right:1%;
}

.cbp-mc-form label {
	padding: 5px 5px 5px 2px;
	letter-spacing: 1px;
	cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: Calibri, Arial, sans-serif;
	padding: 0px;
	color: #333;
	background: #ffffff;
	display:block;
	font-size:20px;
	width:100%;
	max-width:100%;
}
.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:97%;
}
.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;
}

.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: #e74631;
	border: 1px solid #e74631;
	color: white;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 18px;
	border-radius: 2px;
	letter-spacing: 1px;
	width:300px;
	margin-top:20px;
	max-width:90%;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: white;
	color:#e74631;
	border: 1px solid #e74631;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 49%;
	}
	.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;	
	}
}
