/* colours */
.col-light-gold {
    color: #f9d77e;
}
.col-gold {
    color: #efc453;
}
.col-white {
    color: white;
}
.col-black {
    color: black;
}

.bg-light-gold {
    background-color: #f9d77e;
}
.bg-gold {
    background-color: #efc453;
}


.product-logo {
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #f9d77e;
	--color-link-hover: #fff;
	--color-info: #efc453;
	--gap-horizontal: 10px;
	--gap-vertical: 5px;
	--time-anim: 4s;
	--delay-anim: 2s;
	--blend-mode-1: none;
	--blend-mode-2: none;
	--blend-mode-3: none;
	--blend-mode-4: none;
	--blend-mode-5: overlay;
	--blend-color-1: transparent;
	--blend-color-2: transparent;
	--blend-color-3: transparent;
	--blend-color-4: transparent;
	--blend-color-5: #af4949;
    margin-top:30px;
    text-align:center;
}    
*{
    font-family: 'KeepCalmBook';
}
html,body{
     background-color:black;
    --colour-gold: rgb( 207, 175, 79);
    --colour-gold-highlight: rgb(247 , 185 , 84);                 
    color:grey;
    overflow-x:hidden;
}
img{
    max-width: 100%;
}
.lessonPreviewContainer{
    text-align:center;
}
.lessonPreviewImage{
    max-height:100px;
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
.lessonPreviewPDF{
    font-size:50px;
    position:relative;
    top:25px;
    transform:translateY(-50%);                
}
.lessonPreview{
    transition: all 0.5s;
    color:grey;
    padding-bottom:15px;
}
.lessonPreview:hover{
    color: var(--colour-gold-highlight) !important;
    cursor:pointer;
}
.lessonPreview.active{
    color: var(--colour-gold);
}
h5.lessonPreviewText.courseStyle{
    color:inherit;
    padding:16px 5px;
}
.fingerflow-subtext{
    padding:16px 5px;
}
.text-gold{
    color: var( --colour-gold );
}
.yellow{
    color:var(--colour-gold);
}

h1{
    font-size:1.3em;
    text-transform:uppercase;
}
h2{
    font-size:1.2em;
}
h3{
    font-size:1.1em;
}
h4{
    font-size:1.0em;
}
h5{
    font-size:0.95em;
}
body{
    font-size:0.9rem;
}


h1{
    color: var(--colour-gold);
    padding:10px 0;
    border-top:1px solid var(--colour-gold);

}
h2 {
    color: var(--colour-gold);
    padding:10px 0;
    border-top:1px solid var(--colour-gold);                
}
h3{
    color:white;
    margin:24px 0 0;
}
h4{
    color: lightgrey;
    padding-left:32px;
}
h5{
    padding-left:32px;
    color:grey;
}
a:link,a:visited{
    color: var( --colour-gold );
    text-decoration:none;
    padding:5px 0 5px;
    transition: all 0.5s;
}
a:hover{
    color: var(--colour-gold-highlight);
}
a.borderLink:link , a.borderLink:visited{
    border-top:1px solid black;
    border-bottom:1px solid black;                
    transition: all 0.5s;
}
a.borderLink:hover{
    border-top:1px solid var(--colour-gold);
    border-bottom:1px solid var(--colour-gold);                
}
article{
    width:95%;
    max-width:1600px;
    margin:30px auto;
}
#Lightbox{
    position:fixed;
    z-index:50;
    display:none;
    opacity:0;
    background-color:black;
    border-radius:10px;
    padding:5px;
    top:5%;
    left:5%;
    width:85%;
    height:90%;
    text-align: center;
    border:5px solid var(--colour-gold);
    transition:opacity 0.5s;
}
#Lightbox img{
    max-height:100%;
}
#LightboxContent{
    padding:5px;
    border:5px solid white;
    width:100%;
    height:100%;
    border-radius:5px;
    background-color:black;
    position:relative;
}
#LightboxContent > * , .v-centre-child > * {
    position:relative;
    top: 50%;
    transform:translateY( -50% );
    margin: 0 auto;
}
.lightboxInnerFrame{
    height:100%;
    float:left;
}        
.lightboxInnerFrame > * {
    position:relative;
    top:50%;
    transform:translateY(-50%);
}            
.Editor,.LessonEditor{
    cursor:pointer;
    color: var(--colour-gold);
    transition: all 0.5s;
}
.Editor:hover,.LessonEditor:hover{
    color: var(--colour-gold-highlight);
}
.LessonEditor{
    margin-left:8px;
}
.Delete{
    color:red;
    cursor:pointer;
    margin-right:20px;
}
.Add{
    color:#5CB947;
    cursor:pointer;
}
.Hidden{
    display:none;
}
.HideToggle{
    cursor:pointer;
}
#LightboxBacking{
    position:fixed;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    background-color:black;
    opacity:0;
    display:none;
    transition:opacity 0.5s;
    z-index:10;
}
.videoOverlay{
    opacity:0.8;
    transition:opacity 1s;
    color:white;
    position:absolute;
    top:55px;
    left:0%;
    background-color:black;
    border-radius:2px;
    padding:0;
}
@media screen and (max-width:800px) {
    .videoOverlay{
        margin: 0 5%;
        max-width:90%;
    }
}
.videoOverlay .sidebars{
    border-right:1px solid var(--colour-gold);
    padding:0;
    margin-top:-8px;

}
.videoOverlay:hover{
    opacity:1;
}   
#CustomerTable{
    transition: opacity 0.5s;
    padding-left: 15px;
    padding-right: 15px;
}
.glitch2__img{
    padding: 0 8px;
}
.glitch2__img > * {
    position:relative;top:50%;transform:translateY(-50%);                
}
header{
    padding:8px;
    background-color:black;
    border-bottom:2px solid var(--colour-gold);
    z-index:1;
}

