/*div#banner:before {*/
/*    display: block;*/
/*    position: absolute;*/
/*    content: url(https://tse2.pod.coopwebbuilder3.com/sites/default/files/images/25th_logo-01.svg);*/
/*    width: 200px;*/
/*    height: 200px;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 99999;*/
/*}*/
div#content-top, div#main-content {
    position: relative;
    display: block;
    top: -48px;
    background-color: transparent;
}
.page-container.slideout-panel {
    background: #eee;
}
.banner {
    min-height: 500px;
    position: relative;
    height: 100%;
    display: block;
}
.tp-caption__title, .tp-caption__text {
    background-color: transparent !important;
}
.tp-caption__title {
    padding: .25em 0.25em 0;
    font-size: 64px;
}
.cwb-revslide__buttons {
    display: flex;
    height: 100%;
    margin: auto;
}
.cwb-revslide__buttons a.button.button--hover-style-2 {
    height: 100%;
}
div#content-bottom .row .col-md-12 {
    padding: 0;
}

@media (max-width: 767px) {
  .rev_slider_wrapper, .rev_slider {
    max-height: 400px !important;
    min-height: 400px;
  }
  .forcefullwidth_wrapper_tp_banner {
    max-height: 400px;
  }
  .tp-caption__title {
    font-size: 32px;
  }
  .cwb-revslide__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .coop-finder--body {
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col {
      padding-left: 0;
      padding-right: 0;
  }
}