/* Location Styles */
.insurance .insurance-zone ul {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    text-align: center;
    
}

.insurance .insurance-zone ul > li {
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
	_width: calc(33% - 2em);
}

.insurance .insurance-zone ul > li:before {
	display: none;
}
/* End Location Styles */

/* Responsive Width 1025px */
@media screen and (min-width: 1025px) {
	.insurance .insurance-zone {
		width: calc(100% + 1em);
	}
}
/* End Responsive Width 1025px */