.elementor-2206 .elementor-element.elementor-element-d7d6666{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f607ac4 *//* =========================================================
   KCMT PAGE
   ========================================================= */

.kcmt-page {
    --cf-blue: #0066b3;
    --cf-dark-blue: #003b70;
    --cf-red: #ed1c24;
    --cf-light-blue: #eef6fb;
    --cf-light-gray: #f5f7f9;
    --cf-border: #dfe5ea;
    --cf-text: #30343b;
    --cf-muted: #66717c;
    --cf-white: #ffffff;

    font-family: inherit;
    color: var(--cf-text);
    line-height: 1.6;
}

.kcmt-page *,
.kcmt-page *::before,
.kcmt-page *::after {
    box-sizing: border-box;
}

/* Make FIRST italic everywhere it is wrapped in <em> */
.kcmt-page em {
    font-style: italic;
}

.kcmt-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* HERO */

.kcmt-hero {
    background:
        linear-gradient(
            110deg,
            rgba(0,59,112,.97),
            rgba(0,102,179,.90)
        );

    padding: 62px 0 82px;

    color: #fff;

    position: relative;
    overflow: hidden;
}

.kcmt-hero::after {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -100px;
    top: -175px;

    border:
        70px solid rgba(255,255,255,.07);

    border-radius: 50%;
}

.kcmt-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 260px 1fr;

    gap: 45px;

    align-items: center;
}

.kcmt-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kcmt-logo img {
    display: block;

    width: 100%;
    max-width: 245px;

    height: auto;

    filter:
        drop-shadow(0 12px 18px rgba(0,0,0,.22));
}

.kcmt-eyebrow {
    display: inline-block;

    text-transform: uppercase;

    letter-spacing: .12em;

    font-size: .8rem;

    font-weight: 700;

    margin-bottom: 14px;

    color: #fff;
}

.kcmt-hero h1 {
    font-size:
        clamp(2.3rem, 5vw, 4.1rem);

    line-height: 1.04;

    margin: 0 0 18px;

    color: #fff;

    max-width: 850px;
}

.kcmt-hero h1 span {
    display: block;

    font-size: .47em;

    margin-top: 12px;

    font-weight: 500;
}

.kcmt-hero-text {
    max-width: 760px;

    font-size: 1.15rem;

    margin: 0 0 30px;

    color:
        rgba(255,255,255,.92);
}


/* BUTTONS */

.kcmt-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}

.kcmt-buttons-centered {
    justify-content: center;
}

.kcmt-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 12px 24px;

    border-radius: 4px;

    text-decoration: none !important;

    font-weight: 700;

    transition: .2s ease;
}

.kcmt-btn-primary {
    background: var(--cf-red);

    color: #fff !important;
}

.kcmt-btn-primary:hover {
    background: #c9171e;

    transform:
        translateY(-1px);
}

.kcmt-btn-light {
    background: #fff;

    color:
        var(--cf-dark-blue) !important;
}

.kcmt-btn-light:hover {
    background: #f1f5f8;
}


/* SUMMARY */

.kcmt-summary-wrap {
    margin-top: -30px;

    position: relative;

    z-index: 3;
}

.kcmt-summary {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    background: #fff;

    border-radius: 8px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.12);

    overflow: hidden;
}

.kcmt-summary-item {
    padding: 26px 30px;

    border-right:
        1px solid var(--cf-border);
}

.kcmt-summary-item:last-child {
    border-right: none;
}

.kcmt-summary-label {
    display: block;

    color: var(--cf-blue);

    text-transform: uppercase;

    letter-spacing: .08em;

    font-size: .75rem;

    font-weight: 800;

    margin-bottom: 5px;
}

.kcmt-summary-main {
    font-size: 1.15rem;

    font-weight: 700;

    color:
        var(--cf-dark-blue);
}

.kcmt-summary-sub {
    color: var(--cf-muted);

    font-size: .9rem;

    margin-top: 3px;
}


/* SECTIONS */

.kcmt-section {
    padding: 72px 0;
}

.kcmt-section-light {
    background:
        var(--cf-light-gray);
}

.kcmt-section-blue {
    background:
        var(--cf-light-blue);
}

.kcmt-section-heading {
    margin-bottom: 35px;
}

.kcmt-kicker {
    color: var(--cf-red);

    text-transform: uppercase;

    font-size: .78rem;

    letter-spacing: .1em;

    font-weight: 800;

    margin-bottom: 7px;
}

.kcmt-section h2 {
    color:
        var(--cf-dark-blue);

    font-size:
        clamp(1.8rem, 3vw, 2.6rem);

    margin: 0 0 10px;

    line-height: 1.15;
}

.kcmt-section-intro {
    max-width: 760px;

    margin: 0;

    color: var(--cf-muted);

    font-size: 1.05rem;
}


/* ABOUT */

.kcmt-about-grid {
    display: grid;

    grid-template-columns:
        1.25fr .75fr;

    gap: 50px;

    align-items: center;
}

.kcmt-about-copy p {
    font-size: 1.08rem;
}

.kcmt-quote {
    border-left:
        5px solid var(--cf-red);

    background:
        var(--cf-light-gray);

    padding: 25px 28px;

    font-size: 1.1rem;

    color:
        var(--cf-dark-blue);

    font-weight: 600;
}

.kcmt-highlight-box {
    background:
        var(--cf-dark-blue);

    color: #fff;

    border-radius: 8px;

    padding: 32px;
}

.kcmt-highlight-box h3 {
    color: #fff;

    margin-top: 0;

    font-size: 1.45rem;
}

.kcmt-highlight-box p {
    color:
        rgba(255,255,255,.88);

    margin-bottom: 0;
}


