<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Core Colorbox Styles ***/

#colorbox, #cboxOverlay, #cboxWrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay
{
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft
{
	clear: left;
}

#cboxContent
{
	position: relative;
	overflow: hidden;
}

#cboxLoadedContent
{
	overflow: auto;
}

#cboxLoadedContent iframe
{
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
}

#cboxTitle
{
	margin: 0px;
}

#cboxLoadingOverlay, #cboxLoadingGraphic
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
	cursor: pointer;
}

/*** User Styles ***/

#cboxOverlay
{
	background: #333;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

#colorbox
{
	border: 1px solid #666;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px #000;
	-moz-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
}

#colorbox #cboxTopLeft
{
	width: 10px;
	height: 10px;
}
	
#colorbox #cboxTopRight
{
	width: 10px;
	height: 10px;
}
	
#colorbox #cboxBottomLeft
{
	width: 10px;
	height: 10px;
}
	
#colorbox #cboxBottomRight
{
	width: 10px;
	height: 10px;
}
	
#colorbox #cboxMiddleLeft
{
	width: 10px;
}
	
#colorbox #cboxMiddleRight
{
	width: 10px;
}
	
#colorbox #cboxTopCenter
{
	height: 10px;
}
	
#colorbox #cboxBottomCenter
{
	height: 10px;
}
	
#colorbox #cboxContent 
{
	background: #fff;
}

#colorbox #cboxContent #cboxLoadedContent
{
	/*margin-bottom:28px;*/
}

#colorbox #cboxContent #cboxTitle
{
	position: absolute;
	bottom: 4px;
	left: 0px;
	text-align: center;
	width: 100%;
	color: #949494;
	display: none !important; /* Added Style */
}

#colorbox #cboxContent #cboxCurrent
{
	position: absolute;
	bottom: 4px;
	left: 58px;
	color:#949494;
	display: none; /* Added Style */
}

#colorbox #cboxContent #cboxSlideshow
{
	position: absolute;
	bottom: 4px;
	right: 30px;
	color:#0092ef;
	display: none; /* Added Style */
}

#colorbox #cboxContent #cboxPrevious
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*background:url(../images/controls.png) -75px 0px no-repeat;*/
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: none; /* Added Style */
}

#colorbox #cboxContent #cboxPrevious.hover
{
	background-position: -75px -25px;
}

#colorbox #cboxContent #cboxNext
{
	position: absolute;
	bottom: 0px;
	left: 27px;
	/*background:url(../images/controls.png) -50px 0px no-repeat;*/
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: none; /* Added Style */
}

#colorbox #cboxContent #cboxNext.hover
{
	background-position: -50px -25px;
}

#colorbox #cboxContent #cboxLoadingOverlay
{
	background: url(https://scv10mr-cdnpre-p-cus-00.azureedge.net/Assets/images/loading_background.png) center center no-repeat;
}

#colorbox #cboxContent #cboxLoadingGraphic
{
	background: url(https://scv10mr-cdnpre-p-cus-00.azureedge.net/Assets/images/loading.gif) center center no-repeat;
}

#colorbox #cboxContent #cboxClose
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	/* background: url(../images/controls.png) -25px 0px no-repeat; */
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: none !important; /* Added Style */
}

#colorbox #cboxContent #cboxClose.hover
{
	background-position: -25px -25px;
}


/*** Begin Video Modal Styles ***/

:-moz-any-link:focus
{
	outline: none;
}

div.mediaContainer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.mediaContainer embed, div.mediaContainer object
{
	margin: 0px;
	padding: 0px;
}

div.mediaTitle
{
	padding: 10px;
	/*background: url("../images/video_title_bg.gif") top left repeat-x #f4f4f4;*/
	background:#f4f4f4;
	border-bottom: 1px solid #ddd;
}

div.mediaTitle div.controls
{
	overflow: auto;
}

div.mediaTitle div.controls p.title
{
	color: #333;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	width: 80%;
	float: left;
	font-family: "Calibri", "Arial", sans-serif;
}

div.mediaTitle div.controls p.close
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	float: right;
	/* width: 10%; */
	text-align: right;
}

div.mediaTitle div.controls p.close a:link, div.mediaTitle div.controls p.close a:active, div.mediaTitle div.controls p.close a:visited, div.mediaTitle div.controls p.close a:hover
{
	color: #226a85;
	text-decoration: underline;
}

div.mediaDescription p
{
	font-size: 10px;
	color: #666;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

div.mediaContainer
{
	text-align: center;
	clear: both;
}

div.mediaContainer img
{
	display: inline;
}

div.mediaInfo
{
	display: none;
}

div#modalContentBody
{
	position: relative;
	z-index: 1000;
}

div.mediaContainer
{
	position: relative;
	z-index: 1001;
}

/*** End Video Modal Styles ***/</pre></body></html>