html, body {
    font-family: 'Lato', sans-serif;
    font-size: 105%;
    margin: 0;
    padding: 0;
}

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

div#header img {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

div#header {
    width: 100%;
    text-align: center;
    background-color: #e8eae9;
}

div#content_outer {
    width: 100%;
    min-height: 169px;
    background-color: #ffffff;
    background-image: url('WebBottom.png');
    background-attachment: initial;
    background-repeat: no-repeat;
    background-position: center top;
}

div#content_inner {
    position: relative;
    z-index: 10;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #8094A3;
    margin-top: -190px;
    padding-top: 320px;
}

@media screen and (max-width: 980px) {
    div#header img {
        width: 100%;
    }

    div#content_outer {
        background-size: contain;
    }

    div#content_inner {
        border: none;
    }
}

@media screen and (max-width: 980px) {
    div#content_inner {
        width: 100%;
        box-sizing: border-box;
    }
}

div#content {
    box-sizing: border-box;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
}

div#smallheader {
    width: 850px;
    min-height: 169px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #8094A3;
    margin-top: 2em;
    padding-top: 1em;
    background-color: #ffffff;
    background-image: url('smallheader.png');
    background-attachment: initial;
    background-repeat: no-repeat;
    background-position: left top;
}

@media screen and (max-width: 980px) {
    div#smallheader {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }    
}

div#joinopts_container {
    text-align: center;
    margin: 1em -2em;
}

div#joinopts_container span.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

div#joinopts_container div.joinopt {
    display: inline-block;
    margin: 1em 1em;
    background-color: #444f57;
    color: #ffffff;
    text-align: center;
    font-size: 120%;
    padding: 1em;
    width: 23%;
    border-radius: 16px;
}

@media screen and (max-width: 980px) {
    div#joinopts_container div.joinopt {
        font-size: 120%;
        width: 48%;
    }
}

div#joinopts_container div.joinopt:hover {
    background-color: #586670;
}

div#joinopts_container div.joinopt span {
    display: block;
    margin: 0.2em 0em;
}

div#joinopts_container div.joinopt span.bigicon {
    font-size: 500%;
}

div#joinbutton_container {
    width: 100%;
    text-align: center;
    margin: 2em 0em;
}

div#joinbutton {
    display: inline-block;
    background-color: #444f57;
    color: #ffffff;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    padding: 1em;
    width: 40%;
    border-radius: 8px;
}

div#joinbutton:hover {
    background-color: #586670;
}

div#smallheader h2 {
    text-align: right;
    margin-bottom: 2em;
}

div#smallheader h2 span {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.2em;
    border-radius: 4px;
}

h2 {
    display: block;
    width: 100%;
    font-size: 150%;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
}

h3 {
    font-size: 150%;
}

li.testpast {
    color: #999999;
    text-decoration: line-through;
}

li.testnext, li.testlive {
    background-color: #e7c3ff;
}

li.testnext::after {
    content: " ← Next Up!";
    font-weight: bold;
}

li.testlive::after {
    content: " ← LIVE Now!";
    font-weight: bold;
}

div#smallheader div#content img {
    border: 1px solid black;
    padding: 0.25em;
    max-width: 90%;
}

div#smallheader div#content video {
    border: 1px solid black;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 980px) {
    div#smallheader div#content video {
        width: 100%;
    }
}

div#smallheader div#content video.widevideo {
    width: 100%;
}

div#content_inner div#content video {
    width: 100%;
}

p, ul {
    line-height: 150%;
}

span.bigstrong {
    font-size: 120%;
    font-weight: bold;
}