/* CARDS */

.kcmt-card-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}

.kcmt-card {
    background: #fff;

    border:
        1px solid var(--cf-border);

    border-radius: 7px;

    padding: 28px;

    box-shadow:
        0 5px 18px rgba(0,0,0,.045);
}

.kcmt-card-icon {
    width: 44px;

    height: 44px;

    border-radius: 50%;

    background:
        var(--cf-light-blue);

    color:
        var(--cf-blue);

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 1.25rem;

    margin-bottom: 18px;
}

.kcmt-card h3 {
    color:
        var(--cf-dark-blue);

    font-size: 1.2rem;

    margin: 0 0 9px;
}

.kcmt-card p {
    margin: 0;

    color:
        var(--cf-muted);
}


/* REGISTRATION DETAILS */

.kcmt-details {
    background: #fff;

    border-radius: 8px;

    padding: 36px;

    box-shadow:
        0 5px 20px rgba(0,0,0,.05);
}

.kcmt-details ul {
    padding: 0;

    margin: 0;

    list-style: none;
}

.kcmt-details li {
    padding:
        13px 0 13px 31px;

    border-bottom:
        1px solid var(--cf-border);

    position: relative;
}

.kcmt-details li:last-child {
    border-bottom: none;
}

.kcmt-details li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 13px;

    color:
        var(--cf-blue);

    font-weight: 800;
}

.kcmt-registration-button {
    margin-top: 28px;
}


/* ACTION CARDS */

.kcmt-action-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 24px;
}

.kcmt-action {
    border-radius: 8px;

    padding: 35px;

    color: #fff;
}

.kcmt-action.register {
    background:
        var(--cf-blue);
}

.kcmt-action.volunteer {
    background:
        var(--cf-dark-blue);
}

.kcmt-action h3 {
    color: #fff;

    font-size: 1.6rem;

    margin: 0 0 10px;
}

.kcmt-action p {
    color:
        rgba(255,255,255,.9);

    margin: 0 0 22px;
}


/* TEAMS */

.kcmt-team-columns {
    display: grid;

    grid-template-columns:
        2fr 1fr;

    gap: 24px;
}

.kcmt-team-box {
    background: #fff;

    border:
        1px solid var(--cf-border);

    border-radius: 8px;

    padding: 30px;
}

.kcmt-team-box h3 {
    color:
        var(--cf-dark-blue);

    margin: 0 0 22px;
}

.kcmt-team-list {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}

.kcmt-team-number {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 72px;

    padding: 9px 15px;

    background:
        var(--cf-light-blue);

    border:
        1px solid #cfe2ef;

    border-radius: 4px;

    color:
        var(--cf-dark-blue);

    font-weight: 700;
}


/* SCHEDULE */

.kcmt-schedule-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}

.kcmt-day {
    background: #fff;

    border:
        1px solid var(--cf-border);

    border-radius: 8px;

    overflow: hidden;
}

.kcmt-day-header {
    background:
        var(--cf-dark-blue);

    color: #fff;

    padding: 20px 24px;
}

.kcmt-day-header strong {
    display: block;

    font-size: 1.25rem;
}

.kcmt-day-header span {
    opacity: .8;

    font-size: .9rem;
}

.kcmt-schedule-row {
    display: grid;

    grid-template-columns:
        82px 1fr;

    gap: 15px;

    padding: 13px 20px;

    border-bottom:
        1px solid var(--cf-border);
}

.kcmt-schedule-row:last-child {
    border-bottom: none;
}

.kcmt-time {
    color: var(--cf-blue);

    font-weight: 700;

    white-space: nowrap;
}

.kcmt-event {
    color:
        var(--cf-text);
}

.kcmt-note {
    margin-top: 24px;

    padding: 16px 20px;

    background: #fff8e5;

    border-left:
        4px solid #e9a400;

    color: #675018;
}


/* FINAL CTA */

.kcmt-bottom-cta {
    background:
        var(--cf-dark-blue);

    color: #fff;

    text-align: center;

    padding: 60px 20px;
}

.kcmt-bottom-cta h2 {
    color: #fff;

    margin: 0 0 12px;
}

.kcmt-bottom-cta p {
    max-width: 650px;

    margin:
        0 auto 25px;

    color:
        rgba(255,255,255,.88);
}


/* TABLET */

@media (max-width: 900px) {

    .kcmt-hero-grid {
        grid-template-columns: 1fr;

        text-align: center;

        gap: 25px;
    }

    .kcmt-logo img {
        max-width: 220px;
    }

    .kcmt-buttons {
        justify-content: center;
    }

    .kcmt-summary,
    .kcmt-card-grid,
    .kcmt-schedule-grid {
        grid-template-columns: 1fr;
    }

    .kcmt-summary-item {
        border-right: none;

        border-bottom:
            1px solid var(--cf-border);
    }

    .kcmt-summary-item:last-child {
        border-bottom: none;
    }

    .kcmt-about-grid,
    .kcmt-action-grid,
    .kcmt-team-columns {
        grid-template-columns: 1fr;
    }

}


/* MOBILE */

@media (max-width: 600px) {

    .kcmt-container {
        width:
            min(100% - 28px, 1180px);
    }

    .kcmt-hero {
        padding:
            45px 0 65px;
    }

    .kcmt-logo img {
        max-width: 185px;
    }

    .kcmt-section {
        padding: 50px 0;
    }

    .kcmt-details,
    .kcmt-card,
    .kcmt-team-box,
    .kcmt-action {
        padding: 23px;
    }

    .kcmt-schedule-row {
        grid-template-columns:
            72px 1fr;

        font-size: .9rem;
    }

}/* End custom CSS */