:root{
    --section-height: 600px;
}

main{
    overflow: hidden;
}

h4{
    color: #000;
}
#sustainability.hero{
    background-image: linear-gradient(rgb(0 0 0 / 40%),
    rgb(0 0 0 / 40%)),url('/images/recycling/hero.jpg');
    text-shadow: none;
    background-position: center;
}

nav li a:focus{
    text-decoration: none;
}


main .content {
    padding: 20px;
}

.sliding-section {
    width: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    transition: all .6s ease-in-out;
}

.slide-down {
    width: 100%;
    height: 0;
    transition: height, opacity 0.7s ease;
}

.slide-down *,
.hardware-recycling{
    /* height: 0; */
    text-align: left;
    opacity: 0;
    transition: all .5s ease;
}

.sust-buttons.blue-no-bg {
    background-color: transparent;
    display: inline-block;
    color: #0c4bbf;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    text-align: left;
    font-size: 1rem;
    transition: all .15s;
}

.slide-down.active{
    background-color: #fff;
    filter: drop-shadow(0px 1px 3px #0000001f);
}

#cartridgeSlide .env-impact-snapshot {
    /* padding: 4rem; */
}

.env-impact-snapshot p{
    text-align: left;
}

.env-impact-snapshot .three-cols,
.env-impact-snapshot p{
    margin-bottom: 4rem;
}

.env-impact-snapshot .sust-buttons.blue-no-bg{
    margin-top: 0;
}

.env-impact-snapshot .sust-buttons.blue-no-bg:hover{
    color: #4687ff;
    text-decoration: underline;
}

#hardwareSlide{
    background-image: url(/images/recycling/hardware-recycling.jpg);
    background-position-y: bottom;
}

#cartridgeSlide{
    background-image: url(/images/recycling/cartridge-recycling.jpg);
}

#projectorLampSlide{
    background-image: url(/images/recycling/projector-lamp-recycling.jpg);
}

.slide-left a.more-info {
    color: #ff7902;
    margin-top: 1rem;
    /* margin-bottom: 2rem; */
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .15s;
}

.slide-left a.more-info:hover {
    color: #ffac90;
    background-color: transparent;
    text-decoration: underline;
}

.flex-container.two-cols--desktop .col{
    width: 50%;
    padding: 3rem;
    height: 0;
    transition: height 0.5s ease;
}

.flex-container.two-cols--desktop .col.cols-active{
    height: 100%;
    transition: height 0.5s ease;
}

.flex-container,
.flex-container.two-cols--desktop .col:first-child .hardware-recycling,
.three-cols {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

/* .sliding-section.flex-container{
    width: 0;
} */

.three-cols{
    justify-content: space-between;
}

.three-cols > div{
    width: 100%;
}

#hardwareSlide .flex-container.two-cols--desktop .col:first-child{
    padding-right: 0;
}

.flex-container.two-cols--desktop .col:first-child{
    opacity: 1;
    overflow: hidden;
    transition: opacity 0.1s ease;
}

.flex-container.two-cols--desktop .col:first-child .hardware-recycling{
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.6rem;
    height: 100%;
}


.flex-container.two-cols--desktop .col:first-child,
.flex-container.two-cols--desktop .col h3{
    text-align: left;
    letter-spacing: 1px;
}

#hardwareSlide .flex-container.two-cols--desktop .col:first-child,
#hardwareSlide .flex-container.two-cols--desktop .col h3{
    color: #ffffff;
}

#cartridgeSlide .sliding-section > .hardware-recycling{
    padding: 7rem 0 0 7rem;
    font-size: 1.6rem;
    color: #ffffff;
}

#cartridgeSlide .sliding-section > .hardware-recycling > div{
    width: 74%;
}

#cartridgeSlide .flex-container.two-cols--desktop .col{
    /* height: 0; */
    padding: 0;
    width: 48%;
    opacity: 1;
    overflow: visible;
    z-index: 99;
    transition: opacity 0.1s ease;
}

#cartridgeSlide .flex-container.two-cols--desktop{
    justify-content: space-between;
    width: 75%;
    margin-left: auto;
    margin-right: 7rem;
    margin-top: 3rem;
}

.slide-down-content{
    font-size: 1.6rem;
}

p.narrower{
    width: 85%;
}

#projectorLamp,
#projectorLamp .slide-left{
    position: relative;
    z-index: 0;
}




.slide-left-lamp {
    height: 770px;
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
    background-image: url(/images/recycling/projector-lamp-recycling.jpg);
    transition: transform 0.3s ease-in-out;
    background-size: cover;
}

