﻿.iccreatable table {
    border-collapse: collapse;
    width: 100%;
}

.iccreatable th, .iccreatable td {
    text-align: left;
    padding: 8px;
}

.iccreatable th {
    border-bottom: 2px solid #007DBA;
}

.iccreatable tr:nth-child(even) {
    background-color: #F5F5F5;
}

table.responsive-table-wrap,
table.responsive-table-wrap > tbody,
table.responsive-table-wrap > tbody > tr,
table.responsive-table-wrap > tbody > tr > td {
    display: block;
    width: 100%;
}

.c-unord-list, .c-ord-list {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #202020;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none;
    position: relative;
}

.c-ord-list {
    counter-reset: li;
}

    .c-unord-list li, .c-ord-list li {
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 27px;
        position: relative;
    }

        .c-unord-list li::before {
            content: "\25A0";
            display: inline-block;
            position: absolute;
            font-size: 1.8rem;
            color: #003594;
            left: 8px;
            top: -5px;
        }

        .c-ord-list li::before {
            display: inline-block;
            position: absolute;
            counter-increment: li;
            content: counter(li);
            font-family: 'Montserrat', sans-serif;
            font-size: 1.6rem;
            font-weight: 400;
            color: #202020;
            left: 10px;
            top: -2px;
        }

.article-content {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 0px dotted #222
}


    .article-content H2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 0px;
        font-style: normal;
    }

    .article-content H3 {
        color: #202020;
        font-size: 24px;
        font-weight: bold;
        line-height: 22px;
        margin-bottom: 0px;
        font-style: normal;
    }


    .article-content H4 {
        color: #006B89;
        display: block;
        font-family: 'Trebuchet MS', Arial;
        font-size: 14px;
        font-style: italic;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 5px;
        padding: 25px;
    }
