#welcomeMsg {
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}

#welcomeMsg > div {
    background-color: #fff;
    padding: 17px;
    width: 100%;
    max-width: 939px;
    text-align: center;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}

#welcomeMsg > div #welcomeWrap {
    max-width: 806px;
    width: 100%;
    margin: 35px auto;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-weight: 200;
}

#welcomeMsg > div #welcomeWrap h1 {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 50px;
    line-height: 55px;
}

#welcomeMsg > div #welcomeWrap ul {
    width: 624px;
    margin: 30px auto;
    text-align: left;
    font-size: 24px;
    line-height: 35px;
}

#welcomeMsg > div #welcomeWrap span {
    font-size: 25px;
}

#welcomeMsg > div #welcomeWrap a {
    border: 2px solid #ec1c24;
    background: #ec1c24;
    color: #fff;
    font-size: 18px;
    padding: 11px 21px;
    height: 45px;
    margin: 20px auto;
    line-height: 22px;
    display: block;
    width: 205px;
    font-family: "Neue Helvetica W01";
    font-weight: normal;
}

#welcomeMsg > div #welcomeWrap a:hover,
#welcomeMsg > div #welcomeWrap a:focus {
    text-decoration: none;
}
#topics {
    min-height: 200px;
    padding-bottom: 50px;
    padding-top: 50px;
}

#topics .container {
    padding: 20px 0 0 0;
}

#topics .container .row > div {
    text-align: center;
}

.topic-item {
    display: inline-block;
    padding: 7px 15px 0 15px;
    height: 45px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 24px;
}

.topic-item:after {
    content: "\a";
    white-space: pre;
}

.topic-item-grey {
    display: inline-block;
    background: #ddd;
    padding: 7px 15px 0 15px;
    height: 45px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 24px;
    /*box-shadow: 0.50em 0 0 #ddd, -0.50em 0 0 #ddd;*/
}

.topic-item a {
    color: #fff;
    text-transform: uppercase;
}

.topic-item-grey a {
    color: #000;
    text-transform: uppercase;
}

@media (min-width: 581px) and (max-width: 612px) {
    .topic-item {
        display: table;
        max-width: 540px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 580px) {
    .topic-item {
        display: table;
        max-width: 520px;
        text-align: center;
        width: 100%;
    }

    .topic-item:after {
        content: "";
    }
}

/* Start Stats Item */
.statsItem {
    position: relative;
}

/* End Stats Item */
/*Start Statistics Section*/

.statistics-cq-wrapper {
    z-index: 110;
    position: relative;
}

.statistics {
    text-transform: uppercase;
    margin: 25px 0;
    overflow: hidden;
}

.statistics .container {
    position: relative;
}

.statistics .row {
    margin-left: 35px;
    margin-bottom: 25px;
}

.statistics .small {
    font-size: 16px;
    font-weight: 600;
}

.statistics .big {
    font-size: 132px;
    font-family: "Helvetica W01";
    font-weight: 700;
}

@-moz-document url-prefix() {
    .statistics .small {
        font-weight: 600;
    }

    .statistics .big {
        font-weight: 600;
    }
}

.statistics .stat-top {
    margin: 0 0 -40px 0;
    height: 23px;
}

.statistics .stat-central {
    height: 155px;
    padding: 0;
    float: left;
}

.statistics .aside {
    float: left;
    width: 23%;
    margin: 53px 0 0 20px;
    min-width: 83px;
    display: none;
}

.statistics .bottom {
    height: 23px;
    clear: both;
}

#sub-component {
    cursor: pointer;
}

.statistics .subscribe-rollover {
    background: #ec1c24;
    color: #fff;
    position: absolute;
    top: 250px;
    right: 15px;
    width: 100%;
    padding: 13px 0 0 0;
    cursor: pointer;
    height: 160px;
}

@-moz-document url-prefix() {
    .statistics .subscribe-rollover {
        height: 175px;
    }
}

.statistics .subscribe-rollover .sub-left {
    margin: -32px 0 0 24px;
    float: left;
}

.statistics .subscribe-rollover .sub-right {
    float: left;
    margin: 37px 0 0 11px;
    width: 155px;
}

.statistics .container .row > div:nth-child(2) .statsItem-container {
    margin-left: -18px;
}

@media (min-width: 600px) and (max-width: 699px) {
    .statistics .row {
        margin-left: 0;
        margin-bottom: 0;
    }

    .statistics .row div:nth-child(2) .statsItem-container {
        margin-left: -11px;
    }

    .statistics .big {
        font-size: 70px;
    }

    .statistics .stat-central {
        height: 81px;
    }

    .statistics .aside {
        margin: 16px 0 0 10px !important;
    }

    .statistics .small {
        font-size: 13px;
    }

    .statistics .subscribe-rollover {
        height: 125px;
    }

    .statistics .subscribe-rollover .sub-left {
        margin: -12px 0 0 12px;
    }

    .statistics .subscribe-rollover .sub-right {
        margin: 16px 0 0 6px;
        width: 66px;
    }

}

