/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

embed,
img,
object,
video {
  max-width: 100%;
  height: auto; }

body .layout > .region > .region-inner {
  width: 67.14286em;
  margin-left: auto;
  margin-right: auto; 
}

body .layout > .region > .region-inner:after {
    content: " ";
    display: block;
    clear: both; 
}

.layout.layout--col-2 .region--sidebar-primary {
  width: 21.42857em;
  float: right; 
}

.layout.layout--col-2 .region--content {
  width: 44.28571em;
  float: left; 
}

body .layout > .region > .region-inner.region-inner--highlighted {
  width: 100%; 
}

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