/* Updated Updated 07/06/2022 09:15:00 PM */

/* ////////////////////////////////////////////////////////////////// */

/* MISC */

html {
    -webkit-text-size-adjust: 100%;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

div,
td {
    font-family: 'Libre Franklin', arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: #9D9DAB;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    scrollbar-width: thin;
}

.VideoDescription h1,
.VideoDescription h2,
.VideoDescription h3,
.VideoDescription b {
    color: #FFFFFF;
    line-height: 142%;
}

.VideoDescription img, .Article img {
    border-radius: 8px;
}

div::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}

div::-webkit-scrollbar-track {
    background-color: var(--dark);
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background-color: var(--mediumhigh);
    border-radius: 2px;
}

a {
    color: var(--bright);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.Video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    background-color: var(--dark);
}

/* 16:9 */
.Video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.BodyDisable {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
}

.NoSelect {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-drag: none;
}

.NoSelect img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-drag: none;
}

.Notice {
    display: block;
    margin: 0px auto;
    font-size: 11px;
    color: var(--mediumlow);
}

.Notice a {
    color: var(--mediumlow) !important;
    text-decoration: underline;
}

.DropdownLink {
    cursor: pointer;
}

.DropdownLinkActive {}

.Blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(5px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.UIMessage {
    display: none;
    margin: 0px auto;
    padding: 0px 20px;
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0px;
    bottom: -20px;
    z-index: 9999999999;
    text-align: center;
}

.UIMessage .UIBox {
    display: inline-block;
    margin: 0px auto;
    background-color: var(--ui);
    padding: 15px;
    color: var(--bright);
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    position: relative;
}

.Clipboard {
    display: block;
    position: fixed;
    bottom: -500px;
    right: -500px;
    z-index: 1;
}

.Marker {
    display: none;
}

.Clamp1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}

.Clamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.Clamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

.RSS {
    margin: 0px 8px 0px 0px;
    padding: 2px 4px 1px 4px;
    color: var(--bright) !important;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    background-color: var(--medium);
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.RSS:hover {
    background-color: var(--rss);
}

.LiveTag {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 4px 4px 3px 4px;
    color: var(--bright);
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    background-color: var(--alert);
    border-radius: 2px;
    text-transform: uppercase;
    z-index: 2;
}

@media (max-width: 639px) {
    .LiveTag {
        padding: 2px 2px 1px 2px;
        font-size: 8px;
    }
}

h1,
h2,
h3 {
    font-weight: 700;
    margin-top: 40px;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 115%;
}

/* ////////////////////////////////////////////////////////////////// */

/* ICONS */

.Icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    background-color: var(--bright);
    vertical-align: text-bottom;
    pointer-events: none !important;
}

.IconMenu {
    -webkit-mask: url(../images/Icon-Menu-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Menu-White.svg) no-repeat 50% 50%;
}

.IconShare {
    -webkit-mask: url(../images/Icon-Share-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Share-White.svg) no-repeat 50% 50%;
}

.IconOptions {
    -webkit-mask: url(../images/Icon-Options-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Options-White.svg) no-repeat 50% 50%;
}

.IconNext {
    -webkit-mask: url(../images/Icon-Next-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Next-White.svg) no-repeat 50% 50%;
}

.IconPrevious {
    -webkit-mask: url(../images/Icon-Previous-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Previous-White.svg) no-repeat 50% 50%;
}

/* .IconUp {
    -webkit-mask: url(../images/Icon-Up-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Up-White.svg) no-repeat 50% 50%;
} */

.IconDown {
    -webkit-mask: url(../images/Icon-Down-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Down-White.svg) no-repeat 50% 50%;
}

.IconLeft {
    -webkit-mask: url(../images/Icon-Left-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Left-White.svg) no-repeat 50% 50%;
    background-color: var(--bright);
}

.IconRight {
    -webkit-mask: url(../images/Icon-Right-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Right-White.svg) no-repeat 50% 50%;
    background-color: var(--bright);
}

.IconClose {
    -webkit-mask: url(../images/Icon-Close-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Close-White.svg) no-repeat 50% 50%;
}

.IconSettings {
    -webkit-mask: url(../images/Icon-Settings-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Settings-White.svg) no-repeat 50% 50%;
}

.IconProfile {
    -webkit-mask: url(../images/Icon-Profile-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Profile-White.svg) no-repeat 50% 50%;
}

