
Deprecated: Smarty::_getTemplateId(): Implicitly marking parameter $template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/smarty.class.php on line 1048

Deprecated: Smarty_Internal_Data::getTemplateVars(): Implicitly marking parameter $_ptr as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_data.php on line 193

Deprecated: Smarty_Internal_Data::_mergeVars(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_data.php on line 203

Deprecated: Smarty_Internal_Template::__construct(): Implicitly marking parameter $_parent as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_template.php on line 149

Deprecated: Smarty_Resource::source(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_resource.php on line 175

Deprecated: Smarty_Resource::source(): Implicitly marking parameter $smarty as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_resource.php on line 175

Deprecated: Smarty_Resource::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_resource.php on line 199

Deprecated: Smarty_Template_Source::load(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_template_source.php on line 158

Deprecated: Smarty_Template_Source::load(): Implicitly marking parameter $smarty as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_template_source.php on line 158

Deprecated: Smarty_Internal_Resource_File::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_resource_file.php on line 28

Deprecated: Smarty_Internal_Resource_File::buildFilepath(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_resource_file.php on line 101
.ngparasearch form {
	border-color: #d6ded4;
	border-width: 1px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: #ffffff;
	box-sizing: border-box;
	margin: 0;
}



.ngparasearchsuggestformcontainer {
    position: relative;
    margin: 20px 0;
}

.ngparasearch form input {
	font: 15px Quicksand,Verdana,Helvetica,sans-serif;
	color: #323232;
	letter-spacing: 0px;
	border: 0;
	background: transparent;
	outline: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 28px;
}


.ngparasearch .ngparasearchsuggest {
    position: absolute;
    left: 0;
    right: 0;
   	border-color: #d6ded4;
	border-width: 1px;
	border-top-width: 0;
	border-style: solid;
	background: #ffffff;
	box-sizing: border-box;
	display: none;
	z-index: 900;
}

.ngparasearch .ngparasearchsuggest a {
    display: block;
   	font: 15px Quicksand,Verdana,Helvetica,sans-serif;
	color: #323232;
	letter-spacing: 0px;
       	padding: 6px 12px 6px 12px;
   	font-weight: normal;
   	text-decoration: none;
}

.ngparasearch .ngparasearchsuggest a:hover,
.ngparasearch .ngparasearchsuggest a.activesuggestion
 {
	color: #323232;
   	font-weight: normal;
   	text-decoration: none;
   	background-color: rgba(0,0,0,0.05);
}


.ngparasearch form button {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
}

.ngparasearch p.parasearchcaption {
	font-weight: bold;
	font-size: 120%;
}

.ngparasearch p.parasearchcaption a:hover {
	font-weight: bold;
}

.ngparasearch p.parasearchpagination {
	text-align: center;
}

.ngparasearch p.parasearchpagination a {
    padding: 0 5px;
    font-weight: normal;
}

.ngparasearch p.parasearchpagination a.parasearchcurrent {
	font-weight: bold;
}

.ngparasearch p::after {
    content: "";
    clear: both;
    display: table;
}

.ngparasearch img {
	display: block;
	float: left;
	margin: 5px 20px 20px 0;
}