/*Video homepage */

#video-homepage{
	background: url(../images/video-bg.png) no-repeat;
	padding: 48px 44px 0px 40px;
	margin-bottom: 45px;
}

#video-homepage .wrapper{
	border-bottom: 1px solid #e6e6e6;
	height: 221px;
}

#video-homepage img{
	float: left;
	margin-top: 8px;
	margin-left: 56px;
}

#video-homepage .video-description{
	width: 428px;
	float: right;
}

#video-homepage p{
	font-size: 16px;
	line-height: 26px;
	color: #181818;
	padding-bottom: 25px;
}

#video-homepage a.button{
	margin-right: 10px;
}

#video-homepage a.link{
	color: #192c48;
	font-weight:bold;
	font-style:italic;
	font-size: 14px;
	text-decoration: underline;
}

#video-homepage a:hover{
	color: black;
}

/* Homepage widgets */

ul.homepage-widgets{
	margin-top: 40px;
	margin-left: -25px;
}

ul.homepage-widgets li{
	width: 154px;
	float: left;
	font-size: 12px;
	margin-left: 24px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/*Homepage sidebar */

.homepage-sidebar{
	float: right;
	width: 340px;
	padding-right: 20px;
	padding-left: 40px;
}


.homepage-sidebar ul{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.homepage-sidebar ul li{
	margin-bottom: 30px;
}

.homepage-sidebar h3{
	margin-left: 0px;
	margin-bottom: 35px;
}

.homepage-sidebar .news-title{
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.homepage-sidebar .news-title h4{
	font-size: 16px;
	color: #120909;
	line-height: 20px;
	font-weight: bold;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.homepage-sidebar .news-title span.date{
	color: #AFAFAF;
}

.homepage-sidebar .news-content{
	margin-bottom: 13px;
}

.homepage-sidebar .news-content .news-thumb{
	float: left;
	margin:5px 20px 0 0;
	width:100px;
	height:100px;
	overflow:hidden;
	border:1px solid #ddd;
	background:url(../images/news-placeholder.jpg) no-repeat left top;
}

.homepage-sidebar .news-content p{
	padding-right: 5px;
	max-height: 100px;
	overflow: hidden;
}

.homepage-sidebar a.button, .bottom-news a.button,.category-news a.button{
	padding: 2px 9px;
}

.homepage-sidebar a.button span, .bottom-news a.button span, .category-news a.button span{
	background: url(../images/continue-button-bg.png) no-repeat right center;
	width: 300px;
	padding-right: 15px;
	background-position: right 5px;
}

.homepage-sidebar a.all-news{
	color: #78A8D7;
	background: url(../images/all-news.png) no-repeat left center;
	padding-left: 20px;
	line-height: 14px;
	text-decoration: none;
}

.homepage-sidebar a.all-news:hover{
	color: #00326D;
}