/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 21:27:19 */
.sm-form-nj input[type=email],
.sm-form-nj input[type=text],
.sm-form-nj textarea{
    background: transparent !important;
        border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
}
.sm-form-nj textarea{
    height: 100px !important;
}
.sm-form-nj input[type=submit]{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    background-color: #1E73BE;
    color: #ffffff;
    width: 100% !important;
}
li#menu-item-50187 a {
    background-color: var(--accent);
    color: var(--base-3);
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-radius: .25rem;
    padding: .75rem 1.25rem;
}