#footermenu {
    color: #fff;
    text-align: left;
    background-color: #1b3764;
    padding: 30px 0px;
    font-size: 15px;
}
#footermenu>div{
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    position: relative; 
}

#footermenu>div>div>a>img {
    padding-bottom: 20px;
    height: auto;
}
#footermenu div.fontrr{
    line-height: 26px;
    padding-bottom: 30px;
}

#footermenu dl a {
    color: #fff;
    font-size: 15px;
    font-family: IstokWeb-Regular, sans-serif;
}
dt {
    font-size: 15px;
    font-family: IstokWeb-Bold, sans-serif;
    color: #e9d59e;
}
dd {
    margin-left: 0px;
    font-size: 12px;
}
dd>a {
    color: #fff;
    cursor: pointer;
}
dd>a:hover, dd>a:active, dd>a:focus {
    color: #00b0fb !important;
}
footer {
    background-color: #FFFFFF;
    margin: 20px auto !important;
    font-size: 16px;
}
footer div {
    float: left;
}
footer div:nth-child(2) {
    float: right;
}
/* The below causes the footer section of the Ocelot Chatbot to not display.
footer div:last-child {
    display: none;
}
*/
footer a {
    color: #1b3764 !important;
    border-bottom: 1px solid #1b3764;
}

.address-and-social-links {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -ms-flex: 1 0 25%;
    flex-basis: 25%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
}
.footer_links {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly !important; /* Overrides when not IE */ 
    -moz-justify-content: space-evenly;
    justify-content: flex-end; /* Required for IE */
    -ms-flex-pack: space-evenly;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -ms-flex: 1 0 25%;
    flex-basis: 25%;
}
footer div a {
    display: inline-block;
}
#ie11_fix .hide-in-mobile a {
    display: inline-block;
}
#ie_footer_new_image_fix,
.ie_footer_fix {
    display: none;
}