/* Product Page Style
-------------------------------------------------------------- */

  /* POSSIBLY TRASH, NEED TO REVIEW */
  #header-products { height: 355px; } 
  #header-products a { display: block; height: 355px; width: 999px; }

#subheader-products {
  background: url(../img/subheader_products.jpg) no-repeat center center;
  height: 259px; }
#subheader-products h4,
#subheader-products h5 {
  color: #fff;
  text-transform: uppercase;
  padding-left: 80px; }
#subheader-products h4 {
  font-size: 1.3em;
  padding-top: 30px; }
#subheader-products h5 {
  font-size: 2.9em;
  padding-top: 2px;
}

#list-products dl {
  float: left;
  list-style-type: none;
  margin: 0 20px 40px 0;
  width: 235px; }
#list-products dt {
  font-size: 1em;
  font-weight: 900;
  margin-top: 30px;
  text-transform: uppercase; }
#list-products dd {
  font-size: 1em;
  font-weight: 400;
  margin-top: 6px; }
#list-products dd a {
  color: #fff !important; }
#list-products dl.first { margin-left: 20px; }
#list-products dl.last  { margin: 0 0 40px 40px; width: 150px; }

/* Mobile Style
-------------------------------------------------------------- */
@media only screen and (max-width: 667px) {
  #list-products { font-size: 1.1em; }
  #mobile-products-col1 { float: left; margin-right: 5px; }
  #mobile-products-col2 { float: right; }
  #list-products dl { float: none; margin: 0 0 30px 0 !important;  width: 250px !important;  }
  #list-products dt:first-of-type { margin-top: 0; }
  #list-products dd a { color: #143F59 !important; }
  #subheader-products { display: none !important; }
}

@media only screen and (max-width: 414px) {
  #list-products dl { float: left; margin-right: 20px; width: 100% !important; }
  #mobile-products-col1, #mobile-products-col2 { float: none; }
}