/*------CUSTOM FORM-------*/
div.fsBody.fsEmbed {
    border-radius: 10px !important;
}
.customForm .contentTitle {
    color: #ffffff;
    font-size: 56px;
}
@media only screen and (min-width: 768px) {
    .customForm .blockText {
        width: 50%;
        float: left;
        margin-right: 4%;
        margin-top: 135px;
    }
    .customForm .formBlock {
        display: flex;
        justify-content: center;
        width: 46%;
    }
}
@media only screen and (max-width: 767px) {
    .customForm .blockText {
        margin-bottom: 2.5em;
    }
}
/*form header customizations*/
/*.customForm .blockInnerContent {*/
/*background: rgba(255,255,255,.8);*/
/*    max-width: 500px;*/
/*    float: right;*/
/*}*/
/*.formText {*/
/*    padding: 40px 20px 0 20px;*/
/*}*/

/* Formstack Fix */
.fsstable-hover .navContent > ul > li:hover ul {
    display: block;
    z-index: 99;
}

/*-------------Content Over Video--------------*/
.items_c7c88dde80e64ec09dc8154a16976124 .item {
    width: 100%;
    max-width: 600px;
}
.block_d2881f52b77e4c96935101d8d1468a73 .blockImg .fluid-width-video-wrapper {
    padding-top: 39.50% !important;
}
/*desktop*/
@media only screen and (min-width: 768px) { 
/*video hero*/
    .blockWrap_d2881f52b77e4c96935101d8d1468a73 {
        position: relative;
    }
    .blockWrap_d2881f52b77e4c96935101d8d1468a73:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(0,0,0,.35);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }
/*text block*/
    .blockWrap_c7c88dde80e64ec09dc8154a16976124 {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
        transform: translateY(-35%);
        z-index: 2;  
        background: none!important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 768px) { 
    .items_c7c88dde80e64ec09dc8154a16976124 .item {
        padding: 20px;
    }
    .items_c7c88dde80e64ec09dc8154a16976124 .item .contentTitle {
        font-size: 36px;
    }
    .items_c7c88dde80e64ec09dc8154a16976124 .item .itemInnerContent {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) { 
    .items_c7c88dde80e64ec09dc8154a16976124 .item .contentTitle {
        font-size: 25px;
        text-align: center;
    }
    .items_c7c88dde80e64ec09dc8154a16976124 .item .itemInnerContent {
        font-size: 18px;
        text-align: center;
    }
    div.blockWrap_c7c88dde80e64ec09dc8154a16976124 {
        position: relative;
        margin-top: -60px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .items_c7c88dde80e64ec09dc8154a16976124 .item {
        background-color: #07723e;
    }
}