/*--------------NAV----------------*/
.headerAndNavContainer {
 z-index:999!important;   
}
@media only screen and (min-width: 768px) {
    .navContent > ul > li > ul {
        min-width: fit-content !important;
        max-width: 100% !important;
    }
}
/*--------------HOME---------------*/
/*HERO SECTION imag/vid*/
.blockWrap_cc53b8f42c6e4e47a9c80d451fa23ed0 {
    position: relative;
}
.blockWrap_cc53b8f42c6e4e47a9c80d451fa23ed0:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    /*background: rgba(0,0,0,.10);*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.blockWrap_c2d3fdbd932b41bd8b4b3f53c5d33eb4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4%;
    right: 4%;
    z-index: 2;
}
.page-home .sc-content a[class*="button"] {
  color: #0a6350 !important;
}