/* 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 */
.halftone-grey {
  background: white url("images/halftone-grey.png") no-repeat top right;
  position: relative;
}

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

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

/* line 53, wv_region_styles.scss */
.bluebg {
  background: #5386d9;
}

/* line 56, wv_region_styles.scss */
.redbg {
  background: #e50a4c;
}

/* line 59, wv_region_styles.scss */
.blackbg {
  background: black;
}

/* line 63, 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 68, 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 73, 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);
}

/* line 78, wv_region_styles.scss */
.flex-layout {
  display: flex;
}