.IconSelect {
    -webkit-mask: url(../images/Icon-Select-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Select-White.svg) no-repeat 50% 50%;
}

.IconSelected {
    -webkit-mask: url(../images/Icon-Selected-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Selected-White.svg) no-repeat 50% 50%;
}

.IconFAQs {
    -webkit-mask: url(../images/Icon-FAQs.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-FAQs.svg) no-repeat 50% 50%;
}

.IconTutorials {
    -webkit-mask: url(../images/Icon-Tutorials.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Tutorials.svg) no-repeat 50% 50%;
}

.IconContactSupport {
    -webkit-mask: url(../images/Icon-ContactSupport.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-ContactSupport.svg) no-repeat 50% 50%;
}

.IconBrighteonSocial {
    -webkit-mask: url(../images/Icon-BrighteonSocial-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-BrighteonSocial-White.svg) no-repeat 50% 50%;
}

.IconGab {
    -webkit-mask: url(../images/Icon-Gab-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Gab-White.svg) no-repeat 50% 50%;
}

.IconParler {
    -webkit-mask: url(../images/Icon-Parler-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Parler-White.svg) no-repeat 50% 50%;
}

.IconMeWe {
    -webkit-mask: url(../images/Icon-MeWe-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-MeWe-White.svg) no-repeat 50% 50%;
}

.IconNewsletter {
    -webkit-mask: url(../images/Icon-Newsletter-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Newsletter-White.svg) no-repeat 50% 50%;
}

.IconAlertClose {
    -webkit-mask: url(../images/Icon-Alert-Close.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Alert-Close.svg) no-repeat 50% 50%;
}

/* .IconLoading {
    -webkit-mask: url(../images/Icon-Loading-White.svg) no-repeat 50% 50%;
    mask: url(../images/Icon-Loading-White.svg) no-repeat 50% 50%;
} */

/* ////////////////////////////////////////////////////////////////// */

/* BUTTONS */

.ButtonCover {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99997;
}

.CoverDark {
    background-color: var(--trans2);
}

.CoverLight {
    background-color: var(--trans3);
}

/* --------------------------------- */

.Button {
    display: inline-block;
    -webkit-border-radius: 16;
    -moz-border-radius: 16;
    border-radius: 16px;
    color: var(--bright);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    margin: 3px;
    padding: 6px 15px 5px 15px;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-position: left 18px center;
    background-size: auto;
    cursor: pointer;
}

@media (min-width: 300px) {
    .Button {
        -webkit-border-radius: 30;
        -moz-border-radius: 36;
        border-radius: 30px;
        padding: 10px 30px 10px 30px;
        font-size: 14px;
        line-height: 14px;
    }
}

/* --------------------------------- */

.ButtonCombo {
    padding-left: 48px;
}

/* --------------------------------- */

.ButtonPrimary {
    color: var(--high);
    background-color: var(--bright);
}

.ButtonPrimary:hover {
    color: var(--ui);
}

.ButtonSecondary {
    color: var(--primary) !important;
    background-color: var(--medium);
}

.ButtonSecondary:hover {
    background-color: var(--mediumlow);
}

.ButtonAlert {
    color: var(--bright) !important;
    background-color: #006bff;
    cursor: pointer;
}

.VideoRegister {
    background-color: var(--blue);
    padding-left: 15px;
    padding-right: 15px;
}

.ButtonAlert:hover {
    color: var(--bright) !important;
}

.ButtonDonate {
    background-image: url(../images/Icon-Donate-White.svg);
    background-color: var(--blue);
}

/* --------------------------------- */

.ButtonIcon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: none 0px;
    outline: none 0px;
    border-radius: 50%;
    background-color: var(--trans1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    cursor: pointer;
    position: relative;
}

