footer {
    padding: 0 3%;
}

footer > .links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2em 0;
}

footer > .links > .links-left {
    display: flex;
    align-items: flex-start;
}

footer > .links img.easychem-logo {
    width: 30%;
    margin-right: 5em;
    max-width: 500px;
    min-width: 300px;
    margin-bottom: 1em;
}

.FooterMenus {
    display: flex;
}

.FooterMenus > :first-child {
    margin-right: 5em;
}

.FooterMenus h3 {
    font-size: 1em;
    font-weight: 700;
}

.FooterMenus ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.FooterMenus ul > li:before {
    content: '\25A0';
    padding-right: 8px;
    color: #439cd7;
}

.links .ContactMethodsWrapper p {
    text-align: end;
    font-weight: 800;
}
.links .ContactMethod_Phone {
    display: flex;
    align-items: center;
}

.links .ContactMethod_Phone > img {
    margin: 0 1em 0 0;
}

.links .ContactMethod_Phone h6 {
    color: black;
    font-size: 1.5em;
    font-weight: 700;
}

.links img {
    width: 45px;
}

.links .SocialMediaWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.links .SocialMediaWrapper img:first-of-type {
    margin: 0 2em 0 0;
}

footer .Footer-TopBarLeft p{
    color: black;
    line-height: 1.5em;
    margin: 0;
}

footer .Footer-BottomBar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-top: 2px solid #f3f3f3;
    padding: 1em 0;
    box-sizing: content-box;
}

footer .Footer-BottomBar > div {
    width: 50%;
}

footer .Footer-BottomBarLeft {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .Footer-BottomBarLeft p {
    color: black;
    line-height: 2;
    display: inline;
}

footer .Footer-BottomBarLeft a.BlueText {
    color: #439cd7;
    text-decoration: none;
    display: inline;
}

footer .Footer-BottomBarLeft p.BlueText {
    color: #439cd7;
}

footer .Footer-BottomBarRight {
    height: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .Footer-BottomBarRight img {
    width: auto;
    max-height: 50px;
    max-width: 90%;
}

@media ( min-width: 1001px ) {
    footer > div.links {
        flex-direction: row;
        align-items: flex-start;
    }
    footer > div.links > img {
        width: 20%;
    }
}

@media ( max-width: 1350px ) {

    footer > .links > .links-left {
        flex-direction: column;
    }

    footer > .links > .links-left > img.easychem-logo {
        margin: 0 0 1em 0;
    }
}

@media ( max-width: 1100px ) {

    footer > div.Footer-BottomBar {
        height: unset;
        flex-direction: column;
    }

    footer > div.Footer-BottomBar > div:first-of-type {
        width: 100%;
        align-items: center;
    }

    footer > div.Footer-BottomBar > div:last-of-type {
        margin: 1em 0;
        justify-content: center;
    }

}

@media ( max-width: 1550px ) {

    footer > .links img.easychem-logo {
        margin-right: 5em;
    }

    .FooterMenus > :first-child {
        margin-right: 5em;
    }

}

@media ( max-width: 1000px ) {
    footer {
        padding: 0 1em;
    };
    footer > div.links > img {
        width: 100%;
    }
    footer > div.links > div.links-left div.FooterMenus {
        flex-direction: column;
        width: 100%;
    }
    footer > div.links > div.links-left > div.FooterMenus > div.FooterMenu:first-child {
        margin-right: unset;
    }
    footer > div.links > div.links-left > div.FooterMenus > div.FooterMenu > h3 {
        text-align: center;
    }
    footer > div.links > div.links-left > div.FooterMenus > div.FooterMenu > ul.menu > li:before {
        display: none;
    }
    footer > div.links > div.links-left > div.FooterMenus > div.FooterMenu > ul.menu > li > a {
        margin: 0 auto;
    }
    footer > div.links > div.ContactMethodsWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer > div.links > div.ContactMethodsWrapper > div.ContactMethod_Phone > img {
        display: none;
    }
    footer > div.Footer-BottomBar {
        flex-direction: column;
    }
    footer > div.Footer-BottomBar > div {
        width: 100%;
    }
    footer > div.Footer-BottomBar > div.Footer-BottomBarLeft > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 1em auto;
    }
    footer > div.Footer-BottomBar > div.Footer-BottomBarLeft > div > p {
        margin: 0;
    }
    footer > div.Footer-BottomBar > div.Footer-BottomBarLeft > div > p.hide-on-mobile {
        display: none;
    }
    footer > div.Footer-BottomBar > div.Footer-BottomBarRight {
        margin: 3em 0;
    }
}