.row_separator {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 15px;
}
.row_separator .vc_sep_holder,
.row_separator .set-flex {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}
.row_separator .vc_sep_holder .vc_sep_line {
	height: 1px;
	border-top: 3px solid rgb(0 0 0);
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}
.row_separator h4 {
	line-height: 1em;
	font-size: 100%;
	margin: 3px 10px;
	word-wrap: break-word;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: rgb(0 0 0) !important;
	font-weight: 600;
}
.household-list {
	width: 100%;
}
.household-list .list-group-item {
	flex-basis: 35%;
	-ms-flex: auto;
	position: relative;
	box-sizing: border-box;
}
.first-child{
	width: 50%;
}
