@charset "UTF-8";
.cbp-mc-form {
	position: relative;
}

.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

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

.cbp-mc-column {
	width: 100%;
	padding:0;
	margin:0;
	float: left;
}

.cbp-mc-form label {
	display: block;
	padding: 20px 5px 5px 2px;
	font-size: 0.9em;
	text-transform: uppercase;
	cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Proxima Nova', Calibri, Arial, sans-serif;
	font-weight:700;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 5px;
	color: #be292f;
	display: block;
	width: 94%;
	margin:0;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 3px solid #be292f;
}

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

.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: 3px solid #d1d1d1;
}

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

::-webkit-input-placeholder { /* WebKit browsers */
    color: #d1d1d1;
	font-weight:300;
	font-size:0.9em;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d1d1d1;
	font-weight:300;
	font-size:0.9em;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d1d1d1;
	font-weight:300;
	font-size:0.9em;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d1d1d1;
	font-weight:300;
	font-size:0.9em;
}

.cbp-mc-submit-wrap {
	padding-top: 60px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #be292f;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #d1d1d1;
}

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

@media screen and (max-width: 640px) {
	.cbp-mc-column {
		width: 100%;
		padding: 0;
	}
	
	.cbp-mc-form {
	padding-left:0;
}

}/* CSS Document */