@media (min-width: 700px) and (max-width: 767px) {
    .statistics .row {
        margin-left: 6px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .statistics .row {
        margin-left: -30px;
        margin-bottom: 0;
    }

    .statistics .row div:nth-child(1) .statsItem-container {
        margin-left: 30px;
    }

    .statistics .container .row > div:nth-child(2) .statsItem-container {
        margin-left: -25px;
    }

    .statistics .big {
        font-size: 73px;
    }

    .statistics .subscribe-rollover {
        height: 139px;
    }

    .statistics .subscribe-rollover .sub-left {
        margin: -2px 0 0 22px;
    }

    .statistics .subscribe-rollover .sub-right {
        margin: 29px 0 0 11px;
        width: 100px;
    }
}

@media (max-width: 800px) {
    .statistics .stat-top {
        margin: 0 0 -15px;
    }

    .statistics .stat-central {
        height: 90px;
    }

    .statistics .big {
        font-size: 73px;
    }

    .statistics .aside {
        margin: 16px 0 0 20px;
    }

    .statistics .bottom {
        height: 35px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .statistics .row {
        margin-left: 5px;
        margin-bottom: 0px;
    }

    .statistics .container .row > div:nth-child(2) .statsItem-container {
        margin-left: -33px;
    }

    .statistics .stat-top {
        margin: 0 0 -15px;
    }

    .statistics .big {
        font-size: 94px;
    }

    .statistics .stat-central {
        height: 106px;
    }

    .statistics .aside {
        margin: 16px 0 0 20px;
    }

    .statistics .bottom {
        height: 35px;
    }

    .statistics .subscribe-rollover .sub-left {
        margin: 0 0 0 5px;
    }

    .statistics .subscribe-rollover .sub-right {
        margin: 50px 0 0 5px;
        width: 84px;
    }
}

@media (min-width: 961px) and (max-width: 1024px) and (orientation: landscape) {
    .statistics .container .row > div:nth-child(2) .statsItem-container {
        margin-left: -33px;
    }

    .statistics .stat-top {
        margin: 0 0 -15px;
    }

    .statistics .big {
        font-size: 94px;
    }

    .statistics .stat-central {
        height: 106px;
    }

    .statistics .aside {
        margin: 16px 0 0 20px;
    }

    .statistics .bottom {
        height: 35px;
    }

    .statistics .subscribe-rollover .sub-left {
        margin: 0 0 0 24px;
    }

    .statistics .subscribe-rollover .sub-right {
        margin: 50px 0 0 5px;
        width: 125px;
    }
}

.statistics .add-product-form {
    margin-top: 20px;
}

/*End Statistics Section*/
/* Start Search */

.search-cq-wrapper {
    position: relative;
    /*z-index: 110;*/
    min-height: 150px;
}

.search-block {
    height: 75px;
    margin-top: 22px;
    position: relative;
}

#search-wrap {
    max-width: 830px;
    margin: 10px auto;
    width: 100%;
}

.az-glossary {
    font-size: 34px;
    margin: 24px 0 0 32px;
}

.az-glossary a,
.az-glossary a:hover,
.az-glossary a:focus {
    color: #fff;
    text-decoration: none;
}

#search-bg {
    background: #fff;
    width: 741px;
    height: 74px;
    margin: 10px auto;
    position: relative;
}

#search {
    border: none;
    width: 88%;
    height: 74px;
    font-size: 36px;
    float: left;
    font-weight: 200;
}

#cfa-label {
    font-weight: 300;
    font-size: 27px;
    padding: 20px;
    height: 74px;
    color: #fff;
    float: left;
    text-transform: capitalize;
}

#searchDiv {
    display: block;
    overflow: hidden;
}

@media (min-width: 900px) and (max-width: 980px) {
    #search-bg {
        width: 615px;
    }
}

@media (min-width: 801px) and (max-width: 899px) {
    #search-bg {
        width: 605px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    #search-bg {
        width: 615px;
    }
}

@media (min-width: 700px) and (max-width: 767px) {
    #search-bg {
        width: 591px;
    }
}

@media (min-width: 600px) and (max-width: 699px) {
    #search-bg {
        width: 460px;
    }
}

#search-btn {
    margin: 5px 5px 0 0;
    height: 64px;
    width: 64px;
    border-radius: 0;
    background-color: #ec1c24;
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

#typeahead .results-outer-box {
    float: left;
    width: 100%;
    display: none;
    background: #FFF;
    font-style: normal;
    text-align: left;
    position: relative;
    border-top: 1px solid #000;
    padding: 20px;
    z-index: 500;

}

