<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

.campaign-page img,
.campaign-page picture,
.campaign-page svg,
.campaign-page video {
    display: block;
    max-width: 100%;
}

.campaign-page {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    font-family: "Geist", sans-serif;
    box-sizing: border-box;
}

.campaign-page a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.campaign-page p {
    font-family: "Geist", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 28px;
}

.campaign-page p:last-child,
.campaign-page p:last-of-type {
    margin-bottom: 0 !important;
}

.campaign-page h1,
.campaign-page h2,
.campaign-page h3,
.campaign-page h4,
.campaign-page h5,
.campaign-page h6 {
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-family: "Geist", sans-serif;
    margin-bottom: 0;
}


.tracking-sm {
    letter-spacing: -0.02em;
}

.leading-md {
    line-height: 1.4;
}

.text-center {
    text-align: center;
}

.campaign-page .cs-subheading {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #F15F22;
    margin-bottom: 12px;
}

.campaign-page .cs-heading {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #101010;
    margin-bottom: 0;
}

.campaign-page .cs-desc {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-top: 16px;
    color: rgb(10, 10, 10, 0.64);
}

.cs-header {
    max-width: 1152px;
    margin: 0 auto 48px;
}

.cs-viewmore {
    margin-top: 48px;
}

.campaign-page .btn {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #fff;
    background-color: #F15F22;
    border: 1px solid #F15F22;
    padding: 9px 11.5px 9px 19.5px;
    border-radius: 100px;
    font-family: "Geist", sans-serif;
    height: auto;
}

.campaign-page .btn .arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    padding: 8px;
    color: #F15F22;
    transition: all 0.3s ease-in-out;
}

.campaign-page .btn:hover {
    background-color: transparent;
    color: #F15F22;
}

.campaign-page .btn:hover .arrow {
    background-color: #F15F22;
    color: #fff;
}

.campaign-page .btn-secondary {
    background-color: transparent;
    color: #F15F22;
}

.campaign-page .btn-secondary .arrow {
    background-color: #F15F22;
    color: #fff;
}

.campaign-page .btn-secondary:hover {
    background-color: #F15F22;
    color: #fff;
}

.campaign-page .btn-secondary:hover .arrow {
    background-color: #fff;
    color: #F15F22;
}

.cs-section {
    padding: 80px 0;
}

.healthy-eating-sec {
    padding: 80px 0;
}

.container {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Header Test */
.header-test {
    height: 140px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}

/* Hero */
.myHeroSwiper {
    width: 100%;
    height: 100%;
}

.hero-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    height: auto;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.hero-content {
    position: relative;
    padding: 302px 0 110px;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.hero-heading-img img {
    max-height: 260px;
}

.hero-desc {
    margin-top: 24px;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

/* Pagination dots */
.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.56;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-sec .swiper-pagination {
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.hero-sec .swiper-pagination-bullet {
    margin: 0 !important;
}

/* About */
.about-sec {
    padding: 80px 0 56px;
}

.about-video {
    padding-bottom: 80px;
}

.about-sec .about-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

.about-sec .about-content .left {
    width: 50.62%;
    padding-right: clamp(44px, 10.694vw, 154px);
}

.about-sec .about-content .right {
    width: 49.38%;
}

.about-sec .about-content h4 {
    font-size: 48px;
    color: #242424;
}

.about-sec .about-content h4 strong {
    color: #F15F22 !important;
}

.about-sec .about-content .desc {
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #0A0A0A;
    margin-bottom: 32px;
}

.about-video-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1296/500;
}

.about-video .video-thumb,
.about-video .video-local,
.about-video .video-youtube {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.about-video .video-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.about-video .video-local video,
.about-video .video-youtube iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-video .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-video .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    object-fit: contain;
}

.video-play-btn span {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.video-local video,
.video-youtube iframe {
    width: 100%;
    border-radius: 20px;
}

.hidden {
    display: none;
}

/* healthy-eating */
.healthy-eating-sec {
    padding-bottom: 80px;
}

.recipes-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.recipes-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;

}

.card-img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    display: block;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body {
    background-color: #F8F8F8;
    padding: 28px;
    flex: 1;
}

.card-title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #101010;
}

.card-title:hover {
    color: #F15F22;
}

.card-desc {
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-top: 8px;
    opacity: 0.64;
    color: #0A0A0A;
}

.recipes-card .card-categories {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
}

.recipes-card .card-categories .cate {
    font-size: 14px;
    line-height: 20px;
    color: #F15F22;
    background-color: #FFF1EB;
    padding: 2px 8px;
    border-radius: 100px;
}
.recipes-card .card-categories .cate:hover{
	color:#fff;
	background:#F15F22;
}

/* healty-activity-sec */
.healty-activity-sec {
    background-color: #FFF1EB;
}

.healty-activity-header {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 48px;
}

.healty-activity-header .left {
    width: 50.62%;
    padding-right: 44px;
}

.healty-activity-header .right {
    width: 49.38%;
}

.healty-activity-header .cs-heading {
    max-width: 404px;
}

.healty-activity-header .desc {
    margin: 32px 0 40px;
    color: rgb(10, 10, 10, 0.64);
}

.healty-activity-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.healty-activity-list .item {
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    position: relative;
}

.healty-activity-list .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 53.13%, #101010 119.55%);
    pointer-events: none;
}

.healty-activity-list .item .content {
    padding: 24px 30px;
    position: relative;
}

.healty-activity-list .item .title {
    font-size: 32px;
    color: #fff;
}

.healty-activity-list .item .desc {
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: rgb(255, 255, 255, 0.8);
    margin-top: 8px;
}

/* Blog */
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.blog-list .item {
    flex: 1;
    min-height: 568px;
    background-color: #000;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 36px 28px 36px 28px;
}

.blog-list .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(181.66deg, rgba(0, 0, 0, 0) 1.12%, rgba(0, 0, 0, 0.32) 85.24%);
    pointer-events: none;
    transition: all 1s ease;
}

