/*
Only used in grids.
Max-width - min-width media queries.
*/
.l-main,
.l-header,
.section-header,
.content-top-wrapper,
.l-footer-top,
.l-footer-bottom {
  margin: 10px 0;
  margin: 0 auto;
  max-width: 1180px;
}

.header-wrapper {
  background: #fff;
}

.content-top-wrapper {
  position: relative;
}

.l-header {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.l-header:before, .l-header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.l-header:after {
  clear: both;
}
.l-header .l-branding {
  width: 33.33333%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
  padding-right: 0px;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.l-header .l-branding:before, .l-header .l-branding:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.l-header .l-branding:after {
  clear: both;
}
.l-header .l-region--header {
  width: 66.66667%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0px;
}

.l-main {
  min-height: 1000px;
}
.l-main .l-content {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.l-main .l-content:before, .l-main .l-content:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.l-main .l-content:after {
  clear: both;
}
.l-main .l-region--highlighted {
  background: #eee;
}

.l-footer {
  height: 100px;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .l-header {
    position: relative;
  }
  .l-header .l-branding {
    max-width: 215px;
  }
  .l-header .l-region--header {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0px;
  }

  .l-main {
    padding: 30px 20px 0 20px;
  }

  .l-footer {
    height: auto;
  }
}
