header {
	position: relative;
	padding: 15px 0;
}
.logo {
	text-align: center;
	margin: 0 auto;
}
.logo img{
	width: 400px;
	max-width: 100%;
}
#navbarB {
	overflow-y: visible;
}
#srch-a img {
	opacity: 0.6;
}
#searchform {
	width: 240px;
}
#nav {
	background-color: transparent;
	border: 0;
	margin: 10px 0;
}
#nav button.navbar-toggle {
	float: none;
	margin: 5px 0 5px 0;
}

#nav .navbar-nav > li > a { 
	color:#4d4d4d; 
}
#nav .navbar-nav > li > a:hover { 
	color:#000; 
}
#blurb-social {
	position: relative;
	margin: 15px 0;
}
#blurb-social h1 {
	text-align: center;
}
#blurb-social .blurb {
	width: 100%;
	margin: 15px auto;
	text-align: justify;
	font-size: 14px; 
	line-height: 20px; 
	margin-bottom: 20px;
}
#blurb-social .social {
	position: relative;
	text-align: center;
}
#blurb-social .social img {
	height: 18px;
	width: auto;
	margin: 0 5px;
}
p.copyright {
	text-align: center;
	border-top: 1px solid #999;
	padding: 15px 0;
}
.well {
	background-color: #f0f0f0;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#biba {
	visibility:hidden;
	display:none;
}
.banner-resp {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.mt-25 {
	margin-top: 25px;
}

@media (min-width: 768px) {
	header {
		border-bottom: 1px solid #999;
	}
	#navbarB > ul {
		float: none;
		width: 600px;
		margin: 0 auto;
	}
	#topNav {
		border-top: 0;
	}
	#topNav .navbar-nav > li > a {
		font-size: 18px;
		color: #4d4d4d;
		text-align: center;
		padding: 0 10px 10px;
	}
	#theTiles > div {
		max-height: 300px;
	}
}

@media (min-width: 992px) {
	#theTiles > div {
		max-height: 390px;
	}
	#blurb-social {
		position: relative;
		margin: 15px 0;
		min-height: 70px;
	}
	#blurb-social .blurb {
		width: 562px;
		margin: 15px auto;
		margin-bottom: 20px;
	}
	#blurb-social .blurb.left {
		width: 75%;
		margin: 15px 0;
		margin-bottom: 20px;
	}
	#blurb-social .social {
		position: absolute;
		top: 0;
		right: 0;
	}
	#blurb-social .social img {
		display: block;
		height: 18px;
		width: auto;
		margin: 0 0 8px;
	}
}
@media (min-width: 1200px) {
	#theTiles > div {
		max-height: 480px;
	}
}