/*-------------Custom Fonts--------------*/

h2, h2, h3, h4, h5, h6, .contentTitle, .contentTitle a {
font-family: "factoria", serif;
font-weight: 700;
font-style: normal;
}

@media only screen and (min-width: 768px) {
#home .tuckContent .headerAndNavContainer, 
#home .headerAndNavContainer, #home .navContainer, 
#home .headerContainer {background: transparent !important;}
}

.itemContent .contentTitle, .itemContent .contentTitle a {font-weight: 400;}

.navContent ul li, .navContent ul li a, .button, .navContent li .button, .mfTextLabel, .mfContent span.gc-cs-link {
font-family: "industry", sans-serif;
font-weight: 600;
font-style: normal;
}

.footerContent .blockInnerContent a {color: #D8D4D7;}
.footerContent .blockInnerContent a:hover {color: #fff;}

.imgEffect-content {text-shadow: 0 0 2px rgba(0,0,0,.5);}

.items_c150c2a5d83f4281a180a195561b8495 .item:first-child {background:#28334e;color:white;border-color:#141a27;}
.items_c150c2a5d83f4281a180a195561b8495 .item:first-child .contentTitle,
.items_c150c2a5d83f4281a180a195561b8495 .item:first-child .contentTitle a {color:white !important;}


/*SocialKit Widget Adjustments*/
.indeed-wrapper {overflow: hidden !important;}
.sk-ww-indeed-jobs {margin-top:-120px;}

@media only screen and (max-width: 767px) { 
    .sk-ww-indeed-jobs {margin-top:-160px;}
}

/*-------------Content Over Video--------------*/
.block_c8e33ddd9f26433baeda795f438c72c4 strong {
    color:white;
    font-family: "factoria", serif;
    font-weight: 400 !important;
    font-style: normal;
}

.block_c8e33ddd9f26433baeda795f438c72c4 {color:rgba(255,255,255,0.6);}


@media only screen and (max-width: 767px) { 
    .scrollDown {display:none;}
}

/*desktop*/
@media only screen and (min-width: 767px) { 
    .headerAndNavContainer {
        z-index: 99;
    }
/*video hero*/
    .blockWrap_fee5365c7acd42b995b522da29f22227 {
        position: relative;
    }
    .blockWrap_ef31ff321320432582b56b4b7c753cc2 {position: relative; z-index: 99999; top:-50px;}

.blockWrap_c8e33ddd9f26433baeda795f438c72c4 .contentTitle {margin: 0;padding:0;}

.blockWrap_fee5365c7acd42b995b522da29f22227:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0,57,104,.7);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;  
   
}

/*text block*/
.blockWrap_c8e33ddd9f26433baeda795f438c72c4 {
    position: absolute;
    top: 60%;
    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) { 
/*list view mobile*/
    .blockWrap_fee5365c7acd42b995b522da29f22227 {
        position: relative;
    }
    .blockWrap_fee5365c7acd42b995b522da29f22227:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(40, 51, 78, .5);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;  
    }
    .blockWrap_fee5365c7acd42b995b522da29f22227 .contentTitle {
        line-height: 1;
        padding-bottom: 0;
    }
/*text block*/
    .blockWrap_c8e33ddd9f26433baeda795f438c72c4 {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
        z-index: 2;  
        background: none!important;
    }
    .blockWrap_c8e33ddd9f26433baeda795f438c72c4 .contentTitle {
        font-size: 32px;
        padding-bottom: 0;
                color:white;

    }
    .blockWrap_c8e33ddd9f26433baeda795f438c72c4 .blockInnerContent {
        font-size: 20px;
        color:white;
    }
}

.block_c8e33ddd9f26433baeda795f438c72c4 .blockImg {
    padding-bottom: 1em;
}
/*----------------------------*/

/*--------SIMPLE LIST ITEMS SAME HEIGHT--------*/
.items_c150c2a5d83f4281a180a195561b8495, .items_df82416c08744b978ad929c84ac02a67 { /* solutions, contact */
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
}
/*-----END SIMPLE LIST ITEMS SAME HEIGHT--------*/