.hexagon {
    position: relative;
    width: 60px; 
    height: 34.64px;
    background-color: #333333;
    margin: 17.32px 0;
    border-left: solid 2px #333333;
    border-right: solid 2px #333333;
    display:inline-block;
    transition:background-color 0.5s;
    z-index:1;
}
.hexagon:hover{
    background-color: var(--colour-gold);
}
.hexagon .hexagon-text{
    text-align:center;
    color:var(--colour-gold);
    font-size:2em;
    position:absolute;
    top:-10px;
    left:0;
    width:60px;
    height:60px;
    z-index:1000;
    transition:color 0.5s;
}
.hexagon:hover .hexagon-text{
    color:black;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 42.43px;
    height: 42.43px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 6.7868px;
}

.hexagon:before {
    top: -21.2132px;
    border-top: solid 2.8284px #333333;
    border-right: solid 2.8284px #333333;
}

.hexagon:after {
    bottom: -21.2132px;
    border-bottom: solid 2.8284px #333333;
    border-left: solid 2.8284px #333333;
}   
.image-style-side{
    float:right;
    max-width:50%;
    padding:10px;
}  
figcaption{
    text-align:center;
    color:white;
}
.btn-primary{
    background-color: var(--colour-gold);
    border-color: var(--colour-gold-highlight);
    color:black;
}
.btn-primary:hover{
    background-color: var(--colour-gold-highlight);
    border-color: var(--colour-gold);
    color:black;               
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    background-color: var(--colour-gold-highlight);
    border-color: var(--colour-gold-highlight);
}

.cart-hex {
  display: block;
  position: relative;
  background: #333333;
  width: 340px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-gold);
  margin: 40px auto;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  cursor:pointer;
  font-size:1em;
}
.cart-hex {
  border: 4px solid #333333;
}
.cart-hex:hover {
  background: var(--colour-gold);
  color:black;
}
.cart-hex.ribbon-outset:after,
.cart-hex.ribbon-outset:before {
  top: 50%;
  content: " ";
  height: 43px;
  width: 43px;
  position: absolute;
  pointer-events: none;
  background: #333333;
}
.cart-hex.ribbon-outset:after {
  left: -3px;
  margin-top: -40px;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-bottom: 4px solid #333333;
  border-left: 4px solid #333333;
  transform: rotate(57.5deg) skew(30deg);
}
.cart-hex.ribbon-outset:before {
  right: -46px;
  margin-top: -40px;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-top: 4px solid #333333;
  border-right: 4px solid #333333;
  transform: rotate(57.5deg) skew(30deg);
}
.cart-hex.ribbon-outset:hover:after {
  background: var(--colour-gold);
}
.cart-hex.ribbon-outset:hover:before {
  background: var(--colour-gold)
}            
.cart-hex-inner{
    position:relative;
    top:-5px;
}
header {
    position:relative;
    width:100%;    
}
header .cart-header {
    top: 86px;
    right: 2.5%;
    position: absolute;
    z-index:2;
    margin:0 auto;    
}
#LightboxClose{
    position:absolute;
    right:0;
    top:0;
    color:white;
    font-size:32px;
    width:60px;
    height:60px;
    background-color:black;
    border-radius:50%;
    border:2px solid white;
    cursor:pointer;
    z-index:5;
    transform: translateX(50%) translateY(-50%);
}
#LightboxClose > div {
    position:relative;
    top:50%;
    transform:translateY(-55%);
    text-align:center;
    padding:0;
    margin:0;
}
#LightboxClose:hover > div {
    color:var(--colour-gold);
}
.topGoldBar{
    border-top:1px solid var(--colour-gold);
    padding-top:30px;
}
.topGoldBar:first-of-type{
    border-top:0;
    padding-top:0;
}
#LightboxContent > .LightboxNext, #LightboxContent > .LightboxPrev {
    position:absolute;
    top:50%;
    left:100%;
    transform:translateX(-50%) translateY(-50%);    
}
#LightboxContent > .LightboxPrev{
    left:0;
}
.LightboxPrev,.LightboxNext {
    font-size:32px;
    text-align:center;
    cursor:pointer;
    color:white;
    background-color:black;
    width:60px;
    height:60px;
    border-radius:50%;
    border:2px solid white;
    position:absolute;
}
.LightboxPrev:hover,.LightboxNext:hover{
    color:var(--colour-gold);
}
#LightboxNotes{
    color:white;
    position:fixed;
    left:90%;
    top:150px;
    width:10%;
    border-top:5px solid white;
    border-right:5px solid white;
    border-bottom:5px solid white;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    padding:8px 8px 8px 4px;
    z-index:15;
    cursor:pointer;
    display:none;
}
#Notes{
    height: 0;
    overflow:none;
    width:0;
    opacity:0;
}
#NoteSaveButton{
    opacity:0;
    height:0;
}
#LightboxNotes textarea{
    max-height:350px;
}
#LightboxNotesToggle{
    padding-bottom:8px;
}
.noteSeparator{
    margin-bottom:16px;
    padding-bottom:16px;
    border-bottom:1px solid #333    
}
.noteSeparator:first-of-type{
    padding-top:16px;
}
.noteSeparator:last-of-type{
    margin-bottom:16px;
    padding-bottom:16px;
    border-bottom:0;
}   
@media screen and (max-width:600px) {   
    .btn-sm{
        font-size:0.6em;
    }
}
.prideIcon{
    max-height:20px;
}


