#ready-marketplace .footer-container {
    padding: 1.5rem 2rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
#ready-marketplace .footer-container .accordion {
    display: none;
}
#ready-marketplace .footer-container .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 2rem;
}
#ready-marketplace .footer-container .footer-top .category-title {
    margin-bottom: 1rem;
    font-size: 13px;
    line-height: 19px;
}
#ready-marketplace .footer-container .footer-top .reference-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#ready-marketplace .footer-container .footer-top .reference-link-wrapper a.resource-link {
    margin: 0 0 0.5rem;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#ready-marketplace .footer-container .footer-top .share-link-wrapper .share-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
}
#ready-marketplace .footer-container .footer-top .share-link-wrapper .share-link .links {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    margin:0 2px;
}
#ready-marketplace .footer-container .footer-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 4rem;
}

#ready-marketplace .footer-container .footer-btm .footer-links {
    text-align: right;
}

#ready-marketplace .footer-container .footer-btm .footer-links .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 1rem;
}

#ready-marketplace .footer-container .footer-btm .footer-links .links a.url {
    color: #000;
    font-size: 13px;
    line-height: 19px;
    text-decoration: none;
    cursor: pointer;
}
#ready-marketplace .footer-container .footer-btm .footer-links .links span a:hover {
    cursor: pointer;
}
#ready-marketplace .footer-container .footer-btm .footer-links .links .divider {
    height: auto;
    margin: 0 1rem;
    font-size: 13px;
    line-height: 19px;
}
#ready-marketplace .footer-container .footer-btm .footer-links .text-license {
    font-size: 13px;
    line-height: 19px;
}
#ready-marketplace .footer-container .footer-btm .footer-logo-wrapper img {
    width: 97px;
    height: 30px;
}

@media only screen and (max-width: 576px) {
    #ready-marketplace .footer-container {
        padding: 0;
        position: relative;
        margin-top: 1rem;
    }
    #ready-marketplace .footer-container .accordion {
        padding-top: 3rem;
        display: block;
    }
    #ready-marketplace .footer-container .accordion .card {
        border: none;
    }
    #ready-marketplace .footer-container .accordion .card .card-header {
        padding: 10px 18px;
        background: white;
        border-top: 2px solid rgba(196, 196, 196, 0.25);
        border-bottom: 2px solid rgba(196, 196, 196, 0.25);
        position: relative;
        padding-right: 2.75rem;
    }
    #ready-marketplace .footer-container .accordion .card .card-header button.btn-link {
        font-size: 13px;
        line-height: 19px;
        color: #000;
        text-decoration: none;
        padding: 0;
        border: none;
        background: transparent;
    }
    #ready-marketplace .footer-container .accordion .card .card-header button.btn-link:focus {
        box-shadow: none;
    }
    #ready-marketplace .footer-container .accordion .card .card-header .accordion-arrow {
        position: absolute;
        top: 6px;
        right: 24px;
    }
    #ready-marketplace .footer-container .accordion .card .collapse, #ready-marketplace .footer-container .accordion .card .collapsing {
        padding: 0 1rem;
    }
    #ready-marketplace .footer-container .accordion .card .collapse .card-body, #ready-marketplace .footer-container .accordion .card .collapsing .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    #ready-marketplace .footer-container .accordion .card .collapse .card-body .resource-link, #ready-marketplace .footer-container .accordion .card .collapsing .card-body .resource-link {
        background: #F6F6F6;
        font-size: 13px;
        line-height: 19px;
        padding: 8px;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid rgba(196, 196, 196, 0.25);
    }
    #ready-marketplace .footer-container .accordion .card .collapse .card-body .resource-link:last-of-type, #ready-marketplace .footer-container .accordion .card .collapsing .card-body .resource-link:last-of-type {
        border: none;
    }
    #ready-marketplace .footer-container .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
    #ready-marketplace .footer-container .footer-top .reference-link-wrapper {
        display: none;
    }
    #ready-marketplace .footer-container .footer-top .share-link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1rem;
    }
    #ready-marketplace .footer-container .footer-top .share-link-wrapper .share-link {
        margin-top: 0;
    }
    #ready-marketplace .footer-container .footer-btm {
        padding: 1.5rem 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #ready-marketplace .footer-container .footer-btm .footer-logo-wrapper {
        position: absolute;
        top: 0;
    }
    #ready-marketplace .footer-container .footer-btm .footer-logo-wrapper img.footer-logo {
        height: 16px;
    }
    #ready-marketplace .footer-container .footer-btm .footer-links {
        text-align: center;
    }
    #ready-marketplace .footer-container .footer-btm .footer-links .links {
        display: block;
    }
    #ready-marketplace .footer-container .footer-btm .footer-links .links a.url {
        font-size: 13px;
        line-height: 19px;
    }
    #ready-marketplace .footer-container .footer-btm .footer-links .links .divider {
        font-size: 13px;
        line-height: 19px;
        padding: 0;
    }
}
