.content-titleBar {}
.content-titleBar a { cursor:default;}
#mainContent .titleBar3.big-titleBar a { padding-left:0;}
#mainContent .titleBar3.big-titleBar a::before { display:none;}
#commBlock1 h3,
#commBlock2 h3 {color:#089de2;}
h3.titleBar2 {border-bottom-color: #089de2; color:#089de2; font-weight:bold; margin:20px 0;}
h3.titleBar2 a {color:#089de2; font-weight:bold;}

.big-photo-list {}
	.big-photo-list section {
		margin-bottom:80px;
	}
	.big-photo-list section img {
		width:100%;
		height:auto;
	}
	.big-photo-list section h4 {
		font-size:36px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.big-photo-list section p {
		line-height:2;
	}

.small-photo-list {margin-right:-5.3%; margin-top:30px;}
	.small-photo-list section {
		margin-bottom:20px;
		display:inline-block;
		width:22%;
		margin-right:2%;
		vertical-align:top;
	}
	.small-photo-list section img {
		width:100%;
		height:auto;
	}
	.small-photo-list section h4 {
		font-weight:normal;
		font-size:16px;
		line-height:1.5;
	}

h3,h3 span{
    color:#775100;
}
.blockSz .list16 li{
	position:relative;
}
.blockSz .list16 li a.title {
    font-size: 14px;
    font-weight: normal;
}

#localNav{
    background: #089de2;
}
#localNav .container {
	background: #089de2;
	background-size:cover;
}
#localNav .navbar .nav li{
    background: #089de2;
}
#localNav .navbar .nav li:hover,
#localNav .navbar .nav li:focus {
	background-color: #0f66a9;
}

#mainContent ul.list6{
    margin: 20px 10px 20px 70px;
}
#mainContent ul.list6 li{
	position:relative;
}
#mainContent ul.list6 li span.date {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    line-height: 2.2em;
}
.bottomGap{margin-bottom: 25px;}
#commBlock3 h3,
#commBlock4 h3{margin-top: 30px;}
#commBlock1{margin-top: 20px;}


/* Large desktop */
@media (min-width: 1200px) { ... }
/* desktop */
@media (min-width: 979px) and (max-width: 1199px) {

	#mainContent ul.list6 li span.date {
		font-size:13px;
	}

	.small-photo-list {margin-right:-3.8%;}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	#mainContent ul.list6{
		margin-left:20px;
	}
	.list6 li a{
		font-size:14px;
		line-height:1.8em;
	}
	#mainContent ul.list6 li span.date {
		font-size:12px;
	}

	.small-photo-list {margin-right:-2.2%;}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	#mainContent ul.list6{
			margin-left:20px;
		}

	.small-photo-list {margin-right:0%;}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#mainContent ul.list6 li span.date {
	  display:none;
	}
	.big-photo-list section {
		margin-bottom:30px;
	}
	.big-photo-list section h4 {
		font-size:18px;
		margin-top:20px;
		margin-bottom:20px;
		line-height:2;
	}

	.small-photo-list {margin-right:0%;}
	.small-photo-list section {
		width:100%;
		margin-right:0%;
	}

}