/* width */
body.win ::-webkit-scrollbar {
    width: 0px;
}
  
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix { display: inline-block; }
  /* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
  /* close commented backslash hack */

a:link, a:visited {
	color: #5DFDA1;
}

header.open nav {
    position: fixed;
    z-index: 999999;
}

header nav.left a,
header nav.right a{ 
    overflow: hidden;
}

header nav.left:hover, header nav.left.tour-show, 
header nav.right:hover, header nav.right.tour-show { 
    overflow: initial;
}


header nav.left a {
    position: relative;
}

header nav.left .logo {
    height: 100%!important;
    display: inline-flex;
    align-items: center;
}

header nav.left .logo img {
    height: 26px;
    width: auto;
}


body.readocracy {
	background: #0b0a0c !important;
	height: auto;
	overflow-x: hidden;
	padding: 0;
}

header.open nav span {
    width: 30px;
    height: 2px;
    background: #FFF;
    position: absolute;
}
header.open nav span:nth-child(3){
    transform: rotate(62deg);
    top: -7px;
    position: relative;
}

header.open nav span:nth-child(1){
    display: none
}

header.open nav span:nth-child(2){
    transform: rotate(-62deg);
    top: 0px;
    position: relative;
}

header.open nav:hover span {
    pointer-events: none;
}

header.open section.menu{
    display: flex;
    z-index: 99999;
    top: 0;
    opacity: 1;
    height: 100%;
}

header .mobile-menu {
    display: none!important;
}

section.menu {
    position: fixed;
    width: 100%;
    height: 0px;
    background: rgba(12,16,31,0.9);
    z-index: -1;
    opacity: 0;
    margin:0;
    top:5px;
    left:0;
    color: #FFF;
    padding-left: 21px;
    padding-top: 85px;
    display: inline-flex;
    flex-direction: row;
    justify-content: initial;
    align-items: initial;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

section.menu div {
    width: 45%;
    display: block!important;
}

section.menu div:last-child {
    width: 35%;
}

section.menu div a {
    display: block;
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    position: relative;
    width: 75%;
    border-bottom: solid 1px #3f3e3e;
    cursor: pointer;
}

section.menu div a span {
    display: block;
    color: #fe4e36;
    font-size: 0.9rem;
    padding:0;
    margin:0;
}

section.menu div a b {
    font-size: 0.75rem;
    background: #3aff98;
    border-radius: 8px;
    padding: 5px 14px;
    position: absolute;
    right: 0;
    top: 20px;
    font-weight: 600;
}

section.menu div h3 {
    color: #fe4e36;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 42px
}

section.menu div p {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin:0;
    line-height: 42px;
}
body {
    margin:0;
    padding:0!important;
    background: #fff!important;
    font-family: benton-sans, sans-serif!important;
     background-color: #fff !important;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    line-height: normal;
}

p {
    margin: 0;
}

header .join-rd-mobile {
    display: none;
}

header .beta-banner {
    width: 100%;
    padding: 8px 120px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    box-sizing: border-box;
}

header .beta-banner a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-left: 2px;
    text-decoration: underline;
}

header {
    display: block;
    justify-content: space-between;
    align-items: center;
    z-index: 9999999;
    position: relative;
}

header nav {
    background: #000;
    width: 82px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    margin-right: 80px;
    cursor: pointer;
}

header nav span {
    width: 28px;
    height: 4px;
    border-radius: 3px;
    background-color: #565656;
    display: block;
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

header nav span:last-child {
    margin-bottom:0!important;
}

.left-menu {
    position: fixed;
    background: #000;
    width: 407px;
    left: -1077px;
    height: calc(100vh - 46px);
    flex-direction: column;
    align-items: flex-start;
    padding: 52px 20px 0px 190px;
    z-index: 99999;
    top: 45px;
    width: 265px;
    transition: all 0.5s ease;
}

.left-menu.show {
    left: -80px;
}

.left-menu a {
    color: #FFF;
    text-transform: uppercase;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px!important;
    position: relative;
    height: 23px!important;
    width: auto!important;
    margin-right: 0px!important;
    font-weight: 600;
    display: flex;
    font-family: proxima-nova;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    line-height: normal;
}

.left-menu a:hover svg path,
.left-menu a.active svg path,
.left-menu a:hover svg circle,
.left-menu a.active svg circle{
    fill: #FFF!important;
}

.left-menu .seperator {
    width: 70%;
    margin: 22px auto;
    background: #979797;
    height: 1.2px;
}

.left-menu svg {
    position: absolute;
    left:0;
}

header div {
    display: flex;
    align-items: center;
    position: relative;
}

header .tooltip {
    position: absolute;
    color: #fff;
    bottom: -49px;
    z-index: -1;
    text-align: center;
    width: auto;
    padding: 0px 10px;
    background: #292929;
    font-size: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    left: -50%;
    height:30px;
    opacity: 0;
    line-height: normal;
    transition: all 0.3s ease;
}

header .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #292929;
    top: -10px;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: auto;
}

header a {
    overflow: hidden;
}

header a:hover {
    overflow: initial;
}
header a:hover .tooltip {
    opacity: 1;
    z-index: 999;
    height: 30px;
    bottom: -49px;
}

header nav.left div.notification:hover .tooltip {
    bottom: -49px;
    opacity: 1;
    height: 30px;
    z-index: 999;
}

header a.profile .tooltip {
    left: -23px;
}

header nav.right .verify-container {
    position: relative;
}
header nav.right a.unverified-profile{
    display: inline-block;
    font-size: 10px!important;
    width: auto!important;
    background: none;
    height: auto!important;
    color: #FF5C5C;
    margin-right: 25px;
    margin-left: 0px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'proxima-nova';
}

header nav.right a.unverified-profile:hover {
    text-decoration: underline;
    color: #FF5C5C;
}

header nav.right a.unverified-profile i {
    font-style: normal!important;
}

header nav.left div.notification .tooltip {
    left: -38px;
    height: 30px;
}

header nav.right a.settings .tooltip {
    left: -23px;
}


header div a {
    color: #ffffff;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
}

header div div.top-nav {
    display: inline-block;
}

header div div.top-nav a:link, header div div.top-nav a:visited {
    font-size: 0.9rem;
    color: #8f8f8f;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
}

header div .your-estate {
    background: #0284f2;
    height: 70px;
    padding: 0px 32px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-left: 20px;
    font-size: 0.8rem;
    font-weight: 900;
    width: 250px;
}

header div .your-estate i {
    width: 36px;
    height: 36px;
    background-color: #ffc83c;
    color: #3aff98;
    border-radius: 50%;
    display: flex;
    margin-left: 22px;
    font-style: normal;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
}

header div .share {
    cursor: pointer;
}

header div .share img {
    width: 22px;
    margin-left: 12px;
}

header div > img {
    width: 140px;
}
.profile {
    padding: 35px 50px 0px 50px;
    margin: 0px 88px;
    box-sizing: border-box;
    position: relative;
/*     overflow: hidden; */
    z-index: 99;
    -webkit-font-smoothing: antialiased;
}
.profile:after{
    content:'';
    width: calc(100% + 100px);
    height: 100%;
    position: absolute;
    background: #e3e2e0;
    top: 35%;
    left:-50px;
    z-index: -1;
}

.profile .row {
    display: flex;
    justify-content: space-between;
}

.profile.col .follow-mobile {
    display: none;
}

.profile .col-3 {
    width: 33%;
    /* min-height: 550px; */
    float: left;
    margin-right: 1%;
    position: relative;
}
.profile .col-3:nth-child(3) {
    margin-right: 0!important;
}

.profile .col-3 .preview,
.profile .col-3 .activity li{
    background: #02122c!important;
}

.profile .col-3 .title {
    color: #081a35;
    font-weight: 100;
    font-size: 14px;
    margin: 0px 0px 5px 20px;
    -webkit-font-smoothing: antialiased;
    font-family: benton-sans, sans-serif;
}

.profile .col-3 .activity, 
.profile .col-3 .preview, 
.profile .col-3 .recommendations {
    height: 485px;
    background: #000;
    box-sizing: border-box;
    overflow: hidden;
    
}
.profile .col-3 .activity, 
.profile .col-3 .recommendations {
    border-top: solid 3px #fe4e36;
    border-bottom: solid 3px #fe4e36;
    background: none!important;
    padding: 0px 5px;
}

.profile .col-3 .pull-left {
    float: left;
}

.profile .col-3 .pull-right {
    float: right;
}

.profile .col-3 .preview {
    background: #000000;
    padding: 25px 23px;
    color: #FFF;
}

.profile .col-3 .preview span {
    display: block;
    color: #777777;
    font-size: 1.75rem;
    margin-left: 20px;
    text-transform: uppercase;
}
.profile .col-3 .preview img {
    width: 76px;
    height: 76px;
}
.profile .col-3 .preview span strong {
    display: block;
    font-weight: bold;
    color: #FFF;
    margin-bottom: -7px;
}

.profile .col-3 .preview h4 {
    display: block;
    float: none;
    clear: both;
    margin: 20px 0px;
}

.profile .col-3 .preview ul {
    margin:0;
    padding: 0;
}

.profile .col-3 .preview ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.875rem;
    font-family: benton-sans, sans-serif;
}
.profile .col-3 .preview ul li i.check {
    background: #21d374 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABOElEQVR4Ae3TgUYEYRSG4YW1diNCwAIGUJs5h7q3QIGQhAjdRyIt7EIQBF1FRBcwKXwso+KwZw7v+1/A/3zzmxEREREREREREW3W7ttpYf7hnr9557d1+a/efR+7LszXhKp8nYuqfJ32vCZfx87gw/+jZrc6/wV+UvATgg8f/mKnOv8ZflbwE4IP30/syWejQPNpIv/o2D698/V8GuCv8/jtD7/ThGp8/9CVmlCGvzjY4GtCFf7c33uuXv3/d/aZrTL4yu56rtcr5H/9wIRmks8PTbClJgyWH5jQTBL5gQni2zKbH5iQzw9NGCJf2c1vE/L5gQk+zufHJjz4eOh85Vd9TL/3xxA//xXK8DWhLl8TSvKVXZbma0JdvibU5WtCXb4m1OVrQl2+JhTla8J2+URERERERET0BTMPgAX3NpM4AAAAAElFTkSuQmCC);
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    color: #000;
    background-size: 80%;
    background-position: center center;
    margin-right: 10px;
}

.profile .col-3 .preview ul li:first-child .blue{
    color: #FFF;
    margin-left: 3px;
}

.profile .col-3 .preview ul li .blue {
    color: #3aff98;
    font-weight: normal;
    margin-left: 5px;
    text-transform: uppercase;
}

.profile .col-3 .preview ul li strong.blue {
    font-weight: bold;
} 


.profile .col-3 .preview .credit {
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom:40px;
    display: block;
    font-family: din-condensed, sans-serif;
    font-weight: bold;
}

.profile .badges img {
    width: 25px;
    height: 33px;
    object-fit: cover;
    margin-right: 2px;
}


.profile .col-3 .preview .social {
    position: absolute;
    bottom: 25px;
}

.profile .col-3 .preview .credit small {
    font-size: 1.125rem;
    display: block;
    font-weight: normal;
}

.profile .col-3 .preview .social img{
    width: 25px;
    height: 25px;
}

.profile .col-3 .recommendations .post {
    padding: 20px 30px;
    background-size: cover!important;
    background-position: center center!important;
    color: #FFF;
    font-size: 1.125rem;
    position: relative;
    border-bottom: 20px solid #5a5a5a;
}

.profile .col-3 .recommendations .post:first-child {
    height: 175px;
}
.profile .col-3 .recommendations .post:first-child::after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5)
}
.profile .col-3 .recommendations .post h3 {
    line-height: 1.22;
    margin-bottom: 50px;
    font-size: 1.5rem;
    padding-right: 20px;
    font-weight: 100;
    font-family: pt-serif, serif;
    position: relative;
    z-index: 9;
    margin-top: 10px;
 }
 .profile .col-3 .recommendations .post span {
    font-size:  0.75rem;
    position: relative;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
 }

.profile .col-3 .recommendations .post .cat {
    color: #6d6d6d;
    font-size:  0.75rem;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-family: benton-sans, sans-serif;
    position: absolute;
    bottom: 16px;
    z-index: 9;
    font-weight: 400;
}

.profile .col-3 .recommendations .post.small {
    background: #000;
    display: flex;
    justify-content: space-between;
    padding:0;
    border:none;
    min-height: 250px;
}

.profile .col-3 .recommendations .post.small div {
    width: 50%;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    position: relative;
    height:250px;
}

.profile .col-3 .recommendations .post.small div:first-child {
    border-right: 8px solid #222222;
}
.profile .col-3 .recommendations .post.small h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    font-family: pt-serif, serif;
    margin-top: 3px;
}

.profile .col-3 .recommendations .post.small p {
    font-size: 0.875rem;
    position: absolute;
    font-weight: bold;
    bottom: 20px;
    margin: 0;
    line-height: normal;
}

.profile .col-3 .recommendations .post.small .small-post-with-image {
    padding:0 0 20px 0px;
}

.profile .col-3 .recommendations .post.small .small-post-with-image h3 {
    font-weight: bold;
    padding: 0px 20px;
    margin: 3px 0px;
    height: 45px;
    overflow: hidden;
    font-family: benton-sans, sans-serif;
}

.profile .col-3 .recommendations .post.small .small-post-with-image span, 
.profile .col-3 .recommendations .post.small .small-post-with-image b{
    padding:0px 20px;
    -webkit-font-smoothing: antialiased;
    font-family: benton-sans, sans-serif;
}

.profile .col-3 .recommendations .post.small .small-post-with-image img{
    height: 106px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}   


.profile .col-3 .activity {
    margin:0;
}

.profile .col-3 .activity li {
    list-style-type: none;
    display: flex;
    align-items:center;
    padding: 20px 20px 10px 20px;
    background: #000;
}
.profile .col-3 .activity li:last-child {
    padding-bottom: 30px;
}
.profile .col-3 .activity li img {
    height: 66px;
    object-fit: cover;
    width: 66px;
    margin-right: 10px;
}

.profile .col-3 .activity li a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.profile .col-3 .activity li a .blue {
    color: #3aff98;
    display: block;
}

.profile .col-3 .activity li.prom{
    background: #052961!important;
    padding:0px
}

.profile .col-3 .activity li.prom img {
    height: 96px;
    width: auto;
}

.profile .col-3 .activity li a  b {
    color: #818181;
    display: block;
    font-weight: normal;
    font-family: benton-sans, sans-serif;
}

.profile .collection {
    float: none;
    clear: both;
    margin: 40px 0px 10px 0px;
}
.profile .collection h3 {
    color: #333333;
    font-weight: 100;
    display: inline-block;
    font-size: 1.75rem;
    margin: 0px 0px 0px 25px;
}

.profile .collection img {
    height: 25px;
    margin-left: 16px;
}


.profile .collection img.clap {
    height: 30px;
}

.company-logo {
	max-width: 90px;
    max-height: 90px;
    display: block;
}

.collection-area {
    background: #020202;
    color: #FFF;
    margin: 0px 88px;
    padding: 30px 50px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}

.collection-area .col-3::after, 
.collection-area .col-7::after {
    content: '';
    background: rgba(0,0,0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 1;
    top:0;
    left:0;
    position: absolute;
}
.collection-area .col-3 {
    width: 30%;
    position: relative;
    float: left;
    background-size: cover!important;
    color: #fff;
    height: calc(100vh - 50px);
    box-sizing: border-box;
    background-position: top center!important;
    border-bottom: 5px solid #376f5e;
}
.collection-area .col-3 .overlay {
    width: 70%;
    padding: 32px 16px;
    box-sizing: border-box;
    background: rgba(2,18,44, 0.9);
    height: calc(100vh - 55px);
    position: relative;
    z-index: 99;
    opacity: 1;
    top:0;
}

.collection-area .col-3 .overlay b {
    font-size: 12px;
    color: #6d6d6d;
    font-family: brandon-grotesque, sans-serif;
    
}
.collection-area .col-3 .overlay h2 {
    font-size: 30px;
    font-weight: 100;
    padding-right: 35px;
    margin: 10px 0px;
    line-height: normal;
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: din-condensed, sans-serif;
}
.collection-area .col-3 .overlay p {
    color: #fe4e36;
    font-size: 18px;
    font-style: italic;
    padding-right: 40px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: brandon-grotesque, sans-serif;
}

.collection-area .col-3 .overlay .cat {
    position: absolute;
    bottom:25px;
    color: #FFF;
    font-family: benton-sans, sans-serif;
}
.collection-area .col-7 {
    width: 70%;
    box-sizing: border-box;
    float: right;
    height: calc(100vh - 50px);
    background-size: cover!important;
    background-position: center!important;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
    position: relative;
    border-left: 10px solid #000000;
}

.collection-area .col-7 .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    position: relative;
    z-index: 99;
}

.collection-area .col-7 .text b{
    font-size: 13px;
    margin-bottom: 13px;
    padding-right: 25px;
    font-family: brandon-grotesque, sans-serif;
    font-weight:bold;
    color: #716b6c;
    position: relative;
    z-index: 99;
}

.collection-area .col-7 .text h2{
    font-size: 30px;
    background: #02122c;
    width: 70%;
    box-sizing: border-box;
    padding: 15px 25px;
    margin:0;
    position: relative;
    z-index: 99;
    font-family: brandon-grotesque, sans-serif;
}

.collection-area .col-7 .text div {
    background: rgba(0,0,0,0.5);
    width: 55%;
    padding: 17px 25px;
    box-sizing: border-box;
    font-size: 1.125rem;
    position: relative;
    z-index: 99;
}

