/*Subnav Color Override*/
.openSubnav{
    background-color: rgba(54, 102, 38, 1) !important;
}
.page .openSubnav:hover{
    text-shadow: 0 0 #c9e4bc !important;
    background-color: rgba(0, 0, 0, .8) !important;
}
.subnav{
    background: linear-gradient(180deg, rgba(54, 102, 38, 1) 0%, rgba(49, 107, 29, 1) 450px, rgba(31, 122, 1, 1) 100%) !important;
}
.subnavBackground{
    background: linear-gradient(180deg, rgba(54, 102, 38, 1) 0%, rgba(49, 107, 29, 1) 450px, rgba(31, 122, 1, 1) 100%) !important;
}
.subnav a.closeSubnav, .subnav a.closeSubnav:active, .subnav a.closeSubnav:visited{
    background-color: rgba(54, 102, 38, 1) !important;
}
.subnav a.closeSubnav:hover{
    background-color: rgba(0, 0, 0, .8) !important;
}
/*Content Boxes - Container*/
.communityCenterFolders .communityCenters{
    margin-right:-15px;
    display:none;
    position:relative;
    font-size:0px;
    line-height:0px;
}
.communityCenterFolders .communityCenters.show{
    display: block;
    /*padding: 15px;*/
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 0px;
    line-height: 0px;
    /*background-color: #1b4673;*/
}
.communityCenterFolders .communityCenters .communityCenter{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.4em;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33.333% - 15px);
    position: relative;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px #425533;
}
@media screen and (max-width:900px){
    /*Default Dimensions if 8 or more below*/
    .communityCenterFolders .communityCenters .communityCenter{
        width:calc(50% - 15px);
    }
}
@media screen and (max-width:600px){
    /*Default Dimensions if 8 or more below*/
    .communityCenterFolders .communityCenters .communityCenter{
        width:calc(100% - 15px);
    }
}
.content .communityCenterFolders h1{
    color:#3e5632;
}
.content .communityCenterFolders h2{
    color:#3e5632;
}
.content .communityCenterFolders h3{
    color:#3e5632;
}
.content .communityCenterFolders h4{
    color:#3e5632;
}
.content .communityCenterFolders h5{
    color:black;
}
.pageContent .communityCenter a:link, .pageContent .communityCenter a:active, .pageContent .communityCenter a:visited{
    color:#3e5632;
}
.pageContent .communityCenter a:hover{
    color:black;
}
/*Content Box Title Text*/
.contentHiddenByDefault{
    display:none;
}
.communityCenterFolders .communityCenters .communityCenter .communityCenterTitle{
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    position:relative;
}
.communityCenterFolders .communityCenters .communityCenter .communityCenterTable{
    display:table;
    width:100%;
}
.communityCenterFolders .communityCenters .communityCenter .communityCenterTableCell{
    display:table-cell;
    vertical-align:middle;
}
/*Show Top*/
.communityCenterFolders .communityCenters.titleOnTop .communityCenter.communityCenterLink{
    display:block;
}
/*Title Link Styles*/
.pageContent .communityCenters .communityCenterLink, .pageContent .communityCenters a.communityCenterLink, .pageContent .communityCenters a.communityCenterLink:link, .pageContent a.communityCenterLink:active, .pageContent a.communityCenterLink:visited{
    text-decoration:none;
    position:relative;
    color: #1e354d;
}
.pageContent .communityCenters a.communityCenterLink:hover{
    text-decoration:underline;
    color:black;
}
/*Community Center Image*/
.communityCenterImage{
    height: 0px;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0px;
}
/*Default Images*/
.communityCenter:nth-of-type(5n + 1) .communityCenterImage.default{
    background-image:url(/App_Themes/coj3/images/exploreJax/if_empty/placeholder_one.jpg);
}
.communityCenter:nth-of-type(5n + 2) .communityCenterImage.default{
    background-image:url(/App_Themes/coj3/images/exploreJax/if_empty/placeholder_two.jpg);
}
.communityCenter:nth-of-type(5n + 3) .communityCenterImage.default{
    background-image:url(/App_Themes/coj3/images/exploreJax/if_empty/placeholder_three.jpg);
}
.communityCenter:nth-of-type(5n + 4) .communityCenterImage.default{
    background-image:url(/App_Themes/coj3/images/exploreJax/if_empty/placeholder_four.jpg);
}
.communityCenter:nth-of-type(5n + 5) .communityCenterImage.default{
    background-image:url(/App_Themes/coj3/images/exploreJax/if_empty/placeholder_five.jpg);
}
.communityCenterBar{
    width: 100%;
    height: 5px;
    background: #5895d4;
    margin-top: -5px;
    background: linear-gradient(90deg, rgb(122 200 87) 0%, rgba(62, 90, 47, 0) 100%);
    position: relative;
}
.communityCenterFolders .communityCenterInfo{
    background:white;
    padding:15px;
    padding-bottom:5px;
    font-size:15px;
    line-height:1.4em;
    min-height:89px;
}
.communityCenterTitleOverflow{
    overflow: hidden;
    max-height: 42px;
    min-height: 42px;
    margin-bottom: 5px;
}
.communityCenterTitleClamp{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.communityCenterTitleLink{
    font-weight: bold;
    text-decoration: none !important;
}
.communityCenterTitleLink:hover{
    text-decoration: underline !important;
}
.communityCenterFolders .communityCenterLinks{
    background:white;
    padding:15px;
    padding-top:15px;
    padding-bottom: 10px;
    font-size:15px;
    line-height:1.2em
}
/*ommunity Center Image Spacer*/
.pageContent .communityCenters .communityCenterImageSpacer.True{
    display:none;
}
.pageContent .communityCenters .communityCenterImageSpacer.False{
    display:none;
}
/*ommunity Center Styles*/
.pageContent .communityCenters .communityCenterContent{
    position:relative;
}
/*Hide ommunity Center Box Input*/
.communityCenterList{
    display:none;
}
/*Phone Number Clamp*/
.phoneOverflow{
    max-height: 22px;
    overflow: hidden;
}
.phoneClamp{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
/*Address Line Clamp*/
.addressOverflow{
    max-height: 22px;
    overflow: hidden;
}
.addressClamp{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
/*Link Button Styles*/
.communityCenterLinks a, .communityCenterLinks a:active, .communityCenterLinks a:visited{
    color:white !important;
    background-color:#3e5632;
    padding:5px;
    padding-left:8px;
    padding-right:8px;
    border-radius:5px;
    margin-right:5px;
    margin-bottom:5px;
    display:inline-block;
    line-height:1.2em;
    text-decoration:none !important;
}
.communityCenterLinks a:hover{
    color:white !important;
    background-color:black;
    text-decoration:none !important;
}
.communityCenterLinksOverflow{
    overflow: hidden;
    max-height: 33px;
}
/*Community Center Detail View Styles*/
.fixedContentNav{
    display:none;
}
/*Down arrow Community Centrs Style*/
.fixedSlideScrollDown{
    text-decoration:none;
    color:white;
    font-size:15px;
    line-height:1em;
    text-shadow: -1px 1px rgba(0, 0, 0, 0.5);
}
.fixedSlideScrollDownArrow{
    background-image: url('/App_Themes/jax01/images/communityCenters/fullScreenSlideDownArrowGreen.png');
    border-radius: 50px;
    box-shadow: 0px 0px 0px 2px #bef589;
    transition:box-shadow 0.4s;
}
.fixedSlideScrollDown:hover{
    margin-bottom:0px;
}
.fixedSlideScrollDown:hover .fixedSlideScrollDownArrow{
    box-shadow: 0px 0px 0px 5px #bef589;
}
.communityCenterContent{
    margin-top:5px;
    padding-left: 30px;
}
/*Old Detail View Styles*/
.communityCenterDetailView .viewAdditionalSummary{
    margin-bottom:10px;
}
.communityCenterDetailView .viewPhonenumber{
    margin-bottom:10px;
}
.communityCenterDetailView .address{
    margin-top:5px;
    margin-bottom: 10px;
}
.pageContent img.teaser {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
    max-width: 530px !important;
}
@media screen and (max-width: 1000px) {
    .pageContent img.teaser {
        max-width: 330px !important;
    }
}
@media screen and (max-width: 780px) {
    .pageContent img.teaser {
        float: none;
        margin-left: 0px;
        margin-bottom:0px;
    }
}
.communityCenterDetailView h2:first-of-type {
    margin-top: 15px;
}
.communityCenterDetailView .communityCenterLinks{
    display:inline;
}
.videoContainer{
    font-size:0px;
    line-height:0px;
    width:100%;
    padding-top:56.25%;
    height:0px;
    position:relative;
}
.videoContainer video{
    width: 100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}
.communityCenterTitleArea{
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 30px;
    text-shadow: -1px 1px 20px rgba(0, 0, 0, 0.5);
    line-height: 1em;
    font-size: 60px;
    max-width: 800px;
}
@media screen and (max-width:1480px){
    .communityCenterTitleArea{
        font-size: 4.25vw;
        line-height:1.25em;
    }
}
@media screen and (max-width:1280px){
    .communityCenterTitleArea{
        /*font-size: 50px;
        line-height:1em;
        margin-bottom:15px;
        max-width:100%;*/
    }
}
@media screen and (max-width:1024px){
    .communityCenterTitleArea{
        font-size: 4.8vw;
        line-height:1em;
        margin-bottom:15px;
        max-width:100%;
    }
}
@media screen and (max-width:640px){
    .communityCenterTitleArea{
        font-size: 30px;
    }
}
@media screen and (max-width:315px){
    .communityCenterTitleArea{
        font-size: 24px;
    }
}
@media screen and (max-width:280px){
    .communityCenterTitleArea{
        font-size: 8.5vw;
    }
}
.communityCenterImageArea{
    position:relative;
    width:100%;
    height:0px;
    padding-top:56.25%;
    box-shadow:0px 0px 1px black;
}
.communityCenterImageArea img{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.communityCenterImageArea video{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.communityCenterImageArea iframe{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.communityCenterDetailImage{
    font-size:0px;
    line-height:0px;
}
.communityCenterDetailImage img{
    padding:0px;
    margin:0px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.communityCenterDetailImage.hiddenByDefault{
    display:none;
}
.communityCenterTextArea{
    padding: 15px;
    background: rgb(18 45 5 / 70%);
    /*border-radius: 10px;*/
    line-height:1.5em;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.communityCenterTextArea .viewPhonenumber{
    padding-left:30px;
    margin-bottom:15px;
}
.communityCenterTextArea .viewPhonenumber .PhoneIcon{
    position: absolute;
    overflow: hidden;
    line-height: 5em;
    width: 24px;
    height: 24px;
    margin-top:-2.5px;
    margin-left: -30px;
    background-image: url('/App_Themes/jax01/images/communityCenters/phoneIcon.png');
}
.communityCenterTextArea .address{
    padding-left:30px;
    margin-bottom:15px;
}
.communityCenterTextArea .address .AddressIcon{
    position: absolute;
    overflow: hidden;
    line-height: 5em;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top:-3px;
    background-image: url('/App_Themes/jax01/images/communityCenters/addressIcon.png');
}
.communityCenterTextArea .viewAdditionalSummary{
    padding-left:30px;
}
.communityCenterTextArea .viewAdditionalSummary .AdditionalSummaryIcon{
    position: absolute;
    overflow: hidden;
    line-height: 5em;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    background-image: url('/App_Themes/jax01/images/communityCenters/additionalSummaryIcon.png');
}
.communityCenterTextArea .communityCenterLinks{
    padding-left:30px;
}
.fixedSlideContent .sixteenByNine{
    box-shadow: 0px 0px 0px 2px #c8f49d;
    border-radius:10px;
}
.fixedSlideContent .sixteenByNine video{
    border-radius:10px;
    object-fit:cover;
    object-position:center;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.fixedSlideContent .sixteenByNine iframe{
    border-radius:10px;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.fixedSlideContent .sixteenByNine img{
    border-radius:10px;
    object-fit:cover;
    object-position:center;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.fixedSlideContentBox{
    font-size:15px;
    line-height:1.5em;
}
.fixedSlideContentBox img{
    max-width:100%;
    margin:0px;
    padding:0px;
}
.fixedSlideContentBox a.reservationLink:link, .fixedSlideContentBox a.reservationLink:visited, .fixedSlideContentBox a.reservationLink:active{
    color:black !important;
    background:white;
    text-decoration:none;
    box-shadow:0px 0px 0px 2px #c8f49d;
    border-radius: 10px;
    margin:2px;
    margin-left:0px;
    margin-top: 20px;
    transition: background-color 0.4s, color 0.4s;
}
@media screen and (max-width:1280px){
    .fixedSlideContentBox a.reservationLink:link, .fixedSlideContentBox a.reservationLink:visited, .fixedSlideContentBox a.reservationLink:active{
        margin-top:15px;
    }
}
.fixedSlideContentBox a.reservationLink:hover{
    color:white !important;
    background:rgb(81, 81, 81);
    text-decoration:none;
}
.fixedSlideForegroundLeftColumn {
    line-height:1.5em;
    font-size:15px;
}
.fixedSlideForegroundLeftColumn p:first-of-type{ margin-top:0px; }
.fixedSlideForegroundLeftColumn p:last-of-type{ margin-bottom:0px; }
.fixedSlideForegroundLeftColumn h1{ 
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    margin-top:0px;
}
.fixedSlideForegroundLeftColumn h2{ 
    line-height: 1em;
    font-weight: bold;
    margin-top: 0px;
    border-bottom: 1px solid #c8f49d;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
}
.fixedSlideForegroundLeftColumn h3{ 
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundLeftColumn h4{ 
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundLeftColumn h5{ 
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundLeftColumnDarkBox{
    padding: 15px;
    /*background: linear-gradient(180deg, rgba(29, 73, 17, 0.8) 0%, rgba(24, 54, 13, 0.8) 100%);*/
    background: rgb(18 45 5 / 70%);
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.fixedSlideForegroundRightColumn {
    line-height:1.5em;
    font-size:15px;
}
.fixedSlideForegroundRightColumn p:first-of-type{ margin-top:0px; }
.fixedSlideForegroundRightColumn p:last-of-type{ margin-bottom:0px; }
.fixedSlideForegroundRightColumn h1{ 
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    margin-top:0px;
}
.fixedSlideForegroundRightColumn h2{ 
    font-size: 25px;
    line-height: 1em;
    font-weight: bold;
    margin-top:0px;
}
.fixedSlideForegroundRightColumn h3{ 
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundRightColumn h4{ 
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundRightColumn h5{ 
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundRightColumn > img{
    box-shadow: 0px 0px 0px 2px #c8f49d;
    border-radius: 10px;
    height:auto !important;
    width:100%;
}
.fixedSlideForegroundRightColumn > iframe{
    box-shadow: 0px 0px 0px 2px #c8f49d;
    border-radius: 10px;
}
.fixedSlideForegroundRightColumn > video{
    box-shadow: 0px 0px 0px 2px #c8f49d;
    border-radius: 10px;
}
.fixedSlideForegroundFull {
    line-height:1.5em;
    font-size:15px;
}
.fixedSlideForegroundFull p:first-of-type{ margin-top:0px; }
.fixedSlideForegroundFull p:last-of-type{ margin-bottom:0px; }
.fixedSlideForegroundFull h1{ 
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    margin-top:0px;
}
.fixedSlideForegroundFull h2{ 
    font-size: 25px;
    line-height: 1em;
    font-weight: bold;
    margin-top:0px;
}
.fixedSlideForegroundFull h3{ 
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundFull h4{ 
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideForegroundFull h5{ 
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 0px;
}
.fixedSlideBackgroundOverlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.fixedSlideBackgroundOverlay.OverlaySolid{
    background: linear-gradient(90deg,rgba(35, 83, 19, 0.8) 0%, rgba(73, 173, 40, 0.8) 100%);
}
.fixedSlideBackgroundOverlay.OverlayHalfSolid{
    background: linear-gradient(90deg,rgba(35, 83, 19, 0.45) 0%, rgba(73, 173, 40, 0.45) 100%); 
}
.fixedSlideBackgroundOverlay.NoOverlay{
    background: rgba(35, 83, 19,0);     
}
.fixedSlideBackgroundOverlay.OverlayFlowLeft{
    background: linear-gradient(90deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%);
}
.fixedSlideBackgroundOverlay.OverlayFlowRight{
    background: linear-gradient(270deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%);  
}
.fixedSlideBackgroundOverlay.OverlayFlowUp{
    background: linear-gradient(180deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%);  
}
.fixedSlideBackgroundOverlay.OverlayFlowDown{
    background: linear-gradient(0deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%);  
}
.fixedSlideBackgroundOverlay.OverlayFlowDiagonalRightUp{
    background: linear-gradient(225deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%);
}
.fixedSlideBackgroundOverlay.OverlayFlowDiagonalRightDown{
    background: linear-gradient(315deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%); 
}
.fixedSlideBackgroundOverlay.OverlayFlowDiagonalLeftUp{
    background: linear-gradient(135deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%);
}
.fixedSlideBackgroundOverlay.OverlayFlowDiagonalLeftDown{
    background: linear-gradient(45deg,rgba(35, 83, 19, 0.9) 0%, rgba(73, 173, 40, 0.6) 50%, rgba(73, 173, 40, 0) 100%); 
}
.fixedSlideGalleryContainer.hasChildren .fixedSlideGalleryBackgroundOverlay{
    /*background: linear-gradient(90deg,rgba(35, 83, 19, 0.45) 0%, rgba(73, 173, 40, 0.45) 100%);*/
}
.fixedContentNavBackToParent{
    background-color:rgba(95, 156, 37, 1);
}
.fixedContentNavBackToTop{
    background-color:rgba(95, 156, 37, 1);
}
/*Fixed Slide Gallery Styles Unique to Community Centers*/
.fixedSlideGalleryPreviousDescription{
    padding: 15px;
    font-size: 15px;
    line-height: 1.2em;
    background: rgb(18 45 5 / 70%);
    min-height:150px;
    display:none;
}
@media screen and (max-width:800px){
    .fixedSlideGalleryPreviousDescription{
        min-height:0px;
    }
}
.fixedSlideGalleryPreviousDescription h2{
    margin-top:0px;
    padding-bottom:15px;
    border-bottom:1px solid #c8f49d;
    margin-bottom:15px;
}
.fixedSlideGalleryCurrentDescription{
    padding: 15px;
    font-size: 15px;
    line-height: 1.2em;
    background: rgb(18 45 5 / 70%);
    min-height:150px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
@media screen and (max-width:800px){
    .fixedSlideGalleryCurrentDescription{
        min-height:0px;
    }
}
.fixedSlideGalleryCurrentDescription h2{
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8f49d;
    margin-bottom: 15px;
    font-size: 22px;
}
.fixedSlideGalleryPicture0{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.fixedSlideGalleryPicture1{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.fixedSlideGalleryPicture2{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.fixedSlideGalleryPicture3{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.fixedSlideGalleryPicture4{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #c8f49d;
}
.fixedSlideGallerySquareButton.active{
    background-color:#688c45;
}
.pageContent .communityCenter a.reservationLink:link, .pageContent .communityCenter a.reservationLink:active, .pageContent .communityCenter a.reservationLink:visited{
    color: white !important;
}
.pageContent .communityCenter a.reservationLink:hover{
    color: white !important;
}
.pageContent .communityCenter a.moreInfoLink:link, .pageContent .communityCenter a.moreInfoLink:active, .pageContent .communityCenter a.moreInfoLink:visited{
    color: white !important;
}
.pageContent .communityCenter a.moreInfoLink:hover{
    color: white !important;
}
.gallery_show.show{
    background-color: rgb(16 67 27 / 80%);
}