
/* Header */

header {
    width: 100%;    
    overflow: hidden;
}

#banner_container {
    padding: 0px;
}

#banner_container img {
    height: 20px;
    width: auto;
    margin-right: 5px;
}

#header_menu {
    text-align: center;    
    overflow: hidden;    
}

#header_menu li {
    margin: 0px 2px;
}

    #header_menu li a {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: -0.02em;
    }

    #header_menu li a:hover {
        color: #eb9421;
        transition: 0.3s;
    }

    #header_menu li a.current {
        border-bottom: 3px solid #eb9421;
        padding-bottom: 1px;
    }

#header_word_logo {
    display: none;
}

#ball_logo {
    display: inline;
    width: 40px !important;
    height: auto;
}

/* Content */

#content {
    width: auto;
    min-height: calc(100vh - 110px);    
}

#content h1 {
    margin: 0;
    font-size: 50px;
    padding: 20px;
}

#content_wrapper {
    width: auto;
    padding: 0;
    margin-top: 50px;
}

#newsletter_signup {
    width: auto;
}

#email_description {
    font-size: 18px;
}

#newsletter_signup input[type=email] {
    font-size: 18px;
    padding: 8px 12px;
    max-width: 65%;
}

#newsletter_signup input[type=submit], #newsletter_signup button[type=submit] {
    font-size: 12px;
    padding: 11px 12px;
}

/* Embedded YouTube */

.video-container iframe, 
.video-container object, 
.video-container embed {
	width: 100%;
}

.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed {
	width: 100%;
}


#stats_callout_container img {
    max-width: 100%;
    height: auto;
}

.article_section_container .article {
    margin-bottom: 24px;
}