.archive-page {
  margin-bottom: 50px;
}
.archive-page .archive-header {
  padding: 50px 110px;
  margin-top: 30px;
  min-height: 355px;
  background-color: #3B66AB;
  background-image: url('../../img/menu-bg-top.png');
  background-repeat: no-repeat;
  background-position: top -60px right;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.archive-page .archive-header:before {
  content: '';
  position: absolute;
  bottom: -110px;
  left: -20px;
  width: 484px;
  height: 237px;
  background-image: url('../../img/menu-bg-bottom.png');
  background-repeat: no-repeat;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.archive-page .archive-header > * {
  position: relative;
}
.archive-page .archive-header small {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}
.archive-page .archive-header h1 {
  margin: 10px 0 20px;
  color: #FFF;
}
.archive-page .archive-header .archive-toolbar .single-filter .filter-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
.archive-page .archive-header .archive-toolbar .single-filter .filter-options {
  margin: 0 -5px;
}
.archive-page .archive-header .archive-toolbar .single-filter .filter-options .term-link-wrapper {
  display: inline-block;
}
.archive-page .archive-header .archive-toolbar .single-filter .filter-options .term-link-wrapper a {
  display: inline-block;
  background-color: #EBEBEB;
  padding: 15px;
  color: #3D4146;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin: 0 5px 10px 5px;
  min-width: 170px;
  text-align: center;
}
.archive-page .archive-header .archive-toolbar .single-filter .filter-options .term-link-wrapper a .label-count {
  display: none;
}
.archive-page .archive-header .archive-toolbar .filter-text {
  margin-bottom: 30px;
}
.archive-page .archive-header .archive-toolbar .filter-text .filter-title {
  display: none;
}
.archive-page .archive-header .archive-toolbar .filter-text .filter-options {
  margin: 0;
}
.archive-page .archive-header .archive-toolbar .filter-text .filter-options input {
  color: #666;
  padding: 20px 45px 20px 20px;
  width: 100%;
  max-width: 510px;
  font-size: 16px;
  line-height: 19px;
  background: #FFF url("../../img/icons/search.png") no-repeat center right 20px;
  border: none;
}
.archive-page .total-sort-wrapper {
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  line-height: 48px;
  margin: 80px 0 40px;
  text-transform: uppercase;
}
.archive-page .total-sort-wrapper .sorting-wrapper {
  float: right;
}
.archive-page .total-sort-wrapper .sorting-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DDDDDD;
  height: 48px;
  padding: 0 45px 0 20px;
  border-radius: 0;
  background: #FFFFFF url("../../img/icons/dropdown-arrow.png") no-repeat center right 10px;
  margin-left: 10px;
}
.archive-page .total-sort-wrapper .sorting-wrapper select::-ms-expand {
  display: none;
}
.archive-page .total-sort-wrapper .total {
  letter-spacing: 1px;
  float: left;
}
.archive-page .top-results .results-wrapper h2 {
  margin: 80px 0 40px;
}
.archive-page .top-results .results-wrapper:first-child h2 {
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .archive-page .archive-header {
    padding: 30px;
  }
}
