@media screen and (max-width: 480px) {
  .hidden-on-mobile {
    visibility: hidden;
    display: none;
  }
  .rl-button-mobile {
    padding: 0 0.6rem !important;
    margin: 4px !important;
  }

  .rl-pagination-mobile {
    display: block;
    overflow: auto;
    height: 100%;
    margin-bottom: 0;
  }

  .item-list-mobile {
    padding-top: 0.25rem !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-on-desktop {
    visibility: hidden;
    display: none;
  }

  #bottom-pagination {
    padding: 10px 0px 50px 0px;
  }
}

.list-border {
  background: #ccc;
  margin-bottom: 0.5rem;
}

.item-list {
  padding-top: 1rem;
}

.staff-pick-icon {
  width: 25px;
  fill: #f1be48;
  padding-right: 5px;
}

.staff-pick-results-icon {
  width: 18.57px;
  fill: #f1be48;
  margin: none;
}

.rl-pagination {
  height: auto;
  list-style-type: none;
  margin-left: 0;
}

.rl-pagination-item {
  float: left;
}

.rl-button,
.rl-button-active {
  display: inline-flex;
  float: left;
  padding: 0 0.75rem;
  border: 0.125rem solid #006298;
  border-radius: 0.25rem;
  height: 2.5rem;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
}

.rl-button:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #006298;
  outline: none;
}

.rl-button:hover {
  background-color: #dce3ee;
  color: #16324b;
}

.rl-button:active,
.rl-button-active {
  background-color: #006298;
  color: #ffffff;
}

.filter-label {
  font-weight: bold;
}

.filter-list {
  list-style-type: none;
  margin: 5px 0px 0px 0px;
}

.filter-item {
  font-family: BentonSansRegular, Arial, sans-serif;
  margin-bottom: 10px;
}

.filter-group {
  margin-bottom: 20px;
}

.filter-checkbox {
  margin-bottom: 0px !important;
}

.item-description {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: BentonSansRegular, Arial, sans-serif;
  margin-bottom: 5px;
}

.item-title {
  margin: 0px 0px 5px;
}

.show-more-button {
  font-family: BentonSansRegular, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.show-more-button:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #006298;
  outline: none;
}

.show-more-caret {
  max-width: 10px;
  vertical-align: middle;
  padding-bottom: 4px;
}

.clear-filter-label {
  float: left;
  margin: 0px 5px 5px 0px;
  font-family: BentonSans, Arial, sans-serif !important;
  height: auto !important;
  padding: 3px 0px;
  text-align: left;
}

.item-list-filter {
  border: 0.125rem solid #006298;
  border-radius: 0.25rem !important;
  color: #006298;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  /*height: 1.75rem;*/
  padding: 4px 0.75rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
  vertical-align: bottom;
  float: left;
  margin: 0px 5px 5px 0px;
}

.item-list-filter:focus {
  box-shadow: none;
  outline: none;
}

#career-community-filter {
  background-color: #ad0000;
  border-color: #ad0000;
}

#career-community-item-label {
  border-color: #ad0000;
  color: #ad0000;
}

#opportunity-type-filter {
  background-color: #018374;
  border-color: #018374;
}

#opportunity-type-item-label {
  color: #018374;
  border-color: #018374;
}

#career-dev-process-filter {
  background-color: #e13105;
  border-color: #e13105;
}

#career-dev-process-item-label {
  color: #e13105;
  border-color: #e13105;
}

#job-application-process-filter {
  background-color: #006298;
  border-color: #006298;
}

#job-application-process-item-label {
  color: #006298;
  border-color: #006298;
}

#affinity-group-filter {
  background-color: #7d4c73;
  border-color: #7d4c73;
}

#affinity-group-item-label {
  color: #7d4c73;
  border-color: #7d4c73;
}

#grad-school-filter {
  background-color: #ffd563;
  border-color: #ffc132;
  color: #243142;
}

#grad-school-item-label {
  color: #243142;
  border-color: #ffc132;
}

#search-clear-all-label {
  background-color: #5f5754;
  border-color: #5f5754;
}

.acc {
  background-color: #006298;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family: BentonSansBold;
}

.acc:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #006298;
  outline: none;
}

.acc-content {
  padding: 0px 18px;
  background-color: #edebeb;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.5s ease-out;
  margin-bottom: 10px;
  display: block;
  min-height: 100%;
  border-radius: 0.25rem;
}
