/*
 * FCM Regional Templates — Base Styles
 * Scoped under .fcm-template-wrap to prevent bleed into other FCM pages.
 * Original source: brians theme (behindeveryemployer.org)
 */

/* ==============================
   FONTS
   ============================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&family=Lato:wght@400;700;900&display=swap');

/* ==============================
   RESET / WRAPPER
   ============================== */
.fcm-template-wrap {
    box-sizing: border-box;
}
.fcm-template-wrap *,
.fcm-template-wrap *::before,
.fcm-template-wrap *::after {
    box-sizing: border-box;
}
.fcm-template-wrap img {
    max-width: 100%;
    height: auto;
}
.fcm-template-wrap a {
    text-decoration: none;
}

/* ==============================
   LANDING PAGE — HIDE ELEMENTOR HEADER/FOOTER
   ============================== */
.fcm-landing-site {
    margin: 0;
    padding: 0;
}
.fcm-landing-page .elementor-location-header,
.fcm-landing-page .elementor-location-footer,
.fcm-landing-page #site-header,
.fcm-landing-page .site-header,
.fcm-landing-page #site-footer,
.fcm-landing-page .site-footer {
    display: none !important;
}

/* ==============================
   FCM SUB-HEADER — Santa Cruz (sp-nav-cont layout)
   Source: brians/template-parts/headerSantaCruz.php
   widths: chd-1=13%, chd-2=36%, chd-3=45%
   ============================== */
