/* Footer */
footer.footerWrapper {
    clear: both;
    background-color: #102372;
    padding: 20px 0;
    text-align: center;
}
#siteCredits {
    text-align: center;
    margin: 0 auto;
}
#siteCredits a {
    color: #FFFFFF;
}
/* End Footer */
.fa-linkedin-square,
.fa-facebook-square,
.fa-twitter {

}
.fa-facebook-square {
    margin-right: 10px;
}
.fa-twitter {
    
}
#footer-flexer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}
.foot-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot-box {
    color:#ffffff;
    text-align: left;
    max-width: 298px;
    line-height: 2em;
    margin-left: unset;
    margin-right: unset;
    height: auto;
    margin-bottom: 15px;
}
.foot-box a {
    color:#ffffff;
    text-decoration: none;
}
.foot-box a:hover {
    text-decoration: underline;
}
.liner {
    width: 88px;
    height: 5px;
    border-top: 1px solid white;
    margin-bottom: 15px;
}
#foot-socials i {
    color: #ffffff;
}
/* Mobile Footer */
.mobile-footer .white-line {
    height: 1px;
    width: 100%;
    background: white;
    margin: 15px 0;
}
.mobile-footer p, .mobile-footer a, .mobile-footer {
    text-align: left;
    color: white;
    text-decoration: none;
}
.mobile-footer li, .mobile-footer p, .mobile-footer a {
    line-height: 1.8;
    margin: 3px 0;
}
.credits-socials {
    padding: 5px 15px;
}
.mobile-footer #foot-socials {
    margin-bottom: 15px;
}
#foot-socials i {
    margin-right: 10px;
}

@media (min-width: 300px) {
    .foot-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    #foot-logo {
        width: 100%;
        max-width: unset;
        height:216px;
    }
    #foot-logo img {
        max-width: 230px;
    }
    #site-credits {
        border-top: 1px solid white;
    }
    .mobile-footer {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    #foot-logo {
        width: unset;
        height: unset;
    }
    #site-credits {
        border-top: none;
    }
    #footer {
        font-size: 16px;
    }
    #foot-logo img {
        max-width: 131px;
    }
    .mobile-footer {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .foot-box {
        margin-left: unset;
        margin-right: unset;
    }
    #footer-flexer {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #foot-logo img {
        max-width: 230px;
    }
    #foot-socials {
        margin-top: 10px;
    }
    .mobile-footer {
        font-size: 18px;
    }
}