/* Start Product Item */
.productItem {
    /*height:350px;*/
}
.productItem .overlay {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    background: #000;
    background: rgba(0,0,0,.3);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 10;
}

.productItem .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 5;
}

@media (max-width: 991px) {
    .productItem .hover-bg img {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .productItem .hover-bg img {
        max-width: 280px;
        /*height: 375px;*/
       /* width: 100%;*/
    }
}

/* End Product Item */
/* Start Product Item */

.productCardsSmall--wrapper {
    margin-top: 0;
    margin-bottom: 60px;
}

.productItemSmall {
    background-color: white;
    margin-top: 50px;
}

.productItemSmall-container .a-z-item h4 a {
    color: #078fd4;
}

.productItemSmall:hover {
    cursor: pointer;
}

.productItemSmall .poster-img {
    width: 110px;
    min-height: 35px;
    max-height: 80px;
    display: inline-block;
    vertical-align: top;
}


.productItemSmall h4 a {
    color: black;
    text-transform: capitalize;
}


.productItemSmall span {
    color: black;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
}


.productItemDescription {
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 68%;
}

.productItemDescription a:hover {
    text-decoration: none;
}

.productItemSmall:hover h4 {
    color: #00ae4d;
}

.productItemDescription h4 {
    padding-bottom: 5px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.productItemBg{
    margin-left: 143px;
}

.productItemNoRatings{
    margin-top: -35px;
}
@media only screen and (max-width: 1199px){
    .productItemDescription {
        width: 65%;
    }
}

@media only screen and (max-width: 767px){
    .productItemRated {
        display: none;
    }
    .productItemBg{
        display: none;
    }

    .productCardsSmall--wrapper {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
/* End Product Item */
/* Start Product Cards */


.productCardsSmall-cq-wrapper .container {
    width: 1180px;
    padding: 0;
}

.productItemSmall-container {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 33%;
}

.cq-wcm-edit .productItemSmall-cq-wrapper {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 33%;
    min-height: 145px;
}

.cq-wcm-edit .productItemSmall-container {
    width: 100%;
}

.productCardsSmall-cq-wrapper .sectionHeader * {
    max-width: 850px;
    margin: 0 auto 5px;
    font-family: "Helvetica W01", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
}

.productCardsSmall-cq-wrapper .sectionHeader h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.productCardsSmall-cq-wrapper .sectionHeader .sectionSubHeader {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-size: 24.5px;
    font-weight: 300;
    line-height: 29px;
}


.productCardsSmall {
    margin-top: -30px;
}

.cq-wcm-edit .productCardsSmall {
    margin-top: 0;
}

@media only screen and (max-width: 1199px) {
    .productItemSmall-container {
        width: 49%;
    }

    .cq-wcm-edit .productItemSmall-cq-wrapper {
        display: inline-block;
        float: left;
        vertical-align: top;
        width: 49%;
        min-height: 171px;
    }
}

/* End Product Cards */
/* Start Product Cards - sm  */
@media only screen and (max-width: 767px) {

    .productCardsSmall-cq-wrapper .container {
        width: 100%
    }

    .productCardsSmall-cq-wrapper .sectionHeader h2 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 26px;
    }

    .productCardsSmall-cq-wrapper .sectionSubHeader {
        display: none;
    }

    .productItemSmall {
        text-align: center;
        margin: 0;
    }

    .productItemDescription {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .productItemDescription h4 {
        margin: 0;
    }

    .productCardsSmall-cq-wrapper .heading h3 {
        display: none;
    }

    .productCardsSmall {
        margin-top: 35px;
        padding-bottom: 0;
    }

    .productItemSmall-container {
        padding-bottom: 25px;
    }

    .productItemSmall-container:nth-child(n + 5) {
        width: 100%;
        padding-bottom: 0;
    }

    .productItemSmall-container:nth-child(n + 5) .productItemSmall {
        height: auto;
        margin: 0;
        text-align: left;
        border-top: 1px solid #ccc;
    }

    .productItemSmall-container:nth-child(n + 5) .productItemDescription {
        padding: 15px 0;
    }

    .productItemSmall-container:last-child .productItemDescription {
        padding-bottom: 0;
    }

    .productItemSmall-container:nth-child(n + 5) .productItemDescription h4 {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .productItemSmall-container:nth-child(n + 5) .productItemSmall .poster-img {
        display: none;
    }

    .productItemSmall-container:last-child {
        padding-bottom: 0;
    }
}
/* End Product Cards - sm */
/* Start Product Cards */

.productCards-cq-wrapper {
    position: relative;
    background: #fff;
    min-height: 500px;
    margin-top: 81px;
    z-index: 99;
}

.heroSection-cq-wrapper .hero .productCards-cq-wrapper {
    margin: 100px auto 0 auto;
}

.productCards {
    padding: 20px;
}

.productCards .productItem-container {
    border: 1px solid #d8d8d8;
    height: 336px;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 280px;
    position: relative;
    padding-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

@media (min-width: 801px) and (max-width: 899px) {
    .productCards .productItem-container:nth-child(4n + 4) {
        margin-right: 0;
    }
}

.productCards .productItem-container h4 {
    font-size: 27px;
    position: relative;
    text-transform: capitalize;
    z-index: 20;
    font-weight: 300;
    min-height: 300px;
}

.productCards .productItem-container .productItem-cq-wrapper .productItem > img {
    width: 88%;
    position: absolute;
    bottom: 20px;
    max-width: 240px;
    max-height: 175px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);

}

@media (min-width: 1200px) {
    .container.productCards-cq-wrapper {
        width: 1220px;
    }
}

.productCards .productItem-container span {
    position: absolute;
    bottom: -150px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background-color: #00ae4d;
    padding: 12px;
    font-size: 18px;
    z-index: 15;
    text-transform: uppercase;
    font-family: "Helvetica W01";
    font-weight: 700;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    background: #000;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 10;
}

.hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 5;
}

/*.hover-bg img {
    max-width: 281px;
    height: 375px;
    width: 100%;
}*/

@media (min-width: 600px) and (max-width: 699px) {
    .productCards .productItem-container {
        max-width: 262px;
    }

    .productCards .productItem-container {
        margin-left: 9px;
    }

    .productCards .productItem-container:nth-child(2n+2) {
        margin-right: 0px;
        margin-left: 0px;
    }

}

@media (min-width: 700px) and (max-width: 767px) {
    .productCards .productItem-container {
        margin-bottom: 24px;
        margin-right: 24px;
        max-width: 320px;
    }

    .productCards .productItem-container:nth-child(2n+2) {
        margin-right: 0px;
    }

    .productCards .productItem-container .hover-bg img {
        max-width: 318px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .productCards .productItem-container {
        max-width: 230px;
        margin-right: 0.5%;
        margin-bottom: 0.625em;
        margin-left: 0.5%;
    }

    .productCards .productItem-container:nth-child(3n+3) {
        margin-right: 0;
    }

    .productCards .productItem-container:nth-child(4n+4) {
        margin-right: 0.5%;
    }

    .productCards .productItem-container:nth-child(7),
    .productCards .productItem-container:nth-child(8) {
        display: none;
    }
}

@media (min-width: 900px) and (max-width: 960px) {
    .productCards .productItem-container {
        max-width: 224px;
        margin-left: 0.85%;
        margin-right: 0.85%;
    }

    .productCards .productItem-container:nth-child(7),
    .productCards .productItem-container:nth-child(8) {
        display: none;
    }
}

/*@media (min-width: 961px) and (max-width: 1024px) and (orientation: landscape) {
    .productCards .productItem-container {
        margin-bottom: 10px;
        margin-right: 10px;
        max-width: 301px;
    }

    .productCards .productItem-container:nth-child(4n+4) {
        margin-right: 10px;
    }

    .productCards .productItem-container:nth-child(3n+3) {
        margin-right: 0;
    }

    .productCards .productItem-container:nth-child(7),
    .productCards .productItem-container:nth-child(8) {
        display: none;
    }

    .productCards .productItem-container .hover-bg img {
        max-width: 301px;
        width: 100%;
    }
}*/

@media (min-width: 961px) and (max-width: 991px) {
    .productCards .productItem-container {
        margin-bottom: 10px;
        margin-right: 10px;
        max-width: 230px;
    }

    .productCards .productItem-container:nth-child(4n+4) {
        margin-right: 10px;
    }

    .productCards .productItem-container:nth-child(3n+3) {
        margin-right: 0;
    }

    .productCards .productItem-container:nth-child(7),
    .productCards .productItem-container:nth-child(8) {
        display: none;
    }

    .productCards .productItem-container .hover-bg img {
        max-width: 301px;
        width: 100%;
    }
}

/*@media (min-width: 980px) and (max-width: 991px) {
    .productCards.row {
        margin-left: 0;
    }

    .productCards .productItem-container {
        max-width: 213px;
    }
}*/

@media (min-width: 992px) and (max-width: 1199px) {
    .productCards.row {
        margin-left: 10px;
    }

    .productCards .productItem-container {
        margin-bottom: 32px;
    }

    .productCards .productItem-container:nth-child(7),
    .productCards .productItem-container:nth-child(8) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .productCards .productItem-container:nth-child(4n+4) {
        margin-right: 0;
    }
}

.productCards .productItem-container:hover,
.productCards .productItem-container:hover .overlay,
.productCards .productItem-container:hover .hover-bg {
    display: block;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.productCards .add-product-form {
    float: left;
}
/* End Product Cards */
/* Start Product Cards - sm  */

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

    #header .productCards {
        padding: 5px 5% 10px;
    }

    .productCards .productItem-container {
        display: none;
    }

    .productCards .productItem-container,
    .productCards .productItem-container:nth-child(2n+2) {
        height: 210px;
        width: 46%;
        max-width: none;
        margin: 5px 2%;
        padding: 10px;
    }

    .productItem-container:nth-child(-n+8) {
        display: block;
    }

    .productCards .productItem-container h4 {
    	font-size: 18px;
        color: #000;
        line-height: 21px;
    }

    .productCards .productItem-container .productItem-cq-wrapper .productItem > img {
        max-height: 155px;
    }

    .productCards .productItem-container .hover-bg,
    .productCards .productItem-container span,
    .productCards .productItem-container:hover .hover-bg {
        display: none;
    }

    .productCards .productItem-container:hover,
    .productCards .productItem-container:hover .overlay {
        background: rgba(0, 0, 0, 0);
    }
}
/* End Product Cards - sm */
.heroSection-cq-wrapper {
    min-height: 768px;
}

.heroSection-cq-wrapper .convio-subscribe-cq-wrapper,
.heroSection-cq-wrapper .action-button-cq-wrapper {
    display: none;
}

.heroSection-cq-wrapper .hero-media {
    height: 768px;
    position: absolute;
    background: #ddd 50% 0 no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.heroSection-cq-wrapper .videoWrapper {
    height: 768px;
    width: 100%;
}

.heroSection-cq-wrapper .overlay {
    display: block;
    height: 100%;
}

.heroSection-cq-wrapper .videoControl {

    display: none;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    z-index: 250;
    background: no-repeat 50% 50%;
    outline: none;
    box-shadow: none !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -75px 0 0 -92px;

    overflow: hidden;
    border: none;
    text-indent: -9999px;
    height: 102px;
    width: 86px;

}

.heroSection-cq-wrapper .videoControl.play {
    background-image: url(../../images/common/video_play_btn.png);
}

.heroSection-cq-wrapper .videoControl.pause {
    background-image: url(../../images/common/video_pause_btn.png);
}
@media only screen and (max-width: 767px) {

    .heroSection-cq-wrapper {
        padding-top: 0;
    }

    .heroSection-cq-wrapper > section {
        position: relative;
        margin: 0;
    }

    .heroSection-cq-wrapper .hero-media {
        top: 0;
        bottom: 950px;
        width: 100%;
        height: auto;
    }

    .heroSection-cq-wrapper .parsys.heroSection-pars {
        padding-top: 80px
    }

    .heroSection-cq-wrapper .productCards-cq-wrapper,
    .heroSection-cq-wrapper .hero .productCards-cq-wrapper {
        margin: 0 auto;
    }

    .productCards {
        padding: 5px 5% 20px;
    }
}
.advocacy {
    margin: 28px 0 0 0;
    position: relative;
}

.heroSection-cq-wrapper .advocacy .overlay {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.heroSection-cq-wrapper .advocacy .buttons-block {
    /*margin: 55px 0 55px 0;*/
}

.heroSection-cq-wrapper .advocacy .head-line-cq-wrapper .headline .subheader {
    max-width: 1015px;
}

.heroSection-cq-wrapper .advocacy .head-line-cq-wrapper {
    /*padding-top: 140px;*/
}

.heroSection-cq-wrapper .advocacy .newsList-cq-wrapper {
    margin: 70px 0 0 0;
    position: relative;
}
@media only screen and (max-width: 767px) {

    #content .heroSection-cq-wrapper {
        padding-top: 30px;
    }

    #content .hero .hero-media,
    .heroSection-cq-wrapper .advocacy .hero-media {
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .convio-subscribe-cq-wrapper .convioSubscribe form,
    .convio-subscribe-cq-wrapper .convioSubscribe form h3 {
    	width: 100%;
    }
    #content .hero .headline .subheader,
    .advocacy .head-line-cq-wrapper .headline .subheader {
        display: initial;
        font-weight: 300;
    }
    #content .hero .headline .tagline,
    .advocacy .head-line-cq-wrapper .headline .tagline {
        font-weight: 700;
        font-family: "Helvetica W01";
        margin-bottom: 15px;
    }
    #content .hero .headline,
    .advocacy .headline {
        text-align: center;
    }
    #content .hero section.newsList .btn,
    .advocacy section.newsList .btn {
        margin-bottom: 20px;
    }
    #content .hero .action-button-cq-wrapper .btn,
    .advocacy .action-button-cq-wrapper .btn {
        font-family: "Neue Helvetica W01";
        font-weight: 500;
    }
    #content .heroSection-cq-wrapper {
        min-height: initial;
    }
    .convio-subscribe-cq-wrapper .convioSubscribe form div.privacy-policy a {
    	font-size: 14px;
    }
    .cons_email #cons-email,
    .cons_zip_code #cons_zip_code,
    .convioSubscribe form div.cons_email,
    .convioSubscribe form div.cons_zip_code {
        float: none;
    }
    .cons_email #cons-email,
    .cons_zip_code #cons_zip_code,
    .convioSubscribe .convio-submit {
        width: 100%;
        font-weight: 300;
    }
    .convio-subscribe-cq-wrapper.section {
        margin-top: 0;
    }
    #content .hero div.newsList-cq-wrapper,
    .heroSection-cq-wrapper .advocacy div.newsList-cq-wrapper {
        margin: 0;
    }
    #content .hero .convio-subscribe-cq-wrapper,
    .advocacy .convio-subscribe-cq-wrapper {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

    .cons_email #cons-email,
    .cons_zip_code #cons_zip_code,
    .convioSubscribe .convio-submit {
        font-size: 18px;
        height: 50px;
    }
    .convioSubscribe .convio-submit {
        font-weight: 500;
        font-size: 20px;
    }
    #content .hero .head-line-cq-wrapper .headline .tagline,
    .advocacy .head-line-cq-wrapper .headline .tagline {
        font-size: 33px;
        line-height: 40px;
    }
    #content .hero .parsys.heroSection-pars,
    .heroSection-cq-wrapper .advocacy .parsys.heroSection-pars {
        padding-top: 50px;
    }
    #content .hero .head-line-cq-wrapper .headline .subheader,
    .advocacy .head-line-cq-wrapper .headline .subheader {
        font-size: 18px;
        line-height: 27px;
    }
    .convio-subscribe-cq-wrapper .convioSubscribe form h3 {
        margin-bottom: 30px;
    }
    .convioSubscribe form .cons_email,
    .convioSubscribe form .cons_zip_code {
        padding-bottom: 15px;
    }
    .convio-subscribe-cq-wrapper .convioSubscribe form div.privacy-policy {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    #content .hero .action-button-cq-wrapper,
    .advocacy .action-button-cq-wrapper {
    	margin-top: 15px;
    	margin-bottom: 40px;
    }
    #content .hero .action-button-cq-wrapper .btn,
    .advocacy .action-button-cq-wrapper .btn {
        padding: 14px 18px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .cons_email #cons-email,
    .cons_zip_code #cons_zip_code,
    .convioSubscribe .convio-submit {
        font-size: 24px;
        height: 60px;
    }
    .convioSubscribe .convio-submit {
        font-weight: 500;
    }
    .convioSubscribe form{
    	padding: 0 25px;
    }
    #content .hero .head-line-cq-wrapper .headline .tagline,
    .advocacy .head-line-cq-wrapper .headline .tagline {
        font-size: 65px;
        line-height: 65px;
    }
    #content .hero .parsys.heroSection-pars,
    .heroSection-cq-wrapper .advocacy .parsys.heroSection-pars {
        padding-top: 45px;
    }
    #content .hero .head-line-cq-wrapper .headline .subheader,
    .advocacy .head-line-cq-wrapper .headline .subheader {
        font-size: 24px;
        line-height: 32px;
    }
    .convio-subscribe-cq-wrapper .convioSubscribe form h3 {
        font-size: 33px;
        margin-bottom: 40px;
    }
    .convioSubscribe form .cons_email,
    .convioSubscribe form .cons_zip_code {
        padding-bottom: 10px;
    }
    .convio-subscribe-cq-wrapper .convioSubscribe form div.privacy-policy {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #content .hero .action-button-cq-wrapper,
    .advocacy .action-button-cq-wrapper {
        margin-top: 80px;
        margin-bottom: 115px;
    }
    #content .hero .action-button-cq-wrapper > div > div > h3,
    .advocacy .action-button-cq-wrapper > div > div > h3 {
     margin-bottom: 30px;
    }
    #content .hero .action-button-cq-wrapper .btn,
    .advocacy .action-button-cq-wrapper .btn {
        padding: 18px 22px;
        font-size: 24px;
    }
}
.parsys.heroSection-pars {
    padding-top: 125px;
}

.head-line-cq-wrapper .headline .tagline {
    text-transform: uppercase;
    font-size: 60px;
    text-align: center;
    line-height: 75px;
    font-weight: 700;
    /* font-stretch: condensed; */
    font-family: "Helvetica W01";
}

@media (min-width: 700px) and (max-width: 800px) {
    .head-line-cq-wrapper .headline .tagline {
        font-size: 47px;
    }
}

.head-line-cq-wrapper .headline .subheader {
    font-size: 33px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    max-width: 870px;
    font-weight: 200;
    margin-top: 20px;
}

@media (min-width: 600px) and (max-width: 699px) {
    .head-line-cq-wrapper .headline .tagline {
        font-size: 38px;
    }

    .head-line-cq-wrapper .headline .subheader {
        font-size: 25px;
    }

}

.head-line-cq-wrapper {
    z-index: 100;
    position: relative;
}

@media (min-width: 700px) and (max-width: 800px) {
    .headline .tagline {
        font-size: 47px;
    }
}

.headline .subheader {
    font-size: 33px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    max-width: 870px;
}



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

    #header .headline {
        color: #fff!important;
    }

    .head-line-cq-wrapper .headline .tagline {
         font-size: 32px;
         font-weight: 600;
         line-height: 40px;
    }

    .head-line-cq-wrapper .headline .subheader {
        display: none;
    }

    .head-line-cq-wrapper {
        padding-bottom: 20px;
    }
}
.carFinder--wrapper {
    margin-top: 0;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .carFinder--wrapper {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
/* Start page styles*/
.heroSection-pars .body.section {
    position: relative;
    z-index: 100;
}
/* Content section */

/* Bottom section */
