@font-face {
    font-family: "Benton Sans";
    font-display: swap;
    src: url("https://fonts.advance.net/fonts/v1/benton-sans-regular/166b5d40-3430-46a0-8fb2-43f30962dec7-2.eot");
    src: url("https://fonts.advance.net/fonts/v1/benton-sans-regular/166b5d40-3430-46a0-8fb2-43f30962dec7-2.eot?") format("embedded-opentype"), url("https://fonts.advance.net/fonts/v1/benton-sans-regular/166b5d40-3430-46a0-8fb2-43f30962dec7-3.woff") format("woff"), url("https://fonts.advance.net/fonts/v1/benton-sans-regular/166b5d40-3430-46a0-8fb2-43f30962dec7-1.ttf") format("truetype"), url("https://fonts.advance.net/fonts/v1/benton-sans-regular/166b5d40-3430-46a0-8fb2-43f30962dec7-3.woff#web") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Farnham Medium";
    font-display: swap;
    src: url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.eot");
    src: url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.eot?") format("embedded-opentype"), url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.woff") format("woff"), url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Benton Sans Medium";
    font-display: swap;
    src: url("https://fonts.advance.net/fonts/v1//benton-sans-medium/448c4642-c106-472f-9c6a-a4d7b5347b03-2.eot");
    src: url("https://fonts.advance.net/fonts/v1/bentons-sans-medium/448c4642-c106-472f-9c6a-a4d7b5347b03-2.eot?") format("embedded-opentype"), url("https://fonts.advance.net/fonts/v1/bentons-sans-medium/448c4642-c106-472f-9c6a-a4d7b5347b03-3.woff") format("woff"), url("https://fonts.advance.net/fonts/v1/bentons-sans-medium/448c4642-c106-472f-9c6a-a4d7b5347b03-1.ttf") format("truetype"), url("https://fonts.advance.net/fonts/v1/bentons-sans-medium/448c4642-c106-472f-9c6a-a4d7b5347b03-4.svg#web") format("svg");
    font-style: normal;
    font-weight: bold;
}

*:focus {
    outline-color: #7BA6E5;
    outline-offset: 0;
    outline-width: 2px;
    outline-style: solid;
}

input:focus:not(#form-submit) {
    outline-offset: -3px;
}

.newsletterlist {
    margin: 0;
    padding: 0;
    font-family: "Benton Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background: #fff;
    color: #2a2a2a;
    line-height: 1.29;
}

.newsletterlist__nav {
    width: 100%;
    border-bottom: 1px solid #BBBBBB;
    background: #fff;
    display: grid;
    grid-template-columns: 77px auto;
    height: 64px;
}

.newsletterlist__nav--logo {
    margin:0;
    text-align: center;
    width: 100%;
    height: 64px;
}

.newsletterlist__nav--logo img {
    width: auto;
    height: 45px;
    margin-top: 8.5px;
}

.newsletterlist__nav-subscribe {
    display: grid;
    grid-template-columns: auto 117px 124px;
    grid-template-areas: 'space message button';
}

.newsletterlist__nav-subscribe-message {
    grid-area: message;
    font-family: Arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.4px;
    color: #666;
    display: flex;
    align-items: center;
    text-align: right;
}

.newsletterlist__nav-subscribe-cta {
    grid-area: button;
    display: flex;
    margin: auto 16px auto 8px;
    background: white;
    border: 1px solid #2A2A2A;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2A2A2A;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.newsletterlist__wrapper {
    text-align: center;
    margin: 48px 0;
    font-size: 19px;
}

.newsletterlist__wrapper h1 {
    font-family: "Farnham Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 28px;
    margin:0;
    line-height: 38px; 
}

.newsletterlist__subheader {
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 48px;
}

.newsletterlist__wrapper p {
    line-height: 26px;
    font-size: 18px;
    margin: 10px 0 0;
}

