.sustainability .HeaderText h1{
    line-height: 60px;
}
.flex-here{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex{
    display:flex;
    flex-direction: row;
}
.color-acadia{
    color:#1C252C;
}
.color-green{
    color: #35BEAD;
}
.color-w{
    color: #ffffff;
}
.w50{
    width: 50%;
}
.bg-green{
    background-color: #ECF9F1;
}
.bg-g{
    background-color:#87BA49;
}
.bg-dpg{
    background-color:#1c252c;
}
.relative{
    position: relative;
}
.img-holder{
    width: calc(60vw + 60px);
    margin: -60px;
    margin-top: 56px;
    margin-bottom: 56px;
    position: relative;
    height: 100vh;
    max-height: 547px;
}
.img-holder2{
    width: 100%;
    position: relative;
    height: 100vh;
;
}

.image-here {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section1 p{
    padding: 0px 200px 0px 115px;  
}
.section1 .title{
    padding: 0px 115px 0px 115px;
    position: relative;
    margin-bottom: 50px;
}
.section1 h2{
    padding: 0px 200px 0px 115px;
}
.section1 .text-left{
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 470px;
    margin-top: 120px;

}
.center{
    text-align: center;
}
.cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.green-strip{
    width: 100vw;
    height: 20px;
    background-color: #85B948;
}

.block-section .para{
    padding-left: 115px;
    padding-right: 132px;
}

.block-section3 .para{
    padding-left: 115px;
    padding-right: 132px;
}
.content-container h2{
    margin-bottom: 65px;
}
.content-container .title{
    margin-bottom: 64px;
}
.content-container .slider-two{
    max-width: 1240px;
    width: calc(100% - 200px);
    margin: 0 auto;
}
.slider-two .slick-prev, .sustain-responsible .slick-prev, .blog-container .slick-prev{
    position: absolute;
    left: -9vw;
    top: 50%;
    transform: translateY(-50%);
}
.slider-two .slick-prev::before,  .sustain-responsible .slick-prev::before, .blog-container .slick-prev::before{
    content: '';
    display: block;
    background-image: url('img/left-arrow-icon.svg');
    background-repeat: no-repeat;
    background-size: 82px 82px;
    width: 82px;
    height: 82px;
    cursor: pointer;
}

.slider-two .slick-next, .sustain-responsible .slick-next, .blog-container .slick-next{
    position: absolute;
    right: -9vw;
    top: 50%;
    transform: translateY(-50%);
}
.slider-two .slick-next::before, .sustain-responsible .slick-next::before, .blog-container .slick-next::before{
    content: '';
    display: block;
    background-image: url('img/right-arrow-icon.svg');
    background-repeat: no-repeat;
    background-size: 82px 82px;
    width: 82px;
    height: 82px;
    cursor: pointer;
}
.content-container .slider-two .caption .caption-title{
    font-size: 28px;
    line-height: 34px;
    padding-top: 26px;
    font-family: proxima-nova, sans-serif;
	font-weight: 400;
}
.content-container .slider-two .caption{
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
}
.content-container .slider-two .caption .caption-subtext{
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
}

.content-container .slider-two  .slick-prev1 {
    width: 100px;
    height: 100px;

    position: absolute;
    right:0;
    z-index: 14;
    cursor: pointer;
    transform: translateY(-50%);
    top: 50%;
}
.content-container .slider-two  .slick-next2 {
    width: 100px;
    height: 100px;
 
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: 14;
    transform: translateY(-50%);
    top: 50%;
}
.bg-frost{
    background-color: #F3FAEA;
}
.footer-logos{
    /* height: 332px; */
    position: relative;
}
.responsible-slider .well{
    max-width: 1240px;
    width: calc(100% - 200px);
    margin: 0 auto;
}
.content-container{
    padding-top: 66px;
    padding-bottom: 116px;
}
.footer-logos .logo-img{
    width: 200px;
    height: 200px;
  
}
.footer-logos .logo-img img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.footer-logo-imgs{
    max-width: 1237px;
    margin: 0 auto;
}
.footer-logos .logo-img:not(:first-child){
    margin-left: 20px;
}
.footer-title{
    font-size: 40px;
    line-height: 49px;
    padding-top: 35px;
    padding-bottom: 18px;
}
.slider-one img{
    width: 100%;
    height: 794px;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 0;
    font-family: "object-fit: cover; object-position: top;";
}
.slider-two .icon-here {
    width: 164px;
    height: 164px;
    border: 1px solid #87BA49;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.slider-two .icon-here.icon1::after,
.slider-two .icon-here.icon2::after,
.slider-two .icon-here.icon3::after,
.slider-two .icon-here.icon4::after,
.slider-two .icon-here.icon5::after,
.slider-two .icon-here.icon6::after {
  content: "";
  background-image: url("img/heart.svg");
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  width: 90px;
  height: 80px;
  background-repeat: no-repeat;
}

.slider-two .icon-here.icon2::after {
    background-image: url("img/education.svg");
}

.slider-two .icon-here.icon3::after {
    background-image: url("img/responsible.svg");
}

.slider-two .icon-here.icon4::after {
    background-image: url("img/sust-icon.svg");
}

.slider-two .icon-here.icon5::after {
    background-image: url("img/carbon-neutral.svg");
}

.slider-two .icon-here.icon6::after {
    background-image: url("img/recycle-icon.svg");
}
.green-txt{
    color: #35BEAD;
}
.wht-fc{
    color: #ffffff;
}
.colorbg-lg{
    background-color: #F3FAEA;
}
.colorbg-g{
    background-color: #87BA49;
}
.colorbg-db{
    background-color: #1C252C;
}
.block-wrapper {
    max-width: 100%;
    width: calc(100% - 210px);
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 104px;
}
.main-grid .block-wrapper ul{
    padding:0;
}
.main-grid .block-wrapper .title{
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
    padding-bottom: 15px;
}

.main-grid .block-wrapper .title::before{
    content: '';
    display: block;
    background: #35bead;
    height: 5px;
    width: 88px;
    position: absolute;
    left: 0px;
    top: 130px;
    -webkit-transition: width .8s ease;
    -moz-transition: width .8s ease;
    -o-transition: width .8s ease;
    transition: width .8s ease;
    transition-delay: 1s;
    transition-duration: 1s;
}
.main-grid .block-wrapper .first-line.title::before{
    background: #1C252C;
}
.main-grid .block-wrapper ul > li {
    padding-top: 15px;
}
.block-wrapper ul{
    list-style-image: url('img/leaf.svg');
}
.block-wrapper ul.white{
  list-style-image: url('img/wleaf.svg');
}
.main-grid .flex{
    align-items: unset;
}
.group-footer-logos {
    padding-bottom: 40px;
}
.group-footer-logos .logob {
    max-width: 200px;
}
.center {
    text-align: center;
}

.pr120 {
    padding-right: 120px;
}
.pl120 {
    padding-left: 120px;
}
/* .responsible-slider .pr{
    padding-left: 120px;
    padding-right: 120px;
} */
.responsible-slider .item-count {
    max-width: 310px;
    max-height: 200px;
}
.responsible-slider .bold-num{
    color: #87BA49;
    font-size: 5.55556vw;
    line-height: 1em;
    padding-top: 5vh;
}
.responsible-slider{
    background-color: #ECF9F1;
    padding-bottom: 78px;
}
.responsible-slider .title {
    padding-top: 70px;
    padding-bottom: 50px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 49px;
    color: #35BEAD;
}
.responsible-slider .border {
    border-left: 1px solid #101820;
    height: 190px;
}

.sustain-blog .thumbnail-wrapper > img {
    width: 94.33%;
    height: 394px;
    margin: 0 auto;
    object-fit: cover;
}
.blog-container{
    max-width: 1240px;
    width: calc(100% - 200px);
    margin: 0 auto;
    padding-bottom: 95px;
}
.blog-container .title{
    padding-top: 45px ;
    padding-bottom: 54px;
}
.blog-container .caption-title {
    padding-top: 30px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    color: #87BA49;
}
.group-footer-logos .well{
    max-width: 1240px;
    width: calc(100% - 200px);
    margin: 0 auto;
}
.grouped-logs .flex{
    flex-wrap: unset;
    justify-content: space-between;
}
.group-footer-logos .logo-wrapper img{
	margin: 0 auto;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: contain; object-position: center;";
}
.group-footer-logos .logo-wrapper {
    height: 110px;
    position: relative;
}
.group-footer-logos .flex{
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
}
.group-footer-logos .title{
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 49px;
    color: #1C252C;
    font-family: 'prox-semibold';
}
.group-footer-logos .logo-title{
    font-family:'euclidflex-reg';
    font-size: 14px;
    line-height: 28px;
}

@media screen and (max-width: 1024px){
    .pageHeaderImage .HeaderText h1{
        font-size: 40px;
        line-height: 45px;
    }
    .section1 p, .section1 h2{
        padding: 0px 45px 0px 45px;
    }
    .bg-green .img-holder{
        margin-left: 0;
    }
    .group-footer-logos .well{
        width: calc(100% - 30px);
    }

}
@media screen and (max-width: 768px){
    .flex{
        flex-direction: column;
    }
    .w50{
        width: 100%;
    }
    .section1 .text-left{
        margin-top: 45px;
        height: auto;
    }
    .section1 h2{
        padding: 0px 45px 0px 45px;
    }
    .section1 p{
        padding: 0px 45px 45px 45px;
    }
    .section1 .bg-green .img-holder{
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: 300px;
    }
    .slider-one img{
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .content-container{
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .content-container .title{
       margin-bottom: 45px;
       font-size: 30px;
       line-height: 32px;
    }
    .content-container .slider-two{
        width: 100%;
    }
    .slider-two .slick-next::before, .sustain-responsible .slick-next::before, .sustain-blog .slick-next::before, .blog-container .slick-next::before{
        background-size: 42px 42px;
        width: 42px;
        height: 42px;
    }
    .slider-two .slick-prev::before, .sustain-responsible .slick-prev::before, .sustain-blog .slick-prev::before, .blog-container .slick-prev::before{
        background-size: 42px 42px;
        width: 42px;
        height: 42px;  
    }
    .slider-two .slick-prev, .sustain-responsible .slick-prev, .sustain-blog .slick-prev, .blog-container .slick-prev {
        left: -45px;
    }
    .slider-two .slick-next, .sustain-responsible .slick-next, .sustain-blog .slick-next, .blog-container .slick-next {
        right: -45px;
    }
    .content-container .slider-two .caption .caption-subtext{
        font-size: 16px;
        line-height: 22px;
    }
    .block-wrapper,.blog-container{
        width: calc(100% - 90px);
    }
    .main-grid .block-wrapper .title{
        font-size: 30px;
        line-height: 32px;
    }
    .main-grid .block-wrapper .title::before{
        width: 35px;
    }
    .responsible-slider .well, .group-footer-logos .well{   
        width: calc(100% - 90px);
    }
    .responsible-slider .title{
        font-size: 30px;
        line-height: 32px;
    }
    .responsible-slider .border{
        border-left: none;
        height: auto;
    }
    .responsible-slider .bold-num{
        padding-top: 0;
    }
    .caption .caption-subtext{
        margin-top: 30px;
        font-size: 18px;
        line-height: 28px;
    }
    .blog-container .thumbnail-wrapper > img{
        width: 100%;
        height: 394px;
    }
    .blog-container .caption-title{
        font-size: 5vw;
        line-height: 1.125em;
        padding-bottom: 20px;
    }
    .group-footer-logos .logob:not(:first-child){
        margin-top: calc(12.5vw);
    }
    .group-footer-logos .flex{
        flex-direction: column;
        align-items: center;
    }

}