/* ==================== Breadcrumbs ==================== */

#breadcrumbs {
    text-align: right;
    display: block;
    font-size: .85em;
}

    #breadcrumbs > ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #breadcrumbs > ul > li {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #breadcrumbs > ul > li + li + li:before {
                content: "\00BB";
                display: inline-block;
                margin: 0 0.25em;
                vertical-align: top;
                line-height: 1em;
            }

            #breadcrumbs > ul > li > a {
                font-weight: normal;
            }

/* ==================== Logo and Tagline ==================== */
#logo_tagline {
    display: table;
    height: 100%; /* 54px / 16px */
}

#logo,
#tagline {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#logo {
    padding: 0 0.375em;
    text-align: center;
    width: 7.25em; /* 104px / 16px */
}

    #logo img {
        max-height: 100%;
    }

#tagline > p {
    border-left: solid 1px #646464; /* COLOR */
    font-family: sans-serif; /* Temporary */
    margin: 0;
    padding: 0.675em;
    text-transform: uppercase;
    font-size: .77em;
}

/* ==================== Main Menu ==================== */
#btn-menu {
    background: transparent;
    color: white;
    cursor: pointer;
    border: 0 none;
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 1em;
    padding: 0 10px;
    outline: none;
    margin: 0;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    z-index: 2;
}

#btn-menu-text {
    display: none;
}

#btn-menu-icon {
    display: inline-block;
    vertical-align: middle;
}

#btn-menu-icon-container {
    display: inline-block;
    width: 7px;
    overflow: hidden;
    height: 16px;
    white-space: nowrap;
}

    #btn-menu-icon-container span:first-child {
        margin-left: 0%;
        transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
        -moz-transition: margin-left 0.5s;
        -ms-transition: margin-left 0.5s;
        -o-transition: margin-left 0.5s;
    }

#container-menu {
    pointer-events: all;
}

#wrapper-menu {
    height: 0;
    pointer-events: all;
    position: relative;
    left: 0;
    right: 0;
    /* top: 4.375em; */
}

#wrapper-menu-accordion {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#menu > ul {
    list-style: none;
    padding: 0;
}

    #menu > ul > li {
        font-size: 1em;
        margin: 0;
        transition: background 0.5s;
        -moz-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        -ms-transition: background 0.5s;
        -o-transition: background 0.5s;
    }

        #menu > ul > li > a {
            color: white;
            display: block;
            padding: 10px;
            text-decoration: none;
            white-space: nowrap;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            touch-action: manipulation;
            -ms-touch-action: manipulation;
        }

@media (min-width: 480px) {
    #btn-menu {
        padding: 0 15px;
    }

    #menu > ul > li > a {
        padding: 10px 15px;
    }
}

@media (max-width: 959px) {
    #wrapper-menu {
        background: black; /* COLOR Temporary */
        overflow: hidden;
        z-index: 100;
        transition: height 0.5s;
        -moz-transition: height 0.5s;
        -webkit-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
    }

    #wrapper-menu-accordion {
        bottom: 0;
    }

    #menu {
        background: #232018; /* COLOR Temporary */
    }
}

@media (min-width: 960px) /* LARGE */
{
    #btn-menu {
        left: 17.5em;
        padding: 0px;
        right: auto;
    }

    #btn-menu-text {
        display: inline-block;
        font-size: 0.875em;
        overflow: hidden;
        text-transform: uppercase;
        vertical-align: middle;
        width: 3em;
        transition: width 0.5s;
        -moz-transition: width 0.5s;
        -webkit-transition: width 0.5s;
        -ms-transition: width 0.5s;
        -o-transition: width 0.5s;
    }

    #wrapper-menu {
        top: 0;
        position: absolute;
        /* z-index: inherit; */
    }

    #wrapper-menu-accordion {
        height: 4.375em;
        top: 0;
    }

    #container-menu {
        height: 100%;
        left: 47em;
        overflow: visible;
        position: absolute;
        top: 0;
        width: auto;
        /*transition: width 0.75s;
        -moz-transition: width 0.75s;
        -webkit-transition: width 0.75s;
        -ms-transition: width 0.75s;
        -o-transition: width 0.75s;*/
    }

    #menu {
        height: 100%;
        right: 0;
        position: absolute;
        top: 0;
    }

        #menu > ul {
            display: table;
            height: 100%;
        }

            #menu > ul > li {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
            }

                #menu > ul > li > a {
                    cursor: hand;
                    font-size: 0.875em;
                    font-weight: normal;
                    padding: 15px 10px;
                }

                #menu > ul > li,
                #menu > ul > li + li > a {
                    transition-delay: 0.1s;
                    -moz-transition-delay: 0.1s;
                    -webkit-transition-delay: 0.1s;
                    -ms-transition-delay: 0.1s;
                    -o-transition-delay: 0.1s;
                }

                    #menu > ul > li + li > a {
                        border-left: solid 1px #333333; /* COLOR Temporary */
                        transition: border-color 0.5s;
                        -moz-transition: border-color 0.5s;
                        -webkit-transition: border-color 0.5s;
                        -ms-transition: border-color 0.5s;
                        -o-transition: border-color 0.5s;
                    }

                    #menu > ul > li + li:hover > a,
                    #menu > ul > li:hover + li > a,
                    #menu > ul > li + li.active > a,
                    #menu > ul > li.active + li > a {
                        border-color: transparent;
                    }

    .nav-mobile-link {
        display: none !important;
    }
}

