#degree_level_wrapper {
  margin-top: 96px;
  padding: 0 0 0 32px
}

#degree_level_wrapper li {
  list-style: none;
  margin: 0 15px 0 0;
  width: 100%;
  text-align: center
}

#degree_level_wrapper li:last-child {
  margin: 0
}

#degree_level_wrapper .ais-RefinementList-item--selected label.ais-RefinementList-label {
  background: #f3bd48;
  border: 5px #f3bd48 solid
}

#degree_level_wrapper input.ais-RefinementList-checkbox {
  display: none
}

#degree_level_wrapper label.ais-RefinementList-label {
  padding: 24px 45px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  z-index: 100;
  position: relative;
  background: #fff;
  border: 5px #f2f2f2 solid;
  text-transform: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Praktika Rnd Black Ext", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition: all, .2s;
  line-height: 36px;
  letter-spacing: 3.2px;
  font-weight: normal;
}

#degree_level_wrapper label:hover.ais-RefinementList-label span.ais-RefinementList-labelText {
  color: white;
  text-transform: uppercase
}

#degree_level_wrapper span.ais-RefinementList-count {
  display: none
}

#degree_level_wrapper label:hover.ais-RefinementList-label {
  Background-color: black;
  border: 5px black solid
}

#degree_level_wrapper span.ais-RefinementList-labelText {
  text-transform: uppercase;
  font-family: "Praktika Rnd Black Ext", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px
}

#degree_level_wrapper ul.ais-RefinementList-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0
}

#hits .ais-Hits-list li {
  list-style: none;
  padding: 10px 10px 0
}
#hits .ais-Hits-list li a{
  color: #000;
}
@media (min-width: 992px){
  #hits .ais-Hits-list li a{
  font-size: 52px;
  line-height: 59px;
  }
}
#hits .ais-Hits-list li .details > div{
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  #hits .ais-Hits-list li .details > div{
  letter-spacing: -0.04em;
  }
}
#hits li.ais-Hits-item:nth-child(even) {
  background: #f2f2f2;
  border: 1px solid #f2f2f2
}

#hits li:hover h3 a {
  color: #ffa340
}

#hits .details strong {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase
}

#clearall button.ais-ClearRefinements-button.reset-btn {
  font-family: "franklin-gothic-atf", sans-serif;
  color: #882346;
  text-decoration: underline;
  -webkit-transition: all, .2s;
  -o-transition: all, .2s;
  transition: all, .2s;
  background: transparent;
  border: none
}

.active-filters span.count {
  font-size: inherit;
  display: inline-block
}

.active-filters span.plural {
  font-size: inherit;
  display: inline !important
}

#clearall {
  margin-left: 35px;
  position: relative
}

#clearall::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/mast/redesign/assets/images/cross.svg");
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 100%
}

form.ais-SearchBox-form {
  position: relative
}

form.ais-SearchBox-form button.ais-SearchBox-submit {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  padding: 0 10px;
  z-index: 2;
  color: #882346;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  background: #fff;
  border: none;
  outline: none;
  display: none;
}

form.ais-SearchBox-form button.ais-SearchBox-submit svg.ais-SearchBox-submitIcon {
  fill: #882346;
  width: 20px;
  height: 20px
}

form.ais-SearchBox-form input.ais-SearchBox-input {
  outline: none
}

form.ais-SearchBox-form button.ais-SearchBox-reset {
  display: none
}

form.ais-SearchBox-form span.ais-SearchBox-loadingIndicator {
  display: none
}

.filter {
  border-bottom: 1px solid gray;
  padding-top: 15px;
  padding-bottom: 15px
}

.filter a {
  font-weight: 600;
  margin-bottom: 7px
}

.filter a span {
  font-size: 20px
}

.filter ul {
  padding: 0
}

.filter li {
  list-style: none
}

.filter i.fa.fa-plus {
  color: #882346 !important;
  font-size: 21px
}

.filter span.ais-RefinementList-labelText {
  font-size: 14px;
  margin-bottom: 6px
}

.filter .ais-RefinementList-count {
  display: none
}

.filter ul.ais-RefinementList-list {
  margin: 0
}

.fillter-block {
  margin-top: 96px
}

.fillter-block .filter label.ais-RefinementList-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.fillter-block .filter input.ais-RefinementList-checkbox {
  height: 100%;
  margin: 6px 9px 6px 0
}

#pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#pagination ul li {
  margin: 0 6px
}

#pagination ul li a {
  text-decoration: none
}

#pagination ul li.ais-Pagination-item--selected a {
  text-decoration: underline
}

@media screen and (max-width: 1399px) {
  #degree_level_wrapper {
    margin-top: 10px;
    padding: 0
  }

  #clearall {
    margin-left: 6px
  }

  #hits ol {
    padding: 0
  }

  #pagination ul {
    padding: 0
  }
}

@media screen and (max-width: 991px) {
  #degree_level_wrapper ul.ais-RefinementList-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  #degree_level_wrapper ul.ais-RefinementList-list li {
    margin: 0 0 20px 0
  }
}
.ais-Pagination.ais-Pagination--noRefinement {
  display: none;
}
.no-border {
  border-bottom: none !important;
}