.marquee-title{
  background-size: cover;
  position: relative;
  background-position: right center;
}
.marquee-title:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, rgba(47,52,57,0.95) 0%, rgba(47,52,57,1) 60%, rgba(47,52,57,0) 100%);
}


.marquee-title h1{
  color: #eaeff3;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}


.marquee-title p{
  color: #eaeff3;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

.marquee-title a.cta{
  color: #5fb157 !important;
  font-size: 1.4em;
  letter-spacing: 0.025em;
  line-height: 1.4em;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 6px solid #5fb157;
}
.marquee-title a.cta:hover{
  color: #eaeff3 !important;
  border-bottom: 6px solid #eaeff3;
}

.breadcrumbs h1{
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.breadcrumbs span,
.breadcrumbs a{
  font-size: 0.95rem;
  line-height: 0.95em;
  text-decoration: none !important;
  color: #464646 !important;
}

.breadcrumbs a:hover{
  text-decoration: underline !important;
  color: #2e66ae !important;
}

.breadcrumbs span:after{
  content: '\f105';
  font-family: 'Font Awesome 5 Pro' !important;
  padding: 0px 0.25em;
  display: inline-block;
  color: #2f3439;
  font-weight: 900;
  font-size: 0.85rem;
}


.breadcrumbs span:last-child:after{
  content: '';
}




@media only screen and (max-width: 991px) {

  .marquee-title:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(47,52,57,0.95) 0%, rgba(47,52,57,.85) 66%, rgba(47,52,57,0) 100%);
  }

}
