body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin:0;
}

ul, li {
    margin: 0;
    list-style-type: none;
}

textarea:focus, input:focus{
    outline: none;
}

.stick {
    position:fixed;
    top:270px;
}

.clearFloat {
    clear:both;
}

.mobileShow {
    display:none;
}

.mobileHide {
    display:block;
}

.desktopOnly {
    display:block;
}

.mobileOnly {
    display:none;
}

.hideElement {
    display:none;
}

.showElement {
    display:block;
}

.noShow {
    display:none;
}

#topBannerFrame {
    width:100%;
    max-width: 1349px;
    margin-bottom:10px;
    display:flex;
    justify-content:space-between;
}

#topBannerFixed {
    width:100%;
    height:250px;
    background-color:#eee;
    margin-bottom:10px;
    display:none;
    max-width: 1349px;
    justify-content:space-between;
    position:fixed;
    bottom:0;
}

#topBannerHandle {
    height:30px;
    width:30px;
    font-size:24px;
    font-weight:700;
    display: grid;
    align-items: center;
    text-align:center;
    margin-top:-30px;
    margin-left:98%;
    background-color:#eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor:pointer;
}

.topBannerLarge {
    width:1000px;
    float:left;
}

.topBannerSmall {
    width:320px;
    text-align:right;
    float:right;
}

#adPush {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    z-index:99998;
    position:fixed;
    display: none;
}

.closeAd {
    color:#666;
    font-size:14px;
    padding:10px;
    width:780px;
    text-align:right;
    cursor: pointer;
    display:none;
}

.closeText {
    color:#666;
    font-size:14px;
}

#skyscraperLeft {
    position:fixed;
    top:200px;
    left:calc(((100vw - 1349px) / 2) - 150px);
    display:none;
}

#skyscraperRight {
    position:fixed;
    top:200px;
    right:calc(((100vw - 1349px) / 2) - 150px);
    display:none;
}

/* Main Home Page Ad */
#div-gpt-ad-1447252780773-0 {
    top:100px;
    width:810px;
    background:#ffffff;
    display: block;
    position:fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align:center;
    padding-bottom:24px;
    border-radius:5px;
    border: 1px solid #666;
    visibility:hidden;
    z-index:99999;
}

/* Main Harness Home Page Ad */
#div-gpt-ad-1447264841849-0 {
    top:100px;
    width:810px;
    background:#ffffff;
    display: block;
    position:fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align:center;
    padding-bottom:24px;
    border-radius:5px;
    border: 1px solid #666;
    visibility:hidden;
    z-index:99999;
}

.inlineAd {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

.raceBarFlex {
    width:100%;
    max-width:1348px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    display: flex;
}

.fullContainer {
    width:100%;
    max-width:1349px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footerContainer {
    width:100%;
    max-width:1349px;
    margin-left: auto;
    margin-right: auto;
}

.mainContainer {
    width: calc(100% - 328px);
    border: 1px solid #cccccc;
    float:left;
}

.mainBox {
    padding:10px;
    margin:10px;
}

#featureContentWrapper {
    border-bottom: 1px solid #cccccc;
}

#topHeadlineWrapper {
    border-bottom: 1px solid #cccccc;
}

.mainBoxLeft {
    width:378px;
    float:left;
}

#mainVideoTextSwap {
    width:320px;
    font-weight:600;
    text-align:center;
    margin-bottom:10px;
}

.swapVideoWrapper {
    width:115px;
    margin-right:11px;
    float:left;
}

.swapVideoThumb {
    width:110px;
    border: 2px solid #ffffff;
    cursor:pointer;
}

.swapVideoThumb:hover {
    border: 2px solid #3079f0;
}

.swapThumbText {
    width:110px;
    min-height:39px;
    font-size:11px;
    font-weight:600;
    line-height:13px;
    margin-bottom:5px;
    cursor:pointer;
    text-align:center;
}

.swapThumbText:hover {
    text-decoration: underline;
    color: #005bf0;
}

