﻿.c-footer__secondary h3, .c-footer__terms h3 {
    display: none
}

.c-footer__secondary ul, .c-footer__terms ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.c-footer__secondary li, .c-footer__terms li {
    float: left;
}

    .c-footer__secondary li a, .c-footer__terms li a {
        display: block;
        padding-right: 25px;
        text-decoration: none;
        font-size: 14px;
        font-weight: inherit;
    }

    .c-footer__secondary li a {
        color: #fff;
    }

    .c-footer__terms li a {
        color: #000;
    }

        .c-footer__secondary li a:hover, .c-footer__terms li a:hover {
            text-decoration: underline;
        }

    .c-footer__secondary li.first a:before {
        content: ''
    }

    .c-footer__secondary li a:before {
        content: "> ";
    }

@media (max-width: 767px) {
    .c-footer__secondary li {
        float: none;
    }
}
