.elementor-1718 .elementor-element.elementor-element-0eedfc2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32540d8 *//* ==================================================
   COLORADO FIRST — CONTACT US PAGE
   ================================================== */

.cf-contact-page {
    --cf-navy: #082f67;
    --cf-dark-navy: #041f47;
    --cf-blue: #1762b8;
    --cf-red: #d7192d;
    --cf-teal: #168b91;

    --cf-text: #27394b;
    --cf-muted: #5d6c79;
    --cf-border: #dbe3eb;
    --cf-light-blue: #f2f6fb;
    --cf-light-gray: #f7f9fb;

    width: 100%;
    color: var(--cf-text);
    box-sizing: border-box;
}


/* =========================================
   PAGE HERO
   ========================================= */

.cf-contact-hero {
    width: 100%;
    color: #ffffff;
    background:
        linear-gradient(
            120deg,
            var(--cf-dark-navy) 0%,
            var(--cf-navy) 65%,
            #0b477f 100%
        );
}

.cf-contact-hero-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 42px 24px 54px;
    box-sizing: border-box;
}

.cf-contact-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-bottom: 38px;

    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.4;
}

.cf-contact-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.cf-contact-breadcrumbs a:hover,
.cf-contact-breadcrumbs a:focus {
    text-decoration: underline;
}

.cf-contact-label {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.cf-contact-hero h1 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.cf-contact-intro {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.65;
}


/* =========================================
   MAIN CONTACT AREA
   ========================================= */

.cf-contact-content {
    width: 100%;
    background: var(--cf-light-gray);
}

.cf-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    align-items: start;
    gap: 38px;

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 54px 24px 64px;

    box-sizing: border-box;
}


/* =========================================
   CONTACT INFORMATION
   ========================================= */

.cf-contact-information {
    min-width: 0;
}

.cf-contact-info-heading {
    margin-bottom: 26px;
}

.cf-contact-section-label {
    margin: 0 0 6px;
    color: var(--cf-red);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cf-contact-info-heading h2,
.cf-contact-form-heading h2 {
    margin: 0 0 11px;
    color: var(--cf-navy);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 700;
}

.cf-contact-info-heading > p:last-child,
.cf-contact-form-heading > p:last-child {
    margin: 0;
    color: var(--cf-muted);
    font-size: 16px;
    line-height: 1.6;
}

.cf-contact-options {
    display: grid;
    gap: 15px;
}

.cf-contact-option {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 17px;

    padding: 20px;

    background: #ffffff;
    border: 1px solid var(--cf-border);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(15, 47, 84, 0.05);
}

.cf-contact-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    color: #ffffff;
    background: var(--cf-blue);
    border-radius: 50%;
}

.cf-contact-option:nth-child(2) .cf-contact-option-icon {
    background: var(--cf-red);
}

.cf-contact-option:nth-child(3) .cf-contact-option-icon {
    background: var(--cf-teal);
}

