@charset "UTF-8";
/* CSS Document */


.content .nav-tile-style {
	margin-top: 0px;
}

.content .nav-tile-style a {
	text-decoration: none !important;
}

.content .nav-tile-style .col {
	margin:5px;
}

.content .nav-tile-style .col.filled {
	background: #e30613;
}

.content .nav-tile-style ul {
	list-style:none;
	margin:0;
	padding:0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.content .nav-tile-style img {
	width: 100%;
	height: auto;
	background: #ebebeb;
	}

.content .nav-tile-style span {
   display:block;
   color:#ffffff;	
	
}

.content .nav-tile-style span.text {
   font-size:12px;
   font-weight: 700;	
   padding:3px;	
   padding-left:10px;
   padding-right:10px;	
}



