html {
    font-family: Avenir, sans-serif;
    font-size: 62.5%;
}

.new-footer {
    position: relative;
    color: #000;
    background: #fcf9f3;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.new-footer .shell {
    max-width: 1290px
}

.new-footer ul {
    list-style: none
}
.shell {
    position: relative;
    max-width: 1042px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
    width: 100%;
}
.new-footer .eyebrow-text {
    font-size: 1.4rem;
    font-family: Sora,sans-serif;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: .8rem
}


@media (min-width: 1600px) {
    .new-footer .eyebrow-text {
        font-size:1.6rem
    }
}

.new-footer .text-green {
    color: #47b565
}

@media (min-width: 1024px) {
    .new-footer {
        padding-top:6.4rem
    }
}

@media (min-width: 1600px) {
    .new-footer {
        padding-top:8rem
    }
}

.new-footer .row {
    width: calc(100% + 1.6rem);
    margin-left: -.8rem;
    margin-right: -.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1280px) {
    .new-footer .row {
        width:calc(100% + 2.4rem);
        margin-left: -1.2rem;
        margin-right: -1.2rem
    }
}

.new-footer .row>* {
    padding-left: .8rem;
    padding-right: .8rem
}

@media (min-width: 1280px) {
    .new-footer .row>* {
        padding-left:1.2rem;
        padding-right: 1.2rem
    }
}

.new-footer__side-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1024px) {
    .new-footer__side-wrapper {
        -ms-flex-preferred-size:25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

.new-footer__logo {
    max-width: 22rem;
    height: 3.5rem
}

@media (min-width: 1024px) {
    .new-footer__logo {
        max-width:19rem;
        height: 3rem
    }
}

@media (min-width: 1280px) {
    .new-footer__logo {
        max-width:22rem;
        height: 3.5rem
    }
}

.new-footer__logo a {
    display: inline-block
}

.new-footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.new-footer__links-outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1024px) {
    .new-footer__links-outer {
        -ms-flex:0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.new-footer__links-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 640px) {
    .new-footer__links-wrap {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .new-footer__links-wrap {
        -ms-flex-preferred-size:33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%
    }
}

.new-footer__links {
    margin-top: 4rem
}

@media (min-width: 768px) {
    .new-footer__links {
        margin-top:6.4rem
    }
}

@media (min-width: 1024px) {
    .new-footer__links {
        margin-top:0
    }
}

.new-footer__links li:not(:first-child) {
    margin-top: 1.6rem
}

.new-footer__links a {
    font-family: Epilogue,sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (min-width: 1280px) {
    .new-footer__links a {
        font-size:1.8rem
    }
}

@media (min-width: 2500px) {
    .new-footer__links a {
        font-size:2rem
    }
}

.new-footer__links a:hover {
    color: #fa6b1e
}

.new-footer__social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem
}

.new-footer__social-links li {
    height: 4rem;
    margin-top: 4rem
}

@media (min-width: 1024px) {
    .new-footer__social-links li {
        margin-top:3.2rem
    }
}

.new-footer__social-links a {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none
}

.new-footer__social-links a:hover svg g>rect {
    fill: #fa6b1e
}

.new-footer__social-links svg {
    width: 100%;
    height: 100%
}

.new-footer__social-links svg g>rect {
    fill: #000;
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.new-footer__content {
    padding-top: 6.4rem
}

.new-footer__content .row {
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1024px) {
    .new-footer__content {
        padding-top:9.6rem
    }
}

@media (min-width: 1280px) {
    .new-footer__content {
        padding-top:8rem
    }
}

@media (min-width: 1600px) {
    .new-footer__content {
        padding-top:14.4rem
    }
}

@media (min-width: 2500px) {
    .new-footer__content {
        padding-top:12.8rem
    }
}

.new-footer__content h5 {
    color: #000;
    font-family: Sora,sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 120%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1024px) {
    .new-footer__content h5 {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1280px) {
    .new-footer__content h5 {
        -ms-flex-preferred-size:58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.333333%;
        font-size: 2.2rem
    }
}

@media (min-width: 1600px) {
    .new-footer__content h5 {
        font-size:2.4rem
    }
}

@media (min-width: 2500px) {
    .new-footer__content h5 {
        font-size:2.6rem
    }
}

.new-footer__form-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 2.4rem
}

@media (min-width: 640px) {
    .new-footer__form-wrapper>div {
        max-width:487px
    }
}

@media (min-width: 1024px) {
    .new-footer__form-wrapper>div {
        max-width:100%
    }
}

@media (min-width: 1024px) {
    .new-footer__form-wrapper {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    .new-footer__form-wrapper {
        -ms-flex-preferred-size:41.666667%;
        flex-basis: 41.666667%;
        max-width: 41.666667%
    }
}

.new-footer__form-success {
    display: none
}

.new-footer__form-success-box {
    padding: 1.52rem 2.4rem;
    border-radius: 10rem;
    background: #fff;
    -webkit-box-shadow: 2px 2px 16px 3px #eceaf1 inset;
    box-shadow: inset 2px 2px 16px 3px #eceaf1;
    height: 5.4rem;
    border: 1px solid #fff
}

.new-footer__form-success-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    width: 100%;
    font-family: Epilogue,sans-serif
}

.new-footer__bottom-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4rem;
    margin-top: 4rem;
    border-top: 1px solid rgba(0,0,0,.1)
}

@media (min-width: 1024px) {
    .new-footer__bottom-links {
        padding-top:2.4rem
    }
}

@media (min-width: 1600px) {
    .new-footer__bottom-links {
        padding-top:4rem
    }
}

.new-footer__bottom-links p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    font-weight: 400;
    font-family: Epilogue,sans-serif;
    font-size: 1.4rem;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 4rem
}

@media (min-width: 1024px) {
    .new-footer__bottom-links p {
        margin-top:1.6rem
    }
}

@media (min-width: 1600px) {
    .new-footer__bottom-links p {
        -ms-flex-preferred-size:25%;
        flex-basis: 25%;
        max-width: 25%;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }
}

.new-footer__bottom-links-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 1600px) {
    .new-footer__bottom-links-wrap {
        -ms-flex-preferred-size:75%;
        flex-basis: 75%;
        max-width: 75%;
        -ms-flex-order: 1;
        order: 1
    }
}

.new-footer__bottom-links-wrap ul {
    margin-top: -2.4rem;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1600px) {
    .new-footer__bottom-links-wrap ul {
        -ms-flex-pack:end;
        justify-content: flex-end
    }
}

.new-footer__bottom-links-wrap ul li {
    margin-top: 2.4rem
}

@media (min-width: 640px) {
    .new-footer__bottom-links-wrap ul li:not(:last-child) {
        margin-right:4.8rem
    }
}

@media (min-width: 1024px) {
    .new-footer__bottom-links-wrap ul li:not(:last-child) {
        margin-right:0
    }
}

.new-footer__bottom-links-wrap a {
    color: #000;
    font-family: Epilogue,sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.new-footer__bottom-links-wrap a:hover {
    text-decoration: underline
}

.new-footer .mktoForm {
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%!important
}

.new-footer .mktoForm #LblEmail,.new-footer .mktoForm .mktoClear,.new-footer .mktoForm .mktoGutter,.new-footer .mktoForm .mktoOffset {
    display: none
}

.new-footer .mktoForm #Email {
    font-size: 1.6rem!important;
    font-weight: 400!important;
    color: #000!important;
    width: 100%!important;
    font-family: Epilogue,sans-serif!important;
    padding: 1.52rem 2.4rem;
    border-radius: 10rem 0 0 10rem;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: 2px 2px 16px 3px #eceaf1 inset;
    box-shadow: inset 2px 2px 16px 3px #eceaf1;
    height: 5.4rem!important;
    border: 1px solid #fff!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.new-footer .mktoForm #Email:hover {
    border: 1px solid #fa6b1e!important
}

