.scrollTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 0;
    text-indent: -999px;
    background: url(../images/ui.totop.png) no-repeat left top;
}

/* Anchor tags. Add margin to allow room for the top navigation */
/* adjust to the height of your fixed navbar */
[id]:not(a[href]) {
    scroll-margin-top: 100px;
}

.skip-to-content-link {
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.3s;
}

.skip-to-content-link:focus {
    transform: translateX(0%);
    z-index: 1040;
    margin-left: 8px;
}

.required:after {
    content: " * ";
    color: red;
}

.hide {
    display: none !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-shadow {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.60);
}

.img-circle {
    border-radius: 100%;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.vertical-bottom {
    vertical-align: bottom;
}

.vertical-baseline {
    vertical-align: baseline;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.mr-3 {
    margin-right: 3em;
}

.mr-4 {
    margin-right: 4em;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.ml-4 {
    margin-left: 4em;
}

.pl-0 {
    padding-left: 0;
}

.h5 {
    display: block;
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

/**
 * Special thanks to: http://blog.koalite.com/bbg/
 */
.btn-twitch {
    color: #FFFFFF;
    background-color: #6441A5;
    border-color: #2F1F4E;
}

.btn-twitch:hover,
.btn-twitch:focus,
.btn-twitch:active,
.btn-twitch.active,
.open .dropdown-toggle.btn-twitch {
    color: #FFFFFF;
    background-color: #472e75;
    border-color: #2F1F4E;
}

.btn-twitch:active,
.btn-twitch.active,
.open .dropdown-toggle.btn-twitch {
    background-image: none;
}

.btn-twitch.disabled,
.btn-twitch[disabled],
fieldset[disabled] .btn-twitch,
.btn-twitch.disabled:hover,
.btn-twitch[disabled]:hover,
fieldset[disabled] .btn-twitch:hover,
.btn-twitch.disabled:focus,
.btn-twitch[disabled]:focus,
fieldset[disabled] .btn-twitch:focus,
.btn-twitch.disabled:active,
.btn-twitch[disabled]:active,
fieldset[disabled] .btn-twitch:active,
.btn-twitch.disabled.active,
.btn-twitch[disabled].active,
fieldset[disabled] .btn-twitch.active {
    background-color: #6441A5;
    border-color: #2F1F4E;
}

.btn-twitch .badge {
    color: #6441A5;
    background-color: #FFFFFF;
}

.list-group-item {
    background-color: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

.dollar:before {
    content: '$';
    font-size: .7em;
    vertical-align: top;
}

.bar {
    width: 0%;
    transition: width 0.5s ease-in-out;
}

.list-style-none {
    list-style: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6ea8fe;
}

i.save-org {
    background: url(../images/save_icon.png) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    margin: 3px 3px 0 0;
    display: inline-block;
    vertical-align: top;
}

div.scale-img:hover {
    transition: all .5s;
    transform: scale(1.2);
}

.nav-button {
    vertical-align: middle;
}

footer .sm a {
    color: var(--bs-link-color) !important;
}

footer .sm a:hover {
    color: var(--bs-link-hover-color) !important;
}

#secondaryNav span.navbar-text {
    padding-top: 0;
    padding-bottom: 0;
}

#countdown {
    height: auto;
    width: auto;
}

#header .overlay {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#header .lead img {
    /*filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.60));*/
}

#hero p,
#hero span {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.60);
}

#live-items .live-details img {
    width: 75px;
}

#live-items .live-item p.stream_title {
    overflow: hidden;
    max-width: 200ch;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#playlists .owl-carousel .owl-item a img,
#playlists .owl-carousel .owl-item a img {
    border: solid 1px transparent;
    outline: none;
}

#playlists .owl-carousel .owl-item a:hover img,
#playlists .owl-carousel .owl-item a:focus img {
    border: solid 1px white;
    outline: none;
}

#videos-iframe {
    width: 100% !important;
    height: 740px;
    min-height: 210px;
}

div#twitchLiveImage img {
    max-width: 975px;
}

#twitch-container .twitch-video-iframe {
    height: 550px;
    width: 972px;
}

#twitch-container .twitch-chat-box {
    height: 550px;
    width: auto;
}


#twitch-container.show_player {
    display: block;
}

#twitch-container.hide_player {
    display: none;
}

tr.stream_active td {
    background-color: #99000088;
    font-weight: bold;
    color: #fff;
}

#event-date {
    padding-left: 8px;
}

