/* /Layout/Header.razor.rz.scp.css */
.btn-menu[b-i92tvd93lz] {
    media: all and max
}

.h-12[b-i92tvd93lz] {
    height: 4rem;
}

hr.solid[b-i92tvd93lz] {
    border-top: 3px solid #bbb;
    }

.shrink[b-i92tvd93lz] {
    padding: 0.5rem 1rem !important; /* Example of shrinking */
    /* Adjust font size, padding, etc., as needed */
}

.new-info-indicator[b-i92tvd93lz] {
    color: #f56a0d;
    font-size: 1rem;
    margin-left: 0px !important;
    position: relative;
    top: -5px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-kwk9ca2azr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kwk9ca2azr] {
    flex: 1;
}

.banner-top[b-kwk9ca2azr] {
    box-sizing: border-box;
    display: box;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #03612f;
    /*background-color: #15638f;*/
    text-align: center;
    /*border-bottom: 2px solid black;*/
}

    .banner-top p[b-kwk9ca2azr] {
        color: white;
        font-size: 1rem;
        font-weight: bold;
        line-height: 21px;
    }

    .banner-top a[b-kwk9ca2azr] {
        text-decoration: underline;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
#navbar[b-uhpng0nbqf] {
    /*    overflow: hidden;*/
    backdrop-filter: blur(5px);
    background-color: rgb(255, 255, 255, 0.95);
    border-bottom: 1px solid #3b3b3b;
    z-index: 20;
}

.login-btn[b-uhpng0nbqf] {
    background-color: var(--color-dark-gray);
}

.login-btn:hover[b-uhpng0nbqf] {
    background-color: black;
}

.nav-link[b-uhpng0nbqf] {
    font-size: 16px !important;
}

    .nav-link :hover[b-uhpng0nbqf] {
        color: #c3ba31;
    }

.sub-menu[b-uhpng0nbqf] {
    background-color: var(--color-hero-gray);
}

.new-info-indicator[b-uhpng0nbqf] {
    color: #f56a0d;
    font-size: 1rem;
    margin-left: 0px !important;
    position: relative;
    top: -5px;
}
/* /Pages/Account.razor.rz.scp.css */
.background-container-gray[b-oicfyaubht] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-oicfyaubht] {
    padding-top: 5rem;
    padding-bottom: 5rem
}
/* /Pages/Alumni.razor.rz.scp.css */
.background-container-gray[b-uidfhdtatw] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-uidfhdtatw] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

table[b-uidfhdtatw] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

td[b-uidfhdtatw] {
    padding: .5rem;
}
/* /Pages/Carousel.razor.rz.scp.css */
@keyframes slideShow-b-e4ph2rlqgr {
    0% { opacity: 0; }
    5% { opacity: 1; }
    33% { opacity: 1; }
    38% { opacity: 0; }
    100% { opacity: 0; }
  }
  
  .carousel .slide[b-e4ph2rlqgr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideShow-b-e4ph2rlqgr 52s infinite;
  }
  
  .carousel .slide:nth-child(1)[b-e4ph2rlqgr] { animation-delay: 0s; }
  .carousel .slide:nth-child(2)[b-e4ph2rlqgr] { animation-delay: 5s; }
  .carousel .slide:nth-child(3)[b-e4ph2rlqgr] { animation-delay: 10s; }
  .carousel .slide:nth-child(4)[b-e4ph2rlqgr] { animation-delay: 15s; }
  .carousel .slide:nth-child(5)[b-e4ph2rlqgr] { animation-delay: 20s; }
  .carousel .slide:nth-child(6)[b-e4ph2rlqgr] { animation-delay: 25s; }
  .carousel .slide:nth-child(7)[b-e4ph2rlqgr] { animation-delay: 30s; }
  .carousel .slide:nth-child(8)[b-e4ph2rlqgr] { animation-delay: 35s; }
/* /Pages/EventsPage/Events.razor.rz.scp.css */
.background-container-gray[b-69k8cwz740] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-69k8cwz740] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.form-content[b-69k8cwz740] {
/*    background: rgb(195, 186, 49, 0.1);*/
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 20rem;
}

.banner-flyer[b-69k8cwz740] {
    max-height: 10rem;
    width: auto;
}

.r-button[b-69k8cwz740] {
    background-color: #03612f;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    .r-button:hover[b-69k8cwz740] {
        background-color: #069449;
    }

@media (max-width: 1023px) {
    .alt-order .text-col[b-69k8cwz740] {
        grid-area: 2;
    }

    .alt-order .image-col[b-69k8cwz740] {
        order: 1;
    }
}

.archived-event[b-69k8cwz740] {
}
    .archived-event .r-button[b-69k8cwz740] {
        background-color: dimgray;
    }
