@media only screen {
	/* headerbox */
	.search_widget_headerbox { 
		position: relative;
		padding: 1em;
		z-index: 1;
		background-color: #002252;
		border-top: 1px solid white;
	}
	
	.search_widget_headerbox input {
		width: 100%;
		padding: 0.5em 0.4em 0.3em 3em;
		background-color: white;
		font-weight: 300;
		font-size: 0.9em;
		line-height: 1.8;
		text-align: left;
		border: 3px solid #e5b966;
	}

	.search_widget_headerbox input::-webkit-input-placeholder {
		font-size: 1.2em;
		font-family: inherit;
		text-transform: uppercase;
		text-align: right;
	}

	.search_widget_headerbox input:-moz-placeholder {
		font-size: 1.2em;
		font-family: inherit;
		text-transform: uppercase;
		text-align: right;
	}

	.search_widget_headerbox input::-moz-placeholder {
		font-size: 1.2em;
		font-family: inherit;
		text-transform: uppercase;
		text-align: right;
	}

	.search_widget_headerbox input:-ms-input-placeholder {
		font-size: 1.2em;
		font-family: inherit;
		text-transform: uppercase;
		text-align: right;
	}

	.search_widget_headerbox input::-webkit-search-decoration,
	.search_widget_headerbox input::-webkit-search-cancel-button,
	.search_widget_headerbox input::-webkit-search-results-button,
	.search_widget_headerbox input::-webkit-search-results-decoration {
		display: none;
	}

	.search_widget_headerbox input::-ms-clear {
		display: none;
		width: 0;
		height: 0;
	}

	.search_widget_headerbox input::-ms-reveal {
		display: none;
		width: 0;
		height: 0;
	}

	.search_widget_headerbox .searchBtn {
		position: absolute;
		top: 0.9em;
		left: 0.9em;
		font-size: 1.7em;
		color: #002252;
		cursor: pointer;
	}
}

@media (min-width: 64.063em) {
	.search_widget_headerbox {
		display: flex;
		padding: 0;
		background-color: white;
		border-top: none;
	}

	.search_widget_headerbox form {
		width: 100%;
		height: 40px;
	}

	.search_widget_headerbox input {
		width: 98%;
		height: 100%;
		padding: 0.5em 4em 0.5em  0.5em;
		border: 0 none;
		font-size: 1em;
		font-weight: 600;
		text-align: right;
	}

	.search_widget_headerbox input:focus {
		outline: 1px solid #002252;
	}

	.search_widget_headerbox .searchBtn {
		top: 0.4em;
		left: auto;
		right: 0.9em;
		font-size: 22px;
	}
	
	.search_widget_headerbox input::-webkit-input-placeholder {
		font-size: 1em;
		color: black;
	}

	.search_widget_headerbox input:-moz-placeholder {
		font-size: 1em;
		color: black;
	}

	.search_widget_headerbox input::-moz-placeholder {
		font-size: 1em;
		color: black;
	}


	.search_widget_headerbox input:-ms-input-placeholder {
		font-size: 1em;
		line-height: 1.3em;
		color: black;
	}
	.search_widget_headerbox .line {
		display: inline-block;
		position: absolute;
		top: 12px;
		right: 0;
		background-color: #002252;
		width: 1px;
		height: 16px;
		z-index: 1;
	}
}

@media only screen and (min-width: 64.063em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.search_widget_headerbox input {
		width: 230px;
		height: 24px;
	}
}
@media (min-width: 75em) {
	.search_widget_headerbox .searchBtn {
		right: 1.2em;
	}
}


/* Search results */
@media only screen {
	.search_results {
		padding: 20px;
	}
	.search_results h1,
	.search_results h3,
	.search_results h4 {
		color: #002252;
	}
	.search_results form {
		position: relative;
		display: flex;
		flex-direction: row;
		width: 100%;
		margin-bottom: 1em;
	}
	.search_results form input {
		width: 100%;
		border: 2px solid #ccc;
	}
	.search_results .searchBtn .fa {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 36px;
		height: 34px;
		border: 2px solid #002252;
		background: #002252;
		cursor: pointer;
	}
	.search_results .searchBtn:hover .fa {
		color: #002252;
		background-color: white;
	}
	.search_results h3 {
		margin: 0;
	}
	.search_results .search_results_facets {
		margin: 1em 0;
	}
	.search_results .search_results_pagination {
		display: flex;
		justify-content: center;
		margin: 1em 0;
	}
	.search_results .search_results_pagination .paging-buttons {
		display: flex;
		align-items: flex-start;
	}
	.search_results .search_results_pagination .paginationLink {
		margin: 0 5px;
		font-size: 1.313em;
	}
	.search_results .search_results_pagination .fa {
		position: relative;
		color: #404040;
		line-height: 44px;
	}
	.search_results .search_results_pagination .paging-buttons.active .fa {
		color: #002252;
	}
	.search_results .search_results_pagination .fa.page {
		font-size: 44px;
	}
	.search_results .search_results_pagination .fa.end {
		font-size: 32px;
	}
	.search_results .search_results_pagination .info {
		padding: 0 1em;
		font-size: 1.1em;
		line-height: 44px;
	}
	.search_results .search_results_pagination .info span {
		display: none;
	}
	.search_results .search_results_filters {
		padding-bottom: 10px;
	}
	.search_results .search_results_filters p {
		line-height: 1.2;
	}
	.search_results .search_results_filters p a {
		line-height: 1.5;
	}
	.search_results .search_results_filters strong {
		font-weight: 800;
	}
	.search_results .search_results_above {
		border-bottom: 1px solid black;
	}
	.search_results .search_result_item {
		display: block;
		margin: 10px 0;
		padding: 10px 0;
		border-bottom: 1px solid #404040;
	}
	.search_results .search_result_image {
		display: block;
		margin-bottom: 8px;
	}
	.search_results img {
		width: 100%;
	}
	.search_results .search_result_info {
		display: block;
	}
	.search_results h4 {
		margin-top: 0;
		font-weight: 500;
		font-size: 1.2em;
	}
	.search_results em {
		font-weight: 700;
		font-style: normal;
	}
	.search_results .search_type {
		margin-bottom: 10px;
		font-weight: 600;
		color: #002252;
	}
}

@media (min-width: 40.063em) {
	.search_results .search_result_item.has_image {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 1em 0;
		padding: 1em 0;
		border-bottom: 1px solid #404040;
	}
	.search_results .search_results_pagination .info span {
		display: inline-block;
	}
	.search_results .search_result_image {
		flex-basis: 50%;
	}
	.search_results img {
		width: 100%;
		overflow: hidden;
	}
	.search_results .search_result_item.has_image .search_result_info {
		flex-basis: 49%;
	}
	.search_results .search_result_item .search_result_info p {
		font-size: 1em;
	}
	.search_results .search_type {
		font-weight: 500;
	}
}

@media (min-width: 64.063em) {
	.search_results .search_result_image {
		flex-basis: 33%;
	}
	.search_results .search_result_item.has_image .search_result_info {
		flex-basis: 65%;
	}
}
