html, body {
    /* height: 100%;*/
}

/*body { padding-top: 70px; }*/

/* .note-editor.note-frame {
     margin-right: 15px;
 }*/

/* Margins*/
.margin-top-small {
    margin-top: 20px;
}/* /Margins */

/*Testing Only*/
.dark-gray-bg {
    background-color: darkgrey;
}
.purple-bg {
    background-color: mediumpurple;
}

.light-blue-bg{
    background-color: #428bca;
}

.pink-red-bg{
    background-color: #c7254e;
}

.green-bg{
    background-color: aquamarine;
}

.sand-bg{
    background-color: #c9e2b3;
}/*/Testing Only*/


/*.fill {
    min-height: 100%;
    height: 100%;
    background-color: red;
}*/

.sidebar-wrapper{
    /*max-height: 300px;*/
    position:fixed;
    top:70px;
    bottom:0;
    overflow-y:auto;
}

/* for hiding elipsis icon unless hovered TODO: Show on click/selection of list item instead*/
/*Show element with hidden-icon class whose parent element with hide-icons class is being hovered*/
.hide-icons:hover>.hidden-icon,
.hide-icons:active>.hidden-icon{
    display: inline;
}

/*Hide element with hidden-icon class whose parent element with hide-icons class is not being hovered*/
.hide-icons>.hidden-icon{
    display: none;
}

.sidebar-fixed-wrapper {
   /* position: fixed;*/
}
/* /Sidebar Category/Documents Nav */

/*Contents*/
.contents-side-bar {

}

.navbar {
    /*left: 0;
          right: 0;
          position: fixed;
          #z-index: 1;*/
}

.main-content-wrapper{
    margin-top: 70px;
    position: relative;
    min-height: 600px;
    min-height: 90vh;

}
/*/Contents*/

.page-footer{
    margin-top: 20px;
    margin-bottom: 70px;
}

/*Hack so that headings don't appear behind fixed nav when
 navigating to them using the table of contents*/
.page-content > h1:before, .page-content > h2:before, .page-content > h3:before,
.page-content > h4:before, .page-content > h5:before, .page-content > h6:before {
    content:"";
    display:block;
    height:70px; /* fixed header height*/
    margin:-70px 0 0; /* negative fixed header height */
    position: relative;
    z-index: -1;
}
/* /Table of contents nav hack */

.breadcrumbs{
    /*z-index: 1000;*/
}

/* Make first col in table 20% so images are not microscopic */
tr td:nth-child(1){
    width:20%;
}
/* /Table col 20% width */

/* New newsted sidebar*/
.sidebar-sublist {
    /*padding-left: 10px;*/
}
.sidebar-page > div > a {
    padding-left: 28px;
}
.sidebar-page > div > div {
    padding-left: 25px;
}

.sidebar-subcategory .sidebar-icon{
    margin-left: 10px;
}

.sidebar-pagelist > li > div > a,
.sidebar-pagelist > li > div > div {
    padding-left: 40px;
    font-weight: 400;
    display: block;
}

.sidebar-pagelist li > div.menu-block {
    padding:5px 10px;
}

/*.menu-block:hover{
    background-color: #eee;
    display: block;
}*/

.menu-block {
    padding: 5px 10px;
}

/* Stop Text wrapping under invsible li bullet */
/*.menu-block > a {
    display: block;
}*/

.contents-block{
    display: block;
}

a[aria-expanded=true] .caret {
    border-top: none;
    border-bottom: 4px solid ;
}

/*ul[aria-expanded=true] .caret {
    border-top: none;
    border-bottom: 4px solid ;
}*/

.muted-anchor-color {
    color: #8cb5d8;
}

.sidebar-nav-selected {
    background-color:#3b3e43;
    color:#f5f9ff;
}

.sidebar-nav-selected > div > a:hover {
    color:#f5f9ff;
}

.sidebar-nav-selected > div > a {
    color:#f5f9ff;
}

