/********************
FIX HERO TRUST BADGE SPACING
********************/
:is(
.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564, /* Home Page */
.blockWrap_c6c343c0c92d4de498e00649d9e4c898 /* Our Services */
) .blockImg {
    margin-top: 60px;
}

:is(
.blockWrap_f9df7117415a4a59bb43d7d285738df2
) img {
    width: 100%;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: max-content !important;
        right: auto !important; 
    }
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f46a3f0a0e93497d9b2a1c5af8ef3706,
.items_f80c2c0947644062a00cb74ad6b6812f,
.items_b40d3984f67a44f09d5ec9759aabefd1,
.items_f59989ef755846a09d1fd06f846b6ef0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f46a3f0a0e93497d9b2a1c5af8ef3706 > .item,
.items_f80c2c0947644062a00cb74ad6b6812f > .item,
.items_b40d3984f67a44f09d5ec9759aabefd1 > .item,
.items_f59989ef755846a09d1fd06f846b6ef0 > .item {
	display: flex;
	flex-direction: column;
}
/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}