/* Formstack Fix */
.fsstable-hover .navContent > ul > li:hover ul {
    display: block;
    z-index: 99;
}/* SIDE BY SIDE BLOCKS */
@media only screen and (min-width: 768px) {
    .blockWrap_f1ea1314a42243b4b24e99ef659e85b1, 
    .blockWrap_ea24500e15444aacbfdb635fcb6d599c{
        display: inline-block;
    }
    .blockContainer.blockWrap_f1ea1314a42243b4b24e99ef659e85b1 {
        float: left;
        width: 49%;
    }
    .blockContainer.blockWrap_ea24500e15444aacbfdb635fcb6d599c {
        width: 49%;
        float: right;
    }
}

/*Video Home Page*/
.block_ed377cec503c4126b1ea37365abdcae6 .blockImg .fluid-width-video-wrapper {
    padding-top: 26.50% !important;
}
/*desktop*/
@media only screen and (min-width: 768px) { 
/*video hero*/
    .blockWrap_ed377cec503c4126b1ea37365abdcae6 {
        position: relative;
    }
    .blockWrap_ed377cec503c4126b1ea37365abdcae6:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(0,0,0,.0);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }
}
/*   Footer   */
/**************/
.blockWrap_eed40826a6134cdc9988e57703ad035f {
    width: 100% !important;
}
.block_eed40826a6134cdc9988e57703ad035f .contentTitle,
.block_eed40826a6134cdc9988e57703ad035f .blockInnerContent {
    text-align: center;
}
.block_d54993c807294d82a5d36b611321f5ab .contentImg {
    width: 100%;
    max-width: 200px;
}
.block_d54993c807294d82a5d36b611321f5ab ul li {
    margin-bottom: 1em;
}