body {
    color: #222222;
}

.no-border {
    border: none !important;
}

#sitenav .navbar .dropdown-toggle::after {
    display: none;
}

#sitenav .navbar .dropdown-menu.w-100 { /* reset styles for full width dropdown */
    border: 0;
    border-radius: 0;
    margin: 0;
}

#container-slide-menu:not( .mm-menu) {
    display: none;
}


/* Play video button */
.btn-playvideo {
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -31px;
    font-size: 60px;
    color: #ffffff;
    opacity: .80;
    line-height: 1;
}

    .btn-playvideo:hover {
        color: #ffffff;
        opacity: 1;
    }

@media (min-width: 992px) {
    .btn-playvideo {
        margin-left: -30px;
        margin-top: -35px;
        font-size: 70px;
    }
}


    /* Embedded video container */
    .video-embed {
        display: none;
        position: relative;
        background-color: #000000;
    }

        .video-embed.detached {
            position: fixed;
            bottom: 20px;
            right: 20px;
            max-width: 340px;
            width: 340px;
            z-index: 1000;
            border: 2px solid #ffffff;
            border-radius: 3px;
            -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.65);
            -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.65);
            box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.65);
        }

        .video-embed .btn-dock {
            display: none;
        }

        .video-embed.detached .btn-dock {
            display: inline-block;
        }

        .video-embed .btn-close {
            -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
            -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
            box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
            position: absolute;
            top: -12px;
            right: -12px;
            color: #000000;
            font-size: 18px;
            border-radius: 50%;
            width: 21px;
            height: 21px;
            text-align: center;
            background-color: #ffffff;
            display: inline-block;
            line-height: 1;
            padding-top: 2px;
            z-index: 1000;
        }

        .video-embed iframe {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }




    .text-bold {
        font-weight: 700;
    }

.text-error {
    color: #B20000;
    font-weight: 700;
}
.text-success {
    color: #00B200;
    font-weight: 700;
}




