@charset "utf-8";
/* CSS Tiles for Image Gallery layouts */
/* All pages except Index, Marketing Tools, and Products */

.container {
	float: left;
	min-height:460px;
	overflow: hidden;
	background: #fff;
	font-size: 0.75em; 
	width:95.833333333333333333333333333334%;
	margin-left: auto;
	margin-right: auto;
	padding:0 2.083333333333333333333333333333% 20px 2.083333333333333333333333333333%;
}

.link {
	float:left;
	margin-left:30px;
}

.tiles_container{
	float:left;
	min-height:330px;
	height:auto;
	width:100%;
	margin-bottom: 20px;
	text-align:center;
}
.tiles{
	float:left;
  	height:100%;
 	width:100%;
  	position: relative;
}
.tiles li {
	width: 24.130434782608695652173913043478%;
	min-width: 98px;
	height: 96.875%;
	float: left;
	list-style-type: none;
	background: #E8F4Fb;
	color: black;
	margin: 0 1.0869565217391304347826086956522% 1.0869565217391304347826086956522% 0;
}
.tiles ul li:nth-child(4n){
	margin: 0 0 1.086956521739130434782608695652% 0;
}
.tiles li:hover {
  background: #bbdff4;
}
.tiles a {
  text-decoration: none;
  color: black;
  font: 1em Verdana, Geneva, sans-serif; 
}
.tile_item {
	height: 255px;
	width: auto;
	padding: 10px;
	display: block;
}
.tile_text{
  height:30px;
  display: block;
}
.tile_image_container {
	width: 100%;
	max-height: 210px;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	display: block;
}
.tile_image_container img {
  border: 0px none;
  padding: 0;
  margin-top: -25%;
  margin-left: -25%;
  max-width: 180%;
}

.tiles-leader {
	float: left;
	height: auto;
	width: 98.58156028368794326241134751773%;
	font: normal 1.2em Verdana, Geneva, sans-serif;
	text-align: left;
	padding: 20px 10px 20px 5px;
}
.tiles-leader p{
	margin: 10px 0 0 0;	
}
.tiles-leader p:first-child{
	margin:0px;
}
.tiles-leader a {
	text-decoration: underline;
	color: black;
}

/* styles for viewports with a max-width up to 768
================================================================== */
@media screen and (max-width: 768px) {

	.tile_text{
		min-height: 45px;
	}

	.tiles li{
		min-width: 98px;
	}

	.tile_image_container {
		max-height: 200px;
	}

	.tile_image_container img {
		margin-top: 0;
		margin-left: 0;
	}

}
/* =============================================================== */

/* styles for viewports with a max-width up to 640px
================================================================== */
@media screen and (max-width: 640px) {

  .container{
  	min-height: 0;
  	width: 95.833333333333333333333333333334%;
  	margin: 10px 0 0 0;
  }

  .tiles_container{
  	min-height: 0;
  }

  .tile_item{
  	height: 210px;
  }

  .tiles-leader{
  	padding: 0 1.5625% 20px 1.5625%;
  	width: 96.875%;
  }

  .tile_image_container {
		max-height: 155px;
	}
}
/* =============================================================== */

/* styles for viewports with a max-width up to 568px (480px)
================================================================== */
@media screen and (max-width: 568px) {

 	.tiles li{
 		width: 48.913043478260869565217391304348%;
 	}

 	.tiles ul li:nth-of-type(even){
 		margin: 0 0 1.0869565217391304347826086956522% 0;
 	}

 	.tile_item{
 		height: 255px;
 	}

 	.tile_image_container {
		max-height: 200px;
	}
}
/* =============================================================== */

/* styles for viewports with a max-width up to 320px
================================================================== */
@media screen and (max-width: 320px) {

}
/* =============================================================== */

