﻿.umbraco-forms-page-news-sub {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 2px 24px 4px rgba(0, 0, 0, 0.04);
    width: 93.75%;
    margin: 2.5rem auto !important;
    padding: 5rem !important;
    border: 0px solid black;
    max-width: 1100px;
}

    .umbraco-forms-page-news-sub .titleanddescription h2 {
        color: #424242;
        /* Text */
        font-family: 'FSAlbert' !important;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 31.2px; /* 120% */
        letter-spacing: 0.2px;
    }

    .umbraco-forms-page-news-sub .titleanddescription p {
        color: var(--Vivisol-Green, #78BE20);
        /* DESKTOP/Bold Body Copy */
        font-family: 'FSAlbert' !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 33.6px; /* 152.727% */
    }

.umbraco-forms-label-newsub {
    display: none !important;
}

.dropdown-news-sub {
    border-radius: 6px !important;
    border: 0.5px solid #666;
    display: flex;
    width: 17%;
    padding: 12px 20px !important;
    justify-content: center;
    align-items: center;
    gap: 49px;
    margin-top: 40px !important;
    color: rgba(66, 66, 66, 0.40);
    /* DESKTOP/Body Copy */
    font-family: 'FSAlbert' !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; /* 152.727% */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../Images/Vector 4.png');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 10%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    min-width: 200px;
}

    .dropdown-news-sub option {
        color: rgba(66, 66, 66, 0.40);
        /* DESKTOP/Body Copy */
        font-family: 'FSAlbert' !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px; /* 152.727% */
    }

.textinput-newsub {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 49px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 0.5px solid #666;
    margin-top: 30px !important;
    padding: 20px 12px !important;
    max-width: 100% !important;
    font-family: 'FSAlbert' !important;
    font-family: FS Albert;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    width: 100% !important;
}

    .textinput-newsub::placeholder {
        color: rgba(66, 66, 66, 0.40);
        /* DESKTOP/Body Copy */
        font-family: 'FSAlbert' !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px; /* 152.727% */
    }

.btn-newsub {
    display: flex;
    height: 50px;
    padding: 24px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #78BE20;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.28px;
    border: 0px solid black;
}

.umbraco-forms-page-news-sub .checkbox {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 2%;
    margin-top: 30px;
    justify-content: flex-end;
}

    .umbraco-forms-page-news-sub .checkbox span {
        Copy color: var(--gray-900, #101828);
        /* DESKTOP/Body Copy */
        font-family: 'FSAlbert' !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px; /* 152.727% */
    }


.umbraco-forms-page-news-sub .shortanswer .umbraco-forms-field-wrapper {
    flex: 1 0 0%;
    display: flex;
    justify-content: flex-start;
}

.umbraco-forms-page-news-sub .umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input, .umbraco-forms-form .checkbox input {
    accent-color: #78BE20;
    border-radius: 6px;
    border: 1px solid var(--gray-500, #667085);
    background: var(--White, #FFF);
    max-width: 20px;
    min-width: 20px;
    max-height: 20px;
    min-height: 20px;
}

.umbraco-forms-page-news-sub .umbraco-forms-form input.text, .umbraco-forms-form textarea {
}


.privacyNote {
    color: rgba(120, 190, 32, 1);
    color: #78BE20;
    font-family: 'FSAlbert' !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
    display: inline-block;
    margin-left: 5px;
}


.star {
    color: #101828;
    font-family: 'FSAlbert' !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
    display: inline-block;
    margin: 0px;
}

.news-sub div {
    width: 80%;
    margin-top: 90px;
}


    .news-sub div h1 {
        margin-bottom: 50px;
    }


.umbraco-forms-page-news-sub .emailaddress div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.umbraco-forms-submitmessage {
    text-align: center; 
}

@media (max-width: 1440px) {
    .umbraco-forms-page-news-sub {
        max-width: 940px;
    }
}

@media (max-width: 1280px) {
    .umbraco-forms-page-news-sub {
        max-width: 740px;
    }

    @media (max-width: 1024px) {
        .umbraco-forms-page-news-sub {
            max-width: 540px;
        }

        @media (max-width: 768px) {
            .umbraco-forms-page-news-sub {
                padding: 1rem !important;
            }
        }
