/* 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;
}

/* TEXT WIDTH MAX*/

.blockText {
    max-width: 950px;
    margin: auto;
}

/* Navigation BTN */
@media only screen and (min-width: 767px) {
.navContent #navTopLevel > li:last-child {
    border-color: #d12133;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    font-weight: bold;
    background: white; 
    }

.navContent #navTopLevel > li:last-child a:hover {
    color: #ffffff;
    background-color: #1f4ea0;
    }
}