#LightboxIdeas{
    color:white;
    position:fixed;
    left:90%;
    top:250px;
    width:10%;
    border-top:5px solid white;
    border-right:5px solid white;
    border-bottom:5px solid white;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    padding:8px 8px 8px 4px;
    z-index:15;
    cursor:pointer;
    display:none;
}
#Ideas{
    height: 0;
    overflow:none;
    width:0;
    opacity:0;
}
#IdeasSaveButton{
    opacity:0;
    height:0;
}
#LightboxIdeas textarea{
    max-height:350px;
}
#LightboxIdeasToggle{
    padding-bottom:8px;
}


/* Business Cards */
.cardShape{
    
    position:relative;
    width:100%;
    min-height: 240px;

}
.cardShape .content{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:darkblue;
    border-radius:20px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    margin:4px;
    border:4px solid var(--colour-gold);
    padding:0 16px 0 16px;
    overflow:hidden;
}
.cardShape .vibe{
    position:absolute;
    left:4px;
    bottom:4px;
    background-color:black;
    border-bottom-left-radius:20px;
    border-top-right-radius:20px;
    padding:8px;
    border:4px solid white;
    color:white;
    font-size:12px;
}
.cardShape .tel{
    position:absolute;
    right:4px;
    bottom:4px;
    background-color:white;
    border-bottom-right-radius:20px;
    border-top-left-radius:20px;
    padding:8px;
    border:4px solid black;
    color:black;
    font-size:16px;
}
.cardShape:before{
    content:"";
    display:block;
    padding-top:50%;
}
@media screen and (max-width:500px) {
    .cardShape:before{
        padding-top:65%;
    }
}
.noSelect{
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.btn span.fa {    			
	opacity: 0;				
}
.btn.active span.fa {				
	opacity: 1;				
}
.card_name {
    font-size:1vw;
}
.card_company_name{
    font-size:2vw;
}
.card_company_address{
    font-size:1vw;
}
.companyDescription{
    font-size:1vw;
    margin-top:16px;
}
.card_vibes img{
    width:16px;
}

.smallCards .card_name {
    font-size:0.8vw;
}
.smallCards .card_company_name{
    font-size:1vw;
}
@media screen and (max-width: 1200px) {
    .card_name {
        font-size:2vw;
    }
    .card_company_name{
        font-size:4vw;
    }
    .card_company_address{
        font-size:2vw;
    }
    .companyDescription{
        font-size:2vw;
    }
}
@media screen and (max-width: 960px) {
    .card_name {
        font-size:1.8vw;
    }
    .card_company_name{
        font-size:3.6vw;
    }
    .card_company_address{
        font-size:1.8vw;
    }
    .companyDescription{
        font-size:1.8vw;
    }
}
@media screen and (min-width: 1940px) {
    .card_name {
        font-size:1.2rem;
    }
    .card_company_name{
        font-size:2.4rem;
    }
    .card_company_address{
        font-size:1.2rem;
    }
    .companyDescription{
        font-size:1.2rem;
    }
}
.smallCards .card_company_address{
    font-size:0.7vw;
}
.smallCards .companyDescription{
    font-size:0.7vw;
    margin-top:4px;
}
.smallCards .card_vibes img{
    width:12px;
}
.smallCards .cardShape .vibe{
    padding:4px;
    font-size:8px;
    border-bottom-left-radius:8px;
    border-top-right-radius:8px;
    border:2px solid white;
}
.smallCards .cardShape .tel{
    padding:4px;
    font-size:10px;
    border-bottom-right-radius:8px;
    border-top-left-radius:8px;
    border:2px solid black;
}
.smallCards .cardShape .content{
    border-radius:8px;
    box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);    
    border:2px solid var(--colour-gold);
    padding:0 8px 0 8px;
}
.CompanyLogo{
    width:100%;
}
.h-centre{
    text-align:center;
}

