div.ccm-block-page-list-wrapper {
  position: relative;
}

div.ccm-block-page-list-page-entry-horizontal {
  display: table;
  width: 100%;
}

.vendor-pagelist-title {
  font-size: 18px;
  line-height: 31px;
  color: #2f2f2f;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0 0 5px;
}

.vendor-pagination-title {
  font-size: 16px;
  line-height: 31px;
  color: #2f2f2f;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 2px;
  margin: 0 5px 0px;
  cursor: pointer;
}

.vendor-pagination-title.selected {
  color: #3155a5;
}

.vendor-col {
  position: relative;
}

a.vendor {
  color: #3155a5;
  display: block;
  margin-bottom: 5px;
}

.taxonomy-dropdown {
  display: flex;

}

#taxonomy-topics,
#taxonomy-topics option {
  cursor: pointer;
}

.filter-actions-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#double-bar {
  display: flex;
  justify-content: space-around;
  padding: 5px 0;
  margin-bottom: 20px;
}

.search-form-vendors>div.form-group>i {
  position: absolute;
  padding-left: 10px;
  top: -2px;
}

.input-search-vendors>input.vendor-search {
  padding-left: 35px;
  border: none;
  width: 250px;
  height: 38px;
  background-color: #f2f2f2;
  border-radius: 4px;
}

.search-form-vendors {
  position: relative;
  z-index: 1;
}

.search-form-vendors div.button {
  position: absolute;
  top: 14px;
  left: 27px;
  z-index: 1;
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
}

@font-face {
  font-family: "icomoon";
  src: url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?kz25s0");
  src: url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.eot?icomoon.eot?kz25s0#iefix") format("embedded-opentype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.ttf?kz25s0") format("truetype"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.woff?kz25s0") format("woff"), url("../../../carahsoft_theme/themes/carahsoft/fonts/icomoon.svg?kz25s0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-search:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -2px;
}

.search-form-vendors i {
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #2F52A1;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 992px) {

  #double-bar {
    overflow-x: scroll;
    justify-content: start;
  }
}

@media screen and (max-width: 600px) {

  .filter-actions-top {
    display: block;
    margin-bottom: 1rem;
  }
}

.level-1>.title {
  color: #32499c;
  font-weight: bold;
  font-size: 18px;
}

.level-1>.title.last.open {
  border-bottom: unset;
}

.level-2>.title.open {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.level-3>.title.open {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.level-3>.title {
  font-size: 14px;
}

.acd-fltr-op {
  padding-left: 15px;
}

.title {
  font-size: 16px;
  padding: 7px 0px;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
}

.title.last {
  border-bottom: 1px solid #e0e0e0;
}

i.accord-button {
  float: right;
  font: icon;
  font-weight: 800;
}

i.accord-button.contract {
  display: none;
}

.title.open>i.accord-button.expand {
  display: none;
}

.title.open>i.accord-button.contract {
  display: block;
}

.acd-fltr-op {
  display: none;
}

.acd-fltr-op label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.acd-fltr-op>label>span {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border: black 1px solid;
}

/* On mouse-over, add a grey background color */
.acd-fltr-op label:hover input~span {
  background-color: #e7e7e7;
}


/* Create the checkmark/indicator (hidden when not checked) */
.acd-fltr-op>label>span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.acd-fltr-op label input:checked~span:after {
  display: block;
}

/* Style the checkmark/indicator */
.acd-fltr-op label span:after {
  left: 1.5px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #32499c;
}

a.collapse-all {
  color: #32499c;
  font-size: 16px;
  padding-top: 15px;
}

.acd-fltr-op>label>div {
  font-weight: initial;
  padding-top: 2px;
}

.filtered-by {
  background-color: #f2f2f2;
  padding: 15px;
  display: none;
}

.filtered-by>.top {
  display: flex;
  justify-content: space-between;
}

.clear {
  text-decoration: underline;
  color: #32499c;
  text-underline-offset: 2px;
  cursor: pointer;
}

.clear:hover {
  font-weight: bold;
}

.filter-x {
  color: #32499c;
  font-weight: 900;
  cursor: pointer;
  padding-left: 10px;
  font-size: 10px;
}

.filtered-name {
  padding-right: 25px;
}

.inner-title {
  max-width: 90%;
}

.title {

  display: flex;
  justify-content: space-between;
}

.vendor-status h3 {
  text-align: center;
  font-size: 16px;
}

.vendor-status {
  border-bottom: 2px solid #cbcbcb;
  border-top: 2px solid #cbcbcb;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .vendor-content {
    flex-direction: column;
  }
}