.banner .img-slider-bottom {
  max-width: 28%;
}
.banner .link-wrap::before {
  top: -15px;
}
.banner .link-wrap::after {
  bottom: -15px;
}
.banner .slider-wrap .img-slider-top {
  top: -80px;
  right: 15px;
}
.half-content-half-media-block {
  /*overflow: visible;
	z-index: 2;*/
}
/*store locator*/
#asl-storelocator.asl-cont
  .sl-main-cont
  .asl-panel-inner
  .sl-main-cont-box
  ul.sl-list
  li.sl-item
  .sl-addr-sec
  .addr-loc
  ul {
  justify-content: space-between !important;
}
#asl-storelocator.asl-cont
  .sl-main-cont
  .asl-panel-inner
  .sl-main-cont-box
  ul.sl-list
  li.sl-item
  .sl-addr-sec
  .addr-loc
  ul
  li {
  display: flex;
  margin-bottom: 10px;
  width: auto !important;
  padding-left: 0px;
  margin-left: 0px;
  flex-direction: column;
}
.custom-sl-title {
  font-weight: bolder;
}
.site-notes {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.site-note-title {
  color: #0f62fe;
  font-size: 20px !important;
}
.site-note-desc,
.asl-ddl-filter-cats,
.search_filter label,
.range_filter {
  display: none;
}
.search_filter label {
  display: none !important;
}

.steps-block .steps-wrap {
  overflow: auto;
  max-height: none;
}

#wrapper {
  overflow: clip;
}

.steps-block .row {
  align-items: flex-start;
}

input[type="date"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 100%;
  outline: none;
  background: #fff;
  border-radius: 5px;
  height: 64px;
  font-size: 16px;
  color: #000;
}
.input-filter-wrap input[type="date"] {
  border: none;
  padding: 5px 6px 5px 26px;
  width: 100%;
  outline: none;
  background: #fffcea;
  border-radius: 50px;
  height: 44px;
  font: 700 16px/1 "TT Firs Neue Trial Var Roman", "sans-serif";
  letter-spacing: 0.5px;
  color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000;
}
.max-width-564 {
  text-align: center;
}
.max-width-564 img {
  max-width: 564px;
  margin: 0px auto;
}
.bg-primary-yellow .card-register .card-wrap {
  max-width: 394px;
}
.bg-primary-yellow .card-register .card-wrap .img-wrap img {
  background-color: #f9eca7;
}
.card-resource .card-wrap:hover .text-wrap .text {
  max-height: 300px;
}
#asl-storelocator.asl-cont.asl-template-0
  .asl-wrapper
  .sl-main-cont
  .map-image
  .agile-modal
  .agile-modal-content
  .sl-form-group
  .btn-submit,
#asl-storelocator.asl-cont .agile-modal-content .btn.btn-default {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .side-image-wrap.pos-bottom-left {
    top: auto;
    bottom: 10px;
  }
  .sidebar-with-content-block {
    z-index: 10;
  }
  .slider-with-links-block
    .image-link-slider
    .swiper-slide
    .img-wrap
    .img-bottom {
    display: none;
  }
}

@media (min-width: 992px) {
  /*  .contact-block .col-content .content-wrap .img-heading , .half-content-half-image-block .col-content .col-wrap .img-heading, .half-content-half-links-block .col-content .content-wrap .img-heading,
  .more-resources-block .col-content .content-wrap .img-heading {
    top: -100px;
    left: -355px;
  }*/
  #footer {
    margin-top: -25px;
  }
}

@media (min-width: 1024px) {
  .steps-block .col-content {
    position: sticky;
    top: calc(var(--offset) + 20px);
  }
  .col-sidebar .sidebar-wrap .img-wrap {
    position: relative;
  }
  .col-sidebar .sidebar-wrap .img-wrap img {
    position: absolute;
  }
}
@media (min-width: 1440px) {
  .sidebar-with-content-block .sidebar-wrap {
    gap: 130px;
  }
}

.animate-wrap {
  display: flex;
  gap: 40px;
  position: relative;
}

.animate-item {
  flex-shrink: 0;
  width: 363px;
}

.animate-block {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: var(--offset);
}

.step-list {
  --progress: 0;
  opacity: calc(1 - var(--progress));
  transform: translateY(calc(100% * var(--progress)));
  transform-origin: center bottom;
  will-change: opacity, transform;
}

/* .sidebar-with-content-block {
  overflow: hidden;
}

.sidebar-with-content-block .img-wrap {
  display: none !important;
} */

/* .sidebar-with-content-block .col-sidebar {
  height: var(--offset);
} */

.sidebar-with-content-block .col-sidebar {
  position: relative;
}

@media (min-width: 1024px) {
  .sidebar-with-content-block .col-sidebar {
    height: var(--sidebar-height);
  }
}

.sidebar-with-content-block .sidebar-wrap {
  position: absolute;
  top: 0;
}

[data-tooltip] {
}

[data-tooltip] [data-tooltip-content] {
  position: absolute;
  top: var(--y);
  left: var(--x);
  margin-top: -20px;
  transform: translate(-50%, -100%);
  background-color: #8ed1fc;
  color: #000;
  padding: 12px 18px;
  border-radius: 80px;
  white-space: nowrap;
  transform: translate(-50%, -100%) scale(0);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  font-size: 16px;
  z-index: 1000;
}

[data-tooltip].visible [data-tooltip-content] {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -100%) scale(1);
}

.our-impact-block.seen .impact-lists .card-impact {
  -webkit-animation: showBox 1s ease forwards;
  animation: showBox 1s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(2) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(3) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(4) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(5) {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(6) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(7) {
  -webkit-animation-delay: 5.3s;
  animation-delay: 5.3s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(8) {
  -webkit-animation-delay: 6.1s;
  animation-delay: 6.1s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(9) {
  -webkit-animation-delay: 6.9s;
  animation-delay: 6.9s;
}
.our-impact-block.seen .impact-lists .card-impact:nth-child(10) {
  -webkit-animation-delay: 7.7s;
  animation-delay: 7.7s;
}
