/* Overall layout */
.tiles section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0rem;
    height: 540px;
    margin-bottom: 10px;
}

.tiles section div.tile {
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

.tiles section div.tile:last-child {
    margin-right: 0;
}

.tiles section.r7 div.tile:nth-child(3), .tiles section.r11 div.tile:nth-child(2), .tiles section.r12 div.tile:nth-child(5), .tiles section.r13 div.tile:nth-child(2), .tiles section.r15 div.tile:nth-child(2), .tiles section.r15 div.tile:nth-child(3) {
    margin-right: 0;
    margin-bottom: 10px;
}

.tiles section.r7 div.tile:nth-child(2), .tiles section.r12 div.tile:nth-child(1), .tiles section.r12 div.tile:nth-child(2) {
    margin-bottom: 10px;
}



.tiles section div.tile:nth-child(1) { grid-area: tile1; }
.tiles section div.tile:nth-child(2) { grid-area: tile2; }
.tiles section div.tile:nth-child(3) { grid-area: tile3; }
.tiles section div.tile:nth-child(4) { grid-area: tile4; }
.tiles section div.tile:nth-child(5) { grid-area: tile5; }
.tiles section div.tile:nth-child(6) { grid-area: tile6; }
.tiles section div.tile:nth-child(7) { grid-area: tile7; }


.tiles section.r1, .tiles section.r8, .tiles section.r10 {
    display: block;
}

.tiles section.r1 div.tile {
    height: 540px;
}

.tiles section.r2, .tiles section.r9 {
    grid-template-areas: "tile1 tile2 tile3 tile4 tile4 tile5";
    height: 180px;
}

.tiles section.r3 {
    grid-template-areas: "tile1 tile1 tile2 tile2 tile2 tile2";
}

.tiles section.r4 {
    grid-template-areas: "tile1 tile1 tile1 tile1 tile1 tile2";
}

.tiles section.r5 {
    grid-template-areas: "tile1 tile1 tile2 tile2 tile3 tile4";
    height: 180px;
}

.tiles section.r6, .tiles section.r14 {
    grid-template-areas: "tile1 tile1 tile1 tile1 tile2 tile2";
}

.tiles section.r7 {
    grid-template-columns: 4fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
    "tile1 tile2 tile3"
    "tile1 tile4 tile4";
    height: 360px;
}

.tiles section.r8 div.tile {
    height: 540px;
}

.tiles section.r10 div.tile {
    height: 540px;
}

.tiles section.r11 {
    grid-template-columns: 5fr 1fr;
    grid-template-rows: 1fr 2fr;
    grid-template-areas:
    "tile1 tile2"
    "tile1 tile3";
}

.tiles section.r12 {
    grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
    "tile1 tile2 tile3 tile4 tile5"
    "tile6 tile6 tile3 tile4 tile7";
    height: 360px;
}


.tiles section.r13 {
    grid-template-columns: 4fr 1fr 1fr;
    grid-template-rows: 2fr 1fr;
    grid-template-areas:
    "tile1 tile2 tile2"
    "tile1 tile3 tile4";
}

.tiles section.r15 {
    grid-template-columns: 5fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
    "tile1 tile2"
    "tile1 tile3"
    "tile1 tile4";
}

/* Generic elements */

.tiles section .tile, .tiles section .tile .tile-wrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tiles .tile .gear-btn {
    background-image: url("/img/gear-btn.svg");
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 35px;
    right: 10px;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.tiles .tile:hover .gear-btn {
    display: block;
}

.tiles .card .gear-btn {
    background-image: url("/img/gear-btn.svg");
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 35px;
    right: 15px;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.tiles .card:hover .gear-btn {
    display: block;
}

.tiles section .tile .tile-wrap {
    position: relative;
    height: 100%;
}

.tiles section .tile .credit {
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 28px;
    height: 28px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    z-index: 99;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    padding: 0!important;
    background-position: center center;
    background-repeat: no-repeat;
}

.tiles section .tile .type-icon-ct {
    position: absolute;
    right: 28px;
    top: 0px;
    z-index: 99;
}

.tiles section .tile .type-icon-ct .type-icon {
    background: #000;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tiles section .tile .type-icon-ct .type-icon svg {
    width: 20px;
}

.tiles section .credit.lightning, .tiles section .credit.readlater, .tiles section .credit.twitter, .tiles section .credit.medium {
    font-size: 0;
}

.tiles section .credit.lightning {
    background-image: url('/img/ribbon/quick-save.svg');
}


.tiles .bookCover {
    width: 78px;
    min-width: 78px;
    height: 109px;
    background-image: url("/img/digests-placeholders/Rectangle.png");
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

.list-view.tiles  .bookCover {
    margin-top: 15px;
}

.tiles .bookCoverCt {
    display: flex;
}

.tiles section .credit.readlater {
    background-image: url('/img/stream/saved.png');
    background-size: 12px;
}

.tiles section .credit.twitter {
    background-size: contain;
    background-image: url('/img/book/twitter.svg');
}

.tiles section .credit.medium {
    background-size: contain;
    background-image: url('/img/join/medium.svg');
}

.tiles section .credit.light {
    background-color: #343434;;
}

.tile .tile-avatar {
    float: left;
    margin: 0 10px 0 0;
    background-size: cover;
    background-position: center;
}

.tile .tile-avatar.active {
    width: 78px;
    height : 109px;
    margin-bottom: 20px;
}

.tile .avatar-content a:link, .tile .avatar-content a:visited {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.tile .type-and-subject {
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    padding: 20px 0 0 20px;
}

.tile span.tile-type {
    font-weight: bold;
}

.tile span.tile-subject {
    display: block;
    color: #888888;
    line-height: 13px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.tile .tile-info {
    padding: 0 15px 0 20px;
}

.tile .tile-info h2 {
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    font-family: din-condensed, sans-serif;
    margin-top: 8px;
    text-transform: initial;
    font-size: 22px;
    line-height: 23px;
}

.tile .tile-info h2 a {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.tile .tile-info h2 a:link, .tile .tile-info h2 a:visited {
    text-decoration: none;
    color: #000;
}

.tile p {
    -webkit-font-smoothing: antialiased;
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 100 !important;
    font-style: normal !important;
    max-height: initial !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.tile .arrow-btn {
    display: none;
    position: absolute;
    width: 104px;
    height: 51px;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
    /* background-color: #000000; */
}

.tile .arrow-btn svg {
    margin-left: 15px;
}


/* Specific tiles */


.tiles .no-tiles-loaded {
    border: solid 1px #737373;
    background-color: #0b0a0c;
    padding: 60px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-family: proxima-nova;
    font-weight: 900;
    width: 650px;
    margin-bottom: 50px;
}

.tiles section.r1 {
    margin-bottom: 27px; 
}

.tiles section.r1 div.tile.tile63, .tiles section.r6 div.tile.tile43, .r13 .tile43 {
    margin: 0 5% 0 0;
    padding: 0 0 8px 0;
    position: relative;
    overflow: visible;
}

.r1 .tile63 .tile-wrap, .r6 .tile43 .tile-wrap, .r13 .tile43 .tile-wrap {
    position: relative;
    top: 25px;
    left: 25px;
    background: #fff;
    height: 100%;
    width: 103.5%;
}

.r1 .tile63 .tile-inner-wrap, .r3 .tile43 .tile-inner-wrap, .r6 .tile.tile23 .tile-inner-wrap, .r6 .tile.tile43 .tile-info, .r7 .tile.tile42 .tile-info, .r11 .tile.tile53 .tile-inner-wrap, .r12 .tile.tile22 .tile-info, .r13 .tile43 .tile-inner-wrap, .r14 .tile43 .tile-inner-wrap {
    width: 50%;
    padding: 30px 35px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    height: 100%;
    box-sizing: border-box;
}

.r1 .tile63 span.tile-type, .r3 .tile span.tile-type, .r4 .tile.tile13 span.tile-type, .r6 .tile span.tile-type, .r11 .tile.tile53 span.tile-type, .r13 .tile.tile43 span.tile-type, .r14 .tile span.tile-type {
    color: #fff;
}

.r1 .tile63 h2, .r3 .tile43 h2, .r6 .tile23 h2, .r13 .tile43 h2, .r14 .tile43 h2 {
    font-size: 39px;
    line-height: 43px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 97%;
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.r1 .tile63.tile .tile-info h2 a:link, .r1 .tile63.tile .tile-info h2 a:visited, .r3 .tile43.tile .tile-info h2 a:link, .r3 .tile43.tile .tile-info h2 a:visited, .r6 .tile .tile-info h2 a:link, .r6 .tile .tile-info h2 a:visited, .r11 .tile.tile53 .tile-info h2 a:link, .r11 .tile.tile53 .tile-info h2 a:visited, .r13 .tile43.tile .tile-info h2 a:link, .r13 .tile43.tile .tile-info h2 a:visited, .r14 .tile43.tile .tile-info h2 a:link, .r14 .tile43.tile .tile-info h2 a:visited {
    color: #fff;
}

.r1 .tile63 h2 a:link, .r1 .tile63 h2 a:visited, .r3 .tile43 h2 a:link, .r3 .tile43 h2 a:visited, .r6 .tile h2 a:link, .r6 .tile h2 a:visited, .r11 .tile.tile53 h2 a:link, .r11 .tile.tile53 h2 a:visited, .r13 .tile43 h2 a:link, .r1 .tile43 h2 a:visited .r14 .tile43 h2 a:link, .r14 .tile43 h2 a:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.r1 .tile-info p, .r3 .tile43 .tile-info p, .r6 .tile .tile-info p, .r11 .tile.tile53 .tile-info p, .r13 .tile43 .tile-info p, .r14 .tile43 .tile-info p {
    display: -webkit-inline-box!important;
    -webkit-line-clamp: 5;
    width: 60%;
    font-style: italic!important;
    margin-bottom: 10px;
    margin-right: 20px;
    position: absolute;
    line-height: 20px;
    font-size: 18px;
}

.r1 .tile .arrow-btn, .r3 .tile43 .arrow-btn, .r6 .tile .arrow-btn, .r8 .arrow-btn, .r11 .tile.tile53 .arrow-btn, .r13 .tile43 .arrow-btn, .r14 .tile43 .arrow-btn, .r14 .tile:first-child .arrow-btn {
    display: flex;
    background-color: #000;
    bottom: 70px!important;
    right: 40px!important;
}

.r2 div.tile:first-child, .r7 div.tile11 {
    border-bottom: 6px solid transparent;
}

.tile11 .tile-info p, .tile21 .tile-info p {
    display: none;
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 21px;
    font-weight: lighter!important;
    margin: 10px 0px 0px 0px;
}

.tile21 h2.tile-title a {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.tile21 .tile-info p  {
    display: -webkit-box;
}

.r3 .tile:first-child, .r4 .tile13, .r14 .tile:nth-child(2) {
    background-size: contain;
    background-position: top center;
}

.r3 .tile:first-child .tile-inner-wrap, .r4 .tile13 .tile-inner-wrap, .r14 .tile:nth-child(2) {
    height: 100%;
}

.r3 .tile:first-child .tile-info, .r4 .tile13 .tile-info, .r14 .tile:nth-child(2) .tile-info {
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 50%;
    border-bottom: 6px solid transparent;
}

.r3 .tile:first-child h2, .r4 .tile13 h2, .r14 .tile:nth-child(2) h2 {
    color: #000;
    text-transform: initial;
    font-size: 24px;
    font-weight: 100;
    font-family: din-condensed, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 15px;
}

.r3 .tile p, .r14 .tile:nth-child(2) p {
    -webkit-line-clamp: 7 !important;
}

.r3 .tile43 p, .r14 .tile43 p {
    color: #fff;
}

.r3 .tile.tile43 .tile-inner-wrap, .r6 .tile.tile23 .tile-inner-wrap, .r14 .tile.tile43 .tile-inner-wrap {
    width: 70%;
}

.r4 .tile53, .r10 .tile {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 12px solid #13352A;
    height: 100%;
    box-sizing: border-box;
}

.r4 .tile53 .tile-avatar {
    float: none;
}

.tile .avatar-content a:link, .tile .avatar-content a:visited {
    margin: 0 auto;    
}    


.r4 .tile53 .type-and-subject, .r10 .tile .type-and-subject {
    text-align: center;
}

.r4 .tile53 .tile-type, .r10 .tile .tile-type {
    color: #fff;
}

.r4 .tile53 .tile-wrap, .r10 .tile .tile-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.r4 .tile53 .tile-inner-wrap, .r10 .tile .tile-inner-wrap {
    z-index: 99;
    width: 65%;
    padding: 40px 50px 50px 50px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    max-width: 585px;
    background-color: rgba(0, 0, 0, 0.9);
    align-self: center;
    justify-self: center;
}

.r4 .tile53 h2, .r10 .tile h2 {
    width: 85%;
    margin: 20px auto 25px auto;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: brandon-grotesque, sans-serif;
}

.r4 .tile53 h2 a:link, .r4 .tile53 h2 a:visited, .r10 .tile h2 a:link, .r10 .tile h2 a:visited {
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.r4 .tile53 p, .r10 .tile p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300!important;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    -webkit-line-clamp: 4 !important;
    font-style: italic !important;
    width: 65%;
}

.r5 .tile21 {
    border-bottom: 6px solid transparent;
}

.r6 .tile.tile23 .tile-inner-wrap {
    padding: 15px 20px;
}

.r6 .tile23 h2 {
    font-size: 30px;
    line-height: 34px;
    width: 80%;
    margin: 35px 0px 25px;
    font-weight: normal;
    text-transform: uppercase;
}

.r6 .tile23 h2 a:link, .r6 .tile23 h2 a:visited {
    -webkit-line-clamp: 4;
    font-family: din-condensed, sans-serif;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

.r6 .tile23 .tile-info p {
    font-style: italic!important;
    font-weight: 100!important;
    width: 90%!important;
    -webkit-line-clamp: 9!important;
    color: #fff;
    position: static;
}

.tiles section.r6 div.tile.tile43, .tiles section.r13 div.tile43 {
    margin: 0 80px 60px 0;
    padding: 0 0 8px 0;
    position: relative;
    overflow: visible;
}

.r6 .tile43 .tile-wrap, .r13 .tile43 .tile-wrap {
    width: 104%;
    height: 109%;
}

.r6 .tile.tile43 .tile-info, .r13 .tile.tile43 .tile-info {
    width: 100%;
    height: 60%;
    bottom: 0;
}

.r6 .tile43 h2 {
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 43px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.r6 .tile43 h2 a:link, .r6 .tile43 h2 a:visited {
    font-size: 28px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.r6 .tile43 .tile-info p {
    font-style: normal !important;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box!important;
    -webkit-line-clamp: 3;
    font-weight: 100;
}

.r7 .tile.tile42 .tile-info, .r12 .tile.tile22 .tile-info {
    width: 100%;
    height: 70%;
    bottom: 0;
}

.r7 .tile42 h2, .r12 .tile22 h2 {
    width: 100%;
    margin: 0px 0px 25px 0px;
    text-transform: uppercase;
}

.r7 .tile42 h2 a:link, .r7 .tile42 h2 a:visited, .r8 h2 a:link, .r8 h2 a:visited, .r12 .tile22 h2 a:link, .r12 .tile22 h2 a:visited, .r15 .tile:nth-child(1) h2 a:link, .r15 .tile:nth-child(1) h2 a:visited {
    -webkit-line-clamp: 2;
    font-family: din-condensed, sans-serif;
    font-weight: 100;
    font-size: 44px;
    line-height: 44px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.r7 .tile42 .tile-info p, .r8 .tile-info p, .r12 .tile22 .tile-info p {
    bottom: initial;
    width: 90%;
    -webkit-line-clamp: 2;
    margin: 0;
    font-weight: 100!important;
    font-style: normal!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box!important;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    color: #fff;
}

.r8 .tile-wrap, .r15 .tile:nth-child(1) .tile-wrap {
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.r7 .tile42 .tile-type, .r8 .tile-type, .r12 .tile22 .tile-type, .r15 .tile:nth-child(1) .tile-type {
    color: #fff;
}

.r8 .tile-wrap, .r15 .tile:nth-child(1) .tile-wrap {
    padding: 20px 0 0 20px;
}

.r8 h2, .r15 .tile:nth-child(1) h2 {
    padding-top: 20px;
    width: 40%;
}

.r8 .tile .tile-info h2 a:link, .r8 .tile .tile-info h2 a:visited, .r15 .tile:nth-child(1) .tile-info h2 a:link, .r15 .tile:nth-child(1) .tile-info h2 a:visited {
    color: #fff;
    text-transform: uppercase;
}

.r8 .tile-info p, .r15 .tile:nth-child(1) .tile-info p {
    position: absolute;
    right: 30px;
    width: 40%;
    font-style: italic!important;
    font-weight: 500!important;
    -webkit-font-smoothing: antialiased;
    z-index: 99;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8!important;
    -webkit-box-orient: vertical;
    position: absolute!important;
    right: 45px;
    bottom: 130px;
    line-height: 20px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
}

.r8 .arrow-btn, .r15 .tile:nth-child(1) .arrow-btn {
    bottom: 30px;
}

.r9 .tile21 {
    border-bottom: 6px solid transparent;
}

.r10 .tile .tile-inner-wrap {
    position: absolute;
    bottom: 0;
    max-width: none;
    width: 60%;
}

.r10 .tile .tile-wrap {
    width: 100%;
    display: flex;
}

.r10 span.tile-subject, .r10 span.tile-type {
    display: inline-block;
    vertical-align: middle;
}

.r10 .tile p {
    width: 75%;
}

.r10 .tile .tile-avatar {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.r11 .tile.tile53 .tile-inner-wrap {
    width: 70%;
}

.r11 .tile:nth-child(1) .tile-info h2 {
    padding-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 39px;
    line-height: 43px;
    font-family: brandon-grotesque, sans-serif;
    width: 85%;    
}

.r11 .tile:nth-child(3), .r12 .tile:nth-child(3) {
    background: #161616;
    border-bottom: 6px solid transparent;
}

.r11 .tile:nth-child(3) .tile-type, .r12 .tile:nth-child(3) .tile-type {
    color: #fff;
}

.r11 .tile:nth-child(3) .tile-info h2, .r12 .tile:nth-child(3) .tile-info h2 {
    text-transform: uppercase;
    padding-top: 20px;
}

.r11 .tile:nth-child(3) .tile-info p, .r12 .tile:nth-child(3) .tile-info p {
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    margin-bottom: 10px;
    font-weight: 100!important;
    -webkit-box-orient: vertical;
    min-height: 105px;
    color: #fff;
}

.r12 .tile:nth-child(1) {
    border-bottom: 6px solid transparent;
}

.r12 .tile.tile22 h2 {
    font-size: 24px!important;
    font-family: brandon-grotesque, sans-serif;
    text-transform: none;
    font-weight: 500;
    line-height: 28px!important;
}

.r12 .tile.tile22 p {
    font-style: italic!important;
    bottom: initial;
    width: 90%;
    -webkit-line-clamp: 2;
    margin: 0;
    font-weight: 100!important;
    font-family: brandon-grotesque, sans-serif;
    color: #fff;
}

.r13 .tile43 .tile-inner-wrap {
    width: 60%;
}

.r13 .tile:nth-child(2), .r13 .tile:nth-child(3) {
    border-bottom: 6px solid transparent;
}

.r14 .tile43 .arrow-btn {
    background-color: transparent;
}

/* Mobile grid layout */

@media (max-width: 500px) {
    
    .subjects-tip {
        margin: 0 20px;
    }

    .tiles section div.tile {
        margin-right: 0;
    }
    
    .tile.tile11 .tile-info h2, .tile.tile21 .tile-info h2 {
        margin-bottom: 0;
    }
    
    .r1 .tile63 h2, .r3 .tile43 h2, .r6 .tile23 h2, .r13 .tile43 h2, .r14 .tile43 h2 {
        font-size: 29px;
        line-height: 33px;
        margin-top: 15px;
    }

    .r3 .tile.tile43 .tile-inner-wrap, .r6 .tile.tile23 .tile-inner-wrap, .r14 .tile.tile43 .tile-inner-wrap {
        width: 85%;
        padding: 20px 15px;
    }
    
    .tile .avatar-content a:link, .tile .avatar-content a:visited {
        width: 30px;
        height: 30px;
        position: relative;
        top: 3px;
    }
        
    /* section 1 */

    section.r1 .tile63 {
        margin: 0;
    }

    section.r1 .tile63 .tile-wrap {
        width: 97%;
        margin: 0;
        max-height: inherit;
        min-height: inherit;
    }

    section.r1 .tile63 .tile-wrap .tile-inner-wrap {
        width: 100%;
    }

    .tiles section div.tile:nth-child(1) { grid-area: initial; }
    .tiles section div.tile:nth-child(2) { grid-area: initial; }
    .tiles section div.tile:nth-child(3) { grid-area: initial; }
    .tiles section div.tile:nth-child(4) { grid-area: initial; }
    .tiles section div.tile:nth-child(5) { grid-area: initial; }
    .tiles section div.tile:nth-child(6) { grid-area: initial; }
    .tiles section div.tile:nth-child(7) { grid-area: initial; }

    /* section 2 */
    .tiles section.r2, .tiles section.r9 {
        height: fit-content;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: inherit;
        grid-gap: 10px;
    }


    .tiles section.r2 div.tile21 {
        grid-row-start: 2;
        grid-column-start: span 2;
    }
    
    .tiles .tile21 .tile-info p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .tiles section.r2 .tile .tile-wrap {
        max-height: 180px;
        min-height: 180px;
    }
    
    .tiles section.r2 .tile .tile-info h2 {
        -webkit-line-clamp: 2 !important;
    }
    
    /* section 3 */
    .tiles section.r3 {
        grid-template-areas: inherit;    
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        height: 900px;
        grid-gap: 10px;
    }

    .r3 .tile23 p {
        -webkit-line-clamp: 2 !important;
    }
    
    .r3 .tile43 .arrow-btn, .r6 .tile23 .arrow-btn {
        display: none;
    }

    .tiles section.r3 div.tile.tile43 {
        grid-area: 3 / 1 / -1 / 1;
    }

    .tiles section.r3 div.tile:nth-child(1) {
        grid-area: 1 / 1 / 3 / -1;
    }

    /* section 4 */

    .tiles section.r4 {
        grid-template-areas: none;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        height: 720px;
        grid-gap: 10px;
    }

    .tiles section.r4 .tile.tile53 {
        grid-area: 1 / 1 / 3 / 1;
    }

    .r4 .tile53 .tile-inner-wrap {
        height: 90%;
        padding: 15px;
        max-width: 90%;
        min-width: 90%;
    }

    .tiles section.r4 .tile.tile13 {
        grid-area: 3 / 1 / -1 / 1;
    }

    /* section 5 */

    .tiles section.r5 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: none;
        grid-gap: 10px;    
        height: 540px;
    }

    .tiles section.r5 div.tile:nth-child(1) {
        grid-area: 1 / 1 / 2 / -1;
    }

    .tiles section.r5 div.tile:nth-child(2) {
        grid-area: 2 / 1 / 3 / -1;
    }

    /* section 6 */

    .tiles section.r6 {
        grid-template-areas: none;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .tiles section.r6 div.tile.tile43 {
        background-color: #DBFFEC;
        grid-area: 1 / 1 / 3 /1;
        margin: 0 37px 21px 0;
    }

    .tiles section.r6 div.tile:nth-child(2) {
        grid-area: 3 / 1 / -1 / 2;
    }

    .tiles section.r6 div.tile:nth-child(2) .tile-inner-wrap  {
        width: 100%;
    }

    .tiles section.r6 .tile.tile43 .tile-inner-wrap {
        padding: 9px;
    }
    
    .tiles section.r6 div.tile:nth-child(2) .tile-summary {
        -webkit-line-clamp: 2 !important;
    }
    
    .tiles section.r6 div.tile:nth-child(2) .arrow-btn {
        display: none;
    }
    
    .r6 .tile .arrow-btn {
        display: none;
    }
    
    /* section 7 */
    .tiles section.r7  {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        height: 720px;
        grid-template-areas: none;
        grid-gap: 10px;
    }

    .tiles section.r7 .tile.tile42 {
        grid-area: 1 / 1 / 3 / -1;
    }

    .tiles section.r7 div.tile.tile11 {
        margin-bottom: 0;
    }

    .tiles section.r7 .tile.tile11:first-child {
        grid-area: 2 / 2 / 2 / 2;
    }

    .tiles section.r7 .tile.tile21 {
        grid-area: -1 / 1 / -1 / -1;
    }
    
    .r7 .tile42 h2 {
        -webkit-line-clamp: 3;
    }
    
    .r7 .tile42 h2 a:link, .r7 .tile42 h2 a:visited {
        font-size: 36px;
        line-height: 38px;
    }
        
    
    /* section 8 */
    
    .r10 .tile .tile-inner-wrap {
        width: 90%;
        padding: 30px 10px;
    }
    
    .r8 .tile .tile-info h2 {
        width: 100%;
    }

    .r8 .tile .tile-info p {
        position: static !important;
        width: 100%;
        -webkit-line-clamp: 6 !important;
    }
    
    /* section 9 */

    .tiles section.r9 {
        grid-gap: 10px;
    }

    .tiles section.r9 div.tile:nth-child(5) {
        grid-area: 2 / 2;
    }

    .tiles section.r9 div.tile:nth-child(4) {
        grid-area: 3 / 1 / 3 / -1;
    }

    /* section 11 */

    .tiles section.r11 {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: none;
        grid-gap: 10px;
    }

    .tiles section.r11 div.tile:nth-child(1) {
        grid-area: 1 / 1 / 3 / 1;
    }

    .tiles section.r11 div.tile:nth-child(2) {
        grid-area: 3 / 1 / 5 / 1;
        margin-bottom: 0;
    }

    .tiles section.r11 div.tile:nth-child(3) {
        grid-area: 5 / 1 / -1 / 1;
    }
    
    .r11 .tile:nth-child(1) .tile-info h2 {
        padding-top: 0;
        font-size: 22px;
        line-height: 24px;
    }
    
    .r11 .tile.tile53 .tile-inner-wrap {
        width: 85%;
        padding: 10px;
    }
    
    .r11 .tile.tile53 .tile-info p {
        display: none !important;
    }
    

    .r11 .tile.tile53 .arrow-btn {
        display: none;
    }

    /* section 12 */

    .tiles section.r12 {
        grid-template-areas: none;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        height: 1080;
        grid-gap: 10px;
    }

    .tiles section.r12 div.tile:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
        margin-bottom: 0;
    }

    .tiles section.r12 div.tile:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
        margin-bottom: 0;
    }

    .tiles section.r12 div.tile:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3;
    }

    .tiles section.r12 div.tile:nth-child(4) {
        grid-area: 3 / 1 / 5 / 3;
    }

    .tiles section.r12 div.tile:nth-child(5) {
        grid-area: 5 / 1 / 6 / 2;
        margin-bottom: 0;
    }

    .tiles section.r12 div.tile:nth-child(7) {
        grid-area: 5 / 2 / 6 / 3;
    }

    .tiles section.r12 div.tile:nth-child(6) {
        grid-area: 6 / 1 / 7 / 3;
    }
    
    .r11 .tile:nth-child(3) .tile-info p, .r12 .tile:nth-child(3) .tile-info p {
        display: none;
    }
    
    .r12 .tile22 h2 a:link, .r12 .tile22 h2 a:visited {
        font-size: 28px;
        line-height: 30px;
    }

    /* section 13 */
    .tiles section.r13 {
        grid-template-areas: none;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        height: 860px;
        grid-gap: 10px;
    }

    .tiles section.r13 div.tile:nth-child(1) {
        grid-area: 1 / 1 / 3 / -1;
        margin: 0 40px 30px 0;
    }

    .tiles section.r13 div.tile:nth-child(2) {
        grid-area: 3 / 1 / 4 / -1;
        margin-bottom: 0;
    }

    .tiles section.r13 div.tile:nth-child(3) {
        grid-area: 4 / 1 / 5 / 2;
    }

    .tiles section.r13 div.tile:nth-child(4) {
        grid-area: 4 / 2 / 5 / -1;
    }
    
    .tiles section.r13 .tile43 .arrow-btn {
        display: none;
    }
    
    .r13 .tile.tile22 h2 {
       margin-bottom: 10px;
    }

    .r13 .tile.tile22 p {
        -webkit-line-clamp: 2;
    }
    
    .r13 .tile43 .tile-inner-wrap {
        width: 85%;
        padding: 10px 15px;
    }
    
    .r13 .tile43 .tile-info p {
        width: 80%;
    }
    
    /* section 14 */

    .tiles section.r14 {
        grid-template-areas: none;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-column: 1fr;
        height: 900px;
        grid-gap: 10px;
    }

    .tiles section.r14 div.tile:nth-child(1) {
        grid-area: 1 / 1 / 4 / -1;
    }

    .tiles section.r14 div.tile:nth-child(2) {
        grid-area: 4 / 1 / -1 / -1;
    }

    .tile section div.tile .tile-summary {
        -webkit-line-clamp: 2;
    }

    .r3 .tile p, .r14 .tile:nth-child(2) p {
        -webkit-line-clamp: 3 !important;
    }
    
    /* section 15 */

    .tiles section.r15 {
        grid-template-areas: none;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        height: 720px;
        grid-gap: 10px;
    }

    .tiles section.r15 div.tile.tile11 {
        margin-bottom: 0;
    }

    .tiles section.r15 div.tile:nth-child(1) {
        grid-area: 1 / 1 / 3 / -1;
    }

    .tiles section.r15 div.tile:nth-child(2) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .tiles section.r15 div.tile:nth-child(3) {
        grid-area: 3 / 2 / 4 / -1;
    }

    .tiles section.r15 div.tile:nth-child(4) {
        grid-area: 4 / 1 / 5 / -1;
    }
    .r15 .tile:nth-child(1) .type-and-subject {
        padding: 0 0 15px 0;
    }

    .r15 .tile:nth-child(1) .tile-info {
        padding: 0;
    }
    
    .r15 .tile:nth-child(1) h2 {
        padding-top: 0;
    }
    
    .r15 .tile:nth-child(1) .tile-info h2 a:link, .r15 .tile:nth-child(1) .tile-info h2 a:visited {
        font-size: 28px;
        line-height: 30px;
    }

    .tiles .no-tiles-loaded {
        padding: 20px;
        width: 90%;
        margin-bottom: 100px;
    }

    .tiles section {
        grid-gap: 0px !important;
        margin-bottom: 0px !important;
    }

    .tiles .tile {
        border-top: none !important;
    }

    .tiles .tile .tile-info {
        border-bottom: none !important;
    }

    .tiles .tile11 {
        padding-bottom: 10px !important;
    }

    .tiles section.r6 {
        height: 750px
    }

}


/* Tile popup */

.tile-popup-ct {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
    /* display: flex; */
}

.tile-popup-ct.show {
    display: flex;
}

.tile-popup {
    display: flex;
    height: fit-content;
    background-color: #1D1E2D;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    font-family: 'proxima-nova';
    position: relative;
    z-index: 9999999;
    flex-direction: column;
    min-height: 381px;
    min-width: 260px;
}

.tile-popup .sections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tile-popup .section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 900px) {

    .tile-popup .sections {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: auto;
    }
}


.tile-popup p {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tile-popup .sorting-ct .subjects-info {
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    margin-top: -15;
    text-transform: none;
    text-align: center;
}

.tile-popup .close {
    display: flex;
    width: 260px;
    height: 35px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    background-color: #2ddb73;
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    font-family: 'proxima-nova';
    cursor: pointer;
    position: absolute;
    bottom: 20px;
}

.tile-popup .saveReadLater {
    display: flex;
    width: 260px;
    height: 35px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    background-color: #2ddb73;
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    font-family: 'proxima-nova';
    cursor: pointer;
    margin-bottom: 30px;
}

.tile-popup .delete-article {
    color: #828282;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
	margin-top: 25px;
    text-transform: none;
}

.tile-popup .delete-article:hover {
    color: red;
}

.tile-popup .option {
    width: 260px;
    height: 35px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'proxima-nova';
    text-transform: 'uppercase';
    border: none;
    background-color: #312C37;
    color: #6D6D6D;
    cursor: pointer;
}

.tile-popup .active-option {
    background-color: #000;
    color: #2ddb73;
}

.tile-popup .title-ct,.tile-popup  .note-ct {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.tile-popup  .note-ct-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tile-popup .title-ct input {
    width: 260px;
    height: 35px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'proxima-nova';
    border: none;
    padding-left: 10px;
}

.tile-popup .subject-ct {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tile-popup .submit-btn {
    display: flex;
    width: 260px;
    height: 35px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    background-color: #2ddb73;
    margin-bottom: 20;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: 'proxima-nova';
}

.tile-popup .subjectsSelect {
    font-family: proxima-nova;
    border-radius: 17.5px;
    border: 1px solid #828282;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #A3A3A4;
    min-width: 206px;
    width: 260px;
    height: 35px;
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    appearance: none;
    background: url(/img/arrow-down-green2.svg) no-repeat;
    background-position: 92%;
    background-size: 16px;
    outline: none;
}

.tile-popup .subject-ct input {
    width: 260px;
    height: 35px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'proxima-nova';
    border: none;
    padding-left: 10px;
}

.tile-popup .title-ct p, .tile-popup .note-ct p {
    margin-bottom: 15px;
}

.tile-popup .note-ct textarea {
    width: 260px;
    height: 129px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'proxima-nova';
    border: none;
    resize: vertical;
    padding: 10px;
}

/* subjects dropdown */

.tile-popup .subject-list {
    display: none;
    position: absolute;
    border-radius: 2px;
    background-color: #000;
    padding: 5px;
    z-index: 999;
    box-sizing: border-box;
    color: #FFFF;
    font-size: 14px;
    width: 260px;
    top: 216px;
}

.tile-popup  .subject-list-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 99;
    display: none;
}

.tile-popup .subject-list ul {
    max-height: 230px;
    overflow: scroll;
    margin: 0px;
    padding-inline-start: 0;
}

.tile-popup .subject-list ul li {
    list-style-type: none;
    padding: 10px 5px;
    cursor: pointer;
    border-bottom: 1px solid #d1d1d1;
}

.tile-popup .subject-list ul li:hover {
    color: #2DDB73;
    border-color: #2DDB73;
}

.tile-popup .read-later-options {
    display: none;
}

.tile-popup .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
}

.tile-popup .options .option {
    width: 120px;
}



.tile-popup .tabs {
    display: flex;
    align-items: center;
    height: 36;
    font-size: 14px;
    font-weight: 600;
    color: #6D6D6D;
    background-color: #312C37;
    border-radius: 6px;
    /* margin-left: -40px; */
    margin-bottom: 30px;
}

.tile-popup .tabs div {
    padding: 0px 20px;
    height: 25px;
    display: flex;
    align-items: center;
    border-right: 1px solid #000;
    cursor: pointer;
}

.tile-popup .tabs div:hover {
    color: #00FF87;
}

.tile-popup .tabs div:last-of-type {
    border-right: none;
}

.tile-popup .tabs .active {
    border-right: none;
    background-color: #000;
    height: 100%;
    border-radius: 6px;
    color: #00FF87;
}


@media (max-width: 500px) {
    .tile-popup-ct {
        width: 100vw;
        height: calc(100vh - 50px);
        background: rgba(0,0,0,0.5);
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 50px;
        z-index: 99999999;
        overflow: scroll;
        display: none;
    }

    .tile-popup {
        display: flex;
        background-color: #1D1E2D;
        border-radius: 5px;
        padding: 20px;
        align-items: center;
        flex-direction: column;
        font-family: 'proxima-nova';
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
}

/* delete article popup  */

.delete-article-popup-ct {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    z-index: 999;
    display: none;
    /* display: flex; */
}

.delete-article-popup-ct .delete-article-popup {
    display: flex;
	background-color: #1D1E2D;
	border-radius: 5px;
	padding: 20px;
	align-items: center;
	font-family: 'proxima-nova';
	flex-direction: column;
    width: 250px;
}

.delete-article-popup-ct .delete-article-popup h2 {
    margin-top: 0px;
    margin-bottom: 50px;
}

.delete-article-popup-ct .delete-article-popup .btns-ct {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.delete-article-popup-ct .delete-article-popup .btns-ct {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.delete-article-popup-ct .delete-article-popup .btns-ct button {
	height: 35px;
	border-radius: 3px;
	background-color: #2ddb73;
	font-weight: bold;
	font-size: 20px;
	border: none;
	font-family: 'proxima-nova';
	cursor: pointer;
    padding: 0px 20px;
}

.delete-article-popup-ct .delete-article-popup .btns-ct button.cancel-delete {
	background-color: red;
}

.tiles .deleted-overlay {
    position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
    top: 0px;
	z-index: 999;
}

.tiles .deleted-overlay p {
    width: 100% !important;
    font-size: 25px !important;
	color: #fff !important;
	overflow: visible i !important;
	font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none i !important;
}


.tiles .note-btn-ct {
    height: 32px;
    width: fit-content;
    min-width: 130px;
    display: flex;
    align-items: center;
    background: #000;
    margin: 20px;
    padding-right: 10px;
    border-radius: 16px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.tiles .tile.note-view .tile-inner-wrap .note-btn-ct {
  opacity: 0;
}

.tile63 .openNote,
.tile53 .openNote,
.tile43 .openNote {
    transform: scale(1.3);
	margin-bottom: 20px;
	margin-left: 93px;
}

.tile43 .openNote {
	margin-left: 67px;
}

.tile53 .openNote {
	margin-left: 33px;
}

.tile23 .openNote {
    margin-bottom: 7px;
	margin-left: 15px;
}

.tile .openNote {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}

.tile .openNote .user-image {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 1px solid #979797;
}

.tile .openNote .user-image svg {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 11px;
}

.tile .openNote .user-name {
    height: 23px;
    background: #000;
    border-radius: 8px;
    padding: 0px 6px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: brandon-grotesque;
}

@media(max-width: 600px) {
    .tile .openNote {
        transform: scale(1) !important;
    }

    .tile43 .openNote {
        margin-left: 29px;
    }

    .tile63 .openNote {
        margin-left: 75px;
    }

    .tile53 .openNote {
        margin-left: 25px;
    }
}

.tile .labelsCt {
    position: absolute;
	right: 28px;
	top: 0px;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.tile .labelsCt > div {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-right: 10px;
    border-radius: 3px;
    min-width: max-content;
    position: relative;
}

.tile .labelsCt > div p {
    font-size: 12px;
    text-transform: uppercase;
    color: #A0A0A0;
    font-family: proxima-nova !important;
    font-style: normal !important;
    font-weight: 600 !important;
    overflow: auto !important;
    width: auto !important;
    line-height: initial !important;
}

.tile .labelsCt > div > p {
    display: none;
}

.tile .labelsCt > div img {
    filter: opacity(0.7);
	width: 14px;
	margin-top: 2px;
    filter: brightness(0) opacity(0.4);
}

.tile .labelsCt .all-claps {
    display: none;
}

.tile .labelsCt .more:hover .all-claps {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    min-width: max-content;
    height: max-content;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 3px;
}

.tile .labelsCt .more:hover .all-claps p {
   margin-bottom: 5px;
}

.tile .labelsCt .more:hover .all-claps p:last-of-type {
   margin-bottom: 0px;
}

.tile .labelsCt.withTypeIcon {
	right: 56px;
}

.tile.tile63 .labelsCt > div > p, 
.tile.tile53 .labelsCt > div > p, 
.tile.tile42 .labelsCt > div > p, 
.tile.tilefull .labelsCt > div > p, 
.tile.tile43 .labelsCt > div > p {
    display: block;
}

.tile.tile63 .labelsCt > div img,
.tile.tile53 .labelsCt > div img,
.tile.tile42 .labelsCt > div img,
.tile.tilefull .labelsCt > div img,
.tile.tile43 .labelsCt > div img {
    margin-right: 4px;
}

.tile .contextLabelCt:hover p {
    display: block;
    margin-left: 4px;
}

.note-popup-ct {
    position: fixed;
    top: 50px;
    left: 0px;
    height: calc(100vh - 50px);
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 99999;
}

.note-popup-ct * {
    font-family: proxima-nova;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.note-popup-ct .note-popup {
    background: #000;
    border-radius: 10px;
    border: 5px solid #353535;
    width: 400px;
    padding: 20px;
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
}

.note-popup-ct .note-popup p.note-text:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.note-popup-ct .note-popup .note-context {
    font-weight: 600;
	padding-left: 6px;
	font-style: italic;
	font-size: 14px;
    color: #fff;
	line-height: 14px;
	border-left: 6px solid #fff;
}

.note-popup-ct .note-popup .note-text {
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(135, 135, 135);
    font-size: 14px;
	line-height: 14px;
    font-weight: 600;
    white-space: pre-wrap;
}


.note-popup-ct .close-note-popup {
    font-weight: 900;
    font-size: 20px;
    color: #2ddb73;
    cursor: pointer;
    top: -10px;
    right: -10px;
    position: absolute;
    height: 30px;
	background: #353535;
	width: 30px;
	border-radius: 50%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 600px) {
    .note-popup-ct .note-popup {
        width: 95vw;
    }
}

.tiles .note-btn-ct .user-image {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-right: 5px;
}

.tiles .note-btn-ct .button-text {
    font-size: 14px;
    font-weight: bold !important;
    font-family: brandon-grotesque, sans-serif;
}

.tiles .r10 .note-btn-ct, .tiles .r4 .tile53 .note-btn-ct {
    margin: 20px auto;
}

.tiles .r8 .note-btn-ct {
    position: absolute;
    bottom: 58px;
    right: 150px;
}

.tiles .r1 .note-btn-ct {
    position: absolute;
    bottom: 57px;
    margin-left: 0px;
}

.tiles .r3 .tile43 .note-btn-ct {
    position: absolute;
    bottom: 57px;
    margin-left: 0px;
}

.tiles .r11 .tile53 .note-btn-ct {
    position: absolute;
    bottom: 57px;
    margin-left: 0px;
}

.tiles .r14 .tile43 .note-btn-ct {
    position: absolute;
    bottom: 57px;
    margin-left: 0px;
}

.tiles .r14 .tile23 .note-btn-ct {
    position: absolute;
    bottom: -15px;
    margin-left: 0px;
}

.tiles .r6 .tile43 .note-btn-ct {
    position: absolute;
    bottom: 20px;
    margin-left: 0px;
}

.tiles .r6 .tile23 .note-btn-ct {
    margin-left: 0px;
}

.tiles .user-note-wrapper {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #000;
    color: #fff;
    position: absolute;
    z-index: 9999999;
    bottom: 0px;
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: -webkit-fill-available;
}

.tiles .user-note-details {
    display: flex;
    align-items: center;
}

.tiles .note-btn-ct.noclick {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 30px !important;
    cursor: initial !important;
    justify-content: space-between;
    width: 100%;
}

.tiles .note-btn-ct.noclick h5 {
    cursor: pointer;
}

.user-note-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}

.user-note-wrapper {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.tiles .edited {
    opacity: 40%;
}

@media (max-width: 600px) {
    .tiles .user-note-wrapper {
        position: fixed;
        top: 50px;
        left: 0px;
        height: 100vh;
        max-height: 100vh;
        width: 100vw;
    }

    .tiles .r4 .tile53.with-note p {
        -webkit-line-clamp: 3 !important;
    }

    .tiles .r4 .tile53.with-note h2 {
        -webkit-line-clamp: 2;
    }

    .tiles .r11 .tile53 .note-btn-ct {
        position: absolute;
        bottom: -15px;
        right: -81px;
        margin-left: 0px;
    }

    .tiles .r6 .tile43 .note-btn-ct {
        position: absolute;
        bottom: -20px;
        margin-left: 0px;
        right: -10;
    }
}

.tiles .read-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiles .read-overlay h2 {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase !important;
    width: auto;
    height: auto;
    overflow: visible !important;
}

.tiles .read-overlay .subscribeLink {
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    color: #2DDB73;
}

.page-wrapper.maxFree {
    position: relative;
}

.page-wrapper.maxFree .page-overlay-ct {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    box-sizing: border-box;
}

.page-wrapper.maxFree .page-overlay-ct > div {
    padding: 30px;
    border: solid 1px #737373;
    background-color: #0b0a0c;
    text-align: center;
    position: relative;
    height: fit-content;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-wrapper.maxFree .page-overlay-ct h2 {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase !important;
    width: auto;
    height: auto;
    overflow: visible;
}

.page-wrapper.maxFree .page-overlay-ct .subscribeLink {
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    color: #2DDB73;
}

.list-view .card .text-ct .details .right-text .labelsCt {
    position: relative;
    display: flex;
    align-items: center;
}

.list-view .card .text-ct .details .right-text .labelsCt > div {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-right: 10px;
    border-radius: 3px;
    min-width: max-content;
    position: relative;
}

.list-view .card .text-ct .details .right-text .labelsCt > div p {
    font-size: 12px;
    text-transform: uppercase;
    color: #A0A0A0;
}

.list-view .card .text-ct .details .right-text .labelsCt > div img {
    filter: opacity(0.7);
	width: 14px;
	margin-right: 4px;
	margin-top: 2px;
}

.list-view .card .text-ct .details .right-text .labelsCt .all-claps {
    display: none;
}

.list-view .card .text-ct .details .right-text .labelsCt .more:hover .all-claps {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: max-content;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 3px;
}

.list-view .card .text-ct .details .right-text .labelsCt .more:hover .all-claps p {
   margin-bottom: 5px;
}

.list-view .card .text-ct .details .right-text .labelsCt .more:hover .all-claps p:last-of-type {
   margin-bottom: 0px;
}

.card-image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}


/* List view  */

.list-view .card {
    display: flex;
    margin-bottom: 10px;
    font-family: brandon-grotesque, sans-serif;
    height: 190px;
    position: relative;
}

.list-view .featured {
    height: 335px;
    border: 4px solid #39FA95;
}

.list-view .card .image {
    width: 454px;
    min-width: 454px;
    background-image: url("https://images.hdqwalls.com/download/evening-landscape-minimal-4k-kl-1920x1080.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.list-view .featured .image {
    width: 450px;
    min-width: 450px;
}

.list-view .card .image .note {
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    border-bottom: 19px solid transparent;
	transition: all 0.3s ease;
    position: relative;
    z-index: 9;

}

.list-view .card .image .note .note-context {
    font-weight: 600;
	padding-left: 6px;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	border-left: 6px solid #fff;
}

.list-view .card .image .note .note-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(135, 135, 135);
    font-size: 14px;
	line-height: 14px;
}

.list-view .card .image .note .note-text:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-view .card .image .note:hover {
    overflow: visible;
    height: fit-content;
    background-color: #000;
    position: relative;
    top: 0;
    z-index: 29999999999999;
    padding-bottom: 20px;
}

.list-view .card .image:hover .note {
    overflow: visible;
    height: fit-content;
    background-color: #000;
    position: relative;
    top: 0;
    z-index: 29999999999999;
    padding-bottom: 20px;
}

.list-view .card .image .note-image{
    background-image: url("https://amulett.at/wp-content/uploads/2018/10/portrait-square-08.jpg");
    background-position: center;
    background-size: cover;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-bottom: 10px !important;
}

.list-view .card .text-ct {
    background-color: #fff;
    color: #000000;
    padding: 0 15px 15px 0;
    position: relative;
    width: 100%;
}

.list-view .card .text-ct .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

.list-view .card .text-ct .details .left-text {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.list-view .card .text-ct .details .right-text {
    display: flex;
    align-items: center;
}

.list-view .card .text-ct .details .left-text .credits-ct {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.list-view .card .text-ct .details .left-text .credits-ct .credits-category{
    color: #A0A0A0;
    margin-left: 5px;
}

.list-view .card .text-ct .details .left-text .credits-ct .credits-category span {
    text-transform: none;
}

.list-view .card .text-ct .summary {
    padding-left: 15px;
    overflow: hidden;
}

.list-view .card .text-ct .summary.book {
    display: flex;
    flex-direction: row;
}

.list-view .card .text-ct .details .credits-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 35px;
    min-width: 35px;
    height: 35px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.list-view .card .text-ct .details .credits-number.book {
    font-size: 0px;
}

.list-view .featured .text-ct .details .credits-number{
    height: 39px;
    position: relative;
    z-index: 2;
    bottom: 4px;
}

.list-view .featured .text-ct .details .credits-number p {
    margin-top: 7px;
}

.list-view .card .text-ct .summary .publication{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 20px;
}

.list-view .card .text-ct .summary .title {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}

.list-view .featured .text-ct .summary .title {
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
}

.list-view .card .text-ct .summary .paragraph {
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.list-view .featured .text-ct .summary .paragraph {
    font-style: italic;
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
}

.list-view .featured .text-ct .summary .paragraph2{
    font-style: italic;
    font-size: 18px;
}

@media(max-width: 970px) {
    .list-view .card .image {
        min-width: 404px;
       
    }
    
    .list-view .featured .image {
        min-width: 400px;
    }

    .list-view .card .text-ct .summary .title {
        font-size: 20px;
    }

    .list-view .card .text-ct .summary .paragraph {
        font-size: 17px;
    }
}

@media(max-width: 800px) {

    .list-view .featured .text-ct .details .credits-number{
        height: 35px;
        position: static;
        z-index: 2;
    }
    
    .list-view .featured .text-ct .details .credits-number p {
        margin-top: 0px;
    }

}


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

    .list-view .card {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .list-view .card .image {
        width: 100px;
        min-width: 100px;
    }

    .list-view .card .text-ct .details .left-text .credits-ct {
        margin: 0px;
    }

    .list-view .card .text-ct .details .credits-number {
        margin-left: -47px;
        margin-top: 0px;
    }

    .list-view .card .text-ct .details .hide-mobile {
        display: none;
    }

    .list-view .card .text-ct {
        padding: 0px 15px 20px 12px;
    }

    .list-view .card .text-ct .credits-earned {
        display: none;
    }

    .list-view .card .text-ct .details .left-text .credits-ct .credits-category {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        word-break: break-all;
        color: #000;
        font-size: 11px;
        line-height: 20px;
        margin-left: 15px;
    }

    .list-view .card .text-ct .details .read {
        color: #000;
        font-size: 11px;
        line-height: 20px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        word-break: break-all;
    }

    .list-view .card .text-ct .summary {
        padding: 0px;
    }

    .list-view .card .text-ct .summary .publication {
        font-weight: 200;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .list-view .card .text-ct .summary .title {
        margin-bottom: 5px;
        line-height: 23px;
        -webkit-line-clamp: 3;
        max-width: 68vw;
    }

    .list-view .card.featured .text-ct .summary .title {
        -webkit-line-clamp: 5;
    }

    .list-view .card .text-ct .summary .paragraph {
        font-size: 16px;
        line-height: 18px;
        -webkit-line-clamp: 3;
        font-weight: 200;
    }

    .list-view .card.featured .text-ct .summary .paragraph {
        -webkit-line-clamp: 9;
    }
    
    .list-view .card .image .note {
        overflow-y: scroll;
        width: 100vw;
        height: 100%;
    }

    .list-view .card .image .note {
        width: 100%;
        padding: 15px;
    }
    
    .list-view .card .image:hover .note {
        overflow-y: scroll;
        width: 100vw;
        height: 100%;
        padding: 15px;
    }
    
    .list-view .card.featured .image:hover .note {
        overflow-y: scroll;
        width: 98vw;
        height: 100%;
    }

    .tile .labelsCt > div img {
        margin-right: 0px !important;
        margin-top: 0px;
    }

    .tile .labelsCt > div {
        top: 3px;
    }

}
