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

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

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

@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 {
    width: 830px;
    margin: 10px auto;
}

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

#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: 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;
        width: 615px;
    }
}

/* 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: 100;
}

.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: 18px;
    margin-bottom: 18px;
    max-width: 269px;
    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;
}

.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%);

}

.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: 899px) {
    .productCards .productItem-container {
        margin-bottom: 10px;
        margin-right: 10px;
        max-width: 230px;
    }

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

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

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

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

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

.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: 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 28px 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;

}

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

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

.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: 100px 0 0 0;
    position: relative;
}
/* Start Header */
body {
    position: relative;
}

.header-cq-wrapper {
    /*position: relative;*/
    z-index: 111;
}

.navbar {
    background: none;
    border: none;
    box-shadow: none;
}

header {
    margin-bottom: 50px;
}

header .burger {
    background: url("../../images/common/hb.svg") no-repeat scroll 0 0 / 36px 27px;
    display: block;
    float: left;
    height: 27px;
    margin: 27px 20px 0 0;
    width: 36px;
}

header .primary a.navbar-brand.logo {
    padding: 0;
    text-indent: -9999px;
    display: block;
    background: url("../../images/common/cr-logo.png") no-repeat;
    margin: 25px 0 0 0;
    width: 280px;
    height: 40px;
}

header .primary .side-menu {
    margin: 10px 0 0 0;
}

header .overlay {
    /*display: block;*/
}

/*Dropdown Nav*/

#allRatings {
    color: #fff;
    font-size: 18px;
    margin: 29px 0 0 18px;
    border-left: 1px solid #fff;
    padding: 3px 0px 3px 18px;
    cursor: pointer;
    height: 30px;
    float: left;
}

#allRatings #allRatingsContent .down {
    content: "";
    z-index: 1000;
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin-left: 12px;
    float: right;
    margin-top: 9px;
}

#allRatings #allRatingsContent .up {
    content: "";
    z-index: 1000;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin-left: 12px;
    float: right;
    margin-top: 9px;
}

#allRatings #allRatingsContent #ratingsDD {
    width: 100%;
    height: auto;
    min-height: 400px;
    color: #000;
    position: absolute;
    z-index: 100;
    left: 0;
    border-bottom: 10px solid #078fd4;
    display: none;
}

#allRatings #allRatingsContent #ratingsDD > div {
    background-color: #fff;
    margin-top: 19px;
}

#allRatings h3 {
    font-size: 18px;
    float: left;
    line-height: 26px;
}

#ratingsDD #dd-main {
    max-width: 233px;
    min-height: 390px;
    height: 100%;
    padding-top: 20px;
    background-color: #e0e0e0;
}

#ratingsDD #dd-main #catArrow {
    content: "";
    z-index: 1000;
    border-bottom: 13px solid #f0f0f0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    float: right;
    position: absolute;
    top: 6px;
    left: 390px;
}

#allRatings #allRatingsContent #second-level-bg {
    position: absolute;
    left: 233px;
    background-color: #f0f0f0;
    top: 19px;
    max-width: 302px;
    min-height: 390px;
    width: 100%;
    z-index: 101;
}

#ratingsDD #dd-main .level-one-item,
#ratingsDD #dd-main .main-level-two .level-two-item,
#ratingsDD #dd-main .main-level-three .level-three-item {
    padding: 5px 0px 5px 25px;
}

#ratingsDD #dd-main .level-one-item {
    margin-bottom: 15px;
}

#ratingsDD #dd-main .level-one-item a {
    color: #000;
    font-size: 18px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#ratingsDD #dd-main .level-one-item:hover,
#ratingsDD #dd-main .level-one-item:hover > a {
    text-decoration: none;
    background-color: #f0f0f0;
    color: #078fd4;
}

#ratingsDD #dd-main .main-level-two {
    position: absolute;
    background-color: #f0f0f0;
    left: 233px;
    top: 19px;
    max-width: 302px;
    min-height: 390px;
    padding-top: 20px;
    width: 100%;
    display: none;
}

#ratingsDD #dd-main .main-level-two .level-two-item a,
#ratingsDD #dd-main .main-level-three .level-three-item a {
    font-size: 16px;
    font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#ratingsDD #dd-main .main-level-two .level-two-item:hover,
