.pre-footer {
    background: #6188C6 !important;
    border-top: 1px solid #ddd;
    color: #ffffff !important;
    padding-top: 2.25em !important;
    padding-bottom: 4em !important;
    position: relative;
    margin-bottom: 1em;
}
.pre-footer__image {
    border: none !important;
}
.pre-footer__links a {
    color: #ffffff !important;
}
.pre-footer__links a:hover {
    color: #f89e46 !important;
}
.pre-footer__nsf {
    padding-left: 0;
    font-size: .8em;
}
.pre-footer__contact-list a {
    color: #ffffff;
}
.pre-footer__contact-list a:hover {
    color: #f89e46;
}

.social li a {
    background: #ffffff;
    border-radius: 50%;
    color: #6188c6;
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: background-color .2s ease;
}

.social li a:hover { 
    background: #f89e46 !important;
    color: #fff;
}

.disclaimer {
    font-size: 0.875em;
}