.node--software--full .software__benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 24px 0;
}

.node--software--full .software__benefit {
  color: #000;
  font-weight: 700;
  flex: 0 1 45%;
  margin-right: 5%;
  padding: 12px 0 12px 24px;
  position: relative;
  box-sizing: border-box;
}

.node--software--full .software__benefit:nth-child(n+3) {
  border-top: 1px solid #dedfdf;
}

.node--software--full .software__benefit svg {
  position: absolute;
  left: 0;
  top: 12px;
  fill: #000;
  width: 16px;
}

.node--software--full .software__files {
  margin-bottom: 64px;
  float: left;
  width: 100%;
}

.node--software--full .field--name-field-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.node--software--full .field--name-field-services > .field__item {
  flex: 0 1 48%;
  margin-bottom: 20px;
}

.node--software--full .field--name-field-options,
.node--software--full .field--name-field-probes,
.node--software--full .field--name-field-software-app {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.node--software--full .field--name-field-options > .field__item,
.node--software--full .field--name-field-probes > .field__item,
.node--software--full .field--name-field-software-app > .field__item {
  flex: 0 1 48%;
  margin-bottom: 20px;
}

.node--software--full .software--product-software {
  margin-bottom: 50px;
}

.node--software--full .software--product-software > * {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.node--software--full .software--product-software > *:nth-child(2n+2) {
  background-color: #F7F7F7;
}

.node--software--full .software--product-software .store-link svg,
.node--software--full .software--product-software .field--name-field-sw-type svg {
  width: 16px;
}

.node--software--full .software--product-software .store-link span,
.node--software--full .software--product-software .field--name-field-sw-type span {
  margin-left: 10px;
}

.node--software--full .software--product-software .store-link img,
.node--software--full .software--product-software .field--name-field-sw-type img {
  max-width: 100px;
  margin-left: 30px;
}

.software--teaser {
  display: inline-block;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 113px;
}

.software--teaser:focus, .software--teaser:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  color: #262626;
}

.software--teaser .field--type-image {
  float: left;
  margin-right: 12px;
  max-width: 70px;
}

.software--teaser .field--type-image img {
  float: left;
}

.software--teaser .title {
  display: inline-block;
  font-size: 1.12em;
  font-weight: 500;
}

.node--software--product-sidebar .software__cta {
  display: inline-block;
  width: 100%;
}

.node--software--product-sidebar .field--name-field-ia-main-image {
  margin-bottom: 10px;
}

.node--software--product-sidebar .field--type-image img {
  border: 1px solid #F7F7F7;
  width: 100%;
}

.node--software--product-sidebar .field--type-image .field__item {
  max-width: 21.5%;
  margin: 0 3.5% 10px 0;
  float: left;
}

.content--wrapper-software .product-col-left,
.content--wrapper-software .product-col-right {
  margin-bottom: 1.12em;
  width: 100%;
  overflow: hidden;
}

.content--wrapper-software .product-col-left {
  position: relative;
}

.content--wrapper-software .product-col-left .field--name-field-sw-main-image {
  margin-bottom: 10px;
}

.content--wrapper-software .product-col-left .field--type-image a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.content--wrapper-software .product-col-left .field--type-image img {
  border: 1px solid #E4E4E4;
  width: 100%;
}

.content--wrapper-software .product-col-left .field--type-image .field__item {
  max-width: 21.5%;
  margin: 0 3.5% 10px 0;
  float: left;
}

@media (min-width: 768px) {
  .content--wrapper-software {
    display: flex;
  }
  .content--wrapper-software .product-col-left {
    width: 30%;
    margin-right: 4%;
    margin-bottom: 1.12em;
  }
  .content--wrapper-software .product-col-right {
    width: 66%;
    margin-bottom: 1.12em;
  }
}

/*# sourceMappingURL=maps/style.css.map */
