@font-face {
  font-family: "Montserrat Extra Light";
  src: url("fonts/ttf/Montserrat-ExtraLight.ttf");
}

@font-face {
  font-family: "Montserrat Light";
  src: url("fonts/ttf/Montserrat-Light.ttf");
}

@font-face {
  font-family: "Montserrat Medium";
  src: url("fonts/ttf/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "Montserrat Alt1 Light";
  src: url("fonts/ttf/MontserratAlt1-Light.ttf");
}

* {
  margin: 0px;
  padding: 0px;
}

body,
html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Montserrat Extra Light", sans-serif;
  color: #353535;
  overflow-x: hidden;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  /*
  background-color: #c4c4c4;
  */
  background-color: #fff;
}

.sustainability-body {
  background-color: #12342f;
}

header {
  /*  
  position: fixed;
  */
  position: absolute;
  z-index: 99;
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  /* - */
  border-bottom: 10px solid #fff;
}

#background_video {
  position: absolute;
  width: 100vw;
  /*
  height: 100vh;
  */
  height: 500px;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8) 0%,
    rgba(53, 53, 53, 0) 33%,
    rgba(53, 53, 53, 0) 33.1%,
    rgba(53, 53, 53, 0) 100%
  );
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

.hidden {
  display: none;
}

.orange {
  color: #fe932e;
}

.mobile-toggle {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 35px;
  margin-left: 60px;
  opacity: 0.9;
}

.mobile-toggle:hover {
  opacity: 1;
}

.mobile-toggle img {
  width: 100%;
  height: 100%;
}

.logo {
  font-family: "Montserrat Alt1 Light", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  z-index: 2;
  font-size: 25px;
  opacity: 0.9;
  float: right;
  margin-top: 40px;
  margin-right: 60px;
}

.logo:hover {
  opacity: 1;
}

.content-section {
  width: 100%;
  clear: both;
  /*
    float: left;
    */
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 400px;
  /* - */
  border-bottom: 10px solid #fff;
}

.content-section-wrapper {
  padding-left: 60px;
  padding-right: 60px;
  /*
  display: flex;
  min-height: 0;
  */
}

.content-section-wrapper h2 {
  width: 100%;
  margin-bottom: 20px;
  /* - */
  max-width: 370px;
}

.content-section-wrapper p {
  /*
  width: 100%;
  */
  width: 60%;
  margin-bottom: 20px;
}

.content-section-wrapper a {
  border: 1px solid #353535;
  padding: 10px;
  color: #353535;
  text-decoration: none;
  margin-top: 10px;
  float: left;
  opacity: 0.9;
  padding-left: 20px;
  padding-right: 20px;
}

.content-section-wrapper a .fill-link {
  display: block;
  width: 100%;
  height: 100%;
}

.content-section-wrapper a .right-arrow {
  font-size: 30px;
  /* position: relative; */
  margin-top: -10px;
  float: right;
  margin-left: 5px;
  margin-bottom: -10px;
  color: #fe932e;
}

.content-section-wrapper a:hover {
  opacity: 1;
  border-color: #8e8e8e;
}

.content-section-wrapper p:last-child {
  margin-bottom: 0px;
}

.accent-border {
  border-left: 10px solid #fe932e;
  text-indent: 10px;
}

.second-h2 {
  color: #888;
  margin-top: -10px;
}

.white-text h2 {
  color: #fff;
}

.white-text .second-h2 {
  opacity: 0.65;
}

.white-text a {
  color: #fff;
  border-color: #fff;
}

.standardise-home {
  position: relative;
}

.standardise-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  background-image: url("images/midj/mid14.png");
  */

  background-image: linear-gradient(
      rgba(37, 105, 95, 0) 0%,
      rgba(37, 105, 95, 0) 33%,
      rgba(37, 105, 95, 0) 33.1%,
      rgba(37, 105, 95, 0) 66%,
      rgba(37, 105, 95, 0.45) 100%
    ),
    url("images/enlarge_mid8.jpg");

  background-size: cover;
  background-position: center;
  /*
  opacity: 0.27;
  */
  opacity: 0.35;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.save-home {
  position: relative;
}

.save-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/enlarge_mid15.jpg");
  /*
  background-image: linear-gradient(
      rgba(37, 105, 95, 0) 0%,
      rgba(37, 105, 95, 0) 33%,
      rgba(37, 105, 95, 0) 33.1%,
      rgba(37, 105, 95, 0) 66%,
      rgba(37, 105, 95, 0.45) 100%
    ),
    url("images/enlarge_mid8.jpg");
  */
  background-size: cover;
  background-position: center;
  opacity: 0.95;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.share-home {
  position: relative;
}

.share-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/enlarge_mid14.jpg");
  /*
  background-image: linear-gradient(
      rgba(37, 105, 95, 0) 0%,
      rgba(37, 105, 95, 0) 33%,
      rgba(37, 105, 95, 0) 33.1%,
      rgba(37, 105, 95, 0) 66%,
      rgba(37, 105, 95, 0.45) 100%
    ),
    url("images/enlarge_mid8.jpg");
  */
  background-size: cover;
  background-position: center;
  opacity: 0.27;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.about-the-company {
  position: relative;
  /*
  display: none;
  */
  display: none;
}

.about-the-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  background-image: url("images/midj/mid8.png");
  */

  background-image: linear-gradient(
      rgba(37, 105, 95, 0) 0%,
      rgba(37, 105, 95, 0) 33%,
      rgba(37, 105, 95, 0) 33.1%,
      rgba(37, 105, 95, 0) 66%,
      rgba(37, 105, 95, 0.45) 100%
    ),
    url("images/enlarge_mid8.jpg");
  /*
  background-image: linear-gradient(
      rgba(123, 123, 123, 0),
      rgba(123, 123, 123, 1)
    ),
    url("images/pic7.jpg");
*/
  /*
  background-image: linear-gradient(
      rgba(58, 135, 124, 0),
      rgba(58, 135, 124, 1)
    ),
    url("images/mid1.png");
*/
  /*
  background-image: linear-gradient(
      rgba(254, 147, 46, 0),
      rgba(254, 147, 46, 1)
    ),
    url("images/pic7.jpg");
*/
  background-size: cover;
  background-position: center;
  opacity: 0.95;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.data-upload-quote {
  position: relative;
  color: #fff;
  display: none;
}

.data-upload-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-image: url("images/enlarge_mid9.jpeg");

  /*
  background-image: linear-gradient(
    rgba(58, 135, 124, 0),
    rgba(58, 135, 124, 1)
  ),
  url("images/pic10.jpg"); 
  */
  /*
  background-image: linear-gradient(
      rgba(247, 247, 247, 0),
      rgba(247, 247, 247, 1)
    ),
    url("images/pic10.jpg");
*/
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.change-image::before {
  background-image: url("images/enlarge_mid12_png.png");
}

.data-upload-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 25px;
  width: 60%;
}

.data-upload-wrapper p {
  width: 100%;
}

.display-flex {
  display: flex;
}

