.page-id-366 .hidden {
    display: none;
}

.page-id-366 .half-width {
    width: 50%;
    box-sizing: border-box;
}

.page-id-366 .field-body-gs-state {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

.page-id-366 .select-box-gs-state,
.page-id-366 .select-box-gs-school {
    width: 100%;
}

.page-id-366 select#schoolDropdown {
    
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(0.5em - 1px) calc(0.75em - 1px);
    position: relative;
    vertical-align: top;
    outline: none;
}








@media screen and (max-width: 48rem) {
    .page-id-366 .field-body-gs-state {
        display: block !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .page-id-366 .select-gs-state {
        width: 100% !important;
    }

    .page-id-366 .label-gs-state {
        font-size: 1.8rem !important;
    }

    .page-id-366 .select-gs-state.is-fullwidth-gs-state {
        padding-bottom: 12px !important;
    }



}





/* be our guest touch ups */


/*
.gs-campus-slogan-specific .section.tour-slogan {
    border-top: 38px solid #babec7;
}
*/





@media (min-width: 48rem) {
    .page-id-366 section.tour-slogan {
        border-top: 38px solid #babec7 !important;
    }


    .page-id-366 .tour-text {
        margin-top: -44px;
    }


    .tour-search.cs-spacing-1 {
        padding-top: 120px;
    }
    
}


/*--------*/

/* service menu on guest services */

.page-id-366 .category-container {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f5f0eb; 
}

.page-id-366 .category-title {
    font-size: 24px;
    font-weight: bold;
    background-color: #d4cbc2; 
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.page-id-366 .services-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px; 
}

.page-id-366 .services-table td {
    padding: 10px;
    background-color: #ece5df; 
}

.page-id-366 .service-name {
    text-align: left;
    font-size: 18px; 
    font-family: 'Roboto Condensed', sans-serif;
    color: #1a1919; 
}

.page-id-366 .service-price {
    text-align: right;
    font-size: 18px; 
    font-family: 'Roboto Condensed', sans-serif;
    color: #1a1919;
}

.page-id-366 .services-table tr:nth-child(odd) td {
    background-color: #ddd8d3;
}





/*------------------------------------------- */


#pricingResult {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

#pricingResult .category-container {
    width: 100% !important;
    margin-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
}

#pricingResult .category-title {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background-color: #887f81 !important;
    padding: 15px !important;
    text-align: center !important;
}

#pricingResult .services-table {
    width: 100% !important;
    max-width: 75vw !important;
    border-collapse: collapse !important;
}

#pricingResult .service-name,
#pricingResult .service-price {
    padding: 10px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.5rem !important;
    color: #1a1919 !important;
}

#pricingResult .service-name {
    text-align: left !important;
    background-color: #f9f9f9 !important;
}

#pricingResult .service-price {
    text-align: right !important;
    background-color: #f0f0f0 !important;
}

@media screen and (max-width: 768px) {
    #pricingResult .category-title {
        font-size: 1.8rem !important;
        padding: 10px !important;
    }
}


/* ----------- */



#pricingResult {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px 0;
    width: 100%;
}

.category-container-gs-menu-style {
    width: 100%;
    max-width: 75vw;
    margin: 40px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff; 
}

.category-title-gs-menu-style {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    color: #1a1919;
    text-transform: uppercase;
    padding: 20px;
    background-color: #887f81; 
    color: #ffffff;
}

.services-table-gs-menu-style {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.services-table-gs-menu-style tbody tr {
    background-color: #ddd8d3;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.services-table-gs-menu-style tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.service-name-gs-menu-style {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    color: #4a4a4a;
    padding-left: 10px;
}

.service-price-gs-menu-style {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #1a1919;
    padding-right: 10px;
    text-align: right;
}


.image-break-gs-menu-style img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    .category-title-gs-menu-style {
        font-size: 2rem;
        padding: 15px;
    }

    .service-name-gs-menu-style, .service-price-gs-menu-style {
        font-size: 1rem;
    }

    #pricingResult {
        padding: 80px 0;
    }
}



/*-----------------------*/


/*desktop specific styles for GS pricing results */

@media screen and (min-width: 48rem) {

.category-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; 
    gap: 20px;
    width: 100%; 
    padding: 20px;
}


.category-title {
    min-width: 150px; 
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-align: center; 
    align-self: flex-start; 
}


.services-table {
    flex-grow: 1; 
    border-collapse: collapse;
    margin-left: auto; 
}

.services-table tbody tr {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd; 
}

.services-table .service-name,
.services-table .service-price {
    font-size: 1rem;
    padding: 5px;
    text-align: left; 
}


.category-title {

    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;




}
}


/*-- GS price details --*/







.service-price span {
font-style: italic;
    text-align: right;
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
}