/* /Pages/EventsPage/Fall2024-25.razor.rz.scp.css */
.form-title[b-sprzls4nt1] {
    max-width: 35rem;
    margin: auto;
    padding: 20px;
}

.form-container[b-sprzls4nt1] {
    max-width: 35rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

form[b-sprzls4nt1] {
    display: flex;
    flex-direction: column;
}

.form-group[b-sprzls4nt1] {
    margin-bottom: 15px;
}

label[b-sprzls4nt1] {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
    label[b-sprzls4nt1]::after {
        content: " *";
        color: red;
    }

        label.exempt-field[b-sprzls4nt1]::after {
            content: "";
            color: transparent;
        }

input[type="text"][b-sprzls4nt1],
input[type="email"][b-sprzls4nt1],
input[type="tel"][b-sprzls4nt1],
select[b-sprzls4nt1],
textarea[b-sprzls4nt1] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.birthday-group[b-sprzls4nt1] {
    display: flex;
    gap: 10px;
}

    .birthday-group select[b-sprzls4nt1] {
        flex: 1;
    }

.message textarea[b-sprzls4nt1] {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    background-color: #f9f9f9;
}

input[type="checkbox"][b-sprzls4nt1] {
    margin-right: 10px;
}

select[b-sprzls4nt1] {
    height: 42px;
}

button[b-sprzls4nt1] {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    button:hover[b-sprzls4nt1] {
        background-color: #0056b3;
    }

.s-button[b-sprzls4nt1] {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    padding: 10px 20px; 
    background-color: #006aff; 
    color: #ffffff; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
}

    .s-button svg[b-sprzls4nt1] {
        display: inline-block;
        vertical-align: middle;
    }

    .s-button:hover[b-sprzls4nt1] {
        background-color: #2982ff;
    }

    .s-button:disabled[b-sprzls4nt1] {
        background-color: #74a3fa;
    }

.state-group[b-sprzls4nt1] {
    display: flex;
    gap: 10px;
}

    .state-group select[b-sprzls4nt1] {
        flex: 1;
    }

.disabled-opt[b-sprzls4nt1] {
    color: brown;
}

iframe[b-sprzls4nt1] {
    width: 100%;
}
/* /Pages/EventsPage/Winter2024-25.razor.rz.scp.css */
.form-title[b-pbawhpre51] {
    max-width: 35rem;
    margin: auto;
    padding: 20px;
}

.form-container[b-pbawhpre51] {
    max-width: 35rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

form[b-pbawhpre51] {
    display: flex;
    flex-direction: column;
}

.form-group[b-pbawhpre51] {
    margin-bottom: 15px;
}

label[b-pbawhpre51] {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
    label[b-pbawhpre51]::after {
        content: " *";
        color: red;
    }

        label.exempt-field[b-pbawhpre51]::after {
            content: "";
            color: transparent;
        }

input[type="text"][b-pbawhpre51],
input[type="email"][b-pbawhpre51],
input[type="tel"][b-pbawhpre51],
select[b-pbawhpre51],
textarea[b-pbawhpre51] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.birthday-group[b-pbawhpre51] {
    display: flex;
    gap: 10px;
}

    .birthday-group select[b-pbawhpre51] {
        flex: 1;
    }

.message textarea[b-pbawhpre51] {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    background-color: #f9f9f9;
}

input[type="checkbox"][b-pbawhpre51] {
    margin-right: 10px;
}

select[b-pbawhpre51] {
    height: 42px;
}

button[b-pbawhpre51] {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    button:hover[b-pbawhpre51] {
        background-color: #0056b3;
    }

.s-button[b-pbawhpre51] {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    padding: 10px 20px; 
    background-color: #006aff; 
    color: #ffffff; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
}

    .s-button svg[b-pbawhpre51] {
        display: inline-block;
        vertical-align: middle;
    }

    .s-button:hover[b-pbawhpre51] {
        background-color: #2982ff;
    }

    .s-button:disabled[b-pbawhpre51] {
        background-color: #74a3fa;
    }

.state-group[b-pbawhpre51] {
    display: flex;
    gap: 10px;
}

    .state-group select[b-pbawhpre51] {
        flex: 1;
    }

.disabled-opt[b-pbawhpre51] {
    color: brown;
}

iframe[b-pbawhpre51] {
    width: 100%;
}
/* /Pages/Feedback.razor.rz.scp.css */
.background-container-gray[b-ge12n894et] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-ge12n894et] {
    padding-top: 5rem;
    padding-bottom: 5rem
}
/* /Pages/Home.razor.rz.scp.css */
.crop[b-35vjnh0mqz] {
    object-fit: cover;
}

.crop-img[b-35vjnh0mqz] {
    width: 173px;
    height: 178px;
    overflow: hidden;
}

#about-us-section[b-35vjnh0mqz] {
    min-height: 33rem;
}

#groupshot-img[b-35vjnh0mqz] {
    width: auto;
    height: auto;
}

#our-staff-section[b-35vjnh0mqz] {
    min-height: 47rem;
}

#highlight-section[b-35vjnh0mqz] {
    min-height: 48.3125rem;
    background: #F5F5F5;
}

#faqs-section[b-35vjnh0mqz] {
    min-height: 37rem;
}