#ratingsDD #dd-main .main-level-two .level-two-item:hover > a {
    text-decoration: none;
    background-color: #fff;
    color: #078fd4;
}

#ratingsDD #dd-main .main-level-three {
    position: absolute;
    left: 301px;
    top: 0;
    padding-top: 20px;
    display: none;
    min-height: 390px;
}

#ratingsDD #dd-main .main-level-three .level-three-item:hover,
#ratingsDD #dd-main .main-level-three .level-three-item:hover > a {
    text-decoration: none;
    color: #078fd4;
}

@media (min-width: 700px) and (max-width: 991px) {
    #allRatings #allRatingsContent #ratingsDD {
        top: 50px;
        left: 0;
    }

    #ratingsDD #dd-main #catArrow {
        left: 20px;
        border-bottom: 13px solid #daedf6;
    }
}

/*Dropdown Nav*/

#navbar {
    padding: 0;
}

#navbar ul li {
    position: relative;
}

#navbar ul li:nth-child(1) a {
    margin-top: 8px;
    padding: 15px 8px 0 0;
}

header .primary .side-menu li {
    padding: 0;
}

#navbar ul li:nth-child(2) {
    position: relative;
}

#navbar ul li a {
    font-weight: 500;
}

#navbar ul li .subscribeDD {
    position: absolute;
    top: 46px;
    width: 246px;
    left: 11px;
    display: none;
}

#navbar ul li .subscribeDD > div {
    background: #fff;
    margin-top: 16px;
    min-height: 85px;
}

#navbar ul li .subscribeDD > div:before {
    content: "";
    z-index: 1000;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 6px;
    left: 53px;
}

#navbar ul li .subscribeDD > div ul {
    padding: 15px 0 14px 18px;
}

#navbar ul li .subscribeDD > div ul li {
    list-style-type: none;
}

#navbar ul li .subscribeDD > div ul li a {
    color: #000;
    padding: 0;
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    height: auto;
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#navbar ul li .subscribeDD > div ul li a:hover {
    text-decoration: none;
}

#navbar .sign-in-button {
    display: none;
}

header .primary .side-menu ul:nth-child(2) li a {
    color: #fff;
    font-size: 18px;
    padding: 12px 21px;
    height: 45px;
    margin-left: 11px;
    line-height: 20px;
}

header .primary .side-menu ul:nth-child(2) li a.btn {
    border: 2px solid #fff;
    border-radius: 0;
    margin-top: 8px;
}

header .primary .side-menu ul:nth-child(2) li a.btn.btn-primary {
    border: 2px solid #ec1c24;
    background: #ec1c24;
}