@media screen and (max-width: 1200px) {
    .smallCards .card_name {
        font-size:2.1vw;
    }
    .smallCards .card_company_name{
        font-size:3.5vw;
    }
    .smallCards .card_company_address{
        font-size:1vw;
    }
    .smallCards .companyDescription{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 900px) {
    .smallCards .card_name {
        font-size:2.5vw;
    }
    .smallCards .card_company_name{
        font-size:4vw;
    }
    .smallCards .card_company_address{
        font-size:1.5vw;
    }
    .smallCards .companyDescription{
        font-size:1.8vw;
    }
}
@media screen and (max-width: 700px) {
    .smallCards .card_name {
        font-size:3.5vw;
    }
    .smallCards .card_company_name{
        font-size:5vw;
    }
    .smallCards .card_company_address{
        font-size:2.5vw;
    }
    .smallCards .companyDescription{
        font-size:2.5vw;
    }
}

/* Notifications */
.notifications{
    position:fixed;
    top:0;
    right:0;
    z-index:4;
}
.notifications.hidden{
    display:none;
}
.notification_bubble{
    background-color:red;
    color:white;
    border:2px solid white;
    padding:8px;
    width:48px;
    height:48px;
    border-radius:24px;
    cursor:pointer;
    font-size:12px;
    text-align:center;    
    position:relative;
    z-index:4;
}
#notification_list{
    background-color:black;
    padding:16px;
    border:1px solid var(--colour-gold);
}
#notification_list{
    position:fixed;
    top:20px;
    right:20px;
    z-index:4;
    padding:16px 16px 0 16px;
}
.notification_item{
    padding-bottom:8px;
    border-bottom:1px solid var(--colour-gold);
    margin-bottom:8px;
    width:100%;
}
.notification_item:last-child{
    border-bottom:1px solid black;
}
/* Messenger */
.profileImage{
    width:100%;
    position:relative;
}
.profileImage:after{
    content:"";
    display:block;
    padding-bottom:100%;
}
.profileImage > img {
    border-radius:50%;   
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    border:2px solid black;
}
.ownMessage .card-header,.ownMessage .card-footer{
    background-color: rgb( 0,255,0 ,0.2);
}
.ownMessage .profileImage > img {
    border:2px solid rgb(0,255,0,0.2);
}
.ownMessage .card-body{
    background-color: rgb( 0,255,0, 0.3);
    color:black;
}
.mentorMessage .card-header,.mentorMessage .card-footer{
    background-color: rgb( 0,0,255 ,0.2);
}
.mentorMessage .profileImage > img {
    border:2px solid rgb(0,0,255,0.2);
}
.mentorMessage .card-body{
    background-color: rgb( 0,0,255, 0.3);
    color:black;
}
.MessageCard img {
    max-height:300px;
}
.MessageCard .emoji-container{
    width:35px;
    position:relative;
    display:inline-block;
}
.MessageCard .emoji{
    width:35px;
    height:35px;
    position:absolute;
    top:-22px;
    left:0;
}
.emoji{
    width:35px;
}
#EmojiDashboard{
    max-width:400px;
    display:none;
    position:relative;
}
#EmojiDashboard > .card{
    position:absolute;
    top:-50px;
    left:-50px;
    z-index:2;
    width:400px;
}
.EmojiPanel{
    display:none;
}
.EmojiPanel.active{
    display:block;
}
.SelectEmoji,.EmojiTab{
    cursor:pointer;
}

/* Footer */
footer{
    background-color:black;
    clear:both;
    padding-bottom:10px;
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid var(--colour-gold);
    position:relative;
    z-index:0;
}

/* Mobile Adjustments */
@media screen and (max-width:800px) {
        
    .hexagon {
      width: 45px; 
      height: 25.98px;
      margin: 12.99px 0;
      border-left: solid 2px #333333;
      border-right: solid 2px #333333;
    }

    .hexagon:before,
    .hexagon:after {
      width: 31.82px;
      height: 31.82px;
      -webkit-transform: scaleY(0.5774) rotate(-45deg);
      -ms-transform: scaleY(0.5774) rotate(-45deg);
      transform: scaleY(0.5774) rotate(-45deg);
      left: 4.5901px;
    }

    .hexagon:before {
      top: -15.9099px;
      border-top: solid 2.8284px #333333;
      border-right: solid 2.8284px #333333;
    }

    .hexagon:after {
      bottom: -15.9099px;
      border-bottom: solid 2.8284px #333333;
      border-left: solid 2.8284px #333333;
    }

    .hexagon .hexagon-text{
        font-size:1.5em;
        top:-5px;
        left:-2px;
        width:45px;
        height:45px;
        z-index:1000;
    }
    
    
}

h1,h2,h3,h4{
    margin:30px 0 0;
    padding:30px 0;
    /* line-height:1; */
}
h1.homestyle{
    padding:30px 0 0;
}
h4{
    text-align:left;
}
h1.nostyle,h2.nostyle,h3.nostyle,h4.nostyle,h5.nostyle{
    border-top:none;
    padding-top:0;
    margin-top:0;
}
.courseStyle{
    margin:10px 0;
    padding:0;
}
h3.courseStyle{
    padding: 30px 0 0 0;
    margin:30px 0 0 0;
}
h4.courseStyle{
    padding-left:30px;
    padding-bottom:10px;
}
h5.courseStyle{
    padding:0;
    margin:0;
}
/*
.lionLogoSpacer{
    margin:15px 0 15px 15px;
}
@media screen and (max-width:800px) {
    .lionLogoSpacer{
        margin: 0;
    }
}
*/

