#galleryCategories {text-align:center;padding:10px;margin-bottom:10px;border-radius:5px;color:var(--theme_secondary_color);background-color:var(--theme_secondary_background_color);}#galleryCategories h3 {text-align:center;font-size:1.4em;margin:0px;padding:0px 0px 10px 0px;}#galleryCategories li {margin:0px;padding:0px;list-style:none;}#galleryCategories li a {margin:0px;padding:10px;display:block;text-decoration:none;border-bottom:1px solid #FFF;}#galleryCategories li:last-of-type a {border-bottom:none;}#galleryCategories li a:active,#galleryCategories li a:hover,#galleryCategories li a:focus {text-decoration:none;}@media screen and (min-width:1200px) {#galleryCategories {text-align:left;}}.listGalleryImages {padding-top:5px;display:flex;flex-flow:column;gap:10px;justify-content:space-between;}.listGalleryImages .galleryImage,#searchResultsContainer .galleryImage {background:#FFF;text-align:center;min-height:180px;min-width:180px;border-radius:5px;box-shadow:0 5px 5px -3px rgba(000,000,000,0.3);}.listGalleryImages .galleryImageThumb,#searchResultsContainer .galleryImageThumb {line-height:150px;height:150px;display:block;overflow:hidden;}.listGalleryImages img,#searchResultsContainer img {margin:0px;padding:0px;vertical-align:middle;width:100%;max-width:140px;}.listGalleryImages .title,#searchResultsContainer .title {padding-top:5px;padding-bottom:5px;border-top-style:none;border-bottom-style:none;color:#8ADCFF;height:20px;line-height:20px;overflow:hidden;font-size:0.8em;}.listGalleryImages .galleryVideo .title,#searchResultsContainer .galleryVideo .title {padding-left:25px;background:url(../images/icon_gallery_video.png) no-repeat left top;text-align:left;}.viewGalleryImage {position:relative;}.viewGalleryImage figure {margin-bottom:20px;text-align:center;padding-top:5px;}.viewGalleryImage figure img {background-color:#FFF;box-shadow:0 5px 5px -3px rgba(000,000,000,0.3);margin-bottom:5px;max-width:100%;}#numImageViews {font-size:0.8em;line-height:64px;color:var(--theme_alert_bar_color);background:var(--theme_alert_bar_background_color);height:64px;width:64px;text-align:center;margin:0px 0px 5px;padding:0px;border-radius:50%;position:absolute;border:3px solid #FFFFFF;top:-32px;right:-15px;}@media all and (min-width:640px), print {.listGalleryImages {flex-flow:row wrap;}.listGalleryImages .galleryImage,#searchResultsContainer .galleryImage {}}@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {}@media all and (device-width:768px) and (device-height:1024px) and (orientation:landscape) {}