/* Media Query
---------------------*/
@media screen {
    #footer {
        background-color: var(--bc-light-grey);
        overflow: hidden;
        padding-top: 3rem;
    }

    #footer::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
        height: 100%;
        /* background-color: rebeccapurple; */
        background-image: url(../images/icons/bangbang.svg);
        background-repeat: no-repeat;
    }

    #footer .container {
        padding-bottom: 2rem;
    }

    #footer .heading,
    #footer h1, #footer h2, #footer h3 {
        border-bottom: none;
        padding: 0;
        text-align: left;
        margin-bottom: 1rem;
        text-transform: uppercase;
        font-size: 1.25rem;
        color: var(--bc-dark-grey);
        margin-bottom: 1.5rem;
    }

    #footer h2 {
        border-bottom: 2px solid #fff;
    }

    #footer a {
        text-decoration: none;
        border: none;
        color: #000;
    }

    #footer .logo {
        float: none;
        margin-bottom: 3rem;
    }

    #footer .ce_multicolumnStart > .block {
        margin-bottom: 2rem;
    }

    #footer .container:before {
        content: "";
        display: none;
        width: 6rem;
        height: 4rem;
        position: absolute;
        top: 0rem;
        right: 1rem;
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../../content/Images/logos/we-keep-indusdtry-alive.svg);
    }


}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {

}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {


}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    #footer::before {
        top: -50%;
    }

    #footer .logo {
        margin-bottom: 4rem !important;
    }

    #footer address {
        line-height: 1.6;
        margin-top: -3px;
    }

    #footer .heading,
    #footer h1, #footer h2, #footer h3 {
        margin-bottom: 2rem;
        border: none;
    }

    #footer .ce_multicolumnStart{
        justify-content: space-between;
    }
    #footer .ce_multicolumnStart.flex-col4 > .block {
        margin-bottom: 0;
    }

    #footer::before {
        width: 1500px;
        height: 1500px;
        top: -750px;
        right: -875px;
        background-size: cover;
    }

    #footer .container:before {
    	display: block;
        width: 8rem;
        height: 6rem;
        top: -2rem;
        right: calc(25% - 8.5rem);
    }

}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
    #footer {
      padding-top: 4rem;
    }
}

/* min-width:1300 Laptops (and larger) for width 1200px */
@media only screen and (min-width:1300px) {

}
/* Footer ends
--------------------*/





/* Footer More/Extra Query
--------------------*/
@media screen {
    #footer_more {
        background: #E3E7EA;
        margin: 0;
    }
    #footer_more .mod_navigation {
        margin: 0;
        text-align: center;
    }

    #footer_more .mod_navigation ul {
        margin: 0.75rem 0;
        line-height: 2;
        overflow: hidden;
    }

    #footer_more .mod_navigation li {
        display: inline-block;
        font-size: 0.75rem;
        padding-right: 0.75rem;
        font-weight: 400;
        position: relative;
    }

    #footer_more .mod_navigation li.weblink {
        padding-right: 0;
        opacity: 0.45;
    }

    #footer_more .mod_navigation li:after {
        content: "";
        display: none;
        position: absolute;
        top:  5px;
        right: 0;
        width: 10px;
        height: 1rem;
        border-right: 1px solid #fff;
    }

    #footer_more .mod_navigation li.last:after {
        display: none;
    }

    #footer_more a {
        border-bottom: none;
        color: #000;
    }
    #footer_more a:hover {
        color: var(--bc-red);
    }


}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    #footer_more .mod_navigation li {
        font-size: 0.9rem;
        padding-right: 1.2rem;
        float: left;
        width: auto;
    }

    #footer_more .mod_navigation li.weblink {
        float: right;
    }

    #footer_more .mod_navigation {
        text-align: left;
    }
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
    #footer_more .mod_navigation li {
        padding-right: 2rem;
    }
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Footer More/Extra ends
--------------------*/