.new-footer .mktoForm #Email:-webkit-autofill,.new-footer .mktoForm #Email:-webkit-autofill:active,.new-footer .mktoForm #Email:-webkit-autofill:focus,.new-footer .mktoForm #Email:-webkit-autofill:hover {
    background-color: #fff!important;
    -webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.new-footer .mktoForm .mktoButton {
    font-size: 1.6rem!important;
    font-weight: 700!important;
    font-family: Epilogue,sans-serif;
    line-height: 120%;
    padding: 1.744rem 2.4rem!important;
    border-radius: 0 10rem 10rem 0!important;
    border-radius: 0 10rem 10rem 0;
    text-transform: capitalize;
    background: -webkit-gradient(linear,left top,right top,from(#fa6b1e),to(#e24301))!important;
    background: -webkit-linear-gradient(left,#fa6b1e,#e24301)!important;
    background: -o-linear-gradient(left,#fa6b1e 0,#e24301 100%)!important;
    background: linear-gradient(90deg,#fa6b1e,#e24301)!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0!important;
    outline: none
}

.new-footer .mktoForm .mktoFormRow {
    width: calc(100% - 15rem)
}

.new-footer .mktoForm .mktoFieldDescriptor {
    width: 100%;
    margin-bottom: 0!important
}

.new-footer .mktoForm .mktoFieldWrap {
    width: 100%
}

.new-footer .mktForm .mktoError {
    font-size: 1.4rem;
    color: red
}

.new-footer .mktoForm .mktoButton:hover {
    background: -webkit-gradient(linear,right top,left top,from(#fa6b1e),to(#e24301))!important;
    background: -webkit-linear-gradient(right,#fa6b1e,#e24301)!important;
    background: -o-linear-gradient(right,#fa6b1e 0,#e24301 100%)!important;
    background: linear-gradient(270deg,#fa6b1e,#e24301)!important
}

.new-footer .mktoForm .mktoButtonWrap {
    margin-left: 0!important
}

@media screen and (max-width: 639px) {
    .new-footer .mktoForm {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        padding: 0!important
    }

    .new-footer .mktoForm .mktoFormRow {
        width: 100%
    }

    .new-footer .mktoForm #Email {
        border-radius: 10rem;
        height: 5.4rem!important
    }

    .new-footer .mktoForm .mktoButton {
        border-radius: 10rem!important;
        margin-top: 2.4rem!important
    }
}

@media (max-width: 480px) {
    .new-footer .mktoForm .mktoError {
        bottom:-9rem!important;
        right: 0!important
    }
}

@media (max-width: 1280px) and (min-width:640px) {
    .new-footer .mktoForm .mktoButtonWrap .mktoError {
        left:-30%;
        right: 0!important
    }
}

@media (min-width: 1024px) {
    .new-footer .mktoForm {
        -ms-flex-pack:end;
        justify-content: flex-end
    }
}
