.features-wrapper .card {
    padding-top: 20px;
    padding-bottom: 20px;
}

a.underline {
    text-decoration: underline;
}

p a {
    font-weight: bold;
    text-decoration: underline;
}

.top {
    padding: 15px 0;
}

.bg-faded {
    background-color: #fff;
}

.jumbotron {
    background: #000 url(../img/bg6so.jpg) no-repeat center 100%;
}

.section-testimonials {
    background: #000;
}

blockquote.blockquote p.h3 {
    height: 120px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.mauticform-selectbox {
    height: 50px;
}

.btn-primary {
    background-color: #505050;
    border-color: #505050;
    padding: 1.4rem 3.125rem 1.3rem !important;
    line-height: 1.3856;
    border-radius: 2rem !important;
}

.btn-primary:hover {
    background-color: #bf4339;
    border-color: #bf4339;
}

.pricing-best .card-header {
    background-color: #505050;
}

.pricing-best {
    border: 2px solid #505050;
}

#pricing small.text-muted.text-uppercase {
    padding-left: 6px;
}

#content .mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 1.4rem 3.125rem 1.3rem;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.pricing {
    border-collapse:
    collapse; border-spacing: 0;
    margin: 30px auto;
}

table.pricing small { color: #8a8a8a; }

table.pricing tbody tr:hover small { color: #FFF !important; }

table.pricing td, table.pricing th {
    border: 1px solid transparent;
    height: 30px;
    transition: all 0.3s;
    text-align: center;
    padding: 15px;
}

table.pricing th {
    font-weight: bold;
}

table.pricing tbody tr:hover td { background: #666; color: #FFF !important; }
