.sf_field.sf_field_email.sf_type_text {
    height: 4rem;
    padding: 1.5rem;
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    width: 60%;
}

.sf_field.sf_field_email.sf_type_text sup {
    display: none;
}

.salesforce_w2l_lead.sf_one_column {
    width: 100%;
    display: flex;
}

.sf_field.sf_field_email.sf_type_text {
    width: 80%;
    padding: 0;
}

#sf_email {
    width: 98%;
    font-size: 16px;
    margin-right: 10px;
    height: 100%;
    border: 0;
    padding-left: 10px;
    height: 40px;
}

#sf_form_salesforce_w2l_lead_2 .error_message {
    display: block;
    position: absolute;
    color: #fff;
}

.w2lsubmit {
    width: 85px;
}

a#cookie_action_close_header {
    background: transparent !important;
    border: 4px solid #00808d;
    color: teal !important;
    width: 100%;
    font-weight: 600;
}

.w2linput.submit {
    background: #0099a8;
    padding: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    height: 40px;
    border: 0;
}

footer .social li a i,
footer .social li a svg {
    color: #b6bd00;
    font-size: 2.5rem;
}

#requiredfieldsmsg {
    position: absolute;
    bottom: -5px;
    color: #fff;
}

a.cli_settings_button {
    color: teal !important;
}

a#cookie_action_close_header:hover {
    background: teal !important;
    color: #fff !important
}

div#cookie-law-info-bar span {
    display: grid;
    grid-template-columns: 1fr .2fr;
    align-items: center;
    font-weight: 500;
    grid-column-gap: 60px;
    text-align: left;
    max-width: 1290px;
    margin: auto;
}

div#cookie-law-info-bar span a {
    text-align: center
}

#sf_form_salesforce_w2l_lead_2 {
    display: flex;
    width: 100%;
}

.footer_right {
    max-width: max-content;
    margin-left: auto;
}

.error_message {
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
}

@media only screen and (max-width:767px) {
    .footer_right {
        max-width: 500px;
        margin-left: auto;
    }
    #requiredfieldsmsg {
        display: none !important
    }
    div#cookie-law-info-bar span {
        grid-template-columns: 1fr;
        text-align: center;
    }
    div#cookie-law-info-bar span a {
        margin: 20px 0 0 !important;
    }
    #sf_email {
        width: 98%;
    }
}