.newsletterlist__listings {
    background-color: #fff;
    margin-top: 20px;
    width: 100%;
    padding: 0 21px;
    box-sizing: border-box;
}

.newsletterlist__listings--listing {
    margin: 15px 0 25px;
    text-align: left;
    transition: all .5s ease-in-out;
    position: relative;
}

.newsletterlist__listings--listing-checkbox-wrapper {
    width: calc(100% - 110px);
    padding-left: 23px;
    display: block;
}

.newsletterlist__listings--listing-checkbox {
    transform: scale(1.5);
    position: absolute;
    top: 2px;
    left: 0px;
    margin-left: 0;
    margin-right: 0;
}

.newsletterlist__listings--listing h2 {
    font-size: 22px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: 31px;
}

.newsletterlist__wrapper .newsletterlist__listings--listing p {
    font-size: 16px;
    text-align: left;
    margin: 15px 85px 0 0;
    line-height: 24px;
}

.newsletterlist__listings--listing-schedule {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding-left: 23px;
}

.newsletterlist__listings--listing-more-info {
    margin: 0 0 0 32px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20.8px;
    font-family: "Benton Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #2a2a2a;
    text-decoration: underline;
    position: absolute;
    top: 6px;
    right: 0;
}

.newsletterlist__listings--listing-description {
    display: none;
    margin: 15px 0 0 32px;
}

.newsletterlist__listings--listing-description img {
    width: calc(100% - 85px);
}

.newsletterlist__listings--listing-description img.al-enotify,
.newsletterlist__listings--listing-description img.mlive-enotify,
.newsletterlist__listings--listing-description img.nj-enotify {
    width: auto;
}

.newsletterlist__footer {
    text-align: center;
    font-size: 16px;
    padding: 0 45px 220px;
    width: 100%;
    box-sizing: border-box;
    color: #525252;
}

.newsletterlist__footer a {
    font-weight: bold;
    color: #525252;
    text-decoration: none;
    font-family: "Benton Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.newsletterlist__footer--logo img {
    height: 40px;
}

.newsletterlist__email-submit {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    text-align: center;
    height: auto;
    padding: 15px 0;
    border-top: 1px solid #2A2A2A;
}

p.newsletterlist__listings--email {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0 20px;
    box-sizing: border-box;
}

.newsletterlist__listings--email-input {
    padding: 11px 4px;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #2a2a2a solid;
    margin: 0 0 24px;
}

.newsletterlist__email-submit input[type="submit"] {
    cursor: pointer;
    width: 100%;
    height: 48px;
    border-radius: 0;
    color: #fff;
    background-color: #2a2a2a;
    font-size: 16px;
    font-family: "Benton Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 0;
    -webkit-appearance: none;
    border: 0;
}

.newsletterlist__listings--email input:focus {
    outline-style: solid;
    outline-offset: 1px;
}

