﻿.footerDivide {
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}
.footerContactBlock h2, div.footerLinksBlock h2 {
    color: #707070;
    text-decoration: none;
}

div.footerLinksBlock {
    float: left;
    padding-left: .5%;
}

ul.footerLinks {
    list-style-position: inside;
    padding-left: 0;
}

.footerLinks a:visited, a:link {
    color: #363639;
    text-decoration: none;
}

.footerLinks a:hover, a:visited:hover {
    color: #363639;
    text-decoration: underline;
}

.footerLinks li, a {
    display: inline-block;
    margin-left: 0;
    padding: 0;
}

#footerBottom {
    height: 60px;
    background-color: #002b7c;
}

@media all and (min-width: 768px) {
    .footerContent {
        max-width: 1400px /* 1440px */;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 0 2em 1em;
        overflow: hidden;
    }

    .footerContactBlock {
        float: left;
        padding-right: 20%;
    }

    .footerLinks li::before {
        content: '\00a0\2022\00a0\00a0';
        padding-left: .29em;
        padding-right: .135em;
        font-size: inherit;
    }

    .footerLinks li:first-child::before {
        content: "";
    }
}

/*  MOBILE NAVIGATION STYLES:  https://toddmotto.com/building-an-html5-responsive-menu-with-media-queries-javascript */
@media screen and (max-width: 767px) {
    /* padding added to accomodate menu button */
    .footerLinks {
        list-style-type: none; /* Remove bullets */
        padding: 0; /* Remove padding */
        margin: 0;
    }

    .footerLinks li {
        display: block;
    }

    .footerContent {
        padding-left: 0.5em
    }

    .footerContent h2 {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

/*  =print styles */
@media print {
    #appQuestions {
        padding-top: 1em;
    }

    #footer {
        text-align: center;
    }

    #footerContainer {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .footerLinks, #feature_col, div.nav {
        display: none;
    }
}