/* reset the grid */
.grid {
  width: 100%;
}

#wrapper .grid .pod {
  display: block;
  float: left;
  margin: 0;
  border: 0px solid #e1ded5;
  padding: 0;
  min-height: 0 !important;
}

.grid .cell_1, .grid .cell_2, .grid .cell_3, .grid .cell_4, .grid .cell_5, .grid .cell_6, .grid .cell_7,
.grid .cell_8, .grid .cell_9, .grid .cell_10, .grid .cell_11, .grid .cell_12, .grid .cell_13,.grid .cell_14,
.grid .cell_15, .grid .cell_16, .grid .cell_1_flush, .grid .cell_2_flush, .grid .cell_3_flush, .grid .cell_4_flush,
.grid .cell_5_flush, .grid .cell_6_flush, .grid .cell_7_flush, .grid .cell_8_flush, .grid .cell_9_flush,
.grid .cell_10_flush, .grid .cell_11_flush, .grid .cell_12_flush, .grid .cell_13_flush, .grid .cell_14_flush,
.grid .cell_15_flush,.grid .cell_16_flush {
  width:auto;
}
/* /grid reset */

/* Overrides for print */
.showOnlyOnPrintInline {
  display: inline;
}

.showOnlyOnPrintBlock {
  display: block;
}

/* Add your selector here to hide it */
.hideOnPrint,
#bannerRotator,
#globalFooterPods,
#fullFooter,
#footerTopCats,
.header_top,
.header_bottom,
.header_right,
.header_left,
#scrollUp
{ display:none !important; }

.header_center {
  display: block !important;
  text-align: center !important;
  float: none !important;
}

.printForceBlock {
  display: block !important;
}