.category_name{
    margin-top:15px;
    margin-bottom:15px;
}
.authorText{
    font-size:0.8em;
    padding-top:16px;
    color:lightgrey;
}
.authorName{
    color: var(--colour-gold);
}
footer{
    margin-top:30px;
    padding-top:30px;
}
.cohort-row-item{
    padding:8px 0;
    min-height:60px;
}
/* Navigation */
.menu{
    padding:12px 24px 24px;
    transition:padding 1s;
    border-top:2px solid var(--colour-gold);
    border-left:2px solid var(--colour-gold);
    border-right:2px solid var(--colour-gold);
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    position:fixed;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    background-color:black;
    color:white;
    cursor:pointer;
    font-size:1.2em;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index:29;
}
.alsoMenu{
    font-size:2em;
    cursor:pointer;
    /* padding-right:10px; */
    color:white;
}
.header-center{
    position:relative;
    text-align:center;
}
.referral:link,.referral:visited,.referral:hover{
    font-size:2em;
    cursor:pointer;
    color:white;
    padding:0;
    display:none;
}
.referral .fa-gift{
    padding-right:20px;
}
.referralPos{
    position:absolute;
    top:10px;
    left:-50px;
}
.child_nav{
    cursor:pointer;
    color:white;
    font-size:1.1em;
}
#slc_logo{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    z-index: 3;
}
ul{
    list-style:none;
    margin-left:0;
}
ul li:before {
    content: '✓';
    color:#5CB947;
    padding-right:20px;
    font-weight:bold;
}
nav {
    
    position:fixed;
    /* top:0; */
    left:0;
    background-color:black;
    height:100%;
    width:100%;
    overflow-y:auto;
    overflow-x:hidden;
    z-index:30;
    display:none;
    list-style:none;
    /* padding:8px 8px 8px 24px; */
    text-align:left;
    -webkit-overflow-scrolling:touch;
}
nav ul li:before{
    content:'';
}
nav ul {
    list-style:outside;
}
nav .navpage{
    max-width:1600px;
    width:100%;
    margin:0 auto;
    /* display: none; */
}
nav .menu-close-gadget{
    font-size:2em;
    color:white;
    padding-right:10px;
    text-align:right;
}
nav .logo-img {
    padding-bottom:20px;
}

.navTopBar{
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid var( --colour-gold );
}
/* Forum */

.slc-bar{
    /* border-top:1px solid var(--colour-gold); */
    padding-top:16px;
    margin-top:16px;
    content:"";
    display:block;
    width:100%;
    height:1px;
}
.slc-bar:last-of-type{
    border-top:0;
}
.thread-post-inset{
    padding:16px 0 16px 16px
}
@media screen and (max-width:800px) {
    .thread-post-inset{
        padding-left:8px;
    }
}
.top-level-forum-post{
    border:2px solid var(--colour-gold);
    padding:16px 0 16px 8px;
}
.cohortGroup{
    margin-bottom:16px;
}

/* Responsive Video Container */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Homepage logo */
.pocket-title{
    display:inline-block;
    color:white;
    font-size:2em;
    padding-left:16px;
   
}
@media screen and (max-width:800px) {
    .pocket-title{
        font-size:1.5em;
    }
}
/* Home page logins */
.logins{
    max-width:320px;
    margin:0 auto 30px;
}
.logins .btn {
    width:45%;
}
.accountArea{
    background-color:#101010;
}

/* Navcrumb */
.navcrumb{
    margin-top:24px;
    margin-bottom:24px;
    color:lightgrey;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.navcrumb a {
    color: white;
}
.navcrumb span {
    color: var( --colour-gold );
}

/* Training Course Page */
.lessonPreviewText b{
    color: var(--colour-gold);
}
.bg-gold{
    background-color: var(--colour-gold);
}
.account_course{
    text-align: center;
    position: relative;
    padding-bottom:48px;
}
.course_complete{
    position: absolute;
    bottom: 16px;
    left: 5%;
    width: 90%;
}

/* Product Page */
.facebookReviewCategorySeparator{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid var(--colour-gold);
}

.facebookReviewCategorySeparator:last-of-type {
    border-bottom:0;
    padding-bottom:0;
}

/* Grid Changes */
.col-by7{
    flex:0 0 12.5%;
    width: 12.5%;
    position:relative;
    padding:0 5px;
}
@media screen and (max-width:1000px) {
    .col-by7{
        flex:0 0 25%;
        width: 25%;
    }
}
@media screen and (max-width:600px) {
    .col-by7{
        flex:0 0 50%;
        width: 50%;
    }    
}

/* SLC HTML Template & Survey Template */
.lightboxInnerFrame {
    background-color:rgb(32,32,41);
}
.slcLessonTemplate{
    padding:20px;
}
.slcLessonTemplate h1.slideLessonTitle{
    float:right;
    background-color:rgba(207,175,80,1);
    padding:12px 48px;
    margin:16px 0 32px;
    box-shadow: 0px 10px 10px -3px rgba(207,175,80,1);
    border-bottom:1px solid rgb(32,32,41);
    color:white;
    font-weight:bold;
}
.slcLessonTemplate .goldbox {
    border:1px solid var(--colour-gold);
    padding:16px;
    margin:16px;
    color:white;
    background-color:rgb(80,80,80);
}

/* Notes colour change */
#LightboxNotesToggle i{
    color: var(--colour-gold);
}
#LightboxIdeasToggle i{
    color: var(--colour-gold);
}

.InlineIdeas{
    cursor:pointer;
    text-transform:none;
    color:lightgrey;
}


