body {
    margin: 0;
    background-color: var(--dark)
}

form {
    padding: 0;
    margin: 0
}

.Form {
    display: block;
    margin: 0
}

.FormTable {
    display: table;
    margin: 0
}

.FormTable .FormCol {
    display: table-cell;
    width: auto;
    vertical-align: top
}

.FormTable .FormInput {}

.FormTable .FormSubmit {}

.FormTable .FormInput input::placeholder {
    color: var(--mediumlow)
}

.FormTable .FormInput input:-ms-input-placeholder {
    color: var(--mediumlow)
}

.FormTable .FormInput input::-ms-input-placeholder {
    color: var(--mediumlow)
}

.FormTable .FormInput input:-webkit-autofill,
.FormTable .FormInput input:-webkit-autofill:hover,
.FormTable .FormInput input:-webkit-autofill:focus,
.FormTable .FormInput input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: var(--ui) !important;
}

._error _above {}

._error-arrow {
    display: none !important
}

._error-inner {
    text-align: left;
    color: var(--alert);
    padding-top: 8px
}

.Privacy {
    font-size: 11px
}

.Privacy a {
    text-decoration: underline
}

#Page {
    position: relative
}

#__next {
    background: #13161C;
}

.Section {
    display: block;
    margin: 0 auto;
    min-width: 300px;
    padding: 40px;
    background-color: #13161C;
}

.Section .Content {
    display: block;
    margin: 0 auto;
    max-width: 1680px
}

.SectionTable {
    display: block;
    margin: 0 auto 15px
}

.SectionCol {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: var(--mediumlow)
}

.SectionTable .SectionCol:nth-child(2) {
    margin-top: 3px
}

.SectionCol a {
    color: var(--bright)
}

.SectionCol a:hover {
    text-decoration: none;
    color: var(--low)
}

.SectionHead {
    font-size: 15px;
    color: var(--bright);
    font-weight: 700;
    text-transform: uppercase
}

.SectionHead a {
    color: var(--bright);
    text-decoration: none
}

.SectionHead span {
    color: var(--bright)
}

.FeaturedHeadline {
    display: block;
    margin: 0 auto 5px;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: var(--bright);
    text-transform: uppercase
}

.FeaturedHeadline b {
    font-weight: 900;
    color: var(--primary)
}

.FeaturedSubhead {
    display: block;
    margin: 0 auto 40px;
    font-size: 13px;
    font-weight: 500;
    text-align: center
}

.CenteredLink {
    display: block;
    margin: 5px auto 0;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: var(--mediumlow)
}

.CenteredLink a {
    color: var(--mediumlow)
}

@media(max-width:599px) {
    .Section {
        padding: 20px
    }

    .SectionTable .SectionCol:nth-child(2) {
        display: none
    }

    .SectionHead {
        font-size: 14px
    }
}

@media(min-width:400px) {
    .FeaturedHeadline {
        font-size: 32px
    }
}

@media(min-width:600px) {
    .SectionTable {
        display: table;
        width: 100%
    }

    .SectionCol {
        display: table-cell;
        width: 50%;
        vertical-alight: middle;
    }

    .SectionTable .SectionCol:nth-child(2) {
        text-align: right;
        padding-left: 15px
    }

    .FeaturedHeadline {
        font-size: 54px;
        letter-spacing: -2px
    }

    .FeaturedSubhead {
        font-size: 16px
    }
}

@media(min-width:700px) {
    .FeaturedHeadline {
        font-size: 70px
    }
}

#Top {
    display: block;
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 30
}

#AlertBar {
    padding: 10px 20px;
    background-color: var(--primary)
}

#AlertBar .Content {
    color: var(--bright);
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

#AlertBar .Content b {
    font-weight: 700
}

#AlertBar .Content a {
    color: var(--bright);
    text-decoration: none
}

#AlertBar .Content a:hover {
    text-decoration: underline
}

@media(min-width:768px) {
    #AlertBar .Content {
        font-size: 14px
    }
}

@media(min-width:1024px) {
    #AlertBar .Content {
        font-size: 16px
    }
}

#Masthead {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--mediumhigh);
    background-color: var(--trans2)
}

#Masthead .Content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

#Logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Logo a img {
    padding: 0 15px;
    width: 370px;
    max-width: 370px !important;
}

@media (max-width: 599px) {
    #MenuHamburger {
        margin-left: 30px;
    }
}

#MenuHamburger {
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 0 0 auto;
    min-width: 32px;
}

#MenuHamburger img:hover {
    background-color: #232A32;
}

#MenuHamburger img {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    max-width: none;
}

#Controller {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#AskAI {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 16px;
    border: solid 1px #6644FF;
    border-radius: 100px;
    min-height: 32px;
    text-decoration: none;
}

@media(max-width: 759.9px) {
    #AskAI {
        display: none;
    }
}

#AskAI img {
    width: 24px;
    height: 24px;
}

#AskAI span {
    font-size: 0.875rem;
    font-weight: 500;
}

#ExploreCourse {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    background-color: #006bff;
    color: white;
    white-space: nowrap;
    line-height: 100%;
    font-weight: 500;
    border-radius: 100px;
    min-height: 32px;
    text-decoration: none;
}

@media(max-width: 539.9px) {
    #ExploreCourse {
        display: none;
    }
}

#ButtonMenu {
    display: table-cell !important;
    width: 30px !important;
    height: auto !important;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center
}

@media(max-width:359px) {
    #Logo {
        width: 270px !important;
        padding: 0 5px
    }

    #Logo a img {
        width: 270px !important;
    }
}

@media(min-width:360px) and (max-width:689px) {
    #Logo {
        width: 270px !important;
        padding: 0 5px
    }

    #Logo a img {
        width: 270px !important;
    }
}

@media(min-width:1200px) {
    #Masthead .Content {
        padding-top: 0;
        padding-bottom: 0
    }
}

#Navigation {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding-left: 30px
}

#Navigation .Nav {
    display: inline-block;
    position: relative
}

#Navigation .NavLink {
    display: inline;
    padding: 10px 20px 10px 0;
    color: var(--bright);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer
}

#Navigation .DropdownLink {
    padding: 10px 20px 10px 0;
    color: var(--bright);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer
}

#Navigation .NavMenu {
    display: none;
    padding: 15px 0 8px;
    position: absolute;
    background-color: var(--dark);
    min-width: 180px;
    z-index: 2;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

#Navigation .NavMenu a {
    display: block;
    padding: 5px 20px;
    color: var(--bright);
    text-decoration: none;
    font-size: 15px
}

#Navigation .NavMenu a:hover {
    background-color: var(--medium)
}

#Navigation .Nav:hover .NavMenu {
    display: block
}

#Navigation .Nav:hover .NavLink {
    color: var(--low)
}

.NavButton {
    color: var(--bright);
    background-color: var(--mediumhigh);
    border-radius: 5px;
    margin-right: 7px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    cursor: pointer
}

@media(max-width:399px) {
    .NavButton {
        margin-right: 3px;
        padding: 3px 5px;
        font-size: 12px
    }
}

#LinkSettings {
    float: right
}

#LinkNewsletter {
    float: right
}

#LinkShop {
    float: right
}

#LinkDonate {
    float: right
}

#LinkDonate .NavButton {
    background-color: var(--alert)
}

#LinkStreams .NavLink {
    padding-right: 10px
}

#LinkBrowse .NavLink {
    padding-right: 10px
}

#LinkVideos .NavLink {
    padding-right: 10px
}

#ButtonSettings {
    width: 20px;
    height: 20px
}

#ButtonSettings .Icon {}

@media(max-width:439px) {
    #Navigation .NavLink {
        font-size: 13px
    }

    #Navigation .DropdownLink {
        font-size: 13px
    }
}

@media(max-width:499px) {
    #LinkNewsletter {
        display: none !important
    }
}

@media(max-width:639px) {
    #LinkBrowse {
        display: none !important
    }
}

@media(max-width:969px) {
    #Navigation {
        padding-left: 15px
    }

    #LinkHome,
    #LinkStreams,
    #LinkSchedule,
    #LinkCalendar,
    #LinkNews,
    #LinkShows,
    #LinkVideos {
        display: none !important
    }

    #LinkBrowse {
        float: right
    }
}

@media(max-width:869px) {

    #LinkSchedule,
    #LinkCalendar,
    #LinkNews,
    #LinkShows {
        display: none !important
    }
}

@media(max-width:1169px) {
    #NavHighlight {
        display: none !important
    }

    #LinkSchedule,
    #LinkCalendar,
    #LinkNews,
    #LinkShows,
    #LinkEpisodes,
    #LinkInterviews,
    #LinkEvents,
    #LinkDocumentaries {
        display: none !important
    }
}

@media(min-width:1170px) and (max-width:1419px) {

    #LinkBrowse,
    #LinkEpisodes,
    #LinkInterviews,
    #LinkEvents,
    #LinkDocumentaries {
        display: none !important
    }
}

@media(min-width:1420px) {
    #LinkBrowse {
        display: none !important
    }
}

#Footer {
    background-color: var(--dark)
}

#Footer .Content {
    max-width: 1000px
}

#Footer .Table {
    display: block;
    margin: 0 auto
}

#Footer .Table .Col {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    color: var(--mediumlow)
}