#typeahead .results-outer-box .results-inner-box,
#typeahead .results-outer-box .results-inner-box-active {
    width: 700px;
    padding: 0;
    margin-top: 12px;
    font-size: 40px;
    min-height: 45px;
}

#typeahead .results-outer-box .results-inner-box-active {
    border: 1px solid #999;
}

#typeahead .results-outer-box .results-inner-box a {
    color: #000;
}

#typeahead .results-outer-box .results-inner-box-active a {
    color: #999;
}

#typeahead .results-outer-box .results-inner-box img,
#typeahead .results-outer-box .results-inner-box-active img {
    display: none;
}

#typeahead .results-outer-box .results-inner-box a.product-links,
#typeahead .results-outer-box .results-inner-box-active a.product-links {
    display: block;
}

#typeahead .results-outer-box .view-search-results-box,
#typeahead .results-outer-box .view-search-results-box-active {
    float: left;
    clear: both;
    padding: 0;
    margin-top: 12px;
    text-align: left;
}

#typeahead .results-outer-box .view-search-results-box a,
#typeahead .results-outer-box .view-search-results-box-active a {
    color: #000;
    font-size: 40px;
}

#typeahead .results-outer-box .view-search-results-box .view-search-results,
#typeahead .results-outer-box .view-search-results-box-active .view-search-results {
    font-size: 14px;
    font-style: normal;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    #typeahead .results-outer-box {
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    #typeahead .results-outer-box {
        left: 0;
    }
}

/* End Search */
/* 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 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;
}

.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: #eb1c24;
    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: 791px) {
    .productCards .productItem-container {
        max-width: 230px;
    }
}

@media (min-width: 792px) and (max-width: 800px) {
    .productCards .productItem-container {
        max-width: 243px;
    }
}

@media (min-width: 801px) and (max-width: 899px) {
    .productCards .productItem-container {
        max-width: 230px;
    }
}

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

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

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

    .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;
    }

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

    .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;
        margin-right: 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 */
.newsletterSignup-cq-wrapper {
    border-top: 3px solid #000;
    padding: 45px 0;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.newsletterSignup-cq-wrapper h2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.newsletterSignup-cq-wrapper p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.signup-side-left {
    /*min-width: 600px;*/
    padding: 0 0 0 50px;
}

.form-elements-wrapper {
    width: 500px;
}

.signup-side-right {
    padding: 13px 0;
}

.signup-side-right > label {
    display: table;
}

#userEmail {
    width: 280px;
    height: 45px;
    color: #999;
    outline: none;
    font-size: 18px;
    font-weight: lighter;
    padding: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    vertical-align: top;
    float: left;
}

