em {
  font-style: normal;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(284deg, #fedd4e, #fcb43a);
  color: #fff;
  margin-bottom: 1rem;
}

span {
  margin-right: 0;
}
section {
  overflow: visible !important;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.header-title::after {
  content: " ▸ ";
  padding: 0 0.5rem;
}

.header-subtitle {
  font-size: 1.2rem;
}

#clear-refinements {
  text-align: center;
  margin-bottom: 20px;
}

#stats {
  font-size: 25px;
}

.search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-panel__filters {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-panel__results {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.ais-hits {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  grid-gap: 1rem;
}

.ais-hits--item {
  min-height: 100px;
  padding: 1rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(150, 150, 150, 0.16);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.main-wrapper {
  padding: 0;
}

/* Navbar */
.main_nav {
  height: 50px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0 3px 20px 6px rgb(226, 226, 226);
  box-shadow: 0 3px 20px 6px rgb(226, 226, 226);
  margin: 5% 2% 2% 2%;
  z-index: 4;
  /* sticky */
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}

.shadow {
  box-shadow: 0px 0px 0.5px 0.5px rgb(226, 226, 226);
  -moz-box-shadow: 0px 0px 0.5px 0.5px rgb(226, 226, 226);
  -webkit-box-shadow: 0px 0px 0.5px 0.5px rgb(226, 226, 226);
  -o-box-shadow: 0px 0px 0.5px 0.5px rgb(226, 226, 226);
  -ms-box-shadow: 0px 0px 0.5px 0.5px rgb(226, 226, 226);
  border-left: 1px solid rgba(150, 150, 150, 0.16);
  border-top: none;
}

/* Filters */

.filter-open {
  display: none;
}

.filter-close {
  /*mobile*/
  display: none;
}

.filter-ok {
  display: none;
}

.collapsible-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  color: rgb(111, 111, 111);
  padding-left: 17px;
  padding-right: 17px;
  font-size: 12px;
}

.arrow-container {
  margin-left: 10px;
  height: 10px;
}

.arrow {
  width: 7px;
  height: 7px;
}

.list-group {
  /*Hides pop-up when there is no "active" class*/
  display: none;
}

/* Top Header */

.top-header {
  position: fixed;
  top: -50px;
  left: 0;
  background-color: white;
  height: 50px;
  width: 100%;
  -webkit-box-shadow: 1px 2px 8px 6px rgb(226, 226, 226);
  box-shadow: 1px 2px 8px 6px rgb(226, 226, 226);
  display: block;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 1;
}

#header-logo {
  display: block;
  margin-left: 15px;
  z-index: 4;
}

.mfp-close {
  color: black !important;
  background: rgba(255, 255, 255, 0) !important;
  font-size: 58px;
}

.close_modal {
  font-size: 50px !important;
}
.SelectWrapper {
  width: 17%;
}

.CustomSelect {
  width: 100%;
  height: 100%;
  margin: 0;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-color: rgb(226, 226, 226);
}

/*///// Searchbox/Autocomplete /////*/

#searchbox-wrapper {
  margin-bottom: 2rem;
}

#search_navbar {
  border-radius: 3px;
  border: solid transparent 1px;
}

.aut-input {
  display: none;
}

#autocomplete {
  width: 61%;
  height: 100%;
}

.ais-SearchBox-input {
  width: 100%;
  margin: 0;
}

.ais-SearchBox-input::-webkit-input-placeholder {
  color: rgb(111, 111, 111);
}

.ais-SearchBox-input:-ms-input-placeholder {
  color: rgb(111, 111, 111);
}

.ais-SearchBox-input::-ms-input-placeholder {
  color: rgb(111, 111, 111);
}

.ais-SearchBox-input::placeholder {
  color: rgb(111, 111, 111);
}

.ais-SearchBox-input:-ms-input-placeholder {
  color: rgb(111, 111, 111);
}

.ais-SearchBox-input::-ms-input-placeholder {
  color: rgb(111, 111, 111);
}

/*///// Pagination /////*/
#pagination {
  margin: 2rem auto;
  text-align: center;
}

/*///// Dropdown Menu /////*/
/* The container <div> - needed to position the dropdown content */
.custom-dropdown {
  width: 17%;
}

/* Dropdown Button */
.custom-dropbtn {
  /* Flex Container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  color: rgb(111, 111, 111);
  padding-left: 17px;
  padding-right: 17px;
  font-size: 15px;
  font-weight:600;
  border-right: 1px solid #d1d1d1;
  border-left: none;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
  font-family: "Montserrat"
}

/* The last dropdown doesn't need a right border */
#dropbtn3 {
  border: none;
}