@media (min-width: 1100px) {
    #btn-menu-text {
        font-size: 1em;
    }

    #menu > ul > li > a {
        font-size: 1em;
        padding: 15px;
    }

    #container-menu {
        height: 100%;
        left: 54em;
        overflow: visible;
        position: absolute;
        top: 0;
        width: auto;
        /*transition: width 0.75s;
        -moz-transition: width 0.75s;
        -webkit-transition: width 0.75s;
        -ms-transition: width 0.75s;
        -o-transition: width 0.75s;*/
    }
}

/* ==================== Main Menu Submenu ==================== */

.submenu-container {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
}

.submenu-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}

.submenu-bg,
.submenu-fg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.submenu-bg {
    background: #918362; /* COLOR Temporary */
}

.submenu-fg > ul {
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

    .submenu-fg > ul > li {
        display: block;
        font-size: 1em;
        margin: 0;
    }

        .submenu-fg > ul > li > a {
            color: white;
            display: block;
            padding: 10px 20px;
            text-decoration: none;
            font-size: 0.875em;
            font-weight: normal;
        }

            .submenu-fg > ul > li > a:hover {
                text-decoration: underline;
            }

@media (min-width: 960px) {
    .submenu-container {
        top: 4.375em;
        position: absolute;
    }

    .submenu-bg {
        background: black;
        /*opacity: 0.90;*/
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    }

    .submenu-fg > ul {
        padding: 10px;
        width: auto;
    }

        .submenu-fg > ul > li > a {
            font-weight: bold;
        }
}

/* ==================== Main Menu Events Submenu ==================== */

#submenu-events > li > a {
    display: table;
    width: 100%;
}

    #submenu-events > li > a > span.sub-evt-icn {
        display: none;
    }

    #submenu-events > li > a > span.sub-evt-txt {
        display: table-cell;
        vertical-align: middle;
    }

@media (min-width: 960px) {
    #submenu-events {
        white-space: normal;
        width: 15.625em; /* 250px */
    }

        #submenu-events > li > a {
            padding: 10px 0;
        }

            #submenu-events > li > a > span.sub-evt-icn {
                display: table-cell;
                height: 3.75em; /* 60px */
                text-align: center;
                vertical-align: middle;
                width: 6.25em; /* 100px */
            }
}

/* ==================== Header Links Wrapper ==================== */
#wrapper-links {
    overflow: hidden;
    padding: 10px;
    pointer-events: all;
}

@media (min-width: 480px) {
    #wrapper-links {
        padding: 10px 15px;
    }
}

@media (min-width: 960px) {
    #wrapper-links {
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

/* ==================== User Links ==================== */
#links-user {
    float: left;
    width: 40%;
}

    #links-user > ul {
        background: #5c5c5c; /* Color Temporary */
        font-size: 0.75em;
        list-style: none;
        text-align: center;
        width: 10em;
        padding: 0;
    }

        #links-user > ul > li {
            margin: .5em 0;
            display: inline-block;
            font-size: 1em;
            white-space: nowrap;
        }

            #links-user > ul > li > a {
                color: white;
                font-weight: normal;
                margin: 0 0.5em;
                text-decoration: none;
            }

                #links-user > ul > li > a:hover {
                    text-decoration: underline;
                }

            #links-user > ul > li + li:before {
                color: #848484; /* COLOR Temporary */
                content: "|";
            }

