/**
* Really small screens
*/
@media only screen and (max-width: 450px) {
    .gsa-multiple-award-sched-logo {
        width: 80% !important;
    }
}

footer {
    position: relative;
    z-index: 3;
}

.footer-row-decorative-stripe {
    background-image: url(/images/shared/footer-stripe.webp);
    background-color: #ffffff;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-menu-items {
    display: block;
}

.footer-menu-items a {
    text-decoration: none;
    color: #ffffff;
}

.footer-menu-items a:hover {
    text-decoration: underline;
}

.footer-col-1 {
    font-size: 12px;
    padding-top: 10px;
}

.footer-row-1 {
    background: #000000;
    padding: 30px;
    color: #ffffff;
}

.footer-row-1-section {
    margin-top: 10px;
}

.footer-row-2 {
    background: #000000;
    padding: 10px 0;
}

.footer-row-3 {
    background: rgba(83,124,255, 1);
    padding: 10px;
}

.social-media-container a {
    text-decoration: none;
    color: #ffffff;
    font-size: 25px;
    margin: 0 5px;

}
.privacy-policy-site-map-container {
    color: #ffffff;
}

.privacy-policy-site-map-container a {
    text-decoration: none;
    color: #ffffff;
}

.privacy-policy-site-map-container a:hover {
    text-decoration: underline;
}

.wosb-logo {
    
}

.gsa-multiple-award-sched-logo {
    width: 300px;
}

.footer-row-1-section-image-links img {
    margin: 10px 5px;
}

.footer-row-1-section-image-links a {
    text-decoration: none;
    color: inherit;
}