/**
 * Canada Select note:
 *
 * A lot of the functionality from this file has been removed as it is based on
 * the assumption that the sidebar and content of the page are both flexible.
 * Canada Select side bars are a specific width due to the advertisements on
 * them so the layout and for them is covered by the Canada Select styles
 */
/**
 * @file
 * Positioning for responsive layout .
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/* Custom variables for Canada Select */
/*
 * Center the page.
 */
/* line 54, ../../sass/layouts/responsive-sidebars.scss */
.region-content-bottom,
.region-second-content-bottom,
#main {
  margin: 0 auto;
  max-width: 1024px;
  clear: both;
}

/*
 * Apply the shared properties of grid items in a single, efficient ruleset.
 */
/* line 70, ../../sass/layouts/responsive-sidebars.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/*
 * Containers for grid items and flow items.
 */
/* line 52, ../../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 56, ../../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}
