/* TEMP */

main {
    min-height: 200px;
}

/* /TEMP */

.sbc-uw-veritage-footer {
    background-color: #262626;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sbc-uw-veritage-footer__logo {
    max-width: 72px;
    height: auto;
}

.sbc-uw-veritage-footer__social__list {
    justify-content: flex-end;
}

.sbc-uw-veritage-footer__social__list a {
    color: #6DB341 !important;
    text-decoration: none !important;
    margin-left: 25px;
    display: inline-block;
    padding: 5px;
}

.sbc-uw-veritage-footer__social__list a:hover {
    color: #fff !important;
}

.sbc-uw-veritage-footer__copyright-text {
    color: #fff;
    font-weight: normal;

    font-family: 'futura-pt', 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    
}

@media ( max-width: 991px ){
    
}

@media ( max-width: 767px ){
    .sbc-uw-veritage-footer__logo-column,
    .sbc-uw-veritage-footer__social-column {
        text-align: center !important;
    }

    .sbc-uw-veritage-footer__social__list {
        justify-content: center;
    }

    .sbc-uw-veritage-footer__social__list a {
        margin-left: 12px;
        margin-right: 12px;
    }

    .sbc-uw-veritage-footer__logo-column {
        margin-bottom: 20px;
    }

    .sbc-uw-veritage-footer {
        padding-bottom: 15px;
    }
}