.hero-image-wrapper {
    width: 100%;
    height: 275px;
    display: block;
    background: url("../images/hero-bg.jpg") center center no-repeat;
    background-size: cover;
}

/*GRID CONTACTS*/

.grid-link-contact-container {
    display: block;
    width: 100%;
}

    .grid-link-contact-container:before {
        content: " ";
        clear: both;
        display: table;
    }

.grid-link-contact {
    width: 100%;
    float: left;
    padding: 20px 20px 20px 50px;
    display: block;
    box-sizing: border-box;
    background: url(../images/grid-contact-bg.png) left center no-repeat;
    border: 1px solid #e3cdce;
    margin-top: 20px;
}

.grid-link-contact-item {
    position: relative;
}

    .grid-link-contact-item .icon {
        position: absolute;
        top: 7px;
        font-size: 10px;
    }

    .grid-link-contact-item p {
        white-space: pre;
        display: inline-block;
        margin: 0px 0px 0px 27px;
        font-size: 14px;
        line-height: 1em;
    }

.grid-link-contact h4 {
    margin-bottom: .8em;
}

/*Overlay isnt needed on subsites, as the find your way wil not appear and no contrast is needed.*/
.home-slider-gradient-overlay {
    display: none;
}