#Footer .Table .Col a {
    display: block;
    margin: 0 auto 8px;
    color: var(--bright)
}

#Footer .Table .Col a:hover {
    text-decoration: underline
}

#Footer .SectionHead {
    margin-bottom: 15px !important;
    font-size: 12px;
    color: var(--mediumlow);
    font-weight: 700
}

#Footer .Table:after {
    content: "";
    display: table;
    clear: both
}

#Footer .Table .Col {
    display: inline;
    width: 50%;
    float: left
}

#Footer .Table .Col:nth-child(odd) {
    padding-right: 10px
}

#Footer .Table .Col:nth-child(even) {
    padding-left: 10px
}

@media(min-width:400px) {
    #Footer .Table .Col {
        font-size: 14px
    }

    #Footer .SectionHead {
        font-size: 14px
    }
}

@media(min-width:700px) {
    #Footer .Table {
        display: table;
        width: 100%
    }

    #Footer .Table .Col {
        display: table-cell;
        width: 25%;
        vertical-align: top;
        padding: 0 20px;
        margin: 0;
        font-size: 12px;
        color: var(--bright)
    }

    #Footer .SectionHead {
        font-size: 12px
    }

    #Footer .Table .Col:first-child {
        padding-left: 0
    }

    #Footer .Table .Col:last-child {
        padding-right: 0
    }
}

@media(min-width:800px) {
    #Footer .Table .Col {
        font-size: 14px
    }

    #Footer .SectionHead {
        font-size: 14px
    }
}

#Disclaimer {
    background-color: #13161C;
}

#Disclaimer .SocialBox {
    justify-content: center;
}

#Disclaimer .Content {
    max-width: 1100px;
    text-align: center;
}

#Disclaimer .Table {
    display: block;
    margin: 0 auto
}

#Disclaimer .Table .Col {
    display: block;
    font-size: 11px;
    color: #9D9DAB;
    text-align: center;
}

#Disclaimer .Table .Col a {
    color: var(--mediumlow);
    text-decoration: underline
}

@media(max-width:799px) {
    #Disclaimer .Table .Col {
        text-align: center
    }

    #Disclaimer .Table .Col img {
        max-width: 300px
    }
}

@media(min-width:800px) {
    #Disclaimer .Table {
        display: table;
        width: 100%
    }

    #Disclaimer .Table .Col {
        display: table-cell;
        width: auto;
        vertical-align: middle
    }

    #Disclaimer .Table .Col:first-child {
        width: 260px;
        padding-right: 40px
    }
}

.FooterText {
    display: block;
    margin-bottom: 15px;
    font-size: 15px
}

.FooterForm {
    display: block;
    margin-bottom: 15px
}

.FooterPrivacy {
    display: block;
    font-size: 12px
}

#NewsletterSocial {}

#NewsletterSocial .Content {
    max-width: 1000px;
    padding: 30px 0
}

#NewsletterSocial .Table {
    display: block;
    margin: 0 auto
}

#NewsletterSocial .Table .Col {
    display: block;
    font-size: 11px;
    color: var(--mediumlow)
}

#NewsletterSocial .Table .Col a {
    color: var(--mediumlow);
    text-decoration: underline
}

#NewsletterSocial .FormTable {
    width: 100%;
    max-width: 400px;
    margin: 0
}

#NewsletterSocial .FormTable .FormCol {}

#NewsletterSocial .FormTable .FormInput {}

#NewsletterSocial .FormTable .FormSubmit {
    text-align: center;
    width: 44px
}

#NewsletterSocial .FormTable .FormInput input {
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    margin: 0;
    background-color: var(--mediumhigh);
    box-sizing: border-box;
}

#NewsletterSocial .FormTable .FormSubmit button {
    height: 44px;
    width: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: var(--mediumhigh);
    box-sizing: border-box
}

#NewsletterSocial .FormTable .FormInput input:-webkit-autofill,
#NewsletterSocial .FormTable .FormInput input:-webkit-autofill:hover,
#NewsletterSocial .FormTable .FormInput input:-webkit-autofill:focus,
#NewsletterSocial .FormTable .FormInput input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--mediumhigh) inset !important;
    -webkit-text-fill-color: var(--bright) !important;
}

#NewsletterSocial .ButtonBox {
    padding: 0
}

#NewsletterSocial .ButtonBox .ButtonIcon {
    margin-right: 10px
}

@media(max-width:799px) {
    #NewsletterSocial .Table .Col {
        text-align: center
    }

    #NewsletterSocial .Table .Col:first-child {
        margin-bottom: 30px
    }

    #NewsletterSocial .FormTable {
        margin: 0 auto
    }
}

@media(min-width:800px) {
    #NewsletterSocial .Table {
        display: table;
        width: 100%;
        margin: 0 auto
    }

    #NewsletterSocial .Table .Col {
        display: table-cell;
        vertical-align: top
    }

    #NewsletterSocial .Table .Col:first-child {
        width: 60%;
        padding-right: 40px
    }

    #NewsletterSocial .Table .Col:last-child {
        width: 40%;
        padding-left: 40px
    }
}

.Post {
    display: block;
    margin: 0 auto
}

.Post .Photo {
    display: block;
    margin: 0 auto
}

.Post .Thumb {
    display: block;
    margin-bottom: 15px;
    position: relative
}

.Post .Thumb img {
    border-radius: 5px
}

.Post .Text {
    display: block;
    margin: 0 auto
}

.Post .Headline {
    display: block;
    margin: 0 0 4px;
    font-weight: 500;
    color: var(--bright)
}

.Post .Headline a {
    color: var(--bright);
    text-decoration: none
}

.Post .Description {
    display: block;
    margin: 0 auto 4px;
    font-size: 13px;
    color: var(--mediumlow);
    white-space: normal
}

.Post .Description a {
    color: var(--mediumlow);
    text-decoration: none
}

.Post .Info {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: var(--mediumlow);
    white-space: normal
}

.Post .Info a {
    color: var(--mediumlow)
}

.Post .Info a:hover {
    color: var(--bright)
}

.Post .Duration {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 3px 6px;
    color: var(--bright);
    font-size: 12px;
    font-weight: 700;
    background-color: var(--trans2);
    border-radius: 2px;
    z-index: 2
}

.Post .EpisodeInfo {
    display: table;
    width: 100%;
    margin: 0 auto
}

.Post .EpisodeAvatar {
    display: table-cell;
    width: 36px;
    vertical-align: top
}

.Post .EpisodeText {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding-left: 15px
}

.Post .EpisodeAvatar img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.PlayHover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .4);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-image: url(../../static/images/Icon-Play-Hover.svg);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.PlayClick {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px;
    background-image: url(../../static/images/Icon-ClicktoPlay.svg);
    cursor: pointer;
    opacity: .85;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Post .NewThumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media(min-width:1025px) {
    .Thumb a:hover .PlayHover {
        opacity: .85
    }

    .Thumb a:hover .PlayClick {
        opacity: 1;
    }
}

@media (max-width: 639px) {
    .PlayClick {
        background-size: 50px 50px;
    }
}

#Roku {}

#Roku .Content {
    max-width: 860px
}

#Roku .FeaturedHeadline {
    color: var(--bright)
}

#Roku .FeaturedHeadline b {
    color: var(--bright)
}

#Roku .FeaturedSubhead {
    color: var(--bright)
}

#Roku .Table {
    display: block;
    margin: 0 auto 40px
}

#Roku .Table .Col {
    display: block;
    color: var(--mediumlow);
    font-size: 16px
}

#Roku .Table .Col a {
    color: var(--bright);
    text-decoration: underline
}

#Roku .ButtonPrimary {
    background-color: var(--primary);
    color: var(--bright) !important
}

@media(max-width:699px) {
    #Roku .Table .Col {
        text-align: center
    }
}

@media(min-width:700px) {
    #Roku .Table .Col {
        display: inline-block;
        float: right;
        width: 50%
    }

    #Roku .Table .Col:first-child {
        padding-left: 40px
    }

    #Roku .Table:after {
        content: "";
        display: table;
        clear: both
    }
}

@media(min-width:1000px) {
    #Roku .Content {
        max-width: 1000px
    }

    #Roku .Table .Col:first-child {
        width: 55%
    }

    #Roku .Table .Col:last-child {
        width: 45%
    }
}

.Collection {
    margin: 0 auto
}

.Collection:after {
    content: "";
    display: table;
    clear: both
}

.Collection .Post {
    display: inline;
    float: left;
    margin-bottom: 70px
}

.Collection .Post .Headline {
    font-size: 15px;
    line-height: 19px
}

.Collection .Post .Info {
    font-size: 12px
}

@media(min-width:760px) {
    .Collection .Post .Headline {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2
    }
}

@media(max-width:639px) {
    .Collection .Post .Headline {
        font-size: 15px;
        line-height: 18px
    }
}

@media(min-width:520px) and (max-width:759px) {
    .Collection .Post .Headline {
        font-size: 15px;
        line-height: 18px
    }
}

@media(min-width:450px) and (max-width:759px) {
    .Collection .Post .EpisodeAvatar {
        display: none
    }
}

