 /*----------------------------------------------------footer--------------------------------------------------*/



 a.mlns {
    text-transform: lowercase;
}

footer {
    background: rgb(247, 247, 247);
    padding: 40px 24px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 2px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px 1px 3px;
    margin-top: auto;
}

footer>a {
    font-size: var(--font-size-small);
    color: rgb(38, 42, 130);
    font-weight: normal;
    line-height: 1.4em;
    text-transform: none;
}

.footer_links::before {
    content: "|";
    display: inline;
    color: rgb(74, 73, 74);
    margin-right: 7px;
    vertical-align: middle;
}

.footer_links:first-child::before {
    content: "" !important;
    margin-right: 0px !important;
}


#footer_text {
    font-size: var(--font-size-small);
    color: rgb(74, 73, 74);
    font-weight: normal;
    line-height: 1.4em;
    text-transform: none;
}