.blog-list .item:first-child,
.blog-list .item:hover {
    flex: 2;
}

.blog-list .item:hover {
    flex: 2;
}

.blog-list:hover .item {
    flex: 1;
}

.blog-list:hover .item:hover {
    flex: 2;
}

.blog-list .item .body {
    min-height: 102px;
    display: flex;
    gap: 25px;
    align-items: end;
}

.blog-list .item .content {
    flex: 1;
    position: relative;
}

.blog-list .item .title {
    font-size: 28px;
    line-height: 1.24;
    color: #fff;
}

.blog-list .item:first-child .title {
    font-size: 32px;
    line-height: 1.2;
}

.blog-list .item .desc {
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-top: 8px;
    display: none;
}

.blog-list .item .arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    padding: 12px;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
}

.blog-list .item:first-child .arrow,
.blog-list .item:hover .arrow {
    display: flex;
}

.blog-list .item:first-child .desc,
.blog-list .item:hover .desc {
    display: block;
}

.blog-list .item:hover .arrow {
    display: flex;
}

.blog-list .item:hover .desc {
    display: block;
}

.blog-list:hover .item .arrow,
.blog-list:hover .item .desc {
    display: none;
}

.blog-list:hover .item:hover .arrow {
    display: flex;
}

.blog-list:hover .item:hover .desc {
    display: block;
}


/* programs-sec */
.programs-sec {
    padding-bottom: 80px;
}

.programs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.program-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 580px;
}

.program-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
    flex: 1;
}

.program-card .card-learnmore {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #F15F22;
    padding-bottom: 5px;
    margin-top: auto;
    border-bottom: 1px solid #F15F22;
}
.program-card .card-learnmore:hover{
	transform:translatex(15px);
}
.program-card .card-learnmore img {
    width: 20px;
}

/* contact-sec */
.contact-sec {
    background-color: #FFF1EB;
}

.contact-header {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-bottom: 48px;
}

.contact-header .left {
    width: 50.62%;
    padding-right: 16px;
}

.contact-header .right {
    width: 49.38%;
}

.contact-header .desc {
    color: rgb(10, 10, 10, 0.64);
}

.contact-main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    align-items: center;
}

.contact-main .left {
    width: 44.44%;
    padding-right: clamp(44px, 4.444vw, 64px);
}

.contact-main .right {
    width: 55.56%;
}

.contact-image img {
    width: 100%;
    border-radius: 20px;
}


.contact-form-wrapper .title {
    font-size: 32px;
    color: #0A0A0A;
    margin-bottom: 18px;
}


.contact-form-wrapper label {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.01em !important;
    color: #0A0A0A !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.contact-form-wrapper .gform_fields {
    row-gap: 24px !important;
}

.contact-form-wrapper input:not([type="submit"]) {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.01em !important;
    color: #0A0A0A !important;
    border: 1px solid rgba(10, 10, 10, 0.1) !important;
    background-color: #FFFFFF !important;
    border-radius: 100px !important;
    padding: 15px 19px !important;
    box-shadow: none !important;
    height: auto !important;
    font-family: "Geist", sans-serif !important;
}

