/* Buttons */
.button, .navContent li .button {
    padding: 15px 30px;
}

/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

/* HP 50 50 Rows */
.blockWrap_a51159a1b45748b993f961799d4582c4 .blockText,
.blockWrap_adf9705ee66c4c38a4504dc820180973 .blockText {
    padding-bottom: 35px;
}

/* Equalize Simple List Blocks Contact Us*/

/* Change item class here */
.items_fc024847155f4e8389e9ff1af56a170b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fc024847155f4e8389e9ff1af56a170b > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks Insurance*/

/* Change item class here */
.items_a568f62d959f4c6b8fe2a38d15c3702e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a568f62d959f4c6b8fe2a38d15c3702e > .item {
	display: flex;
	flex-direction: column;
}