@media (min-width: 960px) {
    #links-user {
        float: right;
        width: auto;
    }
}

/* ==================== Cart Links ==================== */
#links-cart {
    float: left;
    width: 20%;
    text-align: center;
}

    #links-cart > a {
        color: white;
        display: block;
        font-size: 0.875em;
        font-weight: normal;
        padding: 0.328125em 0;
        text-decoration: none;
        white-space: nowrap;
    }

        #links-cart > a > span /* Temporary */ {
            display: inline-block;
            vertical-align: middle;
            /* width: 1em; */
            /* height: 1em; */
            /* background: #888888; */
            margin-right: 5px;
        }

@media (min-width: 960px) {
    #links-cart {
        float: right;
        margin-right: 10px;
        width: auto;
    }
}

/* ==================== Social Links ==================== */
#links-social {
    float: left;
    text-align: right;
    width: 40%;
}

    #links-social > ul {
        display: inline-block;
        font-size: 0.75em;
        height: 2em;
        list-style: none;
        text-align: center;
        white-space: nowrap;
        width: 10em;
        padding: 0;
    }

        #links-social > ul > li {
            background: #5c5c5c; /* COLOR Temporary */
            display: inline-block;
            float: left;
            font-size: 1em;
            height: 2em;
            margin: 0 0 0 0.666666666em;
            width: 2em;
        }

            #links-social > ul > li > a {
                display: block;
                height: 100%;
                width: 100%;
                line-height: 2em;
            }

            #links-social > ul > li:first-child {
                margin-left: 0;
            }

            #links-social > ul > li > a > span /* Temporary */ {
                /* background: white; */
                /* display: inline-block; */
                /* height: 75%; */
                /* margin: 12.5%; */
                /* width: 75%; */
                vertical-align: middle;
            }

@media (min-width: 960px) {
    #links-social {
        clear: right;
        float: right;
        margin-top: 10px;
        width: auto;
    }
}

/* ==================== Site Search ==================== */
#wrapper-search {
    padding: 10px;
    pointer-events: all;
}

#form-search {
    display: table;
    width: 100%;
}

#search-input,
#search-button {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#search-button {
    padding-left: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 34px;
}

#search-keywords-bg {
    background: white;
    border-radius: 0.8em;
    font-size: 1em;
    height: 1.6em;
    padding: 0 0.8em;
}

#search-keywords {
    background: transparent;
    box-sizing: border-box;
    height: 100%;
    outline: 0 none;
    width: 100%;
}

#search-button > button {
    background: transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin: 0;
    outline: none;
    padding: 0;
}

@media (min-width: 480px) {
    #wrapper-search {
        padding: 10px 15px;
    }
}

@media (min-width: 960px) {
    #wrapper-search {
        padding: 0px;
        position: absolute;
        right: 9em; /* 149px */
        top: 2.25em; /* 31px */
        z-index: 1;
    }

    #form-search {
        display: block;
        width: auto;
    }

    #search-input,
    #search-button {
        display: inline-block;
        text-align: left;
    }

    #search-input {
        height: 1.6em;
        overflow: hidden;
        position: relative;
        width: 0;
        transition: width 0.5s;
        -webkit-transition: width 0.5s;
        -moz-transition: width 0.5s;
        -ms-transition: width 0.5s;
        -o-transition: width 0.5s;
    }

    #search-button {
        margin-left: 4px;
        padding-left: 0px;
        width: 22px;
    }

    #search-keywords-bg {
        position: absolute;
        right: 0;
        width: 250px;
    }
}

/* ==================== Event Name ==================== */

#event-name {
    color: white;
    display: block;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

@media (min-width: 960px) {
    #event-name {
        display: none;
    }
}

/* ==================== Event Sidebar Logo ==================== */
#logo_event_date {
    width: 100%;
}

#logo-event {
    display: none;
}

@media (min-width: 960px) {
    #logo-event {
        display: table-cell;
        height: 215px;
        padding: 10px; /* 10px / 16px */
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

        #logo-event > a {
            display: inline-block;
            min-width: 92px;
            width: 65%;
        }

            #logo-event > a > img {
                width: 100%;
            }
}

