section.banner .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px;
}

section.banner .text h1 {
  color: black;
  font-size: 20pt;
}

section.banner .bg-image {
  height: 80vh;
  /*height: 360px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 0;
  background-position-y: 0;
}

/*section.banner .gradient {*/
/*  background: white;*/
/*  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0.5)));*/
/*  background: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0.5) 100%);*/
/*  background: -webkit-gradient(linear, left top, right top, color-stop(50%, 0,0,0,0), to(rgba(255, 255, 255)));*/
/*  background: linear-gradient(to left, rgba(0,0,0,0), rgb(255, 255, 255));*/
/*  height: 100%;*/
/*  margin-left: -15px;*/
/*  width: 50%;*/
/*  width: 60px;*/
/*  -webkit-box-shadow: 0 0 60px #ffffff;*/
/*          box-shadow: 0 0 60px #ffffff;*/
/*}*/
section.banner .gradient {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(30%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
    width: 100%;
    height: 100%;
    margin-left: -15px;
}
.section-footer-extra, .section.section-footer{
    bottom: inherit; 
}

section.banner span.line {
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 60%;
  background-color: #c7c7c7;
  left: 14%;
}

section.desc h3 {
  font-weight: 300;
}

section.desc .related-job {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px #b7b7b7;
          box-shadow: 0 0 10px #b7b7b7;
  top: -60px;
  background-color: white;
  padding-bottom: 0;
  z-index: 10;
}

section.desc .related-job h5 {
  color: #026b9b;
  text-transform: uppercase;
  font-size: 14pt;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 10px;
}

section.desc .related-job ul {
  padding-left: 0;
  margin-bottom: 0;
}

section.desc .related-job li {
  list-style: none;
  border-bottom: 1px solid gray;
  padding: 15px 0;
}

section.desc .related-job li:last-child {
  border: 0;
}

section.desc .warp-link {
  margin: 0 -20px;
}

section.desc .warp-link a {
  display: block;
  padding: 10px 20px;
  background-color: #026b9b;
  color: white;
  text-transform: uppercase;
}

section.areas-of-work {
  background-color: #efefef;
}

section.areas-of-work h5.card-title {
  color: black;
}

section.areas-of-work .card.slick-slide {
  position: relative;
}

section.areas-of-work .card-body {
  height: 230px;
  position: relative;
}

section.areas-of-work .card a.btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

section.areas-of-work .card-header {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

section.areas-of-work .card-header label {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 9px;
  color: white;
}

section.areas-of-work .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
}

section.areas-of-work .slick-initialized .slick-slide {
  margin: 10px;
}

section.image {
  margin-top: -240px;
}

section.image .grid-item {
  width: 200px;
  padding: 5px;
}

.fancybox-inner {
  margin-top: 60px;
}

@media only screen and (max-width: 425px){
  section.banner {
    padding-top: 32px !important;
  }
  section.areas-of-work .text {
    padding: 0;
  }
  section.banner .bg-image {
    height: 40vh !important;
  }
  .section-footer-extra, .section.section-footer{
    bottom: 0
  }
  section.areas-of-work .slick-initialized .slick-slide {
    margin: 0;
  }
    .nav-arrow.prev {
        left: 4%;
    }
    .nav-arrow.next {
        right: 4%;
    }
}