<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-y: scroll;
}

body {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.banner-inject {
    padding: 0.5em;
    color: #E6E6B8;
    background-color: #000;
    margin: 0 0 1em;
}
/*
COLORBOX
------------------------------------------------------------- */
/*
    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: 9999;
    overflow: hidden;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#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;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 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: #fff;
    background: #000;
    opacity: 1 !important;
}
#colorbox {
}
#cboxTopLeft {
    width: 10px;
    height: 10px;
}
#cboxTopCenter {
    height: 10px;
}
#cboxTopRight {
    width: 10px;
    height: 10px;
}
#cboxBottomLeft {
    width: 10px;
    height: 10px;
}
#cboxBottomCenter {
    height: 10px;
}
#cboxBottomRight {
    width: 10px;
    height: 10px;
}
#cboxMiddleLeft {
    width: 10px;
}
#cboxMiddleRight {
    width: 10px;
}
#cboxContent {
    background: #fff;
    background: #000;
    overflow: hidden;
}
.cboxIframe {
    background: #fff;
    background: #000;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin: 24px 24px 0 24px;
    margin: 24px;
    margin: 24px 36px 24px 36px;
}
#cboxTitle {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ccc;
    font-size: 0.875em;
    font-weight: 700;
}
#cboxCurrent {
    position: absolute;
    top: 3px;
    left: 0;
    color: #ccc;
    font-size: 0.875em;
}
#cboxSlideshow {
    position: absolute;
    top: 0px;
    right: 42px;
    color: #444;
    color: #999;
}
#cboxPrevious {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    color: #999;
    background: url(../graphics/cbox/cbox_controls.png) no-repeat -24px 0;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
}
#cboxPrevious:hover {
    background-position: -24px -24px;
}
#cboxNext {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    color: #999;
    background: url(../graphics/cbox/cbox_controls.png) no-repeat -48px 0;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
}
#cboxNext:hover {
    background-position: -48px -24px;
}
#cboxLoadingOverlay {
    background: #000 url(../graphics/cbox/loading.gif) no-repeat center center;
}
#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #999;
    background: url(../graphics/cbox/cbox_controls.png) no-repeat 0 0;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
}
#cboxClose:hover {
    background-position: 0 -24px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
</pre></body></html>