div.help-section {
    padding-top: 20px;
}

div.help-section aside {
    /*border: solid 1px black;*/
    padding: 0;
}

div.help-section aside div[role="content"] {
    background-color: #ffd452;
}
div.help-section aside div[role="content"] > ul{
	padding-top: 1em;
}

div.help-section aside div[role="content"] ul li a {
    display: inline-block;
    height: 2.5em;
}

div.help-section aside>h3,
div.help-section>main>article>header>h3 {
    background-color: #F8B551;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    font-size: 18px;
    position: relative;
    text-indent: 2em;
    height: 37px;
}

div.help-section>main>article>header {
    position: relative;
}

div.help-section>main>article>header:before {
    content: "\e012";
    position: absolute;
    left: 1.4em;
    font-family: 'Glyphicons Halflings';
    z-index: 2;
    font-size: 1.3em;
    top: 0.4em;
}

div.help-section aside>h3>span.glyphicon {
    position: absolute;
    left: 0;
    top: 10px;
}

div.help-section aside li[role="menu-group"] {
    position: relative;
}

div.help-section aside li[role="menu-group"] > a:before {
    content:  "\e159";
    position: absolute;
    left: -1em;
    font-family: 'Glyphicons Halflings';
}

div.help-section aside li[role="menu-group"] > a[aria-expanded="true"]:before {
    content: "\e160";
}


/*div.help-section aside li[role="menu-group"] > ul.collapse.in ~ a:before {
    content:"\e160";
}
div.help-section aside li[role="menu-group"] > ul.collapse.in ~ a:before {
    content:"\e159";
}
*/

div.help-section aside li[role="menu-group"]>ul {
    padding-left: 20px;
}

div.help-section aside li[role="menu-group"]>ul>li {
    list-style: square;
}

div.help-section>main>article {
    display: none;
}

div.help-section>main>article div[role="content"] {
    padding: 1em;
}

div.help-section>main>article.active {
    display: block;
}

article[data-view="terms"] ol {
    position: relative;
    padding-left: 3em;
    list-style: none;
    border-top: solid 1px #dddddd;
    padding-top: 2em;
}

article[data-view="terms"] ol:before {
    content: attr(start);
    position: absolute;
    left: 0;
    font-size: 2em;
    color: black;
    top: 1.1em;
}
/*# sourceMappingURL=help.css.map */
