/* Home Editable Image */
[class*=-home-editable-image] {
    position: relative;
}
/* .winfieldsection-h-feature:before, */
[class*=-home-editable-image]:after{
    display: block;
    content: "";
    position: absolute;
    background-color: var(--white-color);
    height: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.home-editable-image {
    position: relative;
}
.home-editable-image .cell>div:first-child {
    position: relative;
    height: 190px;
}

.home-editable-image .cell>div:first-child>p {
    margin: 0;
}

.home-editable-image .cell>div:first-child>p>a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 1;
}

.home-editable-image .cell>div:first-child>p>a:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s linear;
    z-index: -1;
}

.home-editable-image .imageTitle {
    font-size: 35px;
    line-height: 0.8;
    text-align: center;
    font-family: var(--primary-font);
    font-weight: var(--font-weight-extraBold);
    color: var(--white-color);
    margin-top: auto;
    text-transform: uppercase;
    text-decoration: none;
}

.home-editable-image .imageTitle span {
    width: 165px;
    display: block;
    margin: 0 auto;
    font-family: var(--primary-font);
    font-weight: var(--font-weight-extraBold);
    font-size: 35px;
}

.home-editable-image .imageTitle:hover {
    background-color: rgb(111 145 45 / 20%);
}

.home-editable-image .cell>div:first-child .centerAlign a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-editable-image .cell>div:first-child:hover .centerAlign a {
    mix-blend-mode: overlay;
    isolation: isolate;
    background-color: var(--secondary-light-color);
    transition: all 0.3s linear;
}

.home-editable-image .centerAlign img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    mix-blend-mode: multiply;
}

.home-editable-image .hero-bottom {
    text-align: center;
    background: #f4f2f0;
    font-weight: var(--font-weight-medium);
    padding: 0;
    margin-bottom: 0;
}

.home-editable-image .hero-bottom a {
    font-family: var(--primary-font);
    font-weight: var(--font-weight-extraBold);
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    color: var(--gray-color);
    display: block;
    padding: 10px;
}

.home-editable-image .large-4 {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .home-editable-image .large-4 {
        width: 33.33333%;
    }
}

@media only screen and (max-width: 48em) {
    .home-editable-image .hero-bottom {
        background: transparent;
    }
}
