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

.cbp-mc-form p { font-size:10px;
}
/* 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: 27%;
	padding: 10px 30px;
	float: left;
}

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

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #1a9246;
	display: block;
	width: 100%;
	background: #eee none repeat scroll 0 0;
}

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

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

.cbp-mc-form .pyc-list {
  margin-top: 16px;
}
.cbp-mc-form .pyc-list::after {
  clear: both;
  content: "";
  display: table;
}
.cbp-mc-form .pyc-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;

}

.cbp-mc-form input[type="radio"] {
    display: block;
    height: 16px;
    width: 16px !important;
}



.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: #009344; /* Old browsers */
background: -moz-linear-gradient(top, #009344 0%, #026632 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009344), color-stop(100%,#026632)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #009344 0%,#026632 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #009344 0%,#026632 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #009344 0%,#026632 100%); /* IE10+ */
background: linear-gradient(to bottom, #009344 0%,#026632 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009344', endColorstr='#026632',GradientType=0 ); /* IE6*/
	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: #77af39;
}

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

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

}