/*  Sets styles green slider      */
/*  width partners and licensees  */
/* -----------------------------  */

.o_green-slider {
    position: relative;
    box-sizing: content-box;
    width: 100%;
    text-align: center;
    z-index: 50;
    /* padding-top: 40px; */
}

.o_green-slider::after {
    content:'';
    top: -80px;
    left: 0;
    width: 100%;
    height: 760px;
    position: absolute;
    background-color: var(--eco-green);
    transform: skewY(-2.5deg);
    z-index: -1;
}

.o_green_head h4 {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    width: 25%;
    /* height: 54px; */
}

.o_head--active {
    border-radius: 30px;
    box-shadow: 0 1px 10px var(--eco-d-green);
    background-color: white;
    color: var(--eco-green);
}

.o_green_subhead {
    display: none;
}

/* .o_green_subhead--active {
    display: block;
} */

.o_green_body_wrap {
    position: relative;
}

.o_green_slide {
    width: 100%;
    position: relative;
}

.o_green_body {
    overflow: hidden;
    display: block;
    visibility: visible;
}

.o_green_logo {
    /* display: none !important; */
    box-sizing: border-box;
    /* width: 20%; */
    /* height: 168px; */
    /* padding: 6.5% 0; */
}

.o_green_slider--hide {
    display: none;
    visibility: hidden;
}

.o_green_logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.o_green_logo img {
    width: auto;
    height: 140%;
    vertical-align: middle;
} 

.o_green_nav_left, 
.o_green_nav_left:active,
.o_green_nav_left:focus {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.44);
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 100;
}

.o_green_nav_right,
.o_green_nav_right:active,
.o_green_nav_right:focus {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.44);
    position: absolute;
    top: 45%;
    right: 0;
}

.o_green_nav_left::after, 
.o_green_nav_right::after {
    content: '';
    border: solid var(--eco-green);
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 10px; 
    position: absolute;
    top: 32%;
}

.o_green_nav_left::after {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    left: 12px;
}

.o_green_nav_right::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 12px;
}

.slider { display: none; }
.slider.slick-initialized { display: block; }

.o_green_marker:last-child {
    margin-right: 0;
}

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

    .o_green-slider_wrap {
        position: relative;
        top: -20px;
    }

    .o_green_head h4 {
        padding: 4% 0;
        display: block;
        width: 100%;
    }

}

@media only screen and (min-width:600px) and (max-width:900px) {

    .o_green_head h4 {
        padding: 2% 0;
        display: inline-block;
        width: 40%;
        vertical-align: middle;
    }

}

@media only screen and (min-width:1800px) {

    .o_green_head h4 {
        padding: 1% 0;
        display: inline-block;
        width: 20%;
        vertical-align: middle;
    }

}

@media only screen and (max-width:900px) {
    
    .o_green_logo {
        box-sizing: border-box;
        width: auto;
        height: 100px;
        padding: 8% 0;
    }

    .o_green_logo a {
        width: 80%;
        height: auto;
        max-height: 150px;
    }
    
    .o_green_logo img {
        max-width: 80%;
        height: auto;
        vertical-align: middle;
    } 
}

@media only screen and (min-width: 1200px) {
    
    .o_green-slider::after {
        transform: skewY(-2deg);
        z-index: -1;
    }

    .o_green-slider_wrap {
        position: relative;
        top: 35px;
    }

    .o_green_head p {
        margin-top: 40px;
    }

    .o_green_logo {
        box-sizing: border-box;
        width: auto;
        max-height: auto;
        padding: 2% 0;
    }

    .o_green_logo a {
        width: 80%;
        height: auto;
        max-height: 200px;
    }
    
    .o_green_logo img {
        padding: 20% 0;
        max-width: 80%;
        height: auto;
        vertical-align: middle;
    } 

    .o_green-slider::after {
        height: 750px;
        transform: skewY(-1.5deg);
        z-index: -1;
    }
}

@media only screen and (min-width:1800px) {
    
    .o_green-slider::after {
        height: 900px;
        transform: skewY(-1.5deg);
        z-index: -1;
    }

    .o_green-slider_wrap {
        padding-top: 60px;
    }

    .o_green_logo {
        box-sizing: border-box;
        width: auto;
        /* max-height: auto; */
        padding: 1% 0;
    }

    .o_green_logo a {
        width: 80%;
        height: auto;
        /* max-height: 600px; */
    }
    
    .o_green_logo img {
        padding: 20% 0;
        /* max-width: 80%; */
        /* height: 100%; */
        vertical-align: middle;
    } 

}