@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
.hide_print {
display: none;
}

/* Block from boilerplate   */
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
/*  a, a:visited { text-decoration: underline; }   removed JG */
/*  a[href]:after { content: " (" attr(href) ")"; }*/
  a[href^="http"]:after { content: " (" attr(href) ")"; text-decoration: none; }
  a { text-decoration: none; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }



/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-top: 0.7em;
	border: #C7E6FC 15px solid;
	background-color: #C7e6FC;
	
}
#menu {
width: 100%;
background-color: #C7E6FC;
}
#main {
clear: both;
margin-left: 0;
width: 100%;
background-color: #C7E6FC;
position: relative;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 95%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: 15px auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#menu {
width: 23.7288%;
}
#main {
/*margin-left: 1.6949%;*/
margin-left: 1em;
margin-bottom: 0;
clear: none;
width: 74.5%;   /* 75% is too much and wraps! */
}
#footer {
	margin-left: 0;
}
#footerLeft {
	width: 40%;
}
#footerRight {
  width: 40%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.slideBar:active {
	left: -150;
}