.comments-card {
    background-color: transparent;
}

#schedule-table .start_time,
#schedule-table .end_time {
    min-width: 8rem;
    text-align: right;
}


#mediakit .mediakit-img-bg {
    background: url('../images/transparent_bg_hex_white.png') top center repeat;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(1)>.card.shadow-sm.w-100>.text-white.card-body.mt-auto>.h5.card-title {
    color: #000;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(1)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.card-text {
    color: #000;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(2)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.h5.card-title {
    color: #fff;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(2)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.card-text {
    color: #fff;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(3)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.h5.card-title {
    color: #000;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(3)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.card-text {
    color: #000;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(4)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.h5.card-title {
    color: #fff;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(4)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.card-text {
    color: #fff;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(5)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.h5.card-title {
    color: #000;
}

#mediakit .col.d-flex.align-items-stretch:nth-child(5)>.card.shadow-sm.w-100>.card-body.mt-auto.text-white>.card-text {
    color: #000;
}

.max-w-70px {
    max-width: 70px;
}

.w-xs-10 {
    width: 10% !important;
}

.p-sm-2 {
    padding: 1.5rem !important;
}

.team-group-1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 2em;

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    li {
        display: list-item;
        text-align: -webkit-match-parent;
        unicode-bidi: isolate;
        list-style-type: none;
        text-align: center;
    }

    img {
        margin: .5em;
        width: 70px;
    }
}

/* Custom TinyMCE classes */
.sr-text-teal {
    color: #00dee5;
}

.sr-text-purple {
    color: #6a00b0;
}

.sr-bg-purple {
    color: #fff;
    background-color: #6a00b0;
    border-color: #6a00b0;
}

.sr-bg-purple:hover {
    color: #fff;
    background-color: #5c0099;
    border-color: #5c0099;
}

.sr-bg-teal {
    background-color: #00dee5;
    color: #000;
    border-color: #00dee5;
}

.sr-bg-teal:hover {
    color: #000;
    background-color: #01c3ca;
    border-color: #01c3ca;
}

iframe.letterbird-embed {
    max-width: 100% !important;
    width: 100% !important;
}

@media (max-width: 1400px) {
    #countdown {
        display: none !important;
    }

    #videos-iframe {
        width: 100% !important;
        min-height: auto;
    }

    #twitch-container .twitch-video-iframe,
    #videos-player,
    #videos-iframe {
        width: 100% !important;
        height: 615px !important;
    }

    #twitch-container .twitch-chat-box {
        width: 100% !important;
        height: 500px !important;
    }

    #incentives .incentives-card .incentives-streamer {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1198px) {

    #event-date {
        padding-left: 0px;
    }

    .container-size {
        max-width: 100% !important;
    }

    #videos-iframe {
        width: 100% !important;
        height: 534px;
        min-height: auto;
    }

    .w-xs-10 {
        width: 10% !important;
    }

    .w-xs-15 {
        width: 15% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .p-sm-2 {
        padding: .7rem !important;
    }

    #twitch-container .twitch-video-iframe,
    #videos-player,
    #videos-iframe {
        width: 100% !important;
        height: 515px !important;
    }

    #twitch-container .twitch-chat-box {
        width: 100% !important;
        height: 500px !important;
    }

    #incentives .incentives-card .incentives-streamer {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 992px) {

    .container-size {
        max-width: 100% !important;
    }

    #videos-iframe {
        width: 100% !important;
        height: 220px;
        min-height: auto;
    }

    #twitch-container .twitch-video-iframe,
    #videos-player,
    #videos-iframe {
        width: 100% !important;
        height: 380px !important;
    }

    #twitch-container .twitch-chat-box {
        width: 100% !important;
        height: 500px !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .pb-md-4 {
        padding-bottom: 2em !important;
    }

    #incentives .incentives-card .incentives-streamer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {

    #twitch-container .twitch-video-iframe,
    #videos-player,
    #videos-iframe {
        width: 100% !important;
        height: 280px !important;
    }

    .sm-mobile {
        text-align: center !important;
    }

    #videos-iframe {
        width: 100% !important;
        height: 240px;
        min-height: auto;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .pb-md-4 {
        padding-bottom: 2em !important;
    }

    #schedule-table .start_time,
    #schedule-table .end_time {
        min-width: auto;
    }

}

@media (max-width: 575px) {

    #twitch-container .twitch-video-iframe,
    #videos-player,
    #videos-iframe {
        width: 100% !important;
        height: 215px !important;
    }
}