﻿#nccnGuidelines .header-line {
    padding: 20px 0;
}

#nccnGuidelines .nav-col > ul.nav {
    background: #f4f4f4;
    margin-bottom: 20px;
}

#nccnGuidelines h2 {
    color: #2D4B69;
    font-family: Roboto;
    font-style: normal;
    font-weight: lighter;
    font-size: 32px;
}

#nccnGuidelines h3 {
    color: #304d6b;
    font-size: 30px;
}

#nccnGuidelines a, #nccnNavbar a:focus {
    cursor: pointer;
    font-family: 'Open Sans';
    font-size: 18px;
    color: rgba(45,75,105,1);
    line-height: 22px;
}

#nccnNavbar a:focus {
    font-weight: bold;
}

#nccnGuidelines .nav-item.level-2 > a {
    font-weight: 600;
}

#nccnGuidelines .nav-item.level-2 > a[data-toggle="collapse"]::after {
    content: '-';
    float: right;
    font-weight: 600;
}

#nccnGuidelines .nav-item.level-2 > a[data-toggle="collapse"].collapsed::after {
    content: '+';
}

 #nccnGuidelines .summary {
     padding: 15px 0;
     font-family: 'Open Sans';
     font-weight: normal;
     font-size: 18px;
     color: rgba(72,72,72,1);
     line-height: 26px;
}

#nccnGuidelines .guideline-items {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#nccnGuidelines .guideline-items .item {
    padding: 10px 0;
}

#nccnGuidelines .guideline-items .item-name {
    font-weight: 600;
}

#nccnGuidelines .guideline-items .item-version {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(72,72,72,1);
    line-height: 20px;
}

#nccnGuidelines #searchGuidelines {
    position: absolute;
    right: 15px;
    border: none;
}
#nccnGuidelines {
    padding-bottom: 97px;
}
#nccnGuidelines .form-inline {
    position: relative;
}

#guidelineContent .guidline-items a {
    white-space: normal;
}




#nccnNavbar ul.navbar-nav {
    display: table;
    width: 100%;
}

#nccnNavbar ul.navbar-nav li {
    text-align: center;
    display: table-cell;
}


.dropdown-menu.level-2 {
    border-radius: 0px;
    margin-top: 0px;
    border: 0px;
    background: #f4f4f4;
    width: 100%;
}

#nccnNavbar .dropdown-menu.level-2 .dropdown-item, #nccnNavbar .dropdown-menu.level-2 .dropdown-item:focus {
    font-size: 14px;
    color: #304d6b;
    white-space: normal;
    padding: 5px;
}

#nccnNavbar .dropdown-menu.level-2 .row .col-3 {
    border-right: 1px solid #ccc;
}

.dropdown-menu.level-2 .row .col-9 {
}

.dropdown-menu.level-2 .level-3 {
    float: left;
    position: unset;
    border-radius: 0px;
    margin-top: 0px;
    border: 0px;
    background: #f4f4f4;
    width: 100%;
}

#nccnNavbar .dropdown-menu.level-2 .dropdown-menu.level-3 .dropdown-item {
    padding: 5px 15px;
}
/*
.active {
    color: #f00;
}
*/
#nccnNavbar .dropdown-toggle::after {
    border: 0px;
}

#nccnNavbar .dropdown-item.dropdown-toggle {
    background: url("../../images/arrow-right.png") no-repeat center right;
}