.ButtonIcon span {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* --------------------------------- */

.ButtonBox {
    display: block;
    margin: 0px auto;
}

.ButtonBox:after {
    content: "";
    display: table;
    clear: both;
}

.ButtonBox .Button {
    display: inline-block;
    margin-right: 5px;
}

.ButtonBox .ButtonIcon {
    width: 36px;
    height: 36px;
    border: solid 2px var(--mediumhigh);
}

/* ////////////////////////////////////////////////////////////////// */

/* SIDE MENUS */

.Menu {
    display: block;
    width: 300px;
    margin: 0px;
    position: fixed;
    top: 0px;
    z-index: 99998;
    background-color: #13161C;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.MenuLeft {
    left: -300px;
    height: 100%;
    border-right: solid 1px var(--mediumhigh);
}

.MenuRight {
    right: -300px;
    height: 100%;
    border-left: solid 1px var(--mediumhigh);
}

.MenuLeftOpen {
    left: 0px !important;
}

.MenuRightOpen {
    right: 0px !important;
}

.Menu .MenuBox {
    display: block;
    margin: 0px auto;
    padding: 16px 8px 16px 16px;
    height: 100%;
    position: relative;
}

.Menu .Content {
    display: block;
    margin: 0px auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.Menu .Card {
    margin: 0 auto;
    padding-right: 10px;
    height: 100%;
    overflow-x: hidden;
}

.MenuClose {
    display: none;
}

.MenuClose .Icon {
    background-color: var(--bright);
}

.MenuRightOpen .MenuClose {
    display: block !important;
    position: absolute;
    z-index: 99999;
    left: -35px;
    top: 10px;
}

.MenuLeftOpen .MenuClose {
    display: block !important;
    position: absolute;
    z-index: 99999;
    right: -35px;
    top: 10px;
}

@media (min-width: 700px) {
    .Menu {
        width: 400px;
    }

    .Card {
        padding: 30px;
    }

    .MenuLeft {
        left: -400px;
    }

    .MenuRight {
        right: -400px;
    }
}

/* --------------------------------- */

.MenuItem {
    padding: 8px 0;
}

.MenuItem div div .toggle-icon {
    transition: all 0.3s ease;
}

.MenuItem div div .toggle-icon.opened {
    rotate: 0deg !important;
}

.MenuItem div div .toggle-icon.closed {
    rotate: 90deg !important;
}

.MenuItem a {
    text-decoration: none !important;
}

.MenuItem a:hover {
    text-decoration: none !important;
}

.MenuItem a div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 2px;
    color: #9D9DAB;
    text-decoration: none;
}

.MenuItem div div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 2px;
    color: #9D9DAB;
    text-decoration: none;
}

.MenuItem a div div {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.MenuItem div div div {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.MenuItem div div img {
    width: 24px;
    height: 24px;
    transition: filter 0.3s ease;
}

.MenuItem a div:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(3071%) hue-rotate(205deg) brightness(102%) contrast(106%);
}

.MenuItem > div:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(3071%) hue-rotate(205deg) brightness(102%) contrast(106%);
}

.MenuItem a div:hover div {
    color: #006bff;
}

.MenuItem > div:hover div {
    color: #006bff;
}

.MenuItem .Text {
    display: none;
    padding-left: 16px;
}

.MenuOpen .Text {
    display: block;
}

.MenuItem .Text p {
    margin-top: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
}

.MenuItem .Text p a:hover {
    color: #006bff;
}

.MenuText {
    font-size: 0.6875rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #9D9DAB
}

.MenuText p {
    margin: 11px 0;
}

.SocialBox {
    display: flex;
    align-items: flex-start;
}

.SocialBox a img {
    width: 32px;
    height: 32px;
}

.SocialBox a:hover {
    text-decoration: none !important;
    background-color: #232A32;
    border-radius: 3px;
}

.Block {
    margin-bottom: 15px;
}

.MenuGroup {
    display: block;
    margin: 0px auto;
    padding: 8px 0;
    background-repeat: no-repeat;
    background-position: right top 15px;
    background-size: 20px 20px;
    /* background-image: url(../images/Icon-Menu-Closed-White.svg); */
}

.MenuGroupOpen {
    /* background-image: url(../images/Icon-Menu-Open-White.svg) !important; */
}

.MenuGroup .GroupSubhead {
    padding: 13px 0px;
    font-size: 15px !important;
    cursor: pointer;
    color: var(--mediumlow);
}

.MenuOptions {
    display: block !important;
    max-height: 300px;
    overflow: auto;
    margin: 0px auto 15px auto;
}

.MenuOptionsOpen {
    display: block !important;
}

.MenuOptions div {
    display: block;
    margin: 0px 0px 5px 0px;
}

.MenuOptions label {
    cursor: pointer;
}

.MenuOptions label:hover {
    color: var(--bright);
}

