
/* headerbox */

.mobile-search {
  position: absolute;
  display: none;
  justify-content: space-between;
  width: 268px;
  left: auto;
  right: 0;
  opacity: 0;
  top: -7px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mobile-search.active{
  opacity: 1;
  display: flex;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header-section .search-cont {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 25;
    margin-right: 10px;
    cursor: pointer;
}

.header-section .top-header .search-cont {
    width: 36px;
    height: 36px;
}

.header-section .search-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #00a9dd;
    opacity: 0.35;
    z-index: -1;
}

.header-section .search-cont i {
    font-size: 17px;
    color: #68d2df;
}

.header-section.mobile-open .search-cont {
    z-index: -1;
}

.primary-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 50px;
    width: 575px;
    line-height: 50px;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.header-section .top-header .search-cont.active .primary-search {
    opacity: 1;
    pointer-events: all;
}
.header-section .top-header .search-cont .primary-search input,
.mobile-search input[type="search"] {
    height: 100%;
    padding-left: 30px;
    font-size: 18px; 
}
.header-section .top-header .search-cont.active .primary-search input:focus {
  background:#fff;
}
.header-section .top-header .search-cont.active {
    pointer-events: none;
}

.primary-search input,
.mobile-search input[type="search"] {
  margin: 0;
  padding: 0 70px 0 35px;
  background: white;
  border: 1px solid black;
  box-shadow: 0px 0px;
  color: #a4a4a4;
  font-size: 17px;
  font-weight: 500;
  height: 100%;
}

.mobile-search input[type="search"]{
  padding: 0.7rem;
}

.primary-search input ::-webkit-input-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-size: 17px;
    font-weight: 500;
}

.primary-search input :-moz-placeholder {
    /* Firefox 18- */
    color: #a4a4a4;
    opacity: 1;
    font-size: 17px;
    font-weight: 500;
}

.primary-search input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a4a4a4;
    opacity: 1;
    font-size: 17px;
    font-weight: 500;
}

.primary-search input :-ms-input-placeholder {
    color: #a4a4a4;
    opacity: 1;
    font-size: 17px;
    font-weight: 500;
}

.primary-search .submit,
.mobile-search .submit{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a9dd;
  border-radius: 100%;
  cursor: pointer;
}

.primary-search .submit i {
    color: white;
    font-size: 13px;
}

.header-section .top-header .search-cont [data-close-primarysearch],
.header-section .search-cont .mobile-search [data-close-mobilesearch] {
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    color: #003b49;
    font-size: 15px;
}
.header-section .top-header .close-primary-search {
	position: absolute;
    top: 0;
    right: 18px;
	z-index: 25;
	display: none;
}
.header-section .top-header .close-primary-search.active {
	display: block;
}
.header-section .top-section .close-mobile-search {
	position: absolute;
	right: 52px;
	top: 13px;
	z-index: 25;
	cursor: pointer;
	color: #003b49;
	font-size: 15px;
	justify-content: center;
	align-items: center;
	height: 25px;
    width: 25px;
	display: none;
}
.header-section .top-section .close-mobile-search.active {
	display: flex;
}
/* ----- Search Results ----- */

.search_results { 
  max-width: 1100px;
  margin: 15px auto 10px; 
}

.search_results .row,
.search_results .columns {
  max-width: 100%;
  margin: 0;
} 

@media (min-width: 40.063em) {
  .search_results .row.collapse>.columns{
    padding: 0 15px;
    margin: 0 -15px;
  }
}

.search_results_items .search_result_item .row {
  width: auto;
}

.search_results .searchBox { 
  position:relative;
  margin-right:34px;
}
.search_results .searchBox .searchBtn { 
  cursor:pointer;
  font-size:14px;
  color: #003a48;
  background: #ff8200;
  padding:11px 11px 12px 11px;
  border-radius:0px 4px 4px 0;
  display:inline-block;
  position:absolute;
  top:0;
  right:-34px;
}
.search_results .searchBox .searchBtn .fa { 
    color: inherit;
}
.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: #ff8200;
  font-size:1.3rem;
  display:inline-block;
  position:relative;
  top:2px;
  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 { 
  position: relative;
  background: #def5f8;
  color: #003a48;
  padding: 10px;
  margin: 10px 0;
}
.search_results_items .search_results_filters strong{
    font-weight: bold;
}
.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;
  color: #00a1d3;
}

.search_results_items .search_result_item { 
  padding:10px 0;
  margin:0;
}
.search_results_items .search_result_item img{ 
  width: 100%;
}

.search_results_items .search_result_item em { 
    font-weight:bold;
}
.search_results_items .search_result_item h3 { 
  margin:0;
  display:inline-block;
}
.search_results_items .search_result_item h3 a { 
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.search_results_items .search_result_item_bottom { 
    color: #999;
}
.search_results_items .search_result_item .search_result_item_bottom .search_anchor { 
    color: #ff8200;
    line-height: 1.3rem;
}
.search_results_items .search_result_item .search_result_item_bottom p { 
    margin:2px 0 0 0;
}

@media (max-width: 641px) {
  .search_results_items .search_results_pagination {
    float:left;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