.sliding-section-lamp {
    width: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: width 0.6s ease-in-out;
}

.sliding-section-lamp .area {
    width: 100%;
    padding: 3rem;
    height: auto;
    opacity: 0;
    text-align: left;
    transition: opacity 0.3s ease-in-out;
}

.sliding-section-lamp p{
    font-size: 1.6rem;
}

.sliding-section-lamp p > span:first-child{
    text-transform: uppercase;
    color: #ff7902;
}

.slide-left-lamp .sust-buttons.blue-no-bg{
    font-size: 1.5rem;
    color: #5198d7;
    font-weight: bold;
}

.slide-left-lamp .sust-buttons.blue-no-bg:hover{
    color: #fff;
    font-weight: normal;
    transition: all .15s;
}

.sliding-section-lamp p:not(:last-child){
    margin-bottom: 1.5rem;
}

.blue-bg{
    background-color: #006DDC;
    color: #fff;
    font-size: 1.6rem;
    padding: 9rem 0;
    margin: 9rem 0 0;
}

.blue-bg > div:first-child{
    margin-bottom: 3rem;
}

.blue-bg .sust-buttons{
    background-color: transparent;
    border: 1px solid white;
}

.blue-bg .sust-buttons:hover{
    background-color: white;
    color: #006DDC;
}

#recyclingActivities{
    padding-bottom: 8rem;
}

.sust-hidden-desktop {
    display: block;
}


@media screen and (max-width: 1000px) {
    .slide-left, .slide-left-lamp{
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    h2, h4{
        text-align: center;
    }
    #recyclingActivities{
        background-color: white;
        text-align: left;
    }

    .caption{
        font-size: 1.6rem;
        padding: 4rem 0;
    }
    .sust-buttons.blue-no-bg{
        margin-top: 0;
        font-size: 1.4rem;
    }
    .env-snapshot-mobile{
        background-color: #fff;
        filter: drop-shadow(0px 1px 3px #0000001f);
        padding: 4rem 2rem;
        margin-top: 4rem;
        font-size: 1.6rem;
    }
    .env-snapshot-mobile h4{
        font-size: 22px;
    }
    .env-snapshot-mobile h5{
        text-align: center;
    }
    .env-snapshot-mobile .rec-image{
        padding: 2rem 0;
        margin: 4rem 0;
        background: white;
    }

    #cartridge > div > div > div:nth-child(2){
        margin-bottom: 4rem;
        margin-top: 0;
    }
    #cartridge > div > div .env-snapshot-mobile div:nth-child(2){
        padding: 4rem 0;
    }
    #projectorLamp .rec-image{
        margin-bottom: 4rem;
    }
    #projectorLamp p>span{
        text-transform: uppercase;
        color: #ff7902;
    }
    .blue-bg {
        font-size: 2rem;
        padding: 5rem 2rem;
        margin: 5rem 0 0;
        text-align: center;
    }
}


@media screen and (min-width: 767px) {
    .sust-hidden-mobile {
        display: block;
    }
    #sustainability.hero{
        background-image: linear-gradient(rgb(0 0 0 / 20%),
        rgb(0 0 0 / 20%)),url('/images/recycling/hero.jpg');
        background-position-y: 86%;
    }
    .caption, .tile-copy, #supplyChain .responsibilities, #supplyChain .tile-title, .sust-buttons.blue-no-bg {
        font-size: 2rem;
    }
    .env-snapshot-mobile{
        padding: 6rem 4rem;
    }
    .sust-buttons.blue-no-bg{
        width: 90%;
    }
}

@media screen and (min-width: 1000px) {
    .content-container h2{
        margin: 0;
        line-height: 1;
    }
    .sliding-section h3,
    .sliding-section-lamp h3{
        /* font-size: 3.5rem; */
    }

    .slide-left {
        width: 100%;
        height: var(--section-height);
        background-color: #f0f0f0;
        position: relative;
        transition: transform 0.3s ease-in-out;
        background-size: cover;
        z-index: 1;
    }
    #hardware .env-impact-snapshot{
        min-height: var(--section-height);
    }
    .env-impact-snapshot{
        padding: 2rem 2rem;
    }
    .env-impact-snapshot h5, .env-impact-snapshot p{
        margin-bottom: 2rem;
    }
    .env-impact-snapshot h5{
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .env-impact-snapshot .three-cols{
        margin-bottom: 2rem;
    }

    .sliding-section .slide-down a{
        font-size: 15px;
        width: 100%;
    }
    .sliding-section-lamp p{
        font-size: 1.6rem;
    }
    .slide-left-lamp .sust-buttons.blue-no-bg {
        font-size: 1.8rem;
    }
    .blue-bg > div:first-child {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.8;
    }
    .blue-bg .sust-buttons {
        font-size: 1.6rem;
    }
    .sust-hidden-desktop {
        display: none;
    }

    #cartridgeSlide h4{
        margin-bottom: 2rem;
    }
    .flex-container.two-cols--desktop .col:first-child, .flex-container.two-cols--desktop .col h3{
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .slide-left a.more-info{
        width: 80%;
    }
    #hardwareSlide > div > div:nth-child(2) > div > div,
    #cartridgeSlide > div > div.flex-container.two-cols--desktop > div:nth-child(1) > div > div,
    #cartridgeSlide > div > div.flex-container.two-cols--desktop > div:nth-child(2) > div{
        font-size: 2.4rem;
    }
    #hardwareSlide > div > div:nth-child(2){
        padding: 5rem;
        padding-top: 7rem;
    }

}

