/* Universal Footer Styles */

#footer {
    width: 100%;
    background: black;
    font-family: "ProximaNova", sans-serif;
    color: white;
    clear: both;
    font-size: 14px;
    margin-bottom: -20px;
    min-height: inherit;
    padding: 50px 0 15px;
}

#footer .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    display: table;
}

#footer .container nav.cf {
    clear: both;
    display: flex;
    margin-bottom:0;
}

#footer .container.mobileFooter {
    display: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#footer .container.mobileFooter ul {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
}

#footer .container.mobileFooter li {
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

#footer ul {
    display: block;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 20px;
}

#footer ul li {
    margin-bottom:7px;
    list-style:none;
}

#footer a {
    text-align: left;
    text-decoration: none;
    color: white;
    font-size: 14px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .one-half {
    max-width: 50%;
    float: left;
    margin: 30px 0 10px;
    display: block;
}

#footer .one-half.copyright {
    text-align: left;
}
#footer .mobileFooter .copyright {
    text-align: center;
    width: initial;
}

#footer.top-disclaimer .patent.one-half {
    margin: 0 0 30px;
    max-width: 40%;
}

#footer.top-disclaimer .copyright {
    margin-top: 20px;
}

#footer .patent {
    text-align: right;
    float: right;
}

#footer div p {
    font-size: 14px;
}

#footer div p span {
    font-size: 12px;
}

#footer p sup {
    color: #FF0000;
    font-size: 11px;
    vertical-align: super;
}

#footer strong a {
    font-weight: bold;
}

#footer ul li a, #footer p {
    font-size:14px;
    color:white;
} 

@media screen and (max-width:640px) {
    #footer {
        display: block;
        margin-bottom: -20px;
        padding-top: 30px;
    }
    #footer .container.mobileFooter {
        display: block;
    }
    #footer .container.cf {
        display: none;
    }
}
