/* Created By Elliott & Hannah */
/* Ver: 3/2025 */

#ste_container_ChatBot {
    display: none;
    }

/* MAIN PACFA BANNER SUB PAGES */
.pacfa-main-container.pacfabanner {
    padding-top: 0;
    padding-bottom: 1px;
    margin-top: -10px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
    .pacfa-main-header {
    background-color: #19204a;
    min-height: 366px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .pacfa-main-inner {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    }
    .pacfa-main-header-content {
        flex-direction: none !important;
        align-items: left !important;
        text-align: left !important;
        }

    .pacfa-main-description {
    font-family: "heebo", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 4rem;
    margin: 0;
    }
    /* Mobile breakpoint for responsiveness */
    @media (max-width: 768px) {
    .pacfa-main-header {
    min-height: 125px;
    padding: 20px;
    }
    .pacfa-main-description {
    font-size: 2rem;
    }
    }

    /* MAIN PAGE BODY CONTENT GOES HERE */
    .pacfa-tabs button:hover {
        background-color: #b2d235;
        }
        .pacfacontainer {
        display: flex;
        flex-wrap: wrap;
        margin-top: 6rem;
        margin-bottom: 6rem;
        }
        .pacfaleft-column {
        flex: 1 1 25%;
        padding: 10px;
        border-right: 1px solid rgb(221, 221, 221);
        }
        .pacfamain-column {
        flex: 3 1 75%;
        padding: 10px;
        }
        .pacfa-tabs {
        margin-bottom: 40px;
        }
        .pacfa-tabs button {
        padding: 10px;
        cursor: pointer;
        border: none;
        outline: none;
        margin-right: 5px;
        display: block;
        width: 100%;
        text-align: left;
        }
        .pacfa-tabs button.active {
        font-weight: bold;
        }
        .pacfa-tab-content {
        display: none;
        padding-left: 3rem;
        
        }
        .pacfa-tab-content.active {
        display: block;
        padding-left: 3rem;
        }
        .explore-sublink-container {
        margin-top: 20px;
        padding: 10px;
        padding-top: 40px;
        border-top: 1px solid rgb(221, 221, 221);
        }
        .explore-sublinks ul {
        list-style-type: none;
        padding-left: 0;
        }
        .explore-sublinks li {
        margin-bottom: 10px;
        }
        .explore-sublinks .explore-sublink {
        padding: 10px;
        cursor: pointer;
        border: none;
        outline: none;
        margin-right: 5px;
        display: block;
        width: 90%; /* Slightly indented */
        text-align: left;
        background: none;
        font: inherit;
        color: inherit;
        text-decoration: none;
        font-weight: normal; /* Make text thinner */
        }
        .explore-sublinks .explore-sublink:hover {
        font-weight:bold;
        background-color: #b2d235;
        }
        .explore-sublinks h3 {
        font-size: 100%;
        }
        .board-wrapper {
            max-width: 1300px;
            margin: 0 auto;
            padding: 20px;
            }
            /* Board Member Section */
            .board-member {
            display: flex;
            margin-bottom: 20px;
            border-style: solid;
            border-width: 0px 0px 1px 0px;
            border-color: #ddd;
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding-bottom: 20px;
            }
            .board-member img {
            width: 15%;
            height: 230px !important;
            padding-top: 30px;
            }
            .member-info {
            padding: 20px;
            width: 75%;
            }
            .member-info h4 {
            margin: 0;
            font-size: 1.5em;
            }
            .member-info p {
            margin: 10px 0;
            }
            .member-info a {
            color: blue;
            text-decoration: none;
            }
            /* Responsive Design */
            @media (max-width: 768px) {
            .board-member {
            flex-direction: column;
            }
            .board-member img,
            .member-info {
            width: 100%;
            }
            img {
            max-width: 100%;
            height: 200px !important;
            padding-top: 20px;
            }
            }

            .explore-colleges {
                margin-top: 20px;
                padding: 10px;
                border-top: 1px solid rgb(221, 221, 221);
                }
                .explore-colleges ul {
                list-style-type: none;
                padding-left: 0;
                }
                .explore-colleges li {
                margin-bottom: 10px;
                }
                .explore-colleges .explore-link {
                padding: 10px;
                cursor: pointer;
                border: none;
                outline: none;
                margin-right: 5px;
                display: block;
                width: 90%;
                text-align: left;
                background: none;
                font: inherit;
                color: inherit;
                text-decoration: none;
                font-weight: normal;
                }
                .explore-colleges .explore-link:hover {
                background-color: #b2d235;
                }
                .explore-colleges h3 {
                font-size: 100%;
                }

        /* Default view: Hide dropdown menus and show tabs/links */
        .dropdown-pacfa,
        .explore-dropdown {
        display: none;
        }
        select.dropdown, select.explore-dropdown {
        display: inline-block;
        height: 37px;
        padding: 5px 10px;
        font-size: 1.3rem;
        line-height: 1.6;
        color: #555;
        border: 1px solid #ccc;
        border-radius: 0px !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        transition: border linear 0.2s, box-shadow linear 0.2s;
        font-weight: bold;
        color: black;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
        }
        select.dropdown:hover, select.explore-dropdown:hover,
        select.dropdown:focus, select.explore-dropdown:focus {
        border-color: #66afe9;
        }

        /* PACFA WEBSITE MOBILE RESPONSIVENESS */
         /* Mobile styles: Show dropdowns and hide tabs/links */
    @media (max-width: 768px) {
        .pacfa-tabs,  /* Hide tab buttons on mobile */
        .explore-colleges ul {  /* Hide the HTML link list on mobile */
        display: none !important;
        }
        .pacfacontainer {
        flex-direction: column; /* Stack the columns */
        }
        .pacfaleft-column, .pacfamain-column {
        width: 100%;
        padding: 0;
        }
        .pacfa-tabs button {
        font-size: 1.1rem;
        }
        .dropdown-pacfa,
        select.explore-dropdown {
        display: block;
        width: 100%;
        font-size: 1.3rem;
        margin-bottom: 15px;
        box-sizing: border-box; /* Prevents width overflow due to padding */
        }
        select.dropdown, select.explore-dropdown {
        display: block;
        width: 100%;
        font-size: 1.3rem;
        margin-bottom: 15px;
        }
        .explore-branches h3 {
        display: none;
        }
        .standardscontainer {
        flex-direction: column;
        margin: 0rem;
        }
        .standardsleft-column, .standardsmain-column {
        flex: 1 1 100%; /* Both columns take full width */
        border-right: none; /* Remove the right border on mobile */
        }
        .tab-content.active {
        display: block;
        padding-left: 5px;
        }
        .explore-branches,
        .explore-branches ul {
        display: none !important; /* Ensure they are hidden */
        }
        .pacfa-tab-content.active {
        display: block;
        padding-left: 10px;
        }
        }

        /* New Buttons Styles*/
        .CTA-button-green  {
            display: inline-block;
            padding: 0.7rem 1.75rem;
            background-color: #B2D235;
            color: #19204a !important;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            margin-right: 2rem;
            }
            .CTA-button-green:hover {
            background-color:  #19204a;
            color: #B2D235 !important;
            text-decoration: none !important;
            }
            .CTA-button-orange  {
            display: inline-block;
            padding: 0.7rem 1.75rem;
            background: linear-gradient(to right, #f75d1e, #e27c02, #e07405);
            color: #19204a !important;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            margin-right: 2rem;
            }
            .CTA-button-orange:hover {
            background:  #19204a;
            color: #f75d1e !important;
            text-decoration: none !important;
            }