@media(min-width:450px) and (max-width:679px) {
    .Collection .Post {
        display: table;
        width: 100%;
        margin: 0 auto 25px;
        border-bottom: solid 1px var(--mediumhigh)
    }

    .Collection .Post .Photo {
        display: table-cell;
        width: 45%;
        max-width: 260px;
        vertical-align: top;
        padding: 0 20px 25px 0
    }

    .Collection .Post .Text {
        display: table-cell;
        width: auto;
        vertical-align: top;
        padding-bottom: 25px
    }
}

@media(min-width:680px) and (max-width:899px) {
    .Collection .Post {
        width: 50%
    }

    .Collection .Post:nth-child(1) {
        padding: 0 16px 0 0
    }

    .Collection .Post:nth-child(2n+2) {
        padding: 0 0 0 16px
    }

    .Collection .Post:nth-child(2n+3) {
        padding: 0 16px 0 0;
        clear: both
    }

    .Collection .Post:nth-last-child(-n+2) {
        margin-bottom: 20px
    }
}

@media(min-width:900px) and (max-width:1139px) {
    .Collection .Post {
        width: 33.33%
    }

    .Collection .Post:nth-child(1) {
        padding: 0 16px 0 0
    }

    .Collection .Post:nth-child(3n+2) {
        padding: 0 10px 0 6px
    }

    .Collection .Post:nth-child(3n+3) {
        padding: 0 6px 0 10px
    }

    .Collection .Post:nth-child(3n+4) {
        padding: 0 16px 0 0;
        clear: both
    }

    .Collection .Post:nth-last-child(-n+3) {
        margin-bottom: 20px
    }
}

@media(min-width:1140px) and (max-width:1639px) {
    .Collection .Post {
        width: 25%
    }

    .Collection .Post:nth-child(1) {
        padding: 0 16px 0 0
    }

    .Collection .Post:nth-child(4n+2) {
        padding: 0 10px 0 6px
    }

    .Collection .Post:nth-child(4n+3) {
        padding: 0 6px 0 10px
    }

    .Collection .Post:nth-child(4n+4) {
        padding: 0 0 0 16px
    }

    .Collection .Post:nth-child(4n+5) {
        padding: 0 16px 0 0;
        clear: both
    }

    .Collection .Post:nth-last-child(-n+4) {
        margin-bottom: 20px
    }
}

@media(min-width:1640px) {
    .Collection .Post {
        width: 20%
    }

    .Collection .Post:nth-child(1) {
        padding: 0 16px 0 0
    }

    .Collection .Post:nth-child(5n+2) {
        padding: 0 11px 0 5px
    }

    .Collection .Post:nth-child(5n+3) {
        padding: 0 8px
    }

    .Collection .Post:nth-child(5n+4) {
        padding: 0 5px 0 11px
    }

    .Collection .Post:nth-child(5n+5) {
        padding: 0 0 0 16px
    }

    .Collection .Post:nth-child(5n+6) {
        padding: 0 16px 0 0;
        clear: both
    }

    .Collection .Post:nth-last-child(-n+5) {
        margin-bottom: 20px
    }
}

@media(min-width:900px) and (max-width:1139px) {
    .RecentVideos .Post:nth-last-child(-n+1) {
        display: none
    }

    .RecentVideos .Post:nth-last-child(-n+5) {
        margin-bottom: 20px
    }
}

@media(min-width:1140px) and (max-width:1639px) {
    .RecentVideos .Post:nth-last-child(-n+2) {
        display: none
    }

    .RecentVideos .Post:nth-last-child(-n+6) {
        margin-bottom: 20px
    }
}

@media(min-width:1140px) and (max-width:1639px) {
    .EventsDocs .Post:nth-child(5) {
        display: none
    }

    .EventsDocs .Post:nth-child(6) {
        display: none
    }
}

@media(min-width:1640px) {
    .EventsDocs .Post:nth-child(6) {
        display: none
    }

    .RecentVideos .Post:nth-last-child(-n+5) {
        margin-bottom: 20px
    }
}

.Calendar {
    margin: 0 auto
}

.Calendar:after {
    content: "";
    display: table;
    clear: both
}

.Calendar .Post {
    display: inline;
    float: left;
    margin-bottom: 60px
}

.Calendar .Post .Headline {
    font-size: 13px;
    line-height: 15px
}

.Calendar .Post .Info {
    font-size: 13px;
    font-weight: 500;
    color: var(--bright)
}

.Calendar .Post .Info a {
    color: var(--bright)
}

@media(min-width:640px) {
    .Calendar .Post .Headline {
        font-size: 15px;
        line-height: 18px
    }

    .Calendar .Post .Info {
        font-size: 14px
    }
}

@media(min-width:740px) {
    .Calendar .Post .Headline {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2
    }
}

@media(min-width:450px) and (max-width:739px) {
    .Calendar .Post {
        display: table;
        width: 100%;
        margin: 0 auto 25px;
        border-bottom: solid 1px var(--mediumhigh)
    }

    .Calendar .Post .Photo {
        display: table-cell;
        width: 45%;
        max-width: 260px;
        vertical-align: top;
        padding: 0 20px 25px 0
    }

    .Calendar .Post .Text {
        display: table-cell;
        width: auto;
        vertical-align: top;
        padding-bottom: 25px
    }
}

@media(min-width:740px) and (max-width:999px),
(min-width:1100px) and (max-width:1399px) {
    .Calendar .Post {
        width: 50%
    }

    .Calendar .Post:nth-child(1) {
        padding: 0 16px 0 0
    }

    .Calendar .Post:nth-child(2n+2) {
        padding: 0 0 0 16px
    }

    .Calendar .Post:nth-child(2n+3) {
        padding: 0 16px 0 0;
        clear: both
    }

    .Calendar .Post:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media(min-width:1400px) {
    .Calendar .Post {
        width: 33.33%
    }

    .Calendar .Post:nth-child(1) {
        padding: 0 24px 0 0
    }

    .Calendar .Post:nth-child(3n+2) {
        padding: 0 14px 0 10px
    }

    .Calendar .Post:nth-child(3n+3) {
        padding: 0 10px 0 14px
    }

    .Calendar .Post:nth-child(3n+4) {
        padding: 0 24px 0 0;
        clear: both
    }

    .Calendar .Post:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

#PageNavigation {
    margin: 15px auto
}

.LoadMore {
    display: block;
    margin: 30px auto;
    text-align: center;
    color: var(--bright);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer
}

.Loading {
    display: block;
    margin: 30px auto;
    width: 60px;
    height: 30px;
    padding: 10px;
    text-align: center
}

.LoadingDots {
    margin: 0 15px;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--medium);
    color: var(--medium);
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s
}

.LoadingDots::before,
.LoadingDots::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0
}

.LoadingDots::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--medium);
    color: var(--medium);
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s
}

.LoadingDots::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--medium);
    color: var(--medium);
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s
}

@keyframes dotFlashing {
    0% {
        background-color: var(--medium)
    }

    50%,
    100% {
        background-color: var(--mediumhigh)
    }
}

.Billboard {
    background-color: var(--dark);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    background-image: url(../../static/images/Background-Billboard.jpg)
}

.BillboardTable {
    display: block;
    margin: 0 auto
}

.BillboardCol {
    display: block;
    margin: 0 auto
}

.BillboardTable .BillboardCol:first-child {
    margin-bottom: 15px
}

.BillboardBox {
    display: block;
    margin: 0
}

.BillboardTitle {
    display: block;
    margin-bottom: 15px;
    color: var(--bright);
    font-size: 30px;
    line-height: 33px;
    font-weight: 900;
    text-transform: uppercase
}

.BillboardDescription {
    display: block;
    margin-bottom: 15px;
    color: var(--mediumlow);
    font-size: 13px;
    line-height: 15px
}

.BillboardInfo {
    display: block;
    margin-bottom: 10px;
    color: var(--bright);
    font-size: 12px;
    line-height: 13px
}

.BillboardDetails {
    display: block;
    color: var(--mediumlow);
    font-size: 11px;
    line-height: 12px
}

.Billboard .ButtonBox {
    margin: 15px 0
}

.Billboard .ButtonBox .Button {
    padding: 13px 35px 12px;
    font-size: 14px
}

.BillboardNewsletter {
    display: block;
    color: var(--mediumlow);
    font-size: 13px;
    line-height: 15px
}

.BillboardNewsletter b {
    color: var(--bright);
    font-weight: 500;
    text-transform: uppercase
}

.BillboardNewsletter a {
    text-decoration: underline !important;
    color: var(--mediumlow) !important
}

.BillboardNewsletter a:hover {
    color: var(--bright)
}

@media(max-width:899px) {
    .Billboard {
        padding: 0
    }

    .Billboard .Content {
        padding: 0
    }

    .BillboardTable .BillboardCol:last-child {
        padding: 20px
    }
}

@media(min-width:700px) {
    .BillboardTitle {
        font-size: 36px;
        line-height: 38px
    }

    .BillboardDescription {
        font-size: 16px;
        line-height: 18px
    }

    .BillboardInfo {
        font-size: 14px;
        line-height: 16px
    }

    .BillboardInfo b {
        font-size: 18px
    }

    .BillboardDetails {
        font-size: 12px;
        line-height: 13px
    }
}

