/* line 5, ../../sass/modules.incentives.scss */
.latest-incentives {
  margin-top: 20px;
}
/* line 24, ../../sass/_mixins.scss */
.latest-incentives:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
/* line 9, ../../sass/modules.incentives.scss */
.latest-incentives .view-more {
  margin: 20px 0 0;
  text-align: center;
  position: relative;
  opacity: 1;
  float: left;
  width: 100%;
}
/* line 18, ../../sass/modules.incentives.scss */
.latest-incentives .view-more a span {
  background: url("img/arrow-down.png") no-repeat;
  display: inline-block;
  width: 9px;
  height: 5px;
  position: relative;
  top: -2px;
  left: 6px;
}
/* line 29, ../../sass/modules.incentives.scss */
.latest-incentives .view-more .line {
  border-bottom: 1px solid #cfcfcf;
  position: absolute;
  top: 15px;
  left: 0;
  width: 35%;
}
/* line 36, ../../sass/modules.incentives.scss */
.latest-incentives .view-more .line.line-right {
  left: auto;
  right: 0;
}
/* line 43, ../../sass/modules.incentives.scss */
.latest-incentives .expand {
  height: 0;
  overflow: hidden;
}
/* line 48, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items {
  width: 100%;
}
/* line 24, ../../sass/_mixins.scss */
.latest-incentives .incentive-items:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
/* line 52, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items > div {
  width: 33.33%;
  display: block;
  float: left;
  text-align: center;
}
/* line 24, ../../sass/_mixins.scss */
.latest-incentives .incentive-items > div:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
/* line 60, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items > div .text {
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
}


.latest-incentives .incentive-items > div+div .text {

}

.latest-incentives .incentive-items > div+div+div .text {
  width: 93%
}
/* line 24, ../../sass/_mixins.scss */
.latest-incentives .incentive-items > div .text:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
/* line 68, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items > div.heading7 + div,
.latest-incentives .incentive-items > div:first-child {
  text-align: left;
}
.latest-incentives .incentive-items > div.heading7 {
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0;
}
/* line 72, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items > div.heading7 + div + div + div,
.latest-incentives .incentive-items > div:first-child + div + div {
  text-align: right;
}
/* line 78, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
  display: block;
  line-height: 17px;
  text-align: left;
}
/* line 85, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items .description {
  margin-top: 8px;
  display: block;
  color: #666;
  line-height: 17px;
  text-align: left;
  padding-bottom: 13px;
}
/* line 91, ../../sass/modules.incentives.scss */
.latest-incentives .incentive-items img {
  margin: 0 auto;
  width: 96%;
}