/* ==================== Event Sidebar Date ==================== */

#event-date {
    display: none;
}

@media (min-width: 960px) {
    #event-date {
        color: white;
        display: block;
        margin: 1em 0 0 0;
        text-align: center;
        vertical-align: top;
    }
}

/* ==================== Event Nav Handle ==================== */
@media (max-width: 959px) {
    #event-nav-handle {
        /* bottom: -0.9375em; */ /* 15px */
        display: block;
        height: 0.9375em; /* 15px */
        left: 0;
        margin: 0 auto;
        right: 0;
        position: absolute;
        width: 5em; /* 80px */
        z-index: 100;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        touch-action: manipulation;
        -ms-touch-action: manipulation;
        background: #888888; /* COLOR Temporary */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNmE2YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #888888 0%, #a6a6a6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#a6a6a6));
        background: -webkit-linear-gradient(top, #888888 0%,#a6a6a6 100%);
        background: -o-linear-gradient(top, #888888 0%,#a6a6a6 100%);
        background: -ms-linear-gradient(top, #888888 0%,#a6a6a6 100%);
        background: linear-gradient(to bottom, #888888 0%,#a6a6a6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#a6a6a6',GradientType=0 );
    }

    #event-nav-handle-container {
        bottom: 0;
        display: block;
        height: 7px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 13px;
        overflow: hidden;
    }

        #event-nav-handle-container > span {
            display: block;
            height: 7px;
        }

            #event-nav-handle-container > span:first-child {
                margin-top: -7px;
                transition: margin-top 0.5s;
                -webkit-transition: margin-top 0.5s;
                -moz-transition: margin-top 0.5s;
                -ms-transition: margin-top 0.5s;
                -o-transition: margin-top 0.5s;
            }
}

@media (min-width: 960px) {
    #event-nav-handle {
        display: none;
    }
}

/* ==================== Event Sidebar ==================== */

@media (min-width: 960px) {
    #event-sidebar,
    #nav-event > ul > li > a > span.text,
    #nav-event > ul > li > a > span.icon {
        transition: width 0.5s;
        -moz-transition: width 0.5s;
        -webkit-transition: width 0.5s;
        -ms-transition: width 0.5s;
        -o-transition: width 0.5s;
    }
}

/* ==================== Event Navigation ==================== */

#nav-event-container {
    position: absolute;
    top: 215px;
    width: 100%;
}

#nav-event > ul {
    padding: 0;
}

    #nav-event > ul > li {
        border-top: solid 1px black; /* COLOR Temporary */
        display: block;
        font-size: 1em;
        margin: 0;
    }

        #nav-event > ul > li > a {
            color: white;
            display: block;
            height: 38px;
            text-decoration: none;
            font-weight: bold;
            position: relative;
            width: 100%;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            touch-action: manipulation;
            -ms-touch-action: manipulation;
            transition: background-color 0.5s;
            -webkit-transition: background-color 0.5s;
            -moz-transition: background-color 0.5s;
            -ms-transition: background-color 0.5s;
            -o-transition: background-color 0.5s;
        }

            #nav-event > ul > li > a > span.text {
                display: block;
                height: 100%;
                position: absolute;
                overflow: visible;
                width: 0;
                left: 0;
            }

                #nav-event > ul > li > a > span.text > span,
                #nav-event > ul > li > a > span.icon {
                    bottom: 0;
                    display: block;
                    height: 1em;
                    margin: auto 0;
                    padding: 0 10px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    white-space: nowrap;
                }

            #nav-event > ul > li > a > span.icon {
                height: 100%;
                line-height: 38px;
                padding: 0;
                position: absolute;
                text-align: center;
                /* width: 100%; */
                width: 57px;
                right: 0;
                left: auto;
            }

            #nav-event > ul > li > a > span > span.sprite /* Temporary */ {
                vertical-align: middle;
                position: relative;
                top: -2px;
            }

.nav-mobile-link span.text {
    font-size: 1.2em;
}

@media (min-width: 480px) {
    #nav-event > ul > li > a > span.text > span {
        padding: 0 15px;
    }

    #nav-event > ul > li > a > span.icon {
        /* padding: 0 15px; */
    }
}

@media (min-width: 601px) {
    #nav-event > ul > li > a > span.icon {
        /* padding: 0 15px; */
    }
}