@media(min-width:900px) {
    .BillboardCol {
        display: inline-block;
        float: right
    }

    .BillboardTable .BillboardCol:first-child {
        width: 50%
    }

    .BillboardTable .BillboardCol:last-child {
        width: 50%;
        padding: 0 40px 0 0
    }

    .BillboardTable:after {
        content: "";
        display: table;
        clear: both
    }

    .BillboardBox {
        max-width: 600px
    }
}

@media(min-width:1000px) {
    .BillboardTable .BillboardCol:last-child {
        width: 60%
    }

    .BillboardTable .BillboardCol:first-child {
        width: 40%
    }
}

@media(min-width:1200px) {
    .BillboardTable .BillboardCol:last-child {
        padding: 60px 40px 0 0
    }
}

#Tabs {
    display: block;
    width: 100%;
    border-bottom: solid 1px var(--mediumhigh);
    padding-top: 13px;
    padding-bottom: 0
}

.StickyTabs {
    position: fixed;
    left: 0;
    z-index: 30
}

#Tabs .Content {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#Tabs .Content::-webkit-scrollbar {
    height: 0
}

.TabBox {
    display: table;
    position: relative
}

.Tab {
    display: table-cell;
    padding: 10px 30px 20px 0;
    color: var(--bright);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none
}

.Tab:hover {
    color: var(--low)
}

.TabActive {
    color: var(--bright)
}

.TabActive:hover {
    color: var(--bright)
}

#TabHighlight {
    width: 50px;
    height: 3px;
    background-color: var(--alert);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

#Episodes {
    display: block
}

#Details {
    margin: 0;
    color: var(--bright);
    font-size: 15px
}

#Details a {
    color: var(--secondary)
}

@media(min-width:900px) {
    #Details {
        max-width: 700px
    }
}

.ScrollBox {
    display: block;
    margin: 0 auto;
    position: relative
}

.VideoListActive {
    display: block !important;
}

.VideoList {
    display: none;
}

.ScrollBox .ButtonIcon {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45px;
    z-index: 20;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    cursor: pointer;
    background-color: var(--dark);
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 18px -5px rgba(83, 83, 83, .85);
    box-shadow: 3px 3px 18px -5px rgba(83, 83, 83, .85)
}

.ScrollBox .ButtonDown {
    top: 48px;
    -webkit-box-shadow: 1px 1px 14px -5px rgba(83, 83, 83, .85);
    box-shadow: 1px 1px 14px -5px rgba(83, 83, 83, .85)
}

.ScrollBox .Left {
    left: -15px;
    background-image: url(../../static/images/Icon-Left-White.svg)
}

.ScrollBox .Right {
    right: -15px;
    background-image: url(../../static/images/Icon-Right-White.svg)
}

.ScrollRow {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.ScrollRow::-webkit-scrollbar {
    height: 0
}

.ScrollRow .Post {
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    vertical-align: top
}

.ScrollRow .Post:last-child {
    margin-right: 0
}

.ScrollRow .Post .Headline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400
}

@media(min-width:640px) {
    .ScrollBox .Left {
        left: -25px
    }

    .ScrollBox .Right {
        right: -25px
    }
}

#Featured .ButtonIcon {
    top: 29px
}

#Featured .ScrollBox .ButtonDown {
    top: 32px
}

#Featured .ScrollRow .Post {
    width: 280px;
    position: relative;
    overflow: hidden
}

#Featured .ScrollRow .Post .Thumb {
    margin-bottom: 0
}

@media(min-width:640px) {
    #Featured .ButtonIcon {
        top: 64px
    }

    #Featured .ScrollBox .ButtonDown {
        top: 67px
    }

    #Featured .ScrollRow .Post {
        width: 460px
    }
}

@media(min-width:840px) {
    #Featured .ButtonIcon {
        top: 75px
    }

    #Featured .ScrollBox .ButtonDown {
        top: 78px
    }

    #Featured .ScrollRow .Post {
        width: 520px
    }
}

#ShowDays {
    padding-bottom: 40px
}

@media(max-width:640px) {
    #ShowDays .ButtonIcon {
        top: 32px
    }

    #ShowDays .ScrollBox .ButtonDown {
        top: 35px
    }

    #ShowDays .ScrollRow .Post {
        width: 200px;
        position: relative;
        overflow: hidden
    }
}

#LiveStreams {}

#LiveStreams .LiveStreams {
    display: block;
    magin: 0 auto
}

#LiveStreams .LiveStreams .Post {
    display: block;
    margin: 0 auto 20px
}

@media(min-width:800px) {
    #LiveStreams .LiveStreams {
        display: table;
        width: 100%
    }

    #LiveStreams .LiveStreams .Post {
        display: table-cell;
        width: 33%;
        vertical-align: top;
        padding: 0 8px
    }

    #LiveStreams .LiveStreams .Post:first-child {
        padding: 0 16px 0 0
    }

    #LiveStreams .LiveStreams .Post:last-child {
        padding: 0 0 0 16px
    }
}

.VideoPage {
    display: block;
    margin: 0 auto
}

.VideoPageCol {
    display: block;
    margin: 0 auto
}

.VideoPageLeft {
    /* padding-bottom: 20px;
    margin-bottom: 20px */
}

.VideoPageRight {}

@media(max-width:600px) {
    .VideoPageLeft {
        border-bottom: solid 1px var(--mediumhigh)
    }
}
/* ipad pro */
@media(min-width:1025px) {
    .VideoPage {
        display: flex;
        width: 100%
    }

    .VideoPageCol {
        display: table-cell;
        vertical-align: top
    }

    .VideoPageLeft {
        width: 100%;
        max-width: 1100px;
    }

    .VideoPageRight {
        width: 300px
    }
}

@media(min-width:1200px) {
    .VideoPageRight {
        width: 340px
    }
}

.VideoBox {
    display: block;
    margin: 0 auto 15px
}

.VideoBoxCol {
    display: block;
    margin: 0 auto
}

.VideoBoxColLeft {
    margin-bottom: 15px
}

.VideoBoxColRight {}

.VideoBoxColRight .ButtonBox {
    padding: 0
}

@media(min-width:900px) {
    .VideoBox {
        display: table;
        width: 100%
    }

    .VideoBoxCol {
        display: table-cell;
    }

    .VideoBoxColLeft {
        width: auto;
        padding-right: 20px
    }

    .VideoBoxColRight {
        width: 230px;
        text-align: right
    }

    .VideoBoxColRight .ButtonBox {
        text-align: right
    }
}

.VideoPlayer {
    display: block;
    margin-bottom: 30px
}

.VideoTitle {
    display: block;
    margin-bottom: 8px;
    color: var(--bright);
    font-size: 20px;
    line-height: 22px;
    font-weight: 500
}

.VideoDescription {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
    color: #9D9DAB;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
}



.VideoDescription a {
    color: #006BFF;
    text-decoration: none;
}

.VideoDescription .ShowDescription {
    cursor: pointer;
    color: var(--mediumlow);
}

.VideoDescription .ShowDescription:hover {
    color: var(--bright);
}

.VideoInfo {
    display: block;
    max-width: 800px;
    margin-bottom: 10px;
    color: var(--bright);
    font-size: 12px;
    line-height: 13px
}

.VideoInfo a {
    color: var(--bright);
    text-decoration: underline
}

.VideoDetails {
    display: block;
    max-width: 800px;
    margin-bottom: 15px;
    color: var(--mediumlow);
    font-size: 11px;
    line-height: 12px
}

.VideoDetails a {
    color: var(--mediumlow);
    text-decoration: underline
}

.VideoMoreInfo {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--mediumlow);
    font-size: 13px;
    line-height: 17px
}

.VideoMoreInfo a {
    color: var(--bright);
    text-decoration: underline
}

.VideoArtwork {
    display: block;
    margin: 0px auto 15px auto;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 56.25%;
    cursor: pointer;
}

.VideoDate {
    display: block;
    margin: 0px auto 15px auto;
    color: var(--bright);
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}

.VideoDate a {
    color: var(--bright);
    text-decoration: underline;
}

