/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #e1193a;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
}
.ctaNav .blockInnerContent {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.ctaNav .blockInnerContent a {
    color: #ffffff;
    font-weight: bold;
    /*text-decoration: underline;*/
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
/*------------END SECONDARY NAV -------------*/

/*----------------HOME----------------------*/
@media only screen and (min-width: 768px) {
/*text over video*/
    .blockWrap_fe518d1d17e24167995576357aa499f4 {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        z-index: 2;  
        background: none!important;
    }
}
/*MOBILE VIDEO TEXT*/
@media only screen and (max-width: 767px) {
    /*text block*/
    /*.blockWrap_fe518d1d17e24167995576357aa499f4 {*/
    /*    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;*/
    /*}*/
    div.blockWrap_fe518d1d17e24167995576357aa499f4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .blockWrap_fe518d1d17e24167995576357aa499f4 .contentTitle {
        font-size: 47px;
        text-align: center;
        padding-bottom: 0;
    }
    .blockWrap_fe518d1d17e24167995576357aa499f4 .blockInnerContent {
        font-size: 35px;
        text-align: center;
    }
}