/*RESEARCH FLEX CONTAINERS mls 08282017*/
.flex-research-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  min-width:100px;

}

.flex-research-item {
  border-radius: 25px;
  padding: 20px;
  height: auto;
  width: 300px;
  margin:10px;
  line-height: 30px;
  color: black;
  font-size: .9em;
  text-align: center;
  background: #fff;
  border:1px solid #cccccc;
}