/* Forms */
.ma-form{}
.ma-form-advice{ font-size: 9px; color: #A2A2A2; }
.ma-input{
    font-size: 13px;
    font-family: inherit;
    font-weight: 300;
    color: #6a6a6a;
    width: 100%;
    height: 38px;
    background: #fff;
    padding: 0 6px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
}
.ma-select{
    font-size: 13px;
    font-family: inherit;
    font-weight: 300;
    color: #6a6a6a;
    width: 100%;
    height: 38px;
    background: #fff;
    padding: 0 6px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    -webkit-appearance: menulist;
}
.ma-select.ma-error, .ma-input.ma-error{ border-color: #EF4836; }
label.ma-error{ font-size: 11px; color: #EF4836; margin: 0; font-weight: 300; }

/* Buttons */
.ma-button{
    font-size: 14px;
    color: #fff;
    min-width: 125px;
    background-color: #009794;
    box-shadow: 0 2px 0 0 #00706D;
    margin-top: 10px;
    padding: 10px 30px;
    border: none;
    border-radius: 3px;
}
/* Intercept mobile */
.ma-intercept{ display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index:50004; background-color: #fff; }
.ma-intercept-overlay{ display: none; background-color: rgba(0,0,0,.7); top: 0; left: 0; right: 0; bottom: 0; z-index: 50003; }
.ma-intercept_success{ top: 0;}
    .ma-intercept-title{ position: relative; font-size: 13px; color: #fff; background-color: #CE002E; padding: 8px 13px; }
    .ma-intercept-title_success{ background-color: #fff; border-bottom: 1px solid #E1E1E1; }
    .ma-intercept-title_success .ma-intercept-close{ color: #333; }
    .ma-intercept-logo{ display: table; height: 19px; margin: 0 auto; }
    .ma-intercept-close{ position: absolute; top: 4px; right: 10px; font-size: 17px; color: rgba(255,255,255,.6); }
    .ma-intercept-content{ padding: 8px 0 0; }
        .ma-intercept-content-open{ display: block; margin: 0 auto 10px; }
        .ma-intercept-content-text { font-size: 11px; color: #484848; line-height: 17px; padding: 0 13px; }
        .ma-intercept-content-fieldset { padding: 0 13px; margin-bottom: 10px; }
        .ma-intercept-content-cta { text-align: center; padding: 0 13px; margin-bottom: 25px; }
    .ma-intercept-full{ display: none; }
    .ma-intercept-legal{ font-size: 9px; color: #484848; text-align: center; background-color: #F4F4F4; padding: 11px 13px;}

.ma-intercept-success-thanks{ font-size: 18px; color: #353535; line-height: 24px; text-align: center; }
.ma-intercept-success-img{ display: block; margin: 10px auto 5px;}
.ma-intercept-success-txt{ font-weight: 700; font-size: 18px; color: #353535; line-height: 24px; text-align: center; }
.ma-intercept-success-lbl{ font-size: 13px; color: #484848; line-height: 21px; padding: 10px; text-align: center; background-color: #F3F3F3; border-radius: 5px; margin: 0 15px; }
.ma-intercept-success-back{ margin: 13px auto 10px; display: block;}


@media (min-width: 678px) {
    .ma-intercept{ display: none; }
}