/*******************************************************************************
 * ohm-hero.layout.scss
 *
 * Additional, theme specific styles for the Hero layout.
 ******************************************************************************/
/* Tango Project Color Palette */
/*OLD STYLE
$grids: 4;
$grids: add-grid(12 at $tab);
$gutters: 1/3;
*/
/*
font:  normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif
*/
/* Header */
/* line 15, ../../../sass/layouts/rc_hero/ohm-rc_hero.layout.scss */
.l-header {
  /*  background-color: $blue-light;*/ }

/* Content Area */
/* line 20, ../../../sass/layouts/rc_hero/ohm-rc_hero.layout.scss */
.l-highlighted-wrapper {
  /*background: #fff;*/ }

/* Sidebars */
/* line 25, ../../../sass/layouts/rc_hero/ohm-rc_hero.layout.scss */
.l-region--sidebar-first,
.l-region--sidebar-second {
  background-color: #fff; }

/* Footer */
/* line 31, ../../../sass/layouts/rc_hero/ohm-rc_hero.layout.scss */
.l-footer-wrapper {
  background: #43474D;
  color: #8C8E91; }

/*# sourceMappingURL=ohm-rc_hero.layout.css.map */
