.clean-air-app-wrap::before {
    display: none;
    width: 0px;
}

.responsive-requirements-wrap::before {
 display: none;
    width: 0px;
}


.responsive-requirements-wrap::after {
 display: none;
    width: 0px;

}

.clean-air-app-item a::after {
    display: none;
}

@media screen and (min-width: 769px) {
    .home #hero {
        min-height: 680px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }


#hero .jumbo-content {
        padding: 0px 5% 0;
    position: relative;
    z-index: 10;
    margin-top: -90px;
    max-width: 800px;
}

.page-home.home h1.jumbotron-headline {
    font-size: 36px !important;
    line-height: 42px !important;
        color: #fff !important;
}

.page-home.home .jumbo-tagline {
    color: #fff;
    font-weight: 100;
    font-size: 21px !important;
    line-height: 160% !important;
    margin-bottom: 30px !important;
}

.page-home.home .hero-overlay {
        opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.home .carousel-indicators {
    display: none !important;
}

.home #heroCarousel::before {
    background:none !important;
}

}