@media only screen and (max-width: 1024px) {
#wrapper{padding:0 20px;width:100%;}
footer{padding: 26px 20px;}
#menu ul.nav-child{padding: 0 20px;}
.infoIcon {left:0;}
#content .bluBG div:first-child{border-right:0;margin-bottom:20px;}
#content .bluBG p{padding-left:130px;}
footer{height:auto;}
	.portraitNote{display:none;}
}
@media only screen and (max-width: 768px) {
html{font-size:12px;}
#wrapper{width:100%;padding:0 20px;}

#logo{margin-top:50px;}
#logo img{width:100%;height:auto;}
#menu,#subMenu{display:none;}
header{position:unset;margin-bottom:20px;height:auto;text-align:center;}
header #zoom{height:auto;padding-top:0;width:100%;padding:5px 20px 3px 0;left:0px;text-align:right;z-index:1000;position:fixed;margin-left:0;} 
header #zoom .bigA, header #zoom .smallA{display:none;}
header br{display:none;}
#mobileMenuIcon{display: inline-block;left: 20px;position: absolute;}
#mobileMenu{top:0;background:#fff;width:100%;padding:10px 0 0;font-size:20px;visibility: hidden;left:0;z-index:999;}
#mobileMenu ul{list-style:none;}
#mobileMenu li{margin:3px 10px;padding:3px 0;}
#mobileMenu ul.nav > li{border-left:5px solid #e10808}
#mobileMenu ul.nav > li:first-child{border-left:5px solid #1782a9}
#mobileMenu ul.nav > li:nth-child(3n+3){border-left:5px solid #ef9e05;}
#mobileMenu ul.nav > li:last-child{border-left:5px solid #839057}

#mobileMenu li li{border-left:0;font-size:17px;padding:0;}
#mobileMenu li li:last-child{padding-bottom:3px;}
#mobileMenu .active > a {
    border-right: 5px solid #1782a9;
}
#mobileMenu #bottomShadow{-webkit-box-shadow: inset 0px -10px 5px -8px rgba(0,0,0,0.5);-moz-box-shadow: inset 0px -10px 5px -8px rgba(0,0,0,0.5);box-shadow: inset 0px -10px 5px -8px rgba(0,0,0,0.5);height:13px;}
#mobileMenu{-webkit-box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.5);-moz-box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.5);box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.5);}
#mobileMenu a{display:block;padding-left:10px;color:#000;}

#logoFooter{display: flex;justify-content: space-between;}
#logoFooter img{padding:0;margin:0 auto;}
#logoFooter img:first-child,#logoFooter img:last-child{display:none;}

footer{height:auto;padding:26px 20px;}
footer .middleCol{border:none;}
#content .bluBG > div div h2,#content .bluBG p{padding-top:25px;}
.moduletablegMaps{margin-left:-20px;margin-right:-20px;-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.5);-moz-box-shadow:  0px 10px 5px -8px rgba(0,0,0,0.5);box-shadow:  0px 10px 5px -8px rgba(0,0,0,0.5);}
.nivo-slider-wrapper{margin: 0 -20px !important;}
	
	.portraitNote{display:none;}
}

@media only screen and (max-width: 680px) {
/*#content .bluBG p{font-size:1.2rem;padding-top:15px;}*/
	.item-page img { max-width: 100%;height:auto;}

}

@media only screen and (max-width: 680px) and (orientation: portrait) {
.portraitNote{display:block;background-color: #f2dede;padding:10px;font-size:20px;margin:5px;}
	#mobilePortrait{display:block;}
	#content .bluBG p{
    font-size: 2.1rem !important;
}
}