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

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 53.1875em) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 3.01811%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 4.06504%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 6.22407%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}

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

#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

.inner {
  padding: 0;
}

#navigation li {
  list-style-type: none;
  display: inline-block;
}

/*# sourceMappingURL=layout.css.map */
