  /*COMBATING FOOD INSECURITY INTRO*/
@media (max-width: 481.89px) {
#combating-food-insecurity {
    text-align: center;
}
#combating-food-insecurity .col-auto {
    flex: 1 0 auto;
}
}

/*HOURS*/

/*tables layout & styling*/

 #hours.u-grid3Columns {
     gap: 1rem;
}
 @media (max-width: 1199.89px) {
     #hours.u-grid3Columns {
         grid-template-columns: 1fr 1fr;
         grid-template-areas: "pantry grabgo" "closures closures";
    }
     #hours.u-grid3Columns > :first-child {
         grid-area: pantry;
    }
     #hours.u-grid3Columns > :nth-child(2) {
         grid-area: grabgo;
    }
     #hours.u-grid3Columns > :nth-child(3) {
         grid-area: closures;
    }
    
    #hours.u-grid3Columns > :nth-child(3) th {
        min-width: 10rem;
    }
    
    #hours.u-grid3Columns > :nth-child(3) td {
        width: 100%;
    }
}

@media (max-width: 767.89px) {
    #hours.u-grid3Columns {
        grid-template-columns: 1fr;
        grid-template-areas:"pantry" "grabgo" "closures";
    }
    
    #hours.u-grid3Columns > :nth-child(3) {
       padding-inline: 0;
       padding-bottom: 0;
    }
}

@media (max-width: 557.89px) {
     #hours.u-grid3Columns > :nth-child(3) th {
        min-width: 7rem;
    }
}

 #hours.u-grid3Columns div {
     padding: 1.5rem;
}
 #hours.u-grid3Columns > :first-child, #hours.u-grid3Columns > :nth-child(2) {
     background-color: var(--gfColors-slate15);
}
 #hours.u-grid3Columns > :first-child h3, #hours.u-grid3Columns > :nth-child(2) h3 {
     margin-bottom: 0.25rem;
}
 #hours.u-grid3Columns > :first-child p, #hours.u-grid3Columns > :nth-child(2) p {
     margin-top: 0.25rem;
     margin-bottom: 1rem;
}
 #hours tbody {
     border-top: 1px solid var(--gfColors-slate45);
}
 #hours tr {
     border-bottom: 1px solid var(--gfColors-slate45);
}
 #hours th {
     font-weight: normal;
     padding-right: .5rem;
     padding-block: .5rem;
}
 #hours.u-grid3Columns > :first-child th, #hours.u-grid3Columns > :nth-child(2) th {
     width: 2rem;
}

@media (min-width: 1200px) {
 #hours.u-grid3Columns > :nth-child(3) th {
     width: 9.6rem;
}
}

 #hours td {
     font-weight: bold;
     padding-block: .5rem;
}
 #hours.u-grid3Columns > :first-child td, #hours.u-grid3Columns > :nth-child(2) td {
     width: 100%;
}

/*LOCATION CONTACT*/

#location-contact {
    position: relative;
    overflow: hidden;
}
@media (max-width: 575.89px) {
    #location-contact {
        padding-inline: 0;
        margin-bottom: 1rem;
    }
}
/*location contact slate box*/

#location-contact .u-outlineBox.u-outlineBox--slate {
    margin-right: 125px;
    padding-right: 10rem;
    position: relative;
}
@media (max-width: 767.89px) {
    #location-contact .u-outlineBox.u-outlineBox--slate {
    margin-right: 100px;
    padding-right: 6.5rem;
    }
}
@media (max-width: 575.98px) {
    #location-contact .u-outlineBox.u-outlineBox--slate {
        margin: 0rem;
        padding-right: 1.5rem;
    }
}

/*exterior image*/

#location-contact .u-outlineBox::after {
        background-image: url(/offices/student-life/bruin-community-pantry/_assets-index/images/pantry-img_1711.webp);
}

#location-contact .u-outlineBox::after {
        content: "";
        background-repeat: no-repeat;
        width: 250px;
        height: 250px;
        position: absolute;
        right: -7rem;
        top: 2rem;
        display: block;
        border-radius: 50%;
        background-size: cover;
}

@media (max-width: 767.98px) {
#location-contact .u-outlineBox::after {
    width: 200px;
    height: 200px;
    right: -5.5rem;
    top: 1.75rem;
}
}

@media (max-width: 575.98px) {
    #location-contact .u-outlineBox::after {
        width: 175px;
        height: 175px;
        right: -1.5rem;
        top: 6.5rem;
    }
}


@media (max-width: 380px) {
    #location-contact .u-outlineBox::after {
        display: none;
    }
}

@media (max-width: 1199.89px) {
#location-contact .u-grid2Columns {
    grid-template-columns: 1fr;
}
}

/*location contact icons*/

.phoneIcon:before, .emailIcon:before {
	content: "";
    width: .9em;
    height: .9em;
    margin: 0 .4em 0 .2em;
    top: 0.1em;
    position: relative;
    display: inline-block;
    background-color: var(--gfColors-slateText);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.phoneIcon:before {
	-webkit-mask-image: url('/__template/t1/images/phone.svg');
    mask-image: url('/__template/t1/images/phone.svg');
}

.emailIcon:before {
    -webkit-mask-image: url('/__template/t1/images/email.svg');
    mask-image: url('/__template/t1/images/email.svg');
}

.emailIcon {
  word-break: break-word;
}


/*SUPPORTING STUDENTS*/
 #supporting-students.wysiwyg--slate {
     background-color: var(--gfColors-slate20);
     position: relative;
}
@media (min-width: 1200px){
 #supporting-students.wysiwyg::before {
        content: "";
    background-repeat: no-repeat;
    width: 219px;
    height: 350px;
    position: absolute;
    right: 4.5rem;
    top: 0rem;
    display: block;
    background-size: contain;
    transform: rotate(-35deg);
    background-image: url(/offices/student-life/bruin-community-pantry/_assets-index/images/veggies.svg);
 }
}

#supporting-students .container {
    position: relative;
}


/*HEBREWS 13:16*/

#hebrews p.verse {
    line-height: 2.5rem;
}

#hebrews p.verse span.u-thirstySoftExtraBold {
    color: var(--gfColors-gold);
}

#hebrews .sideBySide-content {
    align-content: center;
    display: grid;
    background-color: var(--gfColors-navyAccent);
}

@media (min-width: 1200px) {
    #hebrews .sideBySide-content {
        margin-top: 12rem;
    }
}