@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
body {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination {
    margin: 30px 0;
    position: relative;
    bottom: 10px;
}
a {
    text-decoration: none !important;
}

.runner {
    color:#c80000;
    border-bottom:dotted 1px;
    text-decoration: none; !important
}

.button {
    padding: 5px 5px 5px 5px;
    display: inline-block;
    border: 0px;
    font-weight: 500;
    outline: none;
    font-size: 13px;
    cursor: pointer;
    width: 100px;
    height: 28px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 2px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
    letter-spacing: -0.2px;
}

.button.head.light {
    color:#6c6b6b;
    text-decoration: none;
    background:#e0dede;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}
.button.head.light:hover {
    color:#fff;
    text-decoration: none;
    background:#a6a5a5;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
}
.button.head.current {
    color:#fff;
    text-decoration: none;
    background:#c80000;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}
.button.head.current:hover {
    color:#fff;
    text-decoration: none;
    background:#c80000;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
}

#wrapper {
    background: #fff;
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.topNav {
    position: relative;
    text-align: center;
    top: 25px;
}
.displayScores {
    display:none;
}
#navigation {
    position: relative;
    z-index: 2;
    height: 49px;
    width: 1040px;
    margin-left: -25px;
    background-color: #4c4c4c;
}
#bodyContainer {
    min-height: 1365px;
}
#mobileTimerInfo {
    display: none;
}
#resultsContainer {
    width: 520px;
    display: inline;
    padding: 0 40px;
}

#resultsMessage {
    display: block;
    right: 20px;
    top: 6px;
    position: relative;
}

.lastPage {
    display: inline-block;
    border-bottom:dotted 1px;
    float: left;
    color:#c80000;
    position: relative;
    left: 12px;
}

.nextPage {
    display: inline-block;
    border-bottom:dotted 1px;
    float: right;
    color:#c80000;
    position: relative;
    right: 18px;
}
.smallText {
    font-size: .9rem;
}
table .center {
    text-align: center;
}
th.center {
    text-align: center !important;
}
tr.heatnum {
    background-color: #c80000 !important;
    color: #ffffff;
}
#content {
    min-height: 1000px;
    position: relative;
    bottom: 10px;
}
#content h2 {
    font-size: 2.5rem;
    font-weight: 600;
}
.largeText {
    font-size: 1.4rem;
}
#logo {
    background-image: url("live.png");
    margin-left: 24px;
    width: 200px;
    height: 100px;
}


#top-line {
    width: 100%;
    background: #c80000;
    height: 5px;
    display: block;
}

#header {
    position: relative;
    top: 10px;
    min-height: 130px;
}

#meetInfo {
    position: relative;
    left: 240px;
    padding: 15px 0 15px 20px;
    border-left: 1px solid #e8e8e8;
    float: left;
    line-height: 1.5;
}
#page {
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
#skin-wrapper .left {
    top: 0;
    z-index: 0;
    right: 52%;
}
#skin-wrapper .right {
    top: 0;
    z-index: 0;
    left: 52%;
}
#current {
    background-color: #c80000;
    border-right: 1px solid #c80000;
    margin-left: -1px;
    padding-left: 20px;
    padding-right: 40px;
    z-index: 8;
    position: relative;
}

#timerInfo {
    float: right;
    text-align: center;
    position: relative;
    top: 40px;
    left: 10px;
    padding: 10px 40px 14px 18px;
    width: 30%;
    background-color: #e1e1e1;
    color: #6c6b6b;
    border: 1px solid #6c6b6b;
}
#socialMedia {
    float: right;
    position: relative;
    top: 10px;
    right: 30px;
    letter-spacing: 4px;
}
.fa {
    color: #888;
    margin-right: 8px;
}
#mobileTimerInfo {
    display: none;
}
#raceResults {
    width: 100%;
}

