.site__footer {
    padding: 20px 0;
    background-color: #353321;
    color: var(--white);
    position: relative;
    font-size: 1.4rem;
}

.site__footer nav:not(:last-of-type) {

    margin-bottom: 18px;
}

.site__footer nav a {
    text-decoration: none;
    margin-bottom: 1.28rem
}

.site__footer .copy {
    margin-top: 24px;
    font-size: 10px;
}

#footer-become-member {
    position: fixed;
    bottom: 0;
    height: 100px;
    -webkit-box-shadow: 0 -4px 3px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 -4px 3px rgba(50, 50, 50, 0.35);
    box-shadow: 0 -4px 3px rgba(50, 50, 50, 0.35);
    background-color: #5b5625;
    width: 100%;
    bottom: -104px
}

#footer-become-member.moveIn {
    bottom: 0;
    transition: bottom 1s
}

#footer-become-member.moveMobile {
    bottom: 0;
    transition: bottom 1s
}

#footer-member-content {
    margin: auto;
    position: relative;
    width: 1000px
}

#footer-become-member #phone-image {
    position: absolute;
    height: 180px;
    left: 10px;
    bottom: -280px
}

#footer-member-content #footer-usp {
    position: absolute;
    left: 500px;
    font-family: 'Monserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin-top: 24px
}

#footer-member-content #footer-usp li {
    list-style: none
}

#footer-member-content #footer-usp li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro Solid";
    color: #e4a410;
    margin-right: 4px
}

#footer-become-member #become-member-button {
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 12px 16px;
    font-family: 'Monserrat', sans-serif;
    background-color: #e4a410;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    font-size: 14px
}

#footer-member-content #footer-intro {
    font-family: 'Monserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    width: 240px;
    position: absolute;
    top: 10px;
    left: 200px
}

#footer-member-content #footer-intro span {
    display: block;
    color: #e4a410;
    margin-top: 8px
}

#footer-become-member #phone-image.moveIn {
    bottom: -100px;
    transition: bottom 1s
}

@media (min-width: 576px) {

    .site__footer .copy {

        font-size: 12px;
    }

    .site__footer nav {

        flex: 0 1 calc(100% / 3 - 40px)
    }

    .site__footer nav:not(:last-of-type) {

        margin-bottom: 0;
    }

    .site__footer .inner {

        display: flex;
        justify-content: space-evenly;
    }
}

@media (min-width: 768px) {

    .site__footer {

        font-size: 1.6rem;
    }

    .site__footer .copy {

        font-size: 14px;
    }
}