.scrolldown {
    position:absolute;
    margin-top:-150px;
}
.top-hub-tabs a {
	color: #444;
	font-size:15px;
	line-height:20px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:9px 0;
	display:block;
	max-width:410px;
	margin:auto;
	font-weight:400;
}
.top-hub-tabs .col-sm-6 {
	padding:5px;
}
.top-hub-tabs hr {
	border-color:#ccc;
	margin-top:15px;
	margin-bottom:25px;
}
@media screen and (max-width: 991px) {
	.top-hub-tabs hr {
	border-color:#ccc;
	margin-top:15px;
	margin-bottom:0px;
	}
}
.hub-boxes .box {
	color: #444;
	font-size:22px;
	line-height:28px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:9px 0;
	display:block;
	margin:auto;
	max-width:415px;
	height:225px;
	margin-bottom:3px;
	text-align:left;
	padding:15px;
	position:relative;
	cursor:pointer;
	background: linear-gradient(-45deg,  #fff, #fff);
}
.hub-boxes .box p {
	color: #444;
	font-size:16px;
	line-height:23px;
	margin-top:10px;
}
.hub-boxes .box .author {
	font-size:14px;
	line-height:18px;
	position:absolute;bottom:14px;
	color:#888;
}
.hub-boxes .box .author strong {
	color:#444; 
}

.hub-boxes .box:hover p, .hub-boxes .box:hover .hub-type, .hub-boxes .box:hover, .hub-boxes .box:hover .author, .hub-boxes .box:hover .author strong, .hub-boxes .box:hover .after-arrow-orange::after  
{ 
	color:#fff;  
}
.hub-boxes .box:hover
{ 
	background: linear-gradient(-45deg,  #ed8f15, #d05d1a);
}

.hub-boxes .box .hub-type {
	color:#f98d08;
	font-size:16px;
	position:absolute;
	bottom:10px;
	right:12px;
	font-weight:500;
}
.hub-boxes .col-lg-6 {
	padding:10px;
}
.hub-boxes .titles {
	margin:auto;margin-top:45px;
	font-size:32px;
	line-height:40px;
	font-weight:400;
	margin-bottom:15px;
}
.hub-boxes .titles p {
		margin-top:5px;
	}
.hub-boxes .titles img {
		margin-bottom:10px;
	}
@media screen and (max-width: 1200px) {
	.hub-boxes .box {
		height:240px;
		max-width:440px;
	}
	.hub-boxes .titles {
		font-size:28px;
		line-height:35px;
	}
	.hub-boxes .titles p {
		font-size:16px;
		line-height:22px;
	}
}
@media screen and (max-width: 991px) {
	.hub-boxes .titles {
		margin-top:0px;
		font-size:28px;
		line-height:35px;
	}
}


@media screen and (max-width: 840px) {
	.hub-boxes .box {
		max-width:400px;
	}
	.hub-boxes .col-sm-6 {
		width:100%;
		margin:auto;
	}
	.hub-boxes .titles {
		max-width:400px;
		font-size:25px;
		line-height:30px;
	}
}

@media screen and (max-width: 416px) {
	.hub-boxes .box {
		height:280px;
	}
}

/* hub-faqs */

.hub-group .wrap {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:2px solid #eee;
}
.hub-faqs .first-faq {
	padding:18px 20px;
	background-color:#fff;
	border:1px solid #ccc;
	margin-bottom:10px;
	}
.hub-faqs .panel-title > div {
   	font-weight:300;
     color:#444;
     cursor:pointer;
     font-size:26px;

}
.hub-faqs .panel-title > div > div{
   display:inline-block;
   width:90%;
}
.hub-faqs .panel-title > :after {
    font-family: 'Glyphicons Halflings';
    content:"\f106";
    font-size:36px;
    margin-right:5px;
    color:#ccc;
    float:right;
    font-family: "FontAwesome"
}
.hub-faqs .panel-title > div.collapsed:after {
   	content: "\f107";
}
.hub-faqs .panel-title > div.collapsed:hover, .panel-title > div:hover {
   	color:#444;
}

.hub-faqs .panel-title > div.collapsed{
   	content: "\f107";
   	color:#222;
    display:block;
   	width:100%;
}

.hub-faqs .faq-text {
	 padding-right:20px;
}

.hub-faqs .faq-text, .hub-faqs .faq-text p {
	margin-top:5px;	
}


.hub-group .panel-title-2 > div.collapsed:hover, .panel-title > div:hover {
     color:#f5961d;
}
.hub-group .panel-title-2 > div.collapsed {
   color:#444;
}
.hub-group .panel-title-2 > div:before {
    font-family: 'Glyphicons Halflings';
    content:"\2212"; 
    font-size:11px;
    margin-right:5px;
	width:20px;
	color:#f5961d;
    font-weight:300;
    float:left;
}
.hub-group .panel-title-2 > div.collapsed:before {
   content: "\2b"; 
   font-weight:400;
}
			
.hub-group .panel-title-2 {
	text-align:left;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	position:relative;
	cursor:pointer;
}


.hub-group .panel-collapse p {
	font-size:16px;
	line-height:24px;
	margin-left:25px;
	text-align:left;
	margin-top:10px;
	margin-bottom:0px;
}
@media screen and (max-width: 767px) {
	.hub-group .panel-title-2 {
		font-size:18px;
		line-height:26px;
	}
	
	.hub-group .panel-collapse p {
		margin-top:10px;
	}

}