#teamresults {
    text-align: left;
    position: relative;
    left: 10px;
}
#teamResultsTable {
    border-left:solid 1px #d5d5d5;
    border-right:solid 1px #d5d5d5;
    border-top:solid 1px #d5d5d5;
    border-bottom:solid 1px #d5d5d5;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
.spacer {
    padding-right: 6px;
}
#teamResultsTable tr {
    cursor: hand !important;
    cursor: pointer !important;
    border-bottom: 1px solid #888 !important;
}
#eventName {
    padding: 5px;
    line-height: 2rem;
    display: inline-block;
    width: 50%;
    font-size: 1.3rem;
}

#backToEventList {
    font-size: 1rem;
}
#eventData {
    line-height: 2rem;
    font-size: 2.5rem;
    margin-top: 8px;
    position: relative;
    left: 12px;
    margin-bottom: 42px;
    text-align: center;
    color: #de5959;
}
#teamName {
    margin-top: 16px;
    font-size: 2rem;
    text-align: center;
}
#teamScore {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1.1rem;
    text-align: center;
}
#seasonHeader {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #e0e0e0;
}
#side {
    border-left: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.live {
    text-align: center;
    overflow: hidden;
    line-height: 2em;
    color: #5f9025;
}
.live span {
    display: inline-block;
    position: relative;
}
.live span:before,
.live span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid;
    color: #5f9025;
    top: 50%;
    width: 300px;
}
.live span:before {
    right: 100%;
    margin-right: 15px;
}
.live span:after {
    left: 100%;
    margin-left: 15px;
}

.official {
    text-align: center;
    overflow: hidden;
    line-height: 2em;
    color: #de5959;
}
.official span {
    display: inline-block;
    position: relative;
}
.official span:before,
.official span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid;
    color: #de5959;
    top: 50%;
    width: 100%;
}
.official span:before {
    right: 100%;
    margin-right: 15px;
}
.official span:after {
    left: 100%;
    margin-left: 15px;
}

.notstarted {
    text-align: center;
    overflow: hidden;
    line-height: 2em;
    color: #8f872e;
}
.notstarted span {
    display: inline-block;
    position: relative;
}
.notstarted span:before,
.notstarted span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid;
    color: #8f872e;
    top: 50%;
    width: 100%;
}
.notstarted span:before {
    right: 100%;
    margin-right: 15px;
}
.notstarted span:after {
    left: 100%;
    margin-left: 15px;
}

.pending {
    text-align: center;
    overflow: hidden;
    line-height: 2em;
    color: #5091b2;
}
.pending span {
    display: inline-block;
    position: relative;
}
.pending span:before,
.pending span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid;
    color: #5091b2;
    top: 50%;
    width: 100%;
}
.pending span:before {
    right: 100%;
    margin-right: 15px;
}
.pending span:after {
    left: 100%;
    margin-left: 15px;
}

.dialog {
    position: fixed;
    width: 400px;
    height: auto;
    left: 50%;
    margin-left: -200px;
    top: 10%;
    background: #fff;
    z-index: 2;
    padding: 16px;
    overflow: auto;
}
.dialog i.closeBox {
    position: absolute;
    top: 3px;
    right: 5px;
}
body .dialog {
    display: none;
    z-index: 9999;
}
body.dialogOpened {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.dialogOpened .dialog {
    display: block;
}
body.dialogOpened:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
}
body .overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.menu ul, .menu li > div {
    visibility: hidden;
    display: none;
}

.menu li:hover > ul, .menu li:hover > div {
    visibility: visible;
    display: block;
}
.left-corner,
.right-corner {
    display:block;
    width: 0px;
    height: 0px;
    border-style: solid;
    position: relative;
    top: 49px;
    float: left;
    opacity: 0.58;
    filter:alpha(opacity=58);
}

.left-corner {
    border-color: transparent #888 transparent transparent;
    border-width: 0 9px 9px 0;
    float: left;
    left: 1px;
}

