h6.tag-section-heading{
	background-color: #fff;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	padding: 11px 12px 10px;
	font-weight: 500;
	border-bottom: 1px solid #dce2ec;
	border-top: 3px solid rgba(101, 192, 201, 0.74);
	-webkit-font-smoothing: antialiased;
	font-size: 0.95em;
}

h6.tag-section-heading a{
	color: #696969;
}

h6.tag-section-heading a:hover{
	text-decoration: underline;
}

.tag-section-heading.category-7{
  border-top-color: rgba(18, 72, 150, 0.5);
}
.tag-section-heading.category-8{
  border-top-color:  rgba(101, 192, 201, 0.5);
}
.tag-section-heading.category-9{
  border-top-color: rgba(64, 193, 92, 0.5);
}
.tag-section-heading.category-10{
  border-top-color: rgba(239, 77, 127, 0.5);
}
.tag-section-heading.category-11{
  border-top-color: rgba(239, 115, 32, 0.5);
}
.tag-section-heading.category-12{
  border-top-color: rgba(216, 82, 188, 0.5);
}

@media only screen and (max-width: 1100px){
	h6.tag-section-heading {
	    width: 98%;
	    margin-left: 1%;
	    margin-right: 1%;
	}
}