.mainBoxPicture {
    width:360px;
    height: 240px;
    object-fit: cover;
    margin-bottom:10px;
    padding-right:10px;
    float:left;
}

.mainBoxRight {
    width: calc(100% - 390px);
    margin-top:18px;
    float:left;
}

.trackBoxRight {
    width:430px;
    margin-top:-10px;
    float:left;
}

#trackBoxLeft {
    border-right: 1px solid #cccccc;
}

.mainBoxTitle {
    font-size:14px;
    line-height:20px;
    text-decoration:underline;
    text-transform: uppercase;
    font-weight:600;
    margin-bottom:10px;
    color: #ec1c24;
}

.mainBoxTitle a{
    text-transform: uppercase;
    font-size:18px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
    color: #ec1c24;
}

.mainBoxTrackTitle {
    font-size:14px;
    line-height:20px;
    text-decoration:underline;
    text-transform: uppercase;
    font-weight:600;
    margin-bottom:10px;
    margin-top:30px;
    color: #005bf0;
}

.mainBoxTrackTitle a{
    text-transform: uppercase;
    color: #005bf0;
}

.mainBoxTrackTitle a:hover{
    color: #000000;
}

.mainBoxLink {
    font-size:16px;
    line-height:18px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:400;
    text-decoration:none;
    cursor:pointer;
    color: #000000;
}

.mainBoxText {
    margin-bottom:10px;
    margin-top:10px;
}

.mainBoxLeftLink a{
    font-size:13px;
    line-height:18px;
    text-decoration:none;
    cursor:pointer;
    padding-left:20px;
    margin-top:-50px;
    background-color: rgba(0, 0, 0, 0.7);
    width:320px;
    color:#ffffff;
    font-weight:600;
    float:left;

}

.mainBoxLeftLink a:hover {
    text-decoration:underline;
}

.mainBoxLink:hover {
    text-decoration:underline;
    color: #005bf0;
}

.mainBoxLine {
    height:5px;
    width: 90%;
    border-bottom: 1px solid #cccccc;
}

.featureBox {
    padding:5px;
    margin:10px 0 10px 10px;
    height:85px;
    width:31%;
    float:left;
}

.featureBoxLeft {
    width:110px;
    float:left;
}

.featureBoxImage {
    width:100px;
}

.featureBoxRight {
    width:60%;
    float:left;
}

.featureBoxTitle {
    font-size:14px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:600;
    margin-bottom:4px;
    color: #005bf0;
    min-height:39px;
    max-height:39px;
    overflow:hidden;
    cursor:pointer;
}

.featureBoxTitle:hover {
    text-decoration:underline;
}

.featureBoxLink {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:400;
    text-decoration:none;
    cursor:pointer;
    color: #000000;
}

.featureBoxLink:hover {
    text-decoration:underline;
}

.trackBox {
    width:380px;
    padding-left:10px;
    margin-left:10px;
    padding-bottom:10px;
    margin-bottom:10px;
    float:left;
}

.trackBoxLine {
    height:5px;
    width:100%;
    border-bottom: 1px solid #cccccc;
}

.trackSpace {
    width:100%;
    height:10px;
}

.btn {
    background: #6a3;
    border: 1px solid #592;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
    color: #fff;
    cursor:pointer;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:400;
    text-align: center;
}

.btn:hover {
    background: #64a030;
    color: #fff;
}

.btnLogin {
    background: #ec1c24;
    display: inline-block;
    width:97px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 2px;
    color: #fff;
    cursor:pointer;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
    text-align: center;
    margin-right:5px;
}

.btnLogin:hover {
    color: #fff;
}

.btn a{
    color: #fff;
    cursor:pointer;
    text-decoration:none;
}

.btnWhite {
    border: 1px solid #0000EE;
    display: inline-block;
    min-width: 50px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 2px;
    color: #0000EE;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:400;
    text-decoration:none;
    text-align: center;
    cursor:pointer;
}

.btnWhite:hover {
    background-color: #0000EE;
    color:#ffffff;
}

