.button {
    padding: 10px 30px;
}

#hero .contentTitle {
    padding-bottom: 20px;
    }

.itemImg {
    padding-bottom: 2em;
}

/* Responsive Sections */

@media only screen and (max-width: 767px) {
    #lowerrow {
        padding: 120px 20px;
    }
    .cols3.imgMgn0 .imgGridItem {
    width: 100%;
    }
    div.blockWrap_c52b0363866e4d328037e30add6ab7cd {
    background-position: 100% 50%;
    }
}

/* Responsive Hero */

@media only screen and (max-width: 767px) {
    #hero {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    #mobilehero {
        display: none;
    }
}

/* AUTO POP STYLES */
.dismiss{
    cursor: pointer;
}
.auto-pop-content{}
.auto-pop-content p{}
.auto-pop-content .contentTitle {
    padding-top: 30px;
    padding-bottom: 0px;
    }