.cf-contact-option-icon svg {
    width: 31px;
    height: 31px;

    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cf-contact-option h3 {
    margin: 0 0 5px;
    color: var(--cf-navy);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.cf-contact-option p {
    margin: 0;
    color: var(--cf-text);
    font-size: 14px;
    line-height: 1.55;
}


/* Response note */

.cf-contact-response-note {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 15px;

    margin-top: 20px;
    padding: 18px 19px;

    background: var(--cf-light-blue);
    border: 1px solid var(--cf-border);
    border-left: 4px solid var(--cf-blue);
    border-radius: 9px;
}

.cf-contact-response-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    color: var(--cf-blue);
}

.cf-contact-response-icon svg {
    width: 38px;
    height: 38px;

    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cf-contact-response-note strong {
    display: block;
    margin-bottom: 3px;
    color: var(--cf-navy);
    font-size: 16px;
}

.cf-contact-response-note p {
    margin: 0;
    color: var(--cf-text);
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================
   FORM PANEL
   ========================================= */

.cf-contact-form-card {
    min-width: 0;
    padding: 31px;

    background: #ffffff;
    border: 1px solid var(--cf-border);
    border-radius: 12px;
    box-shadow: 0 9px 28px rgba(15, 47, 84, 0.1);
}

.cf-contact-form-heading {
    margin-bottom: 24px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--cf-border);
}

.cf-contact-form-wrapper,
.cf-contact-form-shortcode {
    width: 100%;
}


/* =========================================
   FORMIDABLE FORM STYLING
   ========================================= */

.cf-contact-page .frm_forms,
.cf-contact-form-shortcode .frm_forms {
    width: 100%;
}

.cf-contact-page .frm_form_field,
.cf-contact-form-shortcode .frm_form_field {
    margin-bottom: 18px !important;
}

.cf-contact-page .frm_primary_label,
.cf-contact-form-shortcode .frm_primary_label {
    display: block;
    margin-bottom: 7px !important;

    color: var(--cf-navy) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.cf-contact-page .frm_required,
.cf-contact-form-shortcode .frm_required {
    color: var(--cf-red) !important;
}

.cf-contact-page input[type="text"],
.cf-contact-page input[type="email"],
.cf-contact-page input[type="tel"],
.cf-contact-page input[type="url"],
.cf-contact-page input[type="number"],
.cf-contact-page select,
.cf-contact-page textarea,
.cf-contact-form-shortcode input[type="text"],
.cf-contact-form-shortcode input[type="email"],
.cf-contact-form-shortcode input[type="tel"],
.cf-contact-form-shortcode input[type="url"],
.cf-contact-form-shortcode input[type="number"],
.cf-contact-form-shortcode select,
.cf-contact-form-shortcode textarea {
    width: 100% !important;
    max-width: none !important;

    color: var(--cf-text) !important;
    background: #ffffff !important;
    border: 1px solid #cbd7e2 !important;
    border-radius: 6px !important;
    box-shadow: none !important;

    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.4 !important;

    box-sizing: border-box !important;
}

.cf-contact-page input[type="text"],
.cf-contact-page input[type="email"],
.cf-contact-page input[type="tel"],
.cf-contact-page input[type="url"],
.cf-contact-page input[type="number"],
.cf-contact-page select,
.cf-contact-form-shortcode input[type="text"],
.cf-contact-form-shortcode input[type="email"],
.cf-contact-form-shortcode input[type="tel"],
.cf-contact-form-shortcode input[type="url"],
.cf-contact-form-shortcode input[type="number"],
.cf-contact-form-shortcode select {
    min-height: 47px !important;
    padding: 10px 12px !important;
}

.cf-contact-page textarea,
.cf-contact-form-shortcode textarea {
    min-height: 150px !important;
    padding: 12px !important;
    resize: vertical;
}

.cf-contact-page input:focus,
.cf-contact-page select:focus,
.cf-contact-page textarea:focus,
.cf-contact-form-shortcode input:focus,
.cf-contact-form-shortcode select:focus,
.cf-contact-form-shortcode textarea:focus {
    border-color: var(--cf-blue) !important;
    box-shadow: 0 0 0 3px rgba(23, 98, 184, 0.12) !important;
    outline: none !important;
}


/* Form descriptions */

.cf-contact-page .frm_description,
.cf-contact-form-shortcode .frm_description {
    margin-top: 5px !important;
    color: var(--cf-muted) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}


/* Radio buttons and checkboxes */

.cf-contact-page .frm_checkbox,
.cf-contact-page .frm_radio,
.cf-contact-form-shortcode .frm_checkbox,
.cf-contact-form-shortcode .frm_radio {
    margin-bottom: 8px !important;
}

.cf-contact-page .frm_checkbox label,
.cf-contact-page .frm_radio label,
.cf-contact-form-shortcode .frm_checkbox label,
.cf-contact-form-shortcode .frm_radio label {
    color: var(--cf-text) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}


/* Submit button */

.cf-contact-page .frm_button_submit,
.cf-contact-form-shortcode .frm_button_submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 48px !important;
    padding: 12px 24px !important;

    color: #ffffff !important;
    background: var(--cf-red) !important;
    border: 0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;

    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: none !important;

    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease !important;
}

.cf-contact-page .frm_button_submit:hover,
.cf-contact-page .frm_button_submit:focus,
.cf-contact-form-shortcode .frm_button_submit:hover,
.cf-contact-form-shortcode .frm_button_submit:focus {
    color: #ffffff !important;
    background: var(--cf-navy) !important;
    transform: translateY(-1px);
}


/* Error and success messages */

.cf-contact-page .frm_error,
.cf-contact-form-shortcode .frm_error {
    color: #b01425 !important;
    font-size: 13px !important;
}

.cf-contact-page .frm_error_style,
.cf-contact-form-shortcode .frm_error_style {
    padding: 14px 16px !important;
    color: #8c1321 !important;
    background: #fff0f2 !important;
    border: 1px solid #efb8c0 !important;
    border-left: 4px solid var(--cf-red) !important;
    border-radius: 6px !important;
}

.cf-contact-page .frm_message,
.cf-contact-form-shortcode .frm_message {
    padding: 18px !important;
    color: #195d3b !important;
    background: #eef9f3 !important;
    border: 1px solid #b8dfc9 !important;
    border-left: 4px solid #29965a !important;
    border-radius: 7px !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 950px) {
    .cf-contact-layout {
        grid-template-columns: 1fr;
    }

    .cf-contact-information {
        order: 2;
    }

    .cf-contact-form-card {
        order: 1;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 650px) {
    .cf-contact-hero-inner {
        padding: 30px 18px 42px;
    }

    .cf-contact-breadcrumbs {
        margin-bottom: 28px;
    }

    .cf-contact-intro {
        font-size: 16px;
    }

    .cf-contact-layout {
        gap: 28px;
        padding: 38px 16px 46px;
    }

    .cf-contact-form-card {
        padding: 23px 19px;
    }

    .cf-contact-option {
        grid-template-columns: 49px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
    }

    .cf-contact-option-icon {
        width: 47px;
        height: 47px;
    }

    .cf-contact-option-icon svg {
        width: 27px;
        height: 27px;
    }

    .cf-contact-page .frm_button_submit,
    .cf-contact-form-shortcode .frm_button_submit {
        width: 100% !important;
    }
}/* End custom CSS */