/* Scaled Images
-------------------------------------------------- */
    .scale .scale-image {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .scale.ar-1-1 .scale-image {
        padding-bottom: 100%; /*1:1*/
    }

    .scale.ar-4-3 .scale-image {
        padding-bottom: 75%; /*4:3*/
    }

    .scale.ar-3-2 .scale-image {
        padding-bottom: 66.67%; /*3:2*/
    }

    .scale.ar-16-9 .scale-image {
        padding-bottom: 56.25%; /*16:9*/
    }

    .scale.ar-2-1 .scale-image {
        padding-bottom: 50%; /*2:1*/
    }

    .scale.ar-5-2 .scale-image {
        padding-bottom: 40%; /*5:2*/
    }

    .scale.ar-3-1 .scale-image {
        padding-bottom: 33.33%; /*3:1*/
    }

    .scale.cover .scale-image {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

/* Spacing
-------------------------------------------------- */
.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pl-15 {
    padding-left: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

@media (min-width: 576px) {
    .py-sm-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-sm-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-sm-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .px-sm-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pr-sm-15 {
        padding-right: 15px !important;
    }

    .pl-sm-15 {
        padding-left: 15px !important;
    }

    .mb-sm-15 {
        margin-bottom: 15px !important;
    }

    .mr-sm-10 {
        margin-right: 10px !important;
    }
}

@media (min-width: 768px) {
    .py-md-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-md-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-md-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .px-md-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pr-md-15 {
        padding-right: 15px !important;
    }

    .pl-md-15 {
        padding-left: 15px !important;
    }
    .mb-md-15 {
        margin-bottom: 15px !important;
    }
    .mr-md-10 {
        margin-right: 10px !important;
    }
}

@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-lg-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .px-lg-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pr-lg-15 {
        padding-right: 15px !important;
    }

    .pl-lg-15 {
        padding-left: 15px !important;
    }
    .mb-lg-15 {
        margin-bottom: 15px !important;
    }
    .mr-lg-10 {
        margin-right: 10px !important;
    }
}

@media (min-width: 1200px) {
    .py-xl-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .py-xl-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .py-xl-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .px-xl-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pr-xl-15 {
        padding-right: 15px !important;
    }

    .pl-xl-15 {
        padding-left: 15px !important;
    }
    .mb-xl-15 {
        margin-bottom: 15px !important;
    }
    .mr-xl-10 {
        margin-right: 10px !important;
    }

}


 /* Gutter widths 
-------------------------------------------------- */
    .g-0 > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .g-0 > .row > div {
            padding-left: 0;
            padding-right: 0;
        }

    .g-10 > .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .g-10 > .row > div {
            padding-left: 5px;
            padding-right: 5px;
        }

    .g-12 > .row {
        margin-left: -6px;
        margin-right: -6px;
    }

        .g-12 > .row > div {
            padding-left: 6px;
            padding-right: 6px;
        }

    .g-15 > .row {
        margin-left: -7px;
        margin-right: -8px;
    }

        .g-15 > .row > div {
            padding-left: 7px;
            padding-right: 8px;
        }

    .g-20 > .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .g-20 > .row > div {
            padding-left: 10px;
            padding-right: 10px;
        }

    @media (min-width: 576px) {

        .g-sm-0 > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .g-sm-0 > .row > div {
                padding-left: 0;
                padding-right: 0;
            }

        .g-sm-10 > .row {
            margin-left: -5px;
            margin-right: -5px;
        }

            .g-sm-10 > .row > div {
                padding-left: 5px;
                padding-right: 5px;
            }

        .g-sm-12 > .row {
            margin-left: -6px;
            margin-right: -6px;
        }

            .g-sm-12 > .row > div {
                padding-left: 6px;
                padding-right: 6px;
            }

        .g-sm-15 > .row {
            margin-left: -7px;
            margin-right: -8px;
        }

            .g-sm-15 > .row > div {
                padding-left: 7px;
                padding-right: 8px;
            }

        .g-sm-20 > .row {
            margin-left: -10px;
            margin-right: -10px;
        }

            .g-sm-20 > .row > div {
                padding-left: 10px;
                padding-right: 10px;
            }
    }

    @media (min-width: 768px) {

        .g-md-0 > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .g-md-0 > .row > div {
                padding-left: 0;
                padding-right: 0;
            }

        .g-md-10 > .row {
            margin-left: -5px;
            margin-right: -5px;
        }

            .g-md-10 > .row > div {
                padding-left: 5px;
                padding-right: 5px;
            }

        .g-md-12 > .row {
            margin-left: -6px;
            margin-right: -6px;
        }

            .g-md-12 > .row > div {
                padding-left: 6px;
                padding-right: 6px;
            }

        .g-md-15 > .row {
            margin-left: -7px;
            margin-right: -8px;
        }

            .g-md-15 > .row > div {
                padding-left: 7px;
                padding-right: 8px;
            }

        .g-md-20 > .row {
            margin-left: -10px;
            margin-right: -10px;
        }

            .g-md-20 > .row > div {
                padding-left: 10px;
                padding-right: 10px;
            }
    }


    @media (min-width: 992px) {

        .g-lg-0 > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .g-lg-0 > .row > div {
                padding-left: 0;
                padding-right: 0;
            }

        .g-lg-10 > .row {
            margin-left: -5px;
            margin-right: -5px;
        }

            .g-lg-10 > .row > div {
                padding-left: 5px;
                padding-right: 5px;
            }

        .g-lg-12 > .row {
            margin-left: -6px;
            margin-right: -6px;
        }

            .g-lg-12 > .row > div {
                padding-left: 6px;
                padding-right: 6px;
            }

        .g-lg-15 > .row {
            margin-left: -7px;
            margin-right: -8px;
        }

            .g-lg-15 > .row > div {
                padding-left: 7px;
                padding-right: 8px;
            }

        .g-lg-20 > .row {
            margin-left: -10px;
            margin-right: -10px;
        }

            .g-lg-20 > .row > div {
                padding-left: 10px;
                padding-right: 10px;
            }
    }


    @media (min-width: 1200px) {

        .g-xl-0 > .row {
            margin-left: 0;
            margin-right: 0;
        }

            .g-xl-0 > .row > div {
                padding-left: 0;
                padding-right: 0;
            }

        .g-xl-10 > .row {
            margin-left: -5px;
            margin-right: -5px;
        }

            .g-xl-10 > .row > div {
                padding-left: 5px;
                padding-right: 5px;
            }

        .g-xl-12 > .row {
            margin-left: -6px;
            margin-right: -6px;
        }

            .g-xl-12 > .row > div {
                padding-left: 6px;
                padding-right: 6px;
            }

        .g-xl-15 > .row {
            margin-left: -7px;
            margin-right: -8px;
        }

            .g-xl-15 > .row > div {
                padding-left: 7px;
                padding-right: 8px;
            }

        .g-xl-20 > .row {
            margin-left: -10px;
            margin-right: -10px;
        }

            .g-xl-20 > .row > div {
                padding-left: 10px;
                padding-right: 10px;
            }
    }





    /* ^ above this is streamline global css */


/* Global Styles
-------------------------------------------------- */
    body {
        background-color: #eaeaea;
        background: #000000 url(/wildthings/template/bkgd-body-red.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-family: 'Roboto', sans-serif;
        background-attachment: fixed;
        background-position: center top;
    }

    a {
        color: #9F1922;
    }

        a:hover, a:focus {
            color: #666666;
            text-decoration: none;
        }

        button:focus, a:focus {
            outline: none; /* remove the focus and active outline; might not be able to do this for accessibility compliance */
        }

    .text-condensed {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .text-color-primary {
        color: #9F1922;
    }

.ctct-inline-form .g-recaptcha {
    display: none !important;
}

.btn {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-primary {
    background-color: #9F1922;
    border-color: #9F1922;
}

    .btn-primary:hover {
        background-color: #771319;
        border-color: #771319;
    }

    .btn-primary:focus, .btn-primary.focus {
        /*box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)*/
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #771319;
        border-color: #771319;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        background-color: #771319;
        border-color: #771319;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            /*box-shadow: 0 0 0 .2rem rgba(0,90,90,0.5)*/
        }

.popover {
    font-family: 'Roboto', sans-serif;
}
.popover-header {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.btn-back {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 44px;
    }
}

/* Header
-------------------------------------------------- */
    #header {
        background-color: #000000;
    }

        #header .logo {
            top: 4px;
            left: 4px;
            z-index: 1000;
            width: 52px;
            -webkit-transition: linear .15s; /* Safari */
            transition: linear .25s;
        }

        #header.mobilenav .logo {
            width: 40%;
        }

        #header .wordmark {
            color: #999999;
            font-weight: 700;
            font-size: 14px;
            text-align: center;
            font-family: 'Roboto Condensed', sans-serif;
        }
        #header .wordmark > span {
            color: #ffffff;
            font-weight: 700;
            font-size: 17px;
        }


    .mm-panels {
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
    }

        .mm-panels .mm-navbar {
            color: #ffffff;
            font-size: 20px;
            text-align: left;
            padding-left: 20px;
            cursor: pointer;
        }

        .mm-panels .mm-listitem {
        }

            .mm-panels .mm-listitem:hover {
                color: #9F1922;
            }

    #sitenav {
        background-color: #000000;
    }

        #sitenav .navbar-toggler {
            color: #ffffff;
            margin-bottom: 8px;
            font-family: 'Roboto Condensed', sans-serif;
        }

            #sitenav .navbar-toggler.collapsed {
            }

            #sitenav .navbar-toggler:focus, .navbar-toggler:hover {
                color: #9F1922;
            }

        #sitenav .navbar {
            padding: 8px 0 0 0;
        }

            #sitenav .navbar .navbar-collapse {
                padding-bottom: 10px;
                z-index: 2000; /* needed for mobile only */
            }

            #sitenav .navbar .nav-item .nav-link {
                color: #ffffff;
                padding: 5px 35px 0 35px;
                text-align: right;
                text-transform: uppercase;
                font-family: 'Roboto Condensed', sans-serif;
            }

                #sitenav .navbar .nav-item .nav-link:hover {
                    color: #9F1922;
                }

            #sitenav .navbar .nav-item.show .nav-link {
                color: #9F1922;
                font-size: 18px;
            }

            #sitenav .navbar .nav-item.show .nav-link {
                padding-left: 40%;
                text-align: left;
                /*padding-left: 35px;*/
                font-weight: 700;
                /*background-color: #333333;
            text-align: right;*/
            }

            #sitenav .navbar .nav-item .dropdown-menu {
                background-color: transparent;
                padding: 0 20px 5px 20px;
                /*margin-bottom: 1px;*/
            }

                #sitenav .navbar .nav-item .dropdown-menu .dropdown-links-container {
                    width: 60%;
                    border-left: 4px solid #9F1922;
                    margin-left: 40%;
                    padding: 0 15px;
                }

                #sitenav .navbar .nav-item .dropdown-menu .dropdown-item {
                    border-radius: 0;
                    padding: 0 0 2px 0;
                    color: #ffffff;
                    font-size: 16px;
                    font-family: 'Roboto Condensed', sans-serif;
                    text-align: left;
                }

                    #sitenav .navbar .nav-item .dropdown-menu .dropdown-item:hover {
                        background-color: transparent;
                        color: #9F1922;
                    }

    #subnav {
        background-color: #eaeaea;
    }

        #subnav .subnav-mobile .pagegroup {
            padding: 4px 0 2px 0;
        }

            #subnav .subnav-mobile .pagegroup a {
                color: #9F1922;
                font-weight: 700;
                text-transform: uppercase;
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 19px;
                text-shadow: 1px 1px #ffffff;
            }

        #subnav .subnav-mobile .pagename {
            background-color: #9F1922;
            padding: 6px 0 4px 0;
        }

            #subnav .subnav-mobile .pagename .name {
                color: #ffffff;
                text-transform: uppercase;
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 700;
                font-size: 17px;
            }

            #subnav .subnav-mobile .pagename .more {
                color: #ffffff;
                text-transform: uppercase;
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 15px;
            }

