.collage {
display: block;
clear: both;
box-sizing: border-box;
overflow: hidden;
width: 100%;
height: auto;
border-top: #bdbdbd 1px solid;
border-bottom: #042f50 2px solid;
z-index: 100;
}
	.collage1 {
	display: block;
	box-sizing: border-box;
	overflow: hidden;	
	width: 33.33%;
	height: auto;
	float: left;
	}
	.collage1 img { display: block; width: 100%; height: auto; }
	
	.collage2 {
	display: block;
	box-sizing: border-box;
	overflow: hidden;	
	width: 33.33%;
	height: auto;
	float: left;
	}
	.collage2 img { display: block; width: 100%; height: auto; }
	
	.collage3 {
	display: block;
	box-sizing: border-box;
	overflow: hidden;	
	width: 33.33%;
	height: auto;
	float: left;	
	}
	.collage3 img { display: block; width: 100%; height: auto; }
	

.content {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
background-color: white;
padding: 40px 10px;
}
.content h1 {
font-size: 1.3em;
color: #05416f;
font-weight: 700;
margin: 15px 0;
text-align: center;
}
.content h2 {
font-size: 1.3em;
color: #05416f;
margin: 15px 0;
}
.content p {
margin: 15px 0;
}
.content a[href^="tel:"] {
	color: #710202;
	font-weight: 700;
	text-decoration: none;
}
.content a:link, .content a:visited {
color: #05416f;
text-decoration: underline;
font-weight: 700;
}
.content a:active, .content a:hover {
color: #616060;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

.circleLinks {
display: block;
clear: both;
box-sizing: border-box;
overflow: hidden;
width: 100%;
height: auto;
padding: 25px 0;
}
	.circleArea {
	display: block;
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	.circle {
	display: block;
	box-sizing: border-box;
	width: 16%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 .333%;
	}
	.circle img { width: 250px; height: 250px; }
	

span.circleTitle { 
display: inline-block;
color: #05416f; 
font-weight: 700;
padding: 2px; 
text-align: center;
}
span.circleText { 
display: inline-block;
font-weight: 400;
font-size: .9em;
color: #504f4f;
padding: 2px; 
text-align: center;
}
	
.readmore { 
display: block;
box-sizing: border-box;
background: #05416f; 
cursor: pointer;  
padding: 2px; 
text-align: center;
width: 60%;
margin: 10px auto 0 auto;
}
a.readmore:link, a.readmore:visited {
font-size: .8em;
font-weight: 400;
color: white;
text-decoration: none;
}
a.readmore:hover { background-color: #4d4c4c; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; }
a.readmore:active { background-color: #4d4c4c; }
	
	
@media screen and (max-width: 1601px) {
	.circle img { width: 125px; height: 125px; }
}
@media screen and (max-width: 1250px) {
	.circle img { width: 175px; height: 175px; }
	.circle {
	width: 33%;
	margin: 0 .1665% 25px .1665%;
	}
}
@media screen and (max-width: 1033px) {
	.circle img { width: 175px; height: 175px; }
	.circle {
	width: 49%;
	margin: 0 .5% 35px .5%;
	}
}
@media screen and (max-width: 802px) {
	.collage1 { display: none; }
	.collage3 { display: none; }
	.collage2 {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	float: none;
	}
}
@media screen and (max-width: 815px) {
	span.circleTitle { 
	display: block;
	overflow: hidden;
	clear: both;
	}
	span.circleText {
	display: block;
	overflow: hidden;	 
	clear: both;
	}
}
@media screen and (max-width: 651px) {
	.circleLinks {
	padding-bottom: 5px;
	}
	.circle img { width: 250px; height: 250px; }
	.circle {
	width: 100%;
	margin: 0 .333% 20px .333%;
	}
	a.readmore {
	clear: both;
	margin-bottom: 30px;
	}			
}