.ddactive {
  color: #e9041e;
}

.arrow-container {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.up {
  border: solid #e9041e;
  border-width: 0 1px 1px 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: rgb(202, 202, 202);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 36.5%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-top: 1px solid #d1d1d1;
  z-index: 7;
}

/* Special display for last filter */
#myDropdown3 {
  right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/*** Refinement List Scrollbar  ***/
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bdbcbc;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Refinement list*/

.ais-RefinementList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column-reverse;
}
.ais-RefinementList-list {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  line-height: 1.8rem;
}

.ais-RefinementList-item {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ais-RefinementList-item.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.ais-RefinementList-item.disabled .ais-RefinementList-labelText {
  color: darkgray;
}

.ais-RefinementList-label {
  line-height: 2.2rem;
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ais-RefinementList-labelText {
  color: rgb(111, 111, 111);
  font-weight: 400;
  font-size: 1.4rem;
  vertical-align: middle;
}

.ais-RefinementList-count {
  background: none;
  color: rgb(197, 197, 197);
  font-size: 1.2rem;
  font-weight: 400;
}

.ais-RefinementList-searchBox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  margin-right: 15px;
}

.filter-no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  color: rgb(111, 111, 111);
  font-weight: 400;
}

.ais-SearchBox-submitIcon {
  display: none;
}

.ais-RefinementList-searchBox .ais-SearchBox {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.ais-RefinementList-searchBox .ais-SearchBox-form {
  margin-bottom: 0;
}

.ais-RefinementList-searchBox .ais-SearchBox-input {
  border-radius: 5px;
  border-color: white;
  background-color: rgb(245, 245, 245);
  font-size: 1.4rem;
  color: rgb(111, 111, 111);
  font-weight: 400;
}

.num-of-refinements {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 7px;
  background-color: none;
  text-align: center;
  color: white;
  min-width: 15px;
  height: 16px;
  border-radius: 3px;
  line-height: 15px;
}

/* Checkboxes */

/* Hide the browser's default checkbox */
.ais-RefinementList-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 0.2rem;
}

/* On mouse-over, add a grey background color */
.ais-RefinementList-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a red background */
.ais-RefinementList-label input:checked ~ .checkmark {
  background-color: #e9041e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ais-RefinementList-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ais-RefinementList-label .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*///// Selectize /////*/
.selectize-input {
  height: 100%;
  padding: none;
  border-radius: 0px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-color: rgb(226, 226, 226);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-input > .item {
  position: relative !important;
  min-width: 50% !important;
  height: 100%;
  width: 100% !important;
  margin-right: 0;
  font-size: 20px;
  color: black;
  font-family: "Montserrat";
  vertical-align: middle;
  line-height: 32px;
}

.selectize-control {
  border-style: none;
  height: 100%;
  z-index: 2;
}

#ais-autocomplete-selectized {
  position: relative !important;
  min-width: 50% !important;
  height: 100%;
  width: 100% !important;
  margin-right: 0;
  font-size: 20px;
  color: black;
  font-family: "Montserrat";
}

#ais-autocomplete-selectized::-webkit-input-placeholder {
  color: #e2e2e2;
}

#ais-autocomplete-selectized:-ms-input-placeholder {
  color: #e2e2e2;
}

#ais-autocomplete-selectized::-ms-input-placeholder {
  color: #e2e2e2;
}

#ais-autocomplete-selectized::placeholder {
  color: #e2e2e2;
}

.blog-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.selectize-dropdown {
  max-width: 95% !important;
  border: none;
}