.mobile-countdown-scoreboard-wrapper {
    background-color: #000000;
}

    #pagecontent-container {
        background-color: #ffffff;
        min-height: 300px;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    #sponsorbar {
        background-color: #eaeaea;
        position: relative;
    }

        #sponsorbar .title {
            color: #999999;
            background-color: #eaeaea;
            display: inline-block;
            position: absolute;
            top: -12px;
            left: 50%;
            margin-left: -130px;
            border-radius: 12px;
            padding-top: 2px;
            width: 260px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            font-family: 'Roboto Condensed', sans-serif;
        }

    #footer {
        background-color: #000000;
        color: #ffffff;
    }

        #footer a {
            color: #9F1922;
        }

            #footer a:hover {
                color: #ffffff;
            }

        #footer hr {
            border-top: 1px solid #222222;
        }

        #footer .container > .row, #footer > .container > .row > div {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #footer .logos img {
            max-width: 90%;
        }

        #footer .contact {
            font-size: 13px;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
        }

            #footer .contact > a {
                font-size: 15px;
            }

        #footer .social {
            display: inline-block;
            padding: 0 5px;
        }

        #footer .legal {
            color: #999999;
            font-size: 13px;
        }

            #footer .legal span {
                color: #9F1922;
            }



    @media (min-width: 576px) {
        #header .logo {
            left: 0;
        }

        #pagecontent-bg {
            height: 20px;
            background-color: #9F1922;
        }

        #pagecontent-container {
            -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
            -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
            margin-top: -20px;
        }

        #sitenav .navbar .nav-item.show .nav-link {
            padding-left: 50%;
        }

        #sitenav .navbar .nav-item .dropdown-menu .dropdown-links-container {
            width: 50%;
            margin-left: 50%;
        }
    }

    @media (min-width: 768px) {

        #header {
            height: 110px;
        }

            #header .logo {
                top: 5px;
                width: 118px;
            }

            #header .wordmark {
                width: 180px;
                padding-top: 20px;
                font-size: 12px;
            }

                #header .wordmark > span {
                    font-size: 14px;
                }

        #countdown {
            position: absolute;
            top: 0;
            top: 0;
            left: 50%;
            margin-left: -360px;
            padding-left: 118px;
            padding-right: 180px;
            padding-top: 12px;
        }

        #sitenav {
            background-color: #eaeaea;
        }

            #sitenav .navbar {
                padding: 6px 0;
                border-top: 2px solid #ffffff;
            }

                #sitenav .navbar .navbar-collapse {
                    padding-bottom: 0;
                }

                #sitenav .navbar.container {
                    max-width: none; /* make the navbar container fluid for sm, md, lg */
                }

                #sitenav .navbar .nav-item .nav-link, #sitenav .navbar .nav-item.show .nav-link {
                    color: #9F1922;
                    padding: 0 9px;
                    font-weight: 700;
                    font-size: 15px;
                }

                    #sitenav .navbar .nav-item .nav-link:hover, #sitenav .navbar .nav-item.show .nav-link {
                        color: #000000;
                    }

                #sitenav .navbar .nav-item.show .nav-link {
                    background-color: transparent;
                }

                #sitenav .navbar .nav-item .dropdown-menu {
                    top: 33px;
                    background-color: #9F1922;
                    padding: 15px 0 10px 0;
                }

                    #sitenav .navbar .nav-item .dropdown-menu .dropdown-links-container {
                        width: 50%;
                        margin-left: 25%;
                    }
                    #sitenav .navbar .nav-item .dropdown-menu .dropdown-item:hover {
                        color: #000000;
                    }

        #subnav {
            background-color: #9F1922;
        }

            #subnav .subnav-desktop {
                padding: 5px 0;
                font-family: 'Roboto Condensed', sans-serif;
            }

                #subnav .subnav-desktop .pagegroup a {
                    color: #ffffff;
                    font-weight: 700;
                    text-transform: uppercase;
                    font-size: 28px;
                }

                    #subnav .subnav-desktop .pagegroup a:hover {
                        color: #AC8F60;
                    }

                #subnav .subnav-desktop .pagename-featured {
                    padding-left: 0;
                    padding-top: 14px;
                }

                #subnav .subnav-desktop ul {
                }

                    #subnav .subnav-desktop ul > li:not(:first-child) {
                        padding-left: 15px;
                    }

                    #subnav .subnav-desktop ul > li > a, #subnav .pagename-featured > span {
                        color: #ffffff;
                        text-transform: uppercase;
                        font-size: 16px;
                    }

                    #subnav .subnav-desktop ul > li > a {
                    }

                        #subnav .subnav-desktop ul > li > a:hover {
                            color: #AC8F60;
                        }

                #subnav .subnav-desktop .more {
                    padding-bottom: 4px;
                }

                    #subnav .subnav-desktop .more > a {
                        text-transform: uppercase;
                        color: #ffffff;
                    }

                        #subnav .subnav-desktop .more > a:hover {
                            color: #AC8F60;
                        }

        #pagecontent-bg {
            height: 30px;
            background-color: #9F1922;
        }

        #pagecontent-container {
            margin-top: -30px;
        }

        #footer .contact {
            font-size: 13px;
        }

            #footer .contact > a {
                font-size: 15px;
            }
    }

    @media (min-width: 992px) {

        #header .logo {
            top: 10px;
            width: 146px;
        }

        #header .wordmark {
            font-size: 13px;
            width: 190px;
            padding-top: 18px;
        }
        #header .wordmark > span {
            font-size: 15px;
        }

        /*#header .scoreboard, #header .countdown {
            margin-left: 146px;
            margin-right: 190px;
        }*/

        #countdown {
            margin-left: -480px;
            padding-left: 146px;
            padding-right: 190px;
        }

        #sitenav .navbar-nav {
            margin-left: 120px;
        }

        #sitenav .navbar .nav-item .nav-link, #sitenav .navbar .nav-item.show .nav-link {
            padding: 0 14px;
            font-size: 16px;
        }

        #sitenav .navbar .nav-item .dropdown-menu {
            top: 35px;
        }

        #footer .contact {
            font-size: 15px;
        }

            #footer .contact > a {
                font-size: 17px;
            }
    }

    @media (min-width: 1200px) {

        #header .wordmark {
            width: 215px;
            font-size: 14px;
            padding-top: 15px;
        }

            #header .wordmark > span {
                font-size: 16px;
            }

        #countdown {
            margin-left: -570px;
            padding-right: 215px;
        }

        /*#header .scoreboard, #header .countdown {
            margin-right: 215px;
        }*/

        #sitenav .navbar-nav {
            margin-left: 0;
        }

        #sitenav .navbar .nav-item .nav-link {
        }
    }

