#footer{
    float: left;
    font-family: open_sans, open_sans_regular, 'Open Sans', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
    font-size: 100%;
    padding: 4.375rem;
    width: 100%;
    height: 12.25rem;
    box-sizing: border-box;
    background: #FFF;
    margin: 100px 0 0 0;
    text-align: left;
    line-height: 1.42;
    border-top: 1px solid #9C9C9C;



}

#footer > div{
    width: 50%;
}
#footer p
{
    font-weight: normal;
    font-size: 1.33em;
    line-height: 1.33;
    padding-bottom: 3px;
    margin: 0;
    padding-top: 1px;
}
.footer_links_left
{
    float:left;
    font-size: .75rem;
    font-weight: 600;
    width: 50%;
}
.footer_links_left p {
    font-size: 1.33em !important;
}
.footer_links_right
{
    float: right;
    font-size: .65em;
    color: rgb(153, 153, 153);
    text-align: right;
    width: 50%;
}

.footer_links_right p{
    font-size: .75rem !important;
    margin: .65rem 0 0 0 !important;
}

a.foo_links {
    display: inline;
    color: #3fa9f5;
    font-size: .745rem;
    line-height: 1.31;
    text-decoration: none;
    border: none;
}
.footer_links_right .foo_links:hover {
    color: #21587F;
}
.foo_links:after{
    content: "  |  ";
    padding: 0.3em;
}

.footer_links_right a:last-of-type:after {
    content: "";
    padding: 0;
}
@media only screen and (max-width: 820px){
    div#footer > div {
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 650px){
    #footer{
        padding: 2.35rem 0;
    }
}
@media only screen and (max-width: 570px){
    .foo_links:after {
        padding: 0.1em;
    }
}
@media only screen and (max-height: 890px){
    #footer {
        position: initial;

    }
}