.right-corner {
    border-color: #888 transparent transparent transparent;
    border-width: 9px 9px 0 0;
    float: right;
    right: 1px;
}


/* Reset  */
.menu, .menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

.menu li, .menu ul a {position:relative;}
.menu > li {float:left;}
.menu > li.floatr {float:right;}
.menu li > a {display:block;}

.menu ul {
    position:absolute;
    display:none;
    width:170px;
}
.menu ul ul {
    top:0;
    left:170px;
}

.menu li:hover > ul {display:block;}

#navigation ul li:first-child { margin-left: -8px; }
#navigation ul li ul li:first-child,
#navigation ul li ul li ul li:first-child { margin-left: 0; }


.menu a {text-decoration:none;}

.menu > li > a {
    color:#fff;
    font-weight: 400;
    font-size: 13px;
    line-height:18px;
    padding: 15px 20px 16px 20px;
}

.menu > li:hover > a {
    background-color: #707070;
    border-left:none;
    padding-left:21px;
    border-right:1px solid #707070;
    margin: 0 0 0 -1px;
}

ul.menu li a {
    -webkit-transition: background-color 80ms ease-in-out;
    -moz-transition: background-color 80ms ease-in-out;
    -o-transition: background-color 80ms ease-in-out;
    -ms-transition: background-color 80ms ease-in-out;
    transition: background-color 80ms ease-in-out;
}

.menu ul li a {
    -webkit-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -moz-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -o-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    -ms-transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
    transition: background-color 20ms ease-in-out, color 20ms ease-in-out;
}

.menu > li > a { border-right:1px solid #666; }
.menu > li > a:hover { border-right:1px solid #707070; margin: 0 0 0 -1px; }

.menu > li > a img, .menu li > ul > li > a img {
    border:0;
    margin-right:7px;
}


/* Sub Menu */
.menu ul {
    background-color: #fff;
    border:1px solid #e0e0e0;
    border-top:none;
    left:-1px;
    z-index: 999;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.menu ul a {
    color: #777;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 12px;
    border-top: 1px solid #e6e6e6;
}

.menu ul a:hover {
    background-color:#f5f5f5;
}


@media only screen and (min-width: 0px) and (max-width: 959px) {
    #wrapper {
        width: 750px;
    }
    #navigation {
        width: 103%;
    }
    #resultsContainer {
        width: 660px;
    }
    #timerInfo {
        padding-right: 20px;
    }
    .displayScores {
        display: block;
        position: relative;
        text-align: center;
        top: 8px;
        left:1%
    }
    #seasonHeader {
        text-align: center;
    }
    #side {
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
    }
    #bodyContainer {
        position: relative;
        width: 100%;
    }
    #resultsContainer {
        width:100%;
    }

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #timerInfo {
        display: none;
    }
    #mobileTimerInfo {
        display: block;
        text-align: center;
        padding-top: 16px;
    }
    #socialMedia {
        top: 90px;
    }
    #navigation {
        width: 106%;
    }
}
@media only screen and (max-width: 479px) {
    #navigation {
        width: 106%;
    }
    #logo {
        height: 75px;
        width: 140px;
    }
    .largeText {
        font-size: 1.2rem;
    }
    #socialMedia {
        top: 90px;
    }
    #meetInfo {
        left: 180px;
        font-size: .9rem;
    }
    #meetName {
        font-size: .9rem;
    }

    #timerInfo {
        display: none;
    }
    #mobileTimerInfo {
        display: block;
        text-align: center;
        padding-top: 16px;
    }

    .topNav {
        width: 90%;
    }

    .displayScores {
        left:-4%;
    }

    #seasonHeader {
        text-align: center;
        padding: 20px 0 20px 0px;
    }

    .leftCol {
        margin-right: 5%;
    }

    .button {
        margin-bottom: 5%;
        margin-left: 10%;
    }

    #resultsMessage {
        text-align: center;
        right: 1px;
    }
}