

#mc_embed_shell {
    background-color: #004f7c;
    color: #ffffff;
    font-weight: 700;
    font-family: Georgia, serif;
    /*border: 2px solid #cf1117;*/
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#mc_embed_signup {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#mc_embed_signup h2,
#mc_embed_signup label,
#mc_embed_signup .helper_text,
#mc_embed_signup .response {
    color: black;
}

#mc_embed_signup .mc-field-group input,
#mc_embed_signup .button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    /*border: 1px solid #cf1117;*/
}

#mc_embed_signup .button {
    background-color: black;
    color: white;
    cursor: pointer;
}

#mc_embed_signup .button:hover {
    background-color: #999999   ;
}
#mc_embed_signup_scroll h2 {
    color: #fff;
}

.mc-field-group input[type="checkbox"] {
    border: 2px solid #fff;
    margin-right: 5px;
}

.mc-field-group label {
    color: black;
}



#mc_embed_shell {
    background-color: #004f7c;
    color: #ffffff;
    font-weight: 700;
    font-family: Georgia, serif;
    /*border: 2px solid #cf1117;*/
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#mc_embed_signup {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#mc_embed_signup h2,
#mc_embed_signup label,
#mc_embed_signup .helper_text,
#mc_embed_signup .response {
    color: black;
}

#mc_embed_signup .mc-field-group input,
#mc_embed_signup .button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    /*border: 1px solid #cf1117;*/
}

#mc_embed_signup .button {
    background-color: black;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

#mc_embed_signup .button:hover {
    background-color: #999999;
}
#mc_embed_signup_scroll h2 {
    color: #fff;
}

.mc-field-group input[type="checkbox"] {
    border: 2px solid #fff;
    margin-right: 5px;
}

.mc-field-group label {
    color: black;
}

#mc_embed_shell, #mc_embed_shell label {
    font-family: Georgia, serif;
    color: white;
    font-weight: normal;
}
#mc_embed_shell label {
    margin-bottom: 0 !important;
}
#mc_embed_shell input {
    margin-left: 10px;
}
#mc_embed_shell .asterisk {
    color: red;
}
#mc_embed_shell h2 {
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 40px;
    color: white;
    margin-left: 18px;
}




.mc-field-group.input-group ul {
    list-style: none;
    padding-left: 0;
    text-align: left !important;
}

.mc-field-group.input-group li {
    text-align: left !important;
    line-height: 1.5em;
    font-size: 14px;
}

.mc-field-group.input-group input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: middle;
    float: left !important;
}
#mc_embed_signup .mc-field-group input, #mc_embed_signup .button {
    width: auto;
}

#mc_embed_signup .mc-field-group input, #mc_embed_signup .button {
    padding: 3px;
}

#mc_embed_signup .mc-field-group {
    margin-top: 10px;
}
#mc_embed_signup .mc-field-group li {
    margin-top: 1px;
}

.featured-col li {
    margin-bottom: 0 !important;
    line-height: 22px;
}

#mc-embedded-subscribe {
    padding: 5px;
    width: 150px !important;
    margin-top: 0 !important;
}
#mc_embed_signup .button {
    margin-top: 0;
    /* border: 1px solid #cf1117; */
    font-family: Roboto, sans-serif;
}
#mc_embed_signup .mc-field-group input {
    margin-top: 5px;
}
#mce-EMAIL {
    min-width: 300px;
    font-family: Roboto, sans-serif;
}

.indicates-required {
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

@media only screen and (max-width: 768px) {
    #mc_embed_signup .mc-field-group input {
        max-width: 100%;
        width: 90%;
    }

    #mc-embedded-subscribe {
        padding: 5px;
        width: 90% !important;
        margin-top: 10px !important;
    }

    #mc_embed_shell h2 {
        text-align: center;
    }

}

/* The switch - the box around the slider */
.wpb-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.wpb-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.wpb-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.wpb-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

/* When the checkbox is checked, add a blue background */
input:checked + .wpb-slider {
    background-color: #2196F3;
}

/* Move the slider to the right when checked */
input:checked + .wpb-slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.wpb-slider.round {
    border-radius: 34px;
}

.wpb-slider.round:before {
    border-radius: 50%;
}

.wpb-checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wpb-long-label {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    max-width: 90%;  /* Adjust the max-width as needed */
    margin-left: 12px !important; /* Add some space between the checkbox and the label */
    margin-right: 3px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.wpb-slider {
    width: 60px; /* Set this to whatever width you want */
}

.second_label {
    margin-left: 20px;
}



.wpb-container {
    display: flex;
    flex-wrap: wrap;
    clear: both !important;
}

.wpb-right, .wpb-left {
    box-sizing: border-box;
    /*padding: 20px;*/
    /*border: 1px solid #ccc;*/
}

.wpb-right {
    width: 57%;
    margin-left: 30px;
}

.wpb-left {
    width: 37%;
    border-right: 1px solid #ccc;  /* This adds the 1px line */
}
.instructions-top, .instructions-top-email {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.instructions-top {
    margin-bottom: 10px !important;
}
.instructions-top-email {
    margin-bottom: 0 !important;
    margin-left: 10px !important;
}
#mce-success-response, .mce_inline_error, #mce-error-response {
    color: red !important;
    background-color: white !important;
    padding: 20px;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    border-radius: 6px;

}
@media (min-width: 1200px) {
    .newsletter_heading_break {
        display: block;
    }

}
@media (max-width: 1200px) {
    .wpb-right, .wpb-left {
        width: 100%;
        border-right: none;
        margin-left: 2px;
    }
    .wpb-left {
        border-bottom: 1px solid #ccc;  /* This adds the 1px line */
        margin-bottom: 10px;
    }

    .wpb-long-label {
        max-width: 75%;
        margin-left: 24px !important;
    }

    #mc_embed_shell h2 {
        margin-left: 0;
    }
    .instructions-top {
        margin-bottom: 4px !important;
    }

    #mc-embedded-subscribe {
        width: 300px !important;
    }
    #mce-success-response, .mce_inline_error, #mce-error-response {
        font-size: 20px;
    }
}
