.elementor-939 .elementor-element.elementor-element-53f24eae > .elementor-container{min-height:240px;}.elementor-939 .elementor-element.elementor-element-53f24eae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 20px 80px 20px;}.elementor-939 .elementor-element.elementor-element-53f24eae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-939 .elementor-element.elementor-element-258d9296{width:var( --container-widget-width, 99.286% );max-width:99.286%;--container-widget-width:99.286%;--container-widget-flex-grow:0;text-align:start;font-family:"Atkinson Hyperlegible", Sans-serif;font-size:40px;font-weight:500;line-height:66px;color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-258d9296 *//* =========================================================
   Homepage hero text overlay
   ========================================================= */

/* The text container itself */
.overlay2 {
    max-width: 920px;
    padding: 28px 32px;
    background: linear-gradient(
        90deg,
        rgba(16, 9, 159, 0.86) 0%,
        rgba(16, 9, 159, 0.68) 68%,
        rgba(16, 9, 159, 0.42) 100%
    );
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

/* Hero title */
.overlay2 h1 {
    background: transparent;
    color: #ffffff;
    display: block;
    padding: 0;
    margin: 0 0 18px 0;
    line-height: 1.12;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

/* Hero subtitle paragraph */
.overlay2 p {
    color: #ffffff;
    font-size: 27px;
    line-height: 1.45;
    font-weight: 400;
    max-width: 860px;
    margin: 0;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.wro-mark {
    font-size: 0.45em;
    line-height: 0;
    vertical-align: super;
    margin-left: 1px;
}

/* Tablet */
@media (max-width: 1024px) {
    .overlay2 {
        max-width: 780px;
        padding: 24px 28px;
    }

    .overlay2 h1 {
        font-size: 40px;
    }

    .overlay2 p {
        font-size: 23px;
        max-width: 720px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .overlay2 {
        max-width: 100%;
        padding: 22px 18px;
        background: rgba(16, 9, 159, 0.82);
    }

    .overlay2 h1 {
        font-size: 30px;
        line-height: 1.18;
        margin-bottom: 14px;
    }

    .overlay2 p {
        font-size: 18px;
        line-height: 1.45;
        max-width: 100%;
    }
}

/* Very small phones */
@media (max-width: 480px) {
    .overlay2 {
        padding: 20px 16px;
    }

    .overlay2 h1 {
        font-size: 26px;
    }

    .overlay2 p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2fdc3bd *//* =========================================================
   WRO homepage quick cards
   ========================================================= */

.wro-quick-cards {
    background: #ffffff;
    padding: 56px 24px 48px 24px;
}

.wro-quick-cards-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.wro-home-card {
    background: #ffffff;
    border-bottom: 5px solid #10099F;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    padding: 28px 24px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wro-home-card h2 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-home-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 22px 0;
}

.wro-card-button {
    display: inline-block;
    align-self: flex-start;
    color: #10099F;
    background: transparent;
    border: 2px solid #10099F;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-card-button:hover,
.wro-card-button:focus {
    background: #10099F;
    color: #ffffff;
    text-decoration: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .wro-quick-cards-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wro-home-card {
        min-height: 230px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wro-quick-cards {
        padding: 36px 16px 32px 16px;
    }

    .wro-quick-cards-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-home-card {
        min-height: auto;
        padding: 24px 20px;
    }

    .wro-home-card h2 {
        font-size: 21px;
    }

    .wro-home-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1862f43 *//* =========================================================
   WRO intro section
   ========================================================= */

.wro-intro-section {
    background: #f7f7fb;
    padding: 76px 24px;
}

.wro-intro-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 56px;
    align-items: center;
}

.wro-eyebrow {
    color: #10099F;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 14px 0;
}

.wro-intro-text h2 {
    color: #10099F;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px 0;
}

.wro-intro-text p {
    color: #222222;
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 18px 0;
}

.wro-primary-button {
    display: inline-block;
    margin-top: 12px;
    color: #ffffff;
    background: #0099F;
    border: 2px solid #10099F;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-primary-button:hover,
.wro-primary-button:focus {
    background: #08055f;
    border-color: #08055f;
    color: #ffffff;
    text-decoration: none;
}

/* Video area */
.wro-intro-media {
    width: 100%;
}

.wro-intro-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #10099F;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.wro-intro-video-frame iframe,
.wro-intro-video-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Only matters if using local video */
.wro-intro-video-frame video {
    object-fit: cover;
}

/* Hide old placeholder if it still exists somewhere */
.wro-video-placeholder {
    display: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .wro-intro-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wro-intro-section {
        padding: 52px 16px;
    }

    .wro-intro-text h2 {
        font-size: 30px;
    }

    .wro-intro-text p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb6a95d *//* =========================================================
   WRO is for everyone section
   ========================================================= */

.wro-everyone-section {
    background: #ffffff;
    padding: 76px 24px;
}

.wro-everyone-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.wro-section-heading {
    max-width: 820px;
    margin: 0 auto 42px auto;
    text-align: center;
}

.wro-section-heading h2 {
    color: #10099F;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.wro-section-heading p {
    color: #222222;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

.wro-everyone-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wro-info-card {
    background: #ffffff;
    border: 1px solid #e7e7ee;
    border-top: 5px solid #10099F;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    padding: 32px 28px;
    min-height: 300px;
}

.wro-info-number {
    color: #10099F;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}

.wro-info-card h3 {
    color: #10099F;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.wro-info-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .wro-everyone-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .wro-info-card {
        min-height: auto;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wro-everyone-section {
        padding: 52px 16px;
    }

    .wro-section-heading {
        text-align: left;
        margin-bottom: 32px;
    }

    .wro-section-heading h2 {
        font-size: 30px;
    }

    .wro-section-heading p {
        font-size: 16px;
    }

    .wro-info-card {
        padding: 26px 22px;
    }

    .wro-info-card h3 {
        font-size: 21px;
    }

    .wro-info-card p {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6399602 *//* =========================================================
   WRO timeline / season dates section
   ========================================================= */

.wro-timeline-section {
    background: #f7f7fb;
    padding: 76px 24px;
}

.wro-timeline-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.wro-timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wro-date-card {
    background: #ffffff;
    border-left: 5px solid #10099F;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
    min-height: 230px;
}

.wro-date {
    display: inline-block;
    color: #10099F;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

.wro-date-card h3 {
    color: #10099F;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.wro-date-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.wro-next-event-card {
    margin-top: 36px;
    background: #10099F;
    color: #ffffff;
    padding: 38px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.wro-next-event-card h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.wro-next-event-card p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.wro-eyebrow-light {
    color: #ffffff;
    opacity: 0.85;
    margin-bottom: 12px;
}

.wro-light-button {
    display: inline-block;
    flex-shrink: 0;
    color: #10099F;
    background: #ffffff;
    border: 2px solid #ffffff;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-light-button:hover,
.wro-light-button:focus {
    background: #f2f1ff;
    border-color: #f2f1ff;
    color: #10099F;
    text-decoration: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .wro-timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wro-next-event-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wro-timeline-section {
        padding: 52px 16px;
    }

    .wro-timeline-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wro-date-card {
        min-height: auto;
        padding: 26px 22px;
    }

    .wro-date-card h3 {
        font-size: 21px;
    }

    .wro-date-card p {
        font-size: 15px;
    }

    .wro-next-event-card {
        padding: 30px 24px;
    }

    .wro-next-event-card h3 {
        font-size: 26px;
    }

    .wro-next-event-card p {
        font-size: 16px;
    }

    .wro-light-button {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0847613 *//* =========================================================
   Homepage categories section
   ========================================================= */

.wro-categories-section {
    background: #ffffff;
    padding: 76px 24px;
    margin: 0;
}

.wro-categories-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.wro-categories-heading {
    max-width: 880px;
    margin: 0 0 38px 0;
    text-align: left;
}

.wro-categories-eyebrow {
    color: #10099F;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 14px 0;
}

.wro-categories-heading h2 {
    color: #10099F;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.wro-categories-heading p {
    color: #222222;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

.wro-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.wro-category-card {
    background: #ffffff;
    border: 1px solid #e7e7ee;
    border-top: 6px solid #10099F;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    padding: 0 32px 36px 32px;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

.wro-category-image {
    width: calc(100% + 64px);
    margin: 0 -32px 30px -32px;
    aspect-ratio: 16 / 7;
    background: #0d0d22;
    overflow: hidden;
}

.wro-category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.wro-category-label {
    color: #10099F;
    background: #f2f1ff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 10px;
    margin-bottom: 22px;
}

.wro-category-card h3 {
    color: #10099F;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.wro-category-card p {
    color: #222222;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 20px 0;
}

.wro-category-card ul {
    color: #222222;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 26px 0;
    padding-left: 20px;
}

.wro-category-card li {
    margin-bottom: 8px;
}

.wro-category-button,
.wro-category-button:visited {
    display: inline-block;
    margin-top: auto;
    background: #10099F;
    color: #ffffff;
    border: 2px solid #10099F;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.wro-category-button span,
.wro-category-button:visited span {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.wro-category-button:hover,
.wro-category-button:focus {
    background: #08055f;
    border-color: #08055f;
    color: #ffffff;
    text-decoration: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .wro-category-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .wro-category-card {
        min-height: auto;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wro-categories-section {
        padding: 52px 16px;
    }

    .wro-categories-heading h2 {
        font-size: 30px;
    }

    .wro-categories-heading p {
        font-size: 16px;
    }

    .wro-category-grid {
        gap: 20px;
    }

    .wro-category-card {
        padding: 0 22px 28px 22px;
    }

    .wro-category-image {
        width: calc(100% + 44px);
        margin: 0 -22px 26px -22px;
        aspect-ratio: 16 / 8;
    }

    .wro-category-card h3 {
        font-size: 26px;
    }

    .wro-category-card p,
    .wro-category-card ul {
        font-size: 15px;
    }

    .wro-category-label {
        font-size: 12px;
    }

    .wro-category-button {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a7489 *//* =========================================================
   WRO final call-to-action section
   ========================================================= */

.wro-cta-section {
    background: #10099F;
    color: #ffffff;
    padding: 82px 24px;
}

.wro-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.wro-cta-section h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.wro-cta-section p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.65;
    margin: 0 auto 28px auto;
    max-width: 760px;
}

.wro-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

/* Fix transparent contact button inside CTA section */
.wro-cta-section .wro-outline-light-button,
.wro-cta-section .wro-outline-light-button:visited {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    padding: 13px 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.wro-cta-section .wro-outline-light-button:hover,
.wro-cta-section .wro-outline-light-button:focus {
    color: #10099F;
    background: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
    .wro-cta-section {
        padding: 58px 16px;
    }

    .wro-cta-inner {
        text-align: left;
    }

    .wro-cta-section h2 {
        font-size: 31px;
    }

    .wro-cta-section p {
        font-size: 16px;
    }

    .wro-cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .wro-cta-buttons a {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */