@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700;800;900&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #000000;
  background: #ffffff;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 16, ../sass/_common.sass */
h1 {
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 22, ../sass/_common.sass */
h1 div:last-child {
  font-size: 74px;
  font-weight: 900;
}

/* line 25, ../sass/_common.sass */
h2 {
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 31, ../sass/_common.sass */
h2 div:first-child {
  font-size: 18px;
  color: #315ca5;
  font-weight: 900;
  margin-bottom: 10px;
}
/* line 36, ../sass/_common.sass */
h2 div:last-child {
  line-height: 55px;
}

/* line 38, ../sass/_common.sass */
h3 {
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 42, ../sass/_common.sass */
h4 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 28px;
}

/* line 47, ../sass/_common.sass */
p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 51, ../sass/_common.sass */
hr {
  width: 150px;
  height: 3px;
  background: #808080;
  border-top: none;
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 59, ../sass/_common.sass */
button,
input,
select,
textarea {
  appearance: none;
  border-radius: 0;
}

/* line 67, ../sass/_common.sass */
.bg-blue {
  background: #315ca5;
}

/* line 69, ../sass/_common.sass */
.bg-dark-grey {
  background: #1a1a1a;
}

/* line 71, ../sass/_common.sass */
.bg-dark-grey6 {
  background: #333333;
}

/* line 73, ../sass/_common.sass */
.bg-dark-grey7 {
  background: #262626;
}

/* line 75, ../sass/_common.sass */
.bg-light-grey1 {
  background: #e6e6e6;
}

/* line 77, ../sass/_common.sass */
.bg-light-grey2 {
  background: #f2f2f2;
}

/* line 80, ../sass/_common.sass */
.grey {
  color: #808080;
}

/* line 82, ../sass/_common.sass */
.light-grey3 {
  color: #acacac;
}

/* line 84, ../sass/_common.sass */
.blue {
  color: #315ca5;
}

/* line 86, ../sass/_common.sass */
.yellow {
  color: #ffad00;
}

/* line 90, ../sass/_common.sass */
.hover-blue:hover, .hover-blue:focus {
  color: #315ca5;
}

/* line 93, ../sass/_common.sass */
.m-left {
  margin-left: 0;
  margin-right: auto;
}

/* line 97, ../sass/_common.sass */
.transform-none {
  text-transform: none;
}

/* line 100, ../sass/_common.sass */
.bordered-link {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 3px 18px 6px;
}
/* line 106, ../sass/_common.sass */
.bordered-link:hover, .bordered-link:focus {
  text-decoration: none;
  border-color: #315ca5;
  color: #315ca5;
}

/* line 111, ../sass/_common.sass */
ul.ul-list {
  padding-left: 0;
  list-style: none;
}
/* line 115, ../sass/_common.sass */
ul.ul-list li {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 120, ../sass/_common.sass */
ul.ul-list li > span {
  border-radius: 100%;
  display: inline-block;
  background: #315ca5;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
/* line 127, ../sass/_common.sass */
ul.ul-list li p {
  font-size: 18px;
  font-weight: 400;
  margin-left: 25px;
  margin-top: 3px;
}
/* line 133, ../sass/_common.sass */
ul.ul-list li p span {
  color: #315ca5;
}

/* line 137, ../sass/_common.sass */
.modal .modal-body {
  color: #000000;
}
/* line 140, ../sass/_common.sass */
.modal .modal-footer .btn {
  color: #ffffff;
  background: #315ca5;
  border: none;
  outline: none;
}

/* line 146, ../sass/_common.sass */
.grecaptcha-badge {
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 150, ../sass/_common.sass */
  .case-studies-tiles-content td {
    display: block;
  }
  /* line 154, ../sass/_common.sass */
  .case-studies-tiles-content td:first-child {
    margin-bottom: 10px;
  }
  /* line 157, ../sass/_common.sass */
  .case-studies-tiles-content td:first-child hr {
    margin-left: 0;
  }
}

/* line 4, ../sass/components/_sliding_label.sass */
.sliding-label {
  background: none;
  appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  width: 100%;
  padding: 6px 2px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.sliding-label:-moz-placeholder {
  color: #ffffff;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.sliding-label::-moz-placeholder {
  color: #ffffff;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.sliding-label:-ms-input-placeholder {
  color: #ffffff;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.sliding-label::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 16, ../sass/components/_sliding_label.sass */
.sliding-label + label {
  cursor: default;
  position: absolute;
  left: 2px;
  top: 6px;
  color: #ffffff;
  font-weight: 400;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 24, ../sass/components/_sliding_label.sass */
.sliding-label.active + label {
  top: -20px;
  font-size: 14px;
  opacity: 0.5;
}

/* line 3, ../sass/components/_black-bar.sass */
.black-bar {
  background: #000000;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_black-bar.sass */
  .black-bar {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 3, ../sass/components/_arrow-link.sass */
.arrow-link {
  width: 160px;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  position: relative;
  padding: 8px 50px 8px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 17, ../sass/components/_arrow-link.sass */
.arrow-link .bg {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  top: 50%;
  background: #ffffff;
  margin-top: -1px;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 28, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before, .arrow-link .bg:after {
  content: "";
  height: 2px;
  width: 10px;
  background: #ffffff;
  position: absolute;
  right: -2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 36, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before {
  bottom: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 39, ../sass/components/_arrow-link.sass */
.arrow-link .bg:after {
  top: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 42, ../sass/components/_arrow-link.sass */
.arrow-link:hover {
  padding-right: 20px;
  color: #315ca5;
}
/* line 46, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg {
  height: 100%;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 51, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before, .arrow-link:hover .bg:after {
  right: 0;
}
/* line 53, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before {
  bottom: 6px;
}
/* line 55, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:after {
  top: 6px;
}

/* line 3, ../sass/components/_tile.sass */
.tile {
  position: relative;
  overflow: hidden;
  height: 320px;
  padding-left: 0;
  padding-right: 0;
  background: center center no-repeat;
  background-size: cover;
  -moz-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
/* line 13, ../sass/components/_tile.sass */
.tile .overlay {
  opacity: 0.7;
  background: #00447d;
  background: linear-gradient(25deg, #00000a 0%, #00447d 100%);
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 18, ../sass/components/_tile.sass */
.tile .content-overlay {
  opacity: 0;
  background: #000000;
}
/* line 21, ../sass/components/_tile.sass */
.tile .number {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 76px;
  font-weight: 900;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 29, ../sass/components/_tile.sass */
.tile .headline {
  position: absolute;
  bottom: 15px;
  left: 20px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 37, ../sass/components/_tile.sass */
.tile .headline div:first-child {
  font-size: 22px;
  font-weight: 400;
}
/* line 40, ../sass/components/_tile.sass */
.tile .headline div:last-child {
  font-size: 28px;
  font-weight: 900;
}
/* line 43, ../sass/components/_tile.sass */
.tile .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 53, ../sass/components/_tile.sass */
.tile:hover {
  z-index: 1;
  -moz-box-shadow: 10px 10px 54px 0px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 10px 10px 54px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 10px 10px 54px 0px rgba(0, 0, 0, 0.9);
}
/* line 57, ../sass/components/_tile.sass */
.tile:hover .overlay {
  opacity: 0;
}
/* line 59, ../sass/components/_tile.sass */
.tile:hover .content-overlay {
  opacity: 0.8;
}
/* line 61, ../sass/components/_tile.sass */
.tile:hover .number {
  opacity: 0;
  z-index: 1;
}
/* line 64, ../sass/components/_tile.sass */
.tile:hover .headline {
  opacity: 0;
  z-index: 1;
}
/* line 67, ../sass/components/_tile.sass */
.tile:hover .content {
  opacity: 1;
  z-index: 2;
}

/* line 71, ../sass/components/_tile.sass */
.text-tile {
  margin-left: 50px;
  color: #ffffff;
  padding: 15px 25px 30px 15px;
  background: #1a1a1a;
}
/* line 77, ../sass/components/_tile.sass */
.text-tile h4 {
  font-size: 28px;
  margin-bottom: 35px;
}
/* line 80, ../sass/components/_tile.sass */
.text-tile p {
  margin-bottom: 40px;
}
/* line 82, ../sass/components/_tile.sass */
.text-tile a {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 300;
  padding: 8px 16px 10px;
  font-size: 22px;
}
/* line 90, ../sass/components/_tile.sass */
.text-tile a:hover, .text-tile a:focus {
  border-color: #315ca5;
  color: #315ca5;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../sass/components/_tile.sass */
  .text-tile {
    height: 320px;
  }
}
@media (max-width: 991px) {
  /* line 71, ../sass/components/_tile.sass */
  .text-tile {
    padding-top: 26px;
    margin-left: 0;
  }
}

/* line 4, ../sass/components/_news-widget.sass */
.news-widget {
  padding-top: 45px;
  padding-bottom: 40px;
  background: #e6e6e6;
}
/* line 10, ../sass/components/_news-widget.sass */
.news-widget h3 span {
  color: #315ca5;
}
/* line 12, ../sass/components/_news-widget.sass */
.news-widget .all-news {
  color: #000000;
  text-decoration: underline;
}
/* line 16, ../sass/components/_news-widget.sass */
.news-widget .all-news:hover, .news-widget .all-news:focus {
  text-decoration: none;
}
/* line 19, ../sass/components/_news-widget.sass */
.news-widget .carousel .slick-slide {
  outline: none;
}
/* line 21, ../sass/components/_news-widget.sass */
.news-widget .carousel .slick-arrow {
  appearance: none;
  border: none;
  outline: none;
  position: absolute;
  bottom: 50px;
  width: 30px;
  height: 30px;
  background: center center no-repeat rgba(0, 181, 240, 0.5);
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
/* line 32, ../sass/components/_news-widget.sass */
.news-widget .carousel .slick-arrow.slick-prev {
  left: -110px;
  background-image: url(/images/icons/left-arrow.png);
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 32, ../sass/components/_news-widget.sass */
  .news-widget .carousel .slick-arrow.slick-prev {
    left: -90px;
  }
}
/* line 38, ../sass/components/_news-widget.sass */
.news-widget .carousel .slick-arrow.slick-next {
  left: -80px;
  background-image: url(/images/icons/right-arrow.png);
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 38, ../sass/components/_news-widget.sass */
  .news-widget .carousel .slick-arrow.slick-next {
    left: -60px;
  }
}
/* line 44, ../sass/components/_news-widget.sass */
.news-widget .carousel .slick-arrow:hover {
  background-color: #315ca5;
}

/* line 3, ../sass/components/_feedback-widget.sass */
.feedback-widget {
  background: #315ca5;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  /* line 11, ../sass/components/_feedback-widget.sass */
  .feedback-widget .description {
    padding-top: 8px;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11, ../sass/components/_feedback-widget.sass */
  .feedback-widget .description {
    margin-top: -7px;
  }
}
@media (max-width: 991px) {
  /* line 11, ../sass/components/_feedback-widget.sass */
  .feedback-widget .description {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 20, ../sass/components/_feedback-widget.sass */
.feedback-widget input[type=text] {
  font-size: 18px;
  background: #315ca5;
  border: 1px solid #ffffff;
  color: #ffffff;
  appearance: none;
  outline: none;
  width: 100%;
  padding: 10px 20px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget input[type=text]:-moz-placeholder {
  color: #ffffff;
  text-align: center;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget input[type=text]::-moz-placeholder {
  color: #ffffff;
  text-align: center;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget input[type=text]:-ms-input-placeholder {
  color: #ffffff;
  text-align: center;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
  text-align: center;
}
/* line 33, ../sass/components/_feedback-widget.sass */
.feedback-widget .errorMessage {
  text-align: left;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_feedback-widget.sass */
  .feedback-widget {
    text-align: center;
  }
}

/* line 3, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
/* line 9, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture > img {
  position: relative;
  width: 100%;
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 9, ../sass/components/_top-fixed-picture.sass */
  .top-fixed-picture > img {
    display: none;
  }
}
/* line 16, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture .fixed-wrapper {
  position: fixed;
  max-width: 1600px;
  width: 100%;
  top: 0;
}
/* line 22, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture .fixed-wrapper > img {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 22, ../sass/components/_top-fixed-picture.sass */
  .top-fixed-picture .fixed-wrapper > img {
    min-height: 273px;
    width: auto;
    top: 0 !important;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 33, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture .fixed-wrapper .overlay {
  background: #000000;
}
/* line 35, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture .fixed-wrapper .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}
/* line 43, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture .fixed-wrapper .content .headline {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 46, ../sass/components/_top-fixed-picture.sass */
.top-fixed-picture .fixed-wrapper .content .headline.active {
  opacity: 0;
}
@media (max-width: 991px) {
  /* line 46, ../sass/components/_top-fixed-picture.sass */
  .top-fixed-picture .fixed-wrapper .content .headline.active {
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 43, ../sass/components/_top-fixed-picture.sass */
  .top-fixed-picture .fixed-wrapper .content .headline {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  /* line 43, ../sass/components/_top-fixed-picture.sass */
  .top-fixed-picture .fixed-wrapper .content .headline {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  /* line 16, ../sass/components/_top-fixed-picture.sass */
  .top-fixed-picture .fixed-wrapper {
    position: relative;
    overflow: hidden;
  }
}

/* line 65, ../sass/components/_top-fixed-picture.sass */
.sector-page .top-fixed-picture .content .top-part h1,
.service-page .top-fixed-picture .content .top-part h1 {
  margin-bottom: 170px;
}
@media (max-width: 991px) {
  /* line 65, ../sass/components/_top-fixed-picture.sass */
  .sector-page .top-fixed-picture .content .top-part h1,
  .service-page .top-fixed-picture .content .top-part h1 {
    margin-bottom: 30px;
  }
}
/* line 70, ../sass/components/_top-fixed-picture.sass */
.sector-page .top-fixed-picture .content .bottom-part,
.service-page .top-fixed-picture .content .bottom-part {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 76, ../sass/components/_top-fixed-picture.sass */
.sector-page .top-fixed-picture .content .bottom-part > div,
.service-page .top-fixed-picture .content .bottom-part > div {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  /* line 76, ../sass/components/_top-fixed-picture.sass */
  .sector-page .top-fixed-picture .content .bottom-part > div,
  .service-page .top-fixed-picture .content .bottom-part > div {
    display: none;
  }
}

/* line 3, ../sass/partials/_header.sass */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/* line 10, ../sass/partials/_header.sass */
#header #navbar-wrapper {
  height: 100px;
  -moz-transition: background 0.5s, height 1.5s;
  -o-transition: background 0.5s, height 1.5s;
  -webkit-transition: background 0.5s, height 1.5s;
  transition: background 0.5s, height 1.5s;
}
/* line 14, ../sass/partials/_header.sass */
#header #navbar-wrapper .left-side {
  padding-top: 23px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/partials/_header.sass */
  #header #navbar-wrapper .left-side a {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../sass/partials/_header.sass */
  #header #navbar-wrapper .left-side {
    margin-top: 60px;
    padding-left: 50px;
  }
}
/* line 24, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side {
  padding-top: 10px;
}
/* line 27, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar {
  margin-bottom: 0;
}
/* line 32, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar .navbar-header .navbar-toggle .icon-bar {
  background: #ffffff;
}
/* line 35, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar {
  display: table;
  width: 100%;
}
/* line 39, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li {
  display: table-cell;
  float: none;
  text-align: center;
}
/* line 45, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
/* line 50, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li a:hover, #header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li a:focus {
  color: #315ca5;
  background: none;
}
/* line 53, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > a {
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
/* line 60, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > a:hover, #header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > a:focus {
  background: transparent;
}
/* line 62, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  list-style: none;
  line-height: 1.75em;
  border-left: 1px solid #ffffff;
  overflow: hidden;
  z-index: 1;
  height: 0;
  width: 230px;
  margin-top: -31px;
  text-align: left;
  padding: 0;
}
/* line 80, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > ul li a {
  display: inline-block;
  padding-left: 20px;
  font-weight: 700;
}
/* line 85, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > ul li a.zoomOut {
  animation-duration: 0.3s;
}
/* line 87, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > ul li a:hover, #header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > ul li a:focus {
  color: #ffffff;
}
/* line 89, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar > li > ul li:first-child {
  margin-top: 30px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  /* line 35, ../sass/partials/_header.sass */
  #header #navbar-wrapper .right-side .navbar #navbar .desktop-navbar {
    display: none;
  }
}
/* line 95, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .mobile-navbar a {
  color: #ffffff;
}
/* line 98, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .mobile-navbar a:hover, #header #navbar-wrapper .right-side .navbar #navbar .mobile-navbar a:focus {
  background: transparent;
}
/* line 100, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .mobile-navbar .dropdown {
  cursor: pointer;
}
/* line 104, ../sass/partials/_header.sass */
#header #navbar-wrapper .right-side .navbar #navbar .mobile-navbar .dropdown.open > a {
  background: transparent;
}
@media (min-width: 768px) {
  /* line 94, ../sass/partials/_header.sass */
  #header #navbar-wrapper .right-side .navbar #navbar .mobile-navbar {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 34, ../sass/partials/_header.sass */
  #header #navbar-wrapper .right-side .navbar #navbar {
    background: rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../sass/partials/_header.sass */
  #header #navbar-wrapper .right-side {
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  /* line 24, ../sass/partials/_header.sass */
  #header #navbar-wrapper .right-side {
    margin-top: -45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 117, ../sass/partials/_header.sass */
  #header #navbar-wrapper.dropdowned .left-side {
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 116, ../sass/partials/_header.sass */
  #header #navbar-wrapper.dropdowned {
    background: rgba(0, 0, 0, 0.5);
  }
}
/* line 122, ../sass/partials/_header.sass */
#header #navbar-wrapper:hover {
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../sass/partials/_header.sass */
  #header #navbar-wrapper {
    height: 170px;
  }
}
/* line 127, ../sass/partials/_header.sass */
#header .is-sticky #navbar-wrapper {
  background: rgba(0, 0, 0, 0.5);
}

@-moz-keyframes zoomIn {
  from {
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* line 3, ../sass/partials/_footer.sass */
#footer-1 {
  position: relative;
  font-size: 14px;
  background: #0d0d0d;
  color: #ffffff;
}
/* line 9, ../sass/partials/_footer.sass */
#footer-1 .section-1 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #404040;
  font-size: 12px;
}
/* line 16, ../sass/partials/_footer.sass */
#footer-1 .section-1 .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #315ca5;
  border-radius: 100%;
  margin-bottom: 15px;
  -moz-box-shadow: 0 0 18px 0 rgba(0, 181, 240, 0.8);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 181, 240, 0.8);
  box-shadow: 0 0 18px 0 rgba(0, 181, 240, 0.8);
}
/* line 26, ../sass/partials/_footer.sass */
#footer-1 .section-1 .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  /* line 16, ../sass/partials/_footer.sass */
  #footer-1 .section-1 .icon {
    margin-bottom: 10px;
  }
}
/* line 33, ../sass/partials/_footer.sass */
#footer-1 .section-1 a {
  color: #ffffff;
}
/* line 36, ../sass/partials/_footer.sass */
#footer-1 .section-1 a:hover, #footer-1 .section-1 a:focus {
  color: #ffffff;
}
/* line 38, ../sass/partials/_footer.sass */
#footer-1 .section-2 {
  padding-top: 30px;
  padding-bottom: 45px;
}
/* line 42, ../sass/partials/_footer.sass */
#footer-1 .section-2 ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
/* line 47, ../sass/partials/_footer.sass */
#footer-1 .section-2 ul li {
  margin-bottom: 4px;
}
/* line 50, ../sass/partials/_footer.sass */
#footer-1 .section-2 ul li a {
  color: #808080;
}

/* line 52, ../sass/partials/_footer.sass */
#footer-2 {
  position: relative;
  background: #1a1a1a;
  color: #808080;
  font-size: 12px;
  text-align: center;
}
/* line 59, ../sass/partials/_footer.sass */
#footer-2 .section-1 {
  padding-top: 20px;
  padding-bottom: 15px;
}
/* line 63, ../sass/partials/_footer.sass */
#footer-2 .section-1 a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 3px solid #404040;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 73, ../sass/partials/_footer.sass */
#footer-2 .section-1 a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 78, ../sass/partials/_footer.sass */
#footer-2 .section-1 a:hover, #footer-2 .section-1 a:focus {
  text-decoration: none;
}
/* line 80, ../sass/partials/_footer.sass */
#footer-2 .section-2 {
  padding-bottom: 15px;
}
/* line 83, ../sass/partials/_footer.sass */
#footer-2 .section-2 span {
  color: #bebebe;
}

/* line 4, ../sass/pages/_home.sass */
.index-page {
  color: #ffffff;
  background: #000000;
}
/* line 8, ../sass/pages/_home.sass */
.index-page #home-top-slider {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 14, ../sass/pages/_home.sass */
.index-page #home-top-slider .overlay {
  background: #000000;
  opacity: 0.3;
}
/* line 17, ../sass/pages/_home.sass */
.index-page #home-top-slider-content {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  /* line 23, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content h1 div:first-child {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 26, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content h1 div:last-child {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 26, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content h1 div:last-child {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  /* line 26, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content h1 div:last-child {
    font-size: 36px;
  }
}
/* line 33, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 38, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div {
  display: inline-block;
}
/* line 41, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div .slick-dots {
  list-style: none;
}
/* line 44, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
/* line 50, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div .slick-dots li button {
  display: block;
  position: relative;
  color: transparent;
  font-size: 0;
  line-height: 0;
  user-select: none;
  outline: none;
  border: none;
  padding: 0;
  opacity: 0.4;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 63, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  background: #ffffff;
}
/* line 72, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div .slick-dots li button:hover {
  opacity: 1;
}
/* line 75, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div .slick-dots .slick-active button {
  opacity: 1;
}
/* line 77, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .dots-wrapper > div .slick-dots:last-child {
  display: none;
}
/* line 79, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}
/* line 85, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .progress-bar .done {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  width: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  /* line 79, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content .progress-bar {
    display: none;
  }
}
/* line 96, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .thumbnail-table {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 96, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content .thumbs-wrapper .thumbnail-table {
    width: 940px;
  }
}
/* line 101, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table {
  font-size: 19px;
  color: #4c4c4c;
  text-transform: uppercase;
  width: 100%;
}
/* line 109, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td {
  cursor: pointer;
  width: 20%;
  padding-left: 35px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 115, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td div {
  width: 100%;
  height: 5px;
  background: #4c4c4c;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
/* line 120, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td table {
  width: 100%;
}
/* line 125, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td table tr td:first-child {
  font-weight: 900;
  font-size: 26px;
  text-align: left;
}
/* line 129, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td table tr td:last-child {
  text-align: right;
}
/* line 131, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td:hover {
  color: #ffffff;
}
/* line 134, ../sass/pages/_home.sass */
.index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td:hover div {
  background: #315ca5;
}
@media (max-width: 1199px) {
  /* line 109, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content .thumbs-wrapper .headline-table > tbody > tr > td {
    padding-left: 25px;
  }
}
@media (max-width: 1199px) {
  /* line 101, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content .thumbs-wrapper .headline-table {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /* line 101, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content .thumbs-wrapper .headline-table {
    width: 940px;
  }
}
@media (max-width: 991px) {
  /* line 95, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content .thumbs-wrapper {
    padding-bottom: 10px;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (min-width: 992px) {
  /* line 17, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content {
    margin-top: -380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content {
    margin-top: -280px;
  }
}
@media (max-width: 767px) {
  /* line 17, ../sass/pages/_home.sass */
  .index-page #home-top-slider-content {
    margin-top: -30px;
  }
}
/* line 153, ../sass/pages/_home.sass */
.index-page #home-top-sectors a {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 3px;
  border-top: 4px solid #999999;
  color: #999999;
  margin-bottom: 15px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 163, ../sass/pages/_home.sass */
.index-page #home-top-sectors a .top-border {
  position: absolute;
  left: 0;
  top: -4px;
  height: 4px;
  width: 0;
  background: #315ca5;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
/* line 171, ../sass/pages/_home.sass */
.index-page #home-top-sectors a .number {
  position: absolute;
  display: block;
  left: 0;
  top: -5px;
  font-size: 25px;
  font-weight: 900;
}
/* line 178, ../sass/pages/_home.sass */
.index-page #home-top-sectors a .title {
  font-size: 18px;
  font-weight: 500;
}
/* line 181, ../sass/pages/_home.sass */
.index-page #home-top-sectors a:hover, .index-page #home-top-sectors a:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 185, ../sass/pages/_home.sass */
.index-page #home-top-sectors a:hover .top-border, .index-page #home-top-sectors a:focus .top-border {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 190, ../sass/pages/_home.sass */
  .index-page .announcement h2 div:last-child {
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  /* line 190, ../sass/pages/_home.sass */
  .index-page .announcement h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 188, ../sass/pages/_home.sass */
  .index-page .announcement h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  /* line 188, ../sass/pages/_home.sass */
  .index-page .announcement h2 {
    font-size: 30px;
  }
}
/* line 199, ../sass/pages/_home.sass */
.index-page .intro {
  position: relative;
}
@media (max-width: 991px) {
  /* line 205, ../sass/pages/_home.sass */
  .index-page .intro .content h2 div:last-child {
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  /* line 205, ../sass/pages/_home.sass */
  .index-page .intro .content h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 203, ../sass/pages/_home.sass */
  .index-page .intro .content h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 203, ../sass/pages/_home.sass */
  .index-page .intro .content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  /* line 202, ../sass/pages/_home.sass */
  .index-page .intro .content {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 220, ../sass/pages/_home.sass */
  .index-page #work h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  /* line 218, ../sass/pages/_home.sass */
  .index-page #work h2 {
    font-size: 30px;
  }
}
/* line 226, ../sass/pages/_home.sass */
.index-page #work .col-md-3 .item {
  border: 1px solid #315ca5;
  padding: 12px 12px;
  color: #315ca5;
  min-height: 240px;
  position: relative;
  background: bottom 15px right 8px no-repeat;
}
/* line 234, ../sass/pages/_home.sass */
.index-page #work .col-md-3 .item h4 {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 10px;
}
/* line 238, ../sass/pages/_home.sass */
.index-page #work .col-md-3 .item p {
  width: 80%;
}
/* line 240, ../sass/pages/_home.sass */
.index-page #work .col-md-3 .item .number {
  position: absolute;
  bottom: -5px;
  left: 10px;
  font-size: 56px;
  font-weight: 900;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 226, ../sass/pages/_home.sass */
  .index-page #work .col-md-3 .item {
    margin-left: -15px;
    margin-right: -15px;
    border-right: none;
    background-position: bottom 5px right -10px !important;
  }
}
@media (max-width: 991px) {
  /* line 226, ../sass/pages/_home.sass */
  .index-page #work .col-md-3 .item {
    width: 262px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 226, ../sass/pages/_home.sass */
  .index-page #work .col-md-3 .item {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 258, ../sass/pages/_home.sass */
.index-page #work .col-md-3:nth-child(1) .item {
  background-image: url(/images/icons/categories/oil_gas.png);
}
/* line 261, ../sass/pages/_home.sass */
.index-page #work .col-md-3:nth-child(2) .item {
  background-image: url(/images/icons/categories/renewables.png);
  background-position: bottom 15px right 20px;
}
/* line 265, ../sass/pages/_home.sass */
.index-page #work .col-md-3:nth-child(3) .item {
  background-image: url(/images/icons/categories/infrastructure.png);
}
/* line 268, ../sass/pages/_home.sass */
.index-page #work .col-md-3:nth-child(4) .item {
  background-image: url(/images/icons/categories/subsea.png);
  background-position: bottom 15px right 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 268, ../sass/pages/_home.sass */
  .index-page #work .col-md-3:nth-child(4) .item {
    border: 1px solid #315ca5;
  }
}
@media (min-width: 768px) {
  /* line 274, ../sass/pages/_home.sass */
  .index-page #work2 {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  /* line 274, ../sass/pages/_home.sass */
  .index-page #work2 {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
/* line 280, ../sass/pages/_home.sass */
.index-page .home-news-widget {
  background: url(/images/pages/home/6.jpg?2) top center no-repeat #000000;
}
/* line 283, ../sass/pages/_home.sass */
.index-page .home-news-widget .news-widget {
  padding-top: 75px;
  padding-bottom: 100px;
  background: none;
}
/* line 289, ../sass/pages/_home.sass */
.index-page .home-news-widget .news-widget h3 span {
  color: #ffffff;
}
/* line 291, ../sass/pages/_home.sass */
.index-page .home-news-widget .news-widget .all-news {
  color: #ffffff;
}
/* line 296, ../sass/pages/_home.sass */
.index-page .home-news-widget .news-widget .carousel .news-item .content a {
  color: #ffffff;
}
/* line 298, ../sass/pages/_home.sass */
.index-page .home-news-widget .news-widget .carousel .slick-arrow {
  background-color: rgba(255, 255, 255, 0.23);
}
/* line 301, ../sass/pages/_home.sass */
.index-page .home-news-widget .news-widget .carousel .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 303, ../sass/pages/_home.sass */
.index-page .home-news-widget .feedback {
  padding-bottom: 75px;
}
/* line 306, ../sass/pages/_home.sass */
.index-page .home-news-widget .feedback .errorMessage {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  /* line 308, ../sass/pages/_home.sass */
  .index-page .home-news-widget .feedback .email-wrapper {
    padding-left: 70px;
  }
}
/* line 312, ../sass/pages/_home.sass */
.index-page .home-news-widget .feedback .submit-wrapper .arrow-link {
  font-weight: 300;
}
/* line 315, ../sass/pages/_home.sass */
.index-page .home-news-widget .feedback .submit-wrapper .arrow-link:hover {
  color: #000000;
}
@media (min-width: 1200px) {
  /* line 311, ../sass/pages/_home.sass */
  .index-page .home-news-widget .feedback .submit-wrapper {
    margin-top: 195px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 311, ../sass/pages/_home.sass */
  .index-page .home-news-widget .feedback .submit-wrapper {
    margin-top: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 311, ../sass/pages/_home.sass */
  .index-page .home-news-widget .feedback .submit-wrapper {
    margin-top: 215px;
  }
}
@media (max-width: 767px) {
  /* line 311, ../sass/pages/_home.sass */
  .index-page .home-news-widget .feedback .submit-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/pages/_about.sass */
  .about-page .top-fixed-picture .fixed-wrapper > img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_about.sass */
  .about-page .top-fixed-picture .fixed-wrapper > img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  /* line 14, ../sass/pages/_about.sass */
  .about-page .company h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 12, ../sass/pages/_about.sass */
  .about-page .company h2 {
    font-size: 30px;
  }
}
/* line 19, ../sass/pages/_about.sass */
.about-page .quote {
  background: url("/images/pages/about/2.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
/* line 25, ../sass/pages/_about.sass */
.about-page .quote .overlay {
  background: #000000;
  opacity: 0.6;
}
/* line 28, ../sass/pages/_about.sass */
.about-page .quote .content {
  padding-top: 50px;
  padding-bottom: 60px;
}
/* line 32, ../sass/pages/_about.sass */
.about-page .quote .content img {
  position: absolute;
  left: -330px;
  bottom: 0;
}
@media (max-width: 991px) {
  /* line 32, ../sass/pages/_about.sass */
  .about-page .quote .content img {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 28, ../sass/pages/_about.sass */
  .about-page .quote .content {
    text-align: center;
  }
}
/* line 41, ../sass/pages/_about.sass */
.about-page .services {
  margin-top: -40px;
  padding: 25px 15px;
  position: relative;
  background: #191919;
  color: #ffffff;
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}
/* line 49, ../sass/pages/_about.sass */
.about-page .services h3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 49, ../sass/pages/_about.sass */
  .about-page .services h3 {
    font-size: 28px;
  }
}
/* line 56, ../sass/pages/_about.sass */
.about-page .services .wrapper table {
  width: 100%;
}
/* line 59, ../sass/pages/_about.sass */
.about-page .services .wrapper table td {
  width: 20%;
  padding: 0 15px;
  vertical-align: top;
}
/* line 65, ../sass/pages/_about.sass */
.about-page .services .wrapper table td h4 a {
  display: block;
  position: relative;
  border-top: 5px solid #4c4c4c;
  color: #8c8c8c;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  padding-top: 8px;
  height: 65px;
  -moz-transition: color 0.5s, border-color 0.5s;
  -o-transition: color 0.5s, border-color 0.5s;
  -webkit-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s;
}
/* line 77, ../sass/pages/_about.sass */
.about-page .services .wrapper table td h4 a .number {
  font-weight: 900;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media (max-width: 1199px) {
  /* line 77, ../sass/pages/_about.sass */
  .about-page .services .wrapper table td h4 a .number {
    display: none;
  }
}
/* line 86, ../sass/pages/_about.sass */
.about-page .services .wrapper table td h4 a:hover, .about-page .services .wrapper table td h4 a:focus {
  text-decoration: none;
}
/* line 88, ../sass/pages/_about.sass */
.about-page .services .wrapper table td ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 93, ../sass/pages/_about.sass */
.about-page .services .wrapper table td ul li {
  display: block;
  font-weight: 300;
  color: #8c8c8c;
  margin-bottom: 5px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 102, ../sass/pages/_about.sass */
.about-page .services .wrapper table td:hover h4 a, .about-page .services .wrapper table td.active h4 a {
  color: #ffffff;
  border-top-color: #315ca5;
}
/* line 106, ../sass/pages/_about.sass */
.about-page .services .wrapper table td:hover ul li, .about-page .services .wrapper table td.active ul li {
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 55, ../sass/pages/_about.sass */
  .about-page .services .wrapper {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  /* line 41, ../sass/pages/_about.sass */
  .about-page .services {
    margin-left: 25px;
    margin-right: 25px;
  }
}
/* line 114, ../sass/pages/_about.sass */
.about-page .facility {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 90px;
  background: url(/images/pages/about/5.jpg) center center no-repeat #000000;
  background-size: cover;
}
/* line 124, ../sass/pages/_about.sass */
.about-page .facility .overlay {
  background: #000000;
  opacity: 0.7;
}
/* line 127, ../sass/pages/_about.sass */
.about-page .facility .section {
  position: relative;
  margin-bottom: 35px;
}
/* line 131, ../sass/pages/_about.sass */
.about-page .facility .section > div {
  position: relative;
}
/* line 134, ../sass/pages/_about.sass */
.about-page .facility .section > div .long {
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 140, ../sass/pages/_about.sass */
.about-page .facility .section > div:first-child {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  /* line 140, ../sass/pages/_about.sass */
  .about-page .facility .section > div:first-child {
    font-size: 18px;
  }
}
/* line 146, ../sass/pages/_about.sass */
.about-page .facility .section > div:nth-child(2) {
  font-weight: 900;
  font-size: 45px;
  line-height: 55px;
}
/* line 151, ../sass/pages/_about.sass */
.about-page .facility .section > div:nth-child(2) span {
  margin-left: 5px;
}
/* line 154, ../sass/pages/_about.sass */
.about-page .facility .section > div:nth-child(2) span sup {
  top: -18px;
  font-size: 24px;
}
/* line 157, ../sass/pages/_about.sass */
.about-page .facility .section > div:nth-child(2) span.small-font {
  font-size: 34px;
}
@media (max-width: 1199px) {
  /* line 146, ../sass/pages/_about.sass */
  .about-page .facility .section > div:nth-child(2) {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  /* line 146, ../sass/pages/_about.sass */
  .about-page .facility .section > div:nth-child(2) {
    font-size: 30px;
  }
}
/* line 163, ../sass/pages/_about.sass */
.about-page .facility .section > div:nth-child(3) {
  font-size: 18px;
  color: #315ca5;
}

/* line 5, ../sass/pages/_case-studies.sass */
.case-studies-page .top-fixed-picture h1 {
  margin-bottom: 10px;
}
/* line 7, ../sass/pages/_case-studies.sass */
.case-studies-page .wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
/* line 12, ../sass/pages/_case-studies.sass */
.case-studies-page .v-delimiter {
  height: 30px;
  background: url(/images/pages/case-studies/v-delimiter.png) bottom center repeat-x;
}
/* line 15, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile {
  display: block;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  height: 32.5vw;
  max-height: 520px;
  background: center center no-repeat;
  background-size: cover;
}
/* line 25, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile img {
  width: 100%;
}
/* line 27, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline,
.case-studies-page .wide-tile .content,
.case-studies-page .wide-tile .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 35, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline,
.case-studies-page .wide-tile .content {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 39, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}
/* line 43, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .overlay {
  opacity: 0.5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMjE5MTg2IiB5MT0iMS4xMDIyMDgiIHgyPSIwLjc4MDgxNCIgeTI9Ii0wLjEwMjIwOCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDQ3ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(65deg, #00000a 0%, #00447d 100%);
  background-image: -webkit-linear-gradient(65deg, #00000a 0%, #00447d 100%);
  background-image: linear-gradient(25deg, #00000a 0%, #00447d 100%);
}
/* line 46, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container {
  height: 100%;
}
/* line 49, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container .row {
  height: 100%;
}
/* line 52, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container .row .col-md-10 {
  height: 100%;
}
/* line 55, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container .row .col-md-10 .inner {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}
/* line 61, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container .row .col-md-10 .inner .number {
  display: inline-block;
  font-size: 120px;
  font-weight: 900;
  margin-right: 5px;
}
@media (max-width: 767px) {
  /* line 61, ../sass/pages/_case-studies.sass */
  .case-studies-page .wide-tile .headline .container .row .col-md-10 .inner .number {
    font-size: 60px;
  }
}
/* line 69, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container .row .col-md-10 .inner h2 {
  text-transform: uppercase;
  display: inline-block;
}
/* line 74, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container .row .col-md-10 .inner h2 div:first-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 74, ../sass/pages/_case-studies.sass */
  .case-studies-page .wide-tile .headline .container .row .col-md-10 .inner h2 div:first-child {
    font-size: 14px;
  }
}
/* line 79, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .headline .container .row .col-md-10 .inner h2 div:last-child {
  font-size: 54px;
}
@media (max-width: 767px) {
  /* line 79, ../sass/pages/_case-studies.sass */
  .case-studies-page .wide-tile .headline .container .row .col-md-10 .inner h2 div:last-child {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 69, ../sass/pages/_case-studies.sass */
  .case-studies-page .wide-tile .headline .container .row .col-md-10 .inner h2 {
    margin-bottom: 20px;
  }
}
/* line 86, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .content {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
/* line 90, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .content .inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 97, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .content .inner h2 {
  text-transform: uppercase;
}
/* line 101, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .content .inner h2 div:first-child {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 105, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .content .inner p {
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 108, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile .content .inner .bordered-link {
  padding-left: 24px;
  padding-right: 24px;
}
/* line 112, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile:hover .headline {
  opacity: 0;
}
/* line 114, ../sass/pages/_case-studies.sass */
.case-studies-page .wide-tile:hover .content {
  opacity: 1;
}
@media (max-width: 991px) {
  /* line 15, ../sass/pages/_case-studies.sass */
  .case-studies-page .wide-tile {
    height: 320px;
  }
}

@media (max-width: 991px) {
  /* line 6, ../sass/pages/_case-study.sass */
  .case-study-page .top-fixed-picture .fixed-wrapper > img {
    height: 500px;
  }
}
/* line 9, ../sass/pages/_case-study.sass */
.case-study-page .top-fixed-picture .fixed-wrapper .content {
  top: 0;
}
/* line 12, ../sass/pages/_case-study.sass */
.case-study-page .top-fixed-picture .fixed-wrapper .content .top-part {
  margin-top: 120px;
}
/* line 17, ../sass/pages/_case-study.sass */
.case-study-page .top-fixed-picture .fixed-wrapper .content .top-part h1 div:first-child {
  font-size: 22px;
  font-weight: 300;
}
/* line 20, ../sass/pages/_case-study.sass */
.case-study-page .top-fixed-picture .fixed-wrapper .content .top-part h1 div:last-child {
  font-size: 64px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 20, ../sass/pages/_case-study.sass */
  .case-study-page .top-fixed-picture .fixed-wrapper .content .top-part h1 div:last-child {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/pages/_case-study.sass */
  .case-study-page .top-fixed-picture .fixed-wrapper .content .top-part h1 div:last-child {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 12, ../sass/pages/_case-study.sass */
  .case-study-page .top-fixed-picture .fixed-wrapper .content .top-part {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_case-study.sass */
  .case-study-page .top-fixed-picture .fixed-wrapper .content .top-part {
    margin-top: 160px;
  }
}
/* line 31, ../sass/pages/_case-study.sass */
.case-study-page .top-fixed-picture .fixed-wrapper .content .bottom-part {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 37, ../sass/pages/_case-study.sass */
.case-study-page .top-fixed-picture .fixed-wrapper .content .bottom-part > div {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 37, ../sass/pages/_case-study.sass */
  .case-study-page .top-fixed-picture .fixed-wrapper .content .bottom-part > div {
    bottom: 0 !important;
  }
}
/* line 45, ../sass/pages/_case-study.sass */
.case-study-page .top-fixed-picture .fixed-wrapper .content .image-copyright {
  position: absolute;
  bottom: -15px;
  right: 15px;
  font-size: 10px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  /* line 45, ../sass/pages/_case-study.sass */
  .case-study-page .top-fixed-picture .fixed-wrapper .content .image-copyright {
    bottom: -45px;
  }
}

/* line 56, ../sass/pages/_case-study.sass */
.facts .fact-item {
  background: center left 15px no-repeat;
  font-size: 22px;
  font-weight: 400;
  padding-left: 120px;
  padding-right: 30px;
  min-height: 82px;
}
@media (max-width: 991px) {
  /* line 56, ../sass/pages/_case-study.sass */
  .facts .fact-item {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 56, ../sass/pages/_case-study.sass */
  .facts .fact-item {
    background-position-x: 25px;
    padding-top: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  /* line 55, ../sass/pages/_case-study.sass */
  .facts {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

/* line 75, ../sass/pages/_case-study.sass */
#other-case-studies {
  margin-top: -170px;
}
/* line 78, ../sass/pages/_case-study.sass */
#other-case-studies .tile {
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 86, ../sass/pages/_case-study.sass */
  .maersk-connector-page .top-fixed-picture .fixed-wrapper > img,
  .tensioned-grillage-page .top-fixed-picture .fixed-wrapper > img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  /* line 93, ../sass/pages/_case-study.sass */
  .maersk-connector-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:first-child,
  .tensioned-grillage-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 97, ../sass/pages/_case-study.sass */
  .maersk-connector-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:last-child img,
  .tensioned-grillage-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:last-child img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 92, ../sass/pages/_case-study.sass */
  .maersk-connector-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td,
  .tensioned-grillage-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 112, ../sass/pages/_case-study.sass */
  .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:first-child .font-22 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 111, ../sass/pages/_case-study.sass */
  .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 119, ../sass/pages/_case-study.sass */
  .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:nth-child(2) img, .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:last-child img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 117, ../sass/pages/_case-study.sass */
  .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:nth-child(2), .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td:last-child {
    float: left;
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 110, ../sass/pages/_case-study.sass */
  .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table td {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 109, ../sass/pages/_case-study.sass */
  .normand-clipper-page .top-fixed-picture .fixed-wrapper .content .bottom-part table {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  /* line 131, ../sass/pages/_case-study.sass */
  .normand-clipper-page .brief .content {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  /* line 131, ../sass/pages/_case-study.sass */
  .normand-clipper-page .brief .content {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  /* line 137, ../sass/pages/_case-study.sass */
  .normand-clipper-page .solution .content {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 142, ../sass/pages/_case-study.sass */
  .normand-clipper-page .facts .fact-item:nth-child(2) {
    background-position-x: 23px;
  }
}

@media (max-width: 1199px) {
  /* line 148, ../sass/pages/_case-study.sass */
  .maersk-connector-page .brief .content {
    padding-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  /* line 152, ../sass/pages/_case-study.sass */
  .maersk-connector-page .solution .content {
    padding-bottom: 55px;
  }
}
/* line 157, ../sass/pages/_case-study.sass */
.maersk-connector-page .facts .fact-item:nth-child(2) {
  background-position-x: 0;
}
@media (max-width: 767px) {
  /* line 157, ../sass/pages/_case-study.sass */
  .maersk-connector-page .facts .fact-item:nth-child(2) {
    background-position-x: 10px;
  }
}
/* line 162, ../sass/pages/_case-study.sass */
.maersk-connector-page .facts .fact-item:nth-child(3) {
  background-position-x: 25px;
}

@media (max-width: 767px) {
  /* line 167, ../sass/pages/_case-study.sass */
  .tensioned-grillage-page .solution .content {
    padding-top: 0;
  }
}
/* line 172, ../sass/pages/_case-study.sass */
.tensioned-grillage-page .facts .fact-item:nth-child(2) {
  background-position-x: 20px;
}
@media (max-width: 767px) {
  /* line 172, ../sass/pages/_case-study.sass */
  .tensioned-grillage-page .facts .fact-item:nth-child(2) {
    background-position-x: 26px;
  }
}
/* line 177, ../sass/pages/_case-study.sass */
.tensioned-grillage-page .facts .fact-item:nth-child(3) {
  background-position-x: 0;
}
@media (max-width: 767px) {
  /* line 177, ../sass/pages/_case-study.sass */
  .tensioned-grillage-page .facts .fact-item:nth-child(3) {
    background-position-x: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/pages/_engineering.sass */
  .engineering-page .top-fixed-picture .fixed-wrapper > img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_engineering.sass */
  .engineering-page .top-fixed-picture .fixed-wrapper > img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  /* line 13, ../sass/pages/_engineering.sass */
  .engineering-page h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 11, ../sass/pages/_engineering.sass */
  .engineering-page h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 21, ../sass/pages/_engineering.sass */
  .engineering-page .intro h2 div:first-child {
    font-size: 16px;
  }
}
/* line 24, ../sass/pages/_engineering.sass */
.engineering-page #design {
  background: #000000;
  color: #ffffff;
  margin-top: -50px;
  -moz-box-shadow: 0px 0px 54px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 54px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 54px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  /* line 30, ../sass/pages/_engineering.sass */
  .engineering-page #design .col-md-7 {
    padding-right: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  /* line 30, ../sass/pages/_engineering.sass */
  .engineering-page #design .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 37, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture {
  color: #ffffff;
}
/* line 41, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .parallax .overlay {
  background: #000000;
  opacity: 0.6;
}
/* line 44, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .parallax .content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
/* line 49, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .parallax .content h3 {
  font-size: 32px;
  font-weight: 900;
}
/* line 53, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .parallax .content h3 span {
  font-weight: 500;
  color: #315ca5;
}
/* line 56, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .parallax .content ul {
  list-style: none;
  padding-left: 0;
}
/* line 60, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .parallax .content ul li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 66, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .parallax .content ul li span {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #315ca5;
  border-radius: 100%;
  margin-right: 12px;
}
/* line 73, ../sass/pages/_engineering.sass */
.engineering-page #naval-architecture .bottom {
  margin-top: -50px;
}

@media (max-width: 991px) {
  /* line 6, ../sass/pages/_contact.sass */
  .contact-page .top-fixed-picture .fixed-wrapper > img {
    height: 550px;
  }
}
/* line 9, ../sass/pages/_contact.sass */
.contact-page #get-in-touch {
  margin-top: -255px;
  background: #1a1a1a;
  color: #ffffff;
  width: 100%;
  -moz-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
}
/* line 16, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .picture-wrapper {
  width: 320px;
  background: url("/images/pages/contact/1.jpg?2") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  /* line 16, ../sass/pages/_contact.sass */
  .contact-page #get-in-touch .picture-wrapper {
    width: 260px;
  }
}
/* line 23, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content {
  padding: 20px 35px 5px;
  vertical-align: top;
}
/* line 27, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content h4 {
  font-weight: 700;
  font-size: 18px;
  color: #315ca5;
  margin-bottom: 7px;
}
/* line 32, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content p {
  font-weight: 400;
}
/* line 34, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .input-wrapper {
  position: relative;
  min-height: 60px;
}
/* line 39, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .input-wrapper .sliding-label + label {
  font-size: 14px;
}
/* line 42, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .input-wrapper .sliding-label + label span {
  color: #315ca5;
}
/* line 44, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .input-wrapper .sliding-label.active + label {
  top: -15px;
  font-size: 13px;
}
/* line 47, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .input-wrapper .errorMessage {
  font-size: 13px;
  color: #315ca5;
  margin-top: 3px;
}
/* line 51, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .input-wrapper.error {
  min-height: 75px;
}
/* line 53, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content input[type=text],
.contact-page #get-in-touch .content textarea {
  font-size: 14px;
}
/* line 56, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .textarea-wrapper {
  padding-top: 5px;
  padding-bottom: 6px;
}
/* line 60, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content .textarea-wrapper textarea {
  width: 100%;
  height: 148px;
  background: #333333;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 3px 7px;
  margin: 0;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #get-in-touch .content .textarea-wrapper textarea:-moz-placeholder {
  color: #ffffff;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #get-in-touch .content .textarea-wrapper textarea::-moz-placeholder {
  color: #ffffff;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #get-in-touch .content .textarea-wrapper textarea:-ms-input-placeholder {
  color: #ffffff;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #get-in-touch .content .textarea-wrapper textarea::-webkit-input-placeholder {
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 56, ../sass/pages/_contact.sass */
  .contact-page #get-in-touch .content .textarea-wrapper {
    padding-bottom: 20px;
  }
}
/* line 74, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content input[type=submit] {
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  outline: none;
  background: none;
  padding: 11px 0;
  font-size: 18px;
  -moz-transition: color 0.5s, border 0.5s;
  -o-transition: color 0.5s, border 0.5s;
  -webkit-transition: color 0.5s, border 0.5s;
  transition: color 0.5s, border 0.5s;
}
/* line 84, ../sass/pages/_contact.sass */
.contact-page #get-in-touch .content input[type=submit]:hover {
  color: #315ca5;
  border-color: #315ca5;
}
@media (max-width: 767px) {
  /* line 23, ../sass/pages/_contact.sass */
  .contact-page #get-in-touch .content {
    padding: 20px 20px 30px;
  }
}
/* line 89, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 550px;
}

@media (min-width: 768px) {
  /* line 4, ../sass/pages/_privacy.sass */
  .privacy-page .black-bar {
    font-size: 27px;
  }
}
/* line 7, ../sass/pages/_privacy.sass */
.privacy-page .areas {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
/* line 12, ../sass/pages/_privacy.sass */
.privacy-page .areas li {
  margin-bottom: 7px;
}
/* line 15, ../sass/pages/_privacy.sass */
.privacy-page .areas li a {
  color: #315ca5;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #315ca5;
}
/* line 22, ../sass/pages/_privacy.sass */
.privacy-page .areas li a:hover, .privacy-page .areas li a:focus {
  text-decoration: none;
  border-bottom: transparent;
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_privacy.sass */
  .privacy-page .areas li {
    margin-bottom: 17px;
  }
}
/* line 27, ../sass/pages/_privacy.sass */
.privacy-page .question {
  font-weight: 900;
  font-size: 18px;
  color: #315ca5;
  margin-bottom: 8px;
}
/* line 32, ../sass/pages/_privacy.sass */
.privacy-page .answer {
  margin-bottom: 20px;
}
/* line 35, ../sass/pages/_privacy.sass */
.privacy-page .answer p {
  font-weight: 400;
}
/* line 38, ../sass/pages/_privacy.sass */
.privacy-page .answer p.extrabold {
  font-weight: 800;
}
/* line 40, ../sass/pages/_privacy.sass */
.privacy-page .answer ul {
  padding-left: 18px;
}
/* line 43, ../sass/pages/_privacy.sass */
.privacy-page .answer ul li {
  margin-bottom: 8px;
}
/* line 46, ../sass/pages/_privacy.sass */
.privacy-page .answer ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/pages/_sectors.sass */
  .sector-page .top-fixed-picture .fixed-wrapper > img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_sectors.sass */
  .sector-page .top-fixed-picture .fixed-wrapper > img {
    height: 350px;
  }
}
/* line 13, ../sass/pages/_sectors.sass */
.sector-page .top-fixed-picture .fixed-wrapper h1 > div:first-child {
  font-weight: 300;
  font-size: 32px;
}
@media (max-width: 991px) {
  /* line 13, ../sass/pages/_sectors.sass */
  .sector-page .top-fixed-picture .fixed-wrapper h1 > div:first-child {
    font-size: 24px;
  }
}
/* line 19, ../sass/pages/_sectors.sass */
.sector-page .top-fixed-picture .fixed-wrapper h1 > div:last-child {
  font-size: 64px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 19, ../sass/pages/_sectors.sass */
  .sector-page .top-fixed-picture .fixed-wrapper h1 > div:last-child {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  /* line 19, ../sass/pages/_sectors.sass */
  .sector-page .top-fixed-picture .fixed-wrapper h1 > div:last-child {
    font-size: 40px;
  }
}
/* line 26, ../sass/pages/_sectors.sass */
.sector-page .menu {
  padding-left: 0;
  list-style: none;
}
/* line 30, ../sass/pages/_sectors.sass */
.sector-page .menu li {
  margin-bottom: 7px;
}
/* line 33, ../sass/pages/_sectors.sass */
.sector-page .menu li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
/* line 39, ../sass/pages/_sectors.sass */
.sector-page .menu li a:hover, .sector-page .menu li a:focus, .sector-page .menu li a.active {
  color: #315ca5;
  text-decoration: none;
}
/* line 43, ../sass/pages/_sectors.sass */
.sector-page .content p {
  font-weight: 400;
}
/* line 46, ../sass/pages/_sectors.sass */
.sector-page .content p.extrabold {
  font-weight: 800;
}
/* line 48, ../sass/pages/_sectors.sass */
.sector-page .content ul {
  padding-left: 0;
  list-style: none;
}
/* line 52, ../sass/pages/_sectors.sass */
.sector-page .content ul li {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 57, ../sass/pages/_sectors.sass */
.sector-page .content ul li span {
  border-radius: 100%;
  display: inline-block;
  background: #315ca5;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 71, ../sass/pages/_sectors.sass */
  .decommissioning-page .top-fixed-picture .fixed-wrapper h1 > div:last-child {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  /* line 80, ../sass/pages/_sectors.sass */
  .construction-and-infrastructure-page .top-fixed-picture .fixed-wrapper h1 > div:last-child {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/pages/_repair.sass */
  .repair-page .top-fixed-picture .fixed-wrapper > img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_repair.sass */
  .repair-page .top-fixed-picture .fixed-wrapper > img {
    height: 400px;
  }
}
/* line 11, ../sass/pages/_repair.sass */
.repair-page h2 {
  margin-bottom: 15px;
}
/* line 15, ../sass/pages/_repair.sass */
.repair-page h2 div:first-child {
  color: #000000;
}
@media (max-width: 991px) {
  /* line 17, ../sass/pages/_repair.sass */
  .repair-page h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 11, ../sass/pages/_repair.sass */
  .repair-page h2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/pages/_fabrication.sass */
  .fabrication-page .top-fixed-picture .fixed-wrapper > img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_fabrication.sass */
  .fabrication-page .top-fixed-picture .fixed-wrapper > img {
    height: 350px;
  }
}
/* line 14, ../sass/pages/_fabrication.sass */
.fabrication-page .top-fixed-picture .fixed-wrapper .content .headline div:first-child {
  font-weight: 300;
  line-height: 54px;
}
@media (max-width: 767px) {
  /* line 14, ../sass/pages/_fabrication.sass */
  .fabrication-page .top-fixed-picture .fixed-wrapper .content .headline div:first-child {
    font-size: 34px;
  }
}
/* line 20, ../sass/pages/_fabrication.sass */
.fabrication-page .top-fixed-picture .fixed-wrapper .content .headline div:last-child {
  font-size: 64px;
}
@media (max-width: 767px) {
  /* line 20, ../sass/pages/_fabrication.sass */
  .fabrication-page .top-fixed-picture .fixed-wrapper .content .headline div:last-child {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  /* line 12, ../sass/pages/_fabrication.sass */
  .fabrication-page .top-fixed-picture .fixed-wrapper .content .headline {
    font-size: 64px;
  }
}
/* line 27, ../sass/pages/_fabrication.sass */
.fabrication-page h2 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  /* line 31, ../sass/pages/_fabrication.sass */
  .fabrication-page h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 27, ../sass/pages/_fabrication.sass */
  .fabrication-page h2 {
    font-size: 30px;
  }
}
/* line 36, ../sass/pages/_fabrication.sass */
.fabrication-page .list {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 41, ../sass/pages/_fabrication.sass */
.fabrication-page .list span {
  color: #315ca5;
}
/* line 43, ../sass/pages/_fabrication.sass */
.fabrication-page .intro {
  background: url(/images/pages/fabrication/1.jpg?2) center center no-repeat #000000;
  color: #ffffff;
}
/* line 47, ../sass/pages/_fabrication.sass */
.fabrication-page .intro .content {
  background: #191919;
  padding: 25px 30px 30px;
  margin-top: 70px;
  margin-bottom: 70px;
}
/* line 55, ../sass/pages/_fabrication.sass */
.fabrication-page .intro .content h2 div:first-child {
  color: #ffffff;
}
/* line 57, ../sass/pages/_fabrication.sass */
.fabrication-page .intro .content h2 div:last-child {
  color: #315ca5;
}
@media (max-width: 767px) {
  /* line 57, ../sass/pages/_fabrication.sass */
  .fabrication-page .intro .content h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  /* line 53, ../sass/pages/_fabrication.sass */
  .fabrication-page .intro .content h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 43, ../sass/pages/_fabrication.sass */
  .fabrication-page .intro {
    background-position-x: calc(50% - 80px);
  }
}
@media (max-width: 991px) {
  /* line 43, ../sass/pages/_fabrication.sass */
  .fabrication-page .intro {
    background-position-x: calc(50% + 190px);
  }
}
/* line 68, ../sass/pages/_fabrication.sass */
.fabrication-page .pipework {
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 72, ../sass/pages/_fabrication.sass */
  .fabrication-page .pipework ul.ul-list li {
    font-size: 17px;
  }
}
/* line 75, ../sass/pages/_fabrication.sass */
.fabrication-page .construction {
  position: relative;
  color: #ffffff;
  text-align: center;
  height: 643px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: url(/images/pages/fabrication/4.jpg?2) center center no-repeat;
  background-size: cover;
}
/* line 86, ../sass/pages/_fabrication.sass */
.fabrication-page .construction .overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 991px) {
  /* line 75, ../sass/pages/_fabrication.sass */
  .fabrication-page .construction {
    height: 520px;
  }
}
/* line 91, ../sass/pages/_fabrication.sass */
.fabrication-page .case-studies {
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/pages/_survey.sass */
  .survey-page .top-fixed-picture .fixed-wrapper > img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_survey.sass */
  .survey-page .top-fixed-picture .fixed-wrapper > img {
    height: 400px;
  }
}
/* line 11, ../sass/pages/_survey.sass */
.survey-page .black-bar {
  background: #1a1a1a;
}
/* line 13, ../sass/pages/_survey.sass */
.survey-page h2 {
  margin-bottom: 15px;
}
/* line 17, ../sass/pages/_survey.sass */
.survey-page h2 div:first-child {
  color: #000000;
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_survey.sass */
  .survey-page h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_survey.sass */
  .survey-page h2 {
    font-size: 30px;
  }
}
/* line 25, ../sass/pages/_survey.sass */
.survey-page .parallax .overlay {
  background: #000000;
  opacity: 0.6;
}
/* line 29, ../sass/pages/_survey.sass */
.survey-page .bg-double-color {
  position: relative;
  overflow: hidden;
}
/* line 33, ../sass/pages/_survey.sass */
.survey-page .bg-double-color > table {
  position: absolute;
  width: 100%;
  height: 2000px;
  left: 0;
  top: 0;
}
/* line 40, ../sass/pages/_survey.sass */
.survey-page .bg-double-color > table td {
  width: 50%;
}
/* line 43, ../sass/pages/_survey.sass */
.survey-page .bg-double-color > table td:first-child {
  background: #315ca5;
}
/* line 45, ../sass/pages/_survey.sass */
.survey-page .bg-double-color > table td:last-child {
  background: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 52, ../sass/pages/_survey.sass */
  .survey-page .bg-double-color .left-side h2 div:last-child,
  .survey-page .bg-double-color .right-side h2 div:last-child {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  /* line 48, ../sass/pages/_survey.sass */
  .survey-page .bg-double-color .left-side,
  .survey-page .bg-double-color .right-side {
    padding: 60px 15px 50px !important;
  }
}
/* line 58, ../sass/pages/_survey.sass */
.survey-page .bg-double-color .left-side {
  padding: 60px 40px 50px 0;
  background: #315ca5;
}
/* line 62, ../sass/pages/_survey.sass */
.survey-page .bg-double-color .left-side ul {
  color: #ffffff;
}
/* line 65, ../sass/pages/_survey.sass */
.survey-page .bg-double-color .left-side ul span {
  background: #000000;
}
/* line 67, ../sass/pages/_survey.sass */
.survey-page .bg-double-color .right-side {
  padding: 60px 0 50px 40px;
  background: #000000;
  color: #ffffff;
}
/* line 74, ../sass/pages/_survey.sass */
.survey-page .bg-double-color .right-side h2 div:first-child {
  color: #315ca5;
}
/* line 78, ../sass/pages/_survey.sass */
.survey-page .bg-double-color .right-side ul li p {
  color: #315ca5;
}
/* line 81, ../sass/pages/_survey.sass */
.survey-page .bg-double-color .right-side ul li p span {
  color: #ffffff;
}
@media (max-width: 991px) {
  /* line 87, ../sass/pages/_survey.sass */
  .survey-page .scaffolding h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 85, ../sass/pages/_survey.sass */
  .survey-page .scaffolding h2 {
    font-size: 30px;
  }
}
/* line 95, ../sass/pages/_survey.sass */
.survey-page .subsea-survey h2 div:last-child {
  font-size: 43px;
}
@media (max-width: 767px) {
  /* line 95, ../sass/pages/_survey.sass */
  .survey-page .subsea-survey h2 div:last-child {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../sass/pages/_subsea.sass */
  .subsea-and-marine-page .top-fixed-picture .fixed-wrapper > img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_subsea.sass */
  .subsea-and-marine-page .top-fixed-picture .fixed-wrapper > img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_subsea.sass */
  .subsea-and-marine-page h2 div:last-child {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/pages/_subsea.sass */
  .subsea-and-marine-page h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_subsea.sass */
  .subsea-and-marine-page ul.ul-list li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 18, ../sass/pages/_subsea.sass */
  .subsea-and-marine-page ul.ul-list {
    margin-left: 0;
  }
}

/* line 4, ../sass/pages/_news.sass */
.news-item {
  padding-right: 26px;
}
/* line 7, ../sass/pages/_news.sass */
.news-item .content {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 11, ../sass/pages/_news.sass */
.news-item .content .category {
  display: inline-block;
  padding: 3px 7px 1px;
  color: #ffffff;
  text-transform: uppercase;
  background: #315ca5;
  font-weight: 700;
  margin-bottom: 15px;
}
/* line 19, ../sass/pages/_news.sass */
.news-item .content a {
  position: relative;
  display: inline-block;
  font-weight: 300;
  color: #000000;
  padding-right: 33px;
  outline: none;
}
/* line 27, ../sass/pages/_news.sass */
.news-item .content a span {
  background: url(/images/icons/plus.png) center top 5px no-repeat #315ca5;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  /* line 38, ../sass/pages/_news.sass */
  .news-page .black-bar {
    font-size: 27px;
  }
}
/* line 41, ../sass/pages/_news.sass */
.news-page .news-item {
  margin-bottom: 55px;
  padding-right: 0;
  min-height: 450px;
}
/* line 46, ../sass/pages/_news.sass */
.news-page .news-item .content {
  padding-left: 15px;
  padding-right: 5px;
}
/* line 50, ../sass/pages/_news.sass */
.news-page .news-item .content table {
  width: 100%;
}
/* line 52, ../sass/pages/_news.sass */
.news-page .blog-load-more {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #315ca5;
  color: #315ca5;
  padding: 9px 30px 11px;
}
/* line 60, ../sass/pages/_news.sass */
.news-page .blog-load-more:hover, .news-page .blog-load-more:focus {
  text-decoration: none;
}

@media (max-width: 1399px) {
  /* line 68, ../sass/pages/_news.sass */
  .news-view-page .top-fixed-picture .fixed-wrapper .content .headline {
    margin-bottom: 170px;
  }
}
@media (min-width: 1400px) {
  /* line 68, ../sass/pages/_news.sass */
  .news-view-page .top-fixed-picture .fixed-wrapper .content .headline {
    margin-bottom: 220px;
  }
}
@media (min-width: 1500px) {
  /* line 68, ../sass/pages/_news.sass */
  .news-view-page .top-fixed-picture .fixed-wrapper .content .headline {
    margin-bottom: 270px;
  }
}
/* line 75, ../sass/pages/_news.sass */
.news-view-page #news-post {
  padding-bottom: 140px;
}
/* line 79, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .navigation {
  padding-bottom: 8px;
}
/* line 82, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .navigation a {
  color: #ffffff;
}
/* line 85, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .navigation a:hover, .news-view-page #news-post .wrapper .navigation a:focus {
  text-decoration: none;
  color: #315ca5;
}
/* line 88, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .image-wrapper {
  margin-bottom: 55px;
  -moz-box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.3);
}
/* line 92, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .image-wrapper img {
  width: 100%;
}
/* line 94, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .category {
  display: inline-block;
  padding: 3px 7px 1px;
  color: #ffffff;
  text-transform: uppercase;
  background: #315ca5;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 102, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .headline {
  text-transform: none;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 102, ../sass/pages/_news.sass */
  .news-view-page #news-post .wrapper .headline {
    font-size: 30px;
  }
}
/* line 108, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .body {
  margin-bottom: 20px;
}
/* line 111, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .body p {
  font-weight: 400;
}
/* line 113, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .date {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}
/* line 117, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .share {
  text-align: right;
  font-size: 18px;
  font-weight: 300;
}
/* line 122, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .share span {
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 767px) {
  /* line 122, ../sass/pages/_news.sass */
  .news-view-page #news-post .wrapper .share span {
    display: block;
    margin-bottom: 15px;
  }
}
/* line 129, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .share a {
  vertical-align: middle;
  display: inline-block;
  border: 3px solid #404040;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  background: center center no-repeat;
  margin-left: 5px;
}
/* line 139, ../sass/pages/_news.sass */
.news-view-page #news-post .wrapper .share a:hover, .news-view-page #news-post .wrapper .share a:focus {
  text-decoration: none;
}
@media (max-width: 1399px) {
  /* line 78, ../sass/pages/_news.sass */
  .news-view-page #news-post .wrapper {
    margin-top: -150px;
  }
}
@media (min-width: 1400px) {
  /* line 78, ../sass/pages/_news.sass */
  .news-view-page #news-post .wrapper {
    margin-top: -200px;
  }
}
@media (min-width: 1500px) {
  /* line 78, ../sass/pages/_news.sass */
  .news-view-page #news-post .wrapper {
    margin-top: -250px;
  }
}
