

@media only screen and (max-width: 1024px) {
	
#moduleOutlineAcc {
	display:none;
}
#content {
	margin:0 1em;
	padding-right:1em;
	max-width:100%;
}
#content2 {
	margin:0 1.75em;
}
#banner {
	border-bottom: none;
}
#banner p{
	margin: 0;
	line-height:1.2em;
}
#line1 {padding:1.25em 0.8em 0.2em 0.7em;}
#line2 {padding:0 1em 1em 1em;}
#banner .banner {
	display: none;
}
.responsive {
	visibility:visible;
	display: block;
	float:right;
}
#menuResponsive {
	position:fixed;
	display:block;
	visibility:visible;
	float:left;
	width:1280px;
	max-width:100%;
	margin-bottom:1.5em;
	background-color:rgba(0,0,0,0.8);
	font-family: Arial, Verdana, sans-serif;
	z-index:9998;
}
#navWide {
	display:none;
}
#topNav {
	float:none;
	padding:0.3em 1.75em 0.3em 1em;
	background-color:#efefef;
}
#topNav>#page {
	display:inline;
	float:left;
	font-weight:bold;
	margin-left:1em;
}
#topNav>.next {
	float:right;
}
#bottomNav {
	float:none;
	padding:0.3em 0.3em 0.3em 0.5em;
	margin:2em 0;
}
#bottomNav>.next {
	float:right;
}
#topNav>#page {
	display:inline;
	float:left;
	font-weight:bold;
	margin-left:1em;
}
#topNav>#next {
	float:right;
}
.nav-menu {
	display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
	width:100%;
    z-index: 15;
}

/* a top level navigation item in the mega menu */
.nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
	opacity:0.8;
}
.nav-item:hover {
	opacity:1;
}
.nav-item:focus {
	opacity:1;
}
/* first descendant link within a top level navigation item */
.nav-item > a {
    position: relative;
    display: inline-block;
    padding: 0.5em 0.8em;
    margin: 0 0 -1px 0;
    border: 1px solid transparent;
	text-decoration:none;
	color:#efefef;
}
/* focus/open states of first descendant link within a top level 
           navigation item */
.nav-item > a:focus,
.nav-item > a.open {
 	border: 1px solid #000;
	color:#fff;
}


/* open state of first descendant link within a top level navigation item */
.nav-item > a.open {
     background-color: transparent;
     border-bottom: none;
     z-index: 1;
}
.nav-item > button.open {
	background-color: transparent;
    border-bottom: none;
	opacity:1;
    z-index: 1;
}
	p#footerP {
		padding: 10px 25px 10px 30px;
	}
	.footer img {
		margin-left:20px;
	}

} /* END MEDIA 1024 */


@media only screen and (max-width: 600px) {
	.footer {
		height:auto;
	}
	.footer img {
		float:none;
		padding-bottom:0;
	}
	p#footerP {
		float:none;
	}
}

@media only screen and (max-width: 300px) {
	.arrowOnly {
		display:none;
	}
}