.newsletterSignup-cq-wrapper .btn-primary {
    background: #ec1c24;
    color: #fff;
    width: 145px;
    height: 45px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.newsletterSignup-cq-wrapper .btn-primary:hover{
    background-color: #fff;
    color: #ec1c24;
    border: 2px solid #ec1c24;
}

.newsletterSignup-privacy{
    font-size: 12px;
    text-align: center;
}
/* Start NewsItem section */
.news-item {
    cursor: pointer;
}

.news-item .image-cq-wrapper {
    position: relative;
    z-index: 20;
}

.newsItem-cq-wrapper {

}

.news-item .figure {
    position: relative;
}

.news-item .figure img {
    position: relative;
    width: 100%;
    height: 326px;
}

@media (min-width: 768px) and (max-width: 800px) {
    .news-item .figure img {
        height: 191px;
    }
}

.news-item .figure .topic {
    position: absolute;
    bottom: 0;
    background: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0;
    padding: 0 10px 0 0;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: block;
    z-index: 100;
}

.news-item .title {
    line-height: 40px;
    margin: 5px 0 35px 0;
    font-weight: 300;
    font-size: 33px;
    height: 80px;
    /*    text-transform: lowercase;*/
    position: relative;
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 800px) {
    .news-item .figure .topic {
        font-size: 18px;
    }

    .news-item .figure img.poster-img {
/*        height: 236px;*/
    }
}

@media (max-width: 1024px) {
    .news-item .title {
        font-size: 25px;
    }
}

.news-item .title:first-letter {
    text-transform: uppercase;
}

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

/* End NewsItem section */

/* Start NewsList section*/

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

.newsList {
    padding: 0 0 10px 0;
}

.newsList .btn.btn-default {
    color: #999;
    font-size: 18px;
    padding: 12px 21px;
    height: 45px;
    /*margin-left: 11px;*/
    line-height: 20px;
    border-radius: 0;
    border-color: #999;
    background: none;
    width: 190px;
}

.newsList .btn-more,
.newsList .btn-all, {
    width: 190px;
}

.newsList a:link,
.newsList a:visited,
.newsList a:hover,
.newsList a:active {
    color: #000;
    text-decoration: none;
}

.newsList .container {
    background-color: #fff;
    padding: 20px;
}

.newsItemHeader {
    margin: 0px 0 20px;
}

/*End NewsList section*/
/* Start NewsItem section */
.news-item {
    cursor: pointer;
}

.newsItem-cq-wrapper {

}

.news-item .figure {
    position: relative;
}

/* .news-item .figure img {
    position: relative;
    width: 100%;
    height: 326px;
}*/

.news-item .figure .topic {
    position: absolute;
    bottom: 0;
    background: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0;
    padding: 0 10px 0 0;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: block;
    z-index: 100;
}

.news-item .title {
    line-height: 40px;
    margin: 5px 0 35px 0;
    font-weight: 300;
    font-size: 33px;
    height: 80px;
    /*    text-transform: lowercase;*/
    position: relative;
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 800px) {
    .news-item .figure .topic {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .news-item .title {
        font-size: 20px;
        line-height: 26px;
        margin: 5px 0 0 0;
    }
}

.news-item .title:first-letter {
    text-transform: uppercase;
}

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

/* End NewsItem section */
.flyout-close-btn {
    margin-top: 4px;
    float: right;
    position: absolute;
    right: 8px;
    cursor: pointer;
    z-index: 1000;
}
/*------------Start Main Nav------------*/
.topProdDD {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    z-index: 500;
}

.topProdDD > div {
    background-color: #fff;
    width: 100%;
    height: 360px;
    left: 0;
    border-bottom: 10px solid #496786;
    margin-top: 16px;
}

.subActive {
    position: relative;
}

.subActive:before {
    content: "";
    z-index: 1000;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 30px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
}

header .top-secondary.sticky .subActive:before {
    top: 45px;
}

header .top-secondary.sticky .topProdDD > div {
    margin-top: 31px;
}

.topProdDD .prodImgView {
    text-align: center;
    padding: 45px 85px 0px 85px;
}

.topProdDD .prodImgView > div {
    /*margin-bottom: 22px;*/
    /*max-height: 147px;*/
    height: 147px;
}

.topProdDD .prodImgView > div > div {
    max-width: 125px;
    margin: 0 auto;
}

.topProdDD .prodImgView > div > div a {
    color: #000;
    font-weight: 200;
}

.topProdDD .prodImgView > div > div a img {
    margin-bottom: 10px;
    width: 100%;
}

.topProdDD .prodImgView > div > div a label {
    font-weight: normal;
    line-height: 20px;
}

.topProdDD .viewAllCFA {
    float: right;
    margin-right: -30px;
}

.topProdDD .viewAllCFA a {
    background-color: #496786;
    height: 100px;
    width: 311px;
    text-align: center;
    padding-top: 40px;
    margin: 123px 0 0 0;
}

.topProdDD .viewAllCFA a:hover,
.topProdDD .viewAllCFA a:focus {
    text-decoration: none;
}

/*Styles for CFA pages*/
.cfaNav {
    text-align: left !important;
}

.cfaNav > div > div {
    max-width: 300px !important;
}

.cfaNav > div > div a {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.cfaNav > div > div a label {
    font-weight: 200 !important;
}

@media (min-width: 1200px) {
    header .top-secondary .sticky-search {
        display: none;
    }

    header .top-secondary.sticky {
        margin: 0;
        background-color: #000;
        width: 100%;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
    }

    header .top-secondary.sticky ul.categories {
        /* line-height: 52px; */
        margin-left: 35px;
        margin-top: 15px;
        /* padding-top: 8px; */
        margin-bottom: 11px;
    }

    header .top-secondary.sticky .social {
        display: none;
    }

    header .top-secondary.sticky .sticky-search {
        display: block;
        float: right;
        margin: 6px 35px 0px 0;
    }

    header .top-secondary.sticky .sticky-search a {
        border: 2px solid #fff;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        display: block;
        padding: 6px 0 0 8px;
    }

    header .top-secondary.sticky .sticky-search a img {
        width: 18px;
    }

    header .top-secondary.sticky .sticky-search .search-area {
        position: absolute;
        background-color: #1a1a1a;
        width: 100%;
        left: 0;
        top: 52px;
        padding: 1em 0;
        display: none;
    }

    header .top-secondary.sticky .sticky-search .search-area input[type = 'text'] {
        width: 90%;
        background: none;
        margin-left: 4%;
        border: none;
        color: #fff;
        text-align: right;
        font-size: 1.9em;
        float: left;
    }

    header .top-secondary.sticky .sticky-search .search-area input[type = 'text']:focus,
    header .top-secondary.sticky .sticky-search .search-area #sticky-search-btn:focus {
        outline: none;
    }

    header .top-secondary.sticky .sticky-search .search-area #sticky-search-btn {
        background-color: transparent;
        border: none;
        width: 40px;
        margin-left: 30px;
        float: left;
        margin-top: 3px;
    }

    header .top-secondary.sticky .sticky-search .search-area #sticky-search-btn img {
        width: 100%;
    }
}


/*------------Start Main Nav------------*/
/* Start Letter President */

.letterPresident-cq-wrapper .letterPresident {
    height: 450px;
    position: relative;
    padding: 3%;
    overflow: hidden;
    margin: 20px 0;
    background: transparent 50% 0 no-repeat;
    background-size: cover;
}

.letterPresident-cq-wrapper .letterPresident .content {
    height: 375px;
    background: #078fd4;
    color: #fff;
    position: relative;
    z-index: 110;
    padding: 25px 0 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 524px;
}

.letterPresident-cq-wrapper .letterPresident .overflow {
    display: block;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.letterPresident-cq-wrapper .letterPresident .title .divider {
    height: 1px;
    background: #fff;
    margin: 15px 125px;
}

.letterPresident-cq-wrapper .letterPresident .title h2 {
    font-family: "Helvetica W01";
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
}

.letterPresident-cq-wrapper .letterPresident p {
    font-size: 18px;
    text-align: center;
    width: 470px;
    display: block;
    margin: 20px 28px;
    line-height: 24px;

}

.letterPresident-cq-wrapper .letterPresident a.action {
    display: block;
    height: 22px;
    width: 22px;
    background: url("../../images/common/action_arrow.png") no-repeat 0 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

/* End Letter President */

.howWeTest-cq-wrapper {
    position: relative;
    margin: 12px 0;
}

.howWeTest-cq-wrapper .heroSection-pars {
    padding: 88px 0 0 0;
}

.howWeTest-cq-wrapper .statistics-cq-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.howWeTest-cq-wrapper .statistics-cq-wrapper .row {
    margin: 0;
    height: 126px;
    float: left;
}

.howWeTest-cq-wrapper .statistics-cq-wrapper .statistics {
    margin: 0;
}

.howWeTest-cq-wrapper .head-line-cq-wrapper .headline .tagline {
    font-size: 60px;
    font-family: "HelveticaNeue-Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: capitalize;
    font-weight: normal;
}

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

.howWeTest-cq-wrapper.inactive .statistics-cq-wrapper,
.howWeTest-cq-wrapper.inactive .head-line-cq-wrapper,
.howWeTest-cq-wrapper.inactive .videoControl {
    opacity: 0;
}

.howWeTest-cq-wrapper.paused .statistics-cq-wrapper,
.howWeTest-cq-wrapper.paused .head-line-cq-wrapper,
.howWeTest-cq-wrapper.paused .videoControl {
    opacity: 1 !important;
}
.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);
}

.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;
}
.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;
}



.fa-title-top a:link, .fa-title-top a:visited, .fa-title-top a:hover, .fa-title-top a:active {
    color: #fff;
    text-decoration: none;
    line-height: 62px;
    padding: 100% 0;
}
/* Start Feature Article */

/*Feature Articles*/

.featured-news {
    margin: 0 0 20px;
    position: relative;
}

.featured-news .arrowLeft {
    position: absolute;
    top: 27%;
    left: 15%;
    z-index: 100;
}

.featured-news .arrowRight {
    position: absolute;
    top: 27%;
    right: 15%;
    z-index: 100;
}


.cycle-slideshow .featuredItem {
    width: 100%
}

.featured-news .featuredItem .featureImg {
    position: relative;
    background: #3A393B;
    width: 100%;
    height: auto;
}

.featured-news .featuredItem .featureImg > div {
    /*max-width: 1720px;*/
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*@media only screen and (min-width: 1721px) {
    .featured-news .featuredItem .featureImg > div::before,
    .featured-news .featuredItem .featureImg > div::after {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100px;
        content: '';
    }

    .featured-news .featuredItem .featureImg > div::before {
        background: url(../../images/common/featured_image_left_side_fade.png) no-repeat;
        left: 0;
    }

    .featured-news .featuredItem .featureImg > div::after {
        background: url(../../images/common/featured_image_right_side_fade.png) no-repeat;
        right: 0;
    }
}*/

.featured-news .featuredItem .featureImg img {
    /*max-width: 1720px;*/
    max-height: 460px;
    width: 100%;
}

.featured-news .featuredItem .featureImg > div .article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    background: #000;
    background: rgba(0, 0, 0, .1);
    height: 100%;
    width: 100%;
    z-index: 10;
}

.featured-news .featuredItem .featuredBody {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    min-height: 147px;
}

.featured-news .featuredItem .featuredBody .container {
    /*margin-top: -32px;*/
}

.featuredBody .author {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #666;
    width: 71px;
    height: 71px;
    margin: 0 auto 10px;
}

.featuredBody .authorName {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
}

.featuredBody .articleSummary {
    font-size: 16px;
    width: 65%;
    margin: 50px auto 0;
}

.featuredBody .articleSummary a,
.featuredBody .articleSummary a:hover,
.featuredBody .articleSummary a:focus {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}

.featuredBody .articleSummary > a,
.featuredBody .articleSummary > a:hover {
    display: inline-block;
    margin-top: 13px;
    font-weight: 400;
}

.pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 22%;
    overflow: hidden;
}

@media only screen and (min-width: 1721px) {
    .featured-news .arrowLeft,
    .featured-news .arrowRight {
        top: 27%;
    }

    .featuredBody .articleSummary {
        width: 70%;
    }

    .pager {
        bottom: 18%;
    }
}

@media (min-width: 900px) and (max-width: 979px) {
    .pager {
        bottom: 29%;
    }
}

@media (min-width: 980px) and (max-width: 1024px) {
    .pager {
        bottom: 28%;
    }
}

@media (min-width:1100px) and (max-width: 1200px) {
    .pager {
        bottom: 25%;
    }
}

.pager span {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #999;
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

.pager span.cycle-pager-active {
    background: #fff;
    border: 2px solid #fff;
}

.pager > * {
    cursor: pointer;
}

.fa-title {
    color: #fff;
    position: absolute;
    font-size: 32px;
    text-align: center;
    z-index: 100;
    max-width: 896px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}

.fa-title .fa-title-top, .fa-title .fa-title-bottom {
    background: #000;
    padding: 10px;
    display: inline;
    box-shadow: 0.50em 0 0 #000, -0.50em 0 0 #000;
    font-weight: 300;
}

.fa-title .fa-title-bottom {
    margin-top: 10px;
}

@media only screen and (min-width: 1721px) {
    .fa-title {
        font-size: 36px;
    }
}

/* For authoring */
.cq-wcm-edit .featured-news .featuredItem .featureImg img {
    min-height: 460px;
    background: #ddd;
}

.cq-wcm-edit .fa-title .fa-title-top {
    min-width: 800px;
}

.cq-wcm-edit .featuredContainer {
    background: rgba(0, 0, 0, .1);
}

.cq-wcm-edit .add-featured-form {
    border: 1px dashed #ddd;
}

.cq-wcm-edit label {
    vertical-align: middle;
    /*line-height: 40px;*/
}

@media (min-width: 600px) and (max-width: 699px) {
    .pager {
        bottom: 44%;
    }

    .featured-news .featuredItem .featuredBody {
        height: 215px;
    }

    .featuredBody .articleSummary {
        width: 90%;
    }

    .fa-title {
        max-width: 500px;
    }
}

@media (min-width: 700px) and (max-width: 800px) {
    .pager {
        bottom: 33%;
    }

    .fa-title {
        max-width: 500px;
    }
}

/* End Feature Article */
.convio-subscribe-cq-wrapper {
    position: relative;
    z-index: 150;
    margin-top: 57px;
    margin-bottom: 70px;
}

.convioSubscribe form {
    width: 550px;
    margin: 0 auto;
}

.convioSubscribe form h3 {
    text-align: center;
    width: 540px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Helvetica W01", "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}

.convioSubscribe form div.privacy-policy {
    text-align: center;
    margin-top: 10px;
}

.convioSubscribe form div.privacy-policy a{
    color: #ffffff;
    font-size: 16px;
}

#cons-email, #cons_zip_code {
    height: 45px;
    color: #999;
    outline: none;
    font-size: 18px;
    font-weight: lighter;
    padding: 10px;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    vertical-align: top;
    margin-right: 10px;
    float: left;
}

#cons-email {
    width: 280px;
}

#cons_zip_code {
    width: 135px;
}

.convioSubscribe form .cons_email, .convioSubscribe form .cons_zip_code {
    float: left;
}

.convioSubscribe form .cons_email .email-error-message,
.convioSubscribe form .cons_zip_code .zip-code-error-message {
    display: none;
    text-align: left;
    font-weight: 300;
    line-height: 2;
    color: #ec1c24;
    font-size: 16px;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}

.convioSubscribe form .cons_email.invalid #cons-email,
.convioSubscribe form .cons_zip_code.invalid #cons_zip_code {
    border: 2px solid #ec1c24;
    color: #ec1c24;
}

.convioSubscribe form .cons_email.invalid .email-error-message,
.convioSubscribe form .cons_zip_code.invalid .zip-code-error-message{
    display: block;
    clear: both;
}

.convio-submit {
    background: #ec1c24;
    color: #fff;
    width: 110px;
    height: 45px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    vertical-align: top;
    float: left;
    cursor: pointer;
    text-transform: capitalize;
}

