.header-footer-group .section-inner {
    background: var(--upep-blue);
}

.header-footer-group .footer-bottom {
    background: var(--artic-blue);
}

.header-footer-group .footer-bottom .content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.header-footer-group .site-logo img{
    width: auto;
    height: 80px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
    display: block;
    max-width: 241.17px;
    max-height: 120.23px;
    margin: 0;
    /* -webkit-filter: brightness(0) invert(1); */
}

.footer-nav-widgets-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 34px 0 50px;
}

.footer-section-footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 4px;
}

.footer-bottom ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

ul.media {
    display: flex;
    padding-left: 0;
    list-style: none;
    padding-top: 12px;
}

.footer-inner .footer-widgets-wrapper ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    max-height: 130px;
    flex-wrap: wrap;
    padding-left: 33px;
    padding-top: 5px;
}

.footer-inner li.menu-item {
    min-width: 133px;
    padding-right: 85px;
}

footer ul li.menu-item a {
    display: inline-block;
    padding: 10px 0 6px;
    text-decoration: none;
}

html[lang="en"] .footer-copyright p {
    font-family: 'Open Sans';
}

.footer-copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    text-align: right;
    color: #606060;
}

html[lang="en"] .footer-bottom .footer-section-footer-bottom ul li a{
    font-family: 'Open Sans';
}

.footer-bottom .footer-section-footer-bottom ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #606060;
    padding: 0 13px;
}

.footer-bottom ul li a:hover{
    text-decoration: underline;
}

.footer-bottom ul li:first-child a{
    padding-left: 0;
}

html[lang="en"] .header-footer-group .footer-inner ul li a{
    font-family: 'Open Sans';
}

.header-footer-group .footer-inner ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.social-wrapper-media ul li a {
    padding: 0px 17px;
}

.social-wrapper-media ul li a img {
    filter: brightness(0) invert(1);
    width: auto;
    height: auto;
}

.social-wrapper-media ul li a:hover img,
.social-wrapper-media ul li a:active img,
.social-wrapper-media ul li a:focus img  {
    filter: inherit;
}

.social-wrapper-media ul li:last-child a {
    padding-right: 0;
}

.footer-inner {
    width: 37.33%;
}

.header-footer-group .footer-inner ul li a:hover,
.header-footer-group .footer-inner ul li a:focus,
.header-footer-group .footer-inner ul li a:active {
    color: #C9E47C;
}

@media screen and (max-width:1280px){
    .footer-inner .footer-widgets-wrapper ul {
        padding-left: 0;
    }

    .footer-inner li.menu-item {
        padding-right: 42px;
    }
    
}

@media screen and (max-width:991px){
    .footer-nav-widgets-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .social-wrapper-media ul li a {
        padding: 0;
        margin-right: 33px;
    }

    .footer-section-footer-bottom {
        display: block;
        padding-bottom: 15px;
    }

    .footer-copyright p {
        text-align: left;
    }

    .footer-nav-widgets-wrapper {
        padding: 25px 0 40px;
    }

    .footer-inner .footer-widgets-wrapper ul {
        padding-top: 15px;
    }

    footer ul.media {
        padding-top: 20px;
    }

    footer .site-info{
        width: 100%;
    }

    .footer-bottom ul {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 0;
    }
}

@media screen and (max-width:767px){
    .footer-bottom .footer-section-footer-bottom ul li a {
        padding: 0;
    }
    
    .footer-nav-widgets-wrapper {
        display: block;
        padding: 19px 0 40px;
    }

    .footer-inner .footer-widgets-wrapper ul {
        max-height: 210px;
        padding-top: 9px;
    }

    footer ul.media {
        padding-top: 33px;
    }

    .footer-section-footer-bottom {
        padding-bottom: 18px;
    }

    .footer-inner li.menu-item {
        min-width: 180px;
        padding-right: 15px;
    }

    .footer-bottom ul li a {
        padding: 0;
        margin-right: 40px;
    }

    .header-footer-group .site-logo img {
        max-width: 157.17px;
    }

    footer ul li.menu-item a {
        padding: 10px 0 13px;
    }

    .social-wrapper-media ul li a {
        margin-right: 30px;
    }

    footer ul.media li a img{
        height: 21px;
        width: auto;
    }

    .footer-copyright p {
        font-size: 12px;
        line-height: 16px;
        padding-top: 18px;
    }

}

@media screen and (max-width: 500px){
    .footer-inner li.menu-item {
        min-width: 170px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 374px){
    .footer-bottom ul li a {
        margin-right: 20px;
    }

    .footer-inner {
        width: 100%;
    }

    .footer-inner .footer-widgets-wrapper ul {
        max-height: inherit;
        width: 100%;
        display: block;
    }

}