/* --------------------------------- */

.TextGroup {
    display: block;
    margin: 0px auto 15px auto;
    padding: 0px 0px 15px 0px;
    border-bottom: solid 1px var(--mediumhigh);
}

.TextGroup .GroupSubhead {
    padding: 10px 0px;
}

@media (min-width: 600px) {
    .TextGroup {
        font-size: 13px;
    }
}

/* --------------------------------- */

.LinkGroup {
    display: block;
    margin: 0px auto;
    padding: 5px 0px;
    font-size: 13px;
    border-bottom: solid 1px var(--mediumhigh);
}

.LinkGroup .GroupSubhead {
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 599px) {
    .LinkGroup {
        padding: 0px;
    }
}

@media (min-width: 600px) {
    .Link:hover {
        background-color: var(--mediumhigh);
    }
}

.Link {
    display: table;
    width: 100%;
    margin: 0px;
    border-radius: 3px;
    text-decoration: none !important;
    position: relative;
    user-select: none;
}

.Link span {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 5px 0px;
    color: var(--bright);
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.Link .LinkIcon {
    width: 30px;
    mask-size: auto;
    -webkit-mask-size: auto;
    background-color: var(--bright);
    vertical-align: text-bottom;
    pointer-events: none !important;
}

.Link .LinkLabel {
    padding: 5px 11px;
}

.Link .Notification {
    display: table-cell;
    width: 20px;
    height: auto !important;
    background-position: right 8px center !important;
    position: static;
}

#MenuPrivacy {
    font-size: 11px;
    color: var(--mediumlow);
}

#MenuPrivacy a {
    color: var(--bright);
}

#MenuSettings .IconSelect {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.Content404 {
    text-align: center;
    margin: 80px 0;
}

.Title404 {
    color: red;
}

#ShowDayContent {
    position: relative;
}

/* ////////////////////////////////////////////////////////////////// */

/* DROPDOWN MENUS */

@media (max-width: 599px) {
    .Dropdown {
        display: none;
        width: 100%;
        height: 100%;
        max-height: 450px;
        position: fixed;
        left: 0px;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 20px;
        z-index: 9999999999;
        background-color: var(--mediumhigh);
    }

    #MenuDays {
        width: 100%;
        height: 100%;
        max-height: 450px;
        position: fixed;
        left: 0px;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 20px;
        z-index: 9999999999;
        background-color: var(--mediumhigh);
    }

    #MenuDays .LinkGroup {
        border-bottom: none 0px !important;
    }

    #MenuDays .Link {
        border-bottom: solid 1px var(--medium);
        border-radius: 0px !important;
        user-select: none;
    }

    #MenuDays .Link span {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #MenuDays .Link .LinkLabel {
        font-size: 16px;
    }

    .Dropdown .MenuHeader {
        margin-bottom: 10px;
    }

    .Dropdown .LinkGroup {
        border-bottom: none 0px !important;
    }

    .Dropdown .Link {
        border-bottom: solid 1px var(--medium);
        border-radius: 0px !important;
        user-select: none;
    }

    .Dropdown .Link span {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .Dropdown .Link .LinkLabel {
        font-size: 16px;
    }


}

@media (min-width: 600px) {
    .Dropdown {
        display: none;
        min-width: 180px;
        border: solid 1px var(--medium);
        border-radius: 5px;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 5px 0px;
        z-index: 9999999999;
        background-color: var(--mediumhigh);
    }

    #MenuDays {
        min-width: 180px;
        border: solid 1px var(--medium);
        border-radius: 5px;
        position: absolute;
        top: 30px;
        left: 0px;
        padding: 5px 0px;
        z-index: 9999999999;
        background-color: var(--mediumhigh);
    }

    #MenuDays .LinkGroup:last-child {
        border: none 0px;
    }

    #MenuDays .Link {
        border-radius: 0px !important;
        user-select: none;
    }

    #MenuDays .Link:hover {
        background-color: var(--medium);
    }

    .Dropdown .Content {
        display: block;
        margin: 0px auto;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 400px;
    }

    .Dropdown .MenuClose {
        display: none;
    }

    .Dropdown .MenuHeader {
        display: none;
    }

    .Dropdown .LinkGroup:last-child {
        border: none 0px;
    }

    .Dropdown .Link {
        border-radius: 0px !important;
        user-select: none;
    }

    .Dropdown .Link:hover {
        background-color: var(--medium);
    }

    .Dropdown .LinkLabel {
        padding: 5px 20px;
    }
}