.contact-form-wrapper input::placeholder {
    color: #667181 !important;
}

.contact-form-wrapper .gform-body .gfield:last-child {
    margin-bottom: 0 !important;
}

.contact-form-wrapper .gform-footer {
    margin-top: 48px !important;
    text-align: end !important;
    position: relative;
    padding: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: end;
}

.contact-form-wrapper .gform-footer.loading::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid #F15F22;
    border-top-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

#alt-newsletter-form .contact-form-wrapper .gform-footer input[type="submit"] {
    background-color: #F15F22 !important;
    box-shadow: none !important;
    border: 1px solid #F15F22 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.01em !important;
    padding: 9px 20px !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
    height: auto !important;
    font-family: "Geist", sans-serif !important;

}
#alt-newsletter-form .contact-form-wrapper .gform-footer input[type="submit"]:hover{
	background:#fff !important;
	color:#F15F22 !important;
}

.contact-submit-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.contact-submit-popup.active {
    opacity: 1;
    visibility: visible;
}

.contact-submit-popup .popup-inner {
    background: #fff;
    width: 431px;
    max-width: 90%;
    padding: 40px 48px 34px 48px;
    border-radius: 12px;
    position: relative;
    text-align: center;
    animation: popupFade 0.35s ease;
}

@keyframes popupFade {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.contact-submit-popup .popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 18px;
    background-color: #F8F8F8;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #7A7A7A;
}

.contact-submit-popup .popup-close:hover {
    background-color: #F15F22;
    color: #fff;
}

.contact-submit-popup .success-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #00A63E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    box-shadow: 0 0 0 8px #00A63E3D;

}

.contact-submit-popup .success-icon img {
    width: 24px;
    height: 24px;
}

.contact-submit-popup .popup-title {
    font-size: 32px;
    margin-bottom: 48px;
    color: #101010;
}

.healthy-rounded-section,
.healthy-grid-section {
    padding-top: 0 !important;
}

@media (max-width:1023px) {
    .hero-content {
        padding: 295px 0 100px;
    }

    .about-sec .about-content .left {
        padding-right: 44px;
    }
}

@media (max-width:992px) {
    .campaign-page p {
        margin-bottom: 1rem;
    }

    .campaign-page .cs-section {
        padding: 60px 0;
    }

    .healthy-eating-sec {
        padding: 60px 0;
    }

    .campaign-page .cs-heading {
        font-size: 36px;
    }

    .campaign-page .cs-header {
        margin-bottom: 32px;
    }

    .campaign-page .cs-viewmore {
        margin-top: 32px;
    }

    .about-sec .about-content h4 {
        font-size: 36px;
    }

    .about-sec .about-content .left,
    .about-sec .about-content .right {
        padding: 0;
        width: 100%;
    }

    .about-video-inner {
        aspect-ratio: 353/176;
    }

    .recipes-list,
    .healty-activity-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-body {
        padding: 24px;
    }

    .card-title {
        font-size: 30px;
    }

    .healty-activity-header .left,
    .healty-activity-header .right {
        padding: 0;
        width: 100%;
    }

    .healty-activity-header .desc {
        margin: 0 0 24px 0;
    }

    .healty-activity-list .item .title {
        font-size: 30px;
    }

    .blog-list .item {
        width: calc(50% - 12px);
    }

    .blog-list .item {
        flex: none !important;
        padding: 32px 20px;
    }

    .blog-list .item .desc {
        display: block !important;
    }

    .blog-list .item .arrow {
        display: flex !important;
    }

    .healthy-eating-sec {
        padding-bottom: 60px;
    }

    .program-card {
        min-height: 534px;
    }

    .blog-list .item .title {
        font-size: 28px !important;
    }

    .programs-sec {
        padding-bottom: 60px;
    }

    .contact-header .left,
    .contact-header .right {
        width: 100%;
        padding: 0;
    }

    .contact-form-wrapper .title {
        margin-bottom: 24px;
    }
}

