.main-container section {
  padding: 0;
}
.main-container > .row {
  margin: 0;
}
.views-exposed-form .form-item {
  float: left;
}
.region-content .block {
  padding: 71px 15px 80px 15px;
}
.highlights-homepage {
  background-color: #f3f3f3;
}

.card-view .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.card-list {
  width: calc(33.33% - 46px);
  margin: 0 29px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 1px 12px #a4a4a4;
  padding: 0px 20px 25px;
  background-color: #ffffff;
}
.highlights-homepage .card-list {
  padding: 0px 20px 22px;
}

.card-list:first-child {
  margin-left: 20px;
}

.card-list:last-child {
  margin-right: 0px;
}

.card-image {
  margin: 0px 0px -20px -20px;
  width: calc(100% + 40px);
}
.card-image img {
  box-shadow: 1px 1px 10px #dbd7d7;
  position: relative;
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
}
.highlights-homepage .card-date {
  margin-top: 20px;
}
.recently-added-homepage .recently-added-image,
.path-card-view-list .listing-card-image {
  width: auto;
}
.path-card-view-list .listing-type-date {
  max-width: 92px;
}
.recently-added-inner-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.highlights-homepage .quicktabs-tabs {
  padding: 0;
  margin-top: -3px !important;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.highlights-homepage .quicktabs-tabs a {
  font-size: 24px;
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: none;
}
.highlights-homepage .quicktabs-wrapper {
  padding-bottom: 0;
}
.highlights-homepage .tabsbar .quicktabs-tabs > li > a {
  padding: 0;
  margin-right: 70px;
}
.highlights-homepage .tabsbar .quicktabs-tabs > li.active > a,
.highlights-homepage .tabsbar .quicktabs-tabs > li.active > a:hover,
.highlights-homepage .tabsbar .quicktabs-tabs > li.active > a:focus {
  color: #f6613e;
  background-color: #ffffff00;
  border: none;
  border-bottom: 3px solid #f6613e;
}
.highlights-homepage ul.quicktabs-tabs li {
  padding: 0;
}
.highlights-homepage .tabsbar .quicktabs-main {
  padding: 58px 0 0 0;
  margin-left: -15px;
}
.recently-added-view {
  padding-top: 23px;
  margin-left: 20px;
}
.highlights-homepage .more-link a {
  background: none;
}
.highlights-homepage .recently-added-view .card-image {
  width: unset;
}
.highlights-homepage .recently-added-view .recently-added-type-date {
  max-width: 92px;
}
