.article .acsBreadcrumb > .container {
  position: relative;
  margin-top: 0px;
}

.article .breadcrumb,
.genLanding .breadcrumb {
  position: absolute;
  z-index: 1;
  color: rgba(0, 0, 0, 0.8);
}

.article .breadcrumb a, .article .breadcrumb a:visited, 
.article .breadcrumb a:hover, .article .breadcrumb ul li, .article .breadcrumb ul li a {
  color: rgba(0, 0, 0, 0.8);
}

.box-style9 p:last-child {margin-bottom: 0;}

.acs-membership-promo{
  box-shadow: 0 2px 7px rgba(0,0,0,0.2);
  background-color: #fff;
  max-height: 325px;
}

.acs-membership-promo a{
  background: #FFDA2B;
  padding: 6px 10px;
  color: #000;
  display: inline-block;
  /*margin-bottom: 8px;*/
  margin-right: 10px;
  line-height: inherit;
  position: relative;
}

.acs-membership-promo .image{
  position: relative;
  max-height: 325px;
  margin: 0 !important;
  padding: 0 !important;
}

.acs-membership-promo-div{
  margin: 0px !important;
  padding: 0px !important;
}

.acs-membership-promo-div img{
  height: fit-content;
  object-fit: cover;
}

.acs-membership-promo-div .columnOne{
  padding-left: 48px;
  padding-top: 48px;
  padding-right: 48px;
}

.acs-membership-promo-div .columnTwo{
  margin: 0 !important;
  padding: 0 !important;
}

.acs-membership-testimonial{
  padding: 1.5em !important;
  box-shadow: 0 2px 7px rgba(0,0,0,0.2);
  background-color: #fbfbfb;
  border-bottom: 5px solid #006AFF;
  margin-bottom: 1.5em !important;
}

/* For Local Sections Only */

.give-back-grid {
  position: relative;
  top: 50px;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  justify-content: center;
  max-width: 556px;
  flex-flow: row wrap;
}

.give-back-grid .parsys {
  flex-grow: 1; 
  display: contents;
}

.give-back-grid h5 {
  color: #fff !important;
  padding-top: 60px;
  text-decoration: underline;
  transition: padding;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
}

.give-back-grid p {
  color: #fff !important;
  font-weight: 100;
  transition: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.give-back-grid a {
  color: #fff !important;
}

.give-back-grid a:visited {
  color: #fff !important;
}

.give-back-grid .text {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.give-back-grid .textimage {
  width: 50%;
  text-align: center;
}

.give-back-grid .textimage .image_left {
  padding: 0;
  width: 100% !important;
}

/* Local Section */
.genLanding .acstopnav {
  display: none;
}
.genLanding #main-wrapper {
  display: none;
}
body.genLanding #bd {
  margin-top: 0;
}

/* Media Breakpoints */

@media (hover :hover) {
  .give-back-grid h5 {
    text-decoration: none;
    padding-top: 100px;
  }

  .give-back-grid p {
    opacity: 0;
  }

  .give-back-grid .textimage:hover p{
    padding-top: 0px;
    text-decoration: underline;
    opacity: 1;
    visibility: visible;
  }

  .give-back-grid .textimage:hover h5{
    text-decoration: underline;
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px){
  body.article #bd>*>*>.col-md-12 {
    margin-top: 0em !important;
  }
}

@media screen and (max-width: 600px){
  .get-inolved-push-bg > .clearfix { background-size:170% !important; background-position:15% bottom !important; }
  .why-join-td > .clearfix { background-size:170% !important; }
}

@media screen and (max-width: 767px){
  .get-inolved-push-bg >*> .container {padding-bottom: 120px;}
  .acs-membership-promo {text-align: center;}
  .acs-membership-promo-div .columnOne {padding-bottom: 32px;}
}

@media screen and (max-width: 1080px) and (min-width: 556px) {
  .give-back-grid {top: 20px; margin: auto;}
  .give-back-grid .textimage {width: 50%;}
  .control-spacing {margin-bottom: 32px!important;}
  .give-back-hero {text-align: center;}
  .give-back-hero .columnOne {width: 100%}
  .give-back-hero .columnTwo {width: 100%}
}

@media screen and (max-width: 556px){
  .herocontainer:has(.acs-membership-promo) {padding-left: 15px; padding-right: 15px;}
  .give-back-grid {top: 20px; margin: auto;}
  .give-back-grid .textimage {width: 100%; max-height: 185px;}
  .give-back-grid .textimage img {width: 556px; max-height: 185px; object-fit: cover;}
  .give-back-grid h5 {padding-top: 30px;}
  .give-back-grid p {opacity:1;}
  .control-spacing {margin-bottom: 32px!important;}
  /*.get-involved-push-bg {display: contents;}
  .get-involved-push-bg [id~="articlecontenthero"] {background-size: 170%;}*/
}