/* Flipclock
-------------------------------------------------- */
/*    the '.flip-clock-wrapper ul' properties represent each digit's containing box.
the line-height of '.flip-clock-wrapper ul li' should match the height of '.flip-clock-wrapper ul'.
the actual number inside the box is represented by '.flip-clock-wrapper ul li a div div.inn' so I have adjusted the font size here.
ive reduced the border radius' of '.flip-clock-wrapper ul li a div div.inn' and '.flip-clock-wrapper ul li a div.down' for aesthetics.
'.flip-clock-wrapper ul li a div.up:after' represents the line between the top and bottom parts of the flip. Its 'top' property has to be the height of '.flip-clock-wrapper ul' divided by 2 minus its own height divided by 2 [(78/2) - (2/2) = 38].
*/



#countdown .countdown-image {
    width: 275px;
    margin: 0 auto 5px auto;
}

#countdown .flip-clock-wrapper {
    margin: 0;
    width: auto;
    display: inline-block;
}

    #countdown .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
        display: none;
    }
    #countdown .flip-clock-wrapper .flip-clock-divider.days {
        display: none;
    }

    #countdown .flip-clock-wrapper ul {
        width: 20px;
        height: 38px;
        margin: 0 2px;
        padding-left: 24px;
    }

        #countdown .flip-clock-wrapper ul li {
            line-height: 38px;
        }

            #countdown .flip-clock-wrapper ul li a div div.inn {
                border-radius: 3px;
                font-size: 26px;
                color: #ffffff;
                background-color: #444444;
            }

            #countdown .flip-clock-wrapper ul li a div.down {
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            #countdown .flip-clock-wrapper ul li a div.up:after {
                top: 18px;
                height: 2px;
            }