@media (max-width: 959px) {
    #nav-event-container {
        height: 0;
        /* border-bottom: solid 2px #888888; */ /* COLOR Temporary */
        overflow: hidden;
        pointer-events: all;
        position: relative;
        top: 0;
        width: 100%;
        transition: height 0.5s;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
    }

    #nav-event {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 960px) {
    #nav-event {
        /* margin: 30px 0; */
    }

        #nav-event > ul > li {
            border-top: none;
            margin: 1px 0;
        }

            #nav-event > ul > li > a {
                cursor: default;
            }

                #nav-event > ul > li > a > span.text > span,
                #nav-event > ul > li > a > span.icon {
                    left: auto;
                    right: 0;
                }

                #nav-event > ul > li > a > span.text {
                    overflow: hidden;
                }

                #nav-event > ul > li > a > span.icon {
                    text-align: center;
                    width: 100%;
                }

                #nav-event > ul > li > a > span.text > span {
                    width: 285px;
                }
}

/* ==================== Event Subnavigation ==================== */
#event-sidebar-flyout-wrapper, #event-sidebar-flyout {
    height: 233px;
    position: absolute;
    right: 0;
}

#event-sidebar-flyout-wrapper {
    width: 0;
    top: 216px;
    overflow: hidden;
    /*opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
    transition: width 0.5s, right 0.5s;
    -moz-transition: width 0.5s, right 0.5s;
    -ms-transition: width 0.5s, right 0.5s;
    -o-transition: width 0.5s, right 0.5s;
    -webkit-transition: width 0.5s, right 0.5s;
}

#event-sidebar-flyout {
    width: 400px;
    top: 0;
}

.nav-event-sub-nav > ul {
    bottom: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

    .nav-event-sub-nav > ul > li {
        font-size: 1em;
        margin: 0;
        line-height: .9em;
    }

        .nav-event-sub-nav > ul > li > a {
            color: white;
            display: block;
            font-weight: normal;
            padding: 10px 20px;
            text-decoration: none;
        }

            .nav-event-sub-nav > ul > li > a:hover {
                text-decoration: underline;
            }

@media (min-width: 480px) {
    .nav-event-sub-nav > ul > li > a {
        padding: 10px 30px;
    }
}

@media (max-width: 959px) {
    .sld-cont-vert {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height 0.5s;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
    }
}

@media (min-width: 960px) {
    .sld-cont-horz {
        position: absolute;
        top: 0;
        height: 233px;
        right: 0;
        width: 0;
        overflow: hidden;
        transition: width 0.5s, right 0.5s;
        -moz-transition: width 0.5s, right 0.5s;
        -ms-transition: width 0.5s, right 0.5s;
        -o-transition: width 0.5s, right 0.5s;
        -webkit-transition: width 0.5s, right 0.5s;
    }

    .nav-event-sub-nav > ul {
        /*background: transparent !important;
        opacity: 0;*/
        right: 0;
        top: 0;
        width: 400px;
/*        transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;*/
    }

    #nav-event > ul > li.is-nav-event-item-open ul {
        opacity: 1;
    }

    .nav-event-sub-nav > ul > li {
        list-style-image: none;
        float: left;
        width: 50%;
    }

        .nav-event-sub-nav > ul > li > a {
            background: transparent;
            padding: 12.5px 15px;
            font-size: 0.75em;
            font-weight: bold;
        }
}

