span.searchextras {
    display: block;
    margin-top: 10px;
    font-style: italic;
    font-weight: 300;
    color: #454545;
}

.searchpage-container {
    display: block;
    width: 100%;
    margin-top: 51px;
}
@media(max-width: 1024px){
	.searchpage-container {
	    margin-top: 0px;
	}	
}
.searchpage-content {
    display: block;
    max-width: 1160px;
    margin: 0 auto;
}
.searchpage-container .sectionheader {
	max-height:84px;
}
.search-page.row {
	
}
#search-submit{
	border: none;
    color: white;
    padding: 0;
    text-indent:-9999px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    width:60px;
    height:60px;
    background-image: url(/assets/core/images/new/search-large.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.search-page h1{
		font-size:54px;
	line-height:70px;
	color:#328b7f;
	margin-bottom:40px;
	margin-top:40px;
}
.search-page h2{
	color:#454545;
	font-size:36px;
	line-height:48px;
	padding-top:30px;
	/*border-top:1px solid #d1d2d3;	*/
	margin-right:50px;
}
.search-page h2 strong{
	color:#008378;
}
.search-page h4{
	font-size:18px;
	color:#454545;
	margin-top:10px;
	margin-bottom:20px;
}
.search-page h3{
	font-size:18px;
	color:#9f9b9b;
	font-style:italic;
	font-weight:300;
	margin-top:10px;
	margin-bottom:20px;
}
.search-page h3 div{
	display:inline;	
}
.search-page.search-results {
	
}
.search-page ul{
	display:block;	
	border-top:1px solid #d1d2d3;	
	border-bottom:1px solid #d1d2d3;
	margin-right:50px;
}
.search-page li{
	display:block;
		padding-top:15px;
	padding-bottom:15px;
		border-bottom:1px solid #d1d2d3;		
}
.search-page li h4 a{
	font-size:24px;
	line-height:32px;
	color:rgb(0,131, 120);
	text-decoration:none;
	display:block;
	margin-bottom:15px;
	float:left;
	max-width:100%;
}
.search-page li h4 a:hover{
	color:rgb(72,113,39);	
}
.search-page li h5{
	display:block;
	float:right;
	width:115px;
	padding:14px;
	border-left:2px solid #d1d2d3;
	border-bottom:2px solid #d1d2d3;
}
.search-page li p{
	clear:both;
	width:630px;
	display:block;
	width:500px;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	color:#454545;
	max-width:100%;
}

.search-page li p strong{
	color:#7ac142;
	font-weight:300;
	
}


.search-page li:last-child{
	border:none;	
}

.search-page .button{
	margin-bottom:40px;	
	margin-right:15px;
}

.search-page .search-form input[type=text]{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	box-shadow: none;
    box-sizing: border-box;
	color:#929090;	
    display: inline-block;
    margin: 0;
    padding: 0 10px;
	width:315px;
    width: calc(100% - 70px);
    font-size: 1.5em;
    vertical-align: middle;
}
.search-page form.search-form{
	padding: 10px 0;
	border-bottom:4px solid #008378;
	margin-bottom: 20px
}
.search-page .search-form input[type=text].active {
    padding-top: 14px;
    font-size: 26px;
}

.search-form #suggest::-webkit-input-placeholder {
    color: #929090;
}
.search-form #suggest::-moz-placeholder {
    color: #929090;
}
.search-form #suggest::-ms-placeholder {
    color: #929090;
}
.search-form #suggest::placeholder {
    color: #929090;
}
.searchpage-content .search-box-label {
    font-size: 15px;
    margin-top: 5px;
    margin-left: 75px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #328b7f !important;
	background: #ffffff !important; 
	font-weight: bolder; color: #00ac9d !important;  }

.ui-state-hover a, .ui-state-hover a:hover { 
	color: #c77405; text-decoration: none; 
}
@media screen and (max-width: 1024px){
	.searchpage-content{
		padding:20px 24px;
	}
	.search-page ul{
		margin-right: 0;
	}
	.search-page h2{
		margin-right: 0;
	}
}
@media only screen and (max-width : 667px){
	#search-submit{
		width:45px;
		height:45px;
		background-size: 38px auto;
	}
	.search-page .search-form input[type=text]{
	    width: 221px;
	    width: calc(100% - 50px);
	}
    .searchpage-content .search-box-label {
        margin-top: 0;
        margin-left: 60px;
    }
}
@media only screen and (min-width : 1550px) {

	.searchpage-content {
		width:100%;
		margin:0 auto;
		max-width: 1500px;
	}

} 