.collection-area .col-7 .text div p {
    font-weight: 100;
    line-height: 25px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

.boxes {
    background: #000;
    padding: 30px 50px;
    margin: 0px 88px;
    display: flex;
    justify-content: space-between;
}

.boxes .box {
   background-color: #fff;
   width: 16%;
   display: inline-block;
   padding: 30px 16px 20px 16px;
   box-sizing: border-box;
}

.boxes .box b {
    font-size: 0.75rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
}

.boxes .box h3 {
    font-size: 1.5rem;
    font-weight: 100;
    max-height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    margin: 5px 0px;
    font-family: din-condensed, sans-serif;
}

.boxes .box.red {
    background: #fe4e36;
}

.boxes .box.yellow {
    background: #ffe401;
}

.boxes .box.light-green {
    background: #d9ece0;
    border-bottom: 5px solid #403745;
}

.boxes .box.quoted {
    width: 32%;
    border-bottom: 5px solid #376f5e;
}
.boxes .box.quoted h3 {
    font-weight: bold;
    font-family: brandon-grotesque, sans-serif;
    height: 81px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 21px;
}

.article {
    background: #000;
    padding: 30px 50px 50px 50px;
    margin: 0px 88px;
}

.article div.content {
    height: 550px;
    background-size: cover!important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 11px solid #13352a;
    border-top: none;
}

.article div.content .text {
    background: #000;
    color: #fff;
    width: 40%;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}

.article div.content .text b {
    font-size: 0.75rem;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
}

.article div.content .text h3 {
    font-size: 1.875rem;
    padding: 0px 20px;
    font-family: brandon-grotesque, sans-serif;
}

.article div.content .text p {
    color: #3aff98;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 20px;
    padding: 0px 10px; 
    font-family: "proxima-nova";
}

.load-more-btn {
    background-color: #3aff98;
    color: #000;
    border:none;
    font-size: 1.1rem;
    padding: 24px;
    width: 50%;
    margin: 59px auto 69px auto;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

footer {
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}

footer a {
    color: #fff;
    font-size: 0.875rem;
    margin-right: 47px;
}

footer a:hover {
    color: #3aff98;
}

footer a:last-child {
    margin-right: 0;
}

footer img {
    height: 26px;
}

footer .desktop {
    display: block;
    margin-right: 5px;
}

footer .mobile{
    display: none;
}




@media only screen and (max-width: 1300px) and (min-width: 1000px) { 

    .profile .col-3 .recommendations .post.small h3 {
        font-size: 1rem;
        padding:0;
    }

    .profile .col-3 .recommendations .post.small p {
        font-size: 0.75rem;
        bottom: 20px;
    }

    .profile .col-3 .activity, .profile .col-3 .preview, .profile .col-3 .recommendations {
        height: 490px;
    }

    .profile .col-3 .activity li a {
        font-size: 13px;
        line-height: 17px;
    }

    .profile .col-3 .recommendations .post h3 {
        padding-right: 0px;
    }

}

@media only screen and (max-width: 1140px) and (min-width: 875px) { 


    .profile {
        padding: 30px 10px;
    }

    .profile .col-3 .recommendations .post.small p {
        display: none;
    }

    .profile .col-3 .recommendations .post.small h3 {
        font-size:0.875rem;
    }

    .profile .col-3 .activity li a {
        font-size:0.675rem;
    }

    .profile .col-3 .recommendations .post h3 {
        padding-right: 0px;
    }

    header nav.left {
        padding-left: 75px!important;
    }



    .onboarding-overlay .profile-settings {
        padding:0px!important;
    }

    /* .profile-settings {
        padding: 90px 75px 40px 75px!important;
    } */
    
    /* section.profile-settings {
        padding: 1px 75px 50px 75px!important;
    } */

    header nav.right a:last-child {
        margin-right: 0px!important;
    }

    header nav.right a {
        margin-left: 13px!important;
        line-height: normal;
        text-align: center;
    }
}

@media only screen and (max-width: 1295px) {  
    .unverified-profile i{ 
        display:none;
    }
}

@media only screen and (max-width: 1262px)  and (min-width: 876px) {  
    header nav.left a { 
        margin-right: 18px!important;
    }

    header nav.left {
        margin-right: 20px!important;
    }

    header nav.left span.unverified-profile {
        margin-left: 20px!important;
    }

}

@media only screen and (max-width: 1279px) {  
    .profile {
        padding: 30px 10px;
        margin:0 20px;
    }

    .collection-area, .boxes, .article{
        margin: 0px 20px;
    } 

    .article div.content .text {
        width: 50%;
    }

    .profile .col-3 .activity, .profile .col-3 .preview, .profile .col-3 .recommendations {
        height: 490px;
    }

    .profile .col-3 .activity {
        background-color: #000!important;
    }

}

@media only screen and (max-width: 1090px) and (min-width: 876px) {
    body {
        width: 1100px;
    }

}   

@media only screen and (max-width: 1200px) and (min-width: 970px) {
    section.cover {
        background-size: cover;
        background-position: center;
        margin-left: 20px!important;
        margin-right: 20px!important;
    }

    header nav.left {
        padding-left: 35px!important;
    }

    .verified-reading, .action-btns{
        margin: 20px!important;
    }

    .verified-reading h2 {
        line-height: 30px!important;
    }


    .toggle-filter, .tiles.tiles {
        padding: 0px 20px 16px 20px!important;
    }


    header nav{
        margin-right: 20px!important;
    }

    section.cover .stats > .row {
        padding: 40px!important;
    }

}   

@media only screen and (max-width: 970px) {

    .tiles-list {
        padding: 0px 20px!important;
    }

    .tiles-list .article {
        display: block!important;
        height: auto!important;;
    }

    .tiles-list .article .img-container {
        width: 100%!important;
        height: 170px;
    }

    .tiles-list .article.featured .img-container {
        height:250px;
    }

    .tiles-list .article .text {
        width: 100%!important;
    }

    .tiles-list .article .text h2 {
        width: 90%!important;
    }


    .onboarding-overlay{
        display: none!important;
    }
    footer.collection {
        padding: 20px!important;
    }

    footer.collection span {
        display: none;
    }

    footer.collection a {
        display: block!important;
    }

    section.cover .subjects a label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 135px;
    }
    header nav.left,
    header nav.right {
        overflow: initial!important;
    }
    section.cover.low-res .reads .black-btn {
        display: flex!important;
        width: calc(100% + 30px) !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 12px 0px 12px 20px!important;
        margin-top: 0px;
        left:0px;
        box-sizing: border-box;
    }

    section.cover .reads .black-btn  {
        display: flex!important;
        width: calc(100% + 49px) !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 12px 0px 12px 20px!important;
        margin-top: 0px;
        left:-20px;
        box-sizing: border-box;
    }


    section.cover .reads .black-btn.transparent {
        background-color: #000!important;
    }

    section.cover.low-res .row.move-down{
        margin-top: 25px!important;
        width: 100%;
    }

    section.cover .row .flex{
        height: 75%;
    }

    section.cover.low-res .reads .browse {
        padding: 12px 28px!important;
    }

    section.cover.low-res  .profile {
        padding-top: 30px!important;
        padding-left: 20px!important;
        height: 90%;
        display: none!important;
    }

    section.cover.low-res.low-res {
        height: calc(100vh - 46px)!important;
    }


    section.cover.low-res .profile.small {
        display: none!important;
    }

    section.cover.low-res .profile.small.mobile {
        display: block!important;
        width: 100%!important;
        margin-top: 30px!important;
    }
    
    section.cover.low-res .social-links  {
        left: 20px!important;
    }

    section.cover.low-res .profile.small.mobile .badges svg {
        width: 35px!important;
        height: 40px!important;
    }

    section.cover.low-res .profile.small.mobile .image-container {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
    }

    section.cover.low-res .profile.small.mobile h1 {
        margin-top: 0px!important;
    }

    section.cover.low-res .profile.small.mobile h1 span.stats-span {
        display: inline!important;
        font-size: 18px!important;
        top: -1px!important;
    }

    section.cover.low-res .profile.small.mobile .subject-list,
    section.cover.low-res .profile.small.mobile .social-links{
        position: initial!important;
    }

    section.cover.low-res .profile.small.mobile .social-links {
        margin-bottom: 20px;
    }

     section.cover.low-res .profile.small.mobile .browse {
        left: -20px!important;
        position: relative!important;
        width: calc(100% + 20px)!important;
        text-align: left!important;
        padding: 12px 28px!important;
        box-sizing: border-box;
    }

    section.cover.low-res .profile.small.mobile .browse a {
        color: #000;
        text-transform: uppercase;
        font-size: 0.875rem;
        text-align: left;
        display: block;
        font-weight: bold;
        position: relative;
    }

    section.cover.low-res .profile.small.mobile a i {
        background: url(/img/arrow-down-black.png) no-repeat;
        width: 12px;
        height: 8px;
        background-size: cover;
        display: inline-block;
        margin-right: 11px;
        right: 0;
        position: absolute;
        top: 4px;
    }

    section.cover.low-res.low-res {
        height: calc(100vh - 93px)!important;
    }

    section.cover.low-res.low-res.move-down {
        height: calc(100vh - 110px)!important;
    }


    section.cover.low-res .profile.small.mobile .trigger.mobile {
        left: -20px!important;
    }

    section.cover.low-res .profile.small.mobile .image-container img {
        width: 117px!important;
        height: 117px!important;
        margin-right: 15px!important;
        margin-bottom: 0px!important;
    }

    section.cover .stats .col.profile .social-links {
        display: none!important;
    }
    section.cover .reads div.favs {
        width: calc(100% + 30px);
        left:0;
        display: none!important;
    }

    section.cover .stats .col.stat .stat-list {
        width: 100%;
        display: block!important;
        margin-top: 25px;
    }

    section.cover .stats .col.lists.with-stat {
        width: 90%!important;
    }

    section.cover .stats .col.stat .stat-list div {
        margin-right: 0px!important;
        margin-bottom: 10px;
    }

    section.cover .stats .col.lists.with-stat {
        margin-bottom: 30px;
    }

    section.cover .stats .col.lists.with-stat .item h3 {
        width: 100%;
    }
    section.cover .reads div.favs a {
        padding-left:0!important;
    }
    section.cover .reads div.favs div.black-btn {
        padding:0px!important;
    }

    section.cover .profile {
        width: 100%;
    }

    section.cover .reads .black-btn svg {
        position: absolute;
        right: 40px;
        top: 40%;
        transform: rotate(0deg);
    }

    .action-btns {
        display:none!important;
    }

    .toggle-filter {
        padding: 0px 10px!important;
        display: block!important;
        margin: 20px 0px 10px 0px!important;
    }

    .toggle-filter .filter {
        display: block!important;
        margin-bottom: 10px;
    }

    .toggle-filter .filter > span {
        display: block!important;
        text-align: right!important;
        width: 95%!important;
        margin: 0!important;
    }
    .toggle-filter .filter label {
        width: 100%;
        margin:0!important;
        box-sizing: border-box;
    }

    .toggle-filter .filter span {
        width: 50%;
        text-align: center;
        font-size: 12px!important;
        display: inline-block!important;
        padding: 9px 10px!important;
    }
    .verified-reading.verified-reading {
        width: 100%;
        padding: 20px;
        margin:0px;
        box-sizing: border-box;
    }

    .verified-reading .text.text {
        width: 100%;
    }

    .verified-reading .text h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .verified-reading i.arrow-down {
        display: none!important;
    }

    .verified-reading .text .subjects  {
        display: block!important;
    }

    .verified-reading .text .subjects .col.col {
        width: 100%;
    }

    .verified-reading .text .subjects .col.col a {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 90%;
    }
    
    section.cover .stats .row .row.row {
        width: 100%;
    }

    section.cover .reads .unverified-profile {
        display: none;
    }

    header nav.left span.unverified-profile {
        margin-left: 20px;
    }

    .overlay.quick-tour {
        display: none;
    }
    .report-bug-overlay .content {
        width: 90%!important;
    }

    .report-bug-overlay .content h3,
    .report-bug-overlay .content form input,
    .report-bug-overlay .content form button, 
    .report-bug-overlay .content form span,
    .report-bug-overlay .content form textarea {
        width: 90%!important;
    }

    section.cover .subjects .bubble {
        display:none;
    }
    .left-menu.show {
        left:-160px!important;
    }
    
    .profile.col .follow-mobile  {
        display: block!important;
    }

    .profile.col .follow-mobile button {
        padding: 7px 15px!important;
        height: auto!important;;
        color: #000;
        border:none;
        font-weight: bold;
        margin: 0px 0px 20px 0px;
        text-transform: uppercase;
        background-color: #fffa4f;
    }

    body {
        width: 100%;
    }
    .mobile-content {
        display: block!important;
        margin-bottom: 50px!important;
    }

    
    .mobile-content .boxes .box h3 {
       max-height: 145px;
    }

    .mobile-content .boxes .box.wider-img .content h3 {
        font-size: 26px;
        line-height: 25px;
    }

    .desktop-content {
        display: none;
    }

    header .join-rd-mobile {
        color: #737373!important;
        font-size: 12px!important;
        font-weight: bold!important;
    } 

    header .join-rd-mobile svg {
        position: relative;
        top: 2;
    }

    header {
        display: block!important;
        /* background: rgba(0,0,0,0.8)!important; */
        /* padding: 0 20px!important; */
        /* height: 50px!important; */
    }

    header .beta-banner {
        padding: 3px 10px!important;
        display: block!important;
    }

    header .beta-banner  a {
        overflow: initial!important;
    }
    
    header nav {
        margin-right: 0px!important;
        display: inline-flex!important;
        justify-content: space-between;
        flex-direction: row;
    }

    header nav.left {
        padding-left: 10px!important;
        float: left;
    }

    header nav.left .messages, 
    header nav.left .profile,
    header nav.left .notifications {
        display: none;
    }

    header nav.left a:link {
        margin-right: 0px!important;
        margin-left: 0px!important;
    }

    header nav.right{ 
        display: none!important;
    }

    /* header .tray {
        display: none!important;
    } */

    /* header .mobile-menu {
        display: block!important;
        text-transform: uppercase;
    } */

    header .mobile-menu span {
        width: 20px;
        height: 3px;
        display: block;
        margin-bottom: 3px;
        background: #818181;
        transition: all 0.2s ease;
        position: relative;
        z-index: 99999;
    }

    header .mobile-menu.open span:nth-child(1) {
        transform: rotate(45deg);
    }

    header .mobile-menu.open span:nth-child(2) {
        display: none;
    }


    header .mobile-menu.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: -6px;
        position: relative;
    }

    header .mobile-menu .menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background: rgba(0,0,0,0.85);
        flex-direction: column;
        z-index: 99;
        justify-content: flex-start;
        text-align: left;
        align-items: center;
        padding-top: 50px;
    }

    header .mobile-menu .menu a{
        color: #818181;
        text-align: left;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 10px
    }

    header .mobile-menu.open .menu {
        display: flex!important;
    }

    header nav.left div.notification {
        top:0!important;
        margin-left: 25px;
        display: none!important;
    }

    .notification-list {
        top:45px!important;
        width: 100%!important;
    }

    .notification-list.show {
        left:0px!important;
    }

    section.cover:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        z-index: 1;
        height: calc(100% + 45px);
        background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
    }

    section.cover.cover {
        height:calc(100vh - 46px)!important;
        margin-top: 50px!important;
        overflow: hidden;
        margin-bottom: 0px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
        min-height: 665px!important;
    }

    section.cover .row {
        flex-direction: column;
        padding: 30px 0px 0px 20px!important;
    }

    section.cover .trigger {
        display: inline-block!important;
    }

    section.cover .subjects.professional {
        z-index: 99;
/*         margin: 20px 0px!important; */
     }

     section.cover .subjects.professional.company.company {
        bottom:50px!important;
     }


     section.cover .subjects.personal {
         bottom:75px!important;
     }

     section.cover .favourites.show {
         top:0!important;
         padding: 45px!important;
         height: calc(100% - 50px)!important;
     }

     section.cover .favourites .edit-favs {
         right: 50px!important;
         top:5!important;
     }

     section.cover .favourites .close-btn {
         top:0!important;
         right:7px!important;
     }

     section.cover .stats .close-btn {
         right: 15px!important;
         top:20px!important;
     }

     section.cover .favourites ul li a {
         flex-direction: column;
     }

     section.cover .stats.show.stats.show {
         top:0!important;
         position: fixed;
         z-index: 9999999999;
         overflow: initial;
     }

     section.cover .stats .col.lists.with-stat .item.item {
         height: auto;
         max-height: initial!important;
         overflow: initial;
     }

     section.cover .favourites ul li img, 
     section.cover .favourites ul li a span.title {
         width: 100%!important;
     }

    section.cover.cover {
        box-sizing: border-box;
        background-attachment: scroll!important;
        /* background-position: -360px top !important;
        background-size: 360% !important;
        background-size: cover !important;
        background-position: center !important; */
    }
    


    header .my-review {
        margin-top:15px;
    }

    section.cover .subjects a {
        font-size: 14px!important;
    }
    section.cover .profile {
        padding: 0px 0px 0px 0px!important;
        position: relative!important;
        z-index: 9;
        overflow: initial!important;
    }

    section.cover .reads {
        position: relative;
        z-index: 9;
        margin-top: 0px!important;
        text-align: left!important;
    }

    section.cover.low-res .reads {
        top: -30px;
    }


    section.cover .pinned {
        display: none!important;

    }

    section.cover .row .profile::before, section.cover .row .reads::before {
        display:none!important;
    }

    section.cover .reads .browse {
        left: -20px!important;
        position: relative!important;
        width: calc(100% + 20px)!important;
        text-align: left!important;
    }

    section.cover .reads .browse a {
        padding-left: 9px;
        text-align: left!important;
    }

    section.cover .reads .favs {
        display: inline!important;
        position: relative!important;
        left: -19px;
        bottom: initial!important;
        right: initial!important;
    }

    section.cover .reads .favs a {
        padding: 15px 30px 15px 23px!important;
        margin: 0px!important;
        width: calc(100% + 38px) !important;
        box-sizing: border-box;
        text-align: left!important;
    }

    section.cover .favs svg {
        transform: rotate(0)!important;
        right: 30px;
        left: initial!important;
        margin-right: 0px;
    }

    section.cover.low-res .trigger.mobile {
        display: block!important;
        margin:0;
        width: calc(100% + 20px) !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 12px 20px 12px 20px!important;
        box-sizing: border-box;
        left:0px;
    } 

    section.cover .trigger.mobile {
        display: block!important;
        margin:0;
        width: calc(100% + 40px) !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 12px 20px 12px 20px!important;
        box-sizing: border-box;
        left:-20px;
    } 

    section.cover .trigger.mobile svg {
        right: 40px;
    }

    section.cover .badges {
        margin-top: 8px;
        margin-bottom: 20px!important;
    }

    section.cover .badges  svg {
        width: 25px!important;
        height: 33px!important;
    }

    .onboarding-overlay .content .preview section.cover .profile h1 {
        margin:5px 0px 0px 0px!important;
    }

    section.cover .profile h1 span.stats-span {
        display: block!important;
        font-size: 18px!important;
        top: -7px!important;
    }

    section.cover .stats {
        padding: 20px!important;
        height: 100%!important;
        top: 10px!important;
        overflow: scroll;
    }

    section.cover .stats .col:after { 
        display: none!important;
    }

    section.cover .favourites ul li {
        width: 100%!important;
    }

    section.cover .stats > .row {
        overflow: scroll;
        height: 100%;
        padding: 0px 20px 50px 20px!important;
        display: block!important;
    }

    section.cover .stats .row .row.row {
        height: auto;
        padding-bottom: 50px!important;
    }
    section.cover .stats .col { 
        height:auto!important;
        overflow: initial!important;
        max-height: initial!important;
        width: 100%!important;
        padding: 0px!important;
        display: block!important;
    }

    section.cover .stats .col.lists.with-stat .item a {
        display: block!important;
    }

    section.cover .stats .col.lists.with-stat .item span {
        width: 60%!important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    section.cover .stats .col.stat {
        margin-top: 5px!important;
    }

    section.cover .stats .col.lists {
        margin-top: 0px!important;
    }

    section.cover .stats .col.lists.with-stat{
        margin-top:0px!important;
    }

    section.cover .stats .col.stat {
        display: block;
    }

    section.cover .stats .col .stat-list div {
        width: 48%;
        display: inline-block;
    }

    section.cover .stats .row .row {
        padding:0!important;
    }

    .profile .col-3 {
        width: 100%;
        margin-right: 0;
        min-height: auto;
        margin-bottom:50px;
    }

    .profile .col-3 .title {
        font-size: 20px;
    }
    .profile .col-3 .activity, .profile .col-3 .preview, .profile .col-3 .recommendations {
        height: auto;
    }
    .profile .col-3 .recommendations .post.small {
        flex-direction: column;
    }

    .profile .col-3 .recommendations .post.small div {
        width: 100%;
    }
    .profile .col-3 .recommendations .post.small div:first-child {
        border:none;
    }
    .profile .collection h3 {
        display: block;
        margin-left: 0;
    }

    .profile .collection a img {
        margin-left:0;
    }

    .profile .collection a img {
        margin-right:15px;
    }

    .collection-area {
        flex-direction: column;
        padding: 10px;
    }

    .collection-area .col-3, .collection-area .col-7 {
        width: 100%;
        margin: 20px 0px;
        border-left: 0;
    }

    .collection-area .col-3 .overlay {
        width:60%;
    }

    .collection-area .col-7 .text b {
        font-size: 10px;
    }

    .collection-area .col-7 .text h2 {
        font-size: 16px;
        width: 95%;;
    }

    .article div.content .text {
        width: 80%;
        padding: 10px;
    }

    .collection-area .col-7 .text div {
        width: 90%;
        font-size: 13px;
        padding: 17 20px;
    }

    .collection-area .col-7 .text div a {
        margin-top: 10px;
        display: block;
    }

    .boxes {
        flex-direction: column;
        padding:10px;
    }

    .boxes .box {
        width: 100%!important;
        margin-bottom: 10px;
        display: inline-block;
    }

    .article{
        padding: 10px;
    }

    .text-box {
        width: 90%;
        margin: 35px auto 0 auto!important;
        padding: 20px 30px!important;
    }

    .bubble-box {
        width: 90%;
    }

    .info-btn {
        display: none;
    }

    .bubble-box .content h3 {
        font-size: 20px!important;
    }

    .bubble-box .content h3 br {
        display: none;
    }

    .bubble-box .content a {
        font-size: 17px!important;
    }

    a.bubble {
        display: none!important;
    }

    .no-tiles {
        height: 100%!important;
        width: 95%!important;
        background: #000!important;
    }

    .no-tiles .overlay {
        width: 85%!important;
        padding: 50px 20px!important;
    }

    .no-tiles .overlay h2 {
        font-size: 18px!important;
    }

    .no-tiles .overlay p {
        font-size: 14px!important;
        line-height: 19px!important;
    }

    footer div {
        font-size: 12px!important;
        justify-content: flex-start!important;
    }

    footer div img {
        width: 25px!important;
        height: 25px!important;;
    }

    footer div a {
        display: block;
        font-size: 12px;
    }
    footer a {
        display:none;
    }

    footer .desktop {
        display: none!important;
    }

    footer .mobile{
        display: block;
        margin-right: 5px;
    }
  
}


