<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden; -webkit-transform:translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent {box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity:0.5; filter:alpha(opacity = 50);}
#colorbox {outline:0;}
    #cboxContent{margin-top:32px; margin-bottom:38px; overflow:visible; background:#fff; border-radius:3px 0 3px 3px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:2px; border-radius:3px 0 3px 3px;}
        #cboxLoadingGraphic{background:url(../../img/loading-green.svg) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-30px; left:0; color:#000; background:#fff; width:100%; text-align:left; font-size:14px; overflow:hidden; line-height:30px; height:31px; padding:0px 30px 0px 10px; box-sizing:border-box; }
        #cboxTitle:empty {display:none !important;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:20px; height:20px; position:absolute; top:-20px; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious {left:10px; top:50%; width:60px; height:60px; margin-top:-30px; opacity:0.5; background:transparent; color:#ccc; border-radius:5px;}
	        #cboxPrevious span {font-size:36px; line-height:60px;}
        #cboxPrevious:hover {opacity:1; color:#ebbc00; }

        #cboxNext {right:10px; top:50%; width:60px; height:60px; margin-top:-30px; opacity:0.5; background:transparent; color:#ccc; border-radius:5px;}
        #cboxNext span {font-size:36px; line-height:60px;}
        #cboxNext:hover{opacity:1; color:#5bc029;}

        #cboxClose {right:0; background:#fff; width:30px; height:30px; top:-30px; border-radius:3px 3px 0 0;}
	        #cboxClose span {color:#e83a3a; font-size:22px; }
        #cboxClose:hover span {color:#5bc029;}

        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

.holidayBanner #cboxTitle{display:none;}
.holidayBanner #cboxContent {margin-bottom:0; border-radius:7px 0 7px 7px;}
.holidayBanner #cboxLoadedContent {border-radius:7px 0 7px 7px; overflow:hidden; }


</pre></body></html>