body{
}

.wrapper-bigger{
    width: 85%;
    margin: auto;
    max-width: 1460px;
}
.wrapper{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
}

aside.related{
    margin: 2rem 9% 2rem auto !important;
}

.sub-head{
    min-height: 335px;
    background: #FDFAF3;
    padding: 90px 0;
    font-family: 'Alegreya';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;

}
.pull-out{
    margin: 0 !important;
    position: relative;
}
.above-the-fold{
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 2;
    /* margin-bottom: 4vh; */
}

.above-the-fold .article-headers{
    color: #000;
    font-weight: bold;
}
.above-the-fold .article-headers h1{
    font-family: 'Work Sans';
    font-size: 36px;
    line-height: 42px;
    width: 85%;
}
article h3{
    font-family: 'Alegreya Sans';
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.above-the-fold .article-headers .author{
    font-family: 'Alegreya Sans';
    font-style: italic;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin: 20px 0 0;
    text-transform: none;
    display: block;

}
.content-right{
    width: 800px;
}
.content-left{
    width: 300px;
    align-self: flex-start;
    margin-right: auto;
    position: relative;
}

main.column{
    padding: 50px 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
main.column .content{
    width: 800px;
    margin-bottom: 0;
}
main.column .content.full-p{
    width: 45%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
main.column .content.bold-first-p{
    margin-bottom: 0;
}
main.column p{
    font-family: 'Alegreya';
    font-size: 19px;
    line-height: 26px;
    color: #000;
    margin-bottom: 1em;
}

main.column blockquote{
    font-family: 'Alegreya' !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 20px auto 20px 10%;
    width: 40%;
    display: flex;
    align-items: center;
}

main.column blockquote:before, blockquote:after{
    display: none;
}
.author-artist{
    font-size: 16px;
}
.artists-socmed{
    font-size: 15px;
    margin-left: -5px;
}
.share-container{
    margin-top: 15px;
}
.share-container .svg-inline--fa.fa-fw {
    width: 1em;
    height: 1em;
}
.share-container .svg-inline--fa.fa-fw.fa-copy {
    width: .9em;
    height: .9em;
}
.share-container .svg-inline--fa.fa-fw *{
    fill: rgba(0,0,0,0.3);
}
.share-container .row-icons a{
    display: inline-block;
    margin-right: 15px;
}
.dates{
    font-family: 'Alegreya Sans';
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    font-style: italic;
}
.dates span{
    display: block;
}
.more-items-container{
    position: absolute;
    left: 0;
    top: 0;
}
.more-items{
    padding: 50px 0 0;
}
ul.article-list{
    margin-top: 10px;
}

ul.article-list li.article-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding-bottom: 20px;
}
ul.article-list li.article-item:last-child{
    border-bottom: none;
}
ul.article-list li.article-item a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0 0;
}
ul.article-list li.article-item .article-list-byline{
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    font-style: italic;
}
ul.article-list li.article-item a .article-list-kicker{
    width: 100%;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
ul.article-list li.article-item a .article-list-title{
    width: 75%;
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
ul.article-list li.article-item a .article-list-img{
    width: 25%;
    min-height: 44px;
}

.about-the-author{
    background: #FDFAF3;
    padding: 40px 0 90px;
}
.about-the-author .the-leader-we-need-logo{
    max-width: 250px;
    margin-bottom: 20px;
    margin-right: auto;
}
.about-the-author .the-leader-we-need-logo img{
    width: 100%;
    height: auto;
}
.about-the-author .author-details{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* justify-content: space-evenly; */
}
.about-the-author .author-details .author-image{
    width: 65%;
    max-width: 65%;
}
.about-the-author .author-details .author-desc-details{
    width: 30%;
    margin-left: 5%;
}
.about-the-author .author-details .author-image .image-holder{
    display: block;
    width: 100%;
    padding-top: 55%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.about-the-author .author-details .author-image img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 350px;
    display: inline-block;
    margin: auto;
}

.cross-sell{
    padding: 60px 0 40px;
}


aside.cross-sell .article-list{
    display: flex;
    position: relative;
    margin-top: 20px;
    flex-wrap: wrap;
}
aside.cross-sell .article-list .article-item {
    -webkit-box-flex: 0;
    flex: none;
    width: 24%;
    max-width: 24%;
    background: #fff;
    z-index: 1;
    margin-right: 1.33%;
}
aside.cross-sell .article-list .article-grid {
    margin-bottom: 0;
    font-family: 'Alegreya Sans';
}

aside.cross-sell .article-list .article-grid  .article-labels h4{
    font-family: 'Work Sans';
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
aside.cross-sell .article-list .article-grid  .article-labels .kicker{
    font-weight: 800;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 10px 0;
}
aside.cross-sell .article-list div.article-item:last-of-type {
    margin-right: 0;
}

.row-icons.fixed{
    position: absolute;
    padding: 10px 13px 0px;
    box-shadow: 6px 5px 10px -4px #0000006b;
    width: 48px;
    z-index: 9;
    background: #FDFAF3;
}
.row-icons.fixed a{
    margin-bottom: 15px;
}

.star35-image-overlap{
    width: 100%;
    margin: 20px 0;
    padding-bottom: 35px;
}
.star35-image-overlap .star35-landscape{
    width: 100%;
}
.star35-image-overlap .star35-landscape-image{
    width: 75%;
    z-index: 0;
}
.star35-image-overlap .star35-landscape img{
    width: 100%;
}
.star35-image-overlap .star35-landscape .star35-landscape-desc{
    width: 800px;
    margin: 40px 0 0 auto;
}
.star35-image-overlap .star35-landscape .star35-landscape-desc span{
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    font-family: 'Alegreya Sans';
    display: block;
    width: 45%;
    margin-top: 40px;
}
.star35-image-overlap .star35-overlap{
    width: 800px;
    margin-left: auto;
    z-index: 2;
    margin-top: -30%;
}
.star35-image-overlap .star35-overlap .star35-portrait{
    width: 50%;
    margin-left: auto;
}
.star35-image-overlap .star35-overlap .star35-portrait-desc{

}
.star35-image-overlap .star35-overlap .star35-portrait-desc span{
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    font-family: 'Alegreya Sans';
    display: block;
    width: 50%;
    margin-left: auto;
}
.pull-out-overlay{
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 43.51%, #FFFFFF 100%);
}

aside.related.star35{
    width: 400px;
    max-width: 400px;
    margin: 20px 16% 20px auto !important;
    background: #FDFAF3;
    padding: 20px 25px;
    position: relative;
    flex-grow: 1;
    display: flex;
/* }
aside.related.star35:before{
    content: '';
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
}
aside.related.star35:after{
    content: '';
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.25); */
}
aside.related.star35 a{
    display: block;
    width: 100%;
}

aside.related.star35 .columns.is-mobile{
    position: relative;
    flex-wrap: wrap;
    display: block;
    margin: 0;
}
aside.related.star35 .related-image{
    display: inline-block;
    width: 100%;
}
aside.related.star35 .related-image .image{
    width: 70%;
    border-radius: 2px;
}
aside.related.star35 .related-details{
    position: relative;
    width: 70%;
    padding: 1px 10px;
    margin: -25% 0 0px auto;
    background: #fff;
    box-shadow: 4px 4px 16px 0px #00000014;
}
aside.related.star35 .related-details h4{
    font-size: 11px;
    font-family: 'Alegreya Sans';
}
aside.related.star35 .related-details h3{
    font-family: 'Work Sans';
    font-size: 14px;
    line-height: 17px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
}
@media (max-width: 1280px){
    .wrapper, .wrapper-bigger{
        width: 90%;
    }
    .content-right, main.column .content{
        width: 65%;
    }
    .star35-image-overlap .star35-landscape .star35-landscape-desc{
        width: 65%;
    }
    .star35-image-overlap .star35-overlap{
        width: 65%;
    }
}

@media (max-width: 1024px){

}

@media (max-width: 768px){
    aside.related{
        margin: 2rem auto !important;
    }
}
@media (max-width: 767px){
    aside.related{
        margin: 2rem auto !important;
    }

    .wrapper, .wrapper-bigger{
        width: 85%;
    }
    .more-items{
        display: none;
    }

    .content-right, main.column .content, .content-left{
        width: 100%;
    }
    .above-the-fold{
        position: relative;
        bottom: unset;
        margin-top: 10px;
    }
    .pull-out.bg-line-bottom:after{
        bottom: -40px;
    }
    .above-the-fold .article-headers h1{
        width: 100%;
        font-size: 27px;
        line-height: 31px;
    }
    .above-the-fold .article-headers .author{
        margin-top: 25px;
        font-size: 21px;
        line-height: 25px;
    }
    .image.is-2by1{
        padding-top: 56%;
    }
    .sub-head{
        height: auto;
        padding: 90px 0 50px;
        font-size: 20px;
        line-height: 29px;
    }
    .sub-head .content-left{
        order: 1;
        margin-top: 50px;
    }
    .sub-head .content-right{
        order: 0;
    }
    main.column blockquote{
        text-align: right;
        width: 100%;
    }
    .row-icons.fixed{
        left: -5.5%;
        width: 43px;
        background: #FDFAF3;
        padding: 10px 10px 3px;
    }
    .row-icons.fixed a{
        margin-bottom: 5px;
    }
    .share-container .svg-inline--fa.fa-fw {
        width: 1em;
        height: 1em;
    }
    .share-container .svg-inline--fa.fa-fw.fa-copy {
        width: .9em;
        height: .9em;
    }

    .about-the-author{
        padding: 40px 0;
    }
    .about-the-author .author-details .author-image{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .about-the-author .author-details .author-desc-details{
        width: 100%;
        margin: 0;
    }

    aside.cross-sell .article-list .article-item{
        width: 100%;
        max-width: 100%;
    }
    .article-grid .article-labels{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    aside.related.star35{
        width: auto;
        max-width: unset;
        margin: 40px -8% !important;
    }
    aside.related.star35:before{
        width: 85%;
    }

    aside.related.star35:after{
        width: 85%;
    }
    .star35-image-overlap .star35-landscape-image{
        width: 100%;
    }
    .star35-image-overlap .star35-landscape .star35-landscape-desc{
        width: 100%;
    }
    .star35-image-overlap .star35-landscape .star35-landscape-desc span{
        width: 100%;
    }
    .star35-image-overlap .star35-overlap{
        width: 100%;
        margin-top: 20px;
    }
    .star35-image-overlap .star35-overlap .star35-portrait{
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

}

@media (max-width: 350px){
    .ads-container > div{
        margin-left: -25px;
    }
}
@media (max-width: 320px){
    .ads-container > div{
        margin-left: -40px;
    }
}