.convio-submit:hover, .convio-submit:link, .convio-submit:visited {
    color: #fff;
}
.car-finder-cq-wrapper {
    position: relative;
    z-index: 101;
}

#cars-find-wrap {
    margin-top: 40px;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}

#cars-find-wrap .cars-finder-container {
    padding: 0;
    border-bottom: 5px solid #ec1c24;
}

.cars-finder-tab-item {
    float: left;
    padding: 10px 20px 3px 20px;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    width: 20%;
}

.cars-finder-tab-item:hover label {
    color: #0a0a0a;
}

.cars-finder-tab-item:nth-child(4),
.cars-finder-tab-item:nth-child(5) {
    background-color: #e8e8e8;
}

.cars-finder-tab-item:nth-child(3),
.cars-finder-tab-item:nth-child(4) {
    border-right: 1px solid #ADADAD;
}

.cars-finder-tab-item label {
    color: #7c7c7c;
    font-size: 33px;
    font-weight: 200;
    cursor: pointer;
    width: 124px;
}

.cars-finder-tab-item:nth-child(5) > div a {
    color: #7c7c7c;
    font-size: 33px;
    font-weight: 200;
    cursor: pointer;
    width: 124px;
}

.cars-finder-tab-item .finder-item-wrap {
    position: relative;
}

.cars-finder-tab-item .downArrow {
    content: "";
    z-index: 1000;
    border-top: 9px solid #D9D9D9;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin-left: -1px;
    position: absolute;
    top: 22px;
}

.cars-finder-tab-item.state-disabled > div .finder-item-wrap label,
.cars-finder-tab-item.state-disabled > div .finder-item-wrap .downArrow {
    opacity: 0.3;
}

@media (min-width: 1200px) {
    .cars-finder-tab-item.active div .finder-item-wrap:before {
        content: "";
        border-bottom: 5px solid #ec1c24;
        position: absolute;
        width: 235px;
        top: 50px;
        left: -21px;
        z-index: 501;
    }

    .cars-finder-tab-item .downArrow {
        right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cars-finder-tab-item.active div .finder-item-wrap:before {
        content: "";
        border-bottom: 5px solid #ec1c24;
        position: absolute;
        width: 195px;
        top: 50px;
        left: -21px;
        z-index: 501;
    }

    .cars-finder-tab-item .downArrow {
        right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cars-finder-tab-item.active div .finder-item-wrap:before {
        content: "";
        border-bottom: 5px solid #ec1c24;
        position: absolute;
        width: 151px;
        top: 50px;
        left: -21px;
        z-index: 501;
    }

    .cars-finder-tab-item div.make-name span {
        margin: 0 60px 0 60px !important;
    }

    .cars-finder-tab-item .downArrow {
        right: -10px;
    }
}

.cars-finder-tab-item .finder-item-wrap.active:after {
    content: "";
    z-index: 1000;
    border-top: 7px solid #ec1c24;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 55px;
    left: 50%;
}

.cars-finder-used {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 65px;
    width: 20%;
    padding: 7px 0px;
    z-index: 400;
}

.cars-finder-used ul {
    color: #7c7c7c;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
}

.cars-finder-used ul li a,
.cars-finder-used ul li a:hover,
.cars-finder-used ul li a:focus {
    color: #7c7c7c;
    text-decoration: none;
    font-weight: 200;
    display: block;
    width: 100%;
    height: 100%;

}

.cars-finder-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 62px;
    width: 100%;
    padding: 30px 0px;
    z-index: 400;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
}

.cars-finder-dropdown ul {
    float: left;
    list-style-type: none;
    padding: 0;
    text-align: left;
    max-width: 170px;
    margin-left: 60px;
    width: 100%
}

.cars-finder-dropdown ul li {
    font-size: 22px;
    font-weight: 200;
}

.cars-finder-dropdown ul li a,
.cars-finder-dropdown ul li a:focus {
    color: #0a0a0a;
    text-decoration: none;
    font-weight: 200;
}

.cars-finder-dropdown ul li:hover,
.cars-finder-dropdown ul li a:hover {
    color: #ec1c24;
    /*    font-weight: 300;*/
}

.cars-finder-tab-item div.make-name {
    margin: 0 0 20px 0;
    float: left;
    max-width: 230px;
}

.make-dd-content {
    border-left: 1px solid #000;
    float: left;
    min-width: 750px;
}

.cars-finder-tab-item div.make-name span {
    display: block;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1px;
    margin: 0 60px 0 74px;
    text-align: left;
}

.type-container {
    margin-left: 10%;
    overflow: hidden;
}

.type-container a {
    color: #2b2b2b;
}

.narrow .make-dd-content {
    min-width: 500px;
}

@media (max-width: 767px) {

    #cars-find-wrap .cars-finder-container {
        border-bottom: none;
        float: none;
        margin: 0 auto;
        width: 372px;
    }

    .cars-finder-tab-item {
        text-align: left;
        margin-bottom: 6px;
    }

    .cars-finder-tab-item:nth-child(1),
    .cars-finder-tab-item:nth-child(4) {
        width: 183px;
        margin-right: 6px;
    }

    .cars-finder-tab-item:nth-child(2),
    .cars-finder-tab-item:nth-child(5) {
        width: 183px;
    }

    .cars-finder-tab-item:nth-child(3) {
        width: 372px;
    }

    .cars-finder-tab-item .downArrow {
        position: relative;
        float: right;
    }

    .cars-finder-dropdown {
        position: absolute;
        width: 100%;
        padding: 15px 0px;
        z-index: 5000;
        height: 155px;
        overflow: auto;
        top: 68px;
    }

    .cars-finder-dropdown ul {
        margin-left: 40px;
        max-width: 80%;
    }

    .cars-finder-used {
        width: 100%;
        z-index: 5000;
        height: 155px;
        top: 68px;
    }

    .cars-finder-used ul {
        text-align: left;
        margin-left: 18px;
    }

    .cars-finder-tab-item .finder-item-wrap.active:after {
        border-top: 9px solid #ec1c24;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        top: 22px;
        left: 90%;
    }

    .cars-finder-tab-item:nth-child(3) .cars-finder-dropdown {
        top: 138px;
    }

    .cars-finder-tab-item:nth-child(3) .finder-item-wrap.active:after {
        left: 95%;
    }

    .cars-finder-tab-item:nth-child(4) .cars-finder-dropdown {
        top: 205px;
    }

    .type-container {
        margin-left: 0%;
    }

}
/* Start Brightcove Video */
.brightcoveVideo {
    position: relative;
    z-index: 100;
}