.fcm-template-wrap .fcm-sub-header {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.fcm-template-wrap .fcm-sub-header .sp-nav-cont {
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.fcm-template-wrap .fcm-sub-header .sp-nav-cont-chd-1 {
    width: 13%;
}
.fcm-template-wrap .fcm-sub-header .sp-nav-cont-chd-1 img {
    max-width: 95%;
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
}
.fcm-template-wrap .fcm-sub-header .sp-nav-cont-chd-2 {
    width: 36%;
}
.fcm-template-wrap .fcm-sub-header .sp-nav-tx-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* "Powered by: [logo]" variant */
.fcm-template-wrap .fcm-sub-header .sp-nav-tx-logo h4.header-powerby {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #003B70;
    font-size: 11px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
    white-space: nowrap;
}
.fcm-template-wrap .fcm-sub-header .sp-nav-tx-logo h4.header-powerby img {
    max-height: 60px;
    max-width: 130px;
    width: auto;
    height: auto;
    display: inline-block;
}
/* "Your Business Resource Network" text variant (Santa Cruz) */
.fcm-template-wrap .fcm-sub-header .sp-nav-tx-logo h4.heading-h4 {
    color: #244162;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
.fcm-template-wrap .fcm-sub-header .sp-nav-cont-chd-3 {
    width: 45%;
}

/* ==============================
   LANDING NAV MENU (chd-3)
   Source: brians style.css .sp-nav-cont-chd-3 ul
   ============================== */
.fcm-landing-nav-wrap {
    margin: 0;
    padding: 0;
}
.fcm-landing-nav .fcm-landing-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.fcm-landing-nav .fcm-landing-menu li {
    position: relative;
}
.fcm-landing-nav .fcm-landing-menu li a {
    display: inline-block;
    padding-right: 40px;
    font-size: 13px;
    font-weight: 800;
    color: #063270;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition: color 0.15s;
    white-space: nowrap;
}
.fcm-landing-nav .fcm-landing-menu li:last-child a {
    padding-right: 0;
}
.fcm-landing-nav .fcm-landing-menu li a:hover,
.fcm-landing-nav .fcm-landing-menu li.current-menu-item > a {
    color: #057F8C;
}

/* Santa Cruz / Monroe — larger nav text, right-aligned */
.fcm-santa-cruz-wrap .fcm-landing-nav .fcm-landing-menu,
.fcm-monroe-wrap .fcm-landing-nav .fcm-landing-menu {
    justify-content: flex-end;
}
.fcm-santa-cruz-wrap .fcm-landing-nav .fcm-landing-menu li a,
.fcm-monroe-wrap .fcm-landing-nav .fcm-landing-menu li a {
    font-size: 24px;
    color: #244162;
}
.fcm-santa-cruz-wrap .fcm-landing-nav .fcm-landing-menu li a:hover,
.fcm-monroe-wrap .fcm-landing-nav .fcm-landing-menu li a:hover {
    color: #C66000;
}

/* Dropdown support */
.fcm-landing-nav .fcm-landing-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 9999;
}
.fcm-landing-nav .fcm-landing-menu li:hover > ul {
    display: block;
}
.fcm-landing-nav .fcm-landing-menu li ul li a {
    padding: 8px 18px;
    padding-right: 18px;
    font-size: 13px;
    display: block;
}

/* ==============================
   SUB-HEADER — Saddleback / Monroe / COC
   (.saddleback-temp-head layout)
   Source: brians/header-saddleback.php + style.css
   ============================== */
.fcm-saddleback-wrap .fcm-sub-header,
.fcm-monroe-wrap .fcm-sub-header,
.fcm-coc-wrap .fcm-sub-header {
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    width: 100%;
}
.fcm-saddleback-wrap .fcm-sub-header .saddleback-temp-head,
.fcm-monroe-wrap .fcm-sub-header .saddleback-temp-head,
.fcm-coc-wrap .fcm-sub-header .saddleback-temp-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1430px;
    margin: 0 auto;
    padding: 10px 40px;
}

/* BEE logo — left */
.fcm-saddleback-wrap .fcm-sub-header .logo-one,
.fcm-monroe-wrap .fcm-sub-header .logo-one,
.fcm-coc-wrap .fcm-sub-header .logo-one {
    flex: 0 0 auto;
}
.fcm-saddleback-wrap .fcm-sub-header .logo-one img,
.fcm-monroe-wrap .fcm-sub-header .logo-one img,
.fcm-coc-wrap .fcm-sub-header .logo-one img {
    max-height: 60px;
    max-width: 200px;
    width: auto;
    height: auto;
    display: block;
}

/* Powered-by block */
.fcm-saddleback-wrap .fcm-sub-header .logo-two,
.fcm-monroe-wrap .fcm-sub-header .logo-two,
.fcm-coc-wrap .fcm-sub-header .logo-two {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    padding: 0 20px;
}
/* "POWERED BY:" label — source: font: 900 7px/8px Roboto */
.fcm-saddleback-wrap .fcm-sub-header .logo-two h2,
.fcm-monroe-wrap .fcm-sub-header .logo-two h2,
.fcm-coc-wrap .fcm-sub-header .logo-two h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 7px;
    font-weight: 900;
    line-height: 8px;
    letter-spacing: 0;
    color: #0A3959;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
/* Partner logo — same max-height as BEE logo */
.fcm-saddleback-wrap .fcm-sub-header .logo-two img,
.fcm-monroe-wrap .fcm-sub-header .logo-two img,
.fcm-coc-wrap .fcm-sub-header .logo-two img {
    max-height: 60px;
    max-width: 180px;
    width: auto;
    height: auto;
    display: block;
}

/* Nav — right side */
.fcm-monroe-wrap .fcm-sub-header .saddleback-nav,
.fcm-coc-wrap .fcm-sub-header .saddleback-nav {
    margin-left: auto;
}

/* Saddleback: no nav, so logos sit together on the left */
.fcm-saddleback-wrap .fcm-sub-header .saddleback-temp-head {
    justify-content: flex-start;
    gap: 30px;
}

/* Mobile hamburger button (injected by JS) */
.fcm-landing-nav-toggle {
    display: none;
    background: none;
    border: 2px solid #063270;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    color: #063270;
    font-size: 20px;
    line-height: 1;
}

/* ==============================
   RESPONSIVE — HEADERS & NAV
   Source: brians style.css media queries
   ============================== */
@media only screen and (max-width: 1024px) {
    .fcm-landing-nav .fcm-landing-menu li a {
        padding-right: 20px;
        font-size: 12px;
    }
    .fcm-santa-cruz-wrap .fcm-landing-nav .fcm-landing-menu li a,
    .fcm-monroe-wrap .fcm-landing-nav .fcm-landing-menu li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    /* Santa Cruz / Monroe: chd-1=50%, chd-2=50%, chd-3 full width */
    .fcm-santa-cruz-wrap .fcm-sub-header .sp-nav-cont-chd-1,
    .fcm-monroe-wrap .fcm-sub-header .sp-nav-cont-chd-1 {
        width: 50%;
    }
    .fcm-santa-cruz-wrap .fcm-sub-header .sp-nav-cont-chd-2,
    .fcm-monroe-wrap .fcm-sub-header .sp-nav-cont-chd-2 {
        width: 50%;
        text-align: right;
    }
    .fcm-santa-cruz-wrap .fcm-sub-header .sp-nav-cont-chd-3,
    .fcm-monroe-wrap .fcm-sub-header .sp-nav-cont-chd-3 {
        width: 100%;
        order: 3;
    }
    .fcm-santa-cruz-wrap .fcm-landing-nav .fcm-landing-menu li a,
    .fcm-monroe-wrap .fcm-landing-nav .fcm-landing-menu li a {
        font-size: 20px;
    }
    /* Saddleback / Monroe / COC: stack logos */
    .fcm-saddleback-wrap .fcm-sub-header .saddleback-temp-head,
    .fcm-monroe-wrap .fcm-sub-header .saddleback-temp-head,
    .fcm-coc-wrap .fcm-sub-header .saddleback-temp-head {
        padding: 10px 20px;
        gap: 12px;
    }
    .fcm-saddleback-wrap .fcm-sub-header .logo-one img,
    .fcm-monroe-wrap .fcm-sub-header .logo-one img,
    .fcm-coc-wrap .fcm-sub-header .logo-one img,
    .fcm-saddleback-wrap .fcm-sub-header .logo-two img,
    .fcm-monroe-wrap .fcm-sub-header .logo-two img,
    .fcm-coc-wrap .fcm-sub-header .logo-two img {
        max-height: 45px;
        max-width: 130px;
    }
}

@media only screen and (max-width: 640px) {
    /* Show hamburger toggle */
    .fcm-landing-nav-toggle {
        display: block;
        flex-shrink: 0;
        margin-left: auto;
        order: 2;
        align-self: center;
    }

    /* Nav hidden until toggled */
    .fcm-sub-header .fcm-landing-nav,
    .fcm-sub-header .saddleback-nav {
        width: 100%;
        order: 10;
        display: none;
    }
    .fcm-sub-header .fcm-landing-nav.is-open,
    .fcm-sub-header .saddleback-nav.is-open {
        display: block;
    }
    .fcm-landing-nav .fcm-landing-menu {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
    }
    .fcm-landing-nav .fcm-landing-menu li {
        width: 100%;
    }
    .fcm-landing-nav .fcm-landing-menu li a,
    .fcm-santa-cruz-wrap .fcm-landing-nav .fcm-landing-menu li a,
    .fcm-monroe-wrap .fcm-landing-nav .fcm-landing-menu li a {
        display: block;
        padding: 10px 16px;
        padding-right: 16px;
        font-size: 18px;
        border-bottom: 1px solid #f0f0f0;
    }
    .fcm-landing-nav .fcm-landing-menu li:last-child a {
        border-bottom: none;
    }
    .fcm-landing-nav .fcm-landing-menu li ul {
        position: static;
        box-shadow: none;
        border: none;
        border-left: 3px solid #063270;
        padding-left: 10px;
        display: none;
    }
    .fcm-landing-nav .fcm-landing-menu li:hover > ul { display: none; }
    .fcm-landing-nav .fcm-landing-menu li.is-open > ul { display: block; }

    /* ---- Monroe / COC: saddleback-temp-head ----
       Row: [logo-one] [logo-two] [toggle→right]
       No centering — left-aligned */
    .fcm-monroe-wrap .fcm-sub-header .saddleback-temp-head,
    .fcm-coc-wrap .fcm-sub-header .saddleback-temp-head {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 16px;
    }
    .fcm-monroe-wrap .fcm-sub-header .logo-one,
    .fcm-coc-wrap .fcm-sub-header .logo-one {
        order: 1;
        flex-shrink: 0;
    }
    .fcm-monroe-wrap .fcm-sub-header .logo-two,
    .fcm-coc-wrap .fcm-sub-header .logo-two {
        order: 1;
        flex-shrink: 0;
        padding: 0;
    }
    /* Toggle pushed to far right on same row */
    .fcm-monroe-wrap .fcm-sub-header .fcm-landing-nav-toggle,
    .fcm-coc-wrap .fcm-sub-header .fcm-landing-nav-toggle {
        order: 1;
        margin-left: auto;
    }
    /* Nav drops below full width */
    .fcm-monroe-wrap .fcm-sub-header .saddleback-nav,
    .fcm-coc-wrap .fcm-sub-header .saddleback-nav {
        order: 10;
        width: 100%;
    }

    /* ---- Santa Cruz: sp-nav-cont ----
       Row 1: [chd-1 logo | toggle]
       Row 2: [chd-2 text — full width]
       Row 3: [nav dropdown] */
    .fcm-santa-cruz-wrap .fcm-sub-header .sp-nav-cont {
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 16px;
        gap: 0;
    }
    .fcm-santa-cruz-wrap .fcm-sub-header .sp-nav-cont-chd-1 {
        width: auto;
        flex-shrink: 0;
        order: 1;
    }
    .fcm-santa-cruz-wrap .fcm-sub-header .sp-nav-cont-chd-2 {
        width: 100%;
        order: 3;
        text-align: left;
        padding: 6px 0 0 0;
    }
    .fcm-santa-cruz-wrap .fcm-sub-header .sp-nav-cont-chd-3 {
        order: 10;
        width: 100%;
    }
    /* Toggle sits on same row as logo, pushed right */
    .fcm-santa-cruz-wrap .fcm-sub-header .fcm-landing-nav-toggle {
        order: 2;
        margin-left: auto;
    }

    /* Smaller logos on phones */
    .fcm-saddleback-wrap .fcm-sub-header .logo-one img,
    .fcm-monroe-wrap .fcm-sub-header .logo-one img,
    .fcm-coc-wrap .fcm-sub-header .logo-one img,
    .fcm-saddleback-wrap .fcm-sub-header .logo-two img,
    .fcm-monroe-wrap .fcm-sub-header .logo-two img,
    .fcm-coc-wrap .fcm-sub-header .logo-two img {
        max-height: 38px;
        max-width: 110px;
    }
}

@media only screen and (max-width: 380px) {
    .fcm-template-wrap .fcm-sub-header .sp-nav-tx-logo img {
        max-width: 85px;
    }
    .fcm-santa-cruz-wrap .fcm-landing-nav .fcm-landing-menu li a,
    .fcm-monroe-wrap .fcm-landing-nav .fcm-landing-menu li a {
        font-size: 14px;
        line-height: 1.2;
    }
}

/* ==============================
   LAYOUT
   ============================== */
.fcm-template-wrap .content-cont {
    max-width: 1600px;
    padding: 0 100px;
    margin: 0 auto;
}
.fcm-template-wrap .content-con {
    text-align: center;
}

/* ==============================
   SECTION ONE — BANNER
   ============================== */
.fcm-template-wrap section.sp-sec-one {
    position: relative;
    overflow: hidden;
}
.fcm-template-wrap div.sp-sec-banner {
    position: relative;
}
.fcm-template-wrap .sp-sec-banner-top-cont {
    background: #224043;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fcm-template-wrap .sp-sec-banner-bttm-cont {
    background: #0A3959;
}
.fcm-template-wrap .sp-sec-banner-top-cont-inner {
    max-width: 48%;
    position: relative;
}
.fcm-template-wrap .sp-sec-banner-bttm-cont-innr {
    max-width: 60%;
    position: relative;
    padding: 35px 0 40px 0;
}
.fcm-template-wrap .sp-sec-banner-top-cont h3 {
    color: #FFFFFF;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 32px;
    line-height: 30px;
}
.fcm-template-wrap .sp-sec-banner-top-cont h2 {
    color: #FFFFFF;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    letter-spacing: -1.52px;
    font-size: 40px;
    line-height: 38px;
}
.fcm-template-wrap .sp-sec-banner-bttm-cont-innr h4 {
    color: #FFFFFF;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 18px;
    margin-top: 0;
}
.fcm-template-wrap img.sp-sec-banner-img-cont-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 52%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.fcm-template-wrap .sp-sec-banner-img-cont {
    overflow: hidden;
}
.fcm-template-wrap .banner-child-2-btn-cont {
    position: relative;
}

/* Buttons */
.fcm-template-wrap a.banner-child-btn {
    color: white;
    display: inline-block;
    padding: 20px 15px;
    border-radius: 25px;
    width: 520px;
    font-size: 1rem;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.fcm-template-wrap a.banner-child-btn-2 {
    background: #538FCC;
}
.fcm-template-wrap a.banner-child-btn-3 {
    background: #C66000;
}
.fcm-template-wrap a.banner-child-btn span {
    display: none;
}
.fcm-template-wrap a.banner-child-btn:hover {
    background-color: #F26522;
    color: white;
}
.fcm-template-wrap a.banner-child-btn.banner-child-btn-2:hover {
    background-color: #00a696 !important;
}
.fcm-template-wrap .behind-ee-icon {
    width: 200px;
    height: auto;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

/* ==============================
   SECTION TWO / THREE — COLUMNS
   ============================== */
.fcm-template-wrap section.sp-sec-three {
    padding: 80px 15px 96px 15px;
}
.fcm-template-wrap .content-con h2 {
    color: #F26522;
    font-weight: 800;
    margin: 10px 0 18px 0;
    line-height: 35px;
}
.fcm-template-wrap .content-con .sp-sec-three-par h2 {
    line-height: 24px;
    font-size: 1.2rem;
    margin-top: 40px;
}
.fcm-template-wrap .content-con .sp-sec-three-par p {
    font-size: 1rem;
    line-height: 22px;
    margin-top: 0;
}
.fcm-template-wrap .content-con h4 {
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 500;
    margin-bottom: 50px;
}
.fcm-template-wrap .sp-sec-three-par {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fcm-template-wrap .sp-sec-three-ech-col {
    width: 20%;
    padding: 0 15px;
}
.fcm-template-wrap .sp-sec-three-ech-col img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 143px;
}
.fcm-template-wrap .sp-sec-three-ech-col h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-top: 50px;
    width: 100%;
    min-height: 50px !important;
}
.fcm-template-wrap .sp-sec-three-ech-col p {
    font-size: 14px;
    color: #3B3B3B;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 400;
}
.fcm-template-wrap .sp-sec-three-ech-col-img-cont {
    min-height: 143px;
}
.fcm-template-wrap .sp-sec-three-ech-col a.sp-btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    font-family: 'Roboto';
    background: #043D43;
    color: white !important;
    border: 1px solid #72DBF2;
    padding: 10px;
    margin-top: 25px;
    line-height: 16px;
    letter-spacing: 1px;
    text-decoration: none !important;
    outline: none;
}
.fcm-template-wrap .sp-sec-three-ech-col a.sp-btn:hover {
    border: 1px solid #043D43;
    background: #fff;
    color: #043D43 !important;
}

/* Column heading colors — Santa Cruz / Monroe / COC */
.fcm-santa-cruz-wrap .sp-sec-three-ech-col:first-child h2,
.fcm-coc-wrap .sp-sec-three-ech-col:first-child h2,
.fcm-monroe-wrap .sp-sec-three-ech-col:first-child h2 { color: #037F8C; }
.fcm-santa-cruz-wrap .sp-sec-three-ech-col:nth-child(2) h2,
.fcm-coc-wrap .sp-sec-three-ech-col:nth-child(2) h2,
.fcm-monroe-wrap .sp-sec-three-ech-col:nth-child(2) h2 { color: #4F16B7; }
.fcm-santa-cruz-wrap .sp-sec-three-ech-col:nth-child(3) h2,
.fcm-coc-wrap .sp-sec-three-ech-col:nth-child(3) h2,
.fcm-monroe-wrap .sp-sec-three-ech-col:nth-child(3) h2 { color: #C66000; }
.fcm-santa-cruz-wrap .sp-sec-three-ech-col:nth-child(4) h2,
.fcm-coc-wrap .sp-sec-three-ech-col:nth-child(4) h2,
.fcm-monroe-wrap .sp-sec-three-ech-col:nth-child(4) h2 { color: #008440; }
.fcm-santa-cruz-wrap .sp-sec-three-ech-col:nth-child(5) h2,
.fcm-coc-wrap .sp-sec-three-ech-col:nth-child(5) h2,
.fcm-monroe-wrap .sp-sec-three-ech-col:nth-child(5) h2 { color: #037F8C; }

/* ==============================
   SECTION THREE — IMAGE + FORM
   ============================== */
section.sp-sec-seven {
    position: relative;
    overflow: hidden;
}
.fcm-template-wrap section.sp-sec-seven {
    background: #117F8C;
}
.fcm-template-wrap .sp-sec-seven-par {
    display: flex;
    flex-wrap: wrap;
}
.fcm-template-wrap .sp-sec-seven-img-cont {
    width: 63%;
    overflow: hidden;
    position: relative;
}
.fcm-template-wrap .sp-sec-seven-frm-cont {
    padding: 4% 0 40px 0;
    width: 33%;
    padding-left: 20px;
}
.fcm-template-wrap .sp-sec-seven-img-cont img {
    position: absolute;
    left: 0;
    max-width: 960px;
    height: 100%;
    object-fit: cover;
}
.fcm-template-wrap .sp-sec-seven-frm-cont h2 {
    color: #FCCA6D;
    font-size: 67px;
    font-weight: 800;
    letter-spacing: -2.01px;
    font-family: "proxima-nova", sans-serif;
}
.fcm-template-wrap .sp-sec-seven-frm-cont p {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.25px;
    font-weight: 300;
}
.fcm-template-wrap .wpcf7-spinner { display: none; }
.fcm-template-wrap .wpcf7-not-valid-tip { display: none; }
.fcm-template-wrap .wpcf7 form.invalid .wpcf7-response-output,
.fcm-template-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.fcm-template-wrap .wpcf7 form.payment-required .wpcf7-response-output { display: none; }

/* CF7 — legacy .cf7-par wrapper (if form builder adds this class) */
.fcm-template-wrap .cf7-par {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fcm-template-wrap .cf7-par-chd-1 {
    width: 47%;
    margin-bottom: 15px;
    height: 60px;
}
.fcm-template-wrap .cf7-par-chd-2 {
    width: 100% !important;
    margin-bottom: 20px;
    height: 60px;
}
@media only screen and (max-width: 600px) {
    .fcm-template-wrap .cf7-par-chd-1 {
        width: 100%;
    }
}
.fcm-template-wrap .cf7-par label {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    width: 100%;
}
.fcm-template-wrap .cf7-par input,
.fcm-template-wrap .cf7-par select {
    margin-top: 10px;
    border-radius: 0;
    padding: 11px 10px;
    border: 2px solid #282f3608;
    color: #282F36CC;
    font-size: 16px;
    width: 100%;
}
.fcm-template-wrap .cf7-par input.wpcf7-not-valid,
.fcm-template-wrap .cf7-par select.wpcf7-not-valid {
    border: 2px solid #dc3232;
}
.fcm-template-wrap .cf7-par input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    font-family: "proxima-nova", sans-serif;
    background: #0A3959;
    color: white;
    border: 1px solid #02A595;
    padding: 12px 0;
    margin-top: 10px;
    width: 100%;
    letter-spacing: 2.1px;
    font-weight: bold;
    border-radius: 0;
    line-height: 44px;
    cursor: pointer;
}
.fcm-template-wrap .cf7-par input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #00a696 !important;
}

/* CF7 — native CF7 elements (no .cf7-par wrapper needed) */
.fcm-template-wrap .wpcf7-form p {
    margin-bottom: 10px;
}
.fcm-template-wrap .wpcf7-form label {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.fcm-template-wrap .wpcf7-form input[type="text"],
.fcm-template-wrap .wpcf7-form input[type="email"],
.fcm-template-wrap .wpcf7-form input[type="tel"],
.fcm-template-wrap .wpcf7-form input[type="number"],
.fcm-template-wrap .wpcf7-form input[type="url"],
.fcm-template-wrap .wpcf7-form select,
.fcm-template-wrap .wpcf7-form textarea {
    width: 100%;
    padding: 11px 10px;
    border: 2px solid #282f3630;
    color: #282F36CC;
    font-size: 16px;
    border-radius: 0;
    margin-top: 4px;
    background: #fff;
    font-family: 'Lato', sans-serif;
}
.fcm-template-wrap .wpcf7-form input[type="text"]:focus,
.fcm-template-wrap .wpcf7-form input[type="email"]:focus,
.fcm-template-wrap .wpcf7-form input[type="tel"]:focus,
.fcm-template-wrap .wpcf7-form select:focus,
.fcm-template-wrap .wpcf7-form textarea:focus {
    outline: 2px solid #02A595;
    border-color: #02A595;
}
.fcm-template-wrap .wpcf7-form input.wpcf7-not-valid,
.fcm-template-wrap .wpcf7-form select.wpcf7-not-valid,
.fcm-template-wrap .wpcf7-form textarea.wpcf7-not-valid {
    border: 2px solid #dc3232;
}
.fcm-template-wrap .wpcf7-form input[type="submit"],
.fcm-template-wrap .wpcf7-form .wpcf7-submit {
    width: 100%;
    font-size: 21px;
    font-family: "proxima-nova", sans-serif;
    background: #0A3959;
    color: white;
    border: 1px solid #02A595;
    padding: 12px 0;
    margin-top: 10px;
    letter-spacing: 2.1px;
    font-weight: bold;
    border-radius: 0;
    line-height: 44px;
    cursor: pointer;
    display: block;
}
.fcm-template-wrap .wpcf7-form input[type="submit"]:hover,
.fcm-template-wrap .wpcf7-form .wpcf7-submit:hover {
    background-color: #00a696 !important;
}

/* ==============================
   SECTION FOUR — LOGOS / ADDRESS
   ============================== */
.fcm-template-wrap section.sp-sec-eight {
    padding: 75px 0;
}
.fcm-template-wrap section.sp-sec-eight img {
    max-width: 325px;
    display: block;
    margin: 0 auto 30px auto;
}
.fcm-template-wrap .sp-sec-eight-innr-cont img {
    max-width: 90px;
}
.fcm-template-wrap .sp-sec-eight-outr-cont {
    max-width: 1000px;
    margin: 0 auto;
}
.fcm-template-wrap .sp-sec-eight-innr-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.fcm-template-wrap .sp-nav-tx-logo {
    display: flex;
    align-items: center;
}
.fcm-template-wrap .sp-sec-eight .sp-nav-tx-logo h4 {
    color: #0A3959;
    font-size: 18px;
    margin: 0px auto 0 auto;
    text-align: center;
}
.fcm-template-wrap .sp-sec-eight .sp-nav-tx-logo h4 a img {
    max-width: 250px;
    padding: 0;
}

/* Address block */
.fcm-template-wrap .section_address-bar ul {
    margin: 40px auto 55px auto;
    list-style-type: none;
    text-align: center;
    max-width: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.fcm-template-wrap .section_address-bar ul li {
    width: 50%;
    padding: 0 30px;
}
.fcm-template-wrap .section_address-bar ul li b,
.fcm-template-wrap .section_address-bar ul li p {
    font-size: 18px;
    line-height: 1.5;
    color: #0A3959;
    font-family: 'Lato', sans-serif;
}
.fcm-template-wrap .section_address-bar a {
    color: inherit;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media only screen and (max-width: 1600px) {
    .fcm-template-wrap .content-cont { padding: 0 40px; }
    .fcm-template-wrap section.sp-sec-three { padding: 60px 15px; }
    .fcm-template-wrap .content-con h4 { font-size: 22px; font-weight: 400; }
    .fcm-template-wrap .content-con .sp-sec-three-par h2 { line-height: 22px; font-size: 1.2rem; margin-top: 30px; }
    .fcm-template-wrap a.banner-child-btn { padding: 20px 15px; width: 400px; font-size: 1rem; line-height: 1.2; display: block; }
    .fcm-template-wrap .sp-sec-seven-frm-cont h2 { font-size: 52px; }
    .fcm-template-wrap .sp-sec-seven-frm-cont p { font-size: 24px; line-height: 28px; letter-spacing: -1px; }
    .fcm-template-wrap .sp-sec-seven-img-cont img { max-width: 830px; }
}

@media only screen and (max-width: 1450px) {
    .fcm-template-wrap img.sp-sec-banner-img-cont-img {
        max-width: 42%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }
    .fcm-template-wrap a.banner-child-btn { margin-bottom: 20px; }
}

@media only screen and (max-width: 1451px) {
    .fcm-template-wrap .content-con .sp-sec-three-par h2 { line-height: 20px; font-size: 18px; }
}

@media only screen and (max-width: 1350px) {
    .fcm-template-wrap img.sp-sec-banner-img-cont-img { max-width: 590px; }
    .fcm-template-wrap .sp-sec-seven-frm-cont h2 { font-size: 50px; }
    .fcm-template-wrap .sp-sec-seven-img-cont img { max-width: 650px; }
    .fcm-template-wrap .sp-sec-three-par .sp-sec-three-ech-col { padding: 0 7px; }
    .fcm-template-wrap .sp-sec-three-ech-col img { max-height: 100px; }
    .fcm-template-wrap .content-con .sp-sec-three-par h2 { line-height: 20px; font-size: 18px; margin-top: 28px; }
}

@media only screen and (max-width: 1250px) {
    .fcm-template-wrap .behind-ee-icon { right: 20px; }
    .fcm-template-wrap .sp-sec-banner-bttm-cont-innr { max-width: 70%; }
    .fcm-template-wrap .sp-sec-seven-img-cont img { max-width: 450px; }
    .fcm-template-wrap .sp-sec-seven-frm-cont h2 { font-size: 46px; }
    .fcm-template-wrap .sp-sec-seven-frm-cont { width: 37%; }
    .fcm-template-wrap .content-cont { padding: 0 30px; }
}

@media screen and (max-width: 1450px) and (min-width: 799px) {
    .fcm-template-wrap .sp-sec-three-ech-col-img-cont { min-height: 143px; }
    .fcm-template-wrap .content-con .sp-sec-three-par h2 { line-height: 20px; font-size: 18px; }
}

@media only screen and (min-width: 1450px) {
    .fcm-santa-cruz-wrap .sp-sec-banner-top-cont,
    .fcm-coc-wrap .sp-sec-banner-top-cont,
    .fcm-monroe-wrap .sp-sec-banner-top-cont { min-height: 360px; }
}

/* 1000px: hide banner image, center buttons */
@media only screen and (max-width: 1000px) {
    .fcm-template-wrap .sp-sec-banner-top-cont { padding: 30px 0; }
    .fcm-template-wrap .sp-sec-banner-top-cont h3 { font-size: 22px; line-height: 24px; }
    .fcm-template-wrap a.banner-child-btn {
        padding: 13px 15px;
        width: 375px;
        font-size: 16px;
        line-height: 1.2;
        display: block;
        margin: 0 auto 12px auto;
    }
    .fcm-template-wrap .sp-sec-banner-bttm-cont-innr {
        max-width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 27px 0 36px 0;
    }
    .fcm-template-wrap .sp-sec-banner-img-cont { display: none; }
    .fcm-template-wrap .sp-sec-banner-top-cont-inner,
    .fcm-template-wrap .sp-sec-banner-bttm-cont-innr { max-width: 100%; }
    .fcm-template-wrap .behind-ee-icon {
        display: block;
        position: static;
        width: 100%;
        transform: inherit;
        padding: 10px 0 0 0;
    }
    /* Section seven: keep form full width */
    .fcm-template-wrap .sp-sec-seven-img-cont { display: none; }
    .fcm-template-wrap .sp-sec-seven-frm-cont {
        width: 100%;
        padding: 40px 30px;
    }
    .fcm-template-wrap .sp-sec-seven-frm-cont h2 { font-size: 38px; }
    .fcm-template-wrap .sp-sec-seven-frm-cont p { font-size: 20px; line-height: 28px; }
    /* Sub-header compact */
    .fcm-template-wrap .fcm-sub-header .sp-nav-cont { padding: 10px 20px; gap: 20px; }
    .fcm-template-wrap .fcm-sub-header .sp-nav-cont-chd-1 .custom-logo { max-width: 110px; }
}

/* 800px: columns go 2-per-row */
@media only screen and (max-width: 800px) {
    .fcm-template-wrap .sp-sec-three-par {
        justify-content: center;
        gap: 20px;
    }
    .fcm-template-wrap .sp-sec-three-ech-col {
        width: calc(50% - 20px);
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .fcm-template-wrap .sp-sec-three-ech-col h2 { margin-top: 20px; }
    .fcm-template-wrap .section_address-bar ul { flex-direction: column; }
    .fcm-template-wrap .section_address-bar ul li { width: 100%; padding: 10px 0; }
}

/* 600px: columns go 1-per-row, full cleanup */
@media only screen and (max-width: 600px) {
    .fcm-template-wrap section.sp-sec-three { padding: 40px 15px; }
    .fcm-template-wrap a.banner-child-btn { width: 100%; }
    .fcm-template-wrap img.sp-sec-banner-img-cont-img,
    .fcm-template-wrap .sp-sec-seven-img-cont img { display: none; }
    .fcm-template-wrap .content-cont { padding: 0 15px; }
    .fcm-template-wrap .sp-sec-banner-bttm-cont-innr { max-width: 100%; }
    .fcm-template-wrap .sp-sec-three-par {
        justify-content: center;
        gap: 0;
    }
    .fcm-template-wrap .sp-sec-three-ech-col {
        width: 100%;
        max-width: 420px;
        margin: 0 auto 30px auto;
        padding: 0 20px;
    }
    .fcm-template-wrap .sp-sec-three-ech-col-img-cont { min-height: auto; }
    .fcm-template-wrap .sp-sec-three-ech-col img { max-height: 100px; }
    .fcm-template-wrap .sp-sec-three-ech-col h2 { margin-top: 16px; font-size: 16px; }
    .fcm-template-wrap .sp-sec-three-ech-col a.sp-btn { width: 100%; box-sizing: border-box; }
    .fcm-template-wrap .sp-sec-seven-frm-cont { padding: 30px 15px; }
    .fcm-template-wrap .sp-sec-seven-frm-cont h2 { font-size: 32px; }
    .fcm-template-wrap .sp-sec-seven-frm-cont p { font-size: 18px; line-height: 24px; }
    .fcm-template-wrap section.sp-sec-eight { padding: 40px 0; }
    .fcm-template-wrap .fcm-sub-header .sp-nav-cont { flex-direction: column; align-items: flex-start; gap: 8px; }
}