#countdown .flip-clock-divider {
    width: 17px;
    height: 38px;
}

#countdown .flip-clock-dot {
    width: 5px;
    height: 5px;
}
    #countdown .flip-clock-dot.top {
        top: 8px;
    }

    #countdown .flip-clock-dot.bottom {
        bottom: 0;
        top: 25px;
    }





@media (min-width: 768px) {

    #countdown .countdown-image {
        width: 371px;
        margin: 0 auto 5px auto;
    }

    #countdown .flip-clock-wrapper ul {
        width: 36px;
        height: 56px;
        margin: 0 2px;
    }

        #countdown .flip-clock-wrapper ul li {
            line-height: 56px;
        }

            #countdown .flip-clock-wrapper ul li a div div.inn {
                font-size: 42px;
            }

            #countdown .flip-clock-wrapper ul li a div.up:after {
                top: 27px;
            }

    #countdown .flip-clock-dot.top {
        top: 12px;
    }

    #countdown .flip-clock-dot.bottom {
        bottom: 0;
        top: 37px;
    }

    #countdown .flip-clock-divider {
        height: 56px;
    }
}

@media (min-width: 992px) {


    #countdown .countdown-image {
        width: 430px;
    }

        #countdown .flip-clock-wrapper ul {
            width: 44px;
            height: 50px;
            margin: 0 2px;
        }

            #countdown .flip-clock-wrapper ul li {
                line-height: 50px;
            }

                #countdown .flip-clock-wrapper ul li a div div.inn {
                    font-size: 46px;
                }

                #countdown .flip-clock-wrapper ul li a div.up:after {
                    top: 24px;
                }

        #countdown .flip-clock-dot.top {
            top: 10px;
        }

        #countdown .flip-clock-dot.bottom {
            bottom: 0;
            top: 33px;
        }

        #countdown .flip-clock-divider {
            height: 50px;
        }
}

@media (min-width: 1200px) {
    
}

/* Sponsor Bar
-------------------------------------------------- */
#sponsorbar .carousel {
    padding: 0 25px;
}
    #sponsorbar .carousel .carousel-control {
        width: 25px;
        color: #999999;
    }

    #sponsorbar .carousel .carousel-item > .row {
        height: 170px;
    }
