.logo{
	height: auto;
}

.separator--staff{
	background-image:url('../images/edit_9T4A5825-2_web.jpg');
}

.insert--gallery{
	float:left;
	width:calc(99.9% * 1/3 - (20px - 20px * 1/3));
  margin-right: 20px;
}

.insert--gallery:nth-of-type(3n){
  margin-right: 0;
}

.insert--gallery + p{
	clear:left;
}

.reports-link{
	padding:32px 0;
	font-size: 18px;
	text-align: center;
}

.reports-link a{
	cursor:pointer;
	display: inline-block;
	padding:18px;
	color:#fff;
	text-decoration: none;
	border-radius:8px;
	transition:0.3s;
}

.reports-link--blue a{
	text-shadow:0 1px 3px rgba(0,0,0,0.7);
	background-color: #1568b3;
}

.reports-link--blue a:hover,
.reports-link--blue a:active,
.reports-link--blue a:focus{
	background-color:#0f5696;
}

.reports-link--yellow a{
	text-shadow:0 1px 3px rgba(120,91,6,0.7);
	background-color: #daad27;
}

.reports-link--yellow a:hover,
.reports-link--yellow a:active,
.reports-link--yellow a:focus{
	background-color:#cba01e;
}

.grid-container--crumbine{
	max-width:800px;
}


.page-hero--crumbine{
	padding: 40px 0;
	background-image:url(../images/crumbine-header.png);
	background-position: center 0%;
	text-shadow:0 2px 2px rgba(0,0,0,0.3);
}

.page-hero--crumbine h1{
	width: 100%;
	font-size:40px;
}

.tile{
	float: left;
	display: block;
	width:100%;
	margin:0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
	font: 700 32px adelle;
	text-decoration: none;
}

.tile h2{
	display: flex;
	justify-content:center;
	align-items:center;
	min-height: 115px;
	padding:0 24px;
	text-align: center;
	background-color: rgba(221, 221, 221,0.9);
  border: 1px solid #ccc;
}


.park-about{
	background:url(../images/grid-bg.gif) repeat;
}

.park-about--top{
	padding-top: 32px;
	padding-bottom: 32px;
}

.park-about-overlay{
	padding: 32px 0;
	font: 700 32px adelle;
	text-align: center;
  box-sizing: border-box;
  background-color: rgba(197,197,197,.5);
}

.park-about a{
	color: #007db8;
	text-decoration: underline;
}

.social-list{
	list-style: none;
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 0;
	text-align:center;
}

.social-list li{
	display: inline-block;
	margin: 16px;
	font-size: 24px;
}

.social-list li a{
	display: block;
	color:#999;
	text-decoration: none;
}

.social-list li a img{
	width:44px;
}

.park-content h2,
.park-content h3,
.park-content h4{
	margin-bottom: 20px;
}

.park-content .insert{
	width:40%;
	max-width:250px;
}

.park-content .insert--gallery{
	max-width:160px;
	margin-right: 10px;
}

.park-content .insert--gallery:nth-of-type(3n){
	margin-right: 10px;
}

.park-content blockquote{
	width:600px;
	margin:24px auto;
	padding: 0;
	font-size: 18px;
	font-style: italic;
	color:#1568b3;
	border:none;
}

.blue-header{
	font: 700 32px adelle;
	color: #007db8;
}

.entry-sources{
	clear:both;
}

.entry-image{
	text-align: center;
}

.entry-tag{
	color:#fff;
}

@media only screen and (min-width:800px) {
	.page-hero--crumbine h1{
		width: 45%;
		font-size:52px;
	}

	.crumbine{
		min-height: 490px;
		padding-top: 40px;
		background:url('../images/crumbine-statue-sm.png') no-repeat 50% 100%;
	}

	.crumbine .grid-45{
		float: left;
		width: 45%;
	}

	.suffix-5{
		margin-right: 5%;
	}

	.prefix-5{
		margin-left: 5%;
	}

	.tile{
		width: 70%;
		margin:0;
		padding-top: 30px;
		padding-bottom: 75px;
	}

	.tile--right{
		float: right;
		text-align: right;
	}
}

.primary-nav-list-main{
	width: 80%;
}

.primary-nav-list-main li{
	padding-right: 24px;
}

.primary-nav-main form{
	width: 20%;
}

.services-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0;
}

.services-list li{
	flex: none;
	display: flex;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
}

.services-list li a{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
}

.services-list li:first-of-type a{
	background-color: #EF8E01;
}

.services-list li:nth-of-type(2) a{
	background-color: #85796B;
}

.services-list li:nth-of-type(3) a{
	background-color: #1468B3;
}

.services-list li:nth-of-type(4) a{
	background-color: #B2BB20;
}

.services-list li:nth-of-type(5) a{
	background-color: #C83F1D;
}

.services-list li:nth-of-type(6) a{
	background-color: #E1BB2F;
}

.services-list li:nth-of-type(7) a{
	background-color: #4C5B6A;
}

.services-list li img{
	width: 48px;
	height: 48px;
}

.services-list li span{
	display: block;
	margin-top: auto;
	padding-top: 8px;
	padding: 8px 10px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

@media only screen and (min-width:800px) {
	.services-list li{
		width: 33.3333%;
	}
}

@media only screen and (min-width:980px) {
	.services-list{
		flex-wrap: nowrap;
	}

	.services-list li{
		width: 124.33px;
	}
}