.btnBlack {
    margin-right:10px;
    margin-top:15px;
    border: 1px solid #cccccc;
    display: inline-block;
    min-width: 50px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    color: #cccccc;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:400;
    text-align: center;
    cursor:pointer;
    float:left;
}

.btnBlack a {
    color: #cccccc;
    text-decoration:none;
}

.btnBlack a:hover {
    color: #ffffff;
}

.btnBets {
    background: #ec1c24;
    width:130px;
    display: inline-block;
    padding: 6px 0;
    margin-top:60px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    cursor:pointer;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
    text-align: center;
}

.btnBets:hover {
    background: #ec1c24;
    color: #fff;
}

.mobileBets {
    background-image: url(../img/betsBackground-be2b58978b1032d7f7218c85129f8f9d.png);
    background-repeat: no-repeat;
    text-align:center;
    margin:0 auto;
    padding:15px 0;
    border-radius:2px;
    width:328px;
    height:125px;
}

.green-circle {
    margin-left:5px;
    display:inline-block;
    background-color: #1b962e;
    height:8px;
    width:8px;
    border-radius:4px;
}

.accessibilityTitle {
    width:99%;
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
    color: #000000;
    font-size:26px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
}

.accessibilityText {
    width:75%;
    margin: 0 auto;
    text-align:center;
    padding-top:20px;
    padding-bottom:40px;
    color: #000000;
    font-size:18px;
    line-height:24px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:400;
}

@media only screen and (max-width: 1699px) {
    #skyscraperLeft {
        display:none;
    }

    #skyscraperRight {
        display:none;
    }
}

@media only screen and (max-width: 1280px) {
    .topBannerSmall {
        display:none;
        float:none;
        margin:0 auto;
    }

    .topBannerLarge {
        float:none;
        margin:0 auto;
    }

    #topBannerFrame {
        justify-content:center;
    }

}

@media only screen and (max-width: 1200px) {

    #newsRiverMobileWrapper {
        max-width: 95%;
        margin: 0 auto;
    }

    .desktopOnly {
        display:none;
    }

    .mobileOnly {
        display:block;
    }

    .btnBlack {
        display:none;
    }

    .featureBox {
        width: 500px;
        margin-left:60px;
    }
    .mainBoxLeft {
        width: 500px;
        margin-left:50px;
    }

    .mainBoxPicture, .mainBoxTitle{
        width:90%;
        border:none;
    }
    .mainBoxRight {
        width:500px;
        margin-top:0;
        margin-left:50px;
    }
    #trackBoxLeft {
        border-right: none;
    }
    .trackBoxRight {
        width:500px;
        margin-top:0;
        margin-left:50px;
    }
    .mainBoxLeftLink a{
        width:300px;
    }

    .mainBoxLine {
        width:435px;
    }

    .featureBoxLeft {
        width:120px;
    }
    .featureBoxRight {
        width:300px;
    }

    .featureBoxImage {
        width: 100px;
    }
    .trackBox {
        width: 600px;
        margin-left:50px;
    }
}