.selectize-dropdown-content {
  color: #939393;
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 90%;

  background-color: white;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown [data-selectable] .highlight {
  background: none;
  color: black;
  border-radius: 1px;
}

.selectize-input.full {
  font-size: 20px;
}

.selectize-input .items.item {
  position: absolute;
  top: 50%;
  text-align: center;
}

div.selectize-input.items.has-options.full.has-items span {
  padding: 0;
}

.selectize-control.single .selectize-input::after {
  visibility: hidden;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  visibility: hidden;
}

.selectize-control.plugin-remove_button .remove-single {
  background-color: rgb(184, 184, 184);
  color: white;
  content: "✖";
  text-align: center;
  font-size: 1.7rem;
  line-height: 15px;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 10%;
  left: 580px;
  width: 15px;
  height: 15px;
  border-style: none;
  border-radius: 3px;
}

.clearbtn {
  display: none;
  background-color: rgb(184, 184, 184);
  color: white !important;
  text-align: center;
  font-size: 1rem;
  line-height: 15px;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 35%;
  left: 38%;
  width: 15px;
  height: 15px;
  border-style: none;
  border-radius: 3px;
  z-index: 2;
  cursor: pointer;
}

/* Internet Explorer specific CSS */
@media all and (-ms-high-contrast: none) {
  .dropdown-content {
    width: 18%;
  }

  .clearbtn {
    top: 6%;
    left: 44%;
  }

  #standalone-clearbtn { 
    top: 11.5%;
    left: 45%;
  }

   .banner-text {
    max-height: 115px !important;
   
  }

  #myDropdown3 {
    right: auto;
  }
}


/**/
.blog-text:hover {
  -webkit-box-shadow: 1px 2px 10px 6px rgb(226, 226, 226);
  box-shadow: 1px 2px 10px 6px rgb(226, 226, 226);
}

/*///// Hits /////*/
#hit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #e9041e !important;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  visibility: visible !important; /* wow bugfix */
}

#hit-wrapper:hover {
  border-bottom: 3px solid #e9041e !important;
  padding-bottom: 14px !important;
}

#hit-wrapper:hover .hit-viewjob {
  visibility: visible;
  -webkit-animation-duration: 400ms !important;
  animation-duration: 400ms !important;
}

.hit-overflow-wrapper {
  overflow: hidden; /* contains the viewjob animation inside the hit */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.new-div {
  display: none;
  position: absolute;
  left: -10px;
  /* top: 30%; Weird behavior when several lines in title*/
  height: 40px;
  width: 40px;
  color: white;
  font-size: 16px;
  text-align: center;
  background-color: #ee3b45;
  line-height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 1px #c5c5c5;
  box-shadow: 0 0 5px 1px #c5c5c5;
}

.new-div.show {
  display: block;
}

.hit-text {
  width: 80%;
}

.hit-viewjob {
  position: relative;
  width: 20%;
  visibility: hidden;
}

.viewjob {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #e9041e;
  color: white !important;
  border-radius: 7px;
  font-size: 1.2rem;
}

.viewjob:hover,
.viewjob:active {
  color: white !important;
}

.items-list a.display-block::after {
  margin-right: 0;
  z-index: auto;
}
.banner-text{text-transform: lowercase;}
.banner-text::first-letter{text-transform: uppercase;}
.banner-text .margin-15px-bottom {
  margin-bottom: 2px;
}

.ais-Highlight-highlighted {
  font-size: inherit;
  padding: 0;
  background-color: #ffa6b0;
}

span.hit-details::before {
  margin-right: 5px !important;
}

/* Sponsored banners */
.banner-text {
  width: 70%;
  margin: 15px 26px;
  margin-bottom: 41px;
  max-height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  padding-right: 30px;
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  visibility: visible !important; /* wow bugfix */
}

#banner-wrapper:hover > .banner-continue {
  visibility: visible;
}

.banner-image-wrapper {
  max-width: 40%;
  height: inherit;
}

.banner-image {
  -o-object-fit: contain;
  object-fit: contain;
  transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
}

.banner-content-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 10px 0;
  visibility: visible;
  text-transform: none;
}

.banner-continue {
  width: 50%;
  position: absolute;
  bottom: 15px;
  left: 41.5%;
}

.continue {
  /*transform: translate(-50%,-50%);*/
  cursor: pointer;
  width: 160px;
  text-align: center;
  line-height: 22px;
  background-color: white;
  color: #e9041e;
  border: 1.5px solid #e9041e;
  border-radius: 9px;
  font-size: 1.4rem;
  font-weight: bold;
}

.sentinel {
  padding: 500px 0;
}

