@charset "utf-8";
/* CSS Document */

#mktoForm_1818, .mktoFormRow, .mktoButtonRow, .mktoFormCol, .mktoFieldWrap, #mktoForm_1819, #mktoForm_1821, #mktoForm_1820, #mktoForm_1817{
	width:100% !important;
}

.mktoGutter, .mktoRequiredField label.mktoLabel, .mktoOffset{
	display:none;
}

input[type="email"], #Country, #mktoForm_1819 #Company {
	margin-bottom: 15px !important;
}

input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"]{
	padding: 6px 21px !important;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
}
#Sample_Requested__c{
	font-weight: 500;
	color: #000000;
}

.mktoFieldDescriptor{
	margin-bottom:0 !important;
}

#FirstName, #LastName, input[type="email"], #Phone, #Company, #Address, #Address_lead, #City, #PostalCode{
	border-radius: 0;	
	border: 1px solid #E5E5E4 !important;
	background-color: #fff !important;
	color: #333 !important;
	font-size: 18px !important;
	height: 50px !important;
	width:100% !important;
}

#mktoForm_1818 .mktoFormRow:nth-child(3) .mktoFieldDescriptor, #mktoForm_1819 .mktoFormRow:nth-child(4) .mktoFieldDescriptor, #mktoForm_1819 .mktoFormRow:nth-child(7) .mktoFieldDescriptor, #mktoForm_1821 .mktoFormRow:nth-child(3) .mktoFieldDescriptor, #mktoForm_1820 .mktoFormRow:nth-child(3) .mktoFieldDescriptor, #mktoForm_1817 .mktoFormRow:nth-child(3) .mktoFieldDescriptor{
	width:50% !important;
	float:left !important;
}

#Comments__c{
	border-radius: 0;	
	border: 1px solid #E5E5E4 !important;
	background-color: #fff !important;
	color: #333 !important;
	font-size: 18px !important;
	height: 120px !important;
	width:100% !important;
	padding: 10px 25px !important;
	width:100% !important;
	margin-bottom: 15px !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 300 !important;
}

.mktoButton{
 text-align: left !important;
 font-size: 18px !important;
 line-height: 17px !important;
 padding: 15px 21px !important;
 height: 50px !important;
 border: 2px solid #394151 !important;
 background: #394151 !important;
 transition: all 0.4s !important;
 color: white !important;
 width:100% !important;
 font-family: 'Lato', sans-serif !important;
 margin-bottom: 10px !important;
}

.mktoButton:hover{
background: #242933 !important;
border: 2px solid #242933 !important;
}

.mktoButtonWrap{
	margin-left:0px !important;
}

select.mktoField{
	width: 750px !important;
	height: 55px !important;
}

select.mktoField{
	width: 100% !important;
	font-size: 18px !important;
	height: 50px !important;
	border-radius: 0px;
	border: 1px solid #E5E5E4 !important;
	padding-left:17px !important;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: 6px 21px !important;
}

.mktoForm select.mktoField {
	color:#919191;
	background-color:#ffffff;
	border-radius: none !important;
	box-shadow: none !important;
}

/* opt in */
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{
	width: 100% !important;
}

.mktoCheckboxList input {
    opacity: 0;
    position: absolute;   
}
 
.mktoCheckboxList input, .mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
}
 
.mktoCheckboxList label {
    position: relative;
}
 
/* Edit the properties below to change the colors of the un-checked checkbox */
.mktoCheckboxList input + label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
/* Edit the properties below to change the colors of the checked checkbox */
.mktoCheckboxList input:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #56CFD2;
    color: #fff;
    border-color:#3eb9bc;
    padding: 0;
}
 
body .mktoForm .mktoCheckboxList > label {
	margin-left:0;
	padding-bottom: 10px;
	width: 100%;
}
.mktoHtmlText {
    width: 100% !important;
    vertical-align: middle;
    color: #ffffff;
    font-size: 17px;
    padding-left: 10px;
}
/* opt in ends*/

@media only screen and (max-width:480px){
#mktoForm_1818 .mktoFormRow:nth-child(3) .mktoFieldDescriptor, #mktoForm_1819 .mktoFormRow:nth-child(4) .mktoFieldDescriptor, #mktoForm_1819 .mktoFormRow:nth-child(7) .mktoFieldDescriptor, #mktoForm_1821 .mktoFormRow:nth-child(3) .mktoFieldDescriptor, #mktoForm_1820 .mktoFormRow:nth-child(3) .mktoFieldDescriptor, #mktoForm_1817 .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
	width:100% !important;
	float:left !important;
}
.mktoForm{
	padding: 0px !important;
}

/* opt in */
.mktoCheckboxList input, .mktoCheckboxList label {
		width: 100% !important;
	}
/* opt in ends*/
}