@media only screen and (max-width: 1281px) and (min-width: 1024px) {    
    section.cover {
        min-height: 630px!important;
        overflow: hidden!important;
    }


    section.cover .subjects.professional {
        bottom: 120px!important;
        margin-bottom: 25px!important;
    }

    section.cover .subjects.personal {
        bottom: 70px!important;
    }

    .tiles-wrapper {
        margin: 10px 48px!important;
    }

    .preview.preview section.cover{
        min-height: initial!important;
    }

    .profile-settings .appearance .preview section.cover .row {
        padding: 30px 0px 0px 28px!important;
    }

    section.cover .profile .badges {
        margin-bottom: 27px!important;
    }
    section.cover .stats.show {
        top: 49px!important;
        overflow: scroll;
    }

    section.cover .stats.show.move-down {
        top: 80px!important;

    }

    section.cover .stats.show .col.stat,
    section.cover .stats.show .col.lists {
        margin-top: 20px!important;
    }

    section.cover .stats.show .col.profile:after {
        top: 20px!important;
        height: 430px!important;
    }

    section.cover .stats.show .row {
        padding:40px!important;
        width: 90%;
    }
 
    section.cover .stats.show .row .row {
        padding:0px!important
    }

    .connections .search-bar h2 {
        font-size: 40px!important
    }

    /* .profile-settings.profile-settings {
        margin: 0px 0px!important;
    } */

    section.cover .stats .col.lists.with-stat {
        width: 50%!important;
    }

}


@media only screen and (max-width: 1024px) and (min-width: 875px) { 
    section.cover.cover {
        height: 100vh!important;
    }

    .tiles .boxes .box-no-image h3 {
        margin-bottom: 25px;
    }

    .tiles .row .col-sm-50.col-18 {
        width: 25%!important;
    }

    .tiles .row .col-sm-50.col-82 {
        width: 75%!important;
    }
}


.overlay {
    background-color: rgba(12, 16, 31, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top:20px;
    left:0;
    color: #FFF;
    font-size: 1.125rem;
    opacity: 0;
    z-index: -2;
    transition: all 0.3s ease;
}

.overlay.open {
    opacity: 1;
    top: 0px;
    z-index: 999999;
}

.overlay  div {
    width: 80%;
    margin: 95px auto 0px auto;
}

.overlay h2 {
    font-size: 2.25rem;
    margin-bottom: 25px;
    line-height: 42px;
}

.overlay p {
    margin-bottom: 3px;
}

.overlay form {
    margin-top: 35px;
}

.overlay b {
    color: #db3d1c;
}

.overlay input[type="email"] {
    border: solid 2px #797979;
    background-color: #e4e4e4;
    padding: 18px 28px;
    color: #7d7d7d;
    font-size: 1.125rem;
    font-weight: bold;
    width: 350px;
    box-sizing: border-box;
    outline: none;
}

.overlay input[type="submit"] {
    background-color: #3582ff;
    outline:none;
    border:none;
    color: #FFF;
    padding: 21px 30px;
    width:224px;
    box-sizing:border-box;
    margin-left: 12px;
    font-size: 1.125rem;
    font-weight: bold;
    outline: none;
}

.overlay a {
    cursor: pointer;
    border:1px solid #ccc;
    color: #ccc;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay a:hover {
    background: #3582ff;
    color: #FFF;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	font-size: 0;
}

header nav {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	width: auto;
	background: transparent;
	font-size: 0;
}

header nav.left {
    padding-left: 120px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
 }

header nav.right {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    float: right;
}

header nav a:link, header nav a:visited {
	display: inline-block;
	vertical-align: middle;
}

header nav.left a:last-child {
    margin-right: 0px;
}

header nav.left div.notification{
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 25px;
}

header nav.left div.notification label {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-weight: bold;
    background: #F53A3A;
    border-radius: 7px;
    font-size: 14px;
    padding: 0px 7px;
    display: block;
    justify-content: center;
    align-items: center;
    right: -10px;
    top: -3px;
    cursor: pointer;
    line-height: normal;
}

header nav.left > a svg path, 
header nav.left > a svg g,
header nav.left > div.notification g {
    fill: #333;
    transition: all 0.5s ease;
}

header nav.left .menu-group a:hover svg path,
header nav.left .menu-group a:hover svg g,
header nav.left .menu-group div.notification:hover svg path,
header nav.left .menu-group div.notification:hover svg g,
header nav.left a svg.selected g,
header nav.left a svg.selected path,
header nav.left div.notification.selected g,
header nav.left div.notification.selected path{
    fill: #fff;
}

header nav.left .menu-group {
    display: inline-flex;
    height: 50px;
    padding: 0 30px;
    position: relative;
    border-right: 1px solid #1D1D1D;
}

header nav.left .menu-group:first-child {
    border-left:0;
    padding-left:0;
}

header nav.left .menu-group a:last-child,
header nav.left .menu-group div:last-child,
header nav.left .menu-group div.notification  {
    margin-right: 0px!important;
}

header nav.left .menu-group:last-child {
    border:none;
}

header nav.left  .menu-group .insights-btn .tooltip {
    left:-23px
}

header nav.left .notification-list .verified svg {
    width: 60px;
    height: 45px;
}
header nav.left a {
    margin-right: 18px;
}



header nav.left a:link, header nav.left a:visited, header nav.right a:last-child {
	width: auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 25px;
    font-size: 0;
    overflow:initial;
}

header nav.left a.logo:link, header nav.left a.logo:visited {
    margin-left: -30px;
}

header nav.right a.settings {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 26px;
    font-size: 0;
    z-index: 9999;
    position: relative;
} 

header nav.right a.settings:hover path{
    fill: #FFF;
}

header nav.right div.options {
    line-height: initial;
    position: relative;
}

header nav.right div.options a {
    color: #4C4C4C;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    width: auto;
    -webkit-font-smoothing: auto;
    height:auto;
    margin-right: 25px;
    margin-left: 0px;
    cursor: pointer;
    font-family: "proxima-nova";
}

header nav.right div.options a:hover{
    color: #FFF;
}

header nav.right div.settings{
    position: relative;
}

header nav.right div.settings a {
    margin:0;
}

header nav.right div.settings.mr-25 {
    margin-right: 25px;
}

header nav.right .company-settings-btn {
    background:transparent;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    border-left: 1px solid #1D1D1D;
    height: 100%!important;
    margin: 0 0 0 20px!important;
    position: relative;
    overflow: hidden;
}

header nav.right .company-settings-btn > a {
    width: 60px;
    height: 18px;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    background: url("/img/company-profile.png") no-repeat center center;
    background-size: 37px 18px;
    background-position: left;
}


header nav.right .company-settings-btn svg {
    display: inline-block;
    margin-left: 5px;
}

header nav.right .company-settings-btn .company-list.show{
    display: block!important;
}

header nav.right .company-settings-btn.show .tooltip{
    opacity:0!important;
}

header nav.right .company-settings-btn .tooltip{
    height: 30px;
    bottom: -35px;
}


header nav.right .company-settings-btn:hover,
header nav.right .company-settings-btn.show {
    overflow: initial;
}


header nav.right .company-settings-btn:hover .tooltip {
    opacity:1;
}

header nav.right .company-settings-btn:hover > a {
    background: url("/img/company-profile-white.png") no-repeat center center;
    background-size: 37px 18px;
    background-position: left;
}

header nav.right .company-settings-btn img {
    width: 37px!important;
}

header nav.right .company-settings-btn .company-list {
    display: none!important;
    position: absolute;
    top: 50px;
    background-color: #000;
    right:0px;
    width: 328px;
    height: 100vh;
    text-align: left;
    margin: 0;
    padding: 15px 50px 15px 35px;
    box-sizing: border-box;
}

header nav.right .company-settings-btn .company-list  h3 {
    font-size: 24px;
    margin:0px;
    font-weight: normal;
    color: #fff;
    font-family: "proxima-nova";
}

header nav.right .company-settings-btn .company-list ul {
    margin: 0!important;
    padding: 0px!important;
}

header nav.right .company-settings-btn .company-list li {
    display: flex;
    border-bottom: 1px solid #0c0c0c;
    justify-content: space-between;
}

header nav.right .company-settings-btn .company-list li a {
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    height: 50px;
    font-weight: normal;
    margin: 0px;
    font-family: "proxima-nova";
    text-transform: initial;
}

header nav.right .company-settings-btn .company-list li > a {
    color: #54FE9C;
}

header nav.right .company-settings-btn .company-list li a:hover {
    color: #00d264;
}

header nav.right .company-settings-btn .company-list li a:hover svg path {
    fill: #FFF;
}

header nav.right .company-settings-btn.ml-0 {
    margin-left:0px!important;
}

header nav.right .company-settings-btn.mr-0{
    margin-right: -24px!important;
}

header nav.right .company-settings-btn  .tooltip {
    left:0;
}

header nav.right .switcher {
    height: auto;
    padding:0px 35px;
    font-size:10px;
    margin-left: 25px;
    color: #424242;
    text-transform: uppercase;
    font-weight: bold;
    cursor: default;
    background: #000;
    border-left: 1px solid #1D1D1D;
    border-right: 1px solid #1D1D1D;
}

header nav.right .switcher.disable {
    pointer-events: none;
    opacity: 0.5;
}

header nav.right .switcher label {
    width: 35px;
    height: 22px;
    background: #333;
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

header nav.right .switcher label:after {
    content: '';
    width: 19.56px;
    height: 19.56px;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: 1px;
    display: block;
    background: #fff;
    transition: all 0.3s ease;
}

header nav.right .switcher input:checked ~ label:after{
    left: 1px;
}

header nav.right .switcher input:checked ~ label {
    background: #333333;
}

header nav.right .search {
    background: #000;
    border-right:1px solid #1D1D1D;
    padding: 0px 30px;
    height: 100%;
}

header nav.right .search.disable {
    pointer-events: none;
    opacity: 0.5;
    cursor: initial;
}

header nav.right .switcher p {
    min-width: 105px;
    text-align: left;
}

header nav.right .search:hover svg g,
header nav.right .search.show svg g  {
    fill: #fff;
}

header nav.right .search.show .search-form{
    bottom: -58px;
    z-index: 2;
    opacity: 1;
}


header nav.right .login {
    font-size: 0.7rem!important;
    height: auto!important;
    width: auto!important;
    margin-right: 10px!important;
}

header nav.right .login:hover {
    color: #02db73;
}

.search-form { 
    background: #000;
    padding: 20px;
    position: absolute;
    bottom:0;
    right: 80px;
    z-index: -1;
    opacity: 0;
    cursor: default;
    transition: opacity 0.3s ease;
}

.search-form form {
    margin: 0!important;
    padding: 0;
    margin-block-end: 0;
    line-height: normal;
}

.search-form input {
    background: none;
    border:none;
    color: #FFF;
    font-size: 14px;
    height: 18px;
    font-weight: lighter;
    margin-right: 40px;
    padding: 3px 8px 2px 8px;
    box-sizing: border-box;
    outline: none;
    border-bottom: 1px solid transparent;
}

.search-form input:focus {
    border-bottom: 1px solid #333333;
}

.search-form input::placeholder {
    color: #ccc;
}

.search-form button {
    background: none;
    height: 18px;
    border:none;
    color: #fff;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding:0;
}

.search-form button:hover {
    color: #57b963;
}


header nav.right div.settings .info-btn {
    left: auto;
    right: -15px;
    top: 25px;
}

header nav.right div.settings .info-popup {
    left: auto;
    right: 0;
    text-align: left;
 }

.subscribe {
    height: 50px!important;
    padding: 0px 34px!important;
    box-sizing: border-box;
    font-size: 0.7rem!important;
    font-weight: bold;
    color: #000!important;
    text-transform: uppercase;
    border:none;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    width: auto;
    margin-left :25px;
    background: #3aff98;
}

.follow-mobile a.subscribe {
    display: inline-flex;
    height: 30px!important;
    margin-bottom: 10px;
    padding: 0px 20px!important;
}

a.subscribe {
    margin-right: 0px!important;
    margin-left:0px!important;
}

header nav .subscribe svg {
    margin-right: 3px;
}

header nav .subscribe img {
    margin-right: 10px;
}

header nav.left a.profile{ padding: 0; margin:0 0px 0px 0px!important;}
header nav.left a.profile:after {display:none;}

header nav.right a {
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #818188;
	margin-left: 23px;
    font-weight: 600;
}

header nav.right a:hover {
    color: #8d8d8d;
}

header nav.right a.settings { background-image: url('/img/setting.svg');  width: 22px; height: 22px;}

header nav.left .stack.active path {
    fill: #fff;
}

section.cover {
    height: auto;
    min-height: 652px;
    background-repeat: no-repeat!important;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    background-position: center center;
    margin: 0!important;
}

section.cover .row .flex {
    display: flex;
    height: 100%;
}

section.cover.low-res {
    background: none!important;
    height: 340px!important;
    min-height: initial!important;
    overflow: hidden;
    margin-top: 80px;
}

section.cover.low-res.prelim {
    margin-top: 0;
}

section.cover.low-res.mt-50 {
    margin-top: 50px!important;
}

section.cover.low-res .unverified-profile {
    display: block!important;
    position: absolute!important;
}

section.cover.low-res .row {
    box-sizing: initial;
    background-color: #000;
    padding:0px!important;
    display: inline-flex;
    width: calc(100% - 255px);
    background-position: center!important;
    background-size: cover!important;
}

section.cover.low-res .profile.small {
    display: inline-flex;
    float: left;
    height: 100%;
    flex-direction: column;
    align-items:center;
    width: 255px;
    background-color: #000;
    padding-left :0px;
}

section.cover.low-res .profile.small.mobile {
    display: none;
}

section.cover.low-res .profile.small.mobile::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: -1;
    height: calc(100% + 45px);
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}

section.cover .profile.small .badges svg {
    width: 27px!important;
    height: 35px!important;
}

section.cover.low-les .row .profile.small::before {
    display: none!important;
}

section.cover.low-res .profile {
    position: relative;
    padding-top: 28px;
    padding-left:20px;
}

section.cover.low-res .profile.small img {
    width: 191px;
    height: 191px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 50%;
}

section.cover.low-res .profile .image-container {
    position: relative;
}

section.cover.low-res .profile .image-container .image-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
}

section.cover.low-res .profile .image-container .image-overlay img {
    height: 76px;
    width: auto;
    border-radius: 0px;
    margin:0;
    object-fit: cover;
}

section.cover.low-res .profile .trigger {
    margin: 90px 0px 10px 0px;
}

section.cover.low-res .profile h1 {
    margin: 45px 0px 0px 0px !important;
}

section.cover.low-res .profile h1.employees{
    margin:0px 0px -20px 0px!important
} 

section.cover.low-res .profile::before {
    width: 200% !important;
}

section.cover.low-res .social-links {
    position: initial;
}

section.cover.low-res .reads {
    margin-top: 30px;
}

section.cover.low-res .reads div.favs {
    position: initial;
}

section.cover.low-res .reads .black-btn{
    padding: 12px 35px 12px 35px;
}

section.cover.low-res .trigger {
    padding: 12px 35px 12px 17px;

}

section.cover.low-res .reads .mt-40 {
    margin-top: 50px;
}

section.cover .row{
    display: flex;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding: 65px 0px 0px 40px;
    margin: 0!important;
}

section.cover .row.move-down{
    padding: 90px 0px 0px 40px;
}

section.cover .profile{
    margin:0;
    padding: 0;
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.cover .profile .top-section {
    max-width: 250px;
    margin-top: 20px;
}

section.cover .profile .top-section .logo .img {
    max-height: 70px;
    min-height: 70px;
}

section.cover .profile:after{
    display: none;
}

section.cover .row .profile::before{
    content: '';
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
    width: 30%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
}

section.cover .stats .row .profile::before{
	width: 0;
}


section.cover {
    font-family: "proxima-nova";
}
/* 
section.cover .reads::before{
    content: '';
    background: #000;
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    right: -18px;
    top: 0;
    transform: rotate(-180deg);

} */

/*
section.cover .profile::before{
    content: '';
    background: #000;
    width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    transform: rotate(-180deg);

}
*/


section.cover .profile h1 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 32px;
    margin:0 0 15px 0px;
}

section.cover .profile .ovals {
    display: flex;
    margin-left: auto;
    margin-bottom: 30px;
}

section.cover .profile .badges-placeholder {
    margin-left: auto;
    margin-bottom: 30px;
    opacity: 0.2;
}

section.cover .profile .ovals .oval {
    background-color: #D8D8D8;
    border: 6px solid #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    opacity: 0.6;
}

section.cover .profile .ovals .oval:nth-of-type(2) {
    left: -10px;
}

section.cover .profile .ovals .oval:nth-of-type(3) {
    left: -20px;
}

section.cover.low-res .profile h2 {
    margin:0 0 6px 0px;
}

