.header_top {
    color: #fff;
}
.header_top ul.menu li a {
    color: #fff;
}
.hornav > ul > li > a {
    font-size: inherit;
    letter-spacing: 0;
}
.page-header h1 {
    padding: 0 15px;
}
.videos-grid {
	display: flex;
	flex-wrap: wrap;
}
.video-box {
	width: 50%;
	margin: 10px auto;
}
.newsfeed {
	list-style: none;
	margin: 0;
}
.newsfeed li:before {
	font-family: FontAwesome;
    content: "\f1ea";
	color: #ff5c00;
	width: 25px;
}
.feed-item-description {
	padding-left: 25px;
}
.sidecol-b .module .module_header h3, .haft .module_header h3 {
	padding: 20px 0;
}
.sidecol-b [class^="fa-"]:before, .sidecol-b [class*=" fa-"]:before,
.haft [class^="fa-"]:before, .haft [class*=" fa-"]:before {
    color: #ff5c00;
}
.haft .module_surround {
    padding-bottom: 20px !important;
}
