   @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

/* =========================================================
   GLOBAL RESET & TYPOGRAPHY
   CROSS-BROWSER / CROSS-PLATFORM SYSTEM
   ========================================================= */
#container_camp,
#container_one,
#container_one div.feature,
#mb_table1 {
    width: 100% !important;
    max-width: 100% !important;
    clear: both;

    color: #000000;

    font-size: 16px;
    font-size: 1rem;

    font-family: 'Open Sans',
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;

    line-height: 1.6;

    /* Cross-browser box sizing */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Text rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* =========================================================
   ENSURE BOX-SIZING CASCADES TO ALL CHILDREN
   ========================================================= */
#container_camp *,
#container_one *,
#mb_table1 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* =========================================================
   OUTER CONTAINERS
   ========================================================= */
#container_camp,
#container_one {
    padding: 0.1em 0.3%;
    overflow: hidden;
}

/* =========================================================
   FEATURE CONTAINER
   EXTRA TOP / BOTTOM BREATHING ROOM
   ========================================================= */
#container_one div.feature {
    width: 99.9% !important;
    max-width: 99.9% !important;

    float: left;

    /* Top / Bottom: 10px */
    /* Left / Right: 0.1% */
    padding: 10px 0.1%;

    margin-top: 0.03%;
    margin-bottom: 0.53%;

    border: 1px solid #B8860B !important;
}

/* =========================================================
   FEATURE CONTAINER COLORS
   ========================================================= */
#container_one div.feature:nth-child(odd),
#container_one div.feature:nth-child(even) {
    background-color: #ffffff;
}

/* =========================================================
   HEADINGS
   ========================================================= */
#container_one div.feature h3,
#container_one div.feature h4,
#container_one div.feature h5 {
    padding: 10px;
    font-size: 1.25rem !important;
    font-weight: 700;
}

#container_one div.feature h3 {
    color: #663399;
}

#container_one div.feature h4 {
    color: #000000;
    margin-left: 20px;
}

#container_one div.feature h5 {
    color: #333333;
    border-bottom: 3px solid #B8860B;
}

#container_one div.feature h5.maroon_small {
    padding: 10px;
    font-size: 1rem !important;
    font-weight: 600;
    color: #800000;
}

/* =========================================================
   CAMP MAIN HEADINGS
   ========================================================= */
#container_one div.feature h3.camp2 {
    max-width: 100%;

    padding: 1rem !important;

    background-color: #663399;
    color: #ffcc00 !important;

    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

#container_one div.feature h3.camp1 {
    padding: 10px;

    margin-top: 0.5rem;

    background: #ffffff;
    color: #0D0D0D !important;

    border-bottom: 3px solid #B8860B;

    text-align: left;

    /* Static fallback */
    font-size: 1.75rem !important;

    /* Responsive */
    font-size: clamp(1.35rem, 2vw, 1.8rem) !important;

    font-weight: 800;
    line-height: 1.2;
}

/* =========================================================
   PARAGRAPHS & LISTS
   ========================================================= */
#container_one .feature p {
    padding: 10px;

    font-size: 1rem;

    margin-left: 20px;
}

#container_one div.feature p.quote {
    margin-top: 0.5em;

    color: #6C3BAA;

    font-size: 1.2rem;
    font-weight: 600;
}

#container_one div.feature ul {
    margin-top: 0.5em;

    margin-left: 30px;
    padding-left: 15px;

    list-style-type: disc;
    list-style-position: outside;

    font-size: 1rem;
}

/* =========================================================
   QUOTE CARD
   ========================================================= */
#container_one div.feature .quote-style-card {
    max-width: 75%;

    margin: 2em auto;

    padding: 2.5em;

    background: #ffffff;

    border: 1px solid #B2831E !important;
    border-radius: 12px;

    -webkit-box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.05);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.05);

    text-align: center;
}

#container_one div.feature .quote-style-card p {
    margin: 0 0 1.2em 0;

    background-color: #dcdcdc;
    color: #1a1a1a;

    font-size: 1.2rem;
    font-weight: 400;
}

