﻿body {
    background: #ffffff;
}

.sir-blue {
    color: #0067a3;
}

.sir-blue-background {
    background-color: #0067a3;
}

/*#footer-centered {
    padding-left: 15px;
}*/

ul.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer {
    background: #0067a3;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
}

.footer .fa {
    color: #fff;
}

.footer {
    color: #a3ddff;
}

.footer-social {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 5px;
    flex-wrap: wrap;
}

.footer-social-wrapper {
    width: 100%;
    padding: 0;
}

.footer-social:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 10px;
    border-top: 1px solid #ccc;
    width: calc(100% - 20px);
}

.footer-social-overlap {
    position: relative;
    z-index: 2;
    background: #0067a3;
    padding: 0 20px;
}

.footer-social-large-text {
    display: inline-block;
    align-items: center;
    color: #fff;
    font-size: 32px;
}

.footer-social-small-text {
    padding: 0 20px;
    font-size: 14px;
    vertical-align: middle;
}

.footer-title {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.footer-list>li>a {
    color: #a3ddff;
}

@media (min-width: 768px) {
    .footer {
         text-align: left;
    }

    .footer-social {
        flex-wrap: nowrap;
    }

    .footer-social-wrapper {
        width: auto;
    }

    .footer-social:after {
        top: 50%;
    }
}