#sponsorbar .carousel .sponsor {
    height: 85px;
}
    

@media (min-width: 576px) {
    #sponsorbar .carousel .carousel-item > .row {
        height: 200px;
    }

    #sponsorbar .carousel .sponsor {
        height: 100px;
    }
        #sponsorbar .carousel .sponsor img {
            max-width: 90%;
        }
}

@media (min-width: 768px) {
    #sponsorbar .carousel .carousel-item > .row {
        height: auto;
    }
    #sponsorbar .carousel .sponsor {
        height: 85px;
    }
        
}

@media (min-width: 992px) {
    #sponsorbar .carousel .sponsor {
        height: 100px;
    }
        #sponsorbar .carousel .sponsor img {
            max-width: 80%;
        }
}

@media (min-width: 1200px) {
    #sponsorbar .carousel .sponsor {
        height: 115px;
    }
}

/* Archives
-------------------------------------------------- */
.archives .dropdown-toggle {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}


/* Carousel
-------------------------------------------------- */
    #carousel {
        background-color: #000000;
    }

        #carousel .carousel-offset {
            background-color: #000000;
        }

        #carousel .carousel-thumbs {
            width: 100%;
            padding: 0 5px;
        }

            #carousel .carousel-thumbs li {
                padding: 0 5px;
            }

            #carousel .carousel-thumbs .scale-image {
                /*border: 1px solid #ffffff;*/
                margin-bottom: 10px;
                cursor: pointer;
                background-color: #000000;
            }

        #carousel .item-caption {
            color: #ffffff;
            padding: 10px 20px;
        }

            #carousel .item-caption h3 {
                /*text-transform: uppercase;*/
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 22px;
                font-weight: 400;
                color: #AC8F60;
                margin-bottom: 0;
                text-align: center;
            }

                #carousel .item-caption h3 > a {
                    color: #ffffff; /*#AC8F60;*/
                }

                    #carousel .item-caption h3 > a:hover, #carousel .item-caption h3:hover {
                        color: #9F1922;
                    }

            #carousel .item-caption p {
                margin-bottom: 0;
                overflow: hidden;
                display: none;
            }

    @media (min-width: 576px) {

        #carousel-bg {
            height: 10px;
            background-color: #000000;
            border-bottom: 1px solid #ffffff;
        }

        #carousel {
            background-color: #000000;
            /*background-color: rgba(0,0,0,.5);
            background: -moz-linear-gradient(top, rgba(0,0,0,.6) 80%, rgba(0,0,0,1) 90%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,rgba(0,0,0,.6)), color-stop(90%,rgba(0,0,0,1)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 80%,rgba(0,0,0,1) 90%);
            background: -o-linear-gradient(top, rgba(0,0,0,.6) 80%,rgba(0,0,0,1) 90%);
            background: -ms-linear-gradient(top, rgba(0,0,0,.6) 80%,rgba(0,0,0,1) 90%);
            background: linear-gradient(to bottom, rgba(0,0,0,.6) 80%,rgba(0,0,0,1) 90%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );*/
        }

            #carousel .carousel-slides {
                padding-left: 3px;
            }

            #carousel .carousel-thumbs li {
                padding: 0;
            }

            #carousel .carousel-slides .carousel-offset {
                margin-top: -10px;
                border: 1px solid #ffffff;
            }

        #carousel-external-caption {
            width: 435px;
        }

        #carousel .item-caption {
            padding: 7px 10px 0 10px;
        }

            #carousel .item-caption h3 {
                margin-bottom: 0;
                font-size: 20px;
                height: 48px;
                line-height: 24px;
                overflow: hidden;
            }

        #carousel .carousel-thumbs {
            width: 102px;
            padding: 3px 3px 0 3px;
        }

            #carousel .carousel-thumbs .scale-image {
                border: 1px solid #ffffff;
                margin-bottom: 3px;
            }
    }

    @media (min-width: 768px) {

        #carousel-bg {
            height: 15px;
            background-color: #eaeaea;
            border-bottom: 2px solid #ffffff;
        }

        #carousel .carousel-slides .carousel-offset {
            margin-top: -16px;
            border: 2px solid #ffffff;
        }

        #carousel-external-caption {
            width: 584px;
        }

        #carousel .item-caption {
            padding: 6px 10px 0 10px;
        }

            #carousel .item-caption h3 {
                font-size: 24px;
                line-height: 1.2;
                margin-bottom: 4px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                height: auto;
                text-align: left;
            }

            #carousel .item-caption p {
                display: block;
                font-size: 14px;
                line-height: 18px;
                height: 36px;
            }

        #carousel .carousel-thumbs {
            width: 133px;
        }

            #carousel .carousel-thumbs .scale-image {
                border: 2px solid #ffffff;
            }
    }


    @media (min-width: 992px) {

        #carousel .carousel-slides {
            padding-left: 5px;
        }

        #carousel-external-caption {
            width: 774px;
        }

        #carousel .item-caption {
            padding: 12px 15px 0 15px;
        }

            #carousel .item-caption h3 {
                font-size: 30px;
                margin-bottom: 5px;
            }

            #carousel .item-caption p {
                font-size: 16px;
                line-height: 22px;
                height: 44px;
            }

        #carousel .carousel-thumbs {
            width: 181px;
            padding: 5px 5px 0 5px;
        }

            #carousel .carousel-thumbs .scale-image {
                margin-bottom: 5px;
            }
    }


    @media (min-width: 1200px) {

        #carousel-external-caption {
            width: 918px;
        }

        #carousel .item-caption {
            padding: 15px;
        }

            #carousel .item-caption h3 {
                font-size: 35px;
            }

            #carousel .item-caption p {
                font-size: 17px;
                line-height: 24px;
                height: 48px;
            }

        #carousel .carousel-thumbs {
            width: 217px;
        }
    }