#container_one div.feature .quote-style-card cite {
    display: inline-block;

    color: #ff4757;

    font-size: 0.95rem;
    font-weight: 600;

    letter-spacing: 1px;
}

/* =========================================================
   IMAGES
   ========================================================= */
#container_one div.feature img {
    float: left;

    width: 100%;
    height: auto;

    margin-left: 2%;
    margin-right: 2%;

    padding: 0.1em;
}

#container_one div.feature img.desktop-image {
    display: block;
}

#container_one div.feature div.image-container {
    width: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;
}

/* =========================================================
   LINKS
   ========================================================= */
#container_one div.feature a:link {
    color: #639 !important;
    font-weight: 600 !important;
}

#container_one div.feature a:hover {
    color: #ffcc00 !important;
    text-decoration-line: underline;
}

#container_one div.feature a:visited,
#container_one div.feature a:active {
    color: #4e0abf !important;
    text-decoration-line: underline;
}

/* =========================================================
   NEWS / VIEW MORE
   ========================================================= */
#container_news div.feature p.viewmore {
    margin-top: 2em;
}

#container_news div.feature p.viewmore a {
    padding: 0.6em 1em;

    background: #639;
    color: #fff;

    font-size: 1rem;
    font-weight: 700;
}

#container_news div.feature p.viewmore a:hover {
    color: #fc0;
}

/* =========================================================
   CAMP REGISTRATION TABLE
   CENTERED INSIDE FEATURE CONTAINER
   ========================================================= */
#mb_table1 {
    /*
     * Desktop/tablet:
     * 40px total horizontal space
     * = approximately 20px left + 20px right
     */
    width: calc(100% - 40px) !important;

    max-width: 1600px !important;

    /* Explicit horizontal centering */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;

    padding: 0;

    border: 1px solid #B8860B !important;

    border-collapse: collapse;

    table-layout: fixed;
}

/* =========================================================
   DESKTOP TABLE COLUMN WIDTHS
   ========================================================= */
#mb_table1 th:nth-child(1),
#mb_table1 td:nth-child(1) {
    width: 15%;
}

#mb_table1 th:nth-child(2),
#mb_table1 td:nth-child(2) {
    width: 25%;
}

#mb_table1 th:nth-child(3),
#mb_table1 td:nth-child(3) {
    width: 25%;
}

#mb_table1 th:nth-child(4),
#mb_table1 td:nth-child(4) {
    width: 15%;
}

#mb_table1 th:nth-child(5),
#mb_table1 td:nth-child(5) {
    width: 20%;
}

/* =========================================================
   TABLE ROWS
   ========================================================= */
#mb_table1 tr {
    border: 1px solid #dcdcdc !important;
}

/* =========================================================
   TABLE CELLS
   EXTRA TOP / BOTTOM SPACE
   ========================================================= */
#mb_table1 th,
#mb_table1 td {
    margin: 0;

    border: 1px solid #dcdcdc !important;

    /*
     * Top: 14px
     * Right: 10px
     * Bottom: 14px
     * Left: 20px
     */
    padding: 14px 10px 14px 20px !important;

    text-align: left;
    vertical-align: top;

    white-space: normal;

    /* Text wrapping */
    word-wrap: break-word;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* =========================================================
   TABLE HEADER
   ========================================================= */
#mb_table1 th {
    padding-top: 14px !important;
    padding-bottom: 14px !important;

    background-color: #ffffff;
    color: #000000;

    font-weight: 700;
}

/* =========================================================
   TABLE ROW COLORS
   ========================================================= */
#mb_table1 tbody tr:nth-child(even) {
    background-color: #FAF9F6;
}

#mb_table1 tbody tr:nth-child(odd) {
    background-color: #F4F4F6;
}

/* =========================================================
   TABLE STATUS AREA
   FLEXBOX CROSS-BROWSER SUPPORT
   ========================================================= */
#mb_table1 .camp-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    width: 100%;

    gap: 12px;
}

#mb_table1 .camp-status-text {
    font-weight: 400;
}

