footer.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}



/* ======== MAIN FOOTER ========== */

footer.footer .main-footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 70px;
}


footer.footer .main-footer-wrapper .content-wrapper.main-footer{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    gap: 144px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column.logo{
  width: 40%;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column .footer-column-content{
    margin-top:30px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column.logo .footer-logo{
    width: 230px;
    height: auto;
    object-fit: contain;
    position: relative;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column:not(:first-of-type){
    width: 25%;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column{
    color: white;
    line-height: 16px;
    font-size: 14px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul li{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul li:last-of-type{
    margin-bottom: 0px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    display: block;
    width: max-content;
    position: relative;
    opacity: 1;
    transition: 0.5s ease-in-out;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul .hs-menu-depth-2:first-of-type{
    margin-top: 15px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul .hs-menu-depth-2{
    margin-bottom: 16px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul .hs-menu-depth-2 a{
    font-size: 12px;
    font-weight: 300!important;
    color: white;
    margin-left: 16px;
}

{#footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul .hs-menu-depth-2 a:before{
    content: "-";
    position: absolute;
    left: -15px;
}#}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul li a.inactive{
    opacity: 0.4;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column .solid-cta{
    font-size: 14px;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column .search-icon{
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 22px;
    width: 100%;
}

footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column .search-icon::after{
    content: '';
    width: 16px;
    height: 16px;
    position: relative;
    background-image: url('https://info.pemnet.com/hubfs/E-Mobility%20Site%20Files/Icons/footer__search-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
}

/* ========= SOCIALS ============= */

footer.footer .socials-wrapper{
    width: 100%;
}

footer.footer .socials-wrapper .content-wrapper .socials{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
    margin-top: -24px;
    padding-bottom: 70px;
}

footer.footer .socials-wrapper .content-wrapper .socials .social-icon{
    width: 34px;
    height: 34px;
    background-color: transparent;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}


footer.footer .socials-wrapper .content-wrapper .socials svg{
    width: 34px;
    height: 34px;
    fill: #A8C2D0;
}

footer.footer .socials-wrapper .content-wrapper .socials .social-icon:hover{
    transform:translateY(-5px);
}

footer.footer .socials-wrapper .content-wrapper .socials .social-icon:hover svg{
    fill: white;
}

footer .hs_cos_wrapper_type_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ======== BOTTOM BAR ========== */

footer.footer .bottom-bar-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid white;
    padding: 40px 20px;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column{
    color: white;
    font-size: 14px;
    width: 50%;
    display: flex; 
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul li {
    text-decoration: none;
    color: white;
    padding: 0px;
    margin: 0px;
    border-left: 1px solid white;
    padding-left: 6px;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul li a{
    text-decoration: none;
    color: white;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: max-content;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul li a.inactive{
    opacity: 0.5;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.logos{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 44px;
}

footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.logos .bottom-bar-column__logos__logo img{
    max-height: 50px;
    width: 100%;
}

@media screen and (max-width: 1110px) {

    footer.footer .main-footer-wrapper .content-wrapper.main-footer {
        gap: 50px;
    }


    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column.logo{
        margin-bottom: 50px;
    }
    
    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column.logo .footer-logo{
        width: 300px;    
    }
    
    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul li:last-of-type{
        margin-bottom: 40px;
    }

    footer.footer .socials-wrapper .content-wrapper .socials{
        padding-bottom: 0px;
        margin-bottom: 40px;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column {
        font-size: 10px;
        width: 100%;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite{
        margin-top: 10px;
    }

    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column.logo {
    width: 40%;
    }

    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column:not(:first-of-type) {
    width: 30%;
    }

}

@media screen and (max-width: 999px) {

    footer.footer .main-footer-wrapper .content-wrapper.main-footer {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column {
        width: 100%!important;
    }

    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column.logo{
        margin-bottom: 50px;
    }
    
    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column.logo .footer-logo{
        width: 230px;    
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul li {
        border-right: 0px solid transparent;
        text-align: center;
    }
    
    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul li:last-of-type{
        margin-bottom: 40px;
    }

    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column ul li a {
        text-align: center;
        display: block;
        width: 100%;
    }

    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column .search-icon{
        justify-content: center;
    }

    footer.footer .main-footer-wrapper .content-wrapper.main-footer .footer-column .solid-cta {
        padding: 16px 0px;
    }

    footer.footer .socials-wrapper .content-wrapper .socials{
        margin-top: 30px;
        margin-bottom: 40px;
        padding-bottom: 0px;
        justify-content: center;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar {
        flex-direction: column;
        width: 90%;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column {
        font-size: 14px;
        width: 100%;
    }
    
    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite {
        margin-top: 0px;
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 40px;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul li {
        border-left: 0px solid white;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.copywrite ul li a {
        font-size: 14px;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.logos {
        gap: 10px;
        justify-content: space-between;
    }

    footer.footer .bottom-bar-wrapper .content-wrapper.bottom-bar .bottom-bar-column.logos img {
        max-height: 40px;
    }



}





