.content-hub-panel-hero {
  color: #fff;
  background-color: rgba(0,0,0,0);
  height: 400px;
  padding: 0;
  border: none;
  margin-bottom: 0;
  z-index: 10;
  border: none;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-background .content-hub-panel-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}
.panel-inner {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.vertical-center {
  height: 100%;
  width: 100%;
  display: table;
  margin-top: 0;
}
.vertical-center {
  height: 100%;
  width: 100%;
  display: table;
  margin-top: 0;
}
.content-hub-panel-hero header {
  margin: 0 auto;
}
.inner1 {
    display: table-cell;
    vertical-align: middle;
}
.largebg .white {
    color: #282828;
    background-color: rgba(255, 255, 255, 0.6);
}
.largebg .white {
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-decoration: none;
  padding: 15px 20px;
  border-width: 0;
  border-color: #fff;
  border-style: none;
  display: inline-block;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
#productDesc ul li {
  margin-bottom: 25px;
  line-height: 2;
}
.button-group {
  border: 1px solid rgba(0,0,0,.07);
  display: inline-block;
  padding: 5px;
  background-color: #fff;
}
#productList .grid .productList-item a .overlap {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 6px;
}