nav.navbar div.container-fluid .primary {
    height: 77px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

header .navbar .btn {
    background: none;
    text-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

header /*.hero-media */.navbar {
    color: #fff;
}

header .container-fluid {
    z-index: 1100;
    position: relative;
}

.top-secondary {
    float: left;
    width: 100%;
}

.top-secondary ul.categories {
    margin-top: 8px;
}

.top-secondary ul.social {
    margin-top: 13px;
}

.top-secondary ul.social li a {
    display: inline-block;
    margin: 3px 10px 0 0;
}

.top-secondary ul li a {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    display: inline-block;
    margin: 0 20px 0 0;
    font-weight: 500;
}

.top-secondary ul li a:hover,
.top-secondary ul li a:focus {
    text-decoration: none;
}

.top-secondary ul li a.other {
    width: 30px;
}

.top-secondary ul.social .socialViewMore {
    display: none;
}

/* End Header */

/* Sign in overlay styles */
.sign-in-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    filter:alpha(opacity=99);
    -moz-opacity:0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
    z-index: 10000;
    display: none;
}

.sign-in-dialog {
	width: 640px;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	z-index: 11000;
	margin-left: -320px;
	margin-top: -270px;
}

@media (max-width: 699px) {
	.sign-in-dialog {
		left: 60%;
		top: 45%;
		width: 515px;
	}
}

.sign-in-dialog .sign-in-input input{
    color:#D8D8D8;
    text-align:left;
    width: 100%;
    border:0;
	font-size: 35px;
    margin-top: 30px;
}

.sign-in-dialog .sign-in-input input::-webkit-input-placeholder {
    color:#D8D8D8;
}
.sign-in-dialog .sign-in-input input:-moz-placeholder {
    color:#D8D8D8;
}
.sign-in-dialog .sign-in-input input::-moz-placeholder {
    color:#D8D8D8;
}
.sign-in-dialog .sign-in-input input:-ms-input-placeholder {
    color:#D8D8D8;
}

.sign-in-dialog .sign-in-input {
	border-bottom: 1px solid #979797;
	padding-bottom: 2px;
}

.sign-in-dialog .close-sign-in-wrap .sign-in-title {
	font-size: 35px;
	float: left;
}

.sign-in-dialog .close-sign-in-wrap .close-sign-in-btn {
	float: right;
	line-height: 48px;
	margin-top: 10px;
}

.sign-in-dialog .close-sign-in-wrap .close-sign-in-btn img {
	width: 35px;
}

.sign-in-dialog .forgot-section-wrap {
	margin-top: 20px;
	font-size: 15px;
}

.sign-in-dialog .forgot-section-wrap .sign-in-request-links{
	float: left;
	font-size: 18px;
}

.sign-in-dialog .forgot-section-wrap .remember-text{
	float: right;
}

#sign-in-check-box {
	display:none;
}
#sign-in-check-box + label {
	font-weight: normal;
	font-size: 18px;
}
#sign-in-check-box + label span {
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:5px;
	vertical-align:middle;
	background:url(../../images/common/checkbox_uncheck_20x20.png);
	cursor:pointer;
	margin-top: -5px;
}
#sign-in-check-box:checked + label span {
	background:url(../../images/common/checkbox_check_20x20.png);
}

.sign-in-dialog .sign-in-btn-wrap {
	text-align: center;
	margin-top: 40px;
}

.sign-in-dialog .sign-in-btn-wrap a{
  display: inline-block;
  color: #ED1C24;
  text-align: center;
  padding-top: 10px;
  border: 2px solid #ED1C24;
  height: 55px;
  width: 239px;
  font-size: 22px;
}

.sign-in-dialog .sign-in-btn-wrap a.filled {
	color: #FFF;
	background: #EC1C24;
}

.sign-in-dialog .subscribe-btn-wrap {
	padding-top: 10px;
	text-align: center;
	margin-top: 40px;
	font-size: 18px;
}

.sign-in-dialog .subscribe-btn-wrap a{
	color: #3B7CB3;
}

/* End Sign in overlay styles */
#navbar > ul li:nth-child(2) a {
    display: none;
}

#navbar #myAccount {
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    display: none;
}

#navbar #myAccount #acctAbrev {
    float: left;
    margin: 13px 10px 0 0;
    color: #fff;
    font-size: 28px;
    background-color: #ec1c24;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    text-transform: uppercase;
}

.settings {
    position: absolute;
    z-index: 105;
    min-width: 230px;
    top: 38px;
    display: none;
}

.settings .renew-subscriptions {
    color: #000;
    margin: 0 20px 10px 0;
    padding: 10px 0;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    display: none;
    clear: both;
    border-bottom: 1px solid #000;
}

.renew-subscriptions .buyCRMag, .renew-subscriptions .buyCRO {
    display: none;
}

.settings > div {
    background-color: #fff;
    width: 100%;
    min-height: 76px;
    height: auto;
    padding: 14px 0 10px 20px;
    margin: 28px 0 0 -10px;
    float: left;
}

.settings > div:before {
    content: "";
    z-index: 1000;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 18px;
}

@media (min-width: 992px) {
    .settings > div:before {
        left: 11px;
    }
}

.settings > div ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.settings > div ul li {
    min-width: 172px;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}

header .primary .side-menu #myAccount .settings > div ul li a {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
}

.settings > div ul li a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .settings {
        right: -20px;
    }

    .settings > div:before {
        right: 39px;
    }
}

#navbar #myAccount #acctDD {
    float: left;
    margin: 21px 11px 0 0;
    font-size: 18px;
    color: #fff;
}

#navbar #myAccount #acctDD span {
    text-transform: capitalize;
}

#navbar #myAccount #acctDD span:before {
    content: "";
    z-index: 1000;
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    margin-left: 12px;
    float: right;
    margin-top: 9px;
}

