#fullArticle .index-list {
    background: #F9FAFA;
    border-left: 4px solid #AAAEB7;
    margin: 2.5em 0;
    padding: 30px 0px 15px 30px;
}


#fullArticle .index-list h5 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

#fullArticle .index-list ul {
    list-style: none;
    float: left;
    margin: 0px;
    width: 100%;
}

#fullArticle .index-list li {
    float: left;
    width: 50%;
}

#fullArticle .index-list:before, #fullArticle .index-list:after {
    display: table;
    content: "";
    line-height: 0;
}

#fullArticle .index-list:after {
    clear: both;
}

#fullArticle .callout .dashed {
    border-left-width: 1px;
}

#fullArticle .callout {
    background: #fff6e3;
    border-color: #FFC522;
    margin: 2em 0;
}

#fullArticle dl {
    margin: 2em 0;
}


#fullArticle dt {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    background: #4381b5;
    margin-bottom: 15px;
}

#fullArticle dt:last-of-type {
    margin-bottom: 0px;
}

#fullArticle dd {
    margin-left: 45px;
}