/* Fingerflow */
.fingerflow{
    overflow:hidden;
    width:100%;
    height:auto;
    position:relative;
}
.fingerflow-container{
    overflow-x:scroll;
    white-space:nowrap;
    height:auto;
    -webkit-overflow-scrolling:touch;
}
.fingerflow-item{
    width:15%;
    display:inline-grid;
    text-align:center;
    white-space:initial;
}
.fingerflow_icon{
    float:right;
    position:relative;
    top:-10px;
    right:-10px;
}
.fingerflow_icon img {
    width:48px;
    height:48px;
}
.fingerflow_before{
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    cursor:pointer;
    color:white;
    font-size:32px;
    text-shadow: 0px 0px 4px rgba(0,0,0,1);
    background-color:black;
    border:2px solid white;
    height:60px;
    width:60px;
    border-radius:50%;
    text-align:center;   
    z-index:4;    
}
.fingerflow_after{
    position:absolute;
    top:50%;
    left:calc( 100% - 35px );
    margin-left:-37px;
    transform:translateY(-50%);
    cursor:pointer;
    color:white;
    font-size:32px;
    text-shadow: 0px 0px 4px rgba(0,0,0,1);
    background-color:black;
    border:2px solid white;
    height:60px;
    width:60px;
    border-radius:50%;
    text-align:center;
    z-index:4;
}
.fingerflow_page{
    font-size:0.75em;
    position:relative;
    width:100%;
    z-index:3;
}
.fingerflow-page-insert{
    position:absolute;
    top:0;
    width:100%;
    text-align:center;
}
.fingerflow-page-insert > i {
    padding:0 8px;
    cursor:pointer;
}
.fingerflow-page-insert > i.active{
    color:var( --colour-gold );
}
.fingerflow-page-insert > i:hover{
    color:var( --colour-gold-highlight );
}
.fingerflow-title{
    text-align:left;
}
@media screen and (max-width:800px) {
    .fingerflow-item{
        width:25%;
    }
}
@media screen and (max-width:600px) {   
    .fingerflow-item{
        width:50%;
    }
}

/* Premium Product Page */
.premiumVideo {
    position:relative;
    text-align:center;
}
.premiumVideoOverlay{
    position:absolute;
    top:0;
    left:0;
    bottom:100%;
    right:100%;
}
.premiumVideoPlay{
    position:absolute;
    top:33%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
    width:100px;
    cursor:pointer;
}
.premiumMerchandiseHeading{
    position:absolute;
    bottom:0;
    z-index:1;
    padding-top:10px;
}
.premiumPromoBox{
    padding:16px 0;
    margin-bottom:16px;
    background-color:black;
    border:2px solid white;
    color:white;
    font-size:2em;
    font-weight:bold;
    text-align:center;
    width:100%;
}
.premiumPromoStackBox{
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px dotted white;
}
.premiumPricing{
    margin:16px 0;
}
.premiumBullets{
    color:white;
    margin-bottom:32px;
}
@media screen and (max-width:991px) {
    .premiumVideoPlay,.premiumVideoOverlay{
        opacity:0.0001;
        width:100%;
        height:100%;
        top:0;
        left:0;
    }
    .premiumVideoPlay{
        transform:translateX(0) translateY(-50%);
    }
    .premiumVideoPlay{
        top:25%;
    }
}
@media screen and (max-width:767px) {
    .premiumVideoPlay{
        top:50%;
    }
    .premiumMerchandiseHeading{
        position:inherit;
    }
}

/* Course Revamp */
.fingerflow-container{
    width:100%;
    vertical-align:top;
}
.fingerflow-content{
    font-size:0;
}
.fingerflow-content-item{
    display:none;
    font-size:14px;
}
.fingerflow-item{
    text-align:center;
    cursor:pointer;
}
.fingerflow-item:hover{
    color: var( --colour-gold-highlight );
}
.fingerflow-item.active{
    color: var( --colour-gold );
}
.fingerflow-backgroundline{
    position:relative;
}
.fingerflow-backgroundline .fingerflow-item{
    position:relative;
}
.fingerflow-backgroundline .background-line{
    position:absolute;
    top:25px;
    left:0%;
    width:100%;
    height:1px;
    background-color: var( --colour-gold );
    z-index:1;
}
.fingerflow-backgroundline .fingerflow-item:first-child .background-line{
    left:50%;
    width:50%;
}
.fingerflow-backgroundline .fingerflow-item:last-child .background-line{
    width:50%;
}
.fingerflow-circle{
    position:relative;
    z-index:2;
    height:50px;
    width:50px;
    border-radius:50%;
    border:2px solid white;
    background-color:#101010;
    padding-top:12px;
    margin:0 auto;
    font-size:16px;
    color: white;
}
.fingerflow-item.active .fingerflow-circle{
    background-color: var( --colour-gold );
    color:black;
    border:2px solid var( --colour-gold );
}
.moduleNameHover{
    cursor:pointer;
}
.moduleNameHover.active{
    color: var( --colour-gold );
}
.moduleNameHover:hover{
    color: var( --colour-gold-highlight );
}
.tab{
    display:none;
}
.tabButton{
    margin-bottom:16px;
}


/* UI Update */


.page-content-width {
    width: 95%;
    max-width: 1600px;
    margin: auto;
}

