/* FOOTER */

section#bottom {
    border-top: 1px solid var(--border-color-grey);
}
section#bottom .columns {
    padding: 5rem 5rem 2rem 0 !important;
}
section#bottom .columns > div {
    flex-grow: 1;
    padding: 0;
    margin: 0 0 3rem 5rem;
}
section#bottom .columns > div:nth-child(4) {
    flex-grow: 3;
}
section#bottom .columns > div:nth-child(5) {
    flex-grow: 0;
    flex-basis: 35rem;
}
section#bottom .columns > div h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
section#bottom .columns > div ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
}
section#bottom .columns > div ul li {
    display: block;
    list-style: none;
    line-height: 3.6rem;
}
section#bottom .columns > div ul li a {
    display: block;
}
section#bottom .columns > div ul li.icon {
    padding: 0;
    background-image: none;
}
section#bottom .columns > div ul li.icon a {
    padding-left: 3.2rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.4rem;
}

footer {
    border-top: 1px solid var(--border-color-grey);
}
footer .columns {
    padding: 3.8rem 5rem 3.8rem 0;
}
footer .columns .left {
    width: calc(60% - 5rem);
    padding: 0;
    margin: 0 0 0 5rem;
}
footer .columns .right {
    width: calc(40% - 5rem);
    padding: 0;
    margin: 0 0 0 5rem;
}
footer .columns .right p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer .columns .right img {
    margin-left: 4.4rem;
    width: auto;
    height: 2.4rem;
}

.ec-v-form-holder {
    width: 100% !important;
    max-width: 35rem;
    margin: 0 !important;
    color: var(--font-color-dark) !important;
    font-family: 'Rhymes Display' !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: var(--font-color-dark) !important;
}

.ec-v-form-holder {
    width: 100% !important;
    max-width: 35rem;
    margin: 0 !important;
    color: var(--font-color-dark) !important;
}

.ec-v-form-holder p {
    color: var(--font-color-dark) !important;
}

.ec-v-form-holder a {
    color: var(--font-color-dark) !important;
}

.ec-v-form-input {
    padding: 0 !important;
}

.ec-v-form-holder > form {
    min-height: none !important;
}

.ec-v-form-step {
    height: auto !important;
}

.ec-v-form-column > * {
    padding: 0 !important;
}

.ec-v-form-text p {
    font-family: 'Rhymes Display' !important;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #b8bbb3 !important;
    margin: 0 0 3rem !important;
}

.ec-forms-chck-lbl-text {
    cursor: pointer;
    margin: 2rem 0 0 !important;
    color: var(--font-color-dark) !important;
}

.ec-forms-chck-lbl-text p {
    font-family: 'Rhymes Display' !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    margin-left: 3rem !important;
}

.ec-forms-chck-lbl-text a:hover {
    text-decoration: none !important;
}

.ec-v-form-holder {
    background-color: var(--bg-color-light) !important;
}

#newsletter .widget > p {
    margin: 0;
}

section#bottom .columns .footer-content-5 .widget > div > ul.menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

section#bottom .columns .footer-content-5 .widget > div > ul.menu {
    display: flex;
    align-items: center;
}

section#bottom .columns .footer-content-5 .widget > div > ul.menu > li {
    display: block;
    list-style: none;
    margin: 0 1.8rem 0 0;
    padding: 0;
    background-image: none;
}

section#bottom .columns .footer-content-5 .widget > div > ul.menu > li.icon a {
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.4rem;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    section#bottom .columns > div {
        width: calc(33.33% - 5rem);
        flex-grow: 0 !important;
    }

    footer .columns .left {
        width: calc(100% - 5rem);
    }

    footer .columns .right {
        width: calc(100% - 5rem);
    }

    footer .columns .right p {
        justify-content: flex-start;
    }
}

@media (max-width: 750px) {
    section#bottom .columns > div {
        width: calc(50% - 5rem);
    }

    section#bottom .columns > div:nth-child(5) {
        width: calc(100% - 5rem);
    }

    #ec_form_1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-holder {
        max-width: 100% !important;
    }

    .ec-v-form-text,
    .ec-v-form-input,
    .ec-v-form-submit {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer .columns .left {
        width: calc(100% - 5rem);
    }

    footer .columns .right {
        width: calc(100% - 5rem);
    }

    section#bottom .columns > div:nth-child(5) {
        flex-basis: auto;
    }
}

@media (max-width: 400px) {
    section#bottom .columns > div {
        width: calc(100% - 5rem);
    }
}
