.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: auto;
  background: #035481 url(/gallery/images/dedi-overview.jpg) no-repeat 0 0;
}

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

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

/* section.hero .wrap .desk {
  margin-right: 60px;
}
 */
section.hero .grid.offer {
  display: grid;
  grid-template: 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-template: auto / 1fr;
    grid-gap: 20px;
  }
  section.hero .wrap .btn {
    margin-top: 0;
  }
}

@media(max-width:767px) {
  h2 {
    font-size: 18px;
  }
  section.hero {
    background: #035481;
    /* height: 500px; */
    padding: 20px 0 30px;
  }
  section.hero .grid.offer {
    grid-template: 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: 20px;
  }
}


/* Secondary nav */

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

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


/* Section 1 */

.boxes {
  grid-template: auto / 1fr 1fr;
  grid-gap: 30px;
}

.boxes ul li {
  font-weight: 500;
  color: #5b5b5b;
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  padding-bottom: 5px;
}

.boxes ul li b {
  color: #000;
}

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

.boxes .block {
  padding-top: 160px !important;
}

.boxes .img span {
  z-index: 10;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0;
  font-weight: 900;
  top: 45px;
  width: 100%;
  text-align: center;
}

.boxes .img {
  background: #0095cd url('/gallery/images/sprites-colo-overview.jpg') no-repeat;
  padding: 0 !important;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 120px;
}

.boxes .img.montreal {
  background-position: 0 100%;
}


/* .boxes .img img {
  width: 100%;
} */

.boxes .block .hfix {
  display: none;
}

@media(min-width: 992px) and (max-width:1186px) {
  .boxes .block .hfix {
    display: block;
  }
}

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

@media(max-width:767px) {
  .boxes {
    grid-gap: 0;
  }
  .boxes .img {
    height: 73px;
  }
  .boxes .block {
    padding-top: 90px !important;
  }
  .boxes .img span {
    top: 20px;
    font-size: 18px;
  }
}

@media(min-width: 375px) and (max-width:767px) {
  .boxes .block {
    padding-top: 110px !important;
  }
}


/* Section 3 */

section.included .grid {
  grid-template: auto / repeat(4, 1fr);
}

@media(max-width:991px) {
  section.included .grid {
    grid-template: auto / repeat(2, 1fr);
    grid-gap: 40px;
  }
}

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