.VideoActions {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

@media (max-width: 500px) {
    .VideoActions {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    
    .VideoActions::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    .VideoActionsLeft {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        cursor: grab;
    }
    
    .VideoActionsLeft:active {
        cursor: grabbing;
    }
}

.VideoActions .VideoNavigationTab{
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 15px;
    cursor: pointer;
    color: #9D9DAB;
    border-bottom: solid 2px transparent;
    text-transform: uppercase;
    font-weight: 600;
}

.VideoActions .VideoNavigationTab:hover{
    border-bottom: 2px solid #9D9DAB;
}

.VideoActions .TabActive{
    border-bottom: 2px solid #006bff;
    color: #FFFFFF;
}

.VideoActions .TabActive:hover{
    border-bottom: 2px solid #006bff;
    color: #FFFFFF;
}

@media(min-width:600px) {
    .VideoTitle {
        font-size: 24px;
        line-height: 27px
    }

    .VideoDescription {
        font-size: 15px;
        line-height: 20px
    }

    .VideoInfo {
        font-size: 13px;
        line-height: 15px
    }

    .VideoDetails {
        font-size: 12px;
        line-height: 14px
    }

    .VideoMoreInfo {
        font-size: 15px;
        line-height: 20px
    }
}

.RecentRightColumn {}

.RecentRightColumn .SectionHead {
    margin-bottom: 15px
}

.RecentRightColumn .Post {
    margin-bottom: 25px
}

.RecentRightColumn .Post .Headline {
    font-size: 15px;
    line-height: 17px
}

.RecentRightColumn .Post .Info {
    font-size: 12px
}

@media(min-width:450px) and (max-width:739px) {
    .RecentRightColumn .Post {
        display: table;
        width: 100%;
        border-bottom: solid 1px var(--mediumhigh)
    }

    .RecentRightColumn .Post .Photo {
        display: table-cell;
        width: 45%;
        max-width: 260px;
        vertical-align: top;
        padding: 0 20px 25px 0
    }

    .RecentRightColumn .Post .Text {
        display: table-cell;
        width: auto;
        vertical-align: top;
        padding-bottom: 25px
    }
}

@media(min-width:740px) and (max-width:759px) {
    .RecentRightColumn .Post {
        width: 50%;
        display: inline;
        float: left
    }

    .RecentRightColumn .Post:nth-child(1) {
        padding: 0
    }

    .RecentRightColumn .Post:nth-child(2n+2) {
        padding: 0 0 0 16px
    }

    .RecentRightColumn .Post:nth-child(2n+3) {
        padding: 0 16px 0 0;
        clear: both
    }

    .RecentRightColumn .Post:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media(min-width:760px) and (max-width:999px) {
    .RecentRightColumn {}

    .RecentRightColumn:after {
        content: "";
        display: table;
        clear: both
    }

    .RecentRightColumn .Post {
        display: inline;
        float: left;
        margin-bottom: 30px
    }

    .RecentRightColumn .Post {
        width: 33.33%
    }

    .RecentRightColumn .Post:nth-child(1) {
        padding: 0 16px 0 0
    }

    .RecentRightColumn .Post:nth-child(3n+2) {
        padding: 0 10px 0 6px
    }

    .RecentRightColumn .Post:nth-child(3n+3) {
        padding: 0 6px 0 10px
    }

    .RecentRightColumn .Post:nth-child(3n+4) {
        padding: 0 16px 0 0;
        clear: both
    }

    .RecentRightColumn .Post:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

@media(min-width:1000px) {
    .RecentRightColumn .Post {
        display: table;
        width: 100%;
        margin: 0 auto 10px;
        border-bottom: solid 1px var(--mediumhigh)
    }

    .RecentRightColumn .Post .Photo {
        display: table-cell;
        width: 45%;
        max-width: 260px;
        vertical-align: top;
        padding: 0 20px 10px 0
    }

    .RecentRightColumn .Post .Text {
        display: table-cell;
        width: auto;
        vertical-align: top;
        padding-bottom: 10px
    }

    .RecentRightColumn .Post .Thumb {
        margin-bottom: 0
    }

    .RecentRightColumn .Post .Headline {
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3
    }

    .RecentRightColumn .Post:nth-last-child(-n+2) {
        border-bottom: 0;
        margin-bottom: 0
    }

    .RecentRightColumn .Post:last-child .Photo {
        padding-bottom: 0
    }

    .RecentRightColumn .Post:last-child .Text {
        padding-bottom: 0
    }
}

.Widget {
    display: block;
    margin: 0 auto 20px
}

.Widget .SectionHead {
    margin-bottom: 10px
}

.RightColSponsor {
    display: block;
    margin: 0 auto 15px
}

@media(min-width:1200px) {
    .RightColSponsor {
        padding: 20px;
        border: solid 1px var(--mediumhigh)
    }
}

#PrivacyNotice {
    display: none;
    padding: 15px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999999999999999999
}

#PrivacyNotice .Content {
    display: block;
    margin: 0;
    padding: 15px;
    background-color: var(--dark);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 5px rgba(255, 255, 255, .7);
    box-shadow: 0 0 30px 5px rgba(255, 255, 255, .7)
}

#PrivacyNotice .Content a {
    color: var(--bright);
    text-decoration: underline
}

#PrivacyNotice .Text {
    color: var(--bright);
    font-size: 12px
}

@media(min-width:600px) {
    #PrivacyNotice {
        max-width: 420px
    }
}

#BrighteonTVTabs {
    display: block;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px var(--mediumhigh)
}

#BrighteonTVTabs span {
    display: inline;
    height: 24px;
    margin-right: 2px;
    padding: 2px 10px;
    background-color: var(--mediumhigh);
    border-radius: 12px;
    color: var(--mediumlow);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer
}

#BrighteonTVTabs span:hover {
    background-color: var(--medium);
    color: var(--low)
}

.BrighteonTVTabActive {
    background-color: var(--bright) !important;
    color: var(--alert) !important
}

.BrighteonTVTab {
    display: none;
    width: 100%;
    margin: 0 auto
}

.BrighteonTVTabOpen {
    display: table
}

.BrighteonTVRow {
    display: table;
    width: 100%;
    margin: 0 auto
}

.BrighteonTVCol {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-bottom: solid 2px var(--high);
    border-right: solid 2px var(--high);
    font-size: 11px
}

.BrighteonTVRow .BrighteonTVCol:first-child {
    width: 30%
}

.BrighteonTVRow .BrighteonTVCol:last-child {
    width: auto;
    border-right: 0;
    padding: 10px
}

.BrighteonTVRow .BrighteonTVCol:last-child a {
    color: var(--bright);
    text-decoration: none
}

.BrighteonTVTab .BrighteonTVRow:nth-child(odd) .BrighteonTVCol {
    background-color: var(--dark) !important
}

.BrighteonTVTab .BrighteonTVRow:nth-child(even) .BrighteonTVCol {
    background-color: var(--trans5) !important
}

.BrighteonTVDay {
    display: block;
    margin: 0 auto 10px;
    font-size: 11px;
    color: var(--bright)
}

.BrighteonTVDay b {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.BrighteonTVShow {
    display: block;
    margin: 0 auto;
    font-weight: 700
}

.BrighteonTVHost {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    color: var(--mediumlow)
}

@media(min-width:640px) {
    #BrighteonTVTabs span {
        font-size: 12px;
        padding: 2px 15px
    }

    .BrighteonTVCol {
        font-size: 13px
    }

    .BrighteonTVTab .BrighteonTVRow .BrighteonTVCol:first-child {
        width: 200px
    }
}

@media(min-width:728px) {
    .BrighteonTVTab .BrighteonTVCol {
        font-size: 16px;
        padding: 15px
    }

    .BrighteonTVTab .BrighteonTVRow .BrighteonTVCol:first-child {
        font-size: 13px
    }

    .BrighteonTVTab .BrighteonTVRow .BrighteonTVCol:last-child {
        padding: 15px;
        padding-left: 25px
    }

    .BrighteonTVDay {
        font-size: 12px
    }

    .BrighteonTVDay b {
        font-size: 20px
    }
}

