/* HOME PAGE HERO */
/*.block_d8e92fd9798046548b1d7613c19b5b5e {*/
/*    padding: 0 !important;*/
/*    width: 100% !important;*/
/*    max-width: 100% !important;*/
/*}*/

/*.block_d8e92fd9798046548b1d7613c19b5b5e .contentImg {*/
/*    min-width: 100%;*/
/*}*/

/*#home .primaryAndSecondaryContainer {*/
/*    padding-top: 0;*/
/*}*/

/*BEXI*/

.imgHover .imgHover-overlay .imgHover-content .contentTitle + p, .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle + p {
    /* margin-top: .25em; */
    width: 500px;
    margin: auto;
    font-size: 20px;
}

.backlogo {
 max-width: 150px;   
}

/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #3e485c;
    color: #EAE9E2;
    padding: 5px 0;
    width: 100%;
    display: table;
    box-sizing: border-box;
    font-weight:bold;
}
/*content width*/ 
.ctaNav .blockContent {
    margin: 0 auto;
    max-width: 1200px; /*edit based on layout width, 100% if Stretch header & navigation to window edges is selected*/
    text-align: right;
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
/*link font color*/
.ctaNav a {
    color: #EAE9E2;
}
@media only screen and (max-width: 768px) {
    .ctaNav li {
        text-align: center;
        list-style-type: none;
    }

.imgHover .imgHover-overlay .imgHover-content .contentTitle + p, .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle + p {
    /* margin-top: .25em; */
    width: 200px;
    margin: auto;
    font-size: 20px;
}
}
@media only screen and (min-width: 768px) {
    .ctaNav li {
        display: inline-block;
        margin-left: 2.5em;
    }
}