@media (max-width:767px) {
    .campaign-page {
        font-size: 16px;
    }

    .campaign-page p {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .campaign-page .btn {
        padding: 5px 7px 5px 15px;
        font-size: 14px;
        gap: 24px;
    }

    .campaign-page .btn-secondary {
        gap: 12px;
    }

    .campaign-page .cs-subheading {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .campaign-page .cs-heading {
        font-size: 32px;
    }

    .campaign-page .cs-desc {
        font-size: 16px;
        margin-top: 12px;
    }

    .campaign-page .cs-section {
        padding: 32px 0;
    }

    .healthy-eating-sec {
        padding: 32px 0;
    }

    .campaign-page .cs-header {
        margin-bottom: 24px;
    }

    .campaign-page .cs-viewmore {
        margin-top: 24px;
    }

    .contact-submit-popup .success-icon {
        margin-bottom: 24px;
    }

    .contact-submit-popup .popup-inner {
        padding: 36px 20px;
    }

    .contact-submit-popup .popup-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .hero-heading-img img {
        max-height: 176px;
    }

    .hero-desc {
        margin-top: 16px;
    }

    .hero-content {
        padding: 295px 0 49px;
    }

    .hero-sec .swiper-pagination {
        bottom: 20px;
    }

    .about-sec {
        padding-bottom: 24px;
    }

    .about-sec .about-content h4 {
        font-size: 32px;
        letter-spacing: -0.03em;
        line-height: 1.1;
    }

    .about-sec .about-video {
        margin-top: 24px;
    }

    .about-video .video-play-btn {
        width: 30px;
    }

    .about-sec {
        padding: 32px 0 28px;
    }

    .about-video {
        padding-bottom: 60px;
    }

    .healthy-eating-sec {
        padding: 32px 0;
    }

    .recipes-list,
    .healty-activity-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card-body {
        padding: 20px;
    }

    .card-title {
        font-size: 24px;
    }

    .recipes-card .card-categories .cate {
        font-size: 12px;
    }

    .healty-activity-header {
        row-gap: 12px;
    }

    .healty-activity-list .item .content {
        padding: 27px 16.5px;
    }

    .healty-activity-list .item .title {
        font-size: 24px;
    }

    .healty-activity-list {
        gap: 16px;
    }

    .healty-activity-list .item .desc {
        margin-top: 10px;
    }

    .healthy-hero-section .cs-viewmore {
        margin-top: 28px !important;
    }

    .healthy-grid-section {
        padding-top: 32px !important;
    }

    .blog-list .item {
        width: 100%;
        min-height: 480px;
        justify-content: start;
        padding: 28px 16px;
    }

    .blog-list .item:first-child {
        min-height: 568px;
    }

    .blog-list .item .arrow {
        position: absolute;
        right: 16px;
        bottom: 32px;
    }

    .blog-list .item .body {
        align-items: start;
    }

    .blog-list .item .title {
        font-size: 24px !important;
    }

    .blog-viewmore {
        margin-top: 28px;
    }

    .programs-sec {
        padding: 32px 0;
    }

    .programs-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .program-card .card-body {
        padding: 16px;
    }

    .program-card .card-learnmore {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .program-card .card-learnmore img {
        width: 18px;
    }

    .healty-activity-header {
        margin-bottom: 24px;
    }

    .contact-header {
        margin-bottom: 24px;
    }

    .contact-main .left,
    .contact-main .right {
        width: 100%;
        padding: 0;
    }

    .contact-image img {
        height: 448px;
        object-fit: cover;
    }

    .contact-main {
        row-gap: 24px;
    }

    .contact-form-wrapper .title {
        margin-bottom: 26px;
    }

    .contact-form-wrapper label {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .contact-form-wrapper .gform_fields {
        row-gap: 16px !important;
    }

    .contact-form-wrapper .gform-footer {
        text-align: start !important;
        margin-top: 24px !important;
        display: inline-block !important;
    }

    .contact-submit-popup .popup-inner {
        width: 353px;
        padding: 40px 20px 20px;
    }

    .contact-submit-popup .success-icon,
    .contact-submit-popup .popup-title {
        margin-bottom: 20px;
    }

    .contact-submit-popup .btn {
        padding: 9.5px 11px 9.5px 19px;
    }
}

body.healthy-campaign.campaign-page .gfield_validation_message {
	background: transparent;
    border: 0;
    padding: 0;
}

body.healthy-campaign.campaign-page .gfield_error input {
	border-color: #c02b0a !important;
}

body.healthy-campaign.campaign-page .gform_wrapper.gravity-theme .gform_validation_errors:focus {
	outline: 0 !important;
}

.privacy-newsletter {
	line-height: 20px;
}

#alt-newsletter-form .gform_submission_error {
    font-size: 16px;
    color: #d34141;
}

#alt-newsletter-form .gform-icon {
	display: none;
}
</style>
<!-- end Simple Custom CSS and JS -->