/* Billboards
-------------------------------------------------- */
    #billboards {
        padding: 10px 10px 0 10px;
    }

        #billboards .rollover {
            text-align: center;
            height: 88px;
            margin-bottom: 10px;
            width: 50%;
        }

        #billboards .rollover.billboard-5 {
            width: 100%;
        }

            #billboards .rollover a {
                color: #ffffff;
                height: 100%;
                background-color: #9F1922;
                padding-top: 10px;
            }

            #billboards .rollover .title {
                font-family: 'Roboto Condensed', sans-serif;
                margin: -5px 0 -2px 0;
                padding: 5px 0 0 0;
                position: relative;
                font-weight: 700;
                font-size: 20px;
                text-transform: uppercase;
            }

                #billboards .rollover .title:before {
                    content: '';
                    position: absolute;
                    height: 3px;
                    width: 80%;
                    top: 0px;
                    left: 10%;
                    background: #ffffff;
                    margin-top: 31px; 
                }

            #billboards .rollover .description {
                text-transform: uppercase;
                display: inline-block;
                font-size: 14px;
                line-height: 1.24;
                color: #fff;
                opacity: .65;
                margin-top: 12px;
            }
        
    @media (min-width: 576px) {
        #billboards {
            /*padding: 15px 15px 0 15px;*/
        }
            #billboards .rollover {
                height: 95px;
                width: 33.3334%;
            }
                #billboards .rollover.billboard-4, #billboards .rollover.billboard-5 {
                    width: 50%;
                }
            #billboards .rollover .title {
                padding-top: 8px;
                font-size: 20px;
            }
                #billboards .rollover .title:before {
                    margin-top: 34px;
                }
    }
    @media (min-width: 768px) {

        #billboards .rollover {
            height: 80px;
            width: 20% !important;
        }
        #billboards .rollover a {
            padding-top: 15px;
            -webkit-transition: background 0.2s;
            -moz-transition: background 0.2s;
            transition: background 0.2s;
        }

        #billboards .rollover .title {
            font-size: 16px;
            padding: 20px 0 0 0;
            -webkit-transition: -webkit-transform 0.2s;
            -moz-transition: -moz-transform 0.2s;
            transition: transform 0.2s;
        }

            #billboards .rollover .title:before {
                margin: -10px 0 0 0; 
                background: #9F1922;
                height: 4px;
                left: 0px;
                width: 100%;
                -webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
                -moz-transition: margin-top 0.2s;
                transition: margin-top 0.2s;
            }

        #billboards .rollover .description {
            margin-top: 5px;
            font-size: 12px;
            -webkit-transform: translateY(5px);
            -moz-transform: -moz-translateY(5px);
            -ms-transform: -ms-translateY(5px);
            transform: translateY(5px);
            opacity: 0;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
            -moz-transition: -moz-transform 0.3s, opacity 0.2s;
            -webkit-transition: transform 0.3s, opacity 0.2s;
        }

        /* Hover styles */
        #billboards .rollover a:hover {
            background: #000000;
        }

            #billboards .rollover a:hover .title {
                font-size: 16px;
                padding: 12px 0 0 0;
                -webkit-transform: translateY(-10px);
                -moz-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }

                #billboards .rollover a:hover .title:before {
                    background: #fff;
                    margin-top: 34px;
                    left: 10%;
                    width: 80%;
                }

        #billboards .rollover:hover .description {
            opacity: 1;
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            transform: translateY(-2px);
        }
    }
    @media (min-width: 992px) {
        #billboards .rollover {
            height: 90px;
        }
        #billboards .rollover .title {
            font-size: 21px;
        }
        #billboards .rollover a:hover .title {
            font-size: 23px;
        }
        #billboards .rollover .description {
            margin-top: 2px;
            font-size: 14px;
        }

        /* Hover styles */
        #billboards .rollover a:hover .title:before {
            margin-top: 40px;
        }
    }
    @media (min-width: 1200px) {
        #billboards .rollover {
            height: 90px;
        }
        #billboards .rollover .title {
            font-size: 24px;
        }

        #billboards .rollover a:hover .title {
            font-size: 26px;
        }

        /* Hover styles */
        #billboards .rollover a:hover .title {
            padding: 9px 0 0 0;
        }

        #billboards .rollover a:hover .title:before {
            margin-top: 40px;
        }
    }


