.cbp-mc-form {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}

/* 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: 30%;
	padding: 10px 10px;
	float: left;
}

.k-dropdown {
     width: 97%;
}

.cbp-mc-form label {
	display: block;
	padding: 2px 5px 0px 2px;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: .8px;
	cursor: pointer;
    color:#939393;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select
.cbp-mc-form .k-input
 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #4A4646;
	display: block;
	width: 100%;
	border-radius: 5px;
	background: transparent;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 3px solid #B9B4B4;
}

.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 #10689a;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #4A4646;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4A4646;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4A4646;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #4A4646;
    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: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #1478b1;
}

@media screen and (min-width: 850px) {
	.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;
	}
}