﻿.intro {
    font-size: 16px;
    line-height: 22px;
    font-family: Roboto, sans-serif;
    margin-bottom: 26px;
    color: #424242;
}

.panel {
    border: none;
    background-color: #EFEFEF;
    border-radius: 0px;
    margin-bottom: 55px;
}


    .panel:last-of-type {
        margin-bottom: 40px;
    }

.panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 25px 40px 8px 40px;
}

.panel > .panel-heading h2 {
    margin: 0;
    color: #414141;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
}

.panel > .panel-heading img {
    height: 48px;
    margin-right: 6px;
}

.panel-default > .panel-body {
    padding: 0px 40px;
}

    .panel-default > .panel-body p {
        padding-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
        font-family: Roboto, sans-serif;
        padding-left: 0px;
        padding-right: 0px;
        color: #424242;
        margin-bottom: 0px;
    }

    .panel-default > .panel-body .cta {
        border-radius: 4px;
        padding: 13px 38px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        line-height: 21px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        border: none;
        min-width: 265px;
    }

.table {
    margin-bottom: 25px;
    margin-top: 23px;
}

    .table > thead > tr > th {
        line-height: 34px;
        font-weight: 700;
        padding-top: 0px;
        padding-bottom: 11px;
        color: #414141;
    }

    .table > tbody > tr > td,
    .table > thead > tr > th {
        font-size: 16px;
        line-height: 22px;
        font-family: Roboto, sans-serif;
        padding-left: 0px;
        padding-right: 0px;
    }

        .table > thead > tr > th:first-of-type,
        .table > tbody > tr > td:first-of-type {
            padding-right: 40px;
        }

    .table > tbody > tr > td {
        border-top: 1px solid #707070;
        padding-top: 18px;
        padding-bottom: 18px;
        color: #424242;
    }

        .table > tbody > tr > td:first-of-type {
            width: 67%;
        }

        .table > tbody > tr > td:last-of-type {
            width: 33%;
        }

        .table > tbody > tr > td > a {
            text-decoration: underline;
            padding: 0px;
        }

.xwalk-footer {
    line-height: 22px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #424242;
    margin-bottom: 0px;
}

    .xwalk-footer a {
        text-decoration: underline;
    }