.newsletterlist__honey {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

@media (min-width: 767px) {

    .newsletterlist__nav {
        display: block;
        position: relative;
    }

    .newsletterlist__nav-subscribe {
        grid-template-columns: 117px 124px;
        grid-template-areas: 'message button';
        position:absolute;
        top: 14px;
        right: 16px;
    }

    .newsletterlist__wrapper {
        max-width: 960px;
        margin: 50px auto;
    }

    .newsletterlist__listings {
        margin-top: 50px;
    }

    .newsletterlist__listings--all:after {
        content: "";
        display: table;
        clear: both;
      }

    .newsletterlist__listings--listing {
        width: 50%;
        float: left;
        margin: 15px 0;
        min-height: 250px;
    }

    p.newsletterlist__listings--email {
        font-size: 18px;
        line-height: 26px;
        margin: 0;
    }
    
    .newsletterlist__listings--email-input {
        width: 220px;
        margin: 0 16px 0 0;
    }

    .newsletterlist__listings--listing-more-info {
        display: none;
    }

    .newsletterlist__listings--listing-description {
        display: block;
        margin: 15px 0 0;
    }

    .newsletterlist__listings--listing-description img {
        float: left;
        margin: 0 10px 30px 0;
        width: auto;
        height: 120px;
    }

    .newsletterlist__listings--listing-description img.al-enotify,
    .newsletterlist__listings--listing-description img.mlive-enotify,
    .newsletterlist__listings--listing-description img.nj-enotify {
        height: auto;
    }

    .newsletterlist__wrapper .newsletterlist__listings--listing .newsletterlist__listings--listing-description p {
        margin: 10px 25px 0 0;
        font-size: 15px;
    }

    .newsletterlist__wrapper input[type="submit"] {
        width: 190px;
        height: 52px;
    }
    
    .newsletterlist__footer {
        max-width: 960px;
        margin: auto;
        padding-bottom: 125px;
    }

    .newsletterlist__email-submit {
        padding: 32px 0 24px;
    }

    .newsletterlist__email-submit input[type="submit"] {
        width: 280px;
    }

}

/* Changes for redesign added Q4 2023 */
@font-face {
    font-family: "Farnham Regular";
    src: url("https://fonts.advance.net/fonts/v1/farnham-headline-regular/farnhamheadline-regular.eot");
    src: url("https://fonts.advance.net/fonts/v1/farnham-headline-regular/farnhamheadline-regular.eot?") format("embedded-opentype"), url("https://fonts.advance.net/fonts/v1/farnham-headline-regular/farnhamheadline-regular.woff") format("woff"), url("https://fonts.advance.net/fonts/v1/farnham-headline-regular/farnhamheadline-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Farnham Semi Bold";
    src: url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.eot");
    src: url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.eot?") format("embedded-opentype"), url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.woff") format("woff"), url("https://fonts.advance.net/fonts/v1/farnham-headline-semi-bold/farnhamheadline-semi-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}
.newsletterlist {
    font-family: 'Inter', sans-serif;
}
.listing-button, .featured-button {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}
.newsletterlist__wrapper {
    max-width: 994px;
    margin: 24px auto;
}
@media only screen and (min-width: 601px) {
    .newsletterlist__wrapper {
        margin: 40px auto;
    }
}
.newsletterlist__wrapper > h1 {
    text-align: center;
    font-family: "Farnham Regular", serif;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0.8px;
    color: #2A2A2A;
    margin-bottom: 24px;
}
@media only screen and (min-width: 601px) {
    .newsletterlist__wrapper > h1 {
        text-align: center;
        font-size: 44px;
        line-height: 54px;
    }
}
@media only screen and (min-width: 601px) {
    .newsletterlist__wrapper > h1 {
        margin-bottom: 40px;
    }
}
.newsletterlist__listings {
    background-color: #fff;
    margin-top: 40px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}
.newsletterlist__wrapper .newsletterlist__listings--all.js-all-listings {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px 16px;
    overflow: hidden;
    padding: 0 2px 220px 0;
}
@media only screen and (min-width: 600px) {
    .newsletterlist__wrapper .newsletterlist__listings--all.js-all-listings {
        gap: 56px 16px;
    }
}
.newsletterlist__wrapper .newsletterlist__listings--all.js-all-listings > * {
    min-width: 0px;
}
@media only screen and (min-width: 600px) {
    .newsletterlist__wrapper .newsletterlist__listings--all.js-all-listings {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
@media only screen and (min-width: 769px) {
    .newsletterlist__wrapper .newsletterlist__listings--all.js-all-listings {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}
.newsletterlist__wrapper .newsletterlist__listings--listing {
    width: unset;
    margin: unset;
    float: unset;
    min-height: unset;
    padding: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 72px repeat(3, minmax(0, 1fr));
    grid-template-rows: max-content;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    box-shadow: 2px 2px 2px 0px rgba(225,225,225,0.7);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(225,225,225,0.7);
    -moz-box-shadow: 2px 2px 2px 0px rgba(225,225,225,0.7);
}
.newsletterlist__wrapper .newsletterlist__listings--listing h3 {
    margin: 0;
    grid-area: 1 / 2 / 2 / 5;
}
.newsletterlist__wrapper .newsletterlist__listings--listing-checkbox {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    top: unset;
}
.newsletterlist__wrapper .newsletterlist__listings--listing-checkbox {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    top: unset;
    visibility: hidden;
}
.newsletterlist__listings--listing-schedule {
    font-family: Inter, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    padding: unset;
}
.newsletterlist__wrapper .newsletterlist__listings--listing img {
    width: 72px;
    grid-area: 1 / 1 / 2 / 2;
}
.newsletterlist__wrapper .newsletterlist__wrapper.newsletterlist__listings--listing.newsletterlist__listings--listing-description p {
    margin: 10px 0 0;
    font-size: 15px;
}
.newsletterlist__wrapper .newsletterlist__listings--listing-description {
    display: block;
    margin: unset;
    grid-area: 2 / 1 / 3 / 5;
}
.newsletterlist__wrapper .newsletterlist__listings--listing-description p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #444444;
    margin: unset;
}
@media only screen and (min-width: 767px) {
    .newsletterlist__wrapper .newsletterlist__listings--listing .newsletterlist__listings--listing-description p {
        margin: unset;
        font-size: 14px;
    }
}
.newsletterlist__listings--listing-checkbox-wrapper {
    display: block;
    width: unset;
    padding: unset;
    font-family: 'Farnham Regular', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #2A2A2A;
    margin-bottom: 6px;
}
.newsletterlist__email-submit input[type="submit"] {
    cursor: pointer;
    max-width: 340px;
    border-radius: 32px;
    color: #fff;
    background-color: #2a2a2a;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding: 0;
    -webkit-appearance: none;
    border: 0;
}
.newsletterlist__listings--email-input {
    padding: 13px 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    max-width: 340px;
    border-radius: 0;
    border: 1px #E1E1E1 solid;
    margin: 0 0 16px;
}
@media only screen and (min-width: 767px) {
    .newsletterlist__listings--email-input {
        margin: 0 8px 0 0;
        max-width: 340px;
        width: 280px;
    }
}
p.newsletterlist__listings--email {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-width: 767px) {
    p.newsletterlist__listings--email {
        flex-direction: row;
        justify-content: center;
    }
}
.newsletterlist__listings--disclaimer {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.4px;
    padding: 0 8px;
}
.newsletterlist__listings--disclaimer a {
    color: #666666;
}
@media only screen and (min-width: 767px) {
    .newsletterlist__email-submit {
        padding: 24px 0 24px;
    }
}
.newsletterlist__email-submit {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    text-align: center;
    height: auto;
    padding: 24px 0;
    border-top: 1px solid #C8C8C8;
}
.newsletterlist__featured--section {
    background-color: #F8F8F8;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}            
@media only screen and (min-width: 600px) {
    .newsletterlist__featured--section {
        margin: 0 16px;  
    }
}
.newsletterlist__featured--section-label {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-top: 24px;
    margin-bottom: 4px;
    width: 343px;
    text-align: left;
}
@media only screen and (min-width: 769px) {
    .newsletterlist__featured--section-label {
        margin-top: 40px;
        width: 750px;
        max-width: 750px;  
    }
}
.newsletterlist__featured--section-sublabel {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: #2A2A2A;
    margin-bottom: 24px;
    width: 343px;
    text-align: left;
}
@media only screen and (min-width: 769px) {
    .newsletterlist__featured--section-sublabel {
        width: 750px;
        max-width: 750px;  
    }
}
.newsletterlist__featured--listing {
    display: flex;
    flex-direction: column;
    width: 343px;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 2px 0px rgba(225,225,225,0.7);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(225,225,225,0.7);
    -moz-box-shadow: 2px 2px 2px 0px rgba(225,225,225,0.7);
}
@media only screen and (min-width: 769px) {
    .newsletterlist__featured--listing {
        flex-direction: row;
        width: 750px;
        max-width: 750px;
    }
}
.newsletterlist__featured--listing img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.newsletterlist__featured--listing-content {
    padding: 0 16px 24px 16px;
    text-align: left;
    margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
    .newsletterlist__featured--listing-content {
    padding: 0 16px 24px 24px;
}
}
@media only screen and (min-width: 769px) {
    .newsletterlist__featured--listing img {
        width: unset;
        height: 200px;
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 0;
    }
}
.newsletterlist__featured--listing-checkbox-wrapper {
    display: block;
    width: unset;
    padding: unset;
    font-family: 'Farnham Regular', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #2A2A2A;
    margin-top: 16px;
}
.newsletterlist__featured--listing-schedule {
    font-family: Inter, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    padding: unset;
}
.newsletterlist__featured--listing-checkbox {
    margin: 0;
    visibility: hidden;
}
label.newsletterlist__featured--listing-checkbox-label {
    height: 28px;
    width: -webkit-fill-available;
    position: absolute;
}
.newsletterlist__featured--listing-description {
    padding-top: 12px;
}
.newsletterlist__wrapper .newsletterlist__featured--listing-description p {
    position: relative;
    bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin: unset;
}
.newsletterlist__nav-subscribe-cta {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    color: #2A2A2A;
    margin: auto 16px auto 8px;
    text-decoration: underline;
    border: unset;
    justify-content: end;
}
.newsletterlist__nav-subscribe {
    display: grid;
    grid-template-columns: 260px;
    grid-template-areas: 'button';
    position: absolute;
    right: 0;
    top: 14px;
}
.newsletterlist__nav-subscribe a:hover{
    opacity: .8;
}

input[type=checkbox] + div.listing-button {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    top: unset;
    border: 1px solid #2A2A2A;
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 30px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2A2A2A;
}
input[type=checkbox] + div.listing-button:hover,
input[type=checkbox]:checked + div.listing-button:hover {
    background-color: #F8F8F8;
}
input[type=checkbox] + div.listing-button > span.button-icon:before {
    font-family: 'Material Icons';
    content: 'add';
    font-size: 20px;
    color: #2A2A2A;
}
input[type=checkbox]:checked + div.listing-button {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    top: unset;
    border: 1px solid #1E7F01;
    width: max-content;
    height: 28px;
    margin: auto;
    border-radius: 32px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E7F01;
}
input[type=checkbox]:checked + div.listing-button > span.button-icon:before {
    font-family: 'Material Icons';
    content: 'check';
    font-size: 20px;
    color: #1E7F01;
    margin-left: 14px;
}
input[type=checkbox]:checked + div.listing-button > span.button-text:before {
    font-family: 'Inter', sans-serif;
    content: 'Selected';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: auto 16px auto 4px;
    color: #1E7F01;
}
input.subscribed[type=checkbox]:checked + div.listing-button {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    top: unset;
    border: 1px solid #1E7F01;
    width: max-content;
    height: 28px;
    margin: auto;
    border-radius: 32px;
    cursor: pointer;
    background-color: #1E7F01;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
input.subscribed[type=checkbox]:checked + div.listing-button > span.button-icon:before {
    font-family: 'Material Icons';
    content: 'check';
    font-size: 20px;
    color: #fff;
    margin-left: 14px;
}
input.subscribed[type=checkbox]:checked + div.listing-button > span.button-text:before {
    font-family: 'Inter', sans-serif;
    content: 'Signed Up';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: auto 16px auto 4px;
    color: #fff;
}
input.subscribed[type=checkbox]:checked + div.listing-button:hover {
    background-color: #134C13;
}
input[type=checkbox] + div.featured-button {
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    border: 1px solid #1E7F01;
    width: max-content;
    height: 28px;
    border-radius: 32px;
    cursor: pointer;
    background-color: #2A2A2A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
input[type=checkbox] + div.featured-button:hover {
    background-color: #444444;
}
input[type=checkbox] + div.featured-button > span.button-icon:before {
    font-family: 'Material Icons';
    content: 'add';
    font-size: 20px;
    color: #fff;
    margin-left: 14px;
}
input[type=checkbox] + div.featured-button > span.button-text:before {
    font-family: 'Inter', sans-serif;
    content: 'Sign Up';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: auto 16px auto 4px;
    color: #fff;
}
input[type=checkbox]:checked + div.featured-button {
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    border: 1px solid #1E7F01;
    width: max-content;
    height: 28px;
    border-radius: 32px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E7F01;
}
input[type=checkbox]:checked + div.featured-button > span.button-icon:before {
    font-family: 'Material Icons';
    content: 'check';
    font-size: 20px;
    color: #1E7F01;
    margin-left: 14px;
}
input[type=checkbox]:checked + div.featured-button > span.button-text:before {
    font-family: 'Inter', sans-serif;
    content: 'Selected';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: auto 16px auto 4px;
    color: #1E7F01;
}
input[type=checkbox]:checked + div.featured-button:hover {
    background-color: #F8F8F8;
}
input.subscribed[type=checkbox]:checked + div.featured-button {
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
    border: 1px solid #1E7F01;
    width: max-content;
    height: 28px;
    border-radius: 32px;
    cursor: pointer;
    background-color: #1E7F01;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
input.subscribed[type=checkbox]:checked + div.featured-button > span.button-icon:before {
    font-family: 'Material Icons';
    content: 'check';
    font-size: 20px;
    color: #fff;
    margin-left: 14px;
}
input.subscribed[type=checkbox]:checked + div.featured-button > span.button-text:before {
    font-family: 'Inter', sans-serif;
    content: 'Signed Up';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: auto 16px auto 4px;
    color: #fff;
}
input.subscribed[type=checkbox]:checked + div.featured-button:hover {
    background-color: #134C13;
}
label.newsletterlist__listings--email-label {
    display: none;
}
.newsletterlist__listings--listing:has(input[type=checkbox]:checked),
.newsletterlist__featured--listing:has(input[type=checkbox]:checked) {
    border-color: #1E7F01;
}
input#form-submit:hover {
    background-color: #444444;
}
input#zipcode {
    max-width: 340px;
}
@media only screen and (min-width: 767px) {
    input#zipcode {
        max-width: 150px;
    }
}

a.newsletterlist__unsubscribe-all {
    cursor: pointer;
    border-radius: 32px;
    border: 1px solid #2a2a2a;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding: 14px 0;
    -webkit-appearance: none;
    text-decoration: none;
    width: 340px;
}
a.newsletterlist__unsubscribe-all:hover {
    background-color: #f8f8f8;
}
@media only screen and (min-width: 600px) {
    a.newsletterlist__unsubscribe-all {
        width: 216px;
    }
}
.newsletterlist__email-submit form {
    margin-block-end: 0;
}

@media only screen and (min-width: 600px) {
    .newsletterlist__email-submit {
        flex-direction: row;
    }
}

.newsletterlist__email-submit.unsubscribe {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    text-align: center;
    height: auto;
    padding: 24px 0;
    border-top: 1px solid #C8C8C8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
@media only screen and (min-width: 767px) {
    .newsletterlist__email-submit.unsubscribe {
        padding: 24px 0 24px;
    }
}
@media only screen and (min-width: 600px) {
    .newsletterlist__email-submit.unsubscribe {
        flex-direction: row;
    }
}

.newsletterlist__email-submit.unsubscribe input[type="submit"] {
    width: 340px;
}

@media only screen and (min-width: 600px) {
    .newsletterlist__email-submit.unsubscribe input[type="submit"] {
        width: 216px;
    }
}
