.medium-container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tabs .tab {
  background-color: #A6C539;
  color: #fff;
  width: 33.333%;
  height: 80px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 1px 3px 7px 1px rgba(0,0,0,0.11);
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}

.tabs .tab:first-child {
  margin-left: 0;
}

.tabs .tab:last-child {
  margin-right: 0;
}

.tabs .tab.active {
  background-color: #fff;
  color: #84332E;
}

.tabs .tab p {
  font-size: 35px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  padding-top: 22px;
  padding-bottom: 22px;
}

.tab-info h2.h1 {
  font-size: 30px;
  letter-spacing: 0;
}

.tab-info {
  box-shadow: 1px 3px 7px 1px rgba(0,0,0,0.11);
  border-radius: 0 0 4px 4px;
  position: relative;
  padding-top: 45px;
}

.tab-info:before {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  top: -7px;
  background: inherit;
  z-index: 2;
  left: 0;
}

.tab-info h4.light-blue {
  font-size: 18px;
}

.tab-info table td:first-child {
  text-align: right;
}

.tab-info table td:last-child {
  text-align: left;
}

.tab-info .loc-hours div {
  width: 50%;
}

.tab-info .loc-hours div p {
  font-weight: 700;
}

.tab-info .loc-hours div:last-child {
  margin-left: 18px;
}

.tab-info .image-row {
  margin-top: 45px;
  margin-bottom: 60px;
}

.tab-info .image-row .square-crop {
  width: 25%;
  margin-right: 23px;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;

}

.tab-info .image-row .square-crop .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tab-info .image-row .square-crop:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.tab-info .image-row .square-crop:last-child {
  margin-right: 0;
}

.tab-info .image-row .square-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-info .thrift-events .featured-post {
  width: 33.33333%;
  flex: 33.33333%;
  max-width: none;
  margin-right: 43px;
  box-shadow: none;
}

.tab-info .thrift-events .featured-post .links {
  padding-left: 0;
  padding-right: 0;
}

.tab-info .thrift-events .featured-post-row {
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
}

.tab-info .thrift-events .featured-post:last-child {
  margin-right: 0;
}

.thrift-wysiwyg a {
  color: #06a7e0;
}

.thrift-wysiwyg a:hover {
  color: #007ea5;
}

.thrift-banner-carousel .slick-dots {
  position: absolute;
  top: 57%;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.58);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.thrift-banner-carousel .slick-dots li:before {
  width: 14px;
  height: 14px;
  content: "";
  background-color: #dc5928;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.thrift-banner-carousel .slick-dots li {
  list-style: none;
  margin-left:8px;
  margin-right:8px;
}

.thrift-banner-carousel .slick-dots .slick-active::before {
  background-color: #84332e;
}

.thrift-banner-carousel .slick-dots button {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.logo-img {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.thrift-banner .col-lg-4 {
  max-height: 500px;
  display: flex;
  align-items: center;
}

.thrift-banner .row {
  max-height: 500px;
  overflow: hidden;
}

.thrift-banner {
  overflow: hidden;
}

.gift-card-block .icon-box {
  background: #FFFFFF;
  box-shadow: 1px 3px 7px 1px rgba(0,0,0,0.11);
  border-radius: 4px;
  margin-top: 11px;
  margin-bottom: 22px;
  width: fit-content;
  width: max-content;
  padding: 25px 50px;
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
}
.gift-card-block div.icon-box:last-child {
  margin-bottom: 0;
}


.gift-card-block .icon-box img {
  max-width: 215px;
}

.gift-card-block .border-left-grey:before {
  background-color: #B1B1B1;
  width: 1px;
  height: 118%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10%;
}

.gift-card-block .border-left-grey img {
  max-width: 470px;
}

@media(max-width: 991px) {
  .thrift-banner .col-lg-4 {
    max-height: none;
    min-height: 200px;
  }
  .thrift-banner .row {
    max-height: none;
  }
}

@media(max-width: 768px) {
  .tab-info .thrift-events .featured-post {
    width: 100%;
    flex: 100%;
  }
  .tab-info.col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-info .thrift-events .featured-post-row {
    flex-wrap: wrap;
  }
  .tabs .tab {
    margin-left: 5px;
    margin-right: 5px;
  }
  .tab-info .image-row .square-crop {
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 240px;
  }
  .tab-info .image-row {
    display: block;
  }
}
