/* PROMO1 */

/* Sidebar */
#promotions-secondary .secondary-tools-heading {
  text-align: center;
  font-size: 2.5em;
}
#promotions-secondary .secondary-tools li a {
    display: block;
    padding: 10px 10px 10px 100px;
    position: relative;
    border: 3px dashed #00cc0d;
    min-height: 106px;
}
#promotions-secondary .secondary-tools li a:hover {
  border-color: #FF0000;
}
#promotions-secondary .view-all {
  text-align: center;
}
/* Inner Content Pattern */
#promotions-secondary .secondary-tools li a .promo-image {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 80px;
  width: 80px;
  background-color: #94b6ff;
  background-position: center;
  background-repeat: no-repeat;
}
#promotions-secondary .secondary-tools li a .promo-title {
  display: block;
  font-size: 1.2em;
}
#promotions-secondary .secondary-tools li a .promo-teaser {
  display: block;
  font-size: 1em;
}
/*End Inner Content Pattern */

@media all and (max-width: 800px) {
  #promotions-secondary .secondary-tools {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media all and (max-width: 570px) {
  #promotions-secondary .secondary-tools {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Full width */
@media all and (min-width: 801px) {
  .full-width #promotions-secondary .secondary-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .full-width #promotions-secondary .secondary-tools > div.left-promos {
    width: 32%;
    margin-right: 1%;
  }
  .full-width #promotions-secondary .secondary-tools > div.right-promos {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .full-width #promotions-secondary .secondary-tools-heading {
    text-align: left;
  }
  .full-width #promotions-secondary .view-all {
    text-align: left;
  }
}