/**
 * @file
 * Wrappers Styles
 *
 * Styles for the wrapper containers around the page content.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/**
 * Center the page.
 */
/* line 14, ../sass/wrappers.scss */
#secondary-menu,
#header,
#front-page,
#main,
.tabs,
.footer-top-wrapper,
#footer-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

/* line 26, ../sass/wrappers.scss */
.footer-top-wrapper {
  *position: relative;
  *zoom: 1;
  clear: left;
  padding-top: 40px;
  padding-bottom: 20px;
}
/* line 51, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.footer-top-wrapper:before, .footer-top-wrapper:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.footer-top-wrapper:after {
  clear: both;
}

/* line 33, ../sass/wrappers.scss */
.region-footer-top-left {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  padding-left: 0;
}

/* line 40, ../sass/wrappers.scss */
.region-footer-top-bottom {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  padding-left: 0;
}

/* line 46, ../sass/wrappers.scss */
#main {
  padding-bottom: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/**
 * Media Queries.
 */
/* Small screen & tablet devices */
@media all and (max-width: 991px) {
  /* line 61, ../sass/wrappers.scss */
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 66, ../sass/wrappers.scss */
  .footer-top-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Phones */
