@font-face {
    font-family: Montserrat Alternates;
    font-style: normal;
    font-weight: 400;
    src: url('https://bcdn.screen9.com/acc/4/Y/4YXpUDT7EELTVBs35zbr1A_font/montserratalternates_normal_400.woff?v=0') format('woff2');
}
@font-face {
    font-family: Montserrat Alternates;
    font-style: normal;
    font-weight: 400;
    src: url('https://bcdn.screen9.com/acc/4/Y/4YXpUDT7EELTVBs35zbr1A_font/montserratalternates_normal_400.woff?v=0') format('woff2');
}
* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    position: relative;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    background-color: #ffffff;
    background-image: url("https://bcdn.screen9.com/acc/5/t/5tNTLz8jp2QOKYpJfmsFsA_pagebackground.png?v=15");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 15px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
img {
    max-width: 100%;
}
.container {
    margin: 0 auto;
    width: 100%;
    padding: 20px 40px;
    max-width: 1440px;
}
.container-narrow {
    width: 70%;
}
.header {
    display: flex;
    align-items: center;
    padding-bottom: 45px;
}
.header-logo {
    max-height: 100px;
    max-width: 270px;
    padding-right: 20px;
}
.flex-container {
    display: flex;
    margin: 0 auto;
}
.video-container {
    flex-grow: 1;
}
.chat-container {
    width: 400px;
    padding-left: 20px;
}
.chat-container iframe {
    height: 100% !important;
}
.information {
    margin: 15px auto 0;
}
.footer-logo {
    max-height: 20px;
}
.footer-label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 18px;
}
.footer-link {
    display: inline-flex;
}
.powered-by {
    position: absolute;
    bottom: 0px;
    padding: 15px 20px;
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.privacy-link {
    margin-right: 25px;
    color: inherit;
    text-decoration: none;
}
.error {
    padding: 10px;
    font-size: 18px;
    font-weight: 100;
    color: #00305b;
    text-align: center;
}
.title {
    margin: 0 0 10px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}
.date {
    font-size: 14px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}
.description {
    margin: 0 0 25px;
}
.branding-title,
.registration-content-wrapper h1,
.registration-content-wrapper h2,
.registration-content-wrapper h3,
.registration-content-wrapper h4,
.registration-content-wrapper h5,
.registration-content-wrapper h6 {
    color: #00305b;
    font-family: Montserrat Alternates;
    font-style: normal;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 0.75rem;
}
.branding-body,
.registration-content-wrapper {
    color: #00305b;
    font-family: Montserrat Alternates;
    font-style: normal;
    font-weight: 400;
    word-break: break-word;
}
.branding-body a,
.registration-content-wrapper a {
    color: inherit;
}
.registration-content-wrapper section {
	margin-bottom: 0.75rem;
}
.registration-content-wrapper img {
	display: block;
}

@media (max-width: 900px) {
    .container {
        padding: 10px;
    }
    .container-narrow {
        width: 100%;
    }
    .header-logo {
        max-height: 60px;
    }
    .flex-container {
        display: block;
    }
    .chat-container {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .chat-container iframe {
        height: 600px !important;
    }
}

/** Styling chat/chapters tabs */
.chat-chapters-container [type="radio"] { display: none; }
.tab { width: 100%; }
.tab:hover label { color: #00305b; }
.tab-content { display: none; }

.chat-chapters-container {
    overflow-x: hidden;
    margin-left: 20px;
}

.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #00305b;
}

.tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	cursor: pointer;
    text-align: center;
}

.chat-chapters-container [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.chat-chapters-container [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label {
    border-bottom: 3px solid #00305b;
	color:  #00305b;
}

.chat-chapters-container [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.chat-chapters-container [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) {
	display: block;
}