body {
    padding: 0;
    margin: 0;

    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.ad-header {
    min-height: 64px;
    background-color: #2a2a2a;
}

.flex-header {
    width: 100%;
    background-color: #0942fa;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    color: white;
}

.header-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.header-links>a {
    padding-right: 24px;
    font-size: 15px;
    text-decoration: none;
    color: white;
}

.header-links>a:hover {
    opacity: 0.7;
}

.header-left {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.header-right {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.header-logo {
    padding-left: 16px;
    padding-right: 24px;
}

.header-live {
    margin-right: 32px;
}

.header-element-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-hamburger {
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-hamburger:hover {
    opacity: 0.7;
    cursor: pointer;
}

.header-element-wrapper .local-insert>a>svg {
    height: 13px;
}

.header-element-wrapper .local-insert>a>svg::before {
    height: 13px;
}

.header-element-wrapper>div {
    min-height: 15px;
}

.logo {
    height: 30px;
}

.flex-header.side {
    width: 100%;
}

.mini-tease-local::before {
    animation: live-dot-blink 1.5s ease-in-out infinite;
    background-color: #cb1111;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .5rem;
    margin: 0.0625rem 0.125rem 0rem 0rem;
    width: .5rem;
}

.splash {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    z-index: 1;
    text-align: left;
}

.splash h1 {
    font-weight: 500;
}

.splash h3 {
    font-weight: 400;
}

.splash .content {
    margin: auto;
    padding-top: 10%;
    width: 80%;
}

input {
    font-size: 0.9rem;
}

#subscribe-button {
    font-family: inherit;
    font-size: 0.9rem;
}

#subscribe-enter {
    font-size: 0.9rem;
    font-weight: 400;
}

#subscribe-thanks {
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 400;
    color: green;
}

#play-button {
    margin-top: 24px;
    font-family: inherit;
    font-weight: inherit;
	background: none;
	border: none;
	padding: 0;
    font-size: 3.5rem;
	cursor: pointer;
    text-align: left;
    color: #000000;
}

#play-button:hover {
    opacity: 0.7;
}

#video-player {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2rem;
}

#video-player>h1,
#video-player>h3,
#video-player>h4 {
    margin: 0.25rem 0.5rem 0.1rem 0.5rem;
}

#video-player>p {
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 300;
}
/* 
#video-player>p {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
} */

#video-player.not-yet {
    max-width: 10px;
    max-height: 10px;
    overflow: hidden;
    color: white;
}


#video-player>iframe {
    border: none;
    width: 640px;
    height: 360px;
}


#news-story {
    max-width: 946px;
    max-height: 100vh;
    overflow: hidden;
    margin: 24px auto auto auto;
    filter: blur(4px);
    z-index: 2;
}

#news-story>h1 {
    font-size: 3rem;
}

#news-story>h4 {
    font-size: 3rem;
}

#news-story>p {
    font-size: 2rem;
    font-weight: 300;
}

#news-story>p.subtitle {
    font-size: 0.8rem;
}

.go-away {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width: 1328px) {
    .flex-header .spacer {
        min-height: auto;
        display: none;
    }
}

@media (max-width: 1024px) {    
    .splash {
        width: 100%;
        height: 80%;
        background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
    }

    .header-links>a:nth-child(1) {
        display: none;
    }

    .flex-header {
        height: 120px;
    }
    
    .header-links>a {
        font-size: 30px;
    }

    .header-logo>svg {
        width: 300px;
        height: 40px;
    }

    .header-hamburger>span {
            width: 40px;
            height: 3px;
            background-color: white;
    }

}

@media (min-width: 1025px) {
    .splash {
        margin-top: 24px;
        width: 60%;
        height: 102vh;
        background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
    }

    .flex-header {
        height: 60px;
    }
    
    .header-links>a {
        font-size: 15px;
    }
    
    .header-logo>svg {
        width: 206.891px;
        height: 30px;
    }

    .header-hamburger>span {
            width: 26px;
            height: 2px;
            background-color: white;
    }
}

@media (max-width: 1064px) {
    .header-links>a:nth-child(2) {
        display: none;
    }
}

@media (max-width: 1088px) {
    .header-links>a:nth-child(3) {
        display: none;
    }
}

@media (max-width: 1120px) {
    .header-links>a:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1159px) {
    .header-links>a:nth-child(5) {
        display: none;
    }
}


@media (min-width: 1328px) {
    .flex-header .spacer {
        min-height: 15px;
    }
}

@keyframes live-dot-blink {
    0%, 100% { opacity: 0; }
    40%, 70% { opacity: 1; }
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}


