
    .item-list            { margin-bottom:60px}
    .item-list:last-child { margin-bottom:0}
    .item, .il-header   { padding:10px 25px; }
    .il-header          { color:#fff; font-weight:700} 
    .item           { border:1px solid #ececec; transition: all 0.3s ease-out; }
    .il-header      { background-color:#bbbdd4}
    .item .icon     { float:left; width:35px; margin-top:6px; color:#f4364c; font-size:110%}
    .item .list     { float:left; width:calc(100% - 35px); }

    .item:not(.nolnk):hover     { background-color:#f1f8fd; color:#13426b; cursor:pointer; }    

    .list-intro { margin-bottom:10px}
    
    /* ==========================================================================
        Media
    ============================================================================= */
    @media only screen and (max-width: 767px) {
    .item .icon     { width:30px;}
    .item .list     { width:calc(100% - 30px); }
    .item .icon     { margin-top:7px; }

    .item, .il-header   { padding:10px 15px; }

    }