/*///// Mobile /////*/
@media only screen and (max-width: 767px) {

  .main-wrapper .container {
    padding: 0;
    background-color: #f3f3f3;
  }

  .row {
    margin: 0 !important;
    width: 100% !important;
  }

  /* Header */
  #main-header {
    display: none !important;
  }

  .top-header {
    height: 70px;
    top: 0;
  }

  #header-logo {
    top: 10px;
    left: 10px;
    margin-top: 10px;
  }


  .main-wrapper {
    padding-top: 50px;
  }

  footer > .container {
    background-color: inherit;
  }

  .col-md-12 {
    margin-bottom: 10px !important;
  }

   
  /* Navbar */
  .main_nav {
    -webkit-box-shadow: 0px 4px 12px 2px rgb(226, 226, 226);
    box-shadow: 0px 4px 12px 0px rgb(226, 226, 226);
    border: 0.5px solid rgb(226, 226, 226);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }

  #search_navbar {
    border: none;
  }

  #autocomplete {
    width: 88%;
  }

  #ais-autocomplete-selectized {
    min-width: 100% !important;
    padding-left: 10px !important;
  }

  .selectize-control.plugin-remove_button .remove-single {
    left: 335px;
    top: 26%;
    font-size: 1.8rem;
    line-height: 15px;
  }

  .clearbtn {
    position: relative;
    left: 93%;
    top: -65%;
    font-size: 1rem;
    line-height: 15px;
  }

  div.selectize-input.items.has-options.full.has-items span {
    padding: 10px 12px;
  }

  /* Filters */

  .mobile-filters {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    padding-top: 50px;
  }

  .mobile-filters.active {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }

  .filter-open {
    display: block;
    padding: 2px;
    font-size: 12px;
    width: 22%;
    border: none;
    color: white;
    background-color: rgb(173, 173, 173);
  }

  .filter-close {
    font-family: Arial;
    display: block;
    padding: 2px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: none;
    color: white;
    background-color: rgb(173, 173, 173);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .myarrow {
    background: #fff;
    height: 3px;
    width: 30px;
    margin: 20px auto;
    position: relative;
    cursor: pointer;
  }
  .myarrow::before {
    content: "";
    background: #fff;
    position: absolute;
    height: 3px;
    width: 15px;
  }
  .myarrow::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 3px;
    width: 15px;
  }

  .myarrow::before {
    right: -3px;
    bottom: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .myarrow::after {
    right: -3px;
    top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .filter-ok {
    display: block;
    position: relative;
    left: 45%;
    margin-top: 100px;
    padding: 0 20px 0 20px;
    line-height: 30px;
    background-color: #e9041e;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.5rem;
    visibility: none;
  }

  .filter-header {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .title {
    font-size: 17px;
    font-weight: bold;
  }

  .num-of-refinements {
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    right: 15%;
  }

  .list-group {
    /*Hides pop-up when there is no "active" class*/

    display: none;
    z-index: 100;
  }
  .list-group.active {
    /*displays pop-up when "active" class is present*/
    display: block;
  }

  .list-group-item {
    border: none;
    padding: 0px;
  }

  .ais-RefinementList-searchBox .ais-SearchBox-input {
    border-color: #ddd;
    background-color: #fff;
    height: 35px;
    margin-top: 7px;
  }

  /*** Refinement List Scrollbar  ***/

  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #bdbcbc;
    border-radius: 3px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(160, 35, 35);
  }

  /* Filters Dropdown Button */
  #dropbtn1,
  #dropbtn2,
  #dropbtn3 {
    display: none;
  }

  #cddesk1,
  #cddesk2,
  #cddesk3 {
    display: none;
  }

  /* Dropdown content */

  .filter-content {
    display: none;
    width: 100%;
    position: relative;
    left: 0;
  }

  .custom-dropdown {
    width: 100%;
  }

  .dropdown-content {
    position: relative;
    width: 345%;
    height: 35%;
    border: none;
    -webkit-box-sizing: none;
    box-sizing: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 18px;
    background-color: #f7f7f7;
  }

  .ais-RefinementList-list {
    height: 100%;
  }

  #location-select-m .ais-RefinementList-list {
    height: 69%;
  }

  /*stats*/
  #stats {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /*Hits*/
  .items-list {
    margin-top: 0px;
    padding: 25px;
  }

  #hit-wrapper {
    border-bottom: 3px solid #e9041e;
  }

  .hit-viewjob {
    display: none;
  }
  .hit-text {
    width: 100%;
    padding:0 25px;
  }
}

/* iPads (portrait and landscape) */
@media only screen and (min-width : 768px) {
#standalone-cddesk2.custom-dropdown{width: 23%!important}
.custom-dropdown{width: 25%!important}
#searchxspaddingreset.container{width:100%!important;}
}
@media only screen and (min-width : 321px) {
.custom-dropdown{width: 29%!important}

@media only screen and (max-width :321px)
.main_nav{margin-top:0!important;}
}