@media only screen and (min-width: 870px) {
/* Hide the toolbar on responsive simulation*/
#navcontainer2 {width: 0 !important; margin: 0 !important; padding: 0 !important;}
}
@media only screen and (max-width: 870px) {
.shape_toolbar {display: none;}
.titles { left: 0; width: 90%; }
#navigation_position { top: 1px !important; }
#nav_button { display: block;
transition: all 0s linear;	
-webkit-transition: All 0s linear;	
-moz-transition: All 0s linear;	
-o-transition: All 0s linear;
}
/* @group Navcontainer HIDE */
#topnav  { padding-top: 0 !important; padding-bottom: 0 !important; transition: all 0s linear;}
.parent:after {display: none;}
#navcontainer {display: none;}
#navcontainer a { display: none; }
/* @end */
#navcontainer2 { display: none;}
#navcontainer2 ul ul{ min-width: 200px; min-width: auto !important; }
#pageHeader img {
	max-height:60px;
	max-width:200px !important;
	top: 10px;
	float: left;
	margin-left: 20px;
	margin-right: 0;
}
}