@charset "utf-8";
/* CSS Document */

.mainSort{
	border:1px solid #dddde5; 
	display:inline-flex; 
	background:url(../img/repeat-sprite.png) 0 -85px repeat-x;
	margin-bottom:25px;
	width:99%;
}

.mainSort>*{
	float:left;
}

.mainSort > div:last-child{
	border-left:1px solid #dddde5;
}

.mainSort > div:first-child{
	border-right:1px solid #dddde5;
}

.mainSort > div:nth-child(3){
	border-left:1px solid #dddde5;
}

/*.preAll a {
  padding: 10px 14px;
  display: block;
  border-left:1px solid #dddde5;
  font-family: 'proxima_nova_ltsemibold';
  color:#8b95a2;
}*/
.videolist li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  
}
.videolist li span{
    font-family: 'proxima_nova_ltsemibold';
    color: #A0A0A0;
	font-style: italic;
}
.videolist li.clear {
    width: 100%;
}
#yearlyTabs{
	height:39px;
	  width: 100%;
	overflow:hidden;
	white-space:nowrap;
}

#yearlyTabs>li{
	display:inline-block;
	border-left:1px solid #dddde5;
	font-family: 'proxima_nova_ltsemibold';
	color:#d4d7dc;
}

#yearlyTabs>li:first-child{
	border-left:0;
}

.disableYear{
	padding:9px 38px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#yearlyTabs a{
	padding:10px 21.5px;
	display:block;
	color:#8b95a2;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#yearlyTabs a:hover{
	background:#fff;
	color:#1c64a1;
}

.preNext a{
	padding:10px 14px;
	display:block;
}

#prevIcon{
	background:url(../img/sprite.png) -56px -11px no-repeat;
	height:10px;
	width:10px;
}

a:hover > #prevIcon {
	background:url(../img/sprite.png) -56px -28px no-repeat;
}

#nextIcon{
	background:url(../img/sprite.png) -77px -11px no-repeat;
	height:10px;
	width:6px;
	padding:0 4px;
}

a:hover > #nextIcon{
	background:url(../img/sprite.png) -77px -28px no-repeat;
}

.disablePointer{
	padding:9px 14px;
	cursor: pointer;
}

#sortYearly{
	display:none;
}

/* Video Thumbnail */
.mainVideo{
	margin-bottom:20px;
	float:left;
	width:200px;
}

.videoFrame{
	width:170px; 
	height:150px; 
	background:#eeeff1;
	border:1px solid #cbcbcb; 
	padding:5px;
}

.videoThumb{
	height:150px; 
	width:170px; 
	background:url(../img/videoBG.png); 
	overflow:hidden; 
	font-size:0.9em; 
	position:relative;
}

.playIcon{
	height:35px; 
	width:35px; 
	background:url(../img/sprite.png) -150px -11px no-repeat;
	position:absolute; 
	top:2px; 
	left:2px;
}

.videoThumb>a{
	color: #fff; 
	display: table-cell; 
	height: 150px; 
	width: 170px; 
	text-align: center; 
	padding: 0 5px; 
	vertical-align: middle; 
	position: relative;
	z-index:1;
}

.videoThumb>a:hover + .playIcon{
	background:url(../img/sprite.png) -150px -61px no-repeat;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.duration{
	position:absolute; 
	height:12px; 
	background:#FFF; 
	right:1px; 
	bottom:1px; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:11px; 
	color:#123d8f; 
	padding:0 3px 2px;
}

.mainVideo>span{
	font-size:12px; 
	color: #576072; 
	position: relative; 
	top: 3px;
	width: 182px;
	display: block;
	text-align: center;
	height:42px;
	
}

ul.vdoContainer{
	margin:30px 1% 10px;
}

.updates>p{
	margin:15px 2%;
}
.videoInfoPanel{
    margin:2px 0 10px 0;
    color: #666;
    font-size: .8em;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
.videoContainer{
    width: auto;
    margin: auto;
}

.adoContainer{
    margin: 0 0 20px 0;
}
.adoContainer li{
    line-height: 28px;
}
.adoContainer a{
    color: #336699;
}

.videoContainer {
	position: relative;
	padding-bottom: 72.25%;
	height: auto;
	overflow: hidden;
	max-width: 100%;
	min-height: 100px;
}

.videoContainer iframe, .videoContainer object, .videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}