.grey-content-bar {
    background-color: #1A1A1A;
    border-width: 2px 0px;
    border-style: solid;
    border-color: #D0AF50;
    padding: 20px 0px;
}

.slc-title span{
    font-family: 'KeepCalmBookMedium' !important;
    font-size: 1.5rem;
}
.slc-title span.col-light-gold{
    font-weight: bold;
}

header {
    padding-left: 0px;
    padding-right: 0px;
}
header .header-content {
    display: flex;
}
header .header-left, header .header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}
header .header-left {
    justify-content: flex-start;
}
header .header-right {
    justify-content: flex-end;
}
header .header-right div {
    display: flex;
}
header .header-right div:not(:last-child) {
    margin-right: 20px;
}
header .app-link a img{
    height: 30px;
    padding: 0px;
}

/* social media links responsive */
nav .nav-row.nav-apps {
    display: none;
}
nav .nav-row.nav-apps .nav-row-content {
    display: flex;
}
nav .nav-row.nav-apps .nav-row-content .app-link {
    margin-right: 10px;
}
@media screen and (max-width:760px) {
    header .header-right .app-link {
        display: none;
    }
    nav .nav-row.nav-apps {
        display: block;
    }
}
@media screen and (max-width:300px) {
    header .header-right .alsoMenu {
        display: none;
    }
}
@media screen and (max-width:768px) {
    header .header-left .slc-title {
        display: none;
    }
} 




body {
    min-height: 100.1vh
}

article {
    /* padding-top: 50px; */
}

nav {
    position: inherit;
    height: auto;
}
nav .nav-row {
    width: 100%;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}
nav .nav-row:nth-child(odd) {
    background-color: #B58F24;
}

nav .nav-row:nth-child(even) {
    background-color: #D0AF50;
}
nav .nav-row-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}
nav .nav-row-title .white{
    color: white;
}
nav .nav-account {
    padding-top: 80px;
}
@media screen and (max-width:1120px) {  
    nav .nav-account .nav-row-content {
        justify-content: center;
    }
    nav .nav-account .nav-row-content .menu-button {
        margin-left: 10px;
        margin-right: 10px;
    }
}
nav .nav-courses .no-courses {
    color: white;
}
nav .nav-row-content.nav-row-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media screen and (max-width:835px) {  
    nav .nav-bottom .nav-row-content {
        justify-content: center;
    }
    nav .nav-bottom .nav-row-content .menu-button{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width:620px) {  
    nav .nav-admin .nav-row-content {
        justify-content: center;
    }
    nav .nav-admin .nav-row-content .menu-button{
        margin-left: 10px;
        margin-right: 10px;
    }
}



.menu-button {
    border-color: black;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    height: 35px;
    display: flex;
    min-width: 240px;
    justify-content: center;
    align-items: center;
    color: black !important;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 10px;
}
.menu-button.grow {
    flex-grow: 1;
}
.menu-button.large {
    height: 50px;
    font-size: 20px;
}
.menu-button i {
    margin: 5px;
}
.menu-button-text {
}
.menu-button.black {
    background-color: black;
    border-color: #D0AF50;
}
.menu-button.black .menu-button-text, .menu-button.black i {
    color: #D0AF50 !important;
}
.menu-button.green {
    background-color: #5CB947;
    border-color: #5CB947;
}


.icon-link-list {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    margin-right: -30px;
}
.icon-link-list .course-subject {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}
.icon-link-list .course-subject, .icon-link-list .product-item {
    margin-right: 30px;
}
.icon-link-list .course-subject a {
    min-width: 120px;
    max-width: 150px;
    height: 100%;
    width: 100%;
}
.icon-link-list .course-subject a img {
    width: 100%;
    background-color: black;
    padding: 20px;
}
.icon-link-list .course-subject a .course-subject-text {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 10px;
}

/* Home screen */

.title-text, .title-text-small {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'KeepCalmBookMedium';
}
.title-text {
    font-size: 2rem;
}
.title-text-small {
    font-size: 1.3rem;
}


.corner-border {
    position: absolute;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: #D0AF50;
}
.corner-border.top {
    top: 0px;
}
.corner-border.left {
    left: 0px;
}
.corner-border.right {
    right: 0px;
}
.corner-border.bottom {
    bottom: 0px;
}
.corner-border.top.right {
    border-width: 2px 2px 0px 0px;
}
.corner-border.top.left {
    border-width: 2px 0px 0px 2px;
}
.corner-border.bottom.right {
    border-width: 0px 2px 2px 0px;
}
.corner-border.bottom.left {
    border-width: 0px 0px 2px 2px;
}

/*
@media (max-width: 767px) {
    .title-text {
        font-size: 1.3rem;
    }
}
@media (min-width: 768px) {
    .welcome-text2 {
        font-size: 1.2rem;
    }
}
*/

article .welcome-text, article .log-reg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -20px;
}
article .welcome-text p{
    margin-bottom: 0px;
}
article .welcome-text>div {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    position: relative;
    min-width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width:420px) {
    article .welcome-text>div {
        min-width: unset;
    }
}
article .home-text-header {
    margin-bottom: 20px;
    margin-top: 20px;
}
article .grey-content-bar .home-text-header {
    margin-top: 0px;
}
article .welcome-text .welcome-text-body {
    font-size: 1.3rem;
}
@media screen and (max-width:879px) {
    article .welcome-text .home-text-header {
        font-size: 1.3rem;
    }
    article .welcome-text .welcome-text-body {
        font-size: 1rem;
    }
}
article .subjects {
    background-color: #1A1A1A;
    width: 100%;
}
article .subjects .course-subject img {
    background-color: #444;
}