.FeaturedMedia {
    display: block;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media(min-width:639px) {
    .FeaturedMedia {
        height: 360px
    }
}

@media(min-width:1000px) {
    .FeaturedMedia {
        height: 440px
    }
}

@media(min-width:1200px) {
    .FeaturedMedia {
        height: 600px
    }
}

.InfoMedia {
    display: block;
    margin: 0 auto
}

.InfoPage {
    display: block;
    max-width: 1000px;
    min-height: 500px;
    margin: 0 auto
}

.InfoBreadcrumb {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px
}

.InfoBreadcrumb a {
    color: var(--secondary)
}

.InfoTitle {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 110% !important;
    font-weight: 700;
    color: var(--bright)
}

.InfoDescription {
    display: block;
    margin-bottom: 30px;
    color: var(--low);
    font-size: 15px;
    line-height: 110%;
    font-family: 'Libre Franklin'
}

.InfoPage .ButtonBox {
    margin-bottom: 15px;
    padding: 0
}

.InfoArticle {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    color: var(--bright);
    font-family: 'Libre Franklin'
}

.InfoArticle a {
    color: var(--secondary)
}

.InfoMore {
    display: block;
    margin-bottom: 15px;
    color: var(--mediumlow);
    font-family: 'Libre Franklin';
    font-size: 15px
}

.InfoMore a {
    color: var(--secondary)
}

.InfoArticle td {
    color: var(--bright)
}

.InfoDate {
    display: inline-block;
    vertical-align: middle;
    color: var(--bright);
    font-size: 12px;
    font-family: 'Roboto Condensed';
    padding-right: 15px
}

.InfoPage ul li {
    margin-bottom: 15px
}

.InfoPage .ContactLink {
    color: var(--secondary);
    cursor: pointer
}

.InfoPage .ContactLink:hover {
    text-decoration: underline
}

@media(min-width:640px) {
    .InfoBreadcrumb {
        font-size: 13px
    }

    .InfoTitle {
        font-size: 30px
    }

    .InfoDescription {
        font-size: 16px
    }

    .InfoDate {
        font-size: 13px
    }

    .InfoArticle {
        font-size: 17px
    }

    .InfoMore {
        font-size: 17px
    }

    .InfoMore div {
        font-size: 17px
    }
}

@media(min-width:1000px) {
    .InfoBreadcrumb {
        font-size: 14px
    }

    .InfoTitle {
        font-size: 40px
    }

    .InfoDescription {
        font-size: 20px
    }

    .InfoDate {
        font-size: 14px
    }

    .InfoArticle {
        font-size: 20px
    }

    .InfoMore {
        font-size: 18px
    }

    .InfoMore div {
        font-size: 18px
    }
}

.NewsPage {
    display: block;
    margin: 0 auto
}

.NewsPageCol {
    display: block;
    margin: 0 auto
}

.NewsPageLeft {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.NewsPageCenter {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.NewsPageRight {}

@media(max-width:600px) {
    .NewsPageLeft {
        border-bottom: solid 1px var(--mediumhigh)
    }

    .NewsPageCenter {
        border-bottom: solid 1px var(--mediumhigh)
    }
}

@media(min-width:1000px) {
    .NewsPage {
        display: table;
        width: 100%
    }

    .NewsPageCol {
        display: table-cell;
        vertical-align: top
    }

    .NewsPageLeft {
        width: auto;
        padding-right: 20px
    }

    .NewsPageRight {
        width: 300px
    }
}

@media(min-width:1000px) and (max-width:1200px) {
    .NewsPageCenter {
        display: none
    }
}

@media(min-width:1200px) {
    .NewsPageCenter {
        width: 240px;
        padding-left: 20px;
        padding-right: 20px;
        border-left: solid 1px var(--mediumhigh)
    }

    .NewsPageRight {
        width: 340px
    }
}

@media(min-width:1280px) {
    .NewsPageLeft {
        width: auto;
        padding-right: 40px
    }

    .NewsPageCenter {
        width: 340px;
        padding-left: 40px;
        padding-right: 40px
    }
}

.NewsPageCol .SectionHead {
    margin-bottom: 15px
}

#NewsCoverage {
    display: block;
    margin: 0 auto 15px
}

.NewsArticles div {
    display: block;
    font-size: 14px;
    line-height: 125%;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    border-bottom: solid 1px var(--mediumhigh)
}

.NewsArticles div a {
    display: block;
    text-decoration: none
}

@media(min-width:540px) and (max-width:999px) {
    .NewsArticles:after {
        content: "";
        display: table;
        clear: both
    }

    .NewsArticles div {
        display: inline-block;
        margin: 0;
        width: 50%;
        border-bottom: 0;
        border-top: solid 1px var(--mediumhigh)
    }

    .NewsArticles div:nth-child(odd) {
        padding: 30px 30px 30px 0;
        float: left
    }

    .NewsArticles div:nth-child(even) {
        padding: 30px 0 30px 30px;
        float: right
    }

    .NewsArticles div:nth-child(-n+2) {
        padding-top: 10px;
        border-top: 0
    }

    .NewsArticles div:nth-child(2n+3) {
        clear: both
    }

    .NewsArticles div:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    @media(min-width:640px) {
        .NewsArticles div {
            font-size: 16px
        }
    }

    @media(min-width:800px) {
        .NewsArticles div {
            font-size: 18px
        }

        .NewsArticles div:nth-child(odd) {
            padding-right: 50px
        }

        .NewsArticles div:nth-child(even) {
            padding-left: 50px
        }
    }
}

.News {
    margin: 0 auto
}

.News:after {
    content: "";
    display: table;
    clear: both
}

.News .Post {
    display: inline;
    float: left;
    margin-bottom: 60px
}

.News .Post .Headline {
    font-size: 13px;
    line-height: 15px
}

.News .Post .Info {
    font-size: 13px;
    font-weight: 500;
    color: var(--bright)
}

.News .Post .Info a {
    color: var(--bright)
}

@media(min-width:640px) {
    .News .Post .Headline {
        font-size: 15px;
        line-height: 18px
    }

    .News .Post .Info {
        font-size: 14px
    }
}

@media(min-width:740px) {
    .News .Post .Headline {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2
    }
}

@media(min-width:450px) and (max-width:739px),
(min-width:1000px) and (max-width:1499px) {
    .News .Post {
        display: table;
        width: 100%;
        margin: 0 auto 25px;
        border-bottom: solid 1px var(--mediumhigh)
    }

    .News .Post .Photo {
        display: table-cell;
        width: 45%;
        max-width: 260px;
        vertical-align: top;
        padding: 0 20px 25px 0
    }

    .News .Post .Text {
        display: table-cell;
        width: auto;
        vertical-align: top;
        padding-bottom: 25px
    }
}

@media(min-width:740px) and (max-width:999px),
(min-width:1500px) and (max-width:1599px) {
    .News .Post {
        width: 50%
    }

    .News .Post:nth-child(1) {
        padding: 0 16px 0 0
    }

    .News .Post:nth-child(2n+2) {
        padding: 0 0 0 16px
    }

    .News .Post:nth-child(2n+3) {
        padding: 0 16px 0 0;
        clear: both
    }

    .News .Post:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media(min-width:1600px) {
    .News .Post {
        width: 33.33%
    }

    .News .Post:nth-child(1) {
        padding: 0 24px 0 0
    }

    .News .Post:nth-child(3n+2) {
        padding: 0 14px 0 10px
    }

    .News .Post:nth-child(3n+3) {
        padding: 0 10px 0 14px
    }

    .News .Post:nth-child(3n+4) {
        padding: 0 24px 0 0;
        clear: both
    }

    .News .Post:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

.BottomBar {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90
}

.BottomBarContent {
    display: block;
    margin: 0 auto;
    position: relative
}

.BottomBarBox {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: var(--dark);
    color: var(--bright)
}

.BottomBarClose {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 5px;
    right: 5px
}

.BottomBarClose .Icon {
    background-color: var(--bright)
}

.BottomBar .Table {
    display: block;
    margin: 0 auto
}

.BottomBar .Table .Col {
    display: block;
    font-size: 11px;
    color: var(--mediumlow)
}

.BottomBar .Text {
    display: block;
    font-size: 14px;
    color: var(--bright);
    font-weight: 400
}

.BottomBar .Text a {
    color: var(--bright) !important;
    text-decoration: underline
}

.BottomBar .Headline {
    font-weight: 900
}

.BottomBar .FormTable {
    width: 100%;
    max-width: 400px;
    margin: 0
}

.BottomBar .FormTable .FormCol {}

.BottomBar .FormTable .FormInput {}

.BottomBar .FormTable .FormSubmit {
    text-align: center;
    width: 32px
}

.BottomBar .FormTable .FormSubmit .Icon {
    background-color: var(--primary)
}

.BottomBar .FormTable .FormInput input {
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    margin: 0;
    background-color: var(--bright);
    color: var(--primary) !important;
    box-sizing: border-box;
}

.BottomBar .FormTable .FormSubmit button {
    height: 44px;
    width: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: var(--bright);
    box-sizing: border-box
}

@media(max-width:599px) {
    .BottomBar .Table .Col {
        text-align: center
    }
}

@media(min-width:600px) {
    .BottomBar .Table {
        display: table;
        margin: 0 auto
    }

    .BottomBar .Table .Col {
        display: table-cell;
        width: auto;
        vertical-align: middle
    }

    .BottomBar .FormTable {
        margin: 0;
        float: right
    }
}

@media(min-width:700px) {
    .BottomBar .Text {
        font-size: 18px;
        line-height: 20px
    }

    .BottomBar .Headline {
        font-weight: 900;
        text-transform: uppercase;
        padding-right: 15px
    }
}

#SignUpBar .BottomBarBox {
    background-color: var(--primary)
}

@media(max-width:599px) {
    #SignUpBarText {
        margin-bottom: 10px
    }
}

@media(max-width:999px) {
    #SignUpBarForm {
        display: none !important
    }
}

@media(min-width:600px) {
    #SignUpBarButton {
        min-width: 200px;
        padding-left: 40px;
        text-align: right
    }
}

@media(min-width:1000px) {
    #SignUpBarForm {
        min-width: 400px;
        padding-left: 40px;
        text-align: right
    }

    #SignUpBarButton {
        display: none !important
    }
}

.PopUpBlur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(5px);
    -ms-filter: blur(3px);
    filter: blur(3px)
}

.PopUpClose {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    position: absolute;
    cursor: pointer
}

.PopUpClose .Icon {
    width: 30px;
    height: 30px;
    background-color: var(--bright)
}

.PopUp .FormTable {
    display: block;
    width: auto;
    max-width: 400px;
    margin: 0 auto 20px
}

.PopUp .FormTable .FormCol {
    display: block;
    margin: 0 auto
}

.PopUp .FormTable .FormInput {}

.PopUp .FormTable .FormSubmit {
    text-align: center;
    width: auto;
    padding-top: 10px
}

.PopUp .FormTable .FormSubmit .Icon {
    background-color: var(--primary)
}

.PopUp .FormTable .FormInput input {
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    margin: 0;
    background-color: var(--dim);
    color: var(--dark) !important
}

.PopUp .FormTable .FormSubmit button {
    height: 44px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: var(--ui);
    box-sizing: border-box;
    text-transform: uppercase
}

.PopUp .FormTable .FormInput input:-webkit-autofill,
.PopUp .FormTable .FormInput input:-webkit-autofill:hover,
.PopUp .FormTable .FormInput input:-webkit-autofill:focus,
.PopUp .FormTable .FormInput input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--dim) inset !important;
    -webkit-text-fill-color: var(--ui) !important;
}

.PopUp .Headline {
    display: block;
    margin: 0 auto 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ui);
    text-align: center
}

.PopUp .Text {
    display: block;
    margin: 0 auto 20px;
    font-size: 13px;
    font-weight: 300;
    color: var(--medium);
    text-align: center
}

