#customblock-Editorial-Committee{display:none}
#customblock-Advisory-Committee{display:none}
.published{display:none}
.col-md-2 {display:none}

/* Main Menu */
.navbar-brand {
    padding:0px 15px;
    height:80px;
    margin-top:-10px
}
.navbar-nav, .navbar-form {
    margin-top:10px;
}

/*Move PDF Link to right side of TOC*/
.media-heading,.meta, .pages {
    width:85%;
    float:left;
}
.btn-group {
    width:15%;
    float:right;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float:right;
}

/*Update List Style*/
ul {
    list-style: disc;
}
.pkp_block ul li{
    padding: 0px 15px 0px 5px;
    border:none;
}

/*Fix Image Width*/
img {max-width: 100%}

/*Remove Whitespace*/
.page-header{
    padding-bottom: 0px;
    margin: 10px 0 10px;
}
.lead {
    margin-bottom: 10px;
    font-size:unset
}

/*Update Colors*/
a, .navbar-default .nav > li > a{
    color: #0C3F9B;
}
.btn-primary {
    background-color: #0C3F9B;
    border-color: #0C3F9B;
}
/*Update Headings in Sidebar*/
.pkp_block .title {
    margin-top: 0px
}
.show {
  display: revert !important;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 700;
    color: #000000;
}