.NavMenu a.active{
    color: var(--alert) !important 
}
.Nav>a.active{
    color: var(--alert) !important 
}
.LinkGroup a.active{
    color: var(--alert) !important ;
}
.LinkGroup a.active span{
    color: var(--alert) !important ;
}
/* ////////////////////////////////////////////////////////////////// */

.BrighteonUniversityHome {
    width: 100%;
    height: 100%;
    background-color: #181818;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Title {
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
}

.Article * {
    line-height: 142%;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.BrighteonUniversityHome .Masthead {
    display: block;
    margin: 0px auto 15px auto;
}

.BrighteonUniversityHome .Masthead .Content {
    display: block;
    margin: 0px auto;
}

.BrighteonUniversityHome .Masthead .MastheadTable {
    display: table;
    width: 100%;
    margin: 0px auto;
}

.BrighteonUniversityHome .Masthead .MastheadTable .MastheadCol {
    display: table-cell;
    width: auto;
    vertical-align: middle;
}

.BrighteonUniversityHome .MastheadLogo {
    display: block;
    max-width: 280px;
    padding: 10px 0px;
    margin: 0px auto;
}

.BrighteonUniversityHome .MastheadLogo img {
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    border: none;
    display: block;
}

.BrighteonUniversityHome .Footer {
    display: block;
    margin: 60px auto 15px auto;
}

.BrighteonUniversityHome .Footer .Content {
    max-width: 720px;
}

.BrighteonUniversityHome .FooterTable {
    display: table;
    width: 100%;
    margin: 0px auto;
}

.BrighteonUniversityHome .FooterCol {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}

.BrighteonUniversityHome .FooterCol {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}

.BrighteonUniversityHome .FooterCol p {
    color: #B0B3B8;
}

.HomePromo {
    display: block;
    margin: 40px auto;
}

.HomePromo .Content {
    display: block;
    max-width: 640px;
    margin: 0px auto;
    padding: 0px 15px;
}

.HomePromo .Content .HomePromoTable {
    display: block;
}

.HomePromo .Content .HomePromoTable .HomePromoCol {
    display: block;
    margin-bottom: 15px;
}

.HomePromo .HomePromoTitle {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
}

.HomePromo .Post {
    display: block;
    margin: 0px auto;
}

.HomePromo .Post .Photo {
    display: block;
    margin: 0px auto 15px auto;
}

.HomePromo .Post .Photo .Thumb {
    display: block;
    position: relative;
}

.HomePromo .Post .Photo .Thumb img {
    border-radius: 8px;
}

.HomePromo .Post .Photo .Thumb img:hover {
    outline: solid 4px #FFFFFF;
}

.HomePromo .Post .Text {
    display: block;
}

.HomePromo .Post .Text .Headline {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.HomePromo .Post .Text .Description {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    color: #B0B3B8;
}

.HomePromo .Post .Text .Description a {
    color: #B0B3B8;
}

.HomePromo .Post .Text .Date {
    display: block;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-weight: 700;
}

.HomePromo .Post .Text .ButtonBox {
    display: block;
}

.ButtonHome {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 12px 6px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px auto;
}

.StorePromo .ButtonBox .ButtonHome {
    max-width: 300px;
}

.HomePromo .Post .Text .ButtonBox .ButtonHomePrimary {
    color: #FFFFFF;
    background-color: #E0203C;
}

.HomePromo .Post .Text .ButtonBox .ButtonHomeSecondary {
    color: #FFFFFF;
    background-color: #E0203C;
}

.HomePromo .Post .Text .ButtonBox a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #E0203C;
    text-decoration: none;
}


.StorePromo {
    display: block;
    margin: 40px auto;
}


.StorePromo .Content {
    max-width: 580px;
}

.StorePromo .Content .StorePromoHeadline {
    display: block;
    margin: 0px auto 5px auto;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.StorePromo .Content .StorePromoSubhead {
    display: block;
    margin: 0px auto 10px auto;
    color: #B0B3B8;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.StorePromo .Content .StorePromoText {
    display: block;
    margin: 0px auto 20px auto;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.StorePromo .ButtonBox {
    display: block;
}

@media (min-width: 800px) and (max-width: 1000px) {
    .HomePromo .Content .HomePromoTable {
        flex-wrap: wrap;
    }
}

@media (min-width: 800px) {

    .BrighteonUniversityHome .MastheadLogo {
        max-width: 400px;
        width: 400px;
    }

    .BrighteonUniversityHome .Masthead .Content {
        max-width: 720px;
        padding: 0px 40px;
    }
    
    .HomePromo {
        display: block;
        margin: 60px auto;
    }

    .HomePromo .Content {
        max-width: 800px;
        padding: 0px 40px;
    }

    .HomePromo .Content .HomePromoTable {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0px auto;
    }

    .HomePromoTable .HomePromoCol:nth-child(1) {
        width: 33.33%;
        padding-right: 30px;
    }

    .HomePromoTable .HomePromoCol:nth-child(2) {
        width: 33.33%;
        padding: 0px 15px;
    }

    .HomePromo .Content .HomePromoTable .HomePromoCol:last-child {
        padding-right: 0 !important;
    }

    .HomePromo .Content .HomePromoTable .HomePromoCol {
        display: table-cell;
        width: auto;
        vertical-align: top;
        padding-right: 30px;
    }

    .HomePromo .HomePromoTitle {
        font-size: 18px;
    }

    .HomePromo .Post {
        width: 290px;
    }

    .HomePromo .Post .Photo .Thumb img {
        width: 290px;
        height: 435px;
    }
}

.toggle-pill-color {
    margin-right: 10px;
}

.toggle-pill-color input[type="checkbox"] {
    display: none;
}

.toggle-pill-color input[type="checkbox"]+label {
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
    height: 26px;
    border-radius: 16px;
    width: 32px;
    background: #E5E5EC;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.toggle-pill-color input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 1em;
    background: #fff;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 3px;
    top: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toggle-pill-color input[type="checkbox"]:checked+label {
    background: #006bff;
}

.toggle-pill-color input[type="checkbox"]:checked+label:before {
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
    left: 29px;
}

.status-text {
    color: #73737E;
    font-size: 10px;
    line-height: 10px;
}

input[type="checkbox"]:checked+label .status-text {
    color: #FFFFFF;
}

.privacy-text {
    color: #121212;
    margin-top: 10px !important;
}

.flex-start {
    justify-content: flex-start !important;
}

.flex-end {
    justify-content: flex-end !important;
}

/* --------------------------------- */
/* SCROLL TO TOP BUTTON */

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background-color: #006bff;
    color: white;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 107, 255, 0.4);
    transition: all 0.3s ease;
    animation: fadeIn 0.3s ease-in-out;
}

.scroll-to-top:hover {
    background-color: #0056d6;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 107, 255, 0.5);
}

.scroll-to-top:active {
    transform: translateY(-1px);
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* --------------------------------- */
/* SHARE POPUP */

.share-popup {
    position: absolute;
    background-color: #232A32;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    min-width: 320px;
    animation: sharePopupFadeIn 0.2s ease-in-out;
}

.share-popup-center {
    transform: none;
}

.share-popup-left {
    transform: none;
}

.share-popup-right {
    transform: none;
}

.share-popup-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
    row-gap: 12px;
}

.share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.share-item img {
    width: 44px;
    height: 44px;
    margin: 0 auto 8px auto;
    filter: brightness(1);
    transition: filter 0.2s ease;
    border-radius: 50%;
    border: solid 1px #00000000;
}

.share-item:hover img {
    border-color: #006bff;
}

.share-item {
    font-size: 0.5625rem;
    font-weight: 500;
    color: #9D9DAB;
    text-align: center;
}

@keyframes sharePopupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.share-popup-left {
    animation: sharePopupFadeIn 0.2s ease-in-out;
}

.share-popup-right {
    animation: sharePopupFadeIn 0.2s ease-in-out;
}

@keyframes sharePopupFadeInLeft {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sharePopupFadeInRight {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .share-popup {
        min-width: 280px;
        padding: 15px;
    }

    .share-popup-grid {
        gap: 15px;
    }

    .share-item img {
        width: 36px;
        height: 36px;
    }

    .share-item {
        font-size: 0.5625rem;
    }
}

#comments > div:first-child {
    margin-left: 0px !important;
    margin-right: 5px !important;
}
