.cbp-mc-form_left {
	position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* #47a3da in form text font color */
.cbp-mc-form_left:before, 
.cbp-mc-form_left:after { 
	content: " "; display: table; 
}

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

.cbp-mc-column {
	width: 33%;
	padding: 10px 30px;
	float: left;
}

.cbp-mc-form_left label {
	color: #b9b9b9;
	display: block;
	padding: 40px 5px 5px 2px;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.cbp-mc-form_left input,
.cbp-mc-form_left textarea,
.cbp-mc-form_left select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #47a3da;
	display: block;
	width: 100%;
	background: transparent;
}

.cbp-mc-form_left input,
.cbp-mc-form_left textarea {
	border: 3px solid #47a3da;
}

.cbp-mc-form_left textarea {
	min-height: 200px;
}

.cbp-mc-form_left input:focus,
.cbp-mc-form_left textarea:focus,
.cbp-mc-form_left label:active + input,
.cbp-mc-form_left label:active + textarea {
	outline: none;
	border: 3px solid  #1563a1;
}

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

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

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

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

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

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

.cbp-mc-form_left input.cbp-mc-submit {
	background: #47a3da;
	border: none;
	color: #FFF;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.0em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form_left input.cbp-mc-submit:hover {
	background: #1478b1;
}

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

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}