@media only screen and (max-width: 979px) {

    .topBannerSmall {
        display:block;
    }

    .topBannerLarge {
        display:none;
    }

    #topBannerHandle {
        margin-left: 92%;
    }

    .raceBarFlex {
        margin-top:160px;
        margin-left:10px;
        flex-wrap: wrap;
    }

    .btnBets {
        margin-top:45px;
    }

    #generatedMobileContentSwap {
        margin-left:10px;
    }

    #mobileBigVideoSwap {
        margin-left:10px;
        width:340px;
        height:190px;
    }

    #mobileVideoTextSwap {
        margin:10px;
        width:320px;
        text-align:center;
    }

    .mobileSwapVideoWrapper {
        width:140px;
        margin-left:20px;
        float:left;
    }

    .mobileSwapVideoThumb {
        width:130px;
        cursor:pointer;
    }

    .mobileSwapThumbText {
        width: 130px;
        height: 39px;
        overflow:hidden;
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 5px;
        cursor: pointer;
    }

    #mobileVideoSwap {
        max-width:400px;
    }

    .mobileHeaderPad {
        height:50px;
        width:320px;
        padding-top:10px;
        padding-bottom:5px;
        margin:0 auto;
    }

    .sideContentClick, .subscriptionDetails, .dBlock, .signupForNewsletter {
        margin-left:10px;
        text-align:center;
    }

    .mobileModuleWrapper {
        width:99%;
        margin-left: auto;
        margin-right: auto;
        min-width:320px;
        max-width:600px;
        margin-top:10px;
    }

    .mainBoxTitle {
        padding:10px;
    }

    .mainBox {
        padding: 0;
        margin: 0;
        border:none;
        border-radius: 0;
    }

    .mainBoxText {
        padding-left:10px;
        border-bottom: none;
    }

    .mainBoxLink {
        text-decoration:underline;
        text-decoration-color: #999999;
        font-weight:400;
    }

    .mainBoxLeft {
        width: 100%;
        margin-left:0;
    }

    .mainBoxLeftLink a {
        width: 80%;
        padding-left:10px;
        margin-left:10px;
        margin-top:-50px;
        color:#ffffff;
        font-weight:600;
    }

    .mainBoxRight {
        width: 100%;
        margin-left: 0;
        float:left;
    }

    .trackBoxRight {
        width: 100%;
        margin-left: 0;
        float:left;
    }

    .mainBoxPicture {
        width: 100%;
        height:300px;
        padding-left:10px;
        border:none;
    }

    .featureBox {
        width: 90%;
        height:auto;
        border:none;
        margin-left:5px;
        margin-bottom:0;
        margin-top:0;
    }

    .featureBoxLeft {
        width:30%;
    }
    .featureBoxRight {
        width:70%;
    }

    .featureBoxImage {
        width: 90%;
    }

    .topFlex {
        font-size:16px;
        line-height:28px;
        margin-left:15px;
        cursor:pointer;
    }

    .inline-photo {
        vertical-align: middle;
    }

    .mobileFooterLine {
        margin-top:10px;
        margin-bottom:10px;
        width:100%;
        border-bottom: 1px solid #cccccc;
    }

    .subLink li {
        margin-top:10px;
        margin-bottom:10px;
    }

    .subLink li a {
        text-decoration:none;
        color:#000000;
    }

    .subLink li a:hover {
        color:#ec1c24;
    }

    .loginBtn {
        color: #ffffff;
    }

    /*TABS*/

    #tabSwap {
        border: 1px solid #0000EE;
        height:37px;
        width:232px;
        border-radius:2px;
        margin-left: auto;
        margin-right: auto;
        display:none;
    }

    #tabNoSwap {
        border: 1px solid #0000EE;
        height:37px;
        width:304px;
        border-radius:2px;
        margin-left: auto;
        margin-right: auto;
        display:none;
    }

    .tabsContentWrap {
        width:304px;
        margin-left: auto;
        margin-right: auto;
    }

    .tabLinks {
        float:left;
        padding: 10px 12px;
        color: #0000EE;
        border-left: 1px solid #0000EE;
        cursor:pointer;
    }

    .tabLinks:first-child {
        border-left: 0;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
    }

    #tab4 {
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
    }
    .activeTab {
        background: #0000EE;
        color: #ffffff;
    }

    .tabArea {
        display:none;
    }

    .topTrack {
        font-size: 16px;
        line-height: 28px;
        margin-left: 15px;
        margin-top:10px;
        margin-bottom:10px;
        cursor: pointer;
    }

    .topTrackTitle {
        margin-left:10px;
    }

    .trackBoxText {
        line-height:15px;
        margin-right:8px;
    }

    .trackBoxText a{
        text-decoration:underline;
        text-decoration-color: #999999;
    }

    .toggleTrack {
        margin-left:15px;
    }

    .accessibilityTitle {
        font-size:22px;
    }

    .accessibilityText {
        width:90%;
    }

    .mobileShow {
        display:block;
    }

    .mobileHide {
        display:none;
    }
}

@media only screen and (max-width: 330px) {
    .mobileSwapVideoWrapper {
        margin-left:10px;
    }
}
