/* -----------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------
  1. News & Events Styles
  2. Media Query Break Points
--------------------------------------------------------
----------------------------------------------------- */
.results-refine .select2 {
	width: 100%;
	margin: 0 0 10px 0;
}

.results-page .aReturn, 
.results-page .aReturn:hover{
	padding: 10px 0;

}

.q-tabs .active {
	font-weight: 700;
}

.results-page .panel {
	overflow: hidden;
}

.results-page .sReturnLink {
	word-break: break-all;
}

.results-list {
	display: block;
	width: 100%;
	overflow: hidden;
}

.paginate-page {
	display: block;
	width: 100%;
}

.results-page .pagination {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f6f6f6; /* old browsers */
	background: rgba(255,255,255,0.5);
}

.page-content.results-page .pagination ul {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}

.page-content.results-page .pagination ul li {
	display: block;
	float: left;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	cursor: pointer;
	background: #ddd;
}

.page-content.results-page .pagination ul li:hover,
.page-content.results-page .pagination ul li.active {
	background: #fff;
}

.pagination-txt {
	padding: 0 0 20px 0;
	text-align: center;
}

.ob-wrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	padding: 10px 20px;
	background: #f8f8f8;
}

.ob-content {
	margin: 10px 0;
}

.ob-result {
	position: relative;;
	display: block;
	margin: 0;
	padding: 10px 0 10px 50px;
}

.ob-result i {
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #2a4c86;
}

.ob-title {
	font-weight: 600;
}

.ob-url {
	font-size: 11px;
}

.spinner-wrapper {
	position: absolute;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.count {
	display: none;
}

b.loading {
	display: inline-block;
	width: 16px;
	height: 11px;
}



/* -----------------------------------------------------
2. Media Query Break Points
----------------------------------------------------- */