/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/04/2021, 9:19:33 pm
    Author     : Stephen
*/
*{ 
    margin: 0;
    padding: 0; 
}

html{
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6{
    color: #3b74be; /* original #FFD700 */
}

#main-content{
    min-height: 500px;
}

.btn-outline-primary{
    border-color: #3b74be;
    color: #3b74be;
}

.btn-outline-primary:hover{
    background: #3b74be;
    border-color: #3b74be;
    color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
    background: #3b74be;
    border-color: #3b74be;
    color: #fff;
    box-shadow: none;
}

.badge,
.badge:hover{
    border: 1px solid;
}

.badge-global{
    background: none;
    border-color: #f4f4f4;
    color: #f4f4f4;
    margin-bottom: .3rem;
}

.badge-global:hover{
    background: none;
    border-color: #3b74be;
    color: #3b74be;
}

.breadcrumb{
    background: none;
}

@media(max-width: 767px){
    .character-portrait{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        msrgin-bottom: 1.5rem;
    }

    .character-portrait img.ss-htmleditorfield-file{
        width: 100%;
    }
}

@media(min-width: 768px){
    .character-portrait img.ss-htmleditorfield-file{
        width: 300px;
    }
}

.character-portrait img.ss-htmleditorfield-file{
    border: 2px solid #FFD700;
    box-shadow: #3b74be 9px 9px 0px;
    margin-bottom: 1.5rem;
    margin-right: .55rem; // pushes image back into the container, it hangs out
}

.secondary-nav{
    background: #233968;
}

.secondary-nav li a{
    position: relative;
    color: #FFD700;
    padding: 1rem 0 1rem 0;
    border-radius: 0!important;
}

.secondary-nav li .nav-link.active{
    background: rgba(244,244,244,0.1);
}

.secondary-nav li .nav-link.active:before,
.secondary-nav li .nav-link.active:hover:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    background: rgba(244,244,244,0.1);
    height: 4px;
    color: #f4f4f4;
}

.secondary-nav li a:hover {
    color: #f4f4f4;
}

.secondary-nav li a:hover:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    background: #f4f4f4;
    height: 4px;
}

.video-on-demand-search{
    display: flex;
    margin-bottom: 1.5rem;
}

.video-on-demand-search .dropdown{
    display: flex;
}

/*.video-on-demand-search .dropdown:not(:last-child){*/
.video-on-demand-search .dropdown{
    margin-right: 1rem;
}

#site-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url(../images/team.jpg) no-repeat center center fixed;
    //filter: grayscale(100%) blur(4px);
    //transform: scale(1.01); // adjust due to blur
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
 
body{
    background: transparent;
    font-family: "Rubik";
    color: #f4f4f4; /* default to white */
}

a{
    color: #cccccc;
}

p a{
    color: #3b74be;
    border-bottom: 1px solid #3b74be;
}

p a:hover{
    color: #3b74be;
    border-bottom: none;
    text-decoration: none;
}

a:hover{
    color: #cccccc;
}

.btn-lg{
    padding: 1rem 1.5rem;
}

.support-title{
    margin: 0;
}

@media (max-width:992px){
    .video-on-demand-item a{
        flex-direction: column;
    }
    
    .video-on-demand-item-image{
        max-width: 100%;
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 993px){
    .video-on-demand-item-image{
        max-width: 250px;
    }
    
    .video-on-demand-item-content{
        margin-left: 1.25rem;
    }
}

.video-on-demand-item{
    margin-bottom: 1.5rem;
    display: flex;
}

.video-on-demand-item a{
    width: 100%;
    display: flex;
    transition: 0.25s ease-in-out;
}

.video-on-demand-item a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.video-on-demand-item-image{
    display: flex;
}

.video-on-demand-item-content{
    width: 100%;
    display: block;
    position: relative;
}

/** Featured **/

@media (max-width:992px){
    .video-on-demand-item.featured a{
        flex-direction: column;
    }
    
     .video-on-demand-item.featured .video-on-demand-item-image{
        max-width: 100%;
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 993px){
     .video-on-demand-item.featured .video-on-demand-item-image{
        max-width: 250px;
    }
    
     .video-on-demand-item.featured .video-on-demand-item-content{
        margin-left: 1.25rem;
    }
}

.video-on-demand-item.featured{
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.video-on-demand-featured{
    padding: 1.5rem;
    background: rgba(59,116,190,0.15);
    border: 1px solid rgb(59,116,190);
}

.video-on-demand-item.featured a{
    width: 100%;
    display: flex;
    transition: 0.25s ease-in-out;
}

.video-on-demand-item.featured a:hover{
    text-decoration: none;
    opacity: 0.7;
}

 .video-on-demand-item.featured .video-on-demand-item-image{
    display: flex;
}

 .video-on-demand-item.featured .video-on-demand-item-content{
    width: 100%;
    display: block;
    position: relative;
}

/** END FEATURED **/

.pagination .page-item.active .page-link{
    background: #233968;
    border-color: #233968;
}

.pagination a:not(.active){
    color: #233968;
}

.support-hashtag{
    color: #c8c8c8;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
}

#main-nav .nav-item .nav-link{
    font-size: 1.45rem;
    font-weight: bold;
    padding: .4rem 1rem;
}

#main-nav .nav-item .nav-link.active{
    background: #233968;
}

#main-nav{
    margin: 1.75rem 0;
}