.data-upload-wrapper .display-flex a {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.data-image-wrapper {
  width: 35%;
  float: right;
  /*
  background-image: url("images/pic8-smaller1.jpg");
  */
  background-image: url("images/new-pic-1.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  margin-left: 35px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  /*
  border: 1px solid #fff;
  */
  opacity: 0.85;
}

.different-pic {
  /*
  background-image: url("images/pic9-smaller1.jpg") !important;
  */
  background-image: url("images/new-pic-2.jpg") !important;
}

.fabs {
  position: relative;
  background-color: #fff;
  min-height: auto;
  /* - */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.fabs .fabs-wrapper {
  background-color: #f7f7f7;
  padding: 25px;
  /* - */
  position: relative;
}

.fabs-wrapper .data-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.under-nav-overlay {
  width: 0px;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7771000;
  opacity: 0;
  /*
  transition: opacity 3.8s cubic-bezier(0, 0.55, 0.45, 1);
  */
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 35%;
  height: 100%;
  background: #fff;
  color: #353535;
  z-index: 9991000;
  transition: left 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  opacity: 0.97;
  font-family: "Montserrat Alt1 Light", sans-serif;
  font-size: 22px;
}

.mobile-nav li {
  position: relative;
  left: 40px;
  top: 40px;
  margin-top: 10px;
  opacity: 0.6;
  color: #fff;
  list-style-type: square;
  transition: color 0.8s cubic-bezier(0, 0.55, 0.45, 1),
    opacity 0.8s cubic-bezier(0, 0.55, 0.45, 1);
}

.mobile-nav li:hover {
  opacity: 1;
  color: #fe932e;
}

.mobile-nav a {
  text-decoration: none;
  color: #353535;
}

.mobile-off {
  position: absolute !important;
  right: 40px;
  left: auto !important;
  z-index: 99999999999;
  list-style: none !important;
  list-style-type: none !important;
  font-size: 28px;
}

.white-background .logo {
  color: #333;
}

.standardise-body .logo {
  color: #333;
}

.about-top {
  background-color: #fff;
  border-bottom: none;
}

.about-top .content-section-wrapper {
  padding-top: 100px;
}

.about-top .left-column {
  float: left;
  width: 40%;
}

.about-top .left-column h2 {
  font-family: "Montserrat Light", sans-serif;
  width: 90%;
  font-size: 28px;
}

.about-top .right-column {
  float: right;
  width: 60%;
}

.about-top .right-column p {
  font-family: "Montserrat Light", sans-serif;
  font-size: 22px;
}

.our-team {
  position: relative;
  background-color: #fff;
  min-height: auto;
  border-bottom: none;
}

.our-team .our-team-wrapper {
  background-color: #f7f7f7;
  padding: 25px;
}

.our-team-wrapper .team-flexbox {
  display: flex;
  align-items: stretch;
}

.our-team-wrapper .team-flexbox .team-member {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #d7d7d7;
  margin-left: 20px;
}

.our-team-wrapper .team-flexbox .team-member:first-child {
  margin-left: 0px;
}

.our-team-wrapper .team-flexbox .team-member .team-member-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #eee;
}

.our-team-wrapper .team-flexbox .team-member .team-member-details {
  width: 100%;
}

.our-team-wrapper .team-flexbox .team-member .team-member-details span {
  display: block;
  margin-top: 5px;
}

.team-member-name {
  font-family: "Montserrat Medium", sans-serif;
}

.team-member-title {
  font-family: "Montserrat Medium", sans-serif;
  color: #fe932e;
}

/*
.mobile-nav .book-a-meeting
{
  opacity: 1;
}

.mobile-nav .book-a-meeting a {
  color: #12342f;
}
*/

.sustainability-body .about-top {
  background-color: #12342f;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.green-banner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: auto;
}

.green-banner img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}

.green-promise {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.green-promise::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/enlarge_mid17.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.green-promise-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px;
  width: 60%;
}

.green-promise-wrapper p {
  width: 100%;
}

.green-promise-wrapper .display-flex a {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.green-image-wrapper {
  width: 35%;
  float: right;
  background-image: url("images/green5.jpeg");
  background-size: cover;
  background-position: center;
  display: block;
  margin-left: 35px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  /*
  border: 1px solid #fff;
  */
  opacity: 0.85;
}

.standardise-body .about-top {
  position: relative;
}

.standardise-body .about-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/enlarge_mid16.jpeg");
  background-size: cover;
  background-position: center;
  /*
  opacity: 0.27;
  */
  opacity: 0.2;
  /*
  z-index: -1;
  */
  width: 100%;
  height: 100%;
}

.dark-background-section {
  background-color: #030807;
  /*
  background-color: #0a1c1a;
  */
  /*
  background-color: #000;
  */
  color: #fff;
  min-height: auto;
  border-bottom: none;
  position: relative;
}

.dark-background-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-image: url("images/enlarge_mid9.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}

.light-background-section {
  /*
  background-color: #2e8377;
  */
  /*
  background-color: #1c4e47;
  */
  background-color: rgba(100, 100, 100, 0.15);
  color: #333;
  min-height: auto;
  border-bottom: none;
}

.dark-background-section ul {
  margin-left: 40px;
}

.dark-background-section ul li {
  list-style-type: square;
  color: #389d8e;
  margin-bottom: 15px;
}

.dark-background-section ul li:last-child {
  margin-bottom: 0px;
}

.dark-background-section ul li span {
  color: #fff;
}

.sustainability-wrapper {
  width: 60%;
}

.sustainability-wrapper p {
  width: 100%;
}

.sustainability-image-wrapper {
  width: 35%;
  float: right;
  background-image: url("images/standardise1.jpeg");
  background-size: cover;
  background-position: center;
  display: block;
  margin-left: 35px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  opacity: 0.65;
}

.save-image {
  background-image: url("images/save3.jpeg");
}

.share-image {
  background-image: url("images/share1.jpeg");
}

.position-relative {
  position: relative;
}

.special-black-link {
  background-color: #000;
  color: #fff !important;
  margin-left: 20px;
}

.black-border {
  border-color: #000 !important;
}

.black-border:hover {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-left-0 {
  margin-left: 0px;
}

.tweak-margins {
  margin-top: 20px;
  margin-bottom: 10px;
}

.margin-top-40 {
  margin-top: 40px;
}

footer {
  background-color: #f7f7f7;
}

footer .content-section {
  min-height: auto;
  border-bottom: none;
}

footer .content-section p {
  font-size: 13px;
  margin-bottom: 0px;
}

/*
.vat-number {
  display: none;
}
*/

@media only screen and (max-width: 1024px) {
  .mobile-toggle {
    margin-left: 25px;
    margin-top: 25px;
  }

  .logo {
    margin-top: 30px;
    margin-right: 25px;
  }

  .content-section-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .video-container {
    height: 400px;
  }

  #background_video {
    height: 400px;
  }
}

@media only screen and (max-width: 800px) {
  .content-section-wrapper p {
    width: 100%;
  }

  .data-upload-wrapper {
    width: 100%;
  }

  .data-image-wrapper {
    width: 100%;
    height: 250px;
    margin-left: 0px;
    margin-top: 25px;
  }

  .green-promise-wrapper {
    width: 100%;
  }

  .green-image-wrapper {
    width: 100%;
    height: 250px;
    margin-left: 0px;
    margin-top: 25px;
  }

  .sustainability-wrapper {
    width: 100%;
  }

  .sustainability-image-wrapper {
    width: 100%;
    height: 250px;
    margin-left: 0px;
    margin-top: 25px;
  }

  .data-upload-quote .flex-wrap {
    flex-wrap: wrap;
  }

  .green-promise .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .mobile-nav {
    width: 100%;
  }

  .about-top .left-column {
    width: 100%;
  }

  .about-top .right-column {
    width: 100%;
  }

  .fabs-wrapper .data-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
  }

  .our-team-wrapper .team-flexbox {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .our-team-wrapper .team-flexbox .team-member {
    flex: 0 0 calc(42% - 5px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 620px) {
  .our-team-wrapper .team-flexbox .team-member {
    flex: 0 0 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}

@media only screen and (max-width: 415px) {
  .home-body .special-black-link {
    margin-left: 0px;
    margin-top: 25px;
    clear: both;
  }

  .mobile-min-height-300 {
    min-height: 300px;
  }

  .mobile-min-height-340 {
    min-height: 340px;
  }
}
