footer {
    background-color: #f3f4f5;
    border-color: #f3f4f5;
    color: #0c2340;
    padding-top: 24px;
    padding-bottom: 40px;
}

footer .footer-back-to-top {
    display: none;
}

footer .footer-link a {
    font-size: 12px !important;
    line-height: 15px !important;
}

footer .footer-link span {
    color: #284460;
}

.footer-navigation {
    list-style-type: none;
    padding-left: 0;
}

.footer-navigation .nav-link {
    float: left;
    min-height: 35px;
    line-height: 35px;
    padding: 0;
}

.footer-navigation a:link,
.footer-navigation a:active,
.footer-navigation a:visited {
    border-left: 1px solid #284460;
    color: #0c2340 !important;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.footer-navigation li:first-child a {
    border-left: 0;
    padding-left: 0;
}

.footer-information, .footer-information p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
    color: #0c2340;
}

.footer-information p a:link,
.footer-information p a:active,
.footer-information p a:visited {
    color: #0c2340 !important;
    text-decoration: underline;
}

.social-links {
    list-style-type: none;
    padding-left: 0;
}

.social-links li {
    float: left;
    margin-bottom: 16px;
    position: relative;
}

.button.type-social {
    width: 32px;
    height: 32px;
    padding:0;
    margin-right: 16px;
    display:block;
    position:relative;
    overflow:hidden;
    box-sizing:content-box
}

.button.type-social:focus,
.button.type-social:hover {
    opacity:.5
}
.button.type-social:before {
    content:"";
    background-color:#fff;
    position:absolute;
    top: 3px;
    left: 3px;
    width: 26px;
    height: 26px;
    border-radius:0;
    z-index:0
}

span.hidden-title {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.button.type-social .icon {
    z-index: 1;
    position: relative;
    width: 32px;
    height: 32px;
    fill: #4267b2;
}

.type-social.facebook .icon {
    fill: #4267b2;
}

.type-social:hover {
    opacity:.5
}
.type-social:before {
    background-color:#fff
}
.type-social .icon {
    fill:#fff
}
.type-social.facebook:before {
    background-color:#fff
}
.type-social.facebook .icon {
    fill:#4267b2
}

.svg-symbols {
    display: none;
}

/*to top button*/

.back-to-top {
    outline: none;
    cursor: pointer;
    background: transparent;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 10px 24px 10px 52px !important;
    border-radius: 20px;
    min-height: 40px;
    font-family: Deutsche Bank Text,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    border: 1px solid currentColor;
    float: right;
    color: #0c2340;
}

.back-to-top:hover {
    color: #0c2340;
    background-color: hsla(0,0%,100%,.3);
}

.back-to-top.button svg {
    fill: #fff;
    transform: rotate(-90deg);
    left: 4px;
    background-color: currentColor;
    padding: 7px;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
    stroke: none;
}