﻿.white-text {
    color: white;
    font-family: sans-serif;
    font-size: 75%;
}

.contact-us-page {
    max-width: 1120px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    footer .container {
        width: 1120px;
    }
}

.contact-hero {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .contact-hero h1 {
        font-size: 34px;
        line-height: 40px;
        font-weight: 700;
        margin: 0 0 15px 0;
        letter-spacing: -1px;
    }

    .contact-hero .lead {
        font-size: 17px;
        line-height: 1.55;
        color: #555;
    }

.contact-response-time {
    display: table;
    width: 100%;
    margin-top: 22px;
    padding: 16px;
    border-left: 5px solid #87af56;
}

.contact-response-time-icon,
.contact-response-time-text {
    display: table-cell;
    vertical-align: middle;
}

.contact-response-time-icon {
    width: 48px;
    font-size: 32px;
    color: #87af56;
}

.quick-answer-card {
    border: 1px solid #ddd;
    border-top: 5px solid #87af56;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.08);
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

    .quick-answer-card h3 {
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 21px;
    }

.quick-answer-link {
    display: table;
    width: 100%;
    color: inherit;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 14px;
    margin-top: 12px;
    text-decoration: none;
    background: #fff;
}

    .quick-answer-link:hover,
    .quick-answer-link:focus {
        text-decoration: none;
        background: #f8f8f8;
    }

.quick-answer-icon,
.quick-answer-text,
.quick-answer-arrow {
    display: table-cell;
    vertical-align: middle;
}

.quick-answer-icon {
    width: 45px;
    font-size: 30px;
    color: #87af56;
}

.quick-answer-text strong {
    display: block;
}

.quick-answer-text small {
    display: block;
    color: #555;
    margin-top: 3px;
}

.quick-answer-arrow {
    width: 20px;
    color: #777;
    text-align: right;
}

.client-verbiage-card {
    border: 1px solid #ddd;
    border-left: 5px solid #87af56;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fafafa;
}

.required-note {
    margin: 5px 0 15px 0;
    color: #555;
}

.required-star {
    color: red;
    font-weight: 700;
}

.contact-card {
    border: 1px solid #ddd;
    border-top: 5px solid #87af56;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.08);
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.contact-section {
    padding: 24px;
    border-bottom: 1px solid #ddd;
}

    .contact-section:last-child {
        border-bottom: none;
    }

.section-heading {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.section-number-cell,
.section-heading-text {
    display: table-cell;
    vertical-align: top;
}

.section-number-cell {
    width: 58px;
}

.section-number {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #87af56;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.section-heading h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 700;
}

.section-heading p {
    margin: 0;
    color: #666;
}

.contact-help-text {
    color: #666;
    font-size: 13px;
    margin-top: 6px;
}

.contact-choice {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 14px 14px 14px 38px;
    min-height: 50px;
    cursor: pointer;
    font-weight: normal;
    background: #fff;
}

    .contact-choice input {
        position: absolute;
        left: 14px;
        top: 17px;
    }

    .contact-choice strong {
        display: block;
        margin-bottom: 4px;
    }

    .contact-choice span {
        display: block;
        color: #666;
        font-size: 13px;
    }

.contact-info-note {
    padding: 12px 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-left: 5px solid #87af56;
}

    .contact-info-note .fa {
        margin-right: 8px;
        color: #87af56;
    }

.submit-row {
    margin-top: 20px;
}

.secure-note {
    display: inline-block;
    margin-left: 18px;
    color: #555;
    vertical-align: middle;
}

    .secure-note .fa {
        margin-right: 8px;
        color: #87af56;
    }

.thank-you-note {
    display: table;
    width: 100%;
    background: #fff8ef;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 20px;
    border: 1px solid #f0dfca;
}

.thank-you-icon,
.thank-you-text {
    display: table-cell;
    vertical-align: middle;
}

.thank-you-icon {
    width: 52px;
    font-size: 34px;
    color: #87af56;
}

.thank-you-text p {
    margin: 3px 0 0 0;
}

@media (max-width: 767px) {
    .contact-hero h1 {
        font-size: 26px;
        line-height: 31px;
    }

    .quick-answer-card {
        margin-top: 15px;
    }

    .contact-section {
        padding: 18px;
    }

    .secure-note {
        display: block;
        margin-left: 0;
        margin-top: 12px;
    }
}
