body.site {
    background-image: url('../images/svb_background_1.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0 none;
}

.body .container {
    background-color:rgba(255,255,255,0.85);
    width: auto;
}

.body {
    max-width: 1450px;
    margin: auto;
}

header {
    width: 150px;
    float: right;
}

footer {
    padding-top: 5px;
}

nav.navigation ul.nav-pills::after {
    content: "&nbsp;";
    clear: both;
    line-height: 36px;
    display: inline;
    visibility: hidden;
}

nav.navigation ul a {
    font-weight: bold;
}

.nav-header {
    color: #0088cc;
    line-height: 14px;
    font-size: 13px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;  
    border-radius: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: bold;
    text-transform: none;
    text-shadow: none;
}

header {
    display: none;
}

@media (max-width: 767px) {

    header {
        display: none;
    }
    .body .container {
        margin-right: 0;
    }
    nav.navigation ul.nav-pills::after {
        clear: both;
        line-height: 0;
        display: inline;
    }
    .inline-logo { display: none; }
}

@media (max-width: 480px) {

    body.site {
        background: #fff;
    }
    .body .container {
        background-color: #fff;
    }
}

div.spacer {
    height: 30px;
}

.breadcrumb .divider img {
    padding-bottom: 5px;
}

dl.article-info dt.article-info-term {
    display: none;
}

dl.article-info {
    margin-bottom: 9px;
    margin-top: 0;
}

div.items-leading > div {
    margin-bottom: 30px;
}
