form.mktoForm {
    width: 100% !important;
}
.mktoRequiredField .mktoAsterix {
    display: inline-block !important;
    color: red;
	float: none !important;
}
.mktoFormCol, .mktoFieldWrap {
	width: 100% !important;
}
label.mktoLabel.mktoHasWidth {
    width: 100% !important;
    float: left;
    text-align: left;
}
div#marketoStatement p {
  text-align: center;
}
.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap input[type=text],
.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap input[type=email],
.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap input[type=tel],
.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap select.mktoField,
.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap textarea.mktoField{
    width: 100% !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	font-size: 0.875rem;
	height: 28px;
}
.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap div.mktoCheckboxList {
    width: 100% !important;

}
label.mktoLabel span {
    font-family: 'museo500' !important;
    font-size: 16px;
    color: #00539f;
}
button.mktoButton {
    display: block;
    font-size: 16px !important;
    font-family: 'museo500' !important;
    padding: 5px 20px !important;
    text-align: center;
    color: #ffffff;
    background: #175eba !important;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
    background: -moz-linear-gradient(top, #1961bd 0%, #12428c 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1961bd), color-stop(100%,#12428c)) !important;
    background: -webkit-linear-gradient(top, #1961bd 0%,#12428c 100%) !important;
    background: -o-linear-gradient(top, #1961bd 0%,#12428c 100%) !important;
    background: -ms-linear-gradient(top, #1961bd 0%,#12428c 100%) !important;
    background: linear-gradient(to bottom, #1961bd 0%,#12428c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1961bd', endColorstr='#12428c',GradientType=0 ) !important;
    border: none !important;
    margin: auto !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
	font-weight: normal !important;
}

.mktoForm.mktoLayoutAbove .mktoField {
	clear: none !important;
}
.mktoButtonRow {
	width: 100%;
}
.mktoButton {
	margin: auto;
}

textarea#GB_Tablet_Comments__c {height:70px !important;}

@media only screen and (min-width: 48em) {
    label.mktoLabel.mktoHasWidth {
        text-align: right;
    }
    label.mktoLabel.mktoHasWidth {
        width: 33.33333% !important;
        margin-right: 15px;
    }
    .mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap input[type=text],
	.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap input[type=email],
	.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap input[type=tel],
	.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap select.mktoField,
	.mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap textarea.mktoField {
        width: 45.33333% !important;
        height: 35px;
    }
    .mktoForm > .mktoFormRow > .mktoFormCol > .mktoFieldWrap p {
        width: 45.33333% !important;
        display: inline-block;
    } 
    .mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap div.mktoCheckboxList {
    	width: 45.33333% !important;
    }
    .mktoForm > .mktoFormRow > .mktoFieldDescriptor > .mktoFieldWrap  > .mktoError 
    {
        right: 44% !important;
        }
    .mktoForm.mktoLayoutAbove .mktoLabel {
	text-align: right !important;
    }
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
