* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body:before {
  content: '';
  display: inline-block;
 
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 68em;
  opacity: 0.4;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: -1;
}


/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
#page {
  *zoom: 1;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
#page:before, #page:after {
  content: " ";
  display: table;
}
#page:after {
  clear: both;
}

.no-sidebars #content {
  display: block;
  float: left;
  width: 100%;
}

.no-sidebars #content:last-child {
  margin-right: 0;
}

.one-sidebar.sidebar-second #content {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 74.46809%;
}
.one-sidebar.sidebar-second #content:last-child {
  margin-right: 0;
}

.one-sidebar.sidebar-first #content {
  display: block;
  float: left;
  width: 100%;
}
.one-sidebar.sidebar-first #content:last-child {
  margin-right: 0;
}


.two-sidebars #content {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 666px;
}
.two-sidebars #content:last-child {
  margin-right: 0;
}

#sidebar-first {
  display: block;
  float: left;
  width: 100%;
  margin-top:-60px;
}

#sidebar-first:last-child {
  margin-right: 0;
}
.sidebar-first #sidebar-first {
  
}

#sidebar-second {
  display: block;
  float: left;
  width:310px;
  margin-left: 0%;
}
#sidebar-second:last-child {
  margin-right: 0;
}

#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
.inner {
  padding: 0;
}

/* Navigation styles */
#navigation li {
  list-style-type: none;
  display: inline-block;
}
