/* line 3, wv_region_styles.scss */
.wv-region {
  z-index: 0;
}

/* line 7, wv_region_styles.scss */
.grid {
  background-color: transparent;
  background-size: 22px 21px;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: url("images/tile.png");
  position: relative;
}

/* line 16, wv_region_styles.scss */
.fabric {
  background: url("images/tile_2.png");
  position: relative;
}

/* line 21, wv_region_styles.scss */
.parchment {
  background: url("images/tile_3.png");
  position: relative;
}

/* line 26, wv_region_styles.scss */
.whitebg {
  background: #ffffff;
  position: relative;
}
/* line 29, wv_region_styles.scss */
.whitebg a.content-toggle h3,
.whitebg .title-wrapper h2.pane-title.ruled {
  background-color: #ffffff;
}

/* line 37, wv_region_styles.scss */
.graybg {
  background: #f5f5f5;
  position: relative;
}
/* line 40, wv_region_styles.scss */
.graybg a.content-toggle h3,
.graybg .title-wrapper h2.pane-title.ruled {
  background-color: #f5f5f5;
}

/* line 48, wv_region_styles.scss */
.top-shadow {
  z-index: 1;
  -moz-box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12);
}

/* line 53, wv_region_styles.scss */
.bottom-shadow {
  z-index: 2;
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

/* line 58, wv_region_styles.scss */
.top-shadow.bottom-shadow {
  z-index: 3;
  -moz-box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.12), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}
