.slicknav_menu {
	display:none;
}


@media screen and (max-width:1070px){
	nav ul.main-nav li a { 
	padding: 23px 12px 20px 12px;
	font-size: 15px; 
	}
}

@media screen and (max-width:1023px){
	nav ul.main-nav li a { 
	padding: 23px 10px 20px 10px;
	font-size: 15px; 
	}
}

@media screen and (max-width:990px){
	nav ul.main-nav li a { 
	padding: 23px 10px 20px 10px;
	font-size: 14px; 
	}
}

@media screen and (max-width:940px){
	nav ul.main-nav li a { 
	padding: 23px 8px 20px 8px;
	font-size: 14px; 
	}
}

@media screen and (max-width:905px){
	nav ul.main-nav li a { 
	padding: 23px 8px 20px 8px;
	font-size: 12px; 
	}

	.badge { right: 3px !important; }
}

@media screen and (max-width:800px){
	#header_logo {
       top: 0px;
	}
	
	#middle_wrapper {
		padding-top: 0;
		margin-bottom: 0;
		background: #1f1f1e url(../images/middle.jpg) no-repeat center 0;
	}
	
	#header_wrapper{
		position: initial;
	}
	
	#site_title {
		margin-left: 0 !important;
		text-align: right;
	}
	
	#main {
   		display: block;
	    padding: 10px 10px 60px 10px;
	}
	
	.wrapper, #wide-content {
	padding: 0 10px;
	width: calc(100% - 30px);
	margin: 0 5px;
	display: block !important;
	}

	.responsive-grid-active .block, .responsive-grid-active .row, .responsive-grid-active .column {
		width: calc(100% - 12px) !important;
		max-width: calc(100% - 12px) !important;
		padding: 6px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	header #logo, header h1, header p.tagline, nav{
		position: static;
		text-align: left;
		max-width: 100%;
	}

	p.tagline {
		border-top: none;
		font-size: 1.5em;
	}

	header h1 {
		font-size: 2.8em;
		text-align: center;
	}

	#content h2 {
		margin-top: 10px;
	}
	
	header {
		height: auto;
	}


	header .wrapper {
		height: auto;
	}


	header .badge {
		position: absolute;
		z-index: -1;
		right: 10px;
		top: 10px;
		width: 162px;
		height: 122px;
		background: url(images/75years.png);
	}

	header nav {
		margin: 0 0 10px 0;
		background: none;
		height: auto;
		float: none;
	}

	.twoCol, aside {
		display: block !important;
		float: left !important;
		width: 100% !important;
		height: auto !important;
		margin-bottom: 10px;
	}

	#contentWithSidebar { 
		width: 100% !important;
	}

	.column1, .column2, .column3  {
		display: block !important;
		float: left !important;
		width: 100% !important;
		height: auto !important;
		margin: 5px 0;
	}

	footer {
		padding: 0;
	}

	footer .container {
	  background-image: none;
	 
	}

	ul.footer-nav {
		margin: 20px 0 0 0;
		padding: 0;
		display: inline-block;
	}

	ul.footer-nav li a {
	  padding: 2px 8px ;
	}
	#nav {
		display: none;
		}

	.slicknav_menu {
		display:block;
	}
	.js #main-menu {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}

} /*end 800*/

@media screen and (max-width:550px){
	#site_title a {
		margin-right: 0;
		display: block;
	}
	#site_title a:after {
		content: "\A";
		white-space: pre; 
	}
	h1 {
		font-size: 30px;
	}
	
}

@media screen and (max-width:375px){

.gallery img {
	max-height: 40px !important;
}

.gallery-caption { display: none;}

}


/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
    header .badge.eighty  { background-image:url("images/80years@3x.png"); background-size: contain;}
}

@media screen and (max-width:355px){
header #logo, header h1, header p.tagline, nav{
	position: static;
	text-align: center;
	max-width: 100%;
}

.badge { display: none; }

}

@media screen and (max-width:325px){

	#site_title a { font-size: 32px;}
	#site_title span { font-size: 21px;}

}