
/*font-face calibre, change the reference location of the font*/
h1, h2, h3, p, li, span, a {
    font-family: calibre;
}

h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    padding-top: 50px;
    padding-bottom: 60px
}

    h1.paragraphHeading {
        margin: 0;
        padding-top: 50px;
        margin-bottom: 22px;
        padding-bottom: 0;
    }

h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 60px;
    padding-top: 50px;
    margin: 0;
}

p, li {
    color: #4d4d4d;
    font-size: 1.8rem !important;
    font-weight: 400;
    line-height: 1.3 !important;
    margin: 0 0 8px 0;
}

a.cta {
    color: #fff;
    font-size: 14px;
    padding: 10px 32px;
    text-transform: uppercase;
    background-color: #ff8c00;
    display: inline-block;
    margin: 10px 0;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}

    a.cta:hover {
        background-color: #ffaa00;
    }

    a.cta.minor {
        color: #0092bd;
        background-color: #dde0e1;
    }

        a.cta.minor:hover {
            background-color: #cccccc;
        }

    a.cta.small {
        font-size: 12px;
        padding: 3px 8px;
        letter-spacing: 1px;
        margin: 5px 0;
    }

        a.cta.small:hover {
            background-color: #ffaa00;
        }

    a.cta.minor.small {
        font-size: 12px;
        padding: 3px 8px;
        letter-spacing: 1px;
        margin: 5px 0;
        color: #fff;
        background-color: #cccccc;
    }

        a.cta.minor.small:hover {
            background-color: #999999;
        }

        a.cta.minor.small.border {
            font-size: 14px;
            padding: 3px 18px;
            letter-spacing: 0;
            font-weight: 500;
            color: #0092bd;
            border: #d4d4d4 1px solid;
            background-color: white;
            text-transform: capitalize;
        }

            a.cta.minor.small.border:hover {
                color: #333;
            }

a.fullwidth {
    width: 100%;
}
/*add vertiv-table to make the tables look like vertiv*/

table.vertiv-table {
    background-color: white;
    border-collapse: collapse !important;
    display: inline-block;
    margin-bottom: 5px;
}

    table.vertiv-table th {
        background-color: #82be20;
        color: white;
        font-family: Calibre;
        line-height: normal;
        text-align: left;
        padding: 10px;
        font-weight: 600;
        font-size: 15px;
    }

    table.vertiv-table tr td {
        border-left: none;
        border-right: none;
        border-bottom: #d4d4d4 1px solid;
        padding: 10px;
        color: #333333;
        font-family: Calibre;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
    }

        table.vertiv-table tr td h4 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
        }

    table.vertiv-table h3 {
        font-size: 14px;
        padding: 0;
    }
    /*add first-row class if you want to high light the first row*/ /*table.vertiv-table.first-row tr&gt;td:first-child { color: #0092bd; font-weight: 400; }*/

    table.vertiv-table.first-row tr > td:first-child {
        color: initial !important;
    }

.page-section-p-l, .article__intro {
    font-size: 2.2rem;
    margin: 32px 0 24px;
    line-height: 3.2rem;
}

ul{
    margin-left:0;
}