#main-nav a{
    color: #f4f4f4;
}

#main-nav a:not(.active):hover{
    color: #f4f4f4;
    opacity: 0.5;
}

.header{
    width: 100%;
}

.footer{
    width: 100%;
    margin-top: 2rem;
}

.header-logo-tag{
    margin: 0 0 0 0;
    color: #f4f4f4;
    font-style: italic;
    font-size: 0.9rem;
}

.header-logo{
    transition: 0.2s ease-in-out;
    text-decoration: none;
    transform: scale(1);
    opacity: 1;
}

a.header-logo:hover{
    text-decoration: none;
    transform: scale(1.03);
    opacity: .8;
}

.site-banner{
    width: 100%;
    display: flex;
    margin: 0 0 2rem 0;
    text-align: center;
    justify-content: center;
}

.site-banner a{
    width: 100%;
    padding: 2rem 2.5rem;
    font-size: 1.2rem;
    color: #f4f4f4;
    transition: 0.3s ease-in-out;
    background: rgba(255,255,255,0.2); /* default */
}

.site-banner a:hover{
    background: rgba(5,5,5,0.5); /* default */
    text-decoration: none;
}

/* norse foundry */
.sponsored-banner a{
    border: 1px solid #fbe10b;
    background: rgba(17,61,39,.9);
    color: #fbe10b;
}

.sponsored-banner .alt-text-colour{
    color: #f4de93;
}

.sponsored-banner a:hover{
    background: #113d27;
}

.promo-banner a{
    background: rgba(5,5,5,0.5);
    border: 2px solid #010101;
}

.promo-banner a:hover{
    border: 2px solid #3b74be;
    background: rgba(59,116,190,0.2);
}

.player-memory-banner [data-player-memory-current],
.player-memory-banner [data-player-memory-goal]{
    font-weight: bold;
}

.player-memory-banner a{
    /* #233968 */
    background: #233968;
    border: 2px solid rgba(65,105,191,0.5);
}

.player-memory-banner a:hover{
    background: rgb(65,105,191);
    border: 2px solid rgb(65,105,191);
}

.unlocked-player-memory-banner a{
    background: rgba(255, 215, 0, 0.25);
    border: 2px solid #FFD700;
}

.unlocked-player-memory-banner a:hover{
    /* #CCAC00 */
    background: rgba(204,172,0,0.5);
}

.live-banner a{
    /* #2A6200 */
    background: rgba(42, 98, 0, 0.5);
    border: 2px solid #2A6200;
}

.live-banner a:hover{
    /* #558133 */
    background: rgba(85, 129, 51, 0.5);
}

.merch-tile-item{
    width: 100%;
    display: flex;
}

.merch-tile-item a{
    transition: 0.25s ease-in-out;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.merch-tile-item a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.merch-tile-image{
    margin-bottom: 1rem;
}

.incentive-tracker-header p, .incentive-tracker p{
    margin: .1rem;
}

.incentive-tracker-faces .incentive-tracker-item{
    
}

.incentive-tracker-faces .incentive-tracker-item .incentive-tracker-image img{
    width: 100%;
    border: 3px solid #3b74be;
}

.incentive-tracker-faces .incentive-tracker-item .incentive-tracker-count{
    display: flex;
    justify-content: center;
}

.incentive-tracker-header .incentive-tracker-header-title{
    color: #5c95de;
}

.incentive-tracker-faces .incentive-tracker-item .incentive-tracker-count span{
    background: #3b74be;
    padding: .5rem;
    margin-top: -1.4rem;
}



.watch-live-banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.2rem;
    background: rgba(59, 116, 190, 0.5);
    border: 1px solid #3b74be;
    margin-top: 1.5rem;
    position: relative;
}

.watch-live-banner-intro{
    color: #FFD700;
    margin-right: 0.5rem;
    font-weight: bold;
    position: relative;
}

.watch-live-banner-item{
    position: relative;
}

.watch-live-banner-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
    position: relative;
}

.watch-live-banner-content span,
.watch-live-banner-footer span{
    color: #FFD700;
}

.watch-live-banner-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.watch-live-banner-footer-links{   
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin: 1rem 0 0 0;
}

.watch-live-banner-footer-links a{
    padding: .8rem 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: 0.2s ease-in-out;
}

.watch-live-banner-footer-links a:not(:last-of-type){
    margin-right: 1rem;
}

a.watch-live-learn-more{
    background: #264977;
    border: 1px solid #3b74be;
}

a.watch-live-learn-more:hover{
    background: #3b74be;
    border: 1px solid #3b74be;
}

a.watch-live-buy-now{
    background: #a78c00;
    border: 1px solid #FFD700;
}

a.watch-live-buy-now:hover{
    background: #FFD700;
    border: 1px solid #FFD700;

}

.watch-live-banner ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 135px;
    //height: 150px;
}

.watch-live-banner li{
   // height: 150px;
    opacity: 0;
    position: absolute;
    transition: 0.9s ease-in-out;
}

.watch-live-banner li.active{
    opacity: 1;
    z-index: 2;
}

@media(max-width: 768px){
    .watch-live-banner ul{
        height: 200px!important;
    }
    
    .watch-live-banner ul li{
        height: 200px!important;
        font-size: 0.8rem;
    }
    
    .watch-live-banner-footer-links a{
        width: 48%;
        float: left;
        padding: 0.6rem 0.8rem;
    }
}