.newsRiverTitle {
    margin-left:10px;
    margin-top:30px;
    margin-bottom:18px;
    line-height: 26px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color:#333333;
    width:300px;
    float:left;
}

.trackSelectBox {
    float:right;
    margin-right:20px;
}

.trackSelect {
    margin-top:28px;
    margin-bottom:18px;
    float:left;
}

.harnessBox {
    width:100%;
}

.harnessAuthorBox {
    width:94.5%;
    padding:10px;
}

.harnessAuthorName {
    line-height:30px;
    font-size:15px;
    margin-left:15px;
    float:left;
}

.harnessAuthorImage {
    border-radius: 15px;
    margin-bottom: 6px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    float:left;
}

.harnessPostDate {
    font-size: 11px;
    line-height:30px;
    float: right;
    width: 170px;
    text-align: right;
}

.harnessArticleBox {
    margin-left:45px;
    width:90%;
    padding:10px;
}

.harnessImage {
    float: right;
    width: 150px;
    cursor: pointer;
    height: 100px;
    margin-left: 20px;
    overflow: hidden;
}

.harnessArticleTitle a{
    line-height: 26px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-decoration:none;
    color:#000000;
}

.harnessArticleTitle a:hover{
    color: #005bf0;
}

.harnessArticleText {
    margin-top:10px;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 15px;
    color: #333333;
}

.harnessArticleLink a {
    font-size:13px;
    text-decoration:none;
}

.harnessArticleLink a:hover {
    color: #333333;
}

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

.btnBlue {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 18px;
    color: white;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:30px;
    margin-bottom:18px;
    margin-right:15px;
    background: #3079f0;
    cursor:pointer;
    float:left;
}

.twitterCenter {
    width:520px;
    max-width:100%;
    margin:0 auto;
}

#overlaySlot {
    width:650px;
    margin:0 auto;
    padding-top:90px;
    visibility:hidden;
}

#adOverlay {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.7);
    z-index:99998;
    position:fixed;
    visibility:hidden;
}

.adClose {
    width: 28px;
    height: 28px;
    border-radius:15px;
    border: 2px solid #fff;
    margin-right:15px;
    margin-top:-25px;
    float: right;
    position: relative;
    cursor: pointer;
}

.adClose:after {
    content: '';
    height: 24px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    top:2px;
    left: 13px;
}

.adClose:before {
    content: '';
    height: 24px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    top:2px;
    left: 13px;
}

.center550 {
    width:550px;
    margin:0 auto;
}

.center250 {
    width:250px;
    margin:0 auto;
}

.center300 {
    width:300px;
    margin:0 auto;
}

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

    .harnessAuthorBox {
        width:600px;
    }

    .harnessArticleBox {
        margin-left:0;
        width:600px;
    }

}


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

    .sidebarProductWrapper {
        width:300px;
        margin:0 auto;
    }

    .harnessTabsWrap {
        border: 1px solid #0000EE;
        height:37px;
        width:378px;
        border-radius:5px;
        margin-left: auto;
        margin-right: auto;
        margin-top:20px;
    }

    .harnessTabsContentWrap {
        width:320px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileModuleHarnessWrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .harnessAuthorBox {
        width:100%;
    }

    .harnessArticleBox {
        width:100%;
    }

    #mobileVideo {
        height:320px;
        width:500px;
    }

}

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

    #overlaySlot {
        width:350px;
    }

    #mobileVideo {
        height:260px;
        width:400px;
    }

    .trackSelect {
        margin-top: 0;
    }

    .btnBlue {
       margin-top:0;
    }

    .harnessPostDate {
        float:left;
        text-align:left;
        margin-left:15px;
        width:70%;
    }

    .harnessAuthorName {
        line-height:15px;
    }

    .harnessImage {
        display:none;
    }

    .newsRiverTitle {
        margin-left:0;
    }

    .harnessArticleTitle a {
        line-height: 24px;
        font-size: 20px;
    }

    .harnessArticleText {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 18px;
        font-size: 14px;
    }
}

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

    #mobileVideo {
        height: 220px;
        width: 330px;
    }
}