/*.sidebar-nav-selected > div {
    display: inline;
    padding: 10px 15px;
}*/

.sidebar-nav-selected:hover > .menu-block {
    background-color:#3b3e43;
    color:#f5f9ff;
}

/* /New nested sidebar */

.landing-icon {
    /*width:10%;*/
    fill:red;
}

.landing-icon path{
    fill:#777;
}

.caret-padding {
    padding-left:15px;
}

.caret-padding-sidebar {
    padding-left:25px;
}

.toc-sub-heading {
    padding-left:25px;
}

.toc-block {
    display:block;
}

.toc-inline-block {
    display: inline-block;
}

.toggle {
    display:none;
}

.toc-padding-bottom {
    padding-bottom: 5px;
}

/* ***Redesign classes*** */
/* Blue Hero Block on the Home page */
.block-1 {
    background-color: #3663ad;
    padding:40px 0;
    margin-top: -20px;
    width: 100%;
    display: block;
}

.block-2 {
    padding: 20px 0;

}

/* Larger Heading for the Hero Block */

.title-hero {
    font-size:40px;
    font-weight: 400;
    line-height:1.2;
    color:#fff;
}

.title-tagline {
    font-size: 21px;
    font-weight: 200;
    color:#fff;
}

/* White text class for text on dark backgrounds */
.text-white,
.text-white a {
    color:#fff;
}
.text-white:hover,
.text-white a:hover {
    text-decoration: underline;
    color:#fff;
}

/* Used for the News panel on the home page */
.panel-dark {
    background-color:#2b4f8a; /* Fall back for Older Browsers */
    background-color:rgba(0,0,0,0.2);
    color:#fff;
    border:0;
    border-radius: 2px;
}

.panel-dark .text-muted {
    color:#ccc;
}

.icon-header {
    display: inline-block;

}

.list-category {

}

.list-category li {
    margin-bottom:40px;
    font-size: 16px;
}

.link-block {
    margin-bottom: 30px;
    display:block;
}

.icon-header {
    margin-bottom: 20px;
}

.icon-header i {
    background-color: #f2f2f2;
    border-radius: 2px;
    display:inline-block;
    margin-right:20px;
}
.icon-header i img {
    height:48px;
    width:48px;
}

.icon-header span {
    color:#000000;
}

.block-3 {
    margin-top:20px;
    border-top:1px solid #ddd;
    padding:20px 0;
    color: #999;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.footer-links {
    list-style: none;
    padding-left:0;
    margin-left:0;
    margin-bottom:0;
}

.footer-links li {
    display: inline-block;
    margin-right: 20px
}

.bc-blue {
    color:#22156a;
    margin-left:5px;
}

.bc-red {
    color:#be0a18;
}

.sidebar-wrapper {
    top:50px;
    padding:20px 0;
    border-right:1px solid #e7e7e7;
}

.sidebar-wrapper a {
    color:#333;
}


.sidebar-wrapper li > .menu-block {
    padding:8px 10px;
}

.sidebar-wrapper b > a {
    font-weight:500;
}

.sidebar-wrapper .caret {
    margin-right:10px;
}

.sidebar-sublist a {
    color:#333;
}

.sidebar-icon {
    background:#f2f2f2;
    display: inline-block;
    border-radius: 2px;
    padding:5px;
    height:24px;
    width:24px;
    vertical-align: middle;
    cursor: pointer;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    tranistion: 0.2s linear background;
}
.sidebar-icon:hover {
    background:#e7e7e7;

}

