.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 50%;
}
.state-chapter-section {
	margin-bottom: 30px;
}

.state-chapter-section img {
	float:left; 
	margin: 0 10px 10px 0; 
	width: 106px;
	xmax-width: 100%;
	height: auto;
}

.state-chapter-section .j-state-chapter-vacant {
	color: #990000;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 2px;	
}

.j-state-chapter-wrapper .j-state-name {
	color: #0A5687;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.state-chapter-section .j-state-chapter-title {
	color: #0A5687;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 2px;
}

.state-chapter-section .j-state-chapter-name {
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 1px;
}

.state-chapter-section .j-state-chapter-email a {
	color: #0A5687;
	margin-top: 1px;	
}

.state-chapter-section .j-state-chapter-link a {
	color: #0A5687;	
}

.imia-chapter-apply-section a {
	color: #0A5687;
}	


@media all and (max-width: 991px) {
  .flex-item {
    width: 100%;
  }
}
