/* Form styling */
.mktoForm {
    margin-top: 1em !important;
}
 
.mktoFormCol,
.mktoFieldWrap,
.mktoForm,
.mktoButtonRow,
.mktoHtmlText {
    width: 100% !important;
}
 
.mktoLabel {
    width: 100% !important;
    font-weight: 400 !important;
    text-align: left !important;
}
 
label[for="optedInTemporary"], label[for="optedInPhoneTemporary"], label[for="optedInPhoneRequest"]{
    width: 85% !important;
    font-weight: bold !important;
    font-size: 12px !important;
    font-family: 'FujitsuSans', Arial, sans-serif;
}
 
.mktoLogicalField {
    width: 40px !important;
    padding-left: 10px !important;
    padding-top: 6px !important;
}
 
.mktoButton {
    width: 100% !important;
    font-size: 13px !important;
    padding: 10px !important;
    background-color: #ff0000 !important;
    background-image: none !important;
    border: none !important;
    color: #fff !important;
}

.mktoLabel {
    padding-top: 5px !important;
    font-size: 18px !important;
}
 
.mktoButtonWrap {
    margin: 0 !important;
}
 
 
.mktoGutter,
.mktoOffset {
    display: none !important;
}
 
.mktoForm input,
.mktoForm select, .mktoForm textarea {
    background: #ebebeb;
    border: 1px #ccc solid;
}
 

.mktoForm textarea,
.mktoForm select,
.mktoForm input:not([type='checkbox']),
.mktoForm option {
    width: 100% !important;
    font-size: 13px !important;
    color: #666666;
    min-height: 38px !important;
    margin-top: 1px !important;
}
 
.mktoForm textarea {
    height: auto !important;
}

.mktoForm select {
    width: 100% !important;
    font-size: 13px !important;
    color: #666666;
}
 
select.mktoValid,
input.mktoValid,
textarea.mktoValid {
    color: #333333 !important;
}
 
.mktoForm button[type=submit], .mktoForm #submitbutton {
    font-size: 16px !important;
    margin-top: 20px;
    text-transform: uppercase;
}
 

.mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
    float: none !important;
}


#thankYouMessage {
    display: none;
    text-align: center;
}