.fullwidth-layout {
    overflow-x: hidden;
}
.featuredblocks-grid-b .featuredblocks{
    padding-left: unset !important;
    padding-right: unset !important;
}
.section--light [class*="title"]{
    color: #733753 !important;
}
/* .fb-grid-b-animation-bubba [class*="title"]{
    color: white !important;
} */

input,textarea{
    border-radius: 15px !important;
}

.sticky-nav{
    box-shadow: 0 2px 20px #73375349;
}
.cstm-fb:before {
    background: white !important;
}


.cstm-fb span.featuredblock__bg-image--overlay {
 opacity: .2 !important;
}


.staff__title-caption-wrap .component__title {
    opacity: 1 !important;
}

.featuredblocks-grid-b .featuredblocks .featuredblock__bg-image::before{
    position: absolute;
    content: "";
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.section--dark .featuredblocks-grid-b .featuredblocks .featuredblock__title{
    color: black !important;
}