/* Start Content Pattern */
#promotions-secondary .secondary-tools li {
    margin-left: 40px;
  }
  #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;
    padding: 10px 10px 10px 50px;
    border: 3px dashed #00cc0d;
    position: relative;
    min-height: 106px;
    background: #d2d2d2;
  }
  #promotions-secondary .secondary-tools li a .promo-image {
    position: absolute;
    top: 10px;
    left: -40px;
    height: 80px;
    width: 80px;
    background: #94b6ff no-repeat center url("/assets/templates/main/images/icons/icon-survey.png");
  }
  #promotions-secondary .secondary-tools li a .promo-title {
    display: block;
    font-size: 1.2em;
    max-width: 100%;
  }
  #promotions-secondary .secondary-tools li a .promo-teaser {
    display: block;
    font-size: 1em;
    max-width: 100%;
  }
  /* Optional Promotions Styling - copy and paste this rule and replace the custom style class name. */
  /*#promotions-secondary .secondary-tools li a.heating .promo-image {
  background-image:url(/assets/templates/main/images/heating.png);
  }*/
  /* 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: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 */