.page_navigation {
	margin-top: 5px;
}
.page_navigation a {
	padding: 5px 10px;
	margin: 5px;		
	color: #000000;
	background-color: rgb(203, 215, 84);
}
	
.page_navigation a:hover {
	background-color: #e5eba9;
}
	
.active_page {
	background-color: #e5eba9 !important;
	cursor: default;
}
.no_more {
	background-color: #d6d6d6 !important;
	color: #8e8e8e !important;
	cursor: default;
}
.loader {
	text-align: center;
}
.search-results {
	list-style: none;
	padding-left: 0px;
}
.search-result-nodes {
	border-bottom: 2px solid #CCCCCC;
}
li.search-result-nodes:last-child{
	border-bottom:none;	
}
.search-result-nodes a {
	color: #6F215F;
}
.search-result-nodes h2 {
	font-size: 24px;
	padding: 10px 0 10px;
	margin:0;
}
.search-result-nodes a:hover {
	text-decoration: underline;
	color: #9A638F;
}
.search-faqs-answer {
	padding: 10px 0 10px;
}
.content-node {
	padding-bottom: 10px;
}
.content-node h4 {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
}
.read-more-link {
	font-size: 16px;
	font-weight: 700;
	
}
#btn-search {
	background-color: transparent;
}
#btn-search > .fa-search {
	color: #bbbbbb;
}
.search-plugin {
	position: absolute;
	z-index: 9999;
	padding: 8px 0 8px 0;
	background: #FBFBFB;
	margin-top: 0;
	width: 100%;
}
.fulltextsearch_searchbox:focus {
	border-color: none !important;
	box-shadow: none !important;
	border: none  !important;
}
.fulltextsearch_searchbox {
	color: #333333;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbbbbb !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #bbbbbb !important;
   opacity: 1 !important;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #bbbbbb !important;
   opacity: 1 !important;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #bbbbbb !important;
}
input[placeholder], [placeholder], *[placeholder] {
	color: #333333 !important;
}
.fa-search {
    float: left;
    font-size: 14px;
    color: #555;
}
input#search {
    float: left;
    display: inline;
    background: #2a2a2a;
    border: none;
    color: #333333;
    min-height: 40px;
    border-radius: 0;
}
.input-group.search-box {
	background: #2a2a2a;
	border: 1px solid;
}
.input-group.search-box > .input-group-addon {
    padding: 8px 7px 8px;
    border: none;
    background: none;
    border-radius: 0;
    vertical-align: top;
}
.search-container {
    padding-left: 0;
    padding-right: 0;
    background: #2a2a2a;
}
.search-plugin-container {
    position: relative;
    width: 100%;
}
.fulltextsearch_form {
    margin-top: 4px;
}
.fulltextsearch_searchbox {
    text-indent: 3px;
    background: none;
    border: none;
    width: 100%;
}
.fulltextsearch_searchbox {
    text-indent: 3px;
	height: 26px;
	box-shadow: none;
}
.fulltextsearch_searchbutton {
    height: 28px;
}
.fulltextsearch_searchbox {
    max-width: 230px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .search-plugin {
        width: auto;
    }
}
@media (max-width: 767px) {
	/* Stops search results from clogging the screen */
	.search-plugin {
		position: relative;
		margin-top: 0;
		padding: 21px 0 21px 0;
	}
	.fulltextsearch_searchbox {
		margin-top: -13px;
	}
	/*Hides first and last links on pagination in mobile mode*/
	.first_link {
		display: none;
	}
	.last_link {
		display: none;
	}
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
