﻿.mktoHeroFormContainer {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    padding: 20px 0 0 0;
    width: 1254px;
    max-width: 100%;
}
.mktoHeroFormOuterWrap {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/mkto-gray.png');
    padding: 50px 0 30px 30px;
}
.mktoHeroFormInnerWrap {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../images/mkto-yellow.png');
    padding: 0 30px 45px 0;
}
.mktoForm {
    line-height: 1;
    width: 100%;
}
.mktoHeroFormContainer .mktoForm {
    background-color: #fff;
    box-shadow: 12px 12px 15px 0 rgba(0,0,0,.25);
    padding: 30px 45px 40px 45px;
    width: 700px;
    max-width: 700px;
    border-radius: 5px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}
.mktoForm .requestText {
    font-weight: 500;
    color: #4c4c4c;
    line-height: 1.6;
}
.mktoForm br,
.mktoForm .mktoGutter {
    display: none;
}
.mktoForm .mktoFormRow {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
}
.mktoForm.mktoForm_one-col .mktoFormRow {
    flex-wrap: wrap;
}
.mktoForm .mktoFormCol,
.heroForm .mktoFormCol {
    width: 50%;
    margin-bottom: 16px;
}
.mktoForm.mktoForm_one-col .mktoFormCol,
.mktoForm .one-col .mktoFormCol {
    width: 100%;
    margin-bottom: 16px;
}
.subscribeForm.mktoForm .mktoFormCol {
    margin-bottom: 10px;
}
.mktoForm .mktoFormRow > div:first-of-type,
.heroForm .mktoFormRow > div:first-of-type {
    padding-right: 15px;
}
.mktoForm.mktoForm_one-col .mktoFormRow > div:first-of-type {
    padding-right: 0;
}
.mktoForm .mktoFormRow > div.single-col {
    flex-basis: 100%;
    padding-right: 0;
}
.mktoForm label {
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 6px;
    color: #343434;
}
.mktoForm .mktoAsterix {
    color: #bc0d0d;
    float: right;
    padding-left: 3px;
}
.mktoForm .form-group .mktoField,
.mktoForm .form-group input[type="text"],
.mktoForm .form-group input[type="url"],
.mktoForm .form-group input[type="email"],
.mktoForm .form-group input[type="tel"],
.mktoForm .form-group input[type="number"],
.mktoForm .form-group input[type="date"],
.mktoForm .form-group textarea.mktoField,
.mktoForm .form-group select.mktoField,
.mktoForm .form-group select,
.mktoForm .form-group textarea {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #f2f2f2;
    border: none;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    height: auto;
    color: #343434;
    width: 100%;
}
.mktoForm .form-group select.mktoField {
    border: none;
}
.mktoForm .form-group textarea.mktoField,
.heroForm .form-group textarea.mktoField {
    height: 100px;
}
.mktoForm .mktoFormCol .custom-select,
.heroForm .mktoFormCol .custom-select {
    background-color: #f2f2f2;
    border: none;
    border-radius: 4px;
}
.mktoForm .mktoFormCol select.mktoField,
.heroForm .mktoFormCol select.mktoField {
    border: none;
    color: #7e7e7e;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 100%;
    padding: 10px 30px 10px 12px;
    height: auto;
}
.mktoForm .mktoFormCol select:disabled,
.mktoForm .mktoFormCol select.selected:disabled,
.heroForm .mktoFormCol select:disabled,
.heroForm .mktoFormCol select.selected:disabled {
    color: #7e7e7e;
}
.mktoForm .mktoError,
.heroForm .mktoError {
    color: red;
    padding: 7px 0;
    line-height: 1.2;
}
.mktoForm .mktoFormCol .mktoField:disabled,
.mktoForm .mktoFormCol select:disabled,
.mktoForm .mktoFormCol select.selected:disabled,
.heroForm .mktoFormCol .mktoField:disabled,
.heroForm .mktoFormCol select:disabled,
.heroForm .mktoFormCol select.selected:disabled {
    color: #7e7e7e;
    background-color: #e9ecef;
}
.mktoForm .mktoButtonRow {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: left !important;
}
.mktoForm .mktoButtonWrap {
    display: block;
}
.mktoForm.centered-buttons .mktoButtonRow,
.heroForm.centered-buttons .mktoButtonRow {
    justify-content: center;
}
.mktoForm .mktoHtmlText,
.heroForm .mktoHtmlText {
    margin-top: 20px;
}
.mktoForm button.mktoButton {
    background-color: #fcc52b;
    border-color: #fcc52b;
    font-size: 16px !important;
    line-height: 1;
    font-weight: 800 !important;
    border-radius: 4px !important;
    padding: 12px 35px !important;
}
.mktoForm button.mktoButton:hover {
    background-color: #ffa800;
    border-color: #ffa800 !important;
}
.subscribeForm.mktoForm button.mktoButton {
    color: #fff;
    background-color: #4c4c4c;
    /*margin-top: 12px;*/
    border: 1px solid transparent;
    width: 100%;
}
.subscribeForm.mktoForm button.mktoButton:hover {
    background-color: #404040;
}
.subscribeForm.mktoForm .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #000;
    border: 1px solid #000;
}
@media (max-width: 767px) {
    .mktoHeroFormContainer {
        padding: 30px;
        background-size: cover;
        background-position: top center;
    }
    .mktoHeroFormOuterWrap,
    .mktoHeroFormInnerWrap {
        background-image: none;
        padding: 0;
    }
    .mktoHeroFormContainer .mktoForm {
        background-color: #fff;
        box-shadow: 12px 12px 15px 0 rgba(0,0,0,.25);
        padding: 30px 45px 40px 45px;
        width: 700px;
        max-width: 700px;
        border-radius: 5px;
        font-size: 14px;
        font-family: Helvetica, Arial, sans-serif;

        width: 100%;
        max-width: 100%;
        padding: 25px 30px;
    }
    .mktoForm .mktoFormRow {
        flex-wrap: wrap;
    }
    .mktoForm .mktoFormCol,
    .heroForm .mktoFormCol {
        flex-basis: 100%;
    }
    .mktoForm .mktoFormRow > div:first-of-type,
    .heroForm .mktoFormRow > div:first-of-type{
        padding-right: 0;
    }
}