#sponsors-section[b-35vjnh0mqz] {
    min-height: 30rem;
    background: #F5F5F5;

}

.sections-format[b-35vjnh0mqz] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 32px;
    padding-bottom: 32px;
}

.background-container-gray[b-35vjnh0mqz] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.donate-btn[b-35vjnh0mqz] {
    background-color: var(--color-dark-gray);
    display: flex;
    flex-direction: row;
    
}

    .donate-btn:hover[b-35vjnh0mqz] {
        background-color: black;
    }

.register-btn[b-35vjnh0mqz] {
    background-color: var(--color-dark-gray);
}

    .register-btn:hover[b-35vjnh0mqz] {
        background-color: black;
    }

.r-button[b-35vjnh0mqz] {
    background-color: #03612f;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    .r-button:hover[b-35vjnh0mqz] {
        background-color: #069449;
    }

iframe[b-35vjnh0mqz] {
    width: 100%;
}

@media (min-width: 768px) {
    .md\:flex-row[b-35vjnh0mqz] {
        flex-direction: column;
    }

    iframe[b-35vjnh0mqz] {
        min-height: 420px !important;
    }
}

@media (min-width: 992px) {
    .md\:flex-row[b-35vjnh0mqz] {
        flex-direction: row;
    }

    #groupshot-img[b-35vjnh0mqz] {
        width: 40rem;
    }

    iframe[b-35vjnh0mqz] {
        height: 40.625rem;
    }
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
.background-container-gray[b-fmkcxanepj] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-fmkcxanepj] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

#privacy-container[b-fmkcxanepj] {
    max-width: 40rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

    #privacy-container p[b-fmkcxanepj] {
        margin-bottom: 1rem;
    }

    #privacy-container h2[b-fmkcxanepj] {
        font-weight: bold;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

a[b-fmkcxanepj], text-link[b-fmkcxanepj] {
    color: #8B8423;
}
/* /Pages/Resources.razor.rz.scp.css */
.background-container-gray[b-zds2mqxdwh] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-zds2mqxdwh] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.banner-flyer[b-zds2mqxdwh] {
    max-height: 20rem;
    width: auto;
}

.grid img[b-zds2mqxdwh] {
    max-width: 100%; /* Ensure images don't exceed their container's width */
    height: auto; /* Maintain aspect ratio */
}

.grid[b-zds2mqxdwh] {
    padding: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    flex-direction: column
}

    .grid > div[b-zds2mqxdwh] {
        max-width: 40rem;
        margin: 0;
    }
/* /Pages/Spanish/Alumni.es.razor.rz.scp.css */
.background-container-gray[b-tsndvqbm30] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-tsndvqbm30] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

table[b-tsndvqbm30] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

td[b-tsndvqbm30] {
    padding: .5rem;
}
/* /Pages/Spanish/Events.es.razor.rz.scp.css */
.background-container-gray[b-ar1ibcdedj] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-ar1ibcdedj] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.form-content[b-ar1ibcdedj] {
    /*    background: rgb(195, 186, 49, 0.1);*/
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 20rem;
}

.banner-flyer[b-ar1ibcdedj] {
    max-height: 20rem;
    width: auto;
}
/* /Pages/Spanish/Feedback.es.razor.rz.scp.css */
.background-container-gray[b-qo03i1jy1s] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-qo03i1jy1s] {
    padding-top: 5rem;
    padding-bottom: 5rem
}
/* /Pages/Spanish/Home.es.razor.rz.scp.css */
.crop[b-t9bnwyir1w] {
    object-fit: cover;
}

.crop-img[b-t9bnwyir1w] {
    width: 173px;
    height: 178px;
    overflow: hidden;
}

#about-us-section[b-t9bnwyir1w] {
    min-height: 600px;
}

#groupshot-img[b-t9bnwyir1w] {
    width: auto;
    height: auto;
}

#our-staff-section[b-t9bnwyir1w] {
    min-height: 52.875rem;
}

#highlight-section[b-t9bnwyir1w] {
    min-height: 48.3125rem;
    background: #F5F5F5;
}

#faqs-section[b-t9bnwyir1w] {
    min-height: 39.25rem;
}