.PopUp .Text a {
    color: var(--medium);
    text-decoration: underline
}

.PopUpDecline {
    display: block;
    margin: 0;
    text-decoration: underline;
    text-align: center;
    font-size: 11px;
    cursor: pointer
}

@media(max-width:369px) {
    .PopUp {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 91;
        background-color: var(--trans2);
        background-color: var(--bright)
    }

    .PopUpContent {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0
    }

    .PopUpTable {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0 auto
    }

    .PopUpCol {
        display: table-cell;
        vertical-align: top
    }

    .PopUpBox {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        position: relative
    }

    .PopUpClose {
        border-radius: 50%;
        background-color: var(--trans5);
        top: 10px;
        right: 10px;
        position: fixed
    }
}

@media(min-width:370px) {
    .PopUp {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 91;
        background-color: var(--trans2);
        padding: 10px;
    }

    .PopUpContent {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 5px
    }

    .PopUpTable {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0 auto
    }

    .PopUpCol {
        display: table-cell;
        vertical-align: middle
    }

    .PopUpBox {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        background-color: var(--bright);
        position: relative
    }
}

@media (min-width:1080px) {
    .PopUp {
        padding: 20px
    }

    .PopUpContent {
        padding: 0 20px
    }

    .PopUpClose {
        top: 10px;
        right: 8px
    }

    .PopUp .Headline {
        font-size: 30px
    }

    .PopUp .Text {
        font-size: 15px
    }

    .PopUpDecline {
        font-size: 14px
    }
}

.PopUpBoxRegister {
    text-align: center;
}

@media(min-width:1080px) {
    .PopUpBox {
        max-width: 1200px
    }

    .PopUpBoxRegister {
        max-width: 600px !important;
        padding: 20px !important;
    }

    .PopUp .Table {
        display: table;
        width: 100%;
        margin: 0 auto
    }

    .PopUp .Table .Col {
        display: table-cell;
        vertical-align: top
    }
}

#SignUpPopUp {}

@media(max-width:369px) {
    #SignUpPopUpText {
        padding: 20px
    }
}

@media(min-width:370px) {
    #SignUpPopUpText {
        padding: 40px
    }
}

@media(max-width:999px) {
    #SignUpPopUpB {
        display: none
    }
}

@media(min-width:1000px) {
    #SignUpPopUpA {
        display: none
    }

    #SignUpPopUpB {
        width: 400px;
        background-color: var(--dark)
    }

    #SignUpPopUp .PopUpClose .Icon {
        background-color: var(--medium)
    }
}

.NewsletterTable {
    display: block;
    margin: 0 auto
}

.NewsletterCol {
    display: block;
    margin: 0 auto
}

#NewsletterPhoto {
    margin-bottom: 20px
}

#NewsletterText {}

.NewsletterTable .Headline {
    display: block;
    margin: 0 auto 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bright)
}

.NewsletterTable .Text {
    display: block;
    margin: 0 auto 40px;
    font-size: 13px;
    font-weight: 300;
    color: var(--bright)
}

.NewsletterTable .Text a {
    color: var(--medium);
    text-decoration: underline
}

.NewsletterTable .Privacy {
    color: var(--mediumlow)
}

.NewsletterTable .Privacy a {
    color: var(--mediumlow)
}

.NewsletterTable .SectionHead {
    margin-bottom: 20px
}

.NewsletterForm .FormTable {
    display: block;
    width: auto;
    max-width: 400px;
    margin: 0 0 20px
}

.NewsletterForm .FormTable .FormCol {
    display: block;
    margin: 0 auto
}

.NewsletterForm .FormTable .FormInput {}

.NewsletterForm .FormTable .FormSubmit {
    text-align: center;
    width: auto;
    padding-top: 10px
}

.NewsletterForm .FormTable .FormSubmit .Icon {
    background-color: var(--primary)
}

.NewsletterForm .FormTable .FormInput input {
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    margin: 0;
    box-sizing: border-box;
}

.NewsletterForm .FormTable .FormSubmit button {
    height: 44px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: var(--dark);
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer
}

@media(min-width:600px) {
    .NewsletterTable .Headline {
        font-size: 30px;
        line-height: 33px
    }

    .NewsletterTable .Text {
        font-size: 15px
    }
}

@media(min-width:1000px) {
    .NewsletterTable {
        display: table;
        width: 100%;
        max-width: 1400px
    }

    .NewsletterCol {
        display: table-cell;
        vertical-align: top
    }

    #NewsletterPhoto {
        width: auto
    }

    #NewsletterText {
        width: 360px;
        padding-left: 50px
    }
}

@media(min-width:1160px) {
    #NewsletterText {
        width: 50%
    }
}

@media(min-width:1200px) {
    .NewsletterTable .Text {
        font-size: 17px
    }
}

@media(min-width:1280px) {
    #NewsletterText {
        width: 640px
    }
}

@media(max-width:639px) {
    #NewsletterPhoto {
        display: none
    }
}

@media(max-width:999px) {
    .NewsletterTable {
        max-width: 728px
    }
}

.Confirmation {
    display: table;
    width: 100%;
    height: 100%;
    background-color: var(--high)
}

.ConfirmationContent {
    display: table-cell;
    vertical-align: top;
    padding: 60px 20px 20px
}

.ConfirmationBox {
    display: block;
    width: auto;
    max-width: 760px;
    margin: 0 auto 60px;
    padding: 20px;
    border: solid 1px var(--mediumhigh);
    border-radius: 8px
}

.ConfirmationLogo {
    display: block;
    text-align: center;
    margin: 0 auto 40px
}

.ConfirmationLogo img {
    max-width: 300px
}

.ConfirmationHeadline {
    display: block;
    text-align: center;
    margin: 0 auto 40px;
    color: var(--bright);
    font-size: 24px;
    line-height: 27px;
    font-weight: 700
}

.ConfirmTable {
    display: block;
    margin: 0 auto 30px
}

.ConfirmCol {
    display: block;
    margin: 0 auto 15px
}

.ConfirmCol .Photo {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 5px
}

.ConfirmCol .Headline {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: var(--bright);
    text-align: center;
    margin-bottom: 15px
}

.ConfirmCol .Text {
    font-size: 12px;
    text-align: center
}

.ConfirmationPrivacy {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    color: var(--low)
}

.ConfirmationPrivacy a {
    color: var(--low);
    text-decoration: underline
}

@media(min-width:760px) {
    .ConfirmationBox {
        padding: 40px
    }

    .ConfirmTable {
        display: table;
        width: 100%
    }

    .ConfirmCol {
        display: table-cell;
        width: 33%;
        vertical-align: top;
        padding: 0 25px
    }
}

.ConfirmedIcon {
    display: block;
    max-width: 150px;
    margin: 0 auto 30px;
    text-align: center
}

.ConfirmedHeadline {
    display: block;
    margin: 0 auto 30px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    color: var(--bright);
    text-align: center
}

.ConfirmedText {
    display: block;
    margin: 0 auto 30px;
    font-size: 18px;
    text-align: center
}

.ConfirmedButton {
    display: block;
    margin: 0 auto;
    text-align: center
}

@media(min-width:760px) {
    .ConfirmedHeadline {
        font-size: 42px;
        line-height: 45px
    }

    .ConfirmedText {
        font-size: 18px
    }
}

/* ////////////////////////////////////////////////////////////////// */

#DocuseriesPopUp {
    display: block;
}

#DocuseriesPopUpTable,
.VideoPlayerImage {
    animation: fadeIn 0.75s;

}

#DocuseriesPopUpTable {
    padding: 40px;
    border-radius: 8px;
}

#SignUpPopUp {
    animation: fadeIn 0.75s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#DocuseriesPopUp .PopUpBox {}

#DocuseriesPopUp .PopUpClose .Icon {
    background-color: var(--medium);
}

.Docuseries {
    display: block;
    margin: 0px auto;
    padding: 20px;
}

.DocuseriesHeadline {
    display: block;
    margin: 0px auto 5px auto;
    font-size: 24px;
    line-height: 27px;
    color: var(--dark);
    font-weight: 800;
}

.DocuseriesText {
    display: block;
    margin: 0px auto 15px auto;
    font-size: 13px;
    line-height: 15px;
    color: var(--medium);
    font-weight: 500;
}

.MarkdownDocuseriesText > *{
    display: block;
    margin: 0px auto 15px auto;
    font-size: 16px;
    line-height: 18px;
    color: var(--medium);
    font-weight: 500;
}

.DocuseriesDate {
    margin: 0px auto 5px auto;
    font-size: 1.125rem;
    color: var(--alert);
    font-weight: 800;
}

.DocuseriesDate span{
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0A0604;
    margin-right: 5px;
}

.VideoDescription .ButtonBlue {
    color: #FFFFFF !important;
    background-color: #006BFF !important;
}

.Article {
    font-size: 1rem;
}

.DocuseriesForm {
    display: block;
    margin: 0px auto;
    background-color: #F4F4FA;
    border: dashed 1px #9D9DAB;
    border-radius: 8px;
    padding: 20px;
}

.DocuseriesInput {
    display: flex;
    margin: 0px auto 10px auto;
}

.DocuseriesSubmit {
    display: block;
    margin: 0px auto 15px auto;
}

.DocuseriesAgree {
    display: block;
    margin: 0px auto 20px auto;
}

.DocuseriesAgree.DocuseriesAgreeDaily, .DocuseriesAgree.DocuseriesAgreeProvider {
    margin-bottom: 15px;
}

.DocuseriesAgree.DocuseriesAgreeProvider {
    margin-bottom: 10px;
}
.DocuseriesAgree.DocuseriesAgreeReceiveEmail {
    margin-top: 5px;
    margin-bottom: 15px;
}
.DocuseriesAgree .AgreeColDaily {
    font-size: 0.6875rem;
    color: #121212;
}

.AgreeTable {
    display: flex;
}

.AgreeColCenter {
    display: flex;
    align-items: center;
}

.DocuseriesAgree a {
    color: var(--medium);
    text-decoration: underline;
}

.DocuseriesNotice {
    display: block;
    margin-top: 20px;
    font-size: 0.6875rem;
    line-height: 15px;
    color: #73737E;
}

.DocuseriesNotice a {
    color: #006bff;
    text-decoration: underline;
}

.DocuseriesInput input, .DocuseriesInput select {
    padding-left: 10px;
    -webkit-appearance: none;
    outline: none;
    margin: 0px;
    background-color: #FFFFFF;
    height: 38px;
    width: 100%;
    border: solid 1px #E5E5EC;
    color: #73737E;
    font-size: 0.875rem;
    width: calc(100% - 15px);
}

.DocuseriesInput select {
    width: calc(100% + 12px) !important;
}

.DocuseriesSubmit button {
    width: 100%;
    height: 44px;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none 0px;
    outline: none 0px;
    padding: 0px 15px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 100%;
    font-weight: 500;
    min-height: 32px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.DocuseriesSubmit button:disabled {
    background-color: #DEDEDE !important;
    cursor: not-allowed !important;
}

.DocuseriesInput input:-webkit-autofill,
.DocuseriesInput input:-webkit-autofill:hover,
.DocuseriesInput input:-webkit-autofill:focus,
.DocuseriesInput input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
    -webkit-text-fill-color: #73737E !important;
}

@media (max-width: 1079px) {
    #DocuseriesPopUpB {
        display: none;
    }

    #DocuseriesPopUpTable .Table {
        margin-top: 15px;
    }

    #DocuseriesPopUpTable {
        padding: 20px !important;
    }

    .PopUpContent {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .DocuseriesNotice {
        margin-bottom: 30px;
    }

    .Docuseries {
        padding: 10px 0px;
    }
}

@media (min-width: 1080px) {
    #DocuseriesPopUpA {
        display: none;
    }

    #DocuseriesPopUpB {
        width: 380px;
        height: 570px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        border-radius: 8px;
    }

    #DocuseriesPopUpB img {
        vertical-align: top;
        min-height: 700px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        visibility: hidden;
        border-radius: 8px;
    }
}

@media (min-width: 370px) {
    .Docuseries {
        padding: 40px 20px;
        padding-top: 5px;
    }
    .PopUpBoxRegister .Docuseries{
        padding-top: 40px !important;
    }
    .PopUpBoxRegister {
        max-width: 600px !important;
    }
}

@media (min-width: 500px) {
    .DocuseriesHeadline {
        font-size: 30px;
        line-height: 30px;
    }

    .DocuseriesText {
        font-size: 16px;
        line-height: 18px;
    }

    .DocuseriesDate {
        font-size: 20px;
        line-height: 23px;
    }
}

/* ////////////////////////////////////////////////////////////////// */

.RegistrationTable {
    display: table;
    width: 100%;
    margin: 0px;
}

.RegistrationCol {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
}

.Registration {
    display: block;
    margin: 0px auto;
}

.RegistrationContent {
    display: block;
    margin: 0px auto;
    padding: 0px;
}

.RegistrationContent #Logo {
    display: block !important;
    width: auto !important;
    max-width: 220px;
    margin: 0px 0px 40px 0px !important;
    padding: 0px !important;
}

.RegistrationHeadline {
    display: block;
    margin: 0px auto 30px auto;
    font-size: 20px;
    line-height: 22px;
    color: var(--alert);
    font-weight: 700;
}

.RegistrationText {
    display: block;
    margin: 0px auto 30px auto;
    font-size: 13px;
    line-height: 15px;
    color: var(--bright);
}

.RegistrationLink {
    display: block;
    margin: 0px auto 15px auto;
    font-size: 13px;
    line-height: 15px;
    color: var(--bright);
    font-weight: 500;
}

.RegistrationLink a {
    text-decoration: underline;
    color: var(--bright);
}

@media (min-width: 500px) {
    .RegistrationTable {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

    .RegistrationCol {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }

    .RegistrationContent {
        padding: 40px;
    }

    .Registration {
        max-width: 600px;
        border: solid 1px var(--medium);
        border-radius: 10px;
    }

    .RegistrationContent #Logo {
        margin: 0px auto 40px auto !important;
    }

    .RegistrationHeadline {
        font-size: 24px;
        line-height: 26px;
    }

    .RegistrationText {
        font-size: 15px;
        line-height: 19px;
    }

    .RegistrationLink {
        font-size: 15px;
        line-height: 19px;
    }
}

.VideoPlayerImage {
    cursor: pointer;
}

.PopUpError {
    color: #E01F3A;
    text-align: left;
    font-weight: 600;
}

.BoxComment .ql-formats button {
    background: #FFFFFF !important;
}

.BoxComment #comments span, .BoxComment #comments div {
    color: #666666;
}

.BoxComment #comments b, .BoxComment #comments .CommentHeaderMode span {
    color: #FFFFFF;
}

@media (max-width: 500px) { 
    .DocuseriesAgree .AgreeTable {
        flex-direction: column !important;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .DocuseriesRow {
        flex-direction: column;
    }

    .DocuseriesPopUp .Table {
        flex-direction: column;
    }

    #DocuseriesPopUpB {
        display: none;
    }

    #DocuseriesPopUpText {
        width: 100%;
    }

    .PopUpBox {
        width: 100%;
        margin: 10px auto;
    }

    .DocuseriesRow {
        gap: 10px !important;
    }
}

.DocuseriesRow {
    display: flex;
    gap: 30px;
}

.DocuseriesInputField {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.DocuseriesInputField label b {
    color: #111111;
}

/* INFO CARD */

.InfoCard {
    background-color: #232A32;
    border-radius: 8px;
    margin: 0 auto 30px;
    padding: 15px;
}

@media (min-width: 700px) {
    .InfoCard {
        padding: 30px;
    }
}

.PreviewTable {
    display: table;
    width: 100%;
}

.PreviewCol {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.PreviewCol img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 600px) {
    .PreviewPoster {
        width: 120px;
        height: 180px;
    }
}

@media (max-width: 599.9px) {
    .PreviewPoster {
        display: none;
    }
}

@media (min-width: 600px) {
    .PreviewInfo {
        padding-left: 30px;
    }
}

.PreviewTable .Block {
    margin-bottom: 12px;
}

.PreviewTable .Title {
    font-size: 1.5rem;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
}

.PreviewTable .Text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #9D9DAB;
}

.PreviewTable .Text b {
    color: white;
}

.PreviewTable .ButtonBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 6px;
}

.PreviewTable .Disclaimer {
    font-size: 0.6875rem;
    color: #9D9DAB;
}

.PreviewTable .Text a {
    color: #006bff;
    text-decoration: none;
}

.ButtonTransBorder {
    background-color: rgba(0,0,0,0);
    color: white;
    border: solid 1px var(--blue);
    padding-left: 15px;
    padding-right: 15px;
}

.Episodes {
    display: block;
}

.Episodes .Post {
    margin-bottom: 30px;
}

.Episodes .Post .Photo {
    display: block;
    margin-bottom: 8px;
}

.Episodes .Post .Thumb {
    display: block;
    position: relative;
}

.Episodes .Post .Thumb img {
    border-radius: 5px;
}

.Episodes .Post .Info {
    display: block;
}

.Episodes .Post .Headline {
    margin-bottom: 8px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1rem;
}

.Episodes .Post .Description {
    margin-bottom: 8px;
    color: #9D9DAB;
}

.Episodes .Post .Text {
    font-size: 0.6875rem;
    color: #9D9DAB;
}

@media (min-width: 700px) {
    .Episodes {
        display: grid;
        align-items: stretch;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 50px;
    }

    .Episodes .Post {
        margin-bottom: 0px;
    }
}

.VideoDescription .Card {
    background-color: #232A32;
    border-radius: 8px;
    display: block;
    padding: 15px;
}
.VideoDescription .Card {
    margin: 30px auto;
}
.VideoDescription .PreviewTable {
    display: table;
    width: 100%;
}
.VideoDescription .PreviewCol {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

@media (min-width: 700px) {
    .VideoDescription .Card {
        padding: 30px;
    }
}
@media (min-width: 800px) {
    .VideoDescription .PreviewBonus {
        width: 220px;
    }
}

@media (min-width: 600px) {
    .VideoDescription .PreviewBonus {
        width: 160px;
    }
    .VideoDescription .PreviewInfo {
        padding-left: 30px;
    }
}

@media (max-width: 599.9px) {
    .VideoDescription .PreviewBonus {
        display: none;
    }
}
