.banner-wrapper.hyperconverged-banner .banner-content {
  top: 24%;
  left: 196px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.hyperconverged-banner .banner-content {
    top: 23%;
    width: 100%;
    max-width: 100%;
    left: 0px;
  }
}
.banner-wrapper.hyperconverged-banner .banner-content .banner-title {
  font-size: 54px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.hyperconverged-banner .banner-content .banner-title {
    font-size: 26px;
    text-align: center;
  }
}
.banner-wrapper.hyperconverged-banner .banner-content .banner-subtitle {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.hyperconverged-banner .banner-content .banner-subtitle {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .banner-wrapper.hyperconverged-banner .banner-content .banner-description {
    font-size: 14px;
    padding: 18px 0;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .banner-wrapper.hyperconverged-banner .banner-content .banner-btn {
    text-align: center;
  }
}
.banner-wrapper.hyperconverged-banner .banner-content1 {
  width: 100%;
  position: absolute;
  bottom: 36px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.hyperconverged-banner .banner-content1 {
    bottom: 40%;
  }
}
.banner-wrapper.hyperconverged-banner .banner-content1 .banner-btn {
  text-align: center;
}
.banner-wrapper.hyperconverged-banner .banner-content1 .banner-btn a {
  display: inline-block;
  padding: 12px;
  border-radius: 20px;
  font-family: "gothammedium";
  font-size: 14px;
  text-align: center;
  background: #1B66BF;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.84px;
}

.hyperconverged-content .hyperconverged-overview {
  background: #1B66BF;
  padding: 50px 20px 30px;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-overview {
    padding: 30px 15px 20px;
  }
}
.hyperconverged-content .hyperconverged-overview .overview-title {
  font-size: 25px;
  font-family: "gothammedium";
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-overview .overview-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.hyperconverged-content .hyperconverged-overview .overview-description {
  font-size: 16px;
  font-family: "gothambook";
  color: #ffffff;
  margin: 0px auto 40px;
  text-align: center;
  width: 80%;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-overview .overview-description {
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.hyperconverged-content .hyperconverged-overview .overview-list {
  list-style: none;
  padding: 0 40px;
}
.hyperconverged-content .hyperconverged-overview .overview-list li {
  display: block;
  position: relative;
  padding-left: 40px;
  font-family: "gothambook";
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
.hyperconverged-content .hyperconverged-overview .overview-list li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #82E31E;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.hyperconverged-content .hyperconverged-overview-video {
  background: #ffffff;
  padding: 40px 50px 50px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-overview-video {
    padding: 40px 20px;
  }
}
.hyperconverged-content .hyperconverged-overview-video .overview-video-title {
  font-size: 18px;
  font-family: "gothammedium";
  margin-bottom: 14px;
  color: #1B66BF;
  margin-top: 14px;
}
.hyperconverged-content .hyperconverged-overview-video .download-brochure {
  display: inline-block;
  background: #59B557;
  padding: 10px 14px;
  border-radius: 14px;
  margin-bottom: 14px;
  color: #ffffff;
  text-decoration: none;
  font-family: "gothammedium";
}
.hyperconverged-content .hyperconverged-list {
  padding: 0 50px 50px 50px;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-list {
    padding: 0 30px 30px 30px;
  }
}
.hyperconverged-content .hyperconverged-list ul {
  list-style: none;
}
.hyperconverged-content .hyperconverged-list ul li {
  display: inline-block;
  width: calc(50% - 4px);
  position: relative;
  padding-left: 80px;
  min-height: 98px;
  vertical-align: top;
  padding-top: 25px;
  padding-bottom: 25px;
  border-right: 2px solid #000000;
  padding-right: 20px;
  font-size: 18px;
  font-family: "gothammedium";
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-list ul li {
    width: 100%;
    min-height: auto;
    border: none;
  }
}
.hyperconverged-content .hyperconverged-list ul li::before {
  content: "";
  position: absolute;
  background: url(../images/common/redington-sprite.png) no-repeat;
  background-size: 1000px auto;
  display: inline-block;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.hyperconverged-content .hyperconverged-list ul li:nth-child(1)::before {
  background-position: -185px -239px;
  width: 39px;
  height: 43px;
}
.hyperconverged-content .hyperconverged-list ul li:nth-child(2) {
  border: none;
}
.hyperconverged-content .hyperconverged-list ul li:nth-child(2)::before {
  background-position: -284px -239px;
  width: 44px;
  height: 44px;
}
.hyperconverged-content .hyperconverged-list ul li:nth-child(3)::before {
  background-position: -234px -238px;
  width: 40px;
  height: 44px;
}
.hyperconverged-content .hyperconverged-list ul li:nth-child(4) {
  border: none;
}
.hyperconverged-content .hyperconverged-list ul li:nth-child(4)::before {
  background-position: -338px -239px;
  width: 37px;
  height: 42px;
}
.hyperconverged-content .hyperconverged-portfolio {
  padding-top: 50px;
  padding-bottom: 0px;
}
.hyperconverged-content .hyperconverged-portfolio .hyperconverged-title {
  font-size: 34px;
  color: #373737;
  font-family: "gothamblack";
  text-align: center;
  margin-bottom: 26px;
}
.hyperconverged-content .hyperconverged-portfolio .hyperconverged-title span {
  color: #82E31E;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-portfolio .hyperconverged-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.hyperconverged-content .hyperconverged-portfolio .hyperconverged-description {
  font-size: 20px;
  color: #373737;
  font-family: "gothambook";
  line-height: 26px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-portfolio .hyperconverged-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles {
  padding: 0 15px;
}
.hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles .pdportfolio-tile {
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  margin-bottom: 0px;
  padding: 18px 24px;
  min-height: 352px;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles .pdportfolio-tile {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles .pdportfolio-tile .tile-title {
  font-size: 15px;
  color: #373737;
  line-height: 22px;
  font-family: "gothamblack";
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles .pdportfolio-tile .tile-img {
  min-height: 80px;
  text-align: center;
}
.hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles .pdportfolio-tile .tile-img img {
  width: 100%;
  max-width: 220px;
}
.hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles .pdportfolio-tile .tile-description {
  color: #373737;
  font-size: 14.5px;
  line-height: 24px;
  font-family: "gothambook";
  text-align: center;
  margin-bottom: 30px;
  min-height: 96px;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .hyperconverged-portfolio .pdportfolio-tiles .pdportfolio-tile .tile-description {
    margin-bottom: 15px;
  }
}
.hyperconverged-content .action-buttons {
  text-align: center;
}
.hyperconverged-content .action-buttons .action-btn {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hyperconverged-content .action-buttons a {
  margin: 0 18px;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .hyperconverged-content .action-buttons a {
    margin: 0 0px;
    font-size: 12px;
  }
}
.hyperconverged-content .action-buttons .pdvideo-secondary {
  background: #ffffff;
  display: inline-block;
  color: #1B66BF;
  padding: 10px 12px;
  border-radius: 20px;
  border: 2px solid #1B66BF;
  font-family: "gothammedium";
}
.hyperconverged-content .action-buttons .pdvideo-primary {
  background: #1B66BF;
  display: inline-block;
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 20px;
  border: 2px solid #1B66BF;
  font-family: "gothammedium";
}

/*# sourceMappingURL=hyperconverged.css.map */