.brightcoveVideo .top-layer {
    z-index: 1000;
}

.brightcoveVideo .vjs-cr .vjs-big-play-button:before {
    opacity: 1 !important;
}

.brightcoveVideo .vjs-cr .vjs-control-bar {
    /*display: none;*/
}

.brightcoveVideo .vjs-cr .vjs-big-play-button, .vjs-cr .vjs-big-play-button:focus {
    box-shadow: none !important;
    background: none !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -75px 0 0 -92px;
}

.brightcoveVideo .vjs-cr {
   height: 326px;
}

@media (min-width: 768px) and (max-width: 800px) {
    .brightcoveVideo .vjs-cr {
        height: 191px;
    }
}

.brightcoveVideo .vjs-cr .vjs-fullscreen-control {
    width: 32px;
    height: 28px;
}

.brightcoveVideo .vjs-cr .vjs-fullscreen-control:before {
    content: url('../../images/common/video_expand.png');
    top: 0;
    margin: 0;
}

.brightcoveVideo .vjs-cr .vjs-big-play-button:before {
    content: url('../../images/common/video_play_btn.png');
}

.brightcoveVideo .vjs-cr.vjs-has-started .vjs-big-play-button:before {
    content: url('../../images/common/video_pause_btn.png');
}

.brightcoveVideo .vjs-cr.vjs-has-started.vjs-user-active .vjs-big-play-button:before {
    content: url('../../images/common/video_play_btn.png');
}

.brightcoveVideo .vjs-cr.vjs-has-started .vjs-big-play-button.visible {
    display: block;
}

.brightcoveVideo .vjs-cr.vjs-has-started.vjs-playing.vjs-user-active:not(.vjs-fullscreen) .vjs-big-play-button {
    display: block;
}

.brightcoveVideo .vjs-cr.vjs-has-started.vjs-playing.vjs-user-active:not(.vjs-fullscreen) .vjs-big-play-button:before {
    content: url('../../images/common/video_pause_btn.png');
}

.brightcoveVideo .vjs-cr .vjs-control-bar {
    background: none;
    border: none;
    top: 0;
    height: 28px;
}

.brightcoveVideo .vjs-cr .vjs-play-control {
    display: none;
}

/* End Brightcove Video */
.adWrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.adWrap iframe {
    width: 100%;
}
.action-button-cq-wrapper {
    position: relative;
    z-index: 150;
    margin-top: 57px;
    margin-bottom: 100px;
}

.action-button-cq-wrapper .btn {
    font-family: "HelveticaNeue-Medium", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    line-height: 20px;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

.action-button-cq-wrapper > div > div > h3 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Helvetica W01", "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}
/* Start page styles*/
.productCards-container {
    position: relative;
    background: #fff;
    min-height: 500px;
    margin-top: 110px;
    z-index: 100;
}

.center-pars .heroSection-pars {
    padding-top: 120px;
}


