.blocks-list {
    margin: 0 -15px;
}
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.blocks-item {
    margin: 0 15px 30px;
	position:relative;
}

.blocks-item {
	border: 1px solid #eef1f2;
	border-radius: 4px;
	box-sizing: border-box;
	color: #8699a6;
	background: #f6f7f8;
	display: flex;
	flex: 1 0 340px;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	}


.blocks-item.blue{
	background: #68A0CF;
	}

.blocks-item.green{
	background: #9BCA7B;
	}

.blocks-item.navy{
	background: #032F45;
	}



.blocks-item.navy h4.blocks-item-title {
color:#fff;
}


	.blocks-item-link {
    color: #00adef;
    padding: 20px 30px;
}

.sub_categories {
	background-color: #f6f7f8;
	border-left: solid 1px #eef1f2;
	border-right: solid 1px #eef1f2;
	border-bottom: solid 1px #eef1f2;
	padding-bottom: 10px;
	width: calc(100%);
	left: -1px;
	top: 30px;
	border-radius: 0 0 4px 4px;
	display:none;
	list-style: none;
	}

.sub_categories {
	position: absolute;
	font-size: 12px;
    line-height: 28px;
	z-index:1;
}


/* SIMPLE CSS RESET */
h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/*- -*/


/*- FILTER OPTIONS -*/
ul.filterOptions, ul.filterOptionsReset {
  height: 36px;
}
ul.filterOptions li, ul.filterOptionsReset li{ height: 52px; margin-right: 2px; float: left; }
ul.filterOptions li a, ul.filterOptionsReset li a {
  height: 50px;
  padding: 0 10px;
  background: #cfcfcf;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  display: block;
border-radius: 100px;
}
ul.filterOptions li a:hover, ul.filterOptionsReset li a:hover { background: #c9c9c9; }
ul.filterOptions li.active a, ul.filterOptionsReset li.active a { background: #999; }
/*- -*/

/*- OUR DATA HOLDER -*/

#ourHolder div.item {
  width: 200px;
  height: 200px;
  float: left;
  text-align: center;
}
#ourHolder div.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; }



#ourHolder  li {
    height: 245px;
	margin-top: 20px;
    margin-right: 20px;
	padding: 10px;
    float: left;
	width:20%;
	background: #d3d3d3;
	font: 0.875em/1.42857 "proxima-nova",Arial;
	line-height:1;
}


#ourHolder li.blue, ul.filterOptions li a.blue{
background: rgba(29, 112, 185, 0.84);
}

ul.filterOptions li a.blue:hover{
background: #68A0CF;
}

#ourHolder li.green, ul.filterOptions li a.green {
background: rgba(155, 203, 124, 0.70);
}

ul.filterOptions li a.green:hover{
background: #BCDCA7;
}

#ourHolder li.navy, ul.filterOptions li a.navy {
background: rgba(3, 47, 69, 0.71);
}

ul.filterOptions li a.navy:hover{
background: #3B5D6E;
}


@media only screen and (max-width: 618px) {
   
ul.filterOptions, ul.filterOptionsReset {
    height: 88px;
}


}


@media only screen and (max-width: 800px) {
    #ourHolder  li {
	width:80%;
}
}