/* Bat Kid
-------------------------------------------------- */
    #batkid {
        padding: 10px;
    }

        #batkid .wildthing {
            top: 0;
            left: 0;
        }

        #batkid .text-title {
            font-size: 46px;
            line-height: 1;
        }

        #batkid .sponsor {
            margin-bottom: 6px;
        }

        #batkid .noimages {
            height: 250px;
        }

        #batkid .carousel {
            border: 1px solid #ffffff;
        }
    @media (min-width: 576px) {
        #batkid {
            padding: 15px;
        }
    }

    @media (min-width: 768px) {
    }


    @media (min-width: 992px) {

        #batkid .text-title {
            font-size: 56px;
        }

        #batkid .sponsor {
            margin-bottom: 8px;
        }
    }


    @media (min-width: 1200px) {
        #batkid .text-title {
            font-size: 66px;
        }

        #batkid .sponsor {
            margin-bottom: 10px;
        }
    }


/* Standings/Stats
-------------------------------------------------- */
    #stats {
        padding: 0;
    }

        #stats .nav.nav-tabs {
            border: none;
            color: #ffffff;
            background: #9F1922;
            border-radius: 0;
        }

        #stats .nav-item > .nav-link {
            border: none;
            padding: 10px 10px 6px 10px;
            color: #ffffff;
            background: #9F1922;
            border-radius: 0;
            font-size: 18px;
        }

            #stats .nav-item > .nav-link:hover {
                background: #7F141B;
            }

            #stats .nav-item > .nav-link:focus, #stats .nav-item > .nav-link.active {
                background: #000000;
            }

            #stats .nav-item > .nav-link.active {
                background: #000000;
            }

        #stats .tab-content {
            background-color: #ffffff;
            border-top: 5px solid #000000;
            border-bottom: 5px solid #000000;
            padding: 10px;
        }

        #stats .stats {
            height: 380px;
        }

    @media (min-width: 576px) {
        #stats {
            padding: 15px;
        }
    }

    @media (min-width: 768px) {
        #stats {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }


    @media (min-width: 992px) {
        /* this is where tabs expand; move it 992 if content doesn't fit well */
        #stats {
            padding-left: 5px;
            padding-right: 5px;
        }

            #stats .text-title {
                color: #ffffff;
                font-size: 34px;
                font-weight: 700;
                line-height: 1.15;
            }

            #stats .tab-pane {
                display: block;
            }

            #stats .fade:not(.show) {
                opacity: 1;
            }

            #stats .tab-content {
                background-color: transparent;
                border-top: none;
                border-bottom: none;
            }

            #stats .stats {
                background-color: #ffffff;
                border-top: 5px solid #000000;
                border-bottom: 5px solid #000000;
            }
    }

    @media (min-width: 1200px) {
    }

/* Social Stream
-------------------------------------------------- */
    #social {
        background-color: #cccccc;
        padding: 15px 0;
    }

        #social .text-title {
            font-size: 46px;
            line-height: 1;
            margin-bottom: 10px;
            text-align: center;
        }

        #social .dcsns-toolbar {
            margin-bottom: 15px;
        }

            #social .dcsns-toolbar .filter li a {
                /*background: transparent;*/
                box-sizing: content-box;
            }


    #social-stream.modern {
        padding: 0;
    }

        #social-stream.modern .stream {
            width: 100% !important;
        }

            #social-stream.modern .stream li {
                margin: 0 0 15px 0;
                width: 100%;
            }

    @media (min-width: 576px) {
        #social .container {
            padding: 0 8px 0 7px;
        }

        #social .text-title {
            font-size: 38px;
            line-height: 1;
            padding-left: 8px;
            text-align: left;
            float: left;
        }

        #social .dcsns-toolbar {
            width: 150px;
            float: right;
            margin-bottom: 10px;
        }

            #social .dcsns-toolbar .filter {
                margin-left: 0 !important;
                padding-left: 0;
                float: right;
            }

        #social-stream.modern .stream {
            width: auto;
        }

            #social-stream.modern .stream li {
                margin: 0 7px 15px 8px;
                width: 247px;
            }
    }

    @media (min-width: 768px) {
        #social .dcsns-toolbar {
            margin-right: 7px;
        }

        #social-stream.modern .stream li {
            width: 220px;
        }
    }

    @media (min-width: 992px) {
        #social .text-title {
            font-size: 42px;
        }

        #social .dcsns-toolbar {
            padding-top: 3px;
        }

        #social-stream.modern .stream li {
            width: 299px;
        }
    }

    @media (min-width: 1200px) {
        #social .text-title {
            font-size: 48px;
        }

        #social .dcsns-toolbar {
            padding-top: 10px;
        }

        #social-stream.modern .stream li {
            width: 266px;
        }
    } 