/* ==================== Sponsors ==================== */
#sponsors {
    position: relative;
}

    #sponsors > #sponsor-viewport {
        height: 100%;
        position: absolute;
        overflow: hidden;
    }

        #sponsors > #sponsor-viewport > #sponsors-sponsors {
            height: 100%;
        }

            #sponsors > #sponsor-viewport > #sponsors-sponsors > ul {
                height: 100%;
                line-height: 68px;
                list-style-image: none;
                padding: 0;
            }

                #sponsors > #sponsor-viewport > #sponsors-sponsors > ul > li {
                    display: inline-block;
                    list-style-image: none;
                    margin-left: 20px;
                    margin-right: 20px;
                    text-align: center;
                    vertical-align: middle;
                }

                    #sponsors > #sponsor-viewport > #sponsors-sponsors > ul > li:first-child {
                        margin-left: 0;
                    }

                    #sponsors > #sponsor-viewport > #sponsors-sponsors > ul > li:last-child {
                        margin-right: 0;
                    }

                    #sponsors > #sponsor-viewport > #sponsors-sponsors > ul > li > a {
                    }

                        #sponsors > #sponsor-viewport > #sponsors-sponsors > ul > li > a:hover {
                            filter: alpha(opacity=100);
                            opacity: 1;
                        }

    #sponsors > #sponsors-scrollLeft,
    #sponsors > #sponsors-scrollRight {
        padding: 0 10px;
        position: absolute;
        top: 25px;
    }

        #sponsors > #sponsors-scrollLeft.disabled,
        #sponsors > #sponsors-scrollRight.disabled {
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

        #sponsors > #sponsors-scrollLeft:hover,
        #sponsors > #sponsors-scrollRight:hover {
            cursor: pointer;
        }

    #sponsors > #sponsors-scrollLeft {
        left: 0;
    }

    #sponsors > #sponsors-scrollRight {
        right: 0;
    }

    #sponsors .overlayed {
        opacity: 0.4;
        transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
    }

        #sponsors .overlayed:hover {
            opacity: 1;
        }

@media all and (min-width: 960px) {
    #sponsors > #sponsor-viewport {
        margin-left: 3%;
        width: 94%;
    }
}

@media all and (min-width: 1280px) {
    #sponsors > #sponsor-viewport {
        margin-left: 4%;
        width: 93%;
    }
}

@media all and (max-width: 959px) {
    #sponsors > #sponsor-viewport {
        margin-left: 4%;
        width: 92%;
    }
}

@media all and (max-width: 768px) {
    #sponsors > #sponsor-viewport > #sponsors-sponsors > ul {
        border-spacing: 44px 0;
    }
}

@media all and (max-width: 480px) {
    #sponsors > #sponsor-viewport {
        margin-left: 7%;
        width: 85%;
    }
}

@media all and (max-width: 321px) {
    #sponsors > #sponsor-viewport {
        margin-left: 9%;
        width: 82%;
    }
}

/* ==================== Footer Links ==================== */
#footer-links > ul {
    font-size: 0.75em;
    margin-top: 0.9375em;
}

    #footer-links > ul > li {
        list-style: none;
        margin: 0.25em 0;
        font-family: 'open_sansregular', sans-serif;
        font-size: 1em;
    }

        #footer-links > ul > li > a {
            color: #c9c9c9; /* Temporary COLOR */
            font-size: 1em;
            font-weight: normal;
            text-decoration: none;
        }

            #footer-links > ul > li > a:hover {
                text-decoration: underline;
            }

        #footer-links > ul > li:first-child > a {
            color: white;
            font-size: 1.16666em;
            font-weight: bold;
        }

/* ==================== Footer Anchor Home ==================== */
#footer-anchor-home {
    clear: none;
    float: left;
}

    #footer-anchor-home a {
        color: white;
        font-size: 0.875em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

        #footer-anchor-home a:hover {
            text-decoration: underline;
        }

/* ==================== Footer Contact and Privacy Policy Links ==================== */
#footer_contact_privacy {
    font-size: 0.75em; /* 12px / 16px */
    padding-top: 0.25em; /* 4px / 16px */
    text-align: right;
}

    #footer_contact_privacy a {
        color: white;
        display: inline-block;
        font-weight: normal;
        text-decoration: none;
    }

        #footer_contact_privacy a:hover {
            text-decoration: underline;
        }

        #footer_contact_privacy a:before {
            clear: none;
            color: #333333; /* COLOR */
            content: "|";
            margin: 0 0.50em;
            display: inline-block;
        }

        #footer_contact_privacy a:first-child:before {
            content: none;
        }

/* ==================== Corporate Info ==================== */
#corporate-info {
    color: #717171; /* COLOR */
    font-size: 0.75em; /* 12px / 16px */
    padding-top: 0.25em;
}

    #corporate-info div {
        display: inline-block;
    }

        #corporate-info div:before {
            clear: none;
            content: " - ";
            float: left;
            margin: 0 0.25em;
        }

        #corporate-info div:first-child:before {
            content: none;
        }

@media (max-width: 479px) {
    #corporate-info div:before {
        content: none;
    }
}

@media (max-width: 959px) {
    #breadcrumbs {
        display: none;
    }
}

@media (max-width: 767px) {
    #corporate-info {
        text-align: center;
    }
}

.thumbnailDiv:hover {
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
