@media only screen and (min-width : 0px) and (max-width :960px) {
    
		

    
	.contain{
		width: auto;	
	}
	.flex_even{
		flex-basis: auto;
		
	}
	.flex{
		flex-direction: column;
	}
	aside#leftSide{
		width: 25%;
	}
	#mainContent{
		width: 75%;	
	}
	aside#rightSide{
		width: 100%;
		min-height: 150px;/*temp style*/
		border-radius: 0;
		margin-top: 1em;
		
	}
		.cornerPic, .tagLine{
			display: none;	
		}
	
}
@media only screen and (min-width : 0px) and (max-width :800px) {
	#menu_btn, #login_btn {
    display: block;
	}
		#olb {
		max-width: 0;
		/*right: -100vw;*/
			position: absolute;
		transition: all 1s;
		/* left: 0; */
			right: 0;
		overflow: hidden;
		z-index: 900;
		padding: 1em 0;
		width: 100%;
		box-shadow: 0 0 20px rgb(0 0 0 / 30%) inset, 0 10px 10px rgb(0 0 0 / 0%);
		background-color: #eee;
	}
		#olb > *{
			padding: 0 1em;
			min-width: 300px;
	}
	#logo{
		display: inline-block;
	}
	#logo img {
		max-height: 3em;
	}
	.sidePromo{
		display: none;
	}
	.sitemap{
		padding: 0 1em;
	}
}

@media only screen and (min-width : 0px) and (max-width :800px) {
	#main{
		margin-top: 0;	
	}
	aside#leftSide{
		width: 100vw;
		float: none;
		padding: 0;
		margin: 0;
		top: 0;
		
	}
	aside#leftSide, #mainContent, aside#rightSide{
		position: relative;
	}
		
		.sideInfo{
			display: none;	
		}
		nav, #sideNav{
			display: none;
		}
			nav.sideNav ul li a{
					display: block;
				}
	#mainContent{
		width: 100%;	
	}
	#logos{
		display: block;
	}
}