#sponsors-section[b-t9bnwyir1w] {
    min-height: 31.875rem;
    background: #F5F5F5;

}

.sections-format[b-t9bnwyir1w] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 32px;
    padding-bottom: 32px;
}

.background-container-gray[b-t9bnwyir1w] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.register-btn[b-t9bnwyir1w] {
    background-color: var(--color-dark-gray);
}

    .register-btn:hover[b-t9bnwyir1w] {
        background-color: black;
    }

.donate-btn[b-t9bnwyir1w] {
    background-color: var(--color-dark-gray);
    display: flex;
    flex-direction: row;
}

    .donate-btn:hover[b-t9bnwyir1w] {
        background-color: black;
    }

.r-button[b-t9bnwyir1w] {
    background-color: #03612f;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    .r-button:hover[b-t9bnwyir1w] {
        background-color: #069449;
    }

iframe[b-t9bnwyir1w] {
    width: 100%;
}

@media (min-width: 768px) {
    .md\:flex-row[b-t9bnwyir1w] {
        flex-direction: column;
    }

    iframe[b-t9bnwyir1w] {
        min-height: 420px !important;
    }
}

@media (min-width: 992px) {
    .md\:flex-row[b-t9bnwyir1w] {
        flex-direction: row;
    }

    #groupshot-img[b-t9bnwyir1w] {
        width: 40rem;
    }

    iframe[b-t9bnwyir1w] {
        height: 40.625rem;
    }
}
/* /Pages/Spanish/PrivacyPolicy.es.razor.rz.scp.css */
.background-container-gray[b-6shhtf57lg] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-6shhtf57lg] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

#privacy-container[b-6shhtf57lg] {
    max-width: 40rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

    #privacy-container p[b-6shhtf57lg] {
        margin-bottom: 1rem;
    }

    #privacy-container h2[b-6shhtf57lg] {
        font-weight: bold;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

a[b-6shhtf57lg], text-link[b-6shhtf57lg] {
    color: #8B8423;
}
/* /Pages/Spanish/Resources.es.razor.rz.scp.css */
.background-container-gray[b-ayju472635] {
    margin: 0 0 0 !important;
    background: #F5F5F5 !important;
}

.title-section[b-ayju472635] {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.banner-flyer[b-ayju472635] {
    max-height: 20rem;
    width: auto;
}

.grid img[b-ayju472635] {
    max-width: 100%; /* Ensure images don't exceed their container's width */
    height: auto; /* Maintain aspect ratio */
}

.grid[b-ayju472635] {
    padding: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    flex-direction: column
}

    .grid > div[b-ayju472635] {
        max-width: 40rem;
        margin: 0;
    }
/* /Pages/Spanish/Season2024-25.es.razor.rz.scp.css */
.form-title[b-zyan2dc3ae] {
    max-width: 35rem;
    margin: auto;
    padding: 20px;
}

.form-container[b-zyan2dc3ae] {
    max-width: 35rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

form[b-zyan2dc3ae] {
    display: flex;
    flex-direction: column;
}

.form-group[b-zyan2dc3ae] {
    margin-bottom: 15px;
}

label[b-zyan2dc3ae] {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
    label[b-zyan2dc3ae]::after {
        content: " *";
        color: red;
    }

        label.exempt-field[b-zyan2dc3ae]::after {
            content: "";
            color: transparent;
        }

input[type="text"][b-zyan2dc3ae],
input[type="email"][b-zyan2dc3ae],
input[type="tel"][b-zyan2dc3ae],
select[b-zyan2dc3ae],
textarea[b-zyan2dc3ae] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.birthday-group[b-zyan2dc3ae] {
    display: flex;
    gap: 10px;
}

    .birthday-group select[b-zyan2dc3ae] {
        flex: 1;
    }

.message textarea[b-zyan2dc3ae] {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    background-color: #f9f9f9;
}

input[type="checkbox"][b-zyan2dc3ae] {
    margin-right: 10px;
}

button[b-zyan2dc3ae] {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

    button:hover[b-zyan2dc3ae] {
        background-color: #0056b3;
    }

.s-button[b-zyan2dc3ae] {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    padding: 10px 20px; 
    background-color: #006aff; 
    color: #ffffff; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
}

    .s-button svg[b-zyan2dc3ae] {
        display: inline-block;
        vertical-align: middle;
    }

    .s-button:hover[b-zyan2dc3ae] {
        background-color: #2982ff;
    }

    .s-button:disabled[b-zyan2dc3ae] {
        background-color: #74a3fa;
    }

.state-group[b-zyan2dc3ae] {
    display: flex;
    gap: 10px;
}

    .state-group select[b-zyan2dc3ae] {
        flex: 1;
    }

.disabled-opt[b-zyan2dc3ae] {
    color: brown;
}
