/* stylelint-disable */
/* stylelint-enable */
.downloads {
  background-color: rgba(135, 149, 159, 0.1);
  padding: 59px 0 78px;
}
.downloads .container {
  max-width: 1440px;
  padding: 0 24px;
}
@media (max-width: 64rem) {
  .downloads .container {
    padding: 0 15px;
  }
}
.downloads p {
  margin-bottom: 0;
}
.downloads__heading {
  text-align: left;
}
.downloads__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 28px 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 48rem) {
  .downloads__row {
    padding: 20px 0;
    border-bottom: 1px solid #005cd8;
  }
}
@media (max-width: 48rem) {
  .downloads__row:first-of-type {
    border-top: 1px solid #005cd8;
  }
}
@media (max-width: 48rem) {
  .downloads__row--title {
    display: none;
  }
}
.downloads__row--link {
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
}
.downloads__row--link:hover {
  background-color: #fff;
}
@media (max-width: 48rem) {
  .downloads__row--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.downloads__col--left {
  max-width: 215px;
  width: 100%;
}
.downloads__col--right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.downloads__text {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 15px;
  margin-bottom: 0;
}
.downloads__text--ext {
  text-transform: uppercase;
  color: #949494;
}
@media (max-width: 48rem) {
  .downloads__text--ext {
    font-size: 16px;
    line-height: 19px;
  }
}
.downloads__icon {
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 48rem) {
  .downloads__icon {
    color: #005cd8;
  }
}
