.resourcesPopUpGroup{
    width: 70%;
    max-width: 800px;
    overflow: auto;
    height: 90%;
    justify-content: flex-start;
    border-radius: 7px;
}

/* width */
.resourcesPopUpGroup::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.resourcesPopUpGroup::-webkit-scrollbar-track {
background: #f1f1f100;

}

/* Handle */
.resourcesPopUpGroup::-webkit-scrollbar-thumb {
background: #888;
border-radius: 50px;
}

/* Handle on hover */
.resourcesPopUpGroup::-webkit-scrollbar-thumb:hover {
background: var(--UI-color-orange);
}


.rp_innerPopUpGroup{
    margin: 0 50px;
    font-size: 12px;
}

.rp_line{
    background-color: #e0e0e0;
    width: -webkit-fill-available;
    height: 2px;
}

.rp_innerLine{
    background-color: #e0e0e0;
    width: 40%;
    height: 2px;
}

.rp_groupTitle{
    font-size: 20px;
    text-align: center;
    margin: 14px;
}

/* top banner */

.rp_topTitleGroup{
    background-image: url("/images/civita/civita_bg.jpg");
    background-position: center;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 127px;
    flex-direction: column;
}

.rp_topOverlay{
    background-color: rgba(0, 0, 0, 0.5);
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    position: absolute;
}

.rp_topTitle{
    font-size: 30px;
    z-index: 2;
}

.rp_topTitleSite{
    font-size: 16px;
    z-index: 2;
}

/* navigation */

.rp_navMenu{
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 15px;
}

.rp_navButton{
    color: white;
    background-color: #797979;
    border-radius: 50px;
    width: 82px;
    margin: 0 6px;
    padding: 3px 0;
    cursor: pointer;
}

.rp_navButton:hover{
    background-color: #c7c7c7;
}

.rp_navButton a{
    color: unset;
}


/* about - additional info */

    
.rp_addTextGroup{

}


.rp_addText{
    column-count: 2;
    font-size: 11px;
    margin-bottom: 10px;
}

/* gallery */

.rp_galleryParent{

}

.rp_galleryActive{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.rp_galleryActiveImage img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.rp_galleryActiveImage video{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.rp_galleryActiveTitle{
    font-weight: 600;
    margin-top: 10px;
    font-size: 13px;
}

.rp_galleryActiveInfo{
    text-align: center;
    height: 40px;
}

.rp_galleryNav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.rp_galleryNavButton{
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border: solid 1px #cacaca;
    border-radius: 10px;
    cursor: pointer;
}

.rp_galleryNavButton:hover{
    outline: 2px solid #8e8e8e;
}

.rp_galleryNavButton img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: inherit;
}

/* links */

.rp_linksGroup{
    text-align: center;

}

.rp_links{
    line-height: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rp_linkGorup{
    margin: 10px;
}

.rp_linkGroupFirst{
    margin-top: 0;
}

.rp_linkTitle{
    font-weight: bold;
    font-size: 13px;
}

.rp_linkInfo{

}

.rp_link{

}

/* partners */

.rp_partnersParent{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.rp_partnersParent img{
    margin: 0 15px;
    height: 25px;
}

/* contact */

.rp_contactGroup{
    text-align: center;
}