.genLanding.climate-home .acstopnav {
    display: none;
}
body.genLanding #bd {
    margin-top: 0;
}
.genLanding.climate-home .breadcrumb { 
    position: absolute;
    z-index: 1;
}
.genLanding.climate-home .breadcrumb li:not(:first-of-type):not(:nth-child(2)) { 
    background: none;
    padding: 0;
}
.genLanding h2 {
    font-size: 2.5em;
    font-weight: 400;
}
.genLanding .box-style9 p:last-of-type {
    margin-bottom: 0;
}

.climate-hero .box-style9 {
    max-width: 760px;
    margin: 19em auto -5em;
}

.whyitmatters-img-block .textimage .image_left {
    padding:0;
}
.whyitmatters-img-block .textimage .text {
    width: 100%;
    position: absolute;
    color:#fff;
    padding:1.5em 1em;
    
}
.whyitmatters-img-block .h2 {
    font-size: 2.5em;
}
.whyitmatters-img-block .textimage .image_left:after {
    content: "";
    background: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.whyitmatters-img-block .textimage .text,
.whyitmatters-img-block .image_left img,
.whyitmatters-img-block .textimage .image_left:after {
    transition: all 1s ease;
}
.externalrss > .container {
    padding:0;
}
.externalrss .more {
    text-align: left;
}
.cq-external-rss-feed > p {
    border-bottom: 1px solid #ccc;
    padding-bottom: .75em;
    margin-bottom: 0.75em;
}


@media (min-width:768px){
    .climate-hero .box-style9 {
        margin-top: 12em;
        padding:2em 3em;
        position: relative;
        z-index: 1;
    }
    .whyitmatters-img-block .h2 {
        margin-bottom: 0.75em;
    }
    .whyitmatters-img-block .textimage {
        width:19.6%;
        display:inline-block;
        cursor: pointer;
    }
    .whyitmatters-img-block .textimage .text {
        top:23%;
        padding:2em 1em;
    }
    .whyitmatters-img-block .image_left img {
        position: relative;
        left: -110%;
        max-width: none;
    }
    .whyitmatters-img-block .textimage .text,
    .whyitmatters-img-block .textimage .image_left:after {
        opacity:0;
    }
    .whyitmatters-img-block .textimage:hover .text,
    .whyitmatters-img-block .textimage:hover .image_left:after {
        opacity:1;
    }
    .whyitmatters-img-block .textimage:hover .image_left img {
        transform: scale(1.2);
    }
}

@media (max-width:768px){
    .herocontainer {
        margin-left:0;
        margin-right: 0;
    }
    .herocontainer .clearfix.text_dark {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .whyitmatters-img-block .textimage .image_left {
        max-height: 180px;
        overflow:hidden;
    }
}

/*.climate-child-links*/
/********** Navigation **********/
.climate-child-links .acstopnav {
    margin-bottom:0px;
}
/********** Topics **********/
.climate-child-links .topics-column h2 {
    margin-bottom:24px;
}
/*insert a line after each topic*/
.climate-child-links .topics-column p::after {
    content: "";
    background: #cccccc;
    display: block;
    height: 1px;
    margin: 16px 0;
    clear: both;
}
.climate-child-links .topics-column p:last-child::after {
    display: none;
}
/*more spacing after each topic*/
.climate-child-links .topics-column {
    margin-bottom:40px;
}
/*more spacing after all topics*/
.climate-child-links .articleContent > div:last-child {
margin-bottom: 80px;
}

.climate-child-links h2 {
    margin-bottom: 24px;
}
.climate-child-links h3 {
    margin-bottom: 24px;
}
.climate-child-links .filter p {
    display: inline-block;
    margin: 0 0 0.2em;
}
.climate-child-links .filter p::after{
    content: "|";
    color: #aaaaaa;
    margin: 0px 8px;
}

.climate-child-links .filter p:last-child::after {
    content: none;
}