/* =========================================================
   TABLET & MOBILE
   ========================================================= */
@media screen and (max-width: 768px) {

    /* -------------------------------------------------------
       HEADINGS & PARAGRAPHS
       ------------------------------------------------------- */
    #container_one div.feature h4,
    #container_one .feature p {
        margin-left: 10px;
    }

    #container_one div.feature ul {
        margin-left: 20px;
        padding-left: 10px;
    }

    /* -------------------------------------------------------
       QUOTE CARD
       ------------------------------------------------------- */
    #container_one div.feature .quote-style-card {
        max-width: 95%;
        padding: 1.5em;
    }

    /* -------------------------------------------------------
       TABLE
       20px TOTAL HORIZONTAL SPACE
       = 10px LEFT + 10px RIGHT
       ------------------------------------------------------- */
    #mb_table1 {
        width: calc(100% - 20px) !important;

        max-width: 1600px !important;

        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* -------------------------------------------------------
       TABLE CELLS
       ------------------------------------------------------- */
    #mb_table1 th,
    #mb_table1 td {
        padding: 10px 8px 10px 10px !important;

        font-size: 0.9rem;
    }
}

/* =========================================================
   SMALL PHONES
   480px AND BELOW
   TABLE HEADINGS MOVE INTO EACH CELL
   ========================================================= */
@media screen and (max-width: 480px) {

    /* -------------------------------------------------------
       SMALL PHONE TABLE WIDTH
       10px TOTAL HORIZONTAL SPACE
       = 5px LEFT + 5px RIGHT
       ------------------------------------------------------- */
    #mb_table1 {
        width: calc(100% - 10px) !important;

        margin-left: auto !important;
        margin-right: auto !important;

        border: 0 !important;

        border-collapse: separate;
        border-spacing: 0;
    }

    /* -------------------------------------------------------
       HIDE ORIGINAL TABLE HEADER
       ------------------------------------------------------- */
    #mb_table1 thead {
        position: absolute;

        width: 1px;
        height: 1px;

        padding: 0;
        margin: -1px;

        overflow: hidden;

        clip: rect(0, 0, 0, 0);

        white-space: nowrap;

        border: 0;
    }

    /* -------------------------------------------------------
       EACH TABLE ROW BECOMES A CARD
       ------------------------------------------------------- */
    #mb_table1 tbody tr {
        display: block;

        margin-bottom: 12px;

        border: 1px solid #dcdcdc !important;

        background-color: #F4F4F6;
    }

    /* -------------------------------------------------------
       EACH CELL BECOMES FULL WIDTH
       ------------------------------------------------------- */
    #mb_table1 tbody td {
        display: block;

        width: 100% !important;

        padding: 9px 8px !important;

        border: 0 !important;

        border-bottom: 1px solid #dcdcdc !important;

        text-align: left;

        font-size: 0.85rem;

        white-space: normal;

        word-wrap: break-word;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* -------------------------------------------------------
       REMOVE LAST CELL BORDER
       ------------------------------------------------------- */
    #mb_table1 tbody td:last-child {
        border-bottom: 0 !important;
    }

    /* -------------------------------------------------------
       INSERT TABLE HEADER LABEL INTO EACH CELL
       ------------------------------------------------------- */
    #mb_table1 tbody td::before {
        content: attr(data-label);

        display: block;

        margin-bottom: 3px;

        color: #663399;

        font-weight: 700;

        font-size: 0.8rem;

        line-height: 1.3;
    }

    /* -------------------------------------------------------
       ALTERNATING CARD COLORS
       ------------------------------------------------------- */
    #mb_table1 tbody tr:nth-child(even) {
        background-color: #FAF9F6;
    }

    #mb_table1 tbody tr:nth-child(odd) {
        background-color: #F4F4F6;
    }

    /* -------------------------------------------------------
       STATUS AREA ON SMALL PHONES
       ------------------------------------------------------- */
    #mb_table1 .camp-status {
        width: 100%;

        gap: 8px;
    }
}
