/****************************/
/*  QUALITY STORY - OUTDOOR */
/****************************/

/*! QoL RULES YOU PROBABLY WON'T NEED FOR LAUNCH **/
[id="categoryHeader"],
.grid-subcategories,
.bloom-reach-wrapper,
#breadcrumbs {
  display: none;
}

html.mobile-site {
  line-height: 1.5;
}
/*! END QoL RULES **/

/*! STAGE SETTING RULES **/
[id="sideBox"] {
  display: none;
}

.wrapper > [id="sideBox"] ~ [id="mainContent"] {
  width: 100% !important;
}
/*! END STAGE SETTING RULES **/

/*! BANNER ROW RULES **/
.banner-row {
  background-color: #56514E;
  color: #FFF;
  text-align: center;
  padding: 22px;
}

.banner-component > h1 {
  letter-spacing: 12px;
  font-size: 2.3125em;
}

.banner-component > p {
  font-size: 1.5625em;
}

.banner-component > span {
  font-size: 1.3125em;
  cursor:pointer;
}

.banner-component > span:before {
  content: '';
  background: url('/wcsstore/images/Cinmar/interface/icons/play_16_white.svg');
  width:16px;
  height:16px;
  margin-right: 10px;
  display:inline-block;
}

.desktop-site #cboxOverlay {
  background-color: #FFF;
  visibility: visible !important;
}
/*! END BANNER ROW RULES **/ 

/*! VIDEO RULES **/
.video-box {
  padding: 0;
}

.track-row {
  height: 750px;
}

/*! END VIDEO RULES **/

/*! COPY BLOCK RULES **/
.copy-box {
  position: absolute;
  margin-top: 300px;
/*  left: 125px;
*/  z-index:2;
  border: 1px solid #000;
  padding: 25px;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
}

.copy-box h2 {
  font-size: 3em;
  font-weight: 300;
}

.screen-xs .copy-box h2 {
  font-size: 2em;
  font-family: "benton-sans","Source Sans Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.screen-sm .copy-box h2 {
  font-size: 2.625em;
}

.copy-box p {
  font-size: 1.3125em;
  margin-left: 35px;
  margin-right: 35px;
}

.copy-box hr {
  width: 40%;
  border: none;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #979797;
  margin-bottom: 10px;
}

.screen-xs .copy-box {
  margin-top:15px;
}

.screen-xs .track-row {
  height: initial;
  height: inherit;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}