.collapsed {
    background-color:transparent;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menu-block a {
    font-weight: 700;
}



.icon-chevron {
    background-image: url('/images/icons/chevron_down_icon.svg');
    display:block;
    width:12px;
    height:12px;
    margin:0 auto;
    position: relative;
    top:2px;
}


.sidebar-page .menu-block a {
    display: block;
    font-weight: 400;
}

 .sidebar-sublist li:last-child .menu-block a {
    margin-bottom:10px;

}

 .page-link {

 }

.subcategory-link {

}

.link-list-wrapper {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.link-list-wrapper .link-block {
    font-size: 16px;
}
.link-list-wrapper .link-block:last-child {
    margin-bottom:0;
}

.link-list-wrapper:last-child {
    border-bottom: 0;
}
.link-list-wrapper h3 {
    color: #666;
    margin-bottom: 20px;
}
.link-list-wrapper:first-child {
    margin-top: 30px;
}

.m-b-20{
    margin-bottom: 20px;
}

.m-b-40{
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .main-content-wrapper{
        min-height: initial;
    }

    .block-3 {
        position: relative;
    }

    .navbar-brand {
          font-size: 14px;
      }

    .title-hero {
        font-size: 36px;
        margin-bottom: 20px;
    }
    /* Dark Menu*/
    .navbar-collapse {
        background:#666;
    }

    .navbar-default .navbar-form {
        padding:15px 20px;
        border-top:0;
        margin:0;
        border-bottom:1px solid rgba(0,0,0,0.2);
        box-shadow:none;
        -webkit-box-shadow:none;
    }

    .navbar-form .form-control {
        background:rgba(0,0,0, 0.2);
        border:0;
        color:#fff;
        height:40px;
    }
    .navbar-form .btn-default {
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        border:0;
        height:40px;
    }

    .list-category li {
        margin-bottom:30px;
        font-size: 18px;
    }

    .list-category li a {
        margin-bottom:20px;
        display: block;
    }

    .link-block {
        margin-bottom: 0px;
    }

    .navbar-nav {
        margin-top:0;
        margin-bottom:0;
    }

    .mobile-nav-links {

    }

    .mobile-nav-links a {
        padding:15px 20px;
        font-size: 18px;
        line-height: 1;
        display:block;
        box-sizing: border-box;
        color:#eeeeee;
        border-bottom:1px solid rgba(0,0,0,0.2);
    }
    .mobile-nav-links a:hover,
    .mobile-nav-links a:active {
        color:#fff;
        background:rgba(0,0,0,0.1);
        text-decoration: none;
        transition:0.2s linear background;
    }
    .mobile-nav-links li:last-child a {
        border-bottom:0;
    }

    .page-link {
        display: block;
        margin-bottom: 20px;
    }
}

/* For Screens under 480px wide */
@media (max-width: 480px) {
    .navbar-brand {
        font-size: 12px;
    }
    .block-1 {
        padding:20px 0;
    }
    .title-hero {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .panel-dark {
        margin-bottom: 0;
    }
    .list-category li {
        margin-bottom:30px;
        font-size: 18px;
    }

    .list-category li a {
        margin-bottom:20px;
        display: block;
    }

    .link-block {
        margin-bottom: 0px;
    }

    /* Dark Menu*/
    .navbar-collapse {
        background:#666;
    }

    .navbar-default .navbar-form {
        padding:15px 20px;
        border-top:0;
        margin:0;
        border-bottom:1px solid rgba(0,0,0,0.2);
        box-shadow:none;
        -webkit-box-shadow:none;
    }

    .navbar-form .form-control {
        background:rgba(0,0,0, 0.2);
        border:0;
        color:#fff;
        height:40px;
    }
    .navbar-form .btn-default {
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        border:0;
        height:40px;
    }

    .navbar-nav {
        margin-top:0;
        margin-bottom:0;
    }

    .mobile-nav-links {
        margin-bottom:20px;
    }

    .mobile-nav-links a {
        padding:15px 20px;
        font-size: 18px;
        line-height: 1;
        display:block;
        box-sizing: border-box;
        color:#eeeeee;
        border-bottom:1px solid rgba(0,0,0,0.2);
    }
    .mobile-nav-links a:hover,
    .mobile-nav-links a:active {
        color:#fff;
        background:rgba(0,0,0,0.1);
        text-decoration: none;
        transition:0.2s linear background;
    }

    /* End Dark */
}

/* Redesign classes */