section.cover .profile h3 {
    font-size: 17px;
    font-family: din-condensed, sans-serif;
    font-weight: 100;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

section.cover .profile span.stats-span {
    text-transform: uppercase;
    font-size: 1.125rem;
    position: relative;
    top: -1px;
    left: 3px;
}

section.cover .profile span.stats-span b {
    font-weight: normal;
    color: #797979;
}

section.cover .profile h1 span {
    font-weight: normal;
}

section.cover .profile .badges {
    margin-bottom: 50px;
    position: relative;
}

section.cover .profile .social-links {
    margin-bottom: 30px;
    margin-top: 31px;
}

section.cover:not(.low-res) .profile .badges svg {
    margin-right: 5px;
    width:24px;
}

section.cover .links {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

section.cover .links a {
    display: block;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

section.cover .bottom-section .links a:first-of-type,
section.cover .bottom-section .links a:nth-of-type(6) {
    margin-bottom: 23px;
}

section.cover .featured-txt {
    color: #797979;
    font-family: din-condensed, sans-serif;
    font-size: 17px;
    margin-bottom: 7px;
    text-transform: uppercase;
    margin-top: 110px;
    margin-right: 30px;
}

section.cover .bottom-section .browse {
    height: 58px;
    margin-left: -40px;
    width: 300px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}


section.cover .filters {
    background-color: #000;
    display: flex;
    padding: 27px 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 700px;
    height: 100px;
}

section.cover .filters > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 30px;
}

section.cover .filters a {
    color: #3AFF98;
    font-weight: 700;
    font-size: 13px;
    font-family: 'proxima-nova';
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

section.cover .filters .title {
    color: #797979;
    font-family: 'din-condensed', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    max-height: 19px;
    overflow: hidden;
}

section.cover .filters .title img {
    width: 12px;
}

section.cover .filters .title a {
    display: inline;
}

section.cover .filter-wrap span {
    font-weight: normal;
    text-decoration: underline;
}

section.cover .filter-more {
    background-color: #a0a0a0;
}

section.cover .bottom-section .browse a {
    display: flex;
    color: #000000;
    font-weight: 700;
    font-size: 13px;
}

section.cover .bottom-section .browse a img {
    margin-right: 14px;
}

section.cover .trigger .info-popup{
    z-index: 99999999;
    left: 0px;
    top: 63px;
}

section.cover .trigger .info-btn {
    right: -50px;
    left: auto;
    top: -30px;
    z-index: 99;
}

section.cover .show .trigger {
	left: 0;
}

section.cover .trigger svg {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: -6px;
}

section.cover .trigger.mobile {
    display: none;
}

section.cover .subjects a {
    display: inline-flex;
    text-decoration: none;
    color:#3aff98;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}

section.cover .subjects a:hover {
    text-decoration: underline;
    cursor: pointer;
}

section.cover .subjects a label {
    display: none;
}

section.cover .subjects a b {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    font-size: 13px;
    display: inline-block;
}

section.cover .subjects a:hover b {
    max-width: 350px;
}

section.cover .subjects a:hover label {
    display: block;
    margin-left: 5px;
}

section.cover .subjects .info-popup{
    right: 0;
    left: 40px;
    top: -35px;
}

section.cover .subjects .bubble{
    right: -60px!important;
    left: auto;
    top: -45px!important;
}


section.cover .subjects.professional {
    margin:0 0px 25px 0px;
    /* position: absolute; */
    bottom: 145px;
}

section.cover .subjects.professional.company {
    bottom: 95px!important;
    margin: 0px 0px 0px 0px!important;;    
}


section.cover .subjects.professional span:nth-child(3) {
    width: 107px;
}

section.cover .subjects.professional span:nth-child(5) {
    width: 126px;
}

section.cover .subjects span {
    height: 10px;
    display: block;
    width: 63px;
    margin-bottom: 8px;
    background-color: #3aff98;
}


section.cover .subject-list h3 {
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #797979;
    margin: 0;
    margin-bottom: 5px;
}

section.cover .subjects.personal {
    max-height: 72px;
    overflow: hidden;
}

section.cover .subjects.personal span {
    width: 73px;
}

section.cover .subjects.personal span:first-child {
    width: 88px;
}

section.cover .subjects.personal span:last-child {
    width: 80px;
}




section.cover .social-links span.placeholder {
    width: 25px;
    height: 25px;
    background-color: #747474;
    opacity: 0.3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

section.cover .social-links .info-popup{
    bottom: 34px;
    top: auto;
    left: -4px;
}

section.cover .social-links a{
    display: inline-block!important;
    background-size: cover!important;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

section.cover .social-links a:last-child{
    margin-right: 0px;
}

section.cover .social-links .info-btn {
    left: 12px;
    top: -22px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
 }

section.cover .social-links a.website {
    background-image: url('/img/social-icons/website.svg');
}

section.cover .social-links a.instagram {
    background-image: url('/img/social-icons/instagram.svg');
}

section.cover .social-links a.facebook {
    background-image: url('/img/social-icons/facebook.svg');
}

section.cover .social-links a.linkedin {
    background-image: url('/img/social-icons/linkedin.svg');
}

section.cover .social-links a.twitter {
    background-image: url('/img/social-icons/twitter.svg');
}

section.cover .social-links a.medium {
    background-image: url('/img/social-icons/medium.png');
}

section.cover .social-links a.substack {
    background-image: url('/img/landing-page/app-icons/substack.svg');
}

section.cover .social-links a.quora {
    background-image: url('/img/social-icons/quora.svg');
}

section.cover .social-links a.reddit {
    background-image: url('/img/social-icons/reddit.svg');
}

section.cover .social-links a.yelp {
    background-image: url('/img/social-icons/yelp.svg');
}

a.edit-btn:link, a.edit-btn:visited {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/img/icons/edit.png');
	font-size: 0;
	margin-top: 5px;
}


section.cover .pinned {
    margin-top: -65px;
    position: relative;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

section.cover .pinned.placeholder .pin  {
    display: flex!important;
}

section.cover .pinned.placeholder .pin img {
    width: 10px;
    margin-left: 10px;
    margin-right: -25px;
    cursor: pointer;
    align-self: center;
}

section.cover .pinned.placeholder .pin a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

section.cover .pinned .info-popup{
    top: -50px;
    right: 35px!important;
    left: auto!important;
    text-align: left;
    z-index:999999999 ;
}

.section.cover .pinned .pin-ct {
    margin-bottom: 17px;
}

section.cover .pinned .pin {
    background: #000;
    padding: 12px 29px 12px 50px;
    box-sizing: border-box;
    display: block;
    text-align: right;
    position: relative;
    display: inline-block;
/*     justify-content: flex-end; */
}

section.cover .mt-40 {
    margin-top: 40px;
}

/*
section.cover .pinned .pin:nth-child(2n){
    box-shadow: 15px 0 0 #000, -17px 0 0 #000;
}

section.cover .pinned .pin:nth-child(3n){
    box-shadow: 35px 0 0 #000, -35px 0 0 #000;
}
*/

section.cover .pinned .pin a span,
section.cover .pinned .pin p span {
    width: 128px;
    height: 11px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
}

section.cover .pinned .pin:first-child a span:last-child {
    width: 79px;
}

section.cover .pinned .pin:nth-child(2) a span {
    width: 121px;
}

section.cover .pinned .pin:nth-child(2) a span:first-child {
    width: 149px;;
}

section.cover .pinned .pin:nth-child(2) a span:last-child {
    width: 130px;
}

section.cover .pinned .pin:nth-child(3) a span {
    width: 158px;
}


section.cover .pinned .pin:nth-child(3) a span:last-child  {
    width: 67px;;
}

section.cover .pinned .pin a{
    color:#FFF;
    text-align: right;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

section.cover .pinned .pin svg{
    width: 19px;
    height: 18px;
    position: absolute;
    left: 37px;
    top:50%;
    margin-top:-9px;
}

section.cover .reads {
    text-align: right;
}

section.cover .reads .social-links {
    margin-right: 30px;
    margin-top: 20px;
}

section.cover .unverified-profile { 
    position: relative;
    color: #797979;
    font-size: 18px;
    font-family: din-condensed, sans-serif;
    -webkit-font-smoothing: antialiased;
}

section.cover a.unverified-profile:hover {
    cursor: pointer;
    color: #02db73;
    position: relative;
    font-size: 0;
    height: 21px;
    display: block;
}

section.cover a.unverified-profile:hover:after {
    content: 'Click Here to Verify Profile';
    width: 200px;
    height: auto;
    display: block;
    position: absolute;
    height: 21px;
    font-size: 18px;
    text-transform: uppercase;
}

section.cover .reads div.favs {
    display: inline;
    position: absolute;
    right: 0px;
    bottom: 70px;
    z-index: 9999;
}

section.cover .reads div.favs a {
    margin-bottom: 5px;
}

section.cover .reads div.favs a svg {
    transform: rotate(90deg)
}

section.cover .reads .black-btn {
    background: #000;
    color:#fff;
    text-align: right;
    padding:15px 35px 15px 35px;
    text-transform: uppercase;
    font-size: 0.875rem;
    display: inline-block;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

section.cover .reads .black-btn span {
    font-weight: normal;
}

section.cover .reads .black-btn.transparent {
    background: transparent;
}

section.cover .reads .black-btn.transparent svg {
    margin-right: 23px;
}

section.cover .black-btn svg {
    content: "";
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 35px;
    top: 2px;
    margin-right: 12px;
    transform: rotate(180deg)
}

section.cover .reads .browse {
    position: absolute;
    bottom: 0;
    right: 0px;
    background-color: #3aff98;
    /* width: 383px; */
    box-sizing: border-box;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 28px;
    padding-left: 28px
    
}
section.cover .reads .browse a {
    color:#000;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
}

section.cover .reads .browse a i {
    background: url(/img/arrow-down-black.png) no-repeat;
    width: 12px;
    height: 8px;
    background-size: cover;
    display: inline-block;
    margin-left: 15px;
}

section.cover .favourites {
    position: fixed;
    top: 45px;
    background: #000;
    width: 89%;
    height: calc(100% - 125px);
    min-height: 550px;
    z-index: 999;
    padding: 45px 40px;
    box-sizing: border-box;
    opacity: 0;
    right: -100%;
    transition: right 0.5s ease;
}

section.cover .favourites.show{
    right: 0;
    opacity: 1;
    left: 0;
    margin: auto;
    z-index: 99999;
    transition: right 0.5s ease;
}

section.cover .favourites h3{
    margin:0px 0px 15px 0px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
}

section.cover .favourites .add-favourites {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 16px;
}

section.cover .favourites .add-favourites fieldset.show {
    display: block!important;
}

section.cover .favourites .add-favourites button.add-btn {
    background: none;
    border: none;
    color: #3aff98;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: normal;
    outline: none;
}

section.cover .favourites .add-favourites fieldset {
    background: #1a1a1a;
    display: none;
    border: none;
    width: 200px;
    padding: 10px;
    border-radius: 4px;
    left: -10px;
    top: 10px;
    position: relative;
}

section.cover .favourites .add-favourites fieldset::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 13px solid #1a1a1a;
}

section.cover .favourites .add-favourites fieldset input{
    width: 100%;
    border-radius: 2px;
    padding: 8px 10px;
    border: 0;
    outline: none;
}

section.cover .favourites .add-favourites fieldset button{
    background: #3aff98;
    width: 100%;
    margin-top: 7px;
    font-size: 0.875rem;
    border: none;
    padding: 5px;
    border-radius: 2px;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

section.cover .favourites .add-favourites #favourites-msg{
    color: green;
    display: inline;
    position: relative;
    top: -2px;
    font-style: italic;
    margin-left: 10px;
}

section.cover .favourites .add-favourites #favourites-msg.error{
    color: red;
}



section.cover .favourites .close-btn,
section.cover .stats .close-btn {
    font-size: 18px;
    color: #3aff98;
    text-transform: uppercase;
    position: absolute;
    top:45px;
    font-weight: bold;
    right: 25px;
    background: none;
    border:0;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    outline: none;
}


section.cover .favourites h3 {
    font-size: 24px;
    margin-bottom: 0px;
}

section.cover .favourites p { 
    font-size: 18px;
    margin-bottom: 38px;
    color: #767676;
    font-weight: 500;
}

section.cover .favourites p span {
    color: #fff;
}

section.cover .favourites p b {
    font-weight: normal;
}

section.cover .favourites .edit-favs {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    right: 90px;
    display: flex;
    align-items: center;
}

section.cover .favourites .edit-favs svg {
    width: 15px;
    height: 15px;
    margin-left: 11px;
}

section.cover .favourites ul {
    margin: 38px 0px 0px 0px;
    padding: 0;
    height: calc(100% - 130px);
    overflow: scroll;
    box-sizing: border-box;
    min-height: 400px;
}

section.cover .favourites ul li {
    width: 100%;
    display:block;
    margin-bottom:38px;
    box-sizing: border-box;
    margin-right: 25px;
}

section.cover .favourites ul li:nth-child(4n) {
    margin-right: 0;
}
section.cover .favourites ul li img{
    width: 159px;
    height: 159px;
    margin-right: 30px;
    object-fit: cover;
    display: inline-block;
}

section.cover .favourites ul li a{
    list-style-type:none;
    color:#3aff98;
    font-size:1rem;
    display: flex;
    align-items: center;
    height: 159px;
    font-family: "proxima-nova";
}

section.cover .favourites ul li a  div{
    width: 100%;
    position: relative;
    top: 45px;
}

section.cover .favourites ul li a label {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.cover .favourites ul li a span.title {
    display: block;
    font-size: 28px;
    width: 70%;
    font-weight: bold;
}


section.cover .stats {
    position: fixed;
    top: 50px;
    background:rgba(0,0,0, 0.9);
    width: 100%;
    left:-100%;
    height: calc(100% - 50px);
    min-height: 550px;
    z-index: 99999;
    box-sizing: border-box;
    transition: left 0.5s ease;
}

section.cover .stats.show {
    left: 0;
}

section.cover .stats.show.move-down {
    top: 60px;
}

section.cover .stats > .row {
    display: flex;
    padding: 40px 0px 31px 0px!important;
    width: 85%;
    margin: 0 auto;
}

section.cover .stats .row .row {
    padding-top: 0px;
}

section.cover .stats .col {
    position: relative;
    color: #fff;
    height: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    display: flex;
    max-height: none; /* 440px */
    overflow: scroll;
    flex-direction: column;
}

section.cover .stats .col::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
    display: none;
}

section.cover .stats .col.profile {
    width: 21%;
    max-height: initial;
    overflow: initial;
    max-height: 650px;
}

section.cover .stats .col.profile .social-links {
    bottom: 0px;
    position: absolute;
}

section.cover .stats .row .row {
    justify-content: flex-start;
    padding-left: 0px;
}

section.cover .stats .col.stat {
    width: 80%;
}

section.cover .stats .col.stat .stat-list {
    display: flex;
    margin-bottom: 50px;
}

section.cover .stats .col.stat .stat-list div {
    margin-right: 40px;
}

section.cover .stats .col.stat .stat-list div:last-child {
    margin-right: 0px;
}

section.cover .stats .col.lists{
    width: 50%;
    font-size: 14px;
    max-height: 435px;
}

section.cover .stats .col:after {
    content:'';
    width: 1px;
    height: 450px;
    background: #474747;
    display: block;
    position: absolute;
    right: 0px;
    top: -20px;
    left: initial;

}

section.cover .stats .col.lists.with-stat:after {
    display:none;
}

section.cover .stats .col.profile .trigger{
    padding-left:0px;
    padding-right:0px;
}
section.cover .stats .col.profile .trigger:after {
    display: none;
}
section.cover .stats .col.profile .trigger i{
    content: "";
    background: url(/img/arrow-right-green.svg) no-repeat;
    background-size: cover!important;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

section.cover .stats .col.profile:after {
    top:0px;
    height: 100%;
}
section.cover .stats .col:last-child:after {
    display: none;
}

section.cover .stats .col:first-child {
    padding-left: 0;
}

section.cover .stats .col:last-child {
    padding-right: 0;
}

section.cover .stats .col a {
    display: block;
}

section.cover .stats .col.stat div {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: din-condensed, sans-serif;
    font-weight: 100;
}

section.cover .stats .col.stat div:last-child {
    margin-bottom: 0;
}

section.cover .stats .col.stat .profile-info {
    margin-bottom: 50px;
}

section.cover .stats a.edit-bio {
    display: flex;
    color: #707070;
    position: absolute;
    right: 65px;
    top: 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
section.cover .stats a.edit-bio:hover {
    color: #21d374;
}

section.cover .stats a.edit-bio img {
    object-fit: contain;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

section.cover .stats .col.stat .profile-info p{
    text-transform: initial;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-family: "proxima-nova";
    margin-left: 10px;
    max-width: 80%;
}

section.cover .stats .col.stat .profile-info div{
    display: flex;
    margin-bottom: 12px;
}

section.cover .stats .col.stat .profile-info .location,
section.cover .stats .col.stat .profile-info .book {
    align-items: center;
}

section.cover .stats .col.stat .profile-info .bio svg{
    margin-left: 5px;
}

section.cover .stats .col.stat label {
    display: block;
    font-size: 48px;
    line-height: 39px;
    font-weight: 500;
    font-family: din-condensed, sans-serif;
}

section.cover .stats .col.lists .item {
    display: flex;
    align-self: auto;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 25px;
    font-weight: bold;
}

section.cover .stats .col.lists .item svg {
    display: block;
    margin-right: 13px;
    width: 32px;
    height: 42px;
}

section.cover .stats .col.lists .item div  {
    font-family: "proxima-nova";
    font-family: "proxima-nova";
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: initial;
}
section.cover .stats .col.lists .item div b {
    text-transform: uppercase;
}

section.cover .stats .col.lists a{
    color: #3aff98;
    font-weight: bold;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}


section.cover .stats .col.lists.with-stat  {
    width: 45%;
}
section.cover .stats .col.lists.with-stat .item a{
    display: flex;
    width: 100%;
}

section.cover .stats .col.lists.with-stat .item h3 {
    margin-bottom: 20px;
    margin-top: 0px;
}


section.cover .stats .col.lists.with-stat .item h3  span {
    display: inline-block;
    width: 165px;
}

section.cover .stats .col.lists.with-stat .item  img {
    display: inline-block;
    object-fit: contain;
    margin-left: 20px;
}
section.cover .stats .col.lists.with-stat .item h3,
section.cover .stats .col.lists.with-stat .item a,
section.cover .stats .col.lists.with-stat .item label {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    font-family: "proxima-nova";
}
section.cover .stats .col.lists.with-stat .item {
    flex-direction: column;
    text-transform: uppercase;
    margin-top:0px;
    max-height: 240px;
    overflow: scroll;
}

section.cover .stats .col.lists.with-stat .item::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
    display: none;
}

section.cover .stats .col.lists.with-stat .item p {
	text-transform: none;
	color: #999;
}

section.cover .stats .col.lists.with-stat .item span {
    display: inline-block;
    width: 165px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section.cover .stats .col.lists.with-stat .item label{
    display: inline-block;
    color:#FFF;
    margin-left: 25px;
    width: 15px;
    text-align: center;
} 

section.cover .stats .col.lists.with-stat .item label:last-child{
    margin-left: 35px;
}

section.cover .placeholder-popover {
    background-color: #000;
    width: 347px;
    padding: 15px 20px 15px 20px;
    background: #1D1D1D;
    border-radius: 3px;
    color: #FFF;
    position: absolute;
    box-sizing: border-box;
    cursor: initial;
    font-size: 14px;
    display: none;
    border: 5px solid #F85656;
}

section.cover .placeholder-popover.hide {
    display: none!important;
}

section.cover .placeholder-popover a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

section.cover .social-links:hover .placeholder-popover {
    bottom: 30px;
    display: block;
}

section.cover .pinned:hover .placeholder-popover{
    right: 250px;
    z-index: 99;
    display: block;
}

section.cover .badges:hover .placeholder-popover{
    left: 130px;
    display: block;
}

.mobile-content .boxes {
    width: 100%;
    margin:0;
    padding:0;
}

.mobile-content h3 a {
    color: #FFF;
}

.mobile-content .boxes .box.wider-img .content h3 a {
    color: #fffb33;
}

.mobile-content .row > div:first-child {
    margin:0px!important;
}

.mobile-content .boxes .box label, 
.mobile-content .boxes .box b {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: brandon-grotesque, sans-serif;
}

.mobile-content .white h3 a,
.mobile-content .box.with-img h3 a,
.mobile-content .box.simple h3 a,
.mobile-content .box.light-green h3 a {
    color: #000;
}


.mobile-content .boxes .box {
    margin:0;
    position: relative;
}

.mobile-content .boxes .box b {
    text-transform: uppercase;
}

.mobile-content .boxes .box.with-p {
    padding-bottom: 45px;
    border-bottom: 6px solid #376f5e;
}

.mobile-content .boxes .box.with-p h3{
    font-size: 1.5rem;
    text-transform: initial;
    margin-bottom: 10px;
}

.mobile-content .boxes .box p{
    font-weight: 100;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.1;
    font-family: brandon-grotesque, sans-serif;
 }

 .mobile-content .boxes .row {
     display: flex;
 }

 .mobile-content .boxes .row .col {
     width: 50%;
 }

 .mobile-content .boxes .box.quoted h3 {
     font-weight: 900;
     color: #000!important;
 }
 
 .mobile-content .boxes .box.quoted h3 a {
    color: #000!important;
 }

 .mobile-content .boxes .row .box.black {
    padding-bottom: 80px;
    color: #fff;
    background-color: #161616;
    border-right:6px solid #493F4F;
    border-bottom: 6px solid #376f5e;
 }

 .mobile-content .boxes .row .box.black b {
     color: #fff;
 }

 .mobile-content .boxes .row .box.black h3 {
     color: #fffb33;
     line-height: 24px;
     font-size: 24px;
     margin: 10px 0px 19px 0px;
 }
 

 .mobile-content .boxes .row .box.with-img {
     height: 100%;
     border-bottom: 5px solid #376f5e;
     padding:0;
 }

 .mobile-content .boxes .row .box.with-img div {
     padding: 0px 17px;
     box-sizing: border-box;
 }
 .mobile-content .boxes .row .box.with-img img{
     width: 100%;
     margin-bottom: 32px;
     object-fit: cover;
 }


 .mobile-content .boxes .box.light-green h3,  
 .mobile-content .boxes .row .box.with-img h3{
     font-size: 24px;
     line-height: 24px;
     margin: 15px 0px 35px 0px;
 }

 .mobile-content .boxes .box.light-green  label {
     color: #000;
 }

 .mobile-content .boxes .box label {
     position: absolute;
     font-size: 12px;
     bottom:12px;
     font-weight: bold;
     text-transform: uppercase;
 }

 .mobile-content .boxes .box.wider-img {
    padding:0;
    overflow: hidden;
    height: 435px;
 }

 .mobile-content .boxes .box.wider-img img {
     width: 100%;
     height: 100%;
     position: absolute;
     object-fit: cover;
     object-position: center;
 }

 .mobile-content .boxes .box.wider-img p {
     margin-bottom: 40px;
 }

 .mobile-content .boxes .box.wider-img h3 {
     max-height: initial;
 }

 .mobile-content .boxes .box.wider-img .content {
    padding: 25px 19px;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    width: 100%;
 }

 .mobile-content .boxes .box.wider-img .content b{ 
     color: #FFF;
 }

 .mobile-content .boxes .box.wider-img .content h3 {
     color: #fffb33;
     font-size: 30px;
     font-weight: bold;
     line-height: 30px;
     margin: 15px 0px 20px 0px;
     font-family: brandon-grotesque, sans-serif;
 }

 .mobile-content .boxes .box.wider-img .content p {
    font-style: italic;
    font-size: 18px;
    font-weight: 100;   
    font-family: brandon-grotesque, sans-serif;
 }

 .mobile-content .boxes .box.simple h3{
    line-height: 24px;
    font-size: 24px;
    margin: 10px 0px 25px 0px;
 }

 .mobile-content .boxes .box.simple label {
    font-family: brandon-grotesque, sans-serif;

 }

 .mobile-content .boxes .box.wider-img.long {
     height: 539px;
 }

 .mobile-content .boxes .box.wider-img.long .content {
     width: 80%;
     height: 100%;
     top:0;
     left:0;
     padding: 35px 19px;
 }

 .mobile-content .boxes .box.wider-img.long .content h3 {
     max-height: initial;
     font-family: din-condensed, sans-serif;
     font-size: 30px;
     line-height: 30px;
     color: #FFF;
     font-weight: 100;
 }

 .mobile-content .boxes .box.wider-img.long .content p {
     font-weight: 100;
     color: #fffd00;
     padding-right: 20px;
     box-sizing: border-box;
 }

 .box.with-img-text {
     display: flex;
     color :#FFF;
     margin:-21px 0 100px 0;
     padding: 0px 81px 0px 100px;
 }

 .box.with-img-text b {
     font-size: 12px;
     display: block;
     line-height: 20px;
 }

 .box.with-img-text .col:first-child {
     width: 45%;
 }

 .box.with-img-text .col:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .box.with-img-text .col:last-child {
    text-align: right;
    width: 55%;
    padding-top: 92px;
 }

 .box.with-img-text .badge {
    background-color: #363636;
    font-size: 35px;
    text-align: left;
    width: 130%;
    font-family: "proxima-nova";
    line-height: normal;
    position: relative;
    left: -30%;
    box-sizing: border-box;
    padding: 40px 50px;
    margin: 24px 0px 36px 0px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
 }

 .box.with-img-text p {
     font-weight: 100;
     width: 60%;
     text-align: left;
     margin-bottom: 15px;
     font-size: 14px;
     line-height: 22px;
     display: inline-block;
 }

 .box.with-img-text p a {
     text-transform: uppercase;
     display: block;
     text-align: right;
     margin-top: 30px;
     font-weight: bold;
     -webkit-font-smoothing: antialiased;
     color: #cac61a!important;
     cursor: pointer;
 }

 footer {
/*     width: calc(100% - 100px); */
    margin: 0px auto;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999998;
    display: none;
    font-family: "proxima-nova", sans-serif;
 }  

 footer.collection {
    padding: 15px 20px;
    display: flex;
    z-index: 9999;
 }

 footer.collection.show {
     display: flex;
 }

 footer.collection div img {
     margin-right: 10px;
 }

 footer.collection a.profile-link {
     margin:0;
     display: flex;
     align-items: center;
 }

 footer.collection span {
     margin-right: 5px;
     margin-left: 5px;
 }

 footer.collection.small .profile-link {
     display: none;
 }
 
 footer.show {
    display: flex;
 }

 footer div {
    display: flex;
    height: 36px;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    box-sizing: border-box;
 }

 footer div img {
     border-radius: 50%;
     width: 36px;
     height: 36px;
     object-fit: cover;
     margin-right: 15px;
 }

 footer div a {
     margin-left: 5px;
     font-size: 14px;
 }


 footer a {
    color: #737373;
    font-weight: bold;
    font-size: 14px;
}

footer a svg {
    position: relative;
    top: 1px;
}

.big-article {
    display: flex;
    padding: 0px 81px 0px 100px;
    color: #FFF;
}

.big-article .col:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
    padding: 115px 70px 100px 50px;
    box-sizing: border-box;
}

.big-article .col:first-child h3 {
     font-size: 60px;
     font-family: din-condensed, sans-serif;
     font-weight: 100;
 }

.big-article .col:last-child {
    height: 1000px;
    width: 50%;

}

.big-article .col:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-article .col:first-child p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
    font-style: italic;
    width: 80%;
}

.big-article .col:first-child b, 
.big-article .col:first-child label {
    font-weight: bold;
    font-size: 14px;
    font-family: "proxima-nova";
}

.big-article .col:first-child div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.desktop-content.loading {
    background: url("/img/loading.gif") no-repeat center center / cover;
    background-size: 20%;
    min-height: 500px;
}

.desktop-content .boxes {
    padding: 0px 81px 0px 100px;
    margin:  0px;
}

.desktop-content .article {
    margin: 106px 0px 106px 0px;
    padding: 0px 81px 0px 100px;
}

.collection-area {
    padding: 0px 81px 0px 100px;
    margin:80px 0px;
}

.text-box {
    margin: 54px 120px 54px 120px;
    background: #201d1d;
    padding: 65px 80px 65px 60px;
    color: #767676;
    font-family: proxima-nova;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 500;
    display: none;
}

.text-box span {
    color: #fff;
}

.text-box b {
    font-size: 24px;
}

.bubble {
    width: 98px!important;
    height: 100px!important;
    border: none;
    position: absolute!important;
    right: 55px!important;
    top: -12px!important;
    outline: none;
    padding: 0!important;
    margin: 0!important;
}

.bubble b {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F85656;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: 0.50;
    filter: grayscale(1);
}

.bubble.active b{
    opacity: 1;
    filter: initial;
    cursor: pointer;
}


.bubble.active:hover .info-popup {
    display: block!important;
}

.bubble.cover {
    left: 0;
    right: 0!important;
    bottom: 0;
    top: 0!important;
    margin: auto!important;
    z-index: 99999;
}

.bubble.calibrate {
    right: 50px!important;
    top: 60px!important;
    z-index: 999999999999;
}

.bubble.calibrate .info-popup {
    right: 45px!important;
    left: auto;
    z-index: 99999999;
    top: 45px;
}


.bubble.calibrate .info-popup a {
    padding: 8px 25px 8px 61px;
}


.bubble .info-popup {
    display: none!important;
}

.bubble .info-popup p {
    margin-bottom: 20px;
}

.bubble:hover .info-popup {
    display: block!important;
}

.bubble.cover .info-popup {
    top: 40px;
    left: -115px;
}


.social-links .bubble {
    top: -70px!important;
    left: 10px !important;
}

.favs .bubble {
    left: -45px;
    right: auto!important;
    z-index: 99;
}

section.cover .pinned .bubble {
    right: 0!important;
    left: -120px!important;
    bottom: -120px;
    top: auto!important;

}

.bubble-box {
    position: absolute;
    left:0;
    right: 0;
    z-index: 99;
    margin: auto;
    top:-5px;
    display: flex;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 455px;
}

.bubble-box .content {
    height:auto;
    border-radius: 8px;
    border: solid 4px #f85656;
    background-color: #e7e7e7;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 22px 15px 20px;
    position: relative;
}


.bubble-box .content h3 {
    font-size: 24px;
    color: #000;
    margin:0;
    line-height: 28px;
    font-weight: 900;
    font-family: proxima-nova;
}

.bubble-box .content p {
    font-size: 14px;
    line-height: 18px;
    font-family: proxima-nova;
    margin: 7px 0px 12px 0px;
}

.bubble-box .content a {
    font-family: proxima-nova;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding:14px 24px;
    background: #000;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.bubble-box .content img {
    width: 98px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    left: -50px;
    top:-55px;
}

.bubble-box .content.small h3, 
.bubble-box .content.small a {
    display: none;
}

.bubble-box .content.small .completion-bar {
    margin-top: 10px;
}

.no-tiles {
    background: url("/img/tiles-placeholder.png") no-repeat top left / cover;
    margin: 20px 0;
    height: 3261px;
    width: 100%;
    font-family: "proxima-nova";
}

.no-tiles .overlay {
    width: 55%;
    border: solid 1px #737373;
    background-color: #0b0a0c;
    padding: 50px 60px 61px 60px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 9999;
    opacity: 1;
    margin: 0 auto;
    height: auto;
    top: 112px;
}

.no-tiles .overlay a {
    content: "";
    width: 98px!important;
    height: 100px!important;
    background: url(/img/bubble.png) no-repeat center center / cover!important;
    border: none;
    position: absolute!important;
    right: -45px!important;
    top: -45px!important;
    outline: none;
    padding: 0!important;
    margin: 0!important;
    display: none;
}

.no-tiles .overlay  h2 {
    font-size: 24px;
    font-weight: normal;
    color: #8dffc3;
    text-transform: uppercase;
    margin:0;
    line-height: normal;
    font-weight: bold;
}

.no-tiles .overlay  p {
    font-size: 18px;
    font-weight: 500;
    color: #767676;
    margin: 25px auto;
    width: 95%;
    line-height: 23px;
}

.no-tiles .overlay  p.white {
    color: #ffffff;
    margin-bottom: 0px;
}   

.completion-bar {
	display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 18px;
}

.completion-bar a {
	display: inline-block!important;
	vertical-align: middle;
	height: auto;
    width: auto;
    font-size: 10px!important;
    color: #959595!important;
    background: none!important;
    text-transform: uppercase!important;
    margin: 0 17px 0 0;
    line-height: 9px;
    padding: 0!important;
    font-weight: normal!important;
}

.completion-bar div.credits {
    width: 20%;
    margin-left: 12px;
    padding-left: 33px;
    position: relative;
}

.completion-bar div.credits:before {
    content: "";
    width: 1px;
    height: 53px;
    background: #000;
    position: absolute;
    display: block;
    left: 0px;
    top: 3px;
}

.completion-bar div.credits a {
    width: 100%;
    margin:0;
}


.completion-bar a b {
    display: block;
    margin-bottom: 5px;
    background: #f85656;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    color: #000!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.completion-bar a.done {
    pointer-events: none;
}

.completion-bar a.done b {
    font-size: 0px;
    background: #179338 url(/img/check.svg) no-repeat center center / cover;
    background-size: 50%;

}

.completion-bar img {
    position: relative!important;
    height: 62px!important;
    width: 47px!important;
    top: -5px!important;
    left: 6px!important;
}

.info-btn {
    width: 40px;
    height: 40px;
    background: url("/img/info-no-shadow.png") no-repeat center center / cover;
    display: block;
    position: absolute;
    border: none;
    left: 121px;
    top: 37px;
    outline: none;
    cursor: pointer;
    z-index:99999999;
    display: none;
}

.info-btn.show {
    display: block;
}

.info-btn[data-type="side-menu"]{
    left: 0px;
    transition: left 0.2s ease;
}

.info-btn[data-type="tray"]{
    left: 0px;
    transition: left 0.2s ease;
}

.info-btn[data-type="profile"]{
    right: 10px;
    transition: left 0.2s ease;
    left: auto;
}

.info-btn[data-type="not"]{
    left: auto;
    right: 0;
    transition: left 0.2s ease;
}

.info-btn[data-type="settings"] {
    left: auto;
    right: 85px;
    transition: right 0.2s ease;
}

.info-btn[data-type="settings"] .info-popup {
    left: auto;
    right: 11px;
}

.info-btn[data-type="settings"] .info-popup button{
    right: 0;
    bottom: -50px;
}

.info-btn[data-type="verify"] {
    left: 20px;
    transition: right 0.2s ease;
    top: 30px;
}

.info-btn[data-type="verify"] .info-popup {
    left: auto;
    right: 10px;
    transition: right 0.2s ease;
}


.info-btn[data-type="keyoptions"] {
    left: auto;
    right: 20px;
    transition: right 0.2s ease;
    top: 20px;
}

.info-btn[data-type="keyoptions"] .info-popup {
    left: auto;
    right: 10px;
    transition: right 0.2s ease;
}




.info-btn[data-type="prev"] {
    left: auto;
    right: 320px;
    transition: right 0.2s ease;
}

.info-btn[data-type="prev"] .info-popup {
    left: auto;
    right: 11px;
}


.info-btn[data-type="search"] {
    left: auto;
    right: 95px;
    transition: right 0.2s ease;
}

.info-btn[data-type="search"] .info-popup {
    left: auto;
    right: 11px;
}

.info-btn[data-type="search"] .info-popup button{
    right: 0px;
    bottom: -55px;
}

.info-btn[data-type="stats"] {
    left: 200px;
    right: auto;
    top: -50px;
    transition: left 0.2s ease;
}

.info-btn[data-type="stats"] .info-popup {
    left: 70px;
    top: -10px;
}

.info-btn[data-type="stats"] .info-popup button{
    right: 0px;
    bottom: -55px;
}

.info-btn[data-type="badges"] {
    left: 100px;
    top: 10px;
    transition: top 0.2s ease;
}

.info-btn[data-type="badges"] .info-popup {
    left: 50px;
    top: -10px;
}

.info-btn[data-type="badges"] .info-popup button{
    right: 0px;
    bottom: -55px;
}

.info-btn[data-type="pinned"] {
    left: -15px;
    top: 40px;
    transition: right 0.2s ease;
}

.info-btn[data-type="pinned"] .info-popup.info-popup {
    right: 45px!important;
    left: auto;
}

.info-btn[data-type="pinned"] .info-popup button{
    right: 0px;
    bottom: -55px;
}

.info-btn[data-type="favs"] {
    left: auto;
    bottom: 125px;
    top: 0px;
    transition: bottom 0.2s ease;
}

.info-btn[data-type="favs"] .info-popup {
    left: auto;
    right: 50px;
    top: -14px;
}

.info-btn[data-type="favs"] .info-popup button{
    right: -120px;
    bottom: 0px;
}


.info-popup {
    display: block;
    width: 347px;
    padding: 15px 20px 22px 20px;
    background: #1D1D1D;
    border-radius: 3px;
    color: #FFF;
    position: absolute;
    left: -22px;
    top: 55px;
    box-sizing: border-box;
    cursor: initial;
    border: 5px solid #F85656;
}

.settings.right .info-btn.settings {
    right: 80px!important;
}

.info-btn.settings {
    right: 385px!important;
    z-index: 99999999;
    left: auto;
    top: 34px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
    position: fixed;
}

.info-btn.settings .info-popup {
    right: -10px;
    left: auto;
    top: 35px;
}

.info-btn.toggle {
    right: 70px;
    z-index: 99999999;
    left: auto;
    top: 34px;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
    width: 33px;
    height: 33px;
    position: fixed;
}

.info-btn.toggle .info-popup {
    left: initial;
    right: 0;
    top:33px;
}

.info-popup.show {
    display: block!important;
}

.info-btn.tray {
    left: 168px;
    z-index: 999999999;
    top: 26px;
    width: 33px;
    height: 33px;
    position: fixed;
    background: url(/img/info-no-shadow.png) no-repeat center center / cover;
}

.info-btn.tray .info-popup{
    left: 0;
    top: 35px;
}

.info-popup h3 {
    text-transform: uppercase;
    font-weight: bold!important;
    font-size: 16px!important;
    font-family: "proxima-nova"!important;
    margin: 0px 0px 15px 0px!important;
}

.info-popup p {
    font-size: 14px!important;
    color: #fff!important;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    text-transform: initial;
    -webkit-font-smoothing: antialiased;
}

.info-popup p span {
    color: #f85656;
    background: none!important;
    display: inline!important;
}

.info-popup p a {
    background: none;
    color: #fff;
    font-size: 14px!important;
    text-transform: initial;
    padding:0;
    margin:0;
    display: inline;
    float: none;
    font-weight: normal;
    text-decoration: underline;
}

.info-popup button {
    background: #179338;
    border: none;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    font-weight: normal;
    color: #fff;
    font-weight: bold;
    font-family: 'proxima-nova';
    border-radius: 2px;
    width: 88px;
    height: 39px;
    position: absolute;
    right: -98px;
    bottom: 5px;
}

.info-popup a {
    background: #417751;
    border: none;
    border-radius: 2px;
    font-size: 24px!important;
    color: #fff!important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 25px 8px 25px;
    float: right;
}


.overlay.bubbles-overlay {
    background: rgba(0,0,0,0.5)!important;
}

.hide-bubbles-content {
    background: #000;
    width: 45%!important;
    border-radius: 8px;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

.hide-bubbles-content h2 {
    margin: 0;
    font-size: 35px;
}

.hide-bubbles-content p {
    margin: 10px 0px 25px 0px;
}

.hide-bubbles-content button {
    background: #F85656;
    border: none;
    border-radius: 4px;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    min-width: 150px;
}

.hide-bubbles-content button:last-child {
    background: #3AFF98;
}

.notification-list {
    background: #000;
    width: auto; 
    box-sizing: border-box;
    left: -1077px;
    display: block;
    height: calc(100vh - 45px);
    min-height: 650px;
    position: absolute;
    top:33px;
    overflow: scroll;
    transition: all 0.5s ease;
    padding: 45px 0px 0px 0px;
}

.notification-list.show {
    left:-80px;
    z-index: 9999;
}

.notification-list ul {
    margin:0;
    padding:0;
}

.notification-list ul li {
    list-style-type: none;
    padding:0;
    position: relative;
    display: flex;
    padding: 5px 30px 5px 25px;
    align-items: center;
    margin-bottom: 20px;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    transition: opacity 0.5s ease;
}

.notification-list ul li a {
    width: auto!important;
    height: auto!important;
    display: flex;
    align-items: center;
    margin:0!important;
}

.notification-list ul li .mark-as-read {
    width: auto!important;
    height: auto!important;
    font-size: 12px;
    font-weight: lighter;
    color: #818181;
    text-decoration: none;
    position: absolute;
    top: -12px;
    right: 14px;
    display: block;
    cursor: pointer;
}

.notification-list ul li:hover {
    background: #0c0c0c;
}

.notification-list ul li img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.notification-list ul li img.no-photo {
    object-fit: contain;
}

.notification-list ul li .text {
    color: #FFF;
    font-size: 16px;
    display: block;
    width: 225px!important;
    margin-left: 17px;
    margin-right: 22px;
    line-height: 20px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    font-family: benton-sans, sans-serif;
}

.notification-list ul li.hide {
    opacity: 0.5;
    animation: slideLeft 0.7s ease-in-out 0.2s alternate forwards;
}


.notification-list ul li .text span {
    width: auto;
    height: auto;
    border: none;
    background: none;
    display: block;
    margin:0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-family: benton-sans, sans-serif;
}

.notification-list ul li .text span b {
    text-transform: uppercase;
    font-weight: bold;
    font-family: benton-sans, sans-serif;
}

.notification-list ul li .text span i {
    overflow: hidden;
    white-space: nowrap;
    display: inline;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    /* top: 5px; */
}

.notification-list ul li .svg-placeholder{
    width: 34px;
    height: 32px;
}

.notification-list ul li .text label {
    color: #818181!important;
    display: block!important;
    font-weight: 100!important;
    text-transform: lowercase;
    font-family: benton-sans, sans-serif;
    position: initial!important;
    background: transparent!important;
}

.notification-list ul li .text a {
    width: auto;
    height: auto;
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-list ul li .text p {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block!important;
    width:100%;
}

.notification-list ul li.adv img{
    border-radius: 0;
    width: 68px;
    height: 68px;
}

.notification-list ul li.adv a{ 
    color: #FFF;
    font-size: 16px;
    display: block;
    font-weight: 100;
    height: auto;
    -webkit-font-smoohting: antialiased;
    font-family: benton-sans, sans-serif;
}

/* .notification-list ul li.status-viewed:first-child:after {
    content: '';
    position: absolute;
    top:0;
    right: 0;
    left:0;
    margin: auto;
    width: 90%;
    height: 1px;
    background: #3F3E3E;
} */

.notification-list ul ul li,
.notification-list ul li.status-viewed {
    opacity: 0.3;
    margin-bottom: 25px;
    pointer-events: none;
    cursor: default;
    transition: all 0.3s ease;
}

.notification-list ul li.status-viewed.added {
    opacity: 0.5;
}

.notification-list ul li.status-viewed .mark-as-read {
    display: none!important;
}

.notification-list ul ul li {
    position: relative;
    padding-top: 25px;
}

.notification-list ul ul li:first-child:after {
    content: '';
    position: absolute;
    top:0;
    right: 0;
    left:0;
    margin: auto;
    width: 90%;
    height: 1px;
    background: #929292;
}



@-webkit-keyframes slideLeft {
    from {left:0; opacity: 0.5;}
    to{left: -750px;  opacity: 0.3;}
  }
  
  /* Standard syntax */
  @keyframes slideLeft {
    from {left:0; opacity: 0.5;}
    to{left: -750px;  opacity: 0.3;}
  }

.overlay.quick-tour {
    position: absolute!important;
    right:0!important;
    margin: auto!important;
    width: 520px;
}

.overlay.quick-tour.verify-profile {
    transition: none;
}

.overlay.quick-tour.verify-profile .content {
    text-align: center;
}

.overlay.quick-tour.verify-profile .content a:hover {
    background-color: #02db73;
}

.overlay.quick-tour.verify-profile .content a:last-child:hover  {
    background: #F85656;
}

.overlay.quick-tour.show {
    background: none;
    opacity: 1!important;
    z-index: 9999999!important;
}

.overlay.quick-tour .content {
    width: 450px;
    background: #E7E7E7;
    border-radius: 8px;
    border: 4px solid #F85656;
    padding: 30px;
    margin: 125px auto 0px auto!important;
}

.overlay.quick-tour .content h2 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-family: 'proxima-nova';
    margin: 0 0 20px 0px;
}

.overlay.quick-tour .content a {
    border-radius: 4px;
    background: #383838;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    outline: none;
    font-family: 'proxima-nova';
    padding: 11px 30px 11px 30px;
    width: auto;
    height: auto;
    border: none;
    position: initial;
    display: inline-block;
}

.overlay.quick-tour .content a:last-child {
    margin-left: 12px;
    background: #ACACAC;
}

.company-exists p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    padding-left: 15px;
}

.company-exists .btn {
    width: auto;
} 

.company-exists .btn i {
    margin-left: 20px;
}

.onboarding-overlay {
    position: absolute;
    top: 25px;
    z-index: 9999;
    display: inline-flex;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
}

.onboarding-overlay.medium {
    width: 60%;
}

.onboarding-overlay.hide {
    display: none;
}

.onboarding-overlay .content {
    border: 5px solid #FF5C5C;
    border-radius: 28px;
    width: 455px;
    margin-top: 70px;
    padding: 25px 30px;
    color: #FFF;
    font-family: "proxima-nova";
    box-sizing: border-box;
    background-color: #000;
}

.onboarding-overlay .content .steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.onboarding-overlay .content .steps:before {
    content: '';
    background-color: #979797;
    width: 98%;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0;
    z-index: 9;
}

.onboarding-overlay .content .steps span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: bold;
    background: #5C5C5C;
    font-size: 30px;
    position: relative;
    z-index: 10;
    color: #8B8B8B;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.onboarding-overlay .content .steps span.active {
    background: #2DDB73;
    color: #000;
}

.onboarding-overlay .content .steps span.completed {
    font-size: 0px;
    background: #2DDB73 url("/img/checkmark-radius.png") no-repeat center center / 60%;
 
}

.onboarding-overlay .content h4 {
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0px 10px 0px;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay .content h4 span {
    color: #D0D0D0;
}

.onboarding-overlay .content .hide {
    display: none;
}

.onboarding-overlay .content form div {
    border-radius: 2px;
    background: #17131A;
    padding: 15px 20px;
}

.onboarding-overlay .content form fieldset {
    border:none;
    padding:0;
    width: 49%;
    font-family: "proxima-nova";
    margin: 0 0 15px 0px!important;
    display: inline-block;
}

.onboarding-overlay .content form fieldset.full {
    width: 100%;
    float: none;
    clear:both;
}

.onboarding-overlay .content form fieldset label {
    color: #646464;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.onboarding-overlay .content form div.locked fieldset input {
    border:none;
    background: transparent;
    color: #FFF;
    font-size: 18px;
    width:100%!important;
    outline:none;
    font-weight: bold;
    padding: 5px 0px;
    margin:0;
}

.onboarding-overlay .content form div.linkedin {
    margin-top: 15px;
}
.onboarding-overlay .content form div.linkedin fieldset input {
    border:none;
    border-bottom: 1px solid #FF0000;
    background: transparent;
    color: #FFF;
    font-size: 18px;
    width:100%!important;
    outline:none;
    padding-top: 10px;
    font-weight: bold;
    margin-left: 0;
    border-radius: 0;
}

.onboarding-overlay .content form div fieldset:first-child {
    margin-right: 5px!important;
}

.onboarding-overlay .content form p {
    color: #919191;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.7px;
    padding:0px;
    -webkit-font-smoothing: antialiased;
    margin: 5px 0px 10px 0px;
}

.onboarding-overlay .content form p a {
    color: #919191;
    text-decoration: underline;
}

.onboarding-overlay .content .btn-text {
    color: #4F4F4F;
    font-size: 30px;
    letter-spacing: -1.5px;
    line-height: 18px;
    height: 56px;
    background: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    margin-right: 30px;
}

.onboarding-overlay .content .btn-text:hover {
    color: #2DDB73;
}

.onboarding-overlay .content .btn-green {
    display: flex;
    align-items: center;
    background: #00d264;
    cursor: pointer;
    width: 50%;
    justify-content: center;
    padding: 10px 20px;
    margin-top: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1.5px;
    box-sizing: border-box;
    text-align: center;
    float: right;
    text-decoration: none;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
}

.onboarding-overlay .content .btn-green i {
    background: url("/img/arrow-right-black.svg") no-repeat center center / cover;
    display: inline-block;
    height: 29px;
    width: 20px;
    margin-left: 20px;
}

.onboarding-overlay .content .btn-green i.loading {
    animation: none!important;
    -webkit-animation:none!important;
    background: url("/img/loader.gif") no-repeat center center / cover!important;
}

.onboarding-overlay .pb-0 {
    padding-bottom: 0px!important;
}

.onboarding-overlay .pt-10 {
    padding-top: 10px!important;
}

.onboarding-overlay .content .next-btn {
    justify-content: flex-end;
}

.onboarding-overlay .content .install-extension {
    padding-bottom: 20px;
}

.onboarding-overlay .content .install-extension p {
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    font-weight: normal;
    margin: 20px 0px 20px 0px;
    padding:0;
    font-family: "proxima-nova";
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay .content .install-extension p span {
    color: #fff;
}


.onboarding-overlay .content .verify-content .toggle {
    margin: 25px 0px 20px 0px;
}

.onboarding-overlay .content .toggle {
    overflow: hidden;
    clear: both;
    margin-top: 15px;
    position: relative;
    width: auto;
}

.onboarding-overlay .content .toggle svg {
    right: 0;
    top:0px;
    position: absolute;
    transition: all 0.1s ease;
}

.onboarding-overlay .content .toggle svg.two-line {
    right: 20px;
}

.onboarding-overlay .content .toggle.active ul,
.onboarding-overlay .content .toggle.active .video-wrapper {
    display: block;
}

.onboarding-overlay .content .install-extension .video-wrapper {
    display: none;
    margin-top: 15px;
}

.onboarding-overlay .content .toggle.active svg {
    transform: rotateX(180deg);
}

.onboarding-overlay .content .install-extension h4,
.onboarding-overlay .content .toggle h4 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    padding-right: 35px;
    position: relative;
}

.onboarding-overlay .content .toggle ul,
.onboarding-overlay .content .install-extension ul{
    margin:15px 0 0 0px;
    padding:0;
    display: none;
}

.onboarding-overlay .content .install-extension ul li,
.onboarding-overlay .content .toggle ul li {
    list-style-type: none;
    color: #B3B3B3;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
.onboarding-overlay .content .toggle p{
    color: #DBDBDB!important;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px!important;
    font-family: "proxima-nova";
    font-weight: 100;
}

.onboarding-overlay .content .toggle ul li b {
    color: #DBDBDB;
    margin: 15px 0px;
    display: block;
}

.onboarding-overlay .content .verify-content .toggle ul {
    margin-bottom: 0px!important;
}


.onboarding-overlay .content .install-extension .btn-green {
    width: auto;
    display: inline-flex;
    text-align: left;
    margin-bottom: 40px;
}

.onboarding-overlay .content h4.profile-title {
    margin-bottom:0;
}

.onboarding-overlay .content .profile-settings p {
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-family: "proxima-nova";
    font-size: 24px;
    line-height: 24px;
    margin: 30px 0px 0px 0px;
}

.onboarding-overlay .content .profile-settings p.grey {
    color: #A4A4A4;
    font-size: 18px;
    line-height: 18px;
    margin:0;
    font-weight: normal;
    padding:0;
}

.onboarding-overlay .content .profile-settings p.light-grey {
    color: #A4A4A4;
    font-size: 18px;
    line-height: 18px;
    margin:0 0 10px 0px;
    font-weight: normal;
    padding:0;
}

.onboarding-overlay .content .profile-settings div {
    background: none;
    width: 100%;
    padding:0;
}

.onboarding-overlay .content .profile-settings span.err {
    display: block;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    margin-top: 2px;
    color: red;
}

.onboarding-overlay .content form small {
    font-weight: normal!important;
    font-size: 12px!important;
    color: #C3C3C3;
    display: block;
    margin-top: 22px!important;
}

.onboarding-overlay .content form small  b {
    color: #FFF;
}


.onboarding-overlay .content .profile-settings label {
    margin-bottom: 10px;
    margin-top: 20px;

}

.onboarding-overlay .content .profile-settings form fieldset {
    width: 100%;
    float: none;
}

.onboarding-overlay .content .profile-settings form label {
    color: #FFF;
    display: block;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
}

.onboarding-overlay .content .profile-color {
    position: relative;
    z-index: 9;
}

.onboarding-overlay .content .profile-color label,
.choose-temp-photo label {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    display: block;
}

.onboarding-overlay .content .profile-color fieldset{
    width: 23px!important;
    height: 23px;
    display: inline-block!important;
    margin-right: 0!important;
    position: relative;
}
.onboarding-overlay .content .profile-color fieldset:last-child {
    margin-right: 0px!important;
}

.onboarding-overlay .content .profile-color fieldset label {
    width: 23px!important;
    height: 23px;
    border-radius: 4px;
    margin:0!important;
    cursor: pointer;
}

.onboarding-overlay .content .profile-color fieldset input:checked ~ label {
    width: 17px!important;
    height: 17px;
    margin-top: -3px!important;
    border-radius: 6px;
    border: 6px solid #cfcccc;
}

/* .onboarding-overlay .content .profile-color fieldset input:checked ~ label:after {
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 10px;
    background: #cfcccc;
    position: absolute;
    z-index: -1;
    left: -5px;
    top: -5px;
} */


.onboarding-overlay .content .profile-handle {
    color: #969696;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    font-family: "proxima-nova";
}

.onboarding-overlay .content .profile-handle input,
.onboarding-overlay .content form input {
    border: 2px solid  #2DDB73;
    border-radius: 4px;
    background: #FFF;
    color: #000;
    margin-left: 10px;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay .content .profile-handle input::placeholder {
    color: #969696;
}

.choose-temp-photo span {
    font-size: 17px;
    line-height: 18px;
    color: #75EA85;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: -5px;
    -webkit-font-smoothing: antialiased;
}

.choose-temp-photo fieldset {
    display: inline-block;
    margin:0px!important;
}

.choose-temp-photo fieldset.upload-photo {
    width:40%!important;
    margin-bottom:0px!important;
}

.choose-temp-photo fieldset.upload-photo  label {
    margin-top: 0px!important;
}

.choose-temp-photo fieldset.temp-photo {
    width: 55%!important;
    margin-bottom:0px!important;
    padding-bottom: 5px !important;
}

.choose-temp-photo fieldset.temp-photo.hide {
    display: none;
}

.temp-photo-container {
    margin-top: 20px;
    position: fixed;
    width: 500px!important;
    border-radius: 5px;
    height: auto;
    background: #000!important;
    padding: 20px!important;
    z-index: 999999;
    border: 1px solid;
    top: 50%;
    left: 0;
    right: 0;
    margin: -120px auto 0 auto;
}

.temp-photo-container h3 {
    margin-top: 0px;
}

.temp-photo-container .container {
    overflow: auto;
    height: 250px;
}

.onboarding-overlay .content .temp-photo-container.hide {
    display: none;
}



.temp-photo-container img {
    width: 32%;
    height: 85px;
    opacity: 0.8;
    display: inline-block;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #fff;
    background: url("/img/no-photo.svg") no-repeat center center / 50%;
}   

.temp-photo-container img:hover {
    opacity: 1;
    border-color: #02db73;
}

.choose-temp-photo fieldset label, 
.choose-temp-photo fieldset button {
    width: 100%;
    text-align: center;
    border:none;
    outline: none;
    font-size: 14px!important;
    margin-bottom: 0px;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    padding: 20px 0px;
    background: #454545;
    color: #A8A8A8;
    display: inline-block;
}

.choose-temp-photo fieldset button {
    background: #454545;
    color: #A8A8A8;
    font-weight: bold;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.choose-temp-photo fieldset button:hover {
    background: #1EA94B;
    color: #FFF;
}


.choose-temp-photo fieldset label.active, 
.choose-temp-photo fieldset button.active {
    background: #1EA94B;
    color: #FFF;
}


.onboarding-overlay .content .preview {
    padding: 0px 0px 0px 0;
    margin: 0px 0px 20px 0;
    display: flex;
}

.onboarding-overlay .content .preview section.cover {
    background: #605c5c;
    border: solid 1px #ffffff;
    width: 100%;
    height: 206px!important;
    min-height: initial!important;
    overflow: hidden;
    margin-left:0!important;
    margin-right: 0;
    margin-bottom: 0px!important;
}

.onboarding-overlay .content .preview section.cover .badges {
    margin-bottom: 0px!important;
}

.onboarding-overlay .content .preview section.cover .profile .badges svg {
    margin-right: 0px;
    width: 8px!important;
    height: 10px!important;
}

.onboarding-overlay .content .preview section.cover .cursor {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease;
}

.onboarding-overlay .content .preview section.cover .cursor.hide {
    display: none!important;
}


.onboarding-overlay .content .preview section.cover:hover .cursor{
    visibility: hidden;
    opacity: 0;
    z-index: -10;
}

.onboarding-overlay .content .preview section.cover .row{
    padding: 10px 0px 0px 10px!important;
    
}

.onboarding-overlay .content .preview section.cover .row .profile {
    width: 30%!important;
}

.onboarding-overlay .content .preview section.cover .row .profile::before {
    z-index: -3;
    width: 100px;
}

.onboarding-overlay .content .preview section.cover .profile-image {
    position: absolute;
    object-fit: cover;
    object-position: left;
    cursor: move;
}

.onboarding-overlay .content .preview section.cover .favs a:after, 
.onboarding-overlay .content .preview section.cover .reads::before{
    display: none;
}

.onboarding-overlay .content .preview section.cover .profile h2 {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 5px;
    border:none;
    padding-bottom:0px;
}

.onboarding-overlay .content .preview section.cover .profile h1{ 
    font-size: 14px!important;
    display: inline-block!important;
    margin: 20px 0px 0px 0px!important;
    line-height: 12px;  
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay .content .preview section.cover .profile span.stats-prev {
    background: #000;
    width: 52px;
    height: 8px;
    display:block;
    margin: 5px 0px 0px 0px;
    position: initial;
}

.onboarding-overlay .content .preview section.cover .profile h3, 
.onboarding-overlay .content .preview section.cover .profile h3.stats-h3 {
    font-size:8px;
}

.onboarding-overlay .content .preview section.cover .profile h3.stats-h3 {
    display: inline-block;
    margin-left: 5px;
}

.onboarding-overlay .content .preview section.cover .reads {
    margin-top: 18px;
    width: 30%!important;
    position: initial!important;
}
.onboarding-overlay .content .preview section.cover .pinned {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.onboarding-overlay .content .preview section.cover .pinned .pin{
    background-color: #212121;
    height: 21px;
    width: 62px;
    margin-bottom: 10px;
    display: inline-block;
}

.onboarding-overlay .content .preview section.cover .pinned .pin:nth-child(2n) {
    box-shadow: initial;
    width: 74px;
}

.onboarding-overlay .content .preview section.cover .pinned .pin:nth-child(3n){
    box-shadow: initial;
    width: 58px;
}

.onboarding-overlay .content .preview section.cover .favs {
    right: 0!important;
    bottom: 30px!important;
    position: absolute!important;
    left: initial!important;
    width: auto;
}

.onboarding-overlay .content .preview section.cover .reads .favs a  {
    width: 58px!important;
    height: 21px!important;
    padding:0;
    margin:0;
    background-color: #212121;
}

.onboarding-overlay .content .preview section.cover .reads .browse {
    width: 81px!important;
    height: 21px;
    left:initial!important;
    right: 0;
    position: absolute!important;
    padding:0;
    background-color: #3aff98;
}

.onboarding-overlay .content .preview .profile .badges img {
    width: 17px;
    height: 23px;
}

.onboarding-overlay .content .preview section.cover .subjects.professional {
    margin: 16px 0px 12px 0px;
    padding:0px;
    bottom: 0!important;
    position: relative;
}

.onboarding-overlay .content .preview section.cover .subjects.personal {
    padding: 0;
    bottom: 0!important;
    margin-bottom: 10px;
    position: relative;
}

.onboarding-overlay .content .preview section.cover .subjects a {
    font-size:0px!important;
    line-height: 14px;
    height: 6px;
    background: #3AFF98;
    display: block;
    margin-bottom: 2px;
}


.onboarding-overlay .content .preview section.cover .subjects.professional a {
    width: 49px;
}

.onboarding-overlay .content .preview section.cover .subjects.professional a:nth-child(2) {
    width: 37px;
}

.onboarding-overlay .content .preview section.cover .subjects.professional a:nth-child(3) {
    width: 29px;
}

.onboarding-overlay .content .preview section.cover .subjects.personal a {
    width: 37px;
}

.onboarding-overlay .content .preview section.cover .subjects.personal a:nth-child(2) {
    width: 25px;
}

.onboarding-overlay .content .preview section.cover .subjects.personal a:nth-child(3) {
    width: 27px;
}

.appearance .cover-ranges-ct {
    display: flex;
}

.onboarding-overlay .content .preview input.myrange,
.appearance input.cover-range,
.appearance input.cover-range-mobile {
    width: 202px;
    height: 6px;
    height: 6px;
    border-radius: 6.5px;
    background-color: #766f6f;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    margin: 30px auto 20px auto;
    padding:0;
    display: block;
    position: relative;
    outline: none;
}

.appearance input.cover-range,
.appearance input.cover-range-mobile {
    margin: 20px!important;
}

.appearance .cover-ranges-ct .cover-range-mobile {
    margin-left: 542px!important;
}

.onboarding-overlay .content .preview .myrange::-webkit-slider-thumb,
.appearance input.cover-range::-webkit-slider-thumb,
.appearance input.cover-range-mobile::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }

.onboarding-overlay .content .preview .myrange::-moz-range-thumb,
.appearance input.cover-range::-moz-range-thumb,
.appearance input.cover-range-mobile::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #fff;
    cursor: pointer;
  }

.onboarding-overlay .content .preview .myrange:after,
.appearance input.cover-range:after,
.appearance input.cover-range-mobile:after  {
    content : "+";
    font-size: 13px;
    color: #fff;
    display:block;
    position: absolute;
    right: -15px;
    top: -5px;
}

.onboarding-overlay .content .preview .myrange:before,
.appearance input.cover-range:before,
.appearance input.cover-range-mobile:before {
      content : "-";
      font-size: 13px;
      color: #fff;
      display:block;
      position: absolute;
      left: -10px;
      top: -5px;
  }

.onboarding-overlay .content .profile-settings .btn-green {
    margin-top: 30px;
    padding: 10px 30px;
    width: auto;
    font-size: 30px;
    cursor: pointer;
    justify-content: flex-end;
}

.onboarding-overlay .content .profile-settings  form small {
    margin-top:10px!important;
}

.onboarding-overlay .content .subject-selector {
    margin-top: 30px;
}

.onboarding-overlay .content .subject-selector label {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    margin-top: 20px!important;
}


.onboarding-overlay .content .subject-desc {
    font-weight: normal!important;
    font-size: 13px!important;
    margin-bottom: 40px;
}

.onboarding-overlay .content .subject-selector label span {
    color:#45DF77;
}

.onboarding-overlay .content .subject-selector form fieldset {
    width: 100%;
    float: none;
}

.onboarding-overlay .content .subject-selector form fieldset input {
    width: 55%;
    margin:0;
    font-family: "proxima-nova";
    font-size: 18px;
    outline: none;
}

.onboarding-overlay .content .subject-selector form fieldset input::placeholder {
    color: #CACACA;
}

.onboarding-overlay .content .subject-selector form fieldset input:nth-child(2),
.onboarding-overlay .content .subject-selector form fieldset span:nth-child(5) {
    width: 43%;
}

.onboarding-overlay .content .subject-selector form fieldset span {
    width: 55%;
    display: inline-block;
    font-size: 12px;
    margin:0;
    box-sizing: border-box;
    padding:5px 0px 0px 10px;
    color: #E4E4E4;
    font-weight: normal;
}

.onboarding-overlay .content .subject-selector form fieldset span.err {
    color: red;
    padding: 0 0 0 10px;
}

.onboarding-overlay .content .subject-selector form small {
    margin-bottom: 10px!important;
    letter-spacing: normal;
    margin-top: 25px!important;
}

.onboarding-overlay .content .subject-selector form small.tip {
    margin-bottom: 25px!important;
    margin-top: 20px!important;
}

.onboarding-overlay .content .subject-selector form small a {
    color: #E4E4E4;
    text-decoration: underline;
    padding-bottom: 5px;
}

.onboarding-overlay .content .subject-selector  .subject-suggestion-button:hover {
    cursor: pointer;
    color: #02db73;
}

.onboarding-overlay .content .subject-selector form fieldset.hide {
    display: none;
}

.onboarding-overlay .content .subject-selector form .add-subject {
    background: none;
    border:none;
    color: #fff;
    font-size: 12px;
    padding-left: 36px;
    position: relative;
    color: #D6D6D6;
    display: flex;
    align-items:center;
    font-weight: normal;
    outline:none;
    cursor: pointer;
}

.onboarding-overlay .content .subject-selector form .add-subject:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left:0;
    border-radius: 50%;
/*     background: #2DDB73 url("/img/plus.svg") no-repeat center center / 50%; */
    background: url("/img/add-subject.png") no-repeat center center;
}

.onboarding-overlay .content .subject-selector form .btn-green {
    width: auto;
    cursor: pointer;
    margin-bottom: 20px;
    width: 185px;
    text-align: left;
    justify-content: flex-end;
}

.onboarding-overlay .content .subject-selector fieldset {
    position: relative;
}

.onboarding-overlay .content .subject-selector fieldset .subject-list {
    display: none;
    position: absolute;
    top:40px;
    border-radius: 2px;
    background-color: #000;
    padding: 10px;
    z-index: 999;
    left: -1px;
    width: 100%;
    box-sizing: border-box;
}

.onboarding-overlay .content .subject-selector fieldset  .subject-list-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 99;
    background: none;
    display: none;
}

.onboarding-overlay .content .subject-selector fieldset .subject-list ul {
    max-height: 250px;
    overflow: scroll;
    margin: 0px;
    padding: 0px 10px;
}

.onboarding-overlay .content .subject-selector fieldset .subject-list ul li {
    list-style-type: none;
    padding: 10px 5px;
    cursor: pointer;
    border-bottom: 1px solid #d1d1d1;
}

.onboarding-overlay .content .subject-selector fieldset .subject-list ul li:hover {
    color: #2DDB73;
    border-color: #2DDB73;
}

.onboarding-overlay.medium .content{
    width: 790px;
    box-sizing:border-box;
    padding-right: 30px;
}

.onboarding-overlay .content.final {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 40px 30px 55px 30px!important;
    background-color: rgba(0, 0, 0, 0.8);
}

.onboarding-overlay.medium .content.final  {
    overflow: initial;
}

.onboarding-overlay .content.final:after {
    content:"";
    height: 100%;
    width: 100%;
    top:60%;
    /* background-color: rgba(0, 0, 0, 0.2); */
    bottom:0;
    z-index: -1;
    position: absolute;
    left:0;
}

.onboarding-overlay .content.final h4 {
    font-weight: bold;
    margin:0;
    font-family: "proxima-nova";
    font-size: 30px;
}

.onboarding-overlay .content.final label {
    font-size: 16px;
    font-weight: bold;
    color: #3AFE98;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

.onboarding-overlay .content.final .mt-30 {
    margin-top: 30px;
}
.onboarding-overlay .content.final h5 {
    margin:0 0 5px 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    font-family: "proxima-nova";
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay .content.final p{
    font-weight: 100;
    font-size: 16px;
    line-height: 18px;
    -webkit-font-smoothing:antialiased;
}

.onboarding-overlay .content.final .row {
    display: flex;
    justify-content: space-between;
}

.onboarding-overlay .content.final fieldset {
    padding:0;
    border:none;
    margin-top: 20px;
}

.onboarding-overlay .content.final fieldset label {
    color: #7C7C7C;
    margin-bottom: 8px;
}

.onboarding-overlay .content.final fieldset.invite label {
    margin-bottom: 20px;

}

.onboarding-overlay .content.final .seperator {
    height: 1px;
    background-color: #696969;
    width: 75%;
    margin: 35px auto 35px auto;
}

.onboarding-overlay .content.final fieldset .invite-link {
    background-color: #6A2B8F;
    font-size: 16px;
    line-height: 22px;
    border-radius: 7px;
    font-weight: bold;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
}

.onboarding-overlay .content.final .social {
    margin-bottom: 22px;
}

.onboarding-overlay .content.final .social label {
    margin:5px 0 0 0;
}

.onboarding-overlay .content.final .social-share {
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
}

.onboarding-overlay .content.final .social-share a {
    margin-right: 10px;
}

.onboarding-overlay .content.final .social-share a:last-child {
    margin-right: 0px;
}

.onboarding-overlay .content.final .social-share img {
    width: 46px;
    height: 46px;
}

.onboarding-overlay .content.final span.white {
    color: #FFF;
}


.onboarding-overlay .content.final span {
    color: #DFE0DF;
    font-size: 16px;
    font-weight: 100;
}

.onboarding-overlay .content.final .mt-50 {
    margin-top: 50px;
}

.onboarding-overlay .content.final .mt-25 {
    margin-top: 25px;
}

.onboarding-overlay .content.final b {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #929292;
    display: block;
}


.onboarding-overlay .content.final p  b  {
    display: inline;
}

.onboarding-overlay .content.final .row  {
    margin-bottom: 35px;
}
.onboarding-overlay .content.final .row .col {
    width: 33%;
    margin-right: 8px;
}

.onboarding-overlay .content.final .row .col:last-child {
    margin-right: 0px;
}

.onboarding-overlay .content.final .row .col h2 {
    margin: 0px 0 14px 0px;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay .content.final .btn-green {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    float:none;
    font-size: 18px;
    padding: 6px 9px;
    margin-top: 0px;
    margin-bottom: 8px;
    letter-spacing: -0.9px;
    text-align: left;
    text-transform: initial;
    cursor: pointer;
    background-color: #1B8D49;
    border: 4px solid transparent;
}

.onboarding-overlay .content.final .btn-green span {
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-size: 15.5px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.8px;
}

.onboarding-overlay .content.final .btn-green.red,
.onboarding-overlay .content.final .btn-green:hover {
    border-color: #FF5D5D;
}

.onboarding-overlay .content.final .btn-green i {
    width: 26px;
    height: 26px;
    background: url("/img/arrow-green.svg") no-repeat center center / cover;
}


.onboarding-overlay .content.final .btn-green:hover i {
    position: relative;
    -webkit-animation: btnIcon 0.5s ease infinite alternate-reverse;
    animation: btnIcon 0.5s ease infinite alternate-reverse;
}

.onboarding-overlay .content.final .btn-green svg,
.onboarding-overlay .content.final .btn-green svg g {
    width: 40px;
    height: 30px;
    margin-right: 16px;
}

.onboarding-overlay .content.final .btn-green img {
    margin-right: 16px;
}

.onboarding-overlay .content.final .btn-green.verify svg path:last-child {
    fill: #3AFF98;
}

.onboarding-overlay .content.final .mt-30 {
    margin-top: 30px;
}

.onboarding-overlay .content.final .topSixMembers  {
    padding-top: 20px;
    width: 90%;
}

.onboarding-overlay .content.final .topSixMembers .member {
    width: 30%;
    display: inline-block;
    color: #fff;
    margin-bottom: 40px;
    margin-right: 20px;
}

.onboarding-overlay .content.final .topSixMembers .member:nth-child(3n) {
    margin-right: 0px;
}

.onboarding-overlay .content.final .topSixMembers .member img {
    height: 95px;
    border: 7px solid #2DDB73;
    width: calc(100% - 14px);
    margin-bottom: 5px;
    object-fit: cover;
    object-position: center;
}

.onboarding-overlay .content.final .topSixMembers .member h3{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0px;
}

.onboarding-overlay .content.final .topSixMembers .member span {
    font-family: din-condensed, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.onboarding-overlay .content.final .topSixMembers .member  b {
    font-weight: normal;
    display: block;
    font-family: din-condensed, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    color: #2DDB73;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.onboarding-overlay .content.final .topSixMembers .member  b i {
    color: #fff;
    font-style: normal;
}

.onboarding-overlay .content.final .topSixMembers .member button {
    color: #2DDB73;
    font-size: 12px;
    background: none;
    text-transform: uppercase;
    outline: none;
    font-weight: bold;
    border-radius: 50px;
    padding: 7px 20px;
    cursor: pointer;
    border: 1px solid #2DDB73;
}

.onboarding-overlay .content.final .topSixMembers .member button i {
    width: 17px;
    height: 12px;
    background: url(/img/loader.gif) no-repeat center center / cover;
    margin-left: 3px;
    position: relative;
    top: 1px;
    display: none;
}

.onboarding-overlay .content.final .topSixMembers .member button:hover,
.onboarding-overlay .content.final .topSixMembers .member button.following {
    background-color: #2DDB73;
    color: #FFF;
}

.onboarding-overlay .content .close-overlay,
.temp-photo-container .close-temp-photo {
    position: absolute;
    background: #FFFFFF url("/img/cross.png") no-repeat center center / 35%;
    width: 52px;
    height: 52px;
    outline: none;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.onboarding-overlay .content.final .close-overlay {
    right: -15px;
    top: -15px;
}

.onboarding-overlay .content .verify-content {
    position: relative;
}

.onboarding-overlay .content .verify-content .close-overlay {
    right: -50px;
    top: -45px;
}

.onboarding-overlay .content .verify-content .title {
    display: flex;
}

.onboarding-overlay .content .verify-content .title svg {
    width: 80px;
    height: 60;
    margin-right: 20px;
}

.onboarding-overlay .content .verify-content  h4{
    margin:0;
}

.onboarding-overlay .content .verify-content p {
    color: #FFF;
    margin: 10px 0px 15px 0px;
}

.onboarding-overlay .content .verify-content .btn-green {
    width: auto;
    border:none;
    outline: none;
}

.onboarding-overlay .content .verify-content .btn-green.loading i {
    background: url(/img/loader.gif) no-repeat center center / cover;
    background-size: 165%;
}

.onboarding-overlay .content .verify-content ul.options {
    display: block;
    margin: 30px 0px 40px 0px;
}

.onboarding-overlay .content .verify-content ul.options li {
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-top: 0px;
}

.onboarding-overlay .content .verify-content ul.options li a {
    display: inline-flex;
    height: 46px;
    justify-content: space-between;
    width: 230px;
    margin:0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.9;
}

.onboarding-overlay .content .verify-content ul.options li a i {
    width: 15px;
    height: 18px;
}

.onboarding-overlay .content .verify-content ul li {
    margin-top: 10px;
}

.onboarding-overlay .content .verify-content ul{
    margin-bottom: 30px;
}

.onboarding-overlay .content .verify-content.hide {
    display: none!important
}

.onboarding-overlay .content .verify-content form {
    display: block;
    margin-top: 30px;
}

.onboarding-overlay .content .verify-content form fieldset {
    width: 100%;
    margin-bottom: 0px!important;
}

.onboarding-overlay .content .verify-content form fieldset .upload-btn {
    background-color: #383838;
    border-radius: 6px;
    height: 45px;
    width: 222px;
    line-height: 45px;
    color: #2DDB73;
    font-weight: bold;
    margin-right: 15px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.onboarding-overlay .content .verify-content form fieldset span {
    position: relative;
    top: -17px;
}

.onboarding-overlay .content .verify-content form fieldset small {
    color: red;
    display: block;
    font-size: 15px!important;
}

.onboarding-overlay .content .verify-content form fieldset .terms {
    font-size: 14px;
    color: #FFF;
    padding-left: 45px;
    position: relative;
    font-weight: 100;
    margin-top: 20px;
}

.onboarding-overlay .content .verify-content form fieldset .terms::after {
    content:"";
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 20px;
    height: 20px;
    border: 6px solid #979797;
    border-radius: 6px;
}

.onboarding-overlay .content .verify-content form input:checked ~ .terms::after {
    background: #2DDB73 url("/img/check-black.png") no-repeat center / 80%;
}

.onboarding-overlay.reads {
    width: 70%;
}

.onboarding-overlay.reads .content{
    background-color: rgba(0, 0, 0, 0.90);
    width: 100%;
    border: 1px solid #FF5C5C;
    display: flex;
}

.onboarding-overlay.reads .content .col {
    width: 65%;
    padding-right: 30px;
}

.onboarding-overlay.reads .content .col h3{
    font-size: 28px;
    line-height: 30px;
    margin:0 0 30px 0px;
    display: flex;
    align-items: center;
}



@-webkit-keyframes btnIcon {
    0%   {right: 0px}
    100% {right:-5px}
  }
  
  /* Standard syntax */
  @keyframes btnIcon {
    0%   {right: 0px}
    100% {right:-5px}
  }


  .subjects-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999999;
  }
  .subjects-overlay.show {
    display: flex;
  }
  .subjects-overlay .content {
    background: #fff;
    border-radius: 5px;
    padding: 45px;
    width: 360px;
    text-align: center;
  }
  .subjects-overlay .content p {
      margin-bottom: 20px;
  }
  .subjects-overlay .content h2 {
      color: #000;
      margin-bottom: 10px;
      margin-top:0;
  }
  .subjects-overlay .content .cls-btn {
    background: #02db73;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
  }

  .subjects-overlay.confirm a{
    color:#fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
  }

  .subjects-overlay.confirm a.delete-btn i {
    display: none;
    width: 20px;
    height: 13px;
    background: url(/img/loader.gif) no-repeat center center / cover;
    margin-left: 3px;
    position: relative;
    top: 1px;
  }
  
  .subjects-overlay.confirm a.delete-btn {
      background-color: #02db73;
  }

  .subjects-overlay.confirm a.cancel-btn {
      background: #BE1E2D;
      margin-right: 15px;
  }

  .subjects-feedback-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top:10px;
    left:0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.83);
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: -3;
    transition: all 0.1s ease;
}

.subjects-feedback-overlay.show {
    opacity: 1;
    z-index: 99999999;
    top: 0px;
}

.subjects-feedback-overlay .content {
    background: #000;
    border-radius: 5px;
    padding: 30px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.subjects-feedback-overlay .content img {
    width: 250px;
    margin-bottom: 40px;
}


.subjects-feedback-overlay .content form  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subjects-feedback-overlay .content h3{
    width: 40%;
    font-size: 26px;
    text-align: left;
    margin: 20px auto 20px auto;
}

.subjects-feedback-overlay .content form input, .subjects-feedback-overlay .content form textarea {
    border-radius: 2px;
    background-color: #f3f3f3;
    padding: 8px 12px;
    color: #000;
    font-size: 1.125rem;
    border:none;
    width: 40%;
    resize: none;
    outline: none;
}

.subjects-feedback-overlay .content form input::placeholder {
    color: #a9a9a9;
}

.subjects-feedback-overlay .content form.hide {
    display: none;
}

.subjects-feedback-overlay .content form textarea {
    height: 120px;
}

.subjects-feedback-overlay .content form button,
.subjects-feedback-overlay .content #successSubject button {
    background: #02db73;
    font-size: 1.125rem;
    padding: 0px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border:none;
    margin-top: 16px;
    text-align: center;
    outline: none;
    border-radius: 2px;
    width: 40%;
    box-sizing: border-box;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.subjects-feedback-overlay .content form button:disabled {
    opacity: 0.8;
}

.subjects-feedback-overlay .content form button i {
    display: none;
    position: relative;
    width: 27px;
    height: 21px;
    background: url(/img/loader.gif) no-repeat center center / cover;
    margin-left: 3px;
}

.subjects-feedback-overlay .content form span {
    width: 40%;
}

.subjects-feedback-overlay .close-btn {
    background: #fff;
    border-radius: 50%;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    outline: none;
    cursor: pointer;
    top: -10px
}

.subjects-feedback-overlay .errorInline,
#errorExists {
    color: red;
    text-align: left;
}
#errorExists {
    display: block;
}
.subjects-feedback-overlay #successSubject {
    display:none;
}

.subjects-feedback-overlay #successSubject.show {
    display: block;
}

.subjects-feedback-overlay #successSubject p {
    color: #fff;
    font-size: 24px;
    padding: 20px 0px;
    line-height: 32px;
}


/* ------ */
body.screenshot{
    overflow: hidden;
}
body.screenshot header{
    display: none;
}   

body.screenshot section.cover {
    width: 100vw;
    height: 100vh;
    margin-left:0;
    margin-right: 0;
    overflow: hidden;
    /* background-size: cover !important;
    background-position: center !important; */
}

/* body.screenshot section.cover.linkedin8 {
    width: 100%;
    height: 100%;
} */

body.screenshot section.cover .reads .browse a i {
    filter: invert(1);
    width: 28px;
    height: 18px;
}

body.screenshot section.cover .row {
    padding: 45px 0px 0px 40px;
}

body.screenshot section.cover .reads .browse {
    background-color: #000000!important;
}

body.screenshot section.cover .pinned .pin a {
    font-size: 19px;
    line-height: 24px;
}

body.screenshot section.cover .profile h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 40px;
}

body.screenshot section.cover .profile h3 {
    font-size: 35px;
    margin-bottom: 45px;
}

body.screenshot section.cover .subject-list h3 {
    margin-bottom: 5px;
}

body.screenshot section.cover .profile h3 br {
    display: none;
}

body.screenshot section.cover .profile h3 b {
    max-width: 500;
}

body.screenshot section.cover .profile h1 {
    font-size: 75px;
}

body.screenshot section.cover .unverified-profile {
    font-size: 22px;
    margin-top: 16px;
    display: block;
}

body.screenshot section.cover .trigger {
    font-size: 0px;
    width: 300;
    height: 70;
    margin-bottom: 100
}

body.screenshot section.cover .profile .badges svg {
    width: 53px;
    height: 56px;
}

/* 
body.screenshot section.cover .subject-list {
    bottom: 150px;
    position: relative;
} */

body.screenshot section.cover .subjects.personal {
    max-height: 100px;
    overflow: hidden;
}

body.screenshot section.cover .subjects a {
    font-size: 18px;
    line-height: 22px;
}

body.screenshot section.cover .social-links a,
body.screenshot section.cover .social-links a svg {
    width: 50px;
    height: 50px;
}

body.screenshot section.cover .subjects a b {
    font-size: 25px;
    max-width: 400;
}

body.screenshot section.cover .pinned * {
    display: none !important;
}

body.screenshot section.cover .pinned .pin {
    display: none !important;
}

body.screenshot section.cover .pinned .screenshotPin1 {
    display: block !important;
    width: 450px;
    height: 120px;
    background: #000;
    margin-bottom: 20px;
    margin-top: 60px;
}

body.screenshot section.cover .pinned .screenshotPin2 {
    display: block !important;
    width: 500px;
    height: 120px;
    margin-bottom: 20px;
    background: #000;
}

body.screenshot section.cover .pinned .screenshotPin3 {
    display: block !important;
    width: 380px;
    margin-bottom: 20px;
    height: 120px;
    background: #000;
}

body.screenshot section.cover .reads .browse {
    width: 600px;
    height: 100px;
}

body.screenshot section.cover .reads .browse {
    padding-right: 20px;
}

body.screenshot section.cover .reads .browse a {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

body.screenshot section.cover .cover-links  {
    display: none !important;
}

body.screenshot .screenshotLinks  {
    position: absolute;
    bottom: 100;
    right: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
}

body.screenshot .screenshotLink  {
    width: 150;
    height: 25;
    margin-bottom: 10;
    background: #000;
}

body.screenshot .screenshotLink.two {
    width: 90px;
}

body.screenshot .screenshotLink.three {
    width: 165px;
}

body.screenshot .screenshotLink.four {
    width: 230px;
}

body.screenshot .screenshotLink.five {
    width: 190px;
}

body.screenshot .screenshotLink.six {
    width: 200px;
    margin-bottom: 30px;
}

body.screenshot section.cover .profile .top-section {
    max-width: 500
}

body.screenshot section.cover .subjects.professional div {
    margin-bottom: 10;
}

body.screenshot section.cover .subjects.personal div {
    margin-bottom: 15;
}



body.screenshot section.cover .profile .badges {
    display: none;
}

.profile-settings #PagingContainer a {
    color: #FFF;
}

.profile-settings #PagingContainer a:hover {
    text-decoration: underline;
}


.action-btns {
    padding: 20px 0px 0px 0px;
    background-color: #0b0a0c;
    display: flex;
    width: auto;
    margin: 0 80px;
    /* justify-content: space-between; */
}

.action-btns a {
    color: #626262;
    font-weight: bold;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    line-height: 18px;
    margin-right: 8px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #979797;
    border-radius: 9px;
    padding: 12px 18px;
    font-family: "proxima-nova";
}

.action-btns a:last-child {
    margin-right: 0px;
}

.action-btns a svg {
    margin-right: 15px;
}

.action-btns a:hover {
    color: #00FF87;
}

.toggle-filter {
    padding: 0px 80px;
    background-color: #0b0a0c;
    display: flex;
    margin: 25px 0px 20px 0px;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.toggle-filter .filter{
    margin-right: 12px;
}

.toggle-filter .filter > span {
    color: #626262;
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
    margin-left: 15px;
}

.toggle-filter .filter label {
    background-color: #312C37;
    color: #6D6D6D;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-flex;
    cursor: pointer;
}

.toggle-filter .filter label span {
    font-size: 14px;
    display:inline-block;
    padding: 9px 27px;
    border-radius: 6px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-family: "proxima-nova";
    transition: color 0.2s ease;
}

.toggle-filter .filter label span:hover {
    color: #3AFF98;
}

.toggle-filter .filter label span.selected {
    background-color: #000;;
}
/* 
.toggle-filter .filter label span:first-child {
    background-color: #000;
    color: #3AFF98;
}

.toggle-filter .filter label span:last-child {
    background-color: #312C37;
    color: #6D6D6D;
}

.toggle-filter .filter  input:checked ~ label span:first-child{
    background-color: #312C37;
    color: #6D6D6D;
}

.toggle-filter .filter  input:checked ~ label span:last-child{
    background-color: #000;
    color: #3AFF98;
} */

.faqs-overlay a:link, .faqs-overlay a:visited {
    color: #1B8D49;
    text-decoration: none;
}

.onboarding-overlay.faqs-overlay .content {
    padding:0;
    border-radius: 5px;
    position: relative;
}

.faqs-overlay.hide {
    display: none;
}

.faqs-overlay .overlay-header {
    background-color: #fff;
    height: 200px;
    text-align: center;
}

.faqs-overlay .overlay-header img {
    height: 150px;
    width: auto;
    margin: 30px auto 0 auto;
}

.faqs-overlay .form-container{
    background-color: #000000;
    border-radius: 5px;
    position: relative;
    top: -10px;
    text-align: center;
    padding: 35px 0px 40px 0px;
}

.faqs-overlay .form-container h4 {
    font-size: 20px!important;
    line-height: 24px!important;
    width: 75%;
    margin: 0 auto 40px auto!important;
    font-weight: 100;
}

.onboarding-overlay.complete-profile  {
    display: none;
    position: absolute;
    height: auto;
    top: 25%;
    z-index: 99;
    margin: -50px auto 0px auto;
    width: 50%;
    left: 0;
    right: 0;
}

.onboarding-overlay.complete-profile.show {
    display: block;
}

.onboarding-overlay.complete-profile .content {
    width: 290px;
    padding: 30px!important;
    background-color: #1C1C1C;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    position: relative;
}

.onboarding-overlay.complete-profile .content h5 {
    font-size: 18px;
    line-height: 18px;
    margin:0;
}

.onboarding-overlay.complete-profile .content span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0px 20px 0px;
}

.onboarding-overlay.complete-profile .content ul {
    margin:0;
    padding:0;
}

.onboarding-overlay.complete-profile .content ul li {
    list-style-type:none;
    margin-bottom: 25px;
    padding-left: 35px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.onboarding-overlay.complete-profile .content ul li::before {
    content:"";
    width: 17px;
    height: 16px;
    position: absolute;
    left:0;
    background: url("/img/cross-red.png") no-repeat center center / cover;
}

.onboarding-overlay.complete-profile .content ul li.done::before {
    background: url("/img/checkmark.png") no-repeat center center / cover;
}

.onboarding-overlay.complete-profile .content ul li > a{
    font-size: 12px;
    text-transform: uppercase;
    color: #FC8275;
    font-weight:900;
    text-decoration: underline;
    display: block;
    font-family: "proxima-nova";
}

.onboarding-overlay.complete-profile .content ul li.done > a {
    text-decoration: none;
    color: #B6B6B6;
    pointer-events: none;
}

.onboarding-overlay.complete-profile .content.content ul li small {
    font-size: 12.5px!important;
    color: #999999;
    line-height: 16px;
}

.onboarding-overlay.complete-profile .content.content ul li small a {
    color: #6DE581;
}

.onboarding-overlay.complete-profile .content .close-btn {
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
    width: 100%;
    padding:10 20px;
    font-weight: 900;
    display: block;
    color: #000;
    font-family: "proxima-nova";
    background-color: #2DDB73;
    font-size: 30px;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    cursor: pointer;
}


.tiles {
    padding: 0px 80px 80px 80px!important;
}


/* Hide old stats  */

.cover .stats {
    display: none !important;
}

/* New stats  */

.new-stats {
	display: none !important;
    position: fixed;
    top: 50px;
    width: 100vw;
    height: 100vh;
	background-color: rgba(0,0,0, 0.9);
	z-index: 999999;
	padding: 30px 70px 30px 120px;
	color: #fff;
	display: flex;
	font-family: "proxima-nova";
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    box-sizing: border-box;
}

.show-stats {
	display: flex !important;
}

.new-stats h1 {
    text-transform: uppercase;
	color: #fff;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
}

/* Left Section  */

.new-stats .left-section {
	width: 35%;
	padding-right: 30px;
}

.new-stats .left-section-left {
	width: 45%;
	height: 100vh;
	border-right: 1px solid #474747;
	margin-right: 30px;
}

.new-stats .left-section-left .social-icons a, .left-section .social-icons a {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.new-stats .left-section-left .social-icons img, .left-section .social-icons img {
    width: 25px;
    height: 25px;
}

.new-stats .left-section-left .social-icons svg, .left-section .social-icons svg {
    width: 25px;
    height: 25px;
}

.new-stats .left-right-icons i svg {
    width: 16px;
    height: 21px;
}

.new-stats .left-section-right{
    width: 55%;
    overflow-y: scroll;
}

.new-stats .left-section .position-ct {
    margin: 10px 0px;
    font-size: 18px;
    font-family: din-condensed, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.new-stats .left-section .position-ct .company {
    color: #6BFEA1;
}

.new-stats .left-section .also, .left-section .previously {
    margin-top: 30px;
}

.new-stats .left-section .edit-roles {
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    font-family: proxima-nova;
    text-transform: uppercase;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.new-stats .edit-roles img, .edit-bio img{
    width: 19px;
    height: 20px;
    margin-right: 5px;
}

.new-stats .user-left {
    width: 17%;
}


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

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

.new-stats .left-section-ct {
	display: flex;
}

.new-stats .right-section .stats-row1, .stats-row2, .stats-row3 {
	display: flex;
}

.new-stats .stats-row3 table {
	color: #fff;
}

.new-stats .employees-number {
	color: #FB0000;
	text-transform: uppercase;
	font-family: din-condensed, sans-serif;
	font-size: 17px;
	font-weight: 200;
	margin-bottom: 20px;
}

.new-stats .employees-number span {
	font-size: 48px;
	font-weight: 500;
}

.new-stats .our-team {
	font-weight: 600;
	margin-bottom: 20px;
}

.new-stats .left-left-icons {
	margin-bottom: 80px;
}

.new-stats .left-section-left .subjects p {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #FB0000;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.new-stats .left-section-left .subjects  p.title {
	font-family: din-condensed, sans-serif;
	margin-top: 20px;
	font-size: 17px;
	line-height: 18px;
	color: #fff;
	font-weight: 400;
}

.new-stats .left-section .social-icons {
    margin-top: 20px;
    
}

.new-stats .user-left .social-icons {
    margin-top: 70px;
}


.new-stats .left-section-right .highlight-profile {
	display: flex;
	margin-bottom: 60px;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

.new-stats .left-section-right .highlight-profile img {
	border-radius: 50%;
	width: 61px;
	height: 61px;
	border: none;
    margin-left: 0px;
    margin-right: 15px;
}

.new-stats .left-section-right .employee-profile {
	display: flex;
	margin-bottom: 20px;
}

.new-stats .left-section-right .employee-profile-img {
	border-radius: 50%;
    border: 3px solid #FF0000;
    min-width: 44px;
	width: 44px;
	height: 44px;
	margin-right: 15px;
    margin-left: 10px;
    background-size: cover;
    background-position: center;
}

.new-stats .employee-profile .employee-name {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.new-stats .employee-name a:link, .employee-name a:visited {
    color:white;
}

.new-stats .employee-profile .employee-position {
	font-family: din-condensed, sans-serif;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
    margin-bottom: 5px;
    width:150px;
}

/* Right Section  */

.new-stats .right-section {
	width: 56%;
	border-left: 1px solid #474747;
	height: 85%;
    padding-left: 30px;
}

.new-stats .right-section .stats-row1 {
	font-family: din-condensed, sans-serif;
	margin-bottom: 20px;
}

.new-stats .stats-row1 .credits-number {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
}

.new-stats .stats-row1 .credits-description {
	margin-right: 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 21px;
}

.new-stats .stats-row1 .credits-description span {
	text-transform: uppercase;	
}

.new-stats .right-section .stats-row2 {
	font-family: din-condensed, sans-serif;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.new-stats .stats-row2 .stats-number {
	font-size: 32px;
	font-weight: 500;
	line-height: 25px;
}

.new-stats .stats-row2 .stats-description {
	font-size: 18px;
	font-weight: 200;
	margin-right: 40px;
}

.new-stats .right-section .right-section-left {
/*
    overflow-y: scroll;
    height: 500px;
*/
    padding-bottom: 50px;
}

.new-stats .right-section .table-ct {
	margin-bottom: 40px;
}

.new-stats .table-ct th {
	padding-bottom: 25px;
}

.new-stats .table-ct th img {
    width: 27px;
    height: auto;
}

.new-stats .table-ct .first-td {
    width: 150px;
    padding-right: 30px;
}

.new-stats .table-ct tr {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}

.new-stats .table-ct tr td:first-of-type {
	font-weight: 600;
	color: #FF0000;
}

.new-stats .table-ct tr th:last-child {
	padding-left: 30px;
}

.new-stats .table-ct tr td:last-child {
	padding-left: 30px;
}

.new-stats .professional-table .table-title {
	padding-right: 80px;
	color: #fff;
}

.new-stats .personal-table .table-title {
	padding-right: 110px;
	color: #fff;
}

.new-stats .right-section .right-section-right {
	margin-left: 100px;
}

.new-stats .right-section-right {
	font-size: 14px;
	font-weight: 600;
	color: #FF0000;
	text-transform: uppercase;
	line-height: 24px;
}

.new-stats .right-section-right .team-stats-header {
	position: relative;
	color: #fff;
	text-transform: none;
	margin-top: 30px;
}

.new-stats .team-stats-header span {
	text-transform: uppercase;
}

.new-stats .team-stats-header i {
	text-transform: uppercase;
	position: absolute;
	left: -35px;
}

.new-stats .team-stats-header i svg {
	width: 23px;
    height: 30px;
}

.new-stats .right-section-right div:first-of-type .team-stats-header{
	margin-top: 0px;
}

.new-stats .close-stats {
	color: #FF0000;
	font-style: normal;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
    margin-top: -7px;
}

.new-stats .mobile-close {
    display: none;
}

.new-stats .user-right {
    width: 71%;
}

.new-stats .user-right .about {
    font-size: 14px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.new-stats .about .text-ct div {
    display: flex;
}


.new-stats .about .text-ct .image-ct {
    display: block;
    min-width: 40px;
}

.new-stats .user-right .about p {
    margin-bottom: 20px;
}

.new-stats .user-right .about .location {
    font-weight: 600;
}

.new-stats .user-right .stats-row1 {
    margin-bottom: 20px;
}

.new-stats .user-right .edit-bio {
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    font-family: proxima-nova;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    min-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Employees Carousel */

.employees-carousel {
    background-color: #25202C;
    box-sizing: border-box;
    height: 234px;
    margin: 25px 80px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employees-carousel .arrow {
    opacity: 0;
    pointer-events: none;
}

.employees-carousel .arrow.show {
    display: block;
    opacity: 1;
    pointer-events: all;
}

.employees-carousel .arrow-left, .arrow-right {
    color: red;
    font-size: 30px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.employees-carousel .employees-cards {
    width: 100%;
    overflow: hidden;
}

.employees-carousel .track {
    display: flex;
    transition: transform 0.2s ease-in-out;
}

.employees-cards .employee-card {
    min-width: 15.9vw;
    height: 161px;
    border: 2px solid #FF0000;
    background-position: center;
    background-size: cover;
    padding: 12px 15px;
    margin: 0px 15px;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    display: flex;
    transition: visibility 0s, opacity 0.5s linear;
    box-shadow: inset 0 0 5em 1em #000;
}

.employee-card .left-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%
}


.employee-card .employee-name {
    color: #fff;
    font-weight: 600;
    font-family: proxima-nova;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
}

.employee-card .employee-position {
    color: #FF0000;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.employee-card .right-section {
    color: #FF0000;
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: end;
    width: 50%;
}

@media(max-width: 600px) {
    .employees-carousel {
        margin: 0px;
        padding: 0px 10px;
    }

    .employees-cards .employee-card {
        min-width: 76vw;
        margin: 0px 10px;
    }
}

.right-section .professional {
    margin-bottom: 10px;
}

/* List view  */

/*
.list-view {
    margin: 20px 120px;
}
*/

.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;
    white-space: pre-wrap;
}

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

.list-view .card .labelsCtMobile {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    background-color: #78ffb9;
    border: 1px solid #bbb;
    padding: 5px;
    z-index: 999;
}

.list-view .card .labelsCtMobile > div img {
	width: 17px;
}

.list-view .card .labelsCtMobile .contextLabelCt img {
	filter: brightness(0.7);
}

.list-view .card .labelsCtMobile .contextLabelCt.with-claps img {
    margin-top: 5px;
}

.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: 1400px){
    .right-section .right-section-right {
        margin-left: 0px;
    }

   

    .right-section .right-section-left {
        overflow-y: auto;
        height: auto;
    }
}

@media(max-width: 970px) {
    .new-stats .left-section-ct {
        flex-direction: column;
    }

    .new-stats .stats-row3 {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .left-section-left {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #474747;
        margin-right: 0px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .new-stats .about {
        flex-direction: column;
    }

    .new-stats {
        padding-bottom: 50px;
        padding-left: 40px;
    }

    .new-stats .right-section .right-section-right {
        margin-left: 30px;
    }

    .new-stats .user-left {
        width: 30%;
    }

    .new-stats .about .edit-bio {
        margin-left: 0px;
    }

    .left-section-right {
        width: 100%;
        padding-bottom: 100px;
    }


    .right-section  .stats-row3 {
        flex-direction: column;
    }

    .right-section .right-section-left {
        overflow-y: auto;
        height: auto;
    }

}

@media(max-width: 600px){
   
    .new-stats .mobile-close {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .new-stats .desktop-close {
        display: none;
    }

    .new-stats {
        flex-direction: column;
        padding: 20px 40px 0 20px;
        overflow-x: hidden;
        width: 100%;
    }

    .new-stats .left-section {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid #474747;
        padding-bottom: 30px;
    }

    .new-stats .right-section {
        padding-left: 0px;
        border-left: none;
        width: 100%;
    }

    .new-stats .user-right .about {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .user-right .edit-bio {
        margin-left: 0px;
    }

    .right-section .stats-row3 {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .left-section-right {
        padding-bottom: 0px;
    }
   
    .new-stats .left-section-ct {
        flex-direction: column;
    }

    .new-stats .left-section-left {
        width: 100%;
        border-right: none;
        margin-right: 0px;
        border-bottom: 1px solid #474747;
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .new-stats .left-section-right {
        width: 100%
    }

    .right-section .right-section-left{
        height: auto;
    }

    .right-section .right-section-right {
        margin-left: 30px;
    }

    .new-stats .stats-row2 .stats-description {
        margin-right: 32px;
    }

    section.cover .trigger {
        left: -20px;
        padding-left: 20px;
    }

}

@media (max-height: 700px) {
    section.cover .pinned div:nth-of-type(3){
        display: none;
    }
}

@media (max-width: 500px) {
    section.cover .reads .browse {
        justify-content: center;
    }

}

.hide-settings {
    display: none;
}

body.screenshot .personal-links a {
    display: none;
}

body.screenshot .filter-wrap a {
    display: none !important;
}

body.screenshot .filter-wrap span {
    display: none !important;
}

body.screenshot .links-filters-ct .title {
    display: none;
}

body.screenshot .type a {
    display: none !important;
}

body.screenshot .that-i a {
    display: none !important;
}

body.screenshot .articles-subjects .title {
    display: none;
}

body.screenshot .filter-wrap {
	max-width: 160px;
	overflow: hidden;
	margin-right: 20px;
}

body.screenshot .type {
	max-width: 164px;
	overflow: hidden;
	margin-right: 20px;
}

body.screenshot .that-i {
	max-width: 178px;
	overflow: hidden;
	margin-right: 20px;
}

body.screenshot .total-ct * {
    display: none !important;
}

body.screenshot .total-ct .totalPlaceholder {
    height: 140px;
    width: 160px;
    background: #D8D8D8;
    display: block !important;
}

body.screenshot .no-photo-premium-cover .btm {
    align-items: center;
}

body.screenshot .no-photo-premium-cover .btm .ovals {
    margin-top: 0 !important;
}

body.screenshot .no-photo-premium-cover .btm .badges-placeholder {
    margin-top: 0 !important;
}


section.cover .mobile-links {
    display: none;
}

@media (max-width: 600px) {
    section.cover .hideMobile {
        display: none!important;
    }

    section.cover .mobile-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #000;
        padding: 20px 0;
        padding-bottom: 0px;
    }

    section.cover .mobile-links a {
        font-weight: 600;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }

    section.cover .mobile-links .about {
        margin-bottom: 23px;
    }

    section.cover .mobile-links .links-row {
        display: flex;
        width: 100%;
    }

    section.cover .mobile-links .links-row div {
        width: 50%;
    }

    section.cover .mobile-links .links-row .left {
        margin-right: 10px;
    }

    section.cover .profile h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    section.cover a.bottom-link {
        height: 49px;
        width: 100vw;
        margin-left: -20px;
        display: flex;
        align-items: center;
        padding-left: 22px;
        justify-content: space-between;
        padding-right: 15px;
        text-decoration: none;
        font-weight: 600;
        color: #000 !important;
        margin-top: 10px;
        font-size: 16px;
    }

    section.cover .badges-placeholder {
        margin: 30px 0;
        height: 34px;
        opacity: 0.2;
        align-self: flex-start;
    }
    
    section.cover .ovals {
        display: flex;
        margin: 30px 0;
    }

    section.cover .ovals .oval {
        background-color: #D8D8D8;
        border: 6px solid #ffffff;
        height: 34px;
        width: 34px;
        border-radius: 50%;
        position: relative;
        max-height: 34px;
        max-width: 34px;
        min-height: 34px;
        min-width: 34px;
        opacity: 0.6;
    }

    section.cover .ovals .oval:nth-of-type(2) {
        left: -15px;
    }

    section.cover .ovals .oval:nth-of-type(3) {
        left: -30px;
    }

    section.cover .reads .social-links {
        margin-bottom: 10px;
    }
}

.claps-popup-ct {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 999999999999;
}

.claps-popup-ct .claps-popup {
    border-radius: 5px;
    width: 80%;
    background-color: #1B1C29;
    padding: 20px;
    font-weight: 900;
    color: #fff;
    font-family: proxima-nova;
    font-size: 19px;
    text-transform: capitalize;
}

.claps-popup-ct .claps-popup p {
    margin-bottom: 10px;
}

.claps-popup-ct .claps-popup button {
    margin-top: 20px;
    width: 100%;
    color: #000;
    background: #00FF87;
    border-radius: 5px;
    height: 40px;
    font-weight: 900;
    font-size: 24px;
    font-family: proxima-nova;
    border: none;
}