.field--type-entity-reference {
  margin: 0;
}

.channel {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  padding-bottom: 30px;
}

.channel.custom-background {
   background-color: #15252c;
}

.channel-top {
  padding: 86px 100px 40px 100px;
}

.channel-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.28;
  display: inline-block;
  font-family: 'NunitoSansExtraBold';
  width: 80%;
}

.channel-button {
  display: inline-block;
  float: right;
  width: 20%;
  text-align: right;
}

.channel-button a{
  border-radius: 19.5px;
  background-color: #00a6d9;
  padding: 10px 31px;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
}

.channel-button a:hover{
  background-color: #00CEFF;
  color:white;
  text-decoration: none;
}

.channel-list .slick-list{
  padding: 0 100px;
}

.channel.default .channel-body .channel-content {
  display: none;
}


/* With text, link and image */
.channel.with-image .channel-body {
  position: relative;
}

.channel.with-image .channel-body .channel-content {
  display: inline-block;
  width: 30%;
  padding-left: 100px;
  vertical-align: top;
  padding-top: 20px;
}

.channel.with-image .channel-body .channel-list-content {
  display: inline-block;
  width: 69.5%;
}

.channel.with-image .channel-text {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  padding-bottom: 20px;
}

.channel.with-image .channel-link {
  position: relative;
  margin-left: 17px;
}

.channel.with-image .channel-link a{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #00ceff;
}

.channel.with-image .channel-link a:hover{
  text-decoration: underline;
  color: #00ceff;
}

.channel.with-image .channel-link:before {
  content: '';
  position: absolute;
  background-image: url(/themes/swi/images/components/home/next-icon-blue.svg);
  height: 13px;
  width: 10px;
  left: -16px;
  top: 9px;
  background-size: contain;
  background-repeat: no-repeat;
}

.channel.with-image .channel-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.channel.with-image .channel-background-image > div,
.channel.with-image .channel-background-image .contextual-region,
.channel.with-image .channel-background-image .field,
.channel.with-image .channel-background-image .field__item {
  height: 100%;
}

.channel.with-image .channel-background-image img {
  width: auto;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  transform: translate(-50%,0);
  margin-left: 50%;
}

  @media only screen and (max-width: 1200px) {
    .channel-top {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }
    .channel.with-image .channel-body .channel-content {
      padding-left: 16px;
    }
    .channel-list .slick-list {
      padding: 0 16px;
    }
    .channel.with-image .channel-body .channel-list-content {
      display: inline-block;
      width: 67.6%;
    }
  }

  @media only screen and (max-width: 767px) {
  .channel {
    padding-bottom: 99px;
  }

  .channel-top {
    padding: 40px 20px 20px 20px;
  }

  .channel-title {
    font-size: 26px;
    line-height: 1.38;
  }

  .channel-button {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: auto;
  }

  .channel-list .slick-list{
    padding: 0;
    margin: 0 20px;
  }

  .channel-list {
    margin: 0;
  }

  .channel-list .slick-track {
      left: 0;
      right: 0;
      overflow: visible;
  }


  /* With text, link, image */
  .channel.with-image .channel-body .channel-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .channel.with-image .channel-body .channel-link {
    margin-bottom: 30px;
  }

  .channel.with-image .channel-body .channel-list-content {
    width: 100%;
  }
}
