/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .article-hero .default-hero-image img {
        width: 100%;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .article-hero {
        /*padding-bottom: 3rem;*/
    }
    .intro-block, .test-intro-block {
        padding-top: 2rem;
        /*display: block;*/
        display: table;
    }
}

.article-hero {
    position: relative;
}
.editorial-hero-wrapper {
    height: 100%;
}

.editorial-hero-content-intro, .default-content-intro {
    text-transform: uppercase;
    height: 1rem;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    line-height: 15px;
}

.editorial-hero-content-intro {
    color: #fff;
}

.default-content-intro {
    color: #111;
    padding-left: 0px;
    margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
    .default-content-intro {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

/* ***************************************************************************** */
/* *****************************  article header  ****************************** */
/* ***************************************************************************** */
/* Small only */
@media screen and (max-width: 39.9375em) {
    .article-excerpt  {
        color: #111111;
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        padding: 0 20px 0 8px;
    }
    .article-info {
        /*padding: 3rem 1.25rem;*/
        padding: 3rem .5rem;
        max-width: 70%;
    }
    .article-info-category, a.article-info-category:hover {
        color: #111111;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .bva-editorial .article-excerpt, .bva-default .article-excerpt {
        color: #111111;
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
    }
    .bva-editorial .article-excerpt {
        padding: 0 12rem;
        text-align: center;
    }
    .bva-default .article-excerpt {
        text-align: left;
    }
    .article-info {
        padding: 3rem 0;
    }
    .article-info-category, a.article-info-category:hover {
        color: #111111;
    }
}
/*.article-info-icon {*/
/*    float:left;*/
/*    margin-right: 1rem;*/
/*}*/
.article-info {
    color: #111111;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    /*white-space: nowrap;*/
}
/*.article-info-icon img {*/
/*    height: 48px;*/
/*    margin-right: .5rem;*/
/*    margin-left: 20px;*/
/*    position: relative;*/
/*    top:.5rem;*/
/*    bottom:0;*/
/*}*/

@media screen and (min-width: 40em) {
    .bva-editorial .article-info {
        text-align: center;
    }
    .article-info-icon img {
        /*display: none;*/
    }
}

@media screen and (max-width: 39.9375em) {
    .bva-editorial .article-info {
        text-align: left;
    }
    .article-share-small-wrapper {
        padding: 40px 20px;
    }
    .article-share-small {
        color: #111111;
        font-family: "MarkW01", sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
    }
}
/* ***************************************************************************** */
/* ***************************** /article header ******************************* */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* ******************************* article body ******************************** */
/* ***************************************************************************** */
/* Small only */
@media screen and (max-width: 39.9375em) {
    .bva-default p {
        color: #111111;
        font-family: UrbanGroteskRegular, sans-serif;
        font-size: 19px;
        line-height: 28px;
        padding: 0 20px 28px 20px;
        margin-bottom: 0;
    }
    .bva-default ul li {
        color: #111111;
        font-family: UrbanGroteskRegular, sans-serif;
        font-size: 19px;
        line-height: 28px;
        padding: 0 20px 0 6px;
    }
    .bva-default .intro-block h2 {
        font-size: 34px;
        line-height: 40px;
        color: #111;
        font-family: "GT Walsheim Pro", sans-serif;
        letter-spacing: 1px;
        font-weight: 400;
        padding: .6rem .5rem 0 .5rem;
        margin-bottom: 0;
    }
    .bva-article h2 {
        padding: 0 20px;
        font-family: "GT Walsheim Pro", sans-serif;
        font-weight: 700;
    }
    .bva-article h3, .bva-article h4, .bva-article h5 {
        color: #111111;
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 20px;
        line-height: 30px;
        padding-top: 3rem;
        padding-left: 20px;
        font-weight: 700;
        padding-right: 20px;
    }
    .bva-editorial ul, .bva-default ul {
        margin-left: 40px;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .bva-default p {
        color: #111;
        font-family: UrbanGroteskRegular, sans-serif;
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 2rem 1.5rem;
        margin-bottom: 0;
        width: 68%;
    }
    .bva-default ul {
        padding: 0 22rem 2rem 0;
    }
    .bva-editorial ul, .bva-default ul {
        margin-left: 4rem;
    }
    .bva-editorial h2 > ul, .bva-default h2 > ul {
        margin-top: 1.5rem !important;
    }
    .bva-editorial ul li, .bva-default ul li {
        color: #111111;
        font-family: UrbanGroteskRegular, sans-serif;
        font-size: 20px;
        line-height: 30px;
    }
    .bva-default .intro-block {
        width: 70%;
        padding-left: .75rem;
        overflow: overlay;
    }
    .bva-default .intro-block h2 {
        color: #111111;
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 36px;
        font-weight: 400;
        line-height: 40px;
        padding-bottom: 3rem;
        padding-top: 1rem;
        padding-left: 0;
    }
    .bva-default .test-intro-block {
        padding-left: .75rem;
        overflow: overlay;
    }
    .bva-default .test-intro-block h2 {
        color: #111111;
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 2.5rem;
        padding-top: 1rem;
        padding-left: 0;
    }
    .bva-article h2, .bva-article h3, .bva-article h4, .bva-article h5, .bva-article h6 {
        color: #111111;
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        padding-left: 1.5rem;
        max-width: 68%;
    }
    .bva-editorial h2, .bva-editorial h3, .bva-editorial h4, .bva-editorial h5, .bva-editorial h6 {
        padding-left: 12rem;
        margin-top: 6rem;
        padding-right: 12rem;
    }
}
.bva-article p.red {
    color: #ff0000;
}
.in-article-ad {
    padding: 3rem 0;
}

/* ***************************************************************************** */
/* ****************************** /article body ******************************** */
/* ***************************************************************************** */
/* ***************************************************************************** */
/* ************************* article body bva-editorial ************************ */
/* ***************************************************************************** */
.bva-editorial .editorial-hero-content-headline h2 {
    color: #fff;
    font-family: "GT Walsheim Pro", sans-serif;
    letter-spacing: 1px;
}

.default-hero-image-copyright {
    z-index: 100;
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 5px;
    font-size: .7rem;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-family: "MarkW01", sans-serif;
}

.default-gallery-image-copyright {
    z-index: 100;
    display: unset;
    float: right;
    position: relative;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 5px;
    font-size: .7rem;
    right: 0;
    bottom: 24px;
    height: 24px;
    text-transform: uppercase;
    font-family: "MarkW01", sans-serif;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    .editorial-hero-content-headline h2 {
        font-size: 36px;
        font-weight: 500;
        line-height: 40px;
    }
    .editorial-hero-image img {
        width: 100%;
    }
    .editorial-hero-content-wrapper {
        padding: 2010px 10px 20px 10px;
        position: absolute;
        bottom: 20px;
        width: 100%;
        display: block;
    }
    .editorial-hero-content-intro {
        margin-bottom: 10px;
    }
}
/* Medium and up */
@media screen and (min-width: 40em) {
    .editorial-hero-content-wrapper {
        width: 100%;
        text-align: center;
    }
    .editorial-hero-content-headline h2 {
        padding: 0 12rem;
        font-size: 45px;
        line-height: 55px;
        text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    }
    .editorial-hero-wrapper {
        background: rgba(195,195,195,1);
    }
    .editorial-hero-image img {
        background: rgba(195,195,195,1);
        display: inline-block;
        mix-blend-mode: multiply;
        width: 100%;
    }
    .editorial-hero-content-wrapper {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        display: block;
    }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    .bva-editorial p {
        color: #111111;
        font-family: UrbanGroteskRegular, sans-serif;
        font-size: 19px;
        line-height: 28px;
        padding: 0 20px;
    }
    .bva-editorial .fcharacter {
        padding-left: 1rem;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .bva-editorial p {
        color: #111111;
        font-family: UrbanGroteskRegular, sans-serif;
        font-size: 20px;
        line-height: 30px;
        padding: 0 12rem;
    }
    .bva-editorial .fcharacter {
        padding-left: 11.5rem;
    }
}

.bva-article h1 {
    height: 20px;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.bva-editorial h1 {
    padding: 0 12rem;
    text-align: center;
    margin-bottom: 0;
}

.bva-editorial p.red {
    color: #ff0000;
}
/* ***************************************************************************** */
/* ************************** /article body editorial ************************** */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* ****************************  in article quote  ***************************** */
/* ***************************************************************************** */
.in-article-quote-name {
    color: #111111;
    font-family: "MarkW01",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .bva-editorial .in-article-quote-wrapper {
        text-align: center;
        padding: 6rem 20px;
    }
    .bva-default .in-article-quote-wrapper {
        text-align: left;
        padding: 6rem 20px;
    }
    .in-aricle-quote {
        color: #111111;
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
    }
    .in-article-image img {
        width: 100%;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .bva-editorial .in-article-quote-wrapper {
        text-align: center;
        padding: 6rem 12rem;
    }
    .bva-default .in-article-quote-wrapper {
        /*text-align: center;*/
        /*padding: 6rem 12rem;*/
    }
    /*.in-aricle-quote*/
    blockquote p {
        color: #111111 !important;
        font-family: "GT Walsheim Pro", sans-serif !important;
        font-size: 36px !important;
        line-height: 46px !important;
        padding-bottom: 24px !important;
    }
    .in-article-quote-name {
        color: #111111;
        font-family: "MarkW01",sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
    }
}

.in-article-image-wrapper {padding: 6rem 0;}
.in-article-image-headline {
    color: #111111;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 24px 10px 24px;
    text-transform: uppercase;
}
/* ***************************************************************************** */
/* **************************** /in article quote  ***************************** */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* ***************************** in article tags ******************************* */
/* ***************************************************************************** */
.article-footer {
    background: #e8e8e8;
    margin-bottom: 2rem;
}

.article-footer .tag {
    padding: .75rem .875rem;
    background: #cecece;
    color: #111111;
    border-radius: 4px;
    min-height: 110px;
    margin-right: 1rem;
}
@media screen and (max-width: 39.9375em) {
    .article-footer .tag {
        line-height: 4rem;
    }
    .article-footer a.tag {
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .article-footer .row > div {
        border-bottom: 1px solid #ddd;
    }
    .article-footer .row:last-child {
        border-bottom: none;
    }
}
@media screen and (min-width: 40em) {
    .article-footer .tag:hover {
        background-color: #9b9b9b;
        transition-duration: 1s;
    }
    .article-footer a.tag {
        font-family: "GT Walsheim Pro", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 1px;
    }
    .article-footer .row {
        border-bottom: 1px solid #ddd;
    }
    .article-footer .row:last-child {
        border-bottom: none;
    }
}
.article-footer .tags {
    min-height: 110px;
}
.article-footer-more div.columns {
    height: 110px;
    padding: 24px 30px;
}
/*.article-footer-more-image {*/
/*    float: left;*/
/*    width: 6rem;*/
/*    height: 6rem;*/
/*}*/
/*.article-footer-more-image img {*/
/*    height: 48px;*/
/*    margin-right: 1rem;*/
/*    position: relative;*/
/*    top: .5rem;*/
/*    bottom: 0;*/
/*}*/
.article-footer-author-image {
    float: left;
    width: 6rem;
    height: 6rem;
}
.article-footer-author-image img {
    max-height: 72px;
}

.article-footer .tags ul {
    margin-left: 0;
    list-style-type: none;
}
.article-footer .tags ul li {
    display: inline-block;
}
.article-footer .tag a{
    display: block;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    text-align: center;
}
.article-footer-more a {
    color: #111;
    height: 16px;
    text-transform: uppercase;
    font-family: "MarkW01", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
}

.article-footer-more {
    text-transform: uppercase;
    color: #111111;
    font-family: MarkW01, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.tags-title {
    color: #111111;
    font-family: MarkW01, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: .75rem;
    padding-top: 6rem;
    text-transform: uppercase;
}
/* ***************************************************************************** */
/* ****************************** /in article tags ***************************** */
/* ***************************************************************************** */


/* ***************************************************************************** */
/* ****************************** test header facts **************************** */
/* ***************************************************************************** */
.test-intro-block .test-header-block {
    /*padding-top: 2.5rem;*/
}
.test-intro-block .test-header-weight, .test-intro-block .test-header-price {
    color: #9b9b9b;
    padding-top: 1.5rem;
    font-family: MarkW01, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.test-intro-block .test-header-rating {
    color: #9b9b9b;
    font-family: MarkW01, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.test-intro-block .test-header-weight span, .test-intro-block .test-header-price span {
    color: #4a4a4a;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 28px;
}
.test-intro-block .test-header-rating span {
    color: #111111;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 1.63rem;
    letter-spacing: 0px;
}
/* ***************************************************************************** */
/* ****************************** test header facts **************************** */
/* ***************************************************************************** */


@media screen and (max-width: 39.9375em) {
    .in-article-ad-wrapper {
        margin: 1rem 0;
    }
    .banner-notif-in-article {
        text-align: left;
        margin-left: 1.5rem;
    }
}
@media screen and (min-width: 40em) {
    .in-article-ad-wrapper {
        float: right;
        margin-right: .75rem;
    }
    .in-article-aside {
        min-width: 300px;
        background: #efefef;
        min-height: 250px;
    }
}

.banner-notif-in-article {
    height: 1rem;
    color: #D8D8D8;
    font-family: MarkW01, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
}

.in-article-ad-wrapper {
    /*float: right;*/
    /*margin-right: .75rem;*/
}
.in-article-aside {
    /*min-width: 300px;*/
    /*background: #efefef;*/
    /*min-height: 250px;*/
}
