.cbp-l-filters-work .cbp-filter-item {
  margin: 0;
  padding: 0 10px;
}

.cbp-l-filters-work .cbp-filter-counter {
  margin-left: 2px;
}

.cbp-l-filters-work {
  margin-bottom: 0;
  text-align: left;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  background: #2882d1;
}

.cbp-l-grid-work .cbp-item-wrapper {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.cbp .cbp-item-wrapper > a {
  display: block;
}

.cbp-l-grid-work-title {
  margin: 0;
  text-align: center;
  font: 400 13px/15px sans-serif;
  text-transform: none;
}

.cbp-l-grid-work-title img {
  width: 200px;
  display: block;
  margin: 0 auto;
  min-width: inherit;
}

.cbp-panel {
  width: auto;
}

.cbp-panel .view_more_btn {
  position: absolute;
  top: 35%;
  left: 43%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 8px;
  border-radius: 50%;
}

.cbp-panel #grid-container {
  margin: 10px 0 0 0;
}

.cbp-panel .view_more_btn img {
  width: 28px;
}

.cbp-panel .quick_facts {
  padding: 10px;
  color: white;
  font-size: 12px;
  line-height: 19px;
  height: 71%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.cbp-panel #filter_info_container {
  background-color: #2882d1;
  color: white;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 12px;
  position: relative;
}

.cbp-panel .filter_info {
  padding: 10px;
}

.cbp-panel #filter_info_container .filter_info {
  margin-bottom: 25px;
}

.cbp-panel #filter_info_container .learn_more_area {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.cbp-panel #filter_info_container .filter_info::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2882d1;
  left: 50%;
  bottom: -8px;
  margin-left: -10px;
}

.cbp-panel .filter_info h3 {
  font-size: 14px;
  margin-top: 10px;
}

.cbp-panel .filter_info p {
  margin-top: 10px;
}

.cbp-caption-activeWrap .btn {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  width: 100px;
  background-color: dodgerblue;
  color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 10px;
}

.cbp-caption-activeWrap .btn:hover {
  background-color: #0076e9;
}

.cbp-panel #filters-container {
  float: left;
}

.cbp-panel .view_type_cont {
  float: right;
}

.view_type_btn {
  background-color: #ccc;
  padding: 5px;
  border: none;
  outline: 0;
  color: black;
  cursor: pointer;
  display: table;
  float: left;
  margin-left: 5px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.view_type_btn.active {
  background-color: #363636;
  color: white;
}

.cbp-panel .view_type_cont .fa,
.cbp-panel .view_type_cont .fa-solid,
.cbp-panel .view_type_cont .fa-regular,
.cbp-panel .view_type_cont .fa-thin,
.cbp-panel .view_type_cont .fa-light,
.cbp-panel .view_type_cont .fa-duotone {
  display: table-cell;
}

#list-container {
  display: none;
  margin-top: 12px;
}

#list-container li {
  margin: 3px 0;
}

#list-container li a {
  display: block;
  padding: 10px;
  background-color: #1c5f9a;
  color: white !important;
}

#list-container li a:hover {
  background-color: #174d7d;
}

.agency_offer_message {
  display: block;
  line-height: normal;
  font-size: 13px;
  color: #ff3048;
  font-weight: bold;
  text-transform: none;
  margin: 3px 0 5px 0;
}
