@media only screen and (min-width: 767px) {
/*mobile header text and image*/
.blockWrap_ec99ccd079244f2dba26795c7e2b4fcd {
    display: none;
}
/*video hero*/
.blockWrap_adf80dac5f374f329b8d89de6a865385 {
    position: relative;
    margin-top: -8%;
    margin-bottom: -8.75%;
    z-index: 0;
}
.blockWrap_adf80dac5f374f329b8d89de6a865385:before {
    content: '';
    display: block;
    position: absolute;
    /*background: rgba(0,0,0,.25);*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;  
   
}
.blockWrap_adf80dac5f374f329b8d89de6a865385 .contentTitle {
    line-height: 0.5;
    padding-bottom: 0;
}

/*text block*/
.blockWrap_c79bf1550c2f4528a1136753634b1c78 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;  
      background: none!important;
    }
}
/*MOBILE VIDEO TEXT*/
@media only screen and (max-width: 767px) { 
    /*disable video header on mobile*/
    .blockWrap_adf80dac5f374f329b8d89de6a865385,
    .blockWrap_c79bf1550c2f4528a1136753634b1c78 {
        display: none;
    }
/*list viewmobile*/
/*    .blockWrap_adf80dac5f374f329b8d89de6a865385 {*/
/*        position: relative;*/
/*    }*/
/*    .blockWrap_adf80dac5f374f329b8d89de6a865385:before {*/
/*        content: '';*/
/*        display: block;*/
/*        position: absolute;*/
        /*background: rgba(0,0,0,.25);*/
/*        top: 0;*/
/*        right: 0;*/
/*        left: 0;*/
/*        bottom: 0;*/
/*        z-index: 1;  */
/*    }*/
/*    .blockWrap_adf80dac5f374f329b8d89de6a865385 .contentTitle {*/
/*        line-height: 1;*/
/*        padding-bottom: 0;*/
/*    }*/
/*text block*/
/*    .blockWrap_c79bf1550c2f4528a1136753634b1c78 {*/
/*        position: absolute;*/
/*        top: 30%;*/
/*        left: 0;*/
/*        right: 0;*/
/*        -webkit-transform: translateY(-30%);*/
/*        -ms-transform: translateY(-30%);*/
/*        transform: translateY(-30%);*/
/*        z-index: 2;  */
/*        background: none!important;*/
/*    }*/
/*arrows*/
/*    .blockWrap_fc6c6827047d4c3998c5183303ac3801 {*/
/*        position: absolute;*/
/*        top: 100%;*/
/*        left: 0;*/
/*        right: 0;*/
/*        -webkit-transform: translateY(-100%);*/
/*        -ms-transform: translateY(-100%);*/
/*        transform: translateY(-100%);*/
/*        z-index: 2; */
/*         background: none!important;*/
/*    }*/
/*    .blockWrap_c79bf1550c2f4528a1136753634b1c78 .contentTitle {*/
/*        font-size: 26px;*/
/*        padding-bottom: 0;*/
/*    }*/
/*    .blockWrap_c79bf1550c2f4528a1136753634b1c78 .blockInnerContent {*/
/*        font-size: 24px;*/
/*    }*/
}
@media only screen and (max-width: 480px) {
    .footerContent .blockInnerContent {
        font-size: 18px;
    }
}
/* Formstack Fix */
.fsstable-hover .navContent > ul > li:hover ul {
    display: block;
    z-index: 99;
}