.header {
    padding: 10px 0;
    color: #505050;
}

    .header .routes-logo {
        float: left;
        margin-right: 10px;
        max-width: 40%;
        width: 100%;
    }
    .header .sponsor-logo-box {
        border-left: 1px solid #d2d2d2;
        float: left;
        padding-left: 10px;
        max-width: 40%;
    }

        .header .sponsor-logo-box p {
            color: #000;
            text-align: center;
            padding: 0;
            font-size: 13px;
            font-weight: bold;
        }

        .header .sponsor-logo-box .sponsor-logo {
            max-width: 325px;
			width: 150px;
        }

    .header div.section_right {
        padding-top: 15px;
    }

    .header .header-left {
        padding: 0 10px;
    }

    .header .header-right {
        margin-top: 20px;
        padding: 0 35px;
    }


.header-buttons {
    margin-top: 20px;
}
.logout {
    float: right;
}

    .logout a:link {
        text-decoration: none;
    }

.logout-section {
    font-size: 15px;
}

    .logout-section p {
        line-height: 16px;
    }

    .logout-section .jobtitle {
        color: #000;
        margin-top: 10px;
    }

    .logout-section .logout {
        float: right;
        margin-right: 10px;
    }

    .logout-section p {
        padding-bottom: 3px;
        margin: 0;
    }

        .logout-section p:last-child {
            padding-bottom: 0;
        }

.subheader {
    font-size: 12px;
    text-align: center;
    background: #215181;
    color: #fff;
    padding: 10px 0;
}

.backbtn {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #e1e1e1;
    float: left;
    border-left: none;
    position: relative;
    left: 10px;
}

    .backbtn:before {
        left: -15px;
        top: -1px;
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #e1e1e1;
    }

    .backbtn a {
        font-size: 14px;
        padding: 5px 8px;
        display: block;
        color: #414042;
        text-decoration: none;
    }

.routesonline {
    float: left;
    position: relative;
}

    .routesonline a {
        font-size: 16px;
        display: block;
        margin-right: 60px;
        color: #fff;
        text-decoration: underline;
    }

    .routesonline:after {
        position: absolute;
        right: 40px;
        top: 2px;
        content: '';
        mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
        width: 1em;
        height: 1em;
        background-color: #fff;
        mask-position: center;
        mask-size: contain;
        mask-repeat: no-repeat;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
    }

.subheader div.backbtn {
    margin: -3px 20px -3px 0;
}

.bar div.cover {
    /*-webkit-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.16);
    box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.16);*/
    height: 8px;
}


.submenu,
.tabs.tabs-container {
    padding: 0;
    color: #000;
}

    .submenu ul,
    .tabs.tabs-container .tab-btns {
        align-items: center;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .submenu ul li,
        .tabs.tabs-container .tab-btn {
            float: left;
            margin-right: 5px;
            min-width: 200px;
            width: auto;
        }

            .submenu ul li.first,
            .tabs.tabs-container .tab-btn:first-child {
                border-left: 0;
            }

            .submenu ul li a,
            .tabs.tabs-container .tab-btn a {
                background: #EDEDED;
                border-radius: 6px 6px 0 0;
                color: #322e31;
                display: block;
                font-size: 16px;
                padding: 25px 40px;
                text-align: center;
                text-decoration: none;
                font-weight: 600;
            }

            .submenu ul li.active a,
            .tabs.tabs-container .tab-btn.selectedTab a {
                background: #585858;
                color: #fff;
            }

            .submenu ul li a:hover,
            .tabs.tabs-container .tab-btn a:hover {
                color: #fff;
                background: #585858;
                text-decoration: none;
            }

            .submenu ul li.eventCountdown {
                color: #000;
                padding: 7px 8px 4px 0px;
                font-size: 14px;
            }

    .submenu a:hover {
        text-decoration: none;
    }
