.calendly-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 80%;
  min-width: 901px;
  max-width: 1000px;
  height: 90%;
  max-height: 680px;
}

.calendly-wrapper .close-modal {
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: -24px;
}

.calendly-wrapper #calendly-iframe {
  max-height: 680px;
  background-color: #fff;
}

@media(max-width: 991px) {
  .calendly-wrapper {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: auto;
    min-width: 0;
    max-height: none;
  }
  .calendly-wrapper #calendly-iframe {
    max-height: 100%;
  }
  .calendly-wrapper .close-modal {
    top: -50px;
    right: 14px;
    font-size: 40px;
  }
}

section.hero {
  height: 250px;
  background: #035481 url(/gallery/images/hybrid-browse-hero.jpg) no-repeat 0 0;
}

section.hero.fixed-nav {
  margin-bottom: 60px;
}

section.hero .wrap {
  grid: auto / 1fr 1fr;
  align-items: center;
}

section.hero .wrap .desk {
  margin-right: 60px;
}

section.hero .grid.offer {
  display: grid;
  grid: auto / 1fr 3fr;
  align-items: center;
  justify-items: center;
}

section.hero .grid.offer > div {
  padding: 0 12px;
  border: none !important;
}

@media(max-width:991px) {
  section.hero {
    height: 344px;
  }
  section.hero .wrap {
    grid: auto / 1fr;
    grid-gap: 20px;
  }
  section.hero .wrap .btn {
    margin-top: 0;
  }
}

@media(max-width:767px) {
  section.hero {
    background: #035481;
    height: 500px;
  }
  section.hero .grid.offer {
    grid: auto / 1fr;
    text-align: center;
  }
  section.hero .wrap .desk {
    margin-right: 0;
  }
  section.hero .grid.offer > div {
    padding: 0;
  }
  section.hero .wrap .btn {
    margin-top: 15px;
  }
}


/* Secondary nav */

section.nav .grid {
  grid: 60px / repeat(2, 220px);
  justify-content: center;
}

@media(max-width:767px) {
  section.nav .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Section 1 */

.boxes {
  grid: auto / repeat(3, 1fr);
  grid-gap: 10px;
}

.boxes .block > .grid {
  grid: auto / 3fr 1fr;
  align-items: center;
}

.boxes ul li {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  padding-bottom: 5px;
}

.boxes ul li .icon {
  position: absolute;
  line-height: 20px;
  left: 0;
}

.icon.c-hybrid:before {
  color: #ffa252;
}

@media(max-width:991px) {
  .boxes {
    grid: auto / 1fr;
    grid-gap: 30px;
  }
  .boxes .block h4 {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .boxes .block ul {
    column-count: 2;
  }
}


/* Section 2 */

section.benefits .grid {
  grid: auto / repeat(3, 1fr);
  grid-gap: 40px;
}

@media(max-width:991px) {
  section.benefits .grid {
    grid: auto / 1fr 1fr;
  }
}

@media(max-width:767px) {
  section.benefits .grid {
    grid: auto / 1fr;
  }
}


/* Section 3 */

section.custom-bg {
  align-items: center;
  color: #fff !important;
  height: 280px;
  background: #0095CD url(/gallery/images/datacenters-map-1.jpg) no-repeat 50% 50%;
}

section.custom-bg > .wrap {
  width: 1200px;
}

section.custom-bg .grid {
  grid-template-columns: 1fr 1fr;
}

section.custom-bg h2 {
  margin-bottom: 0;
  color: #fff;
}

section.custom-bg .btn {
  width: 200px;
  color: #fff;
}

@media(max-width:991px) {
  section.custom-bg {
    background-position-x: 55%;
  }
}

@media(max-width:767px) {
  section.custom-bg {
    text-align: center;
    background: #0095cd;
  }
  section.custom-bg h2 {
    line-height: 1.2;
  }
  section.custom-bg .grid {
    grid-template-columns: 1fr;
  }
}

@media(min-width:992px) {
  section.custom-bg > .wrap {
    padding: 0;
  }
}
