/* Start content pattern */
#promotions-secondary .secondary-tools li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #00cc0d;
}
#promotions-secondary .secondary-tools li a .promo-image {
  height: 100%;
  width: 80px;
  top: 0;
  left: 0;
}
#promotions-secondary .secondary-tools li a .promo-image {
  position: absolute;
  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 content pattern */

/* Start layout pattern */
/* PROMO1 */

/* Sidebar */
#promotions-secondary .secondary-tools-heading {
  text-align: center;
  font-size: 2.5em;
}
#promotions-secondary .secondary-tools li a {
  padding: 10px 10px 10px 100px;
  position: relative;
  min-height: 106px;
}
#promotions-secondary .secondary-tools li a:hover {
  border-color: #FF0000;
}
#promotions-secondary .view-all {
  text-align: center;
}

@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;
  }
}
/* End Layout Pattern */