/* Add here all your CSS customizations */


html .border-color-jco {
    border-color: #09427d !important;
}


html .btn-jco {
    background-color: #09427d;
    border-color: #09427d #09427d #006699;
    color: #FFF;
}

html .btn-jco:hover {
    background-color: #fff;
    border-color: #09427d #09427d #006699;
    color: #09427d;
}


html .text-color-jco, html .text-jco {
    color: #09427d !important;
}



#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    padding: 6px 10px 6px 0;
}


.home-intro {
    background-color: #EEE;
    margin-bottom: 5px;
    margin-top: 0px;
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    text-align: center;
}

/* theme overrides */

article.post-large .post-image, article.post-large .post-date {
    margin-left: 0;
}

@media (min-width: 992px) {
    .renal-cell-carcinoma .main .home-intro,
    .breast-cancer .main .home-intro {
        
        /*top: 74px;*/
        z-index: 100;
    }

    .renal-cell-carcinoma .main .sidebar,
    .breast-cancer .main .sidebar {
        
        top: 236px;
    }
}

@media (max-width: 456px) {
    .header-row__logo-wrapper,
    .header-logo {
        /*width: calc(100% - 110px) !important;*/
        width: 100% !important;
    }
    .header-logo__image {
        width: 100% !important;
        height: auto !important;
    }
}

    
.ad-300x250-text{
    width: 100%;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    color: #666;
    text-align: center;
    letter-spacing: .25px;
    line-height: 1;
}
