/* ==========================================================
   YOST FOOTER
   ========================================================== */

.yost-footer {
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.yost-footer-title {
    text-align: center;
    padding-top: 30px;
}

.yost-footer-title p {
    margin: 0;
}

.yost-footer-grid {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yost-footer-col {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.yost-footer-col p {
    margin: 0 0 20px;
}

.yost-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.yost-footer-col li {
    margin: 12px 0;
}

.yost-footer a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

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

.yost-footer-policy {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 15px 20px;
    box-sizing: border-box;
}

.yost-footer-policy::before {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #99cb00;
    margin: 0 auto 30px;
}

.yost-footer-policy p {
    margin: 10px 0;
}

.yost-footer-policy a {
    color: #fff;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media screen and (max-width: 960px) {

    .yost-footer-col {
        width: 50%;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 600px) {

    .yost-footer-col {
        width: 100%;
        text-align: center;
    }

    .yost-footer-grid {
        padding-top: 30px;
    }

    .yost-footer-policy::before {
        width: 80%;
    }
}