.at-quick-links .at-ql-column {
    display: block;
    margin-bottom: 20px;
    padding-right: 20px;
}

.at-quick-links .at-ql-column h3 {
    margin-bottom: .3em;
    font-weight: 600;
    font-size: 1em;
}

.at-quick-links ul {
    margin-left: 0;
    margin-bottom: 0;
}

.at-quick-links li {
    display: block;
    list-style: none;
    font-size: .9em;
}

.footer-inner h3,
.footer-inner a,
.footer-inner {
    color: #f0f5fb;
}

.no-touch .footer-inner a:hover {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .at-quick-links {
        clear: left;
        overflow: hidden;
    }

    .at-quick-links .at-ql-column {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .at-quick-links .at-ql-column {
        float: left;
        width: 24%;
    }
}