﻿ol.upper-alpha {
    list-style-type: upper-alpha;
    margin-left: 20px;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

ol.decimal {
    list-style-type: decimal;
    margin-left: 20px;
}

#legal-section h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    display: block !important;
    width: 100% !important;
    color: #333;
}

#legal-section h1, h2, h3, .h1, .h2, .h3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#legal-section h1, h2, .h1, .h2 {
    font-size: 1.75em;
}

#legal-section h3, h4, .h3, .h4 {
    font-size: 1.50em;
}

#legal-section h5, h6, .h5, .h6 {
    font-size: 1.25em;
}

#legal-section ul {
    width: 100% !important;
}

#legal-section a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    #legal-section a:hover, a:focus {
        text-decoration: underline;
    }

.list-style10 {
    list-style: none;
}

    .list-style10 li {
        line-height: 24px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }

        .list-style10 li:last-child {
            margin-bottom: 0;
        }

        .list-style10 li:before {
            content: '';
            position: absolute;
            left: 2px;
            top: 8px;
            width: 8px;
            height: 8px;
            background: #1767e4;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            z-index: 2;
            transform: rotate(45deg);
        }

        .list-style10 li:after {
            content: '';
            position: absolute;
            left: 0px;
            top: 6px;
            width: 12px;
            height: 12px;
            /*background: rgba(23, 103, 228, 0.35);*/
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            z-index: 1;
            transform: rotate(45deg);
        }
