﻿.header {
    margin: 0 0 20px 0;
    padding: 5px;
    background-color: #333;
    border-bottom: 5px solid #f78282;
    border-top: 5px solid #f78282;
}

    .header > .breadcrumb {
        background-color: #333;
        color: #fff;
        margin-bottom: 0;
        padding-bottom: 0;
        font-family: 'Lucida Sans';
    }

        .header > .breadcrumb > .breadcrumb-item > a {
            color: #f78282;
        }

        .header > .breadcrumb > .breadcrumb-item.active {
            color: #f9f9f9;
        }

    .header > h2 {
        color: #fff;
        font-weight: 700;
        padding-left: 15px;
        margin-bottom: 10px;
        font-family: 'Lucida Sans';
    }

    .header > h5 {
        color: #f78282;
        font-weight: 700;
        padding-left: 15px;
        margin-bottom: 10px;
        font-family: 'Lucida Sans';
    }

.product-bg {
    border: 1px solid #ddd;
    padding: 2px;
    height: 100%;
    width: 100%;
}

.pts, .maxiq, .easytd, .docudrive {
    padding-bottom: 20px;
}

    .pts h3, .maxiq h3, .easytd h3, .docudrive h3, .maxiq h3.s-char {
        font-family: 'Segoe UI';
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .pts > p, .maxiq > p, .easytd > p, .docudrive > p {
        font-size: 15px;
        font-family: 'Source Sans Pro',sans-serif;
        color: #303131;
        font-weight: 400;
        text-align: justify;
        padding: 20px 0 0 0;
        margin: 0;
    }

    .pts ul, .maxiq ul, .easytd ul, .docudrive ul {
        margin-top:10px;
    }

        .pts ul > li, .maxiq ul > li, .easytd ul > li, .docudrive ul > li {
            list-style: disc;
            font-size: 14px;
            font-family: 'Source Sans Pro',sans-serif;
            color: #303131;
            list-style: circle;
        }

    .maxiq h3.s-char {
        margin-bottom:22px;
    }

    .navigation {
        padding-top: 20px;
        padding-left: 20px;
    }

.benefits {
    padding: 20px 0;
    margin: 20px 0;
}

    .benefits h3 {
        font-weight: 600;
        color: #f78282;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        border-bottom: 3px solid #f78282;
        display: inline-block;
        font-size: 25px;
    }

    .benefits h5 {
        padding: 10px 0;
        transition: font-size 0.1s linear;
    }

        .benefits h5:hover, .benefits h5:hover > i {
            font-size: 15px;
            color: #f78282;
            font-weight: 600;
        }

        .benefits h5 i, .navigation ul > li i {
            margin-right: 8px;
        }

.fa-file-pdf-o {
    margin-right: 8px;
}

.navigation {
}

    .navigation > .heading {
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 600;
        color: #f78282;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-color: #f78282;
        text-decoration-thickness: 2px;
        margin-bottom: 10px;
    }

    .navigation ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

        .navigation ul > li {
            padding: 5px 0;
            font-family: 'Microsoft Sans Serif'
        }
