body {
    color: #222;
    font-family: 'Lato', sans-serif;
}

.cbp-mc-form {
	position: relative;
    width: 80%;
    left: 10%;
}

/* 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: 45%;
	padding-top: 10px;
    padding-right: 50px;
	float: left;
}

.cbp-mc-column-right {
	width: 45%;
	padding-top: 10px;
	float: left;
}

.cbp-mc-form label {
	display: block;
	padding: 30px 5px 5px 2px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
    text-align: left;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 0.8em;
	padding: 5px 10px;
	color: #222;
	display: block;
	width: 100%;
	background: transparent;
}

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

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

.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: 2px solid #222;
}

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

::-webkit-input-placeholder { /* WebKit browsers */
    color: #bebebe;
    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: #10689a;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1em;
	border-radius: 2px;
	letter-spacing: 1px;
    margin-bottom: 20px;
}

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

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

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