﻿.pricing-grid {
    background:#fff;
    border: solid 1px #D8D8D8;
    margin-bottom:30px;
}

.pricing-heading {
    background-color: #044874;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    padding: 15px 15px;
}

    .pricing-heading h3 {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

.pricing-heading-secondary {
    background-color: #0766A4;
}

.pricing-amount {
    color: #0766A4;
    text-align: center;
    font-size:45px;
    padding:6px 0 12px 0;
}

.pricing-amount-small {
    font-size: 30px;
    padding: 0;
}

.pricing-separator-right-side{
    border-right: 1px solid #dadada;
}

.pricing-amount small {
    font-size: 25px;
}

.pricing-amount-small small {
    font-size: 18px;
}

.pricing-amount-help {
    font-size:16px;
}

.pricing-amount-help-sm {
    font-size: 14px;
}

.pricing-amount-altschedule {
    color: #969696;
    font-size:16px;
}

.pricing-action {
    text-align: center;
    padding-bottom:10px;
}

.pricing-features {
    list-style:none;
    margin:0;
    padding: 0;
}

    .pricing-features.pricing-features-muted li {
        color: #555;
    }

.pricing-features li {
    border-top: solid 1px #D8D8D8;
    padding:10px 10px;
    text-align: center;
}

.pricing-features-featured {
    font-weight: bold;
}

.pricing-details li {
    margin-bottom:25px;
}

/*.pricing-button {
    margin: 0 10px;
    font-weight: bold;
}

.pricing-button.btn-default {
    border: solid 1px #83B1D1;
    color: #83B1D1;
}

@media(max-width:768px) {
    .pricing-button {
        display: block;
        margin:0 auto;
        margin-bottom:15px;
    }
}*/
em.pricing-color {
    font-style: normal;
    color: #034874;
}

.pricing-report-note {
    font-weight: normal;
    font-size: small;
    margin-top: 10px;
}