/* core css (unchanged)*/
.search_widget_headerbox { float:right; background: #B84212; padding: 3px 15px 3px 3px; margin-right:10px; z-index: 4; }
.search_widget_headerbox input[type=search] { width:150px; display:inline-block; margin:0; padding:3px 9px; height:32px; }
.search_widget_headerbox .searchBtn { cursor:pointer;display:inline-block;margin-left:6px; }

.search_results { padding:15px;margin:0 0 10px 0; }

.search_results .searchBox { position:relative;margin-right:34px; }
.search_results .searchBox .searchBtn { cursor:pointer;font-size:14px;background:#b84212;padding:11px 11px 12px 11px;border-radius:0px 4px 4px 0;display:inline-block;position:absolute;top:0;right:-34px; }

.search_results_items .search_results_above { float:left;width:100%; }
.search_results_items .search_results_above h4 { float:left;margin:2px 30px 0 0; }

/*.search_results_items .search_results_pagination { padding:5px;margin:2px 0;float:right; }
.search_results_items .search_results_pagination a span { color:#ce5323;font-size:1.3rem;display:inline-block;position:relative;top:2px;background:#eadbba;border-radius:10px;padding:0 6px 0 8px; }
.search_results_items .search_results_pagination a span.fa-caret-left { padding:0 8px 0 5px; }*/

.search_results_items .search_results_notfound { margin:10px 0; }

.search_results_items .search_results_filters { background:#f0ebd5;border:2px solid #cac7b5;padding:10px;margin:10px 0; }
.search_results_items .search_results_filters .search_results_facets { margin-top:10px; }
.search_results_items .search_results_filters .search_results_facets a { display:inline-block;margin-bottom:4px; }
.search_results_items .search_results_filters .removeFilter { font-size:0.8rem; }

.search_results_items .search_result_item { padding:10px 0;margin:0; }
.search_results_items .search_result_item_top { font-size:0.75rem; }
.search_results_items .search_result_item em { font-weight:bold; }
.search_results_items .search_result_item h4 { margin:0;font-size:1.2rem;display:inline-block; }
.search_results_items .search_result_item h4 a { color:#1a0dab; }
.search_results_items .search_result_item_bottom { color:#777;font-size:0.8rem; }
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { color:#006621; line-height: 1.3rem; }
.search_results_items .search_result_item .search_result_item_bottom p { color:#545454;margin:2px 0 0 0;font-size:0.8rem; }


/* cutup css */

.search-container span {
    display: block;
}
.search-container .btn-search {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid #0075c4;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    font-family: 'FontAwesome' !important;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: .9;
    color: #0075c4;
}
.search-container .btn-search .fa {
    margin-top: -1px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search-container .btn-search.light {
    color: #fff;
    border-color: #dba941;
}
.search-container .btn-search.light:hover, .search-container .btn-search.light:active, .search-container .btn-search.light:focus {
    background: #dba941;
}
.search-container .btn-search:hover, .search-container .btn-search:active, .search-container .btn-search:focus {
    color: #fff;
    background: #0075c4;
}
.search-container .search-form {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 10px;
    z-index: 111;
    background: #c02a26;
}
.search-container .search-form .form-inner {
    display: none;
    height: 100%;
    width: 100%}
.search-container .search-form form, .search-container .search-form .form-group, .search-container .search-form .form-control {
    height: 100%}
.search-container .search-form form {
    position: relative;
    z-index: 5;
}
.search-container .search-form form .btn-close-search .btn-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 50px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    color: #f5f3e7;
}
.search-container .search-form form .btn-close-search .btn-close .icon {
    display: block;
    margin-top: -2px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search-container .search-form form .form-group .form-control {
    height: 100%;
    border: 0;
    padding: 0;
    background: none;
    padding-left: 30px;
    padding-right: 95px;
    font-family: "Raleway", sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.search-container .search-form form .btn-submit .btn-search {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 5;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-navbar-container .navbar-header .search-container .search-toggler {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 66;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* added */
.search_results{}
.search_results h1{
	margin-bottom: 20px;
}
.search_results form input[type="search"]{
    height: 40px;
    padding: 0 20px;
    border: 1px solid #ddd4c4;
    border-radius: 3px;
    font-family: "Raleway",sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #516980;
    margin-bottom: 10px;
}
.search_results .searchBox .searchBtn{
	height: 40px;
    padding: 11px 16px 12px 15px;
    font-family: "Raleway", sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    color: #fff !important;
    background: #002776 !important;
    border-color: transparent !important;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    cursor: pointer;
}
.search_results_items .search_results_filters{
	margin-bottom: 45px;
	padding: 20px 15px 25px;
    background: url("/includes/public/assets/patterns/brightsquares_red.png") left top;
    border: none;
    color: #fff;
}
.search_results_items .search_results_filters .search_results_facets a{
	color: #dba941;
    font-weight: bold;
}
.search_results_items .search_results_filters .removeFilter{
	color: #dba941;
    font-weight: bold;
}
.search_results_items .search_results_above h4{
	text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.2;
    color: #002776;
    float: none;
}
@media only screen and (min-width: 40.063em){ /*  > 641px  */
    .search_results_items .search_results_above h4{ float: left; max-width: 40%; }
}
.search_results_items .search_results_pagination{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
@media only screen and (min-width: 40.063em){ /* > 641px  */ 
	.search_results_items .search_results_pagination{
		float: right;
	    width: auto;
	    margin-top: 0;
	    position: relative;
	    top: -4px;
	}
	.search_results_items .bottom-paging .search_results_pagination{
		float: none;
		width: 100%;
		text-align: center;
		top: 10px;
	}
	.search_results_items .search_results_above{
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 64.063em) { /*  > 1024px  */ 
	.search_results_items .bottom-paging .search_results_pagination{
		margin-top: 30px;
		text-align: right;
	}
}
.search_results_items .search_results_pagination a{
	opacity: 1;
	cursor: pointer;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #c02a26;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    position: relative;
    z-index: 5;
    font-family: 'FontAwesome' !important;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.2;
}
.search_results_items .search_results_pagination a.disabled{
	opacity: 0.6;
	cursor: default;
}
.search_results_items .search_results_pagination a.next{}
.search_results_items .search_results_pagination a.prev{}
.search_results_items .search_results_pagination a .fa{
	position: absolute;
    z-index: 5;
    top: 2px;
    left: 13px;
}
.search_results_items .search_results_pagination a.prev .fa{
    left: 10px;
}
.search_results_items .search_results_pagination .text{
	margin-right: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #323232 !important;
    position: relative;
    top: -9px;
    margin-left: 8px;
}
.search_results_items .search_result_item{
	margin-bottom: 10px;
}
.search_results_items .search_result_item .image-col{
	margin-bottom: 11px;
}
@media only screen and (min-width: 40.063em){ /* > 641px  */ 
	.search_results_items .search_result_item .image-col.columns{
		padding-left: 0;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /*  > 641px < 1024px   */
    .search_results_items .search_result_item .image-col.columns{
		padding-top: 5px;
	}
}
@media only screen and (min-width: 64.063em) { /*  > 1024px  */ 
	.search_results_items .search_result_item_top{ padding-top: 8px; }
	.search_results_items .search_result_item .image-col.columns{
		padding-left: 15px;
		padding-right: 0;
	}
}
.search_results_items .search_result_item .image-col a{display: block;}
.search_results_items .search_result_item .image-col img{width: 100%;}
.search_results_items .search_result_item_bottom{margin-top: -7px;}
.search_results_items .search_result_item_bottom p{margin-top: 7px;}
.search_results_items .search_results_notfound a{color: #dba941;}

input.form-control.search_input::placeholder {color: #fff !important;}
input.form-control.search_input::-webkit-input-placeholder {color: #fff !important;}
input.form-control.search_input:-moz-placeholder{color: #fff !important;}
input.form-control.search_input::-moz-placeholder {color: #fff !important;}
input.form-control.search_input:-ms-input-placeholder{color: #fff !important;}

.microsite-page .search-container .search-form.search-open { width: 100%; height: 40px; position: relative; }
.microsite-page .search-container .search-toggler { display: none; }
.microsite-page .search-container .search-form.search-open .form-inner { display: block; }
.microsite-page .search-container .search-form.search-open form .btn-close-search .btn-close { display: none !important; }
.microsite-page .search-container .search-form.search-open form .btn-submit .btn-search { border: none; right: 5px; }
.microsite-page .search-container .search-form.search-open form .btn-submit .btn-search:hover { background: transparent; }
.microsite-page .search-container .search-form { 
    background: black; border: 1px solid #FFF;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
 }
.microsite-page .search-container .search-form form .form-group .form-control { width: 150px; padding-left: 10px; padding-right: 0; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; }
