Source: dist/css/acc_boot.css, line 6542
4.5.7.2 Fat Footers Links
Footers in the ACC sometimes have fat footers with a list of categories and links.
Source: dist/css/acc_boot.css, line 6542
Footers in the ACC sometimes have fat footers with a list of categories and links.
<section class="flex_auto p-x_3 p-y_4:lg w_1-third:lg w_50:md font_ui is-active_toggle-function">
    <h2 class="font_2 font_3:lg font_accent p-t_2 m-b_0:md m-b_2 br_none:md ">
        <span class="toggle display_none:md ">
        <i class="fas fa-minus-square c_white-8 p-r_4"></i></span>
        <a class="c_accent h:c_secondary-3" href="#">Conditions & Topics</a>
    </h2>
    <ul class="block:md display_none font_0:lg font_n1 m-b_4 ul_none a:_block">
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Angina</a>
        </li>
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Aortic Aneurysm</a>
        </li>
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Atrial Fibrillation</a>
        </li>
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Bradycardia</a>
        </li>
    </ul>
</section>