@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/font/opensans.woff2') format('woff2');
  unicode-range: U + 0000 -00FF, U + 0131 , U + 0152 -0153, U + 02 C6, U + 02 DA, U + 02 DC, U + 2000 -206F, U + 2074 , U + 20 AC, U + 2212 , U + 2215;
}
.title_MAR {
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 15px;
}
.count_listing_MAR {
  color: #999999;
  padding: 25px 50px;
}
.filter-top-container {
  display: flex;
  width: 100%;
}
.reset-filters {
  background: url('/static/img/listing/undo.png') no-repeat center;
  background-size: contain;
  height: 16px;
  width: 16px;
  margin: auto 25px 11px auto;
  cursor: pointer;
  display: block;
}
.reset-filters:hover,
.reset-filters:focus {
  transform: rotate(-360deg);
  transition: all ease 700ms;
}
.filter-area {
  width: 100%;
  padding: 15px 25px;
}
.filter-area label {
  margin-bottom: 0;
}
.filter-area-title {
  color: #999999;
  padding: 0 25px;
  margin: 25px 0 10px 0;
  display: inline-block;
  cursor: text;
}
.filter-area-title:hover,
.filter-area-title:focus {
  text-decoration: none;
  color: #999999;
}
.filter-area-title-arrow {
  display: none;
  height: 8px;
  width: 12px;
  background: url('/static/img/listing/box-arrow-320.png') no-repeat center;
  background-size: contain;
  margin-left: 7px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}
.filter-group {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.filter-category {
  font-size: larger;
  font-weight: bolder;
  margin-bottom: 15px;
}
.filter-container {
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.found-count {
  color: #e6142d;
  font-size: smaller;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.search-found {
  text-decoration: underline;
}
input[type=checkbox]:disabled + label > .found-count,
input[type=checkbox].no-results + label > .found-count {
  opacity: 0.7;
}
.datepicker-group {
  border: 0;
  border-bottom: 2px solid #eaeaea;
  text-align: center;
  width: 125px;
  background: url('/static/img/calendar-icon.png') no-repeat 95% 4px;
  background-color: #f5f5f5;
  padding: 3px 30px 3px 3px;
}
.date-label {
  width: 25px;
}
.listing {
  overflow: hidden;
}
.listing-container div[class^="element_listing"] > div {
  color: inherit;
  text-decoration: inherit;
  padding: 25px 50px;
  display: block;
  cursor: pointer;
}
.button-container {
  padding: 50px 50px;
  overflow: hidden;
}
.ctrl-btn-container {
  display: none;
}
.filter-items-container {
  width: 100%;
}
.job {
  font-size: 16px;
  margin-bottom: 15px;
}
.subject_type_page {
  margin-top: 10px;
}
@media (max-width:991px) {
  .sidebar {
    border: none;
    padding: 70px 50px 25px 50px;
  }
  .count_listing_MAR {
    display: none;
    position: absolute;
    top: 0;
  }
  .count_listing_MAR.in-sidebar {
    display: inherit;
    padding: 25px 0;
  }
  .filter-top-container {
    flex-wrap: wrap-reverse;
  }
  .reset-filters {
    margin: 0 0 15px auto;
    height: 24px;
    width: 24px;
  }
  .filter-area-title {
    color: #2d2d2d;
    border: 2px solid #2d2d2d;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: bolder;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .filter-area-title:hover,
  .filter-area-title:focus,
  .filterbox-opened {
    text-decoration: none;
    color: white;
    background-color: #2d2d2d;
  }
  .filter-area {
    padding: 0;
    display: none;
    box-shadow: 0 0 3px 0 #999999;
  }
  .filter-area-title:hover .filter-area-title-arrow,
  .filter-area-title:focus .filter-area-title-arrow,
  .filterbox-opened .filter-area-title-arrow {
    -webkit-filter: invert(100%)contrast(200%);
    filter: invert(100%)contrast(200%);
  }
  .filter-area-title-arrow {
    display: inline-block;
  }
  .filter-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .filter-category {
    float: inherit;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    flex: 1;
    padding: 15px;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
  }
  .ctrl-btn-container {
    margin: auto;
    height: 50px;
    width: 50px;
    display: flex;
  }
  .ctrl-btn {
    display: inline-block;
    background: url("/static/img/header/box-submenu-plus-icon.png");
    height: 15px;
    width: 15px;
    margin: auto;
  }
  .ctrl-btn-container:hover,
  .ctrl-btn-container:focus {
    background-color: #eaeaea;
  }
  .filter-group.opened > .ctrl-btn-container > .ctrl-btn {
    transform: rotate(45deg);
  }
  .filter-group:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
  .filter-container {
    width: 100%;
    padding: 15px;
    margin: 0;
    font-size: inherit;
    background-color: #eaeaea;
  }
  .filter-container:first-child {
    border-top: 1px solid #d2d2d2;
  }
  .filter-container {
    border-bottom: 1px solid #d2d2d2;
  }
  .filter-items-container {
    display: none;
  }
  .filter-group.filter-opened > .ctrl-btn-container > .ctrl-btn {
    transform: rotate(45deg);
  }
}
@media (max-width:767px) {
  .sidebar {
    padding: 70px 20px 20px 20px;
  }
  .listing-container div[class^="element_listing"] > div {
    padding: 20px 20px;
  }
  .button-container {
    padding: 20px 20px;
  }
}