<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vidDashContainer {
    overflow-x:hidden;
    overflow-y:auto;
    padding: 0px 0px 5px 0px;
}
.vidOuterContainer {
	position:relative;
    width:100%;
    padding-bottom:3px;
    padding-top:2px;
}
.vidLeftInner {
	float:left;
	width:80px;
	height:60px;
}
.vidRightInner {
    float:left;
}
.vidThumbnail {
    margin-left:6px;
    margin-right:6px;
    margin-top:6px;
    -moz-box-shadow: 2px 2px 5px .25px #777;
    -webkit-box-shadow: 2px 2px 5px .25px #777;
    box-shadow: 2px 2px 5px .25px #777;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=0, enabled='false');
}
.vidTitle {
    margin-top:6px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px;
    font-size:11px;
    font-weight:700;
    line-height:14px;
    overflow:hidden;
}
.vidDescription {
	font-size: 10px;
}
.vidShare {
    margin-top:2px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
}
.vidDashboard a:link,
.vidDashboard a:visited,
.vidDashboard a:hover,
.vidDashboard a:active {
    border:none;
    text-transform:none;
}

/* JCS-specific styles */
.vidOuterContainerJCS {
		position:relative;
    width:100%;
    padding-bottom:3px;
    padding-top:2px;
		height:88px;
}
a.vidAnchorJCS {
	color:#333 !important;
}
a.vidAnchorJCS:hover {
	color:#6C4A00 !important;
}
.vidDividerJCS {
		float:left;
		margin:3px 0 0 8px;
}
.vidFooterJCS {
		float:right;
		margin-top:7px;
}
.vidRSSJCS {
		height:14px;
		width:14px;
		display:block;
		float:right;
		background:url('/desktopmodules/VideoDashboard/Images/vidRSSJCS.png');
}
a.vidMoreLinkJCS,
a.vidMoreLinkJCS:hover,
a.vidMoreLinkJCS:active,
a.vidMoreLinkJCS:visited {
		height:14px;
		width:47px;
		display:block;
		float:right;
		font-family: Arial, sans-serif;
		font-size:12px;
		color:#333;
		text-decoration:none;
}
.vidTitleContainer {
		height:34px;
		overflow:hidden;
}
.vidTitleJCS {
    margin-top:6px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px;
		font-family:Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:12px;
}

.vidDescriptionContainer {
		height:42px;
		overflow:hidden;
}
.vidDescriptionJCS {
    padding-left:5px;
    padding-right:5px;
		font-family:Arial, sans-serif;
    font-size:10px;
    line-height:11px;
}

.vidDashContainer.template-6 .vidOuterContainer{
  margin: 0;
  padding: 20px 0;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.vidDashContainer.template-6 .vidOuterContainer:first-child{
  padding-top:0;
}
.vidDashContainer.template-6 .vidOuterContainer:last-child{
  border-bottom:none;
}
.vidDashContainer.template-6 .vidLeftInner{
  width: 33.33%;height:auto;
  padding-right: 15px;
}
.vidDashContainer.template-6 .vidRightInner{
  width: 66.66%;height:auto;
  padding-left:15px;
}
.vidDashContainer.template-6 .vidThumbnail{
  margin: 0; box-shadow:none;
}
.vidDashContainer.template-6 .vidTitle{
  padding: 0;
  margin: 0 0 10px;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
}

.vidDashContainer.template-7 {
    padding: 0 0 10px;
}
.vidDashContainer.template-7 .vidOuterContainer{
  margin: 0;
  padding: 10px 0;
  display:flex;
}
.vidDashContainer.template-7 .vidOuterContainer:hover{
    background: #f4f4f4;
}

.vidDashContainer.template-7 .vidLeftInner{
  width: 33.33%;
  height:auto;
  max-width: 250px;
  padding: 10px;
  float: none;
}
.vidDashContainer.template-7 .vidRightInner{
  flex:1;
  height:auto;
  padding:10px;
  float: none;
}

.vidDashContainer.template-7 a:hover{
    text-decoration: none;
}
.vidDashContainer.template-7 a:hover .vidTitle{
    color:#1c2347;
}

.vidDashContainer.template-7 .vidThumbnail{
  margin: 0; box-shadow:none;
}
.vidDashContainer.template-7 .vidTitle{
  padding: 0 15px 0 0;
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height:1.2;
  font-weight:500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.vidDashContainer.template-7 .vidMeta {
    font-size: 12px;
    color:#707070;
}</pre></body></html>