.no-photo-cover * {
    box-sizing: border-box;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.no-photo-cover {
    height: calc(100% - 50px);
    font-family: 'proxima-nova';
    font-size: 14px;
    color: #000000;
    margin-top: 50px;
    padding: 0px 80px 0 80px!important;
}

.screenshot .no-photo-cover {
    margin-top: 0px;
    height: 100vh;
}

.no-photo-cover .top {
    width: 100%;
    height: 60%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
}

.no-photo-cover .top .new {
    background-color: #000000;
    color: #ffffff;
    padding-left: 33px;
    padding-top: 5px;
    padding-bottom: 12px;
    padding-right: 5px;
    font-weight: 600;
}

.no-photo-cover .top .links {
    margin: 20px 30px;
}

.no-photo-cover .top .links a {
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.no-photo-cover .top  .website {
    background-image: url('/img/social-icons/website.svg');
}

.no-photo-cover .top  .instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

.no-photo-cover .top  .facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

.no-photo-cover .top  .linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

.no-photo-cover .top  .twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

.no-photo-cover .top  .medium {
    background-image: url('/img/social-icons/medium.png');
}

.no-photo-cover .top  .substack {
    background-image: url('/img/landing-page/app-icons/substack.svg');
}

.no-photo-cover .top  .quora {
    background-image: url('/img/social-icons/quora.svg');
}

.no-photo-cover .top  .reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

.no-photo-cover .top  .yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

.no-photo-cover .btm {
    width: 100%;
    height: 40%;
    background-color: #EEEFEE;
    padding: 20px 20px 25px 30px;
    display: flex;
}

.no-photo-cover .filter-wrap span {
    display: block;
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1.6;
    font-weight: normal;
    cursor: pointer;
}

.no-photo-cover .filter-more a {
    color: #fff!important;
    cursor: pointer;
}

.no-photo-cover .btm .btm-right {
    margin-left: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.no-photo-cover .btm .links-collection {
    display: flex;
    position: relative;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding-top: 10px;
}

.no-photo-cover .btm .links-collection .badges {
    margin-right: 10px;
}

/* .no-photo-cover .btm .links-collection .ovals {
    display: flex;
    margin-top: -5px;
}

.no-photo-cover .btm .links-collection .ovals .oval {
    background-color: #D8D8D8;
    border: 5px solid #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    opacity: 0.6;
}

.no-photo-cover .btm .links-collection .ovals .oval:nth-of-type(2) {
    left: -10px;
}

.no-photo-cover .btm .links-collection .ovals .oval:nth-of-type(3) {
    left: -20px;
} */

.no-photo-cover .btm .links-collection .badges-placeholder {
    opacity: 0.5;
    align-self: flex-start;
    margin-top: -5px;
    max-height: 45px;
}

.no-photo-cover .btm .links-collection .collections {
    display: flex;
    margin-left: auto;
}

.no-photo-cover .btm .links-collection .collections .collection {
    margin-right: 30px;
    position: relative;
    top: -50px;
}

.no-photo-cover .btm .links-collection .collections .collection > div {
    height: 105px;
    width: 105px;
    max-width: 105px;
    background-color: #D8D8D8;
    border-radius: 6%;
    border: 1px solid #B8B7B7;
}

.no-photo-cover .btm .links-collection .collections .collection .top {
    border-left: 12px solid #ACACAC;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
}

.no-photo-cover .btm .links-collection .collections .collection .top .plus {
    font-weight: 600;
    border-radius: 50%;
    width: 20px;
    padding: 0;
    height: 20px;
    font-size: 22px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    left: unset;
    background: none;
    border: 2px solid #000000;
}

.no-photo-cover .btm .links-collection .collections .collection .top .collection-name {
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
}

.no-photo-cover .btm .links-collection .collections .collection .mid {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}


.no-photo-cover .btm .links-collection .collections .collection .btm {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    z-index: 1;
}

.no-photo-cover .btm .articles-subjects {
    display: flex;
    justify-content: space-between;
    height: 132px;
    margin-top: auto;
    align-items: flex-start;
}

.no-photo-cover .btm .articles-subjects > * {
    margin-right: 20px;
}

.no-photo-cover .btm .articles-subjects .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
    max-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.screenshot .no-photo-cover .btm .articles-subjects .title {
    font-size: 22px;
}

.no-photo-cover .btm .articles-subjects .title a {
    display: inline;
}

.no-photo-cover .btm .articles-subjects .title a img {
    width: 12px;
}

.no-photo-cover .btm .articles-subjects a {
    display: block;
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.screenshot .no-photo-cover .btm .articles-subjects a {
    font-size: 16px;
}


.no-photo-cover .btm .btm-left {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.no-photo-cover .btm .btm-left .bio {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}

.no-photo-cover .btm .btm-left .bio .name {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.screenshot .no-photo-cover .btm .btm-left .bio .name {
    font-size: 80px;
}

.screenshot .no-photo-cover p {
    font-size: 20;
}

.no-photo-cover .btm .btm-left .bio .name span {
    font-weight: 300;
}

.no-photo-cover .btm .btm-left .bio a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
}

.no-photo-cover .btm .btm-left a {
    display: block;
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
}

.no-photo-cover .btm .btm-left .total-ct {
    height: 132px;
    margin-top: auto;
}

.no-photo-cover .btm .btm-left .total-ct .total {
    font-weight: 900;
    font-size: 120px;
    line-height: 0.8;
}


.mobile-articles-subjects {
    display: none;
}

@media(max-width: 600px) {
    
    .no-photo-cover {
        padding: 0px !important;
    }

    .no-photo-cover .top {
        height: 35%;
    }

    .no-photo-cover .btm {
        padding: 15px 20px 0px 20px;
        flex-direction: column;
        height: 65%;
        position: relative;
    }

    .no-photo-cover .btm .total-ct {
        margin-top: 20px;
    }

    .no-photo-cover .btm .links-collection .collections {
        position: absolute;
        bottom: 34px;
        right: 0;
    }

    .no-photo-cover .btm .links-collection {
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .no-photo-cover .btm .btm-right {
        margin-left: 0px;
    }

    .no-photo-cover .btm .articles-subjects {
        display: none;
    }

    .no-photo-cover .mobile-articles-subjects {
        display: block;
        background: #1C1C1C;
        margin-left: -20px;
        width: 100vw;
        position: relative;
        bottom: -2px;
    }

    .no-photo-cover .mobile-articles-subjects p {
        font-weight: 600;
        font-size: 16px;
    }

    .no-photo-cover .mobile-articles-subjects .my-sources {
        height: 49px;
        width: 100%;
        border-bottom: 1px solid #333;
        display: flex;
        align-items: center;
        padding-left: 22px;
    }

    .no-photo-cover .mobile-articles-subjects .middle {
        display: flex;
        width: 100%;
    }

    .no-photo-cover .mobile-articles-subjects .middle .left {
        width: 50%;
        border-right: 1px solid #333;
    }

    .no-photo-cover .mobile-articles-subjects .middle .left div {
        height: 49px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 22px;
    }

    .no-photo-cover .mobile-articles-subjects .middle .right {
        width: 50%;
    }

    .no-photo-cover .mobile-articles-subjects .middle .right div {
        height: 49px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 22px;
    }

    .no-photo-cover .mobile-articles-subjects .middle .prof {
        border-bottom: 1px solid #333;
    }

    .no-photo-cover .mobile-articles-subjects .middle .pers {
        border-bottom: 1px solid #333;
    }

    .no-photo-cover .mobile-articles-subjects .bottom {
        height: 49px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 22px;
        justify-content: space-between;
        padding-right: 15px;
        text-decoration: none;
        color: #000 !important;
    }

}