#navbar ul {
    float: left;
}

/*Start Global Nav*/
#globalNav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    z-index: 173;
}

#globalNav #cfa-list {
    width: 100%;
    max-width: 1170px;
    margin: 7% auto;
}

#globalNav #cfa-list > a {
    float: right;
}

#globalNav #cfa-list > ul {
    list-style-type: none;
    padding: 0;
    font-size: 25px;
    line-height: 55px;
    position: relative;
    float: left;
    width: 100%;
}

#globalNav #cfa-list > ul li a {
    color: #000;
    font-weight: 300;
}

#globalNav #cfa-list ul li:hover > a,
#globalNav #cfa-list ul li:hover > a:focus {
    text-decoration: none;
    color: #496887;
}

#globalNav #cfa-list > ul li a.navActive {
    color: #496887;
}

#globalNav #cfa-list .superCat {
    list-style-type: none;
    border-left: 5px solid #496887;
    margin: 15px 0;
    padding: 0 0 0 25px;
}

#globalNav #cfa-list .superCat li {
    line-height: 36px;
    font-size: 20px;
}

#globalNav #cfa-list .subNav {
    margin: 20px 0 0 50px;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 20%;
    display: none;
}

#globalNav #cfa-list .subNav li {
    line-height: 36px;
    font-size: 18px;
}

#globalNav #cfa-list .subNav li a {
    color: #000;
}

.navSubInfo ul li {
    list-style-type: none;
}

.navSubInfo li:nth-child(1) a {
    color: #fff;
    font-size: 18px;
    padding: 12px 21px;
    height: 45px;
    margin-left: 11px;
    line-height: 20px;
    border-radius: 0;
}

.navSubInfo li:nth-child(1) {
    margin-bottom: 25px;
}

.navSubInfo li:nth-child(1) a.btn.btn-primary {
    border: 2px solid #ec1c24;
    background: #ec1c24;
}

.navSubInfo li:nth-child(2) a {
    color: #000;
    font-size: 18px;
    padding: 12px 21px;
    height: 45px;
    margin-left: 11px;
    line-height: 20px;
    border: 2px solid #000;
    border-radius: 0;
    background: none;
}

.navSubInfo li:nth-child(1) a:hover {
    color: #fff !important;
}

.navSubInfo li:nth-child(2) a:hover {
    color: #000 !important;
}

@media (min-width: 600px) and (max-width: 767px) {
    .navSubInfo {
        border-top: 1px solid #000;
        padding-top: 30px;
        margin-top: 15px;
    }

    .navSubInfo ul {
        margin-left: 38px;
    }
}

/*End Global Nav*/
/*------------Start Global Nav------------*/
#uz_ft a#uz_feedback_tab_link {
    z-index: 100;
}

#globalNav {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.97);
    top: 0;
    z-index: 1730;
}

#globalNav #cfa-list {
    width: 100%;
    max-width: 1170px;
    margin: 4% auto;
}

#globalNav #cfa-list > a {
    float: right;
}

#globalNav #cfa-list > ul {
    list-style-type: none;
    padding: 0;
    font-size: 25px;
    line-height: 55px;
    position: relative;
    float: left;
    width: 90%;
}

#globalNav #cfa-list > ul > li {
    width: 287px;
}

#globalNav #cfa-list > ul li a {
    color: #000;
}

#globalNav #cfa-list ul li:hover > a,
#globalNav #cfa-list ul li:hover > a:focus {
    text-decoration: none;
    color: #496887;
}

#globalNav #cfa-list > ul li a.navActive {
    color: #496887;
}

#globalNav #cfa-list .superCat {
    list-style-type: none;
    border-left: 5px solid #496887;
    margin: 15px 0;
    padding: 0 0 0 25px;
}

#globalNav #cfa-list .superCat li {
    line-height: 36px;
    font-size: 20px;
}

#globalNav #cfa-list .subNav {
    margin: 20px 0 0 50px;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 20%;
    display: none;
    width: 70%;
    height: 100%;
}

#globalNav #cfa-list .subNav li {
    line-height: 36px;
    font-size: 18px;
}

#globalNav #cfa-list .subNav li a {
    color: #000;
}

@media (max-width: 800px) {
    #globalNav #cfa-list > a {
        margin-right: 30px;
    }

    #globalNav #cfa-list > ul {
        margin-left: 50px;
    }

    #globalNav #cfa-list .subNav {
        margin: 20px 0 0 140px;
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    #globalNav #cfa-list > ul {
        margin-left: 45px;
    }

    #globalNav #cfa-list .subNav {
        margin: 20px 0 0 80px;
    }
}

/*------------End Global Nav------------*/

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

#footer {
	height: auto;
	/*min-width: 1260px;
    color: #6f6f6f;
    font-size: 12px;*/
	/*max-width: 1260px;*/
	width: 100%;
	bottom: 0;
	position: relative;
	background-color: black;
	margin: 0 auto;
}


.footer-wrapper {
  color: #FFF;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

.footer-wrapper a{
	color: #FFF;
}

.footer-wrapper ul {
    list-style-type: none;
    margin: 0;
	padding: 0;
}

.footer-wrapper .footer-cols {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.footer-wrapper .footer-cols .footer-col:first-child {
	width: 25%;
	border-right: 1px solid #FFF;
	padding-left: 0;
	padding-right: 15px;
}

.footer-wrapper .footer-cols .footer-col {
	display: table-cell;
	padding-left: 5%;
}

.footer-wrapper .footer-cols .footer-col .ourSiteList {
	float: left;
	width: 112px;
}

.footer-wrapper .footer-col a{
	font-size: 12px;
}

.footer-wrapper .footer-col .footer-col-name{
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-wrapper .footer-col .about-us-container {
	margin-top: 40px;
}

.footer-wrapper .footer-col .about-us-container a{
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  border: 1px solid #FFF;
  margin: 10px 0;
}

.footer-wrapper .footer-col .about-us-container a:hover {
	text-decoration: none;
}

.footer-wrapper .footer-col.social-container {
  font-size: 12px;
  vertical-align: bottom;
  padding-bottom: 10px;
  text-align: right;
}

.footer-wrapper .footer-col.social-container div:nth-child(2) {
	float: right;
}

.footer-wrapper .social {
	height: 30px;
	float: left;
	margin-left: -18px;
}

.footer-wrapper .social a {
	display: inline-block;
	margin-right: 20px;
}

.footer-wrapper .social a.facebook {
	height: 20px;
	width: 30px;
}

.footer-wrapper .social a.twitter {
	height: 20px;
	width: 35px;
}

.footer-wrapper .social a.youtube {
	height: 20px;
}

@media (min-width: 600px) and (max-width: 699px) {
	#footer {
		padding-bottom: 0;
	}

	.footer-wrapper {
		padding: 40px;
	}

	.footer-wrapper .footer-col .about-us-container a {
		font-size: 14px;
	}

	.footer-wrapper .footer-col.social-container div:nth-child(2) {
		float: left;
		margin-top: 25px;
	}
}
.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;
}
/* Start Feature Article */

/*Feature Articles*/

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

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

.featured-news .arrowRight {
    position: absolute;
    top: 30%;
    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;
}

/*@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: auto;
    text-align: center;
    min-height: 185px;
}

.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: 87px auto 22px;
}

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

.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: 34%;
    }

    .featuredBody .articleSummary {
        width: 70%;
    }

    .pager {
        bottom: 19%;
    }
}

@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: 100px;
}
.convioSubscribe form {
    width: 435px;
    margin: 0 auto;
}

.convioSubscribe form h3 {
    text-align: center;
    width: 424px;
    font-size: 33px;
    color: #fff;
    margin-bottom: 21px;
}

#cons-email {
    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;
}

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

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

#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 #E1E1E1;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    /*max-width: 234px;*/
    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 .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;
}

@media (min-width: 1200px) {
    .cars-finder-tab-item .downArrow {
        right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cars-finder-tab-item .downArrow {
        right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .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: 70px;
    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;
}

.cars-finder-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 65px;
    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;
    font-size: 22px;
    text-align: left;
    font-weight: 200;
    max-width: 150px;
    margin-left: 75px;
    width: 100%;
}

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

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

    .cars-finder-dropdown ul {
        margin-left: 40px;
    }

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

    .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: 132px;
    }

    .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: 199px;
    }

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