.popular-courses.icon-link-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 530px;
    overflow: hidden;
}
.product-item {
    width: 200px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #D0AF50;
}

.product-item:hover{
    cursor:pointer;
}
.product-item img {
    display: block;
    margin-bottom: 5px;
}
.product-item .old-price-text, .product-item .current-price-text {
    font-size: 1.3rem;
}
.product-item .old-price-text {
    color: #C74E57;
    text-decoration: line-through;
}
.product-item .current-price-text {
    color: #59BB44;
    font-weight: bold;
}
.product-item .extra-text {
    color: #59BB44;
    font-size: 0.7rem;
}
@media screen and (max-width:1465px) {  
    .popular-courses.icon-link-list {
        justify-content: space-between;
    }
}
@media screen and (max-width:700px) {  
    .popular-courses.icon-link-list, .merchandise.icon-link-list, .subscription-courses.icon-link-list {
        justify-content: center;
    }
}
@media screen and (max-width:800px) { 
    .popular-courses.icon-link-list {
        max-height: 510px;
    }
    .product-item {
        width: 170px;
    }
    .product-item .prices {
        flex-direction: column-reverse;
        display: flex;
    }
    .product-item .current-price-text {
        display: block;
    }
    .product-item .old-price-text {
        font-size: 0.9rem;
    }
}
@media screen and (max-width:400px) { 
    .product-item {
        width: 40vw;
        min-width: unset;
    }
    .product-item:nth-child(n+5) {
        display: none;
    }
}
.merchandise {
    flex-wrap: wrap;
}
.merchandise .product-item {
    min-width: 120px;
}

.subscription-courses .product-item .old-price-text {
    display: block;
}
.subscription-courses .product-item .prices {
    flex-direction: column-reverse;
    display: flex;
}

.checkout-tab {
    position: relative;
    height: 100%;
    display: block;
    padding: unset !important;
}
.checkout-tab .back .body {
    background-color: #D0AF50;
    height: 40px;
    width: 140px;
}
.checkout-tab .back .arrow {
    height: 0px;
    width: 0px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 25px solid #D0AF50;
}
.checkout-tab .front {
    font-size: 0.8rem;
    color: black;
    position: absolute;
    top: 0px;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.checkout-tab .front .text {
    text-align: center;
}
.checkout-tab .front .text .total {
    font-weight: bold;
    font-family: 'KeepCalmBookMedium';
}
@media screen and (max-width:400px) {  
    .checkout-tab .back .body {
        height: 60px;
    }
    .checkout-tab .front {
        justify-content: flex-end;
        padding-bottom: 10px;
    }
}

.account-body {
    display: flex;
}
.account-body .title-text-small {
    margin-bottom: 10px;
}
.account-buttons {
    margin-right: 20px;
}
.account-buttons .menu-button {
    margin-right: unset;
}
.account-buttons .menu-button.yellow {
    background-color: #D0AF50;
    border-color: #D0AF50;
}
@media screen and (max-width:767px) { 
    .account-body{
        display:block;
    }
    .account-buttons{
        margin-right:unset;
    }
    .account-buttons .menu-button{
        background-color: #d0af50;
    }
    .account-buttons .menu-button.black .menu-button-text,.account-buttons  .menu-button.black i{
        color:black !important;
    }
    .account-buttons .menu-button.yellow{
        background-color:black;
        color:#d0af50 !important;
    }
    .account-buttons .menu-button-text{
        color:#d0af50;
    }
    .account-buttons .menu-button{
        margin-bottom:3px;
        border-radius:unset;
        padding:18px 0;
    }
    .account-buttons .menu-button:first-of-type{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .account-buttons .menu-button.last-of-mobile-nav{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }    
}

.prides-list, .my-referrals {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -15px;
}

.prides-list .cohort-row-item {
    margin-left: unset;
}
.author-body .author-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.author-body .author-buttons .author-button {
    width: 200px;
    min-width: 150px;
    flex-shrink: 1;
    margin-bottom: 5px;
    margin-right: 10px;
}


/* test styles */
.border-red {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}
.border-blue {
    border-style: solid;
    border-width: 1px;
    border-color: blue;
}



/* iOS fix for circle gadgets */
.fingerflow_after > i,.fingerflow_before > i,.LightboxNext > i,.LightboxPrev > i,#LightboxClose i{
    display:table-cell;
    position:absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
}
@media screen and (max-width:600px) {  
    .fingerflow_after,.fingerflow_before,.LightboxNext,.LightboxPrev,#LightboxClose{
        width:40px;
        height:40px;
        font-size:19px;
    }
}
.clicked{
    filter:sepia(100%) !important;
}

/* Progress Bar for Course Completion */
.courseProgressBar{
    display:none;
    position:relative;
    top:-33px;
    left:50%;
    transform:translateX(-50%);
    width:200px;
}
.courseProgressBarInner {
    font-size:0.8em;
    color:black;
    text-align:center;
    height:100%;
}