﻿#main-footer {
    background: #1B365D;
    overflow-x: hidden;
    text-align: center;
    padding: 0 2em;
    position: relative;
    z-index: 99990
}

@media (min-width: 70em) {
    #main-footer {
        text-align: left
    }
}

#main-footer .page {
    background: #1B365D
}

#main-footer #footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#main-footer .footer-inner {
    position: relative;
    z-index: 9;
    padding: 1.6em 0 2em
}

@media (min-width: 59em) {
    #main-footer .footer-inner {
        padding: 3em 0
    }
}

#main-footer ul {
    list-style: none;
    padding: 0
}

    #main-footer ul li {
        position: relative
    }

        #main-footer ul li::before {
            display: none
        }

        #main-footer ul li a {
            padding: 0.5em 0
        }

#main-footer .tagline {
    font-size: 1.8em;
    margin: 0 0 0 -2px;
    color: white;
    font-family: Georgia, serif
}

#main-footer .footer-links {
    margin: 1em 0 0.5em;
    font-size: 1.25em
}

@media (min-width: 44em) {
    #main-footer .footer-links {
        margin: 1em 0
    }
}

@media (min-width: 70em) {
    #main-footer .footer-links {
        float: left
    }
}

#main-footer .footer-links li {
    display: inline-block
}

    #main-footer .footer-links li::after {
        content: '';
        width: 4px;
        height: 4px;
        background: #EB6A2C;
        border-radius: 50%;
        right: 0.2em;
        top: 50%;
        margin-top: -1px;
        position: absolute;
        display: block
    }

    #main-footer .footer-links li:last-child::after {
        display: none
    }

    #main-footer .footer-links li:last-child a {
        margin-right: 0;
        padding-right: 0
    }

    #main-footer .footer-links li a {
        color: white;
        text-decoration: none;
        display: block;
        margin: 0 1em 0 0
    }

        #main-footer .footer-links li a:hover {
            text-decoration: underline
        }

#main-footer .footer-social {
    margin: 1em 0
}

@media (min-width: 70em) {
    #main-footer .footer-social {
        float: right
    }
}

#main-footer .footer-social li {
    display: inline-block
}

    #main-footer .footer-social li a {
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        position: relative;
        margin: 0 0.2em;
        padding: 0;
        font-size: 1.5em;
        color: white
    }

@media (min-width: 59em) {
    #main-footer .footer-social li a {
        margin: 0 0.4em 0 0
    }
}

#main-footer #copyright {
    border-top: 1px solid #2b4870;
    margin: 0.4em 0 0;
    padding: 1.5em 0 0;
    font-size: 1em;
    color: rgba(255,255,255,0.8);
    font-weight: 300
}

@media (min-width: 70em) {
    #main-footer #copyright {
        font-size: 1.2em
    }
}

#main-footer #copyright a {
    color: inherit;
    text-decoration: none;
    font-weight: 600
}

    #main-footer #copyright a:hover, #main-footer #copyright a:focus, #main-footer #copyright a:active {
        text-decoration: underline
    }