@media screen and (min-width: 1200px) {
    #sustainability p.last-child{
        margin-bottom: 0;
        width: 45%;
    }
    .d-md-block {
        display: block!important;
    }
    .content-container h2{
        margin: 0;
        line-height: 1;
    }
    .sliding-section h3,
    .sliding-section-lamp h3{
        /* font-size: 3.5rem; */
    }
    #sustainability p{
        font-size: 2.4rem;
    }

    .slide-left {
        width: 100%;
        height: var(--section-height);
        background-color: #f0f0f0;
        position: relative;
        transition: transform 0.3s ease-in-out;
        background-size: cover;
        z-index: 1;
    }
    #hardware .env-impact-snapshot{
        min-height: var(--section-height);
    }
    .env-impact-snapshot{
        padding: 9rem 2rem;
    }
    .env-impact-snapshot h5, .env-impact-snapshot p{
        margin-bottom: 7rem;
    }
    .env-impact-snapshot h5{
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    .env-impact-snapshot .three-cols{
        margin-bottom: 9rem;
    }
    .slide-left a.more-info{
        /* font-size: 1.8rem; */
        font-size: 15px;
    }
    .sliding-section .slide-down a{
        font-size: 1.4rem;
        /* width: 75%; */
    }
    .sliding-section-lamp p{
        font-size: 2.4rem;
    }
    .slide-left-lamp {
        min-height: 1060px;
    }
    .slide-left-lamp .sust-buttons.blue-no-bg {
        font-size: 1.8rem;
    }
    .blue-bg > div:first-child {
        font-size: 3rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.8;
    }
    .blue-bg .sust-buttons {
        /* font-size: 1.6rem; */
        font-size: 16px;
    }
    .sust-hidden-desktop {
        display: none;
    }
    .sliding-section div{
        /* font-size: 2.4rem; */
    }
    #cartridgeSlide h4{
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 1600px) {
    #sustainability .content-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    #sustainability{
        padding: 12rem 0;
    }

    .sliding-section .slide-down a {
        /* font-size: 1.8rem; */
        font-size: 15px;
    }
    .env-impact-snapshot .three-cols {
        margin-bottom: 6rem;
    }
    .env-impact-snapshot {
        padding: 3rem 3rem;
    }
    #cartridgeSlide > div > div.flex-container.two-cols--desktop div p{
        /* font-size: 2rem; */
    }
    .blue-bg > div:first-child {
        font-size: 2.6rem;
    }
}

/* .sliding-section{
    width: 78%;
    overflow: visible;
}

.sliding-section .col:first-child,
.hardware-recycling,
.slide-down *,
.sliding-section-lamp .area{
    opacity: 1;
}


.slide-down{
    height: auto;
}

.sliding-section-lamp{
    width: 80%;
}

#hardwareSlide > div > div:nth-child(2) > div{
    background-color: white;
} */

.env-impact-snapshot .three-cols .eal-col,
.env-snapshot-mobile .three-cols .eal-col{
    width: 30%;
}

.env-impact-snapshot .three-cols .eal-col p,
.env-snapshot-mobile .three-cols .eal-col p{
    font-size: 11px;
    letter-spacing: normal;
    margin-bottom: 0;
    color: #368349;
    font-family: Arial, Helvetica, sans-serif;
}

.env-impact-snapshot .three-cols .eal-col p sup,
.env-snapshot-mobile .three-cols .eal-col p sup{
    font-size: 8px;
    top: 0;
}

@media screen and (max-width: 620px) {
    .env-snapshot